Max level shown:
1 [ Oct 22 17:00:02 Enabled. ]
2 [ Oct 22 17:00:02 Rereading configuration. ]
3 [ Oct 22 17:00:04 Rereading configuration. ]
4 [ Oct 22 17:00:15 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 [ Oct 22 17:00:15 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.10.22 17:00:16.418428 [ 1 ] {} <Information> Application: Will watch for the process with pid 27623
29 2024.10.22 17:00:16.418910 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.10.22 17:00:16.942359 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 27623
31 2024.10.22 17:00:16.943418 [ 1 ] {} <Information> Application: starting up
32 2024.10.22 17:00:16.944390 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.10.22 17:00:17.062760 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.10.22 17:00:17.092858 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.10.22 17:00:17.092956 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.10.22 17:00:17.092970 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.10.22 17:00:17.093057 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.10.22 17:00:17.093737 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.10.22 17:00:17.095681 [ 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.10.22 17:00:17.096361 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.10.22 17:00:17.097401 [ 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.10.22 17:00:17.097534 [ 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.10.22 17:00:17.097591 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.10.22 17:00:17.097796 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.10.22 17:00:17.098849 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.10.22 17:00:17.105261 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.10.22 17:00:17.106086 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.10.22 17:00:17.107706 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.10.22 17:00:17.107828 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.10.22 17:00:17.109530 [ 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.10.22 17:00:17.110041 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.10.22 17:00:17.115751 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.10.22 17:00:17.116576 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.10.22 17:00:17.118414 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.10.22 17:00:17.119029 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.10.22 17:00:17.119545 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.10.22 17:00:17.119979 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.10.22 17:00:17.123381 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.10.22 17:00:17.123418 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.10.22 17:00:17.123507 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.10.22 17:00:17.123648 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.10.22 17:00:17.141584 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.10.22 17:00:17.141612 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000184214 sec
68 2024.10.22 17:00:17.141698 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.10.22 17:00:17.141740 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.10.22 17:00:17.143036 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.10.22 17:00:17.144216 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.10.22 17:00:17.159639 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.10.22 17:00:17.159725 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.10.22 17:00:17.159834 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.10.22 17:00:17.159854 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.10.22 17:00:17.159896 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.10.22 17:00:17.160046 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config
78 2024.10.22 17:00:17.160066 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.10.22 17:00:17.160112 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.10.22 17:00:17.160206 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config
81 2024.10.22 17:00:17.160229 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.10.22 17:00:17.160246 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.10.22 17:00:17.160374 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.10.22 17:00:17.160398 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.10.22 17:00:17.160420 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.10.22 17:00:17.160538 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.10.22 17:00:17.160560 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.10.22 17:00:17.193277 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.10.22 17:00:17.194985 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.10.22 17:00:17.195057 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.6842e-05 sec
91 2024.10.22 17:00:17.195078 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.10.22 17:00:17.195093 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.10.22 17:00:17.195125 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.10.22 17:00:17.195443 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.10.22 17:00:17.195531 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.10.22 17:00:17.195551 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.10.22 17:00:17.195567 [ 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.10.22 17:00:17.195655 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.10.22 17:00:17.199714 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.10.22 17:00:17.199900 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.71 MiB, peak 24.71 MiB, free memory in arenas 0.00 B, will set to 116.70 MiB (RSS), difference: 91.99 MiB
101 2024.10.22 17:00:17.200882 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.394e-05 sec.
102 2024.10.22 17:00:17.201223 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.10.22 17:00:17.201306 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.10.22 17:00:17.201324 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.10.22 17:00:17.785375 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56070
106 2024.10.22 17:00:17.785662 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.10.22 17:00:17.785726 [ 3 ] {} <Debug> TCP-Session: 66c1c1f2-84ae-4976-8db8-071e2cee3212 Authenticating user 'default' from [fd00:1122:3344:101::d]:56070
108 2024.10.22 17:00:17.785761 [ 3 ] {} <Debug> TCP-Session: 66c1c1f2-84ae-4976-8db8-071e2cee3212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.10.22 17:00:17.785861 [ 3 ] {} <Debug> TCP-Session: 66c1c1f2-84ae-4976-8db8-071e2cee3212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.10.22 17:00:17.785962 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.10.22 17:00:17.785990 [ 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.10.22 17:00:17.786063 [ 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.10.22 17:00:17.990503 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65324
114 2024.10.22 17:00:17.990634 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2024.10.22 17:00:17.990664 [ 4 ] {} <Debug> TCP-Session: 5bbf9dde-9f0a-402e-a7c7-e7c5af9dbacc Authenticating user 'default' from [fd00:1122:3344:101::d]:65324
116 2024.10.22 17:00:17.990764 [ 4 ] {} <Debug> TCP-Session: 5bbf9dde-9f0a-402e-a7c7-e7c5af9dbacc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2024.10.22 17:00:17.990780 [ 4 ] {} <Debug> TCP-Session: 5bbf9dde-9f0a-402e-a7c7-e7c5af9dbacc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2024.10.22 17:00:18.678098 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58805
119 2024.10.22 17:00:18.678283 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
120 2024.10.22 17:00:18.678313 [ 5 ] {} <Debug> TCP-Session: 1bbcce6f-8490-44c6-be30-6bcddd975f49 Authenticating user 'default' from [fd00:1122:3344:101::d]:58805
121 2024.10.22 17:00:18.678338 [ 5 ] {} <Debug> TCP-Session: 1bbcce6f-8490-44c6-be30-6bcddd975f49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
122 2024.10.22 17:00:18.678351 [ 5 ] {} <Debug> TCP-Session: 1bbcce6f-8490-44c6-be30-6bcddd975f49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2024.10.22 17:00:21.115959 [ 250 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61248
124 2024.10.22 17:00:21.116103 [ 250 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2024.10.22 17:00:21.116133 [ 250 ] {} <Debug> TCP-Session: a3f01e7f-9498-4c67-a258-d04086229535 Authenticating user 'default' from [fd00:1122:3344:101::d]:61248
126 2024.10.22 17:00:21.116227 [ 250 ] {} <Debug> TCP-Session: a3f01e7f-9498-4c67-a258-d04086229535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
127 2024.10.22 17:00:21.116249 [ 250 ] {} <Debug> TCP-Session: a3f01e7f-9498-4c67-a258-d04086229535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
128 2024.10.22 17:00:21.116527 [ 251 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59354
129 2024.10.22 17:00:21.116795 [ 251 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
130 2024.10.22 17:00:21.116835 [ 251 ] {} <Debug> TCP-Session: bc7639f4-a1db-4b26-ae1c-38acaafaf361 Authenticating user 'default' from [fd00:1122:3344:101::d]:59354
131 2024.10.22 17:00:21.116865 [ 251 ] {} <Debug> TCP-Session: bc7639f4-a1db-4b26-ae1c-38acaafaf361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
132 2024.10.22 17:00:21.116884 [ 251 ] {} <Debug> TCP-Session: bc7639f4-a1db-4b26-ae1c-38acaafaf361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
133 2024.10.22 17:00:21.117421 [ 252 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36610
134 2024.10.22 17:00:21.117429 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36135
135 2024.10.22 17:00:21.117507 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48093
136 2024.10.22 17:00:21.117731 [ 252 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
137 2024.10.22 17:00:21.117744 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
138 2024.10.22 17:00:21.117826 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2024.10.22 17:00:21.117848 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44342
140 2024.10.22 17:00:21.117910 [ 252 ] {} <Debug> TCP-Session: 6a686af5-1135-4fd3-9fd6-bb7c00a387fb Authenticating user 'default' from [fd00:1122:3344:101::d]:36610
141 2024.10.22 17:00:21.117900 [ 254 ] {} <Debug> TCP-Session: 21fa9517-53f6-4eec-bc7e-23fb81d6db92 Authenticating user 'default' from [fd00:1122:3344:101::d]:48093
142 2024.10.22 17:00:21.117886 [ 253 ] {} <Debug> TCP-Session: 765a9a72-b675-48d2-8bf0-ab7eae9d4146 Authenticating user 'default' from [fd00:1122:3344:101::d]:36135
143 2024.10.22 17:00:21.117978 [ 254 ] {} <Debug> TCP-Session: 21fa9517-53f6-4eec-bc7e-23fb81d6db92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2024.10.22 17:00:21.117960 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53564
145 2024.10.22 17:00:21.117863 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43054
146 2024.10.22 17:00:21.118080 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
147 2024.10.22 17:00:21.118107 [ 254 ] {} <Debug> TCP-Session: 21fa9517-53f6-4eec-bc7e-23fb81d6db92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2024.10.22 17:00:21.118091 [ 252 ] {} <Debug> TCP-Session: 6a686af5-1135-4fd3-9fd6-bb7c00a387fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
149 2024.10.22 17:00:21.118317 [ 255 ] {} <Debug> TCP-Session: c677df5f-40b4-4551-abbd-cabf9f2e4ec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:44342
150 2024.10.22 17:00:21.118367 [ 253 ] {} <Debug> TCP-Session: 765a9a72-b675-48d2-8bf0-ab7eae9d4146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
151 2024.10.22 17:00:21.118390 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
152 2024.10.22 17:00:21.118382 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
153 2024.10.22 17:00:21.118416 [ 255 ] {} <Debug> TCP-Session: c677df5f-40b4-4551-abbd-cabf9f2e4ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
154 2024.10.22 17:00:21.118485 [ 252 ] {} <Debug> TCP-Session: 6a686af5-1135-4fd3-9fd6-bb7c00a387fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
155 2024.10.22 17:00:21.118525 [ 257 ] {} <Debug> TCP-Session: 98950a68-1aee-4cc4-b04e-7cb38095bf75 Authenticating user 'default' from [fd00:1122:3344:101::d]:53564
156 2024.10.22 17:00:21.118560 [ 253 ] {} <Debug> TCP-Session: 765a9a72-b675-48d2-8bf0-ab7eae9d4146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
157 2024.10.22 17:00:21.118549 [ 256 ] {} <Debug> TCP-Session: 82f90158-3bd1-4031-8590-fdcf765b18e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43054
158 2024.10.22 17:00:21.118605 [ 257 ] {} <Debug> TCP-Session: 98950a68-1aee-4cc4-b04e-7cb38095bf75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
159 2024.10.22 17:00:21.118544 [ 255 ] {} <Debug> TCP-Session: c677df5f-40b4-4551-abbd-cabf9f2e4ec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
160 2024.10.22 17:00:21.118673 [ 257 ] {} <Debug> TCP-Session: 98950a68-1aee-4cc4-b04e-7cb38095bf75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
161 2024.10.22 17:00:21.118714 [ 256 ] {} <Debug> TCP-Session: 82f90158-3bd1-4031-8590-fdcf765b18e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
162 2024.10.22 17:00:21.118791 [ 256 ] {} <Debug> TCP-Session: 82f90158-3bd1-4031-8590-fdcf765b18e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
163 2024.10.22 17:00:21.152357 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51736, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
164 2024.10.22 17:00:21.152582 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
165 2024.10.22 17:00:21.152706 [ 258 ] {} <Debug> HTTP-Session: 4f8de415-3ea1-4a62-8c4c-0f1bf52b0fc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51736
166 2024.10.22 17:00:21.152728 [ 258 ] {} <Debug> HTTP-Session: 4f8de415-3ea1-4a62-8c4c-0f1bf52b0fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
167 2024.10.22 17:00:21.152741 [ 258 ] {} <Debug> HTTP-Session: 4f8de415-3ea1-4a62-8c4c-0f1bf52b0fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
168 2024.10.22 17:00:21.152844 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
169 2024.10.22 17:00:21.152878 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
170 2024.10.22 17:00:21.152962 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
171 2024.10.22 17:00:21.153006 [ 258 ] {} <Trace> HTTP-Session: 4f8de415-3ea1-4a62-8c4c-0f1bf52b0fc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
172 2024.10.22 17:00:21.154336 [ 258 ] {5ef7cfa0-a475-4a10-a87e-9ae4d2c95c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51736) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
173 2024.10.22 17:00:21.221191 [ 258 ] {5ef7cfa0-a475-4a10-a87e-9ae4d2c95c8c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51736) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
174 
175 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
176 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
177 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
178 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
179 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
180 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
181 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
182 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
183 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
184 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
185 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
186 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
187 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
188 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse
189 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
190 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
191 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
192 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
193 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
194 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
195 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
196 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
197 
198 2024.10.22 17:00:21.222311 [ 258 ] {5ef7cfa0-a475-4a10-a87e-9ae4d2c95c8c} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
199 
200 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
201 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
202 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
203 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
204 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
205 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
206 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
207 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
208 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
209 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
210 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
211 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
212 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
213 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse
214 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
215 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
216 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
217 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
218 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
219 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
220 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
221 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
222 (version 23.8.7.1)
223 2024.10.22 17:00:21.224888 [ 258 ] {} <Debug> HTTP-Session: 4f8de415-3ea1-4a62-8c4c-0f1bf52b0fc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
224 2024.10.22 17:00:21.227492 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
225 2024.10.22 17:00:21.228090 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55938, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
226 2024.10.22 17:00:21.228155 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
227 2024.10.22 17:00:21.228176 [ 258 ] {} <Debug> HTTP-Session: d8e1fdb1-39ff-4efe-85a7-a2d7ba210a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:55938
228 2024.10.22 17:00:21.228264 [ 258 ] {} <Debug> HTTP-Session: d8e1fdb1-39ff-4efe-85a7-a2d7ba210a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
229 2024.10.22 17:00:21.228278 [ 258 ] {} <Debug> HTTP-Session: d8e1fdb1-39ff-4efe-85a7-a2d7ba210a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
230 2024.10.22 17:00:21.228326 [ 258 ] {} <Trace> HTTP-Session: d8e1fdb1-39ff-4efe-85a7-a2d7ba210a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
231 2024.10.22 17:00:21.228593 [ 258 ] {068519e8-bb34-4605-9216-7af771288faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55938) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
232 2024.10.22 17:00:21.228851 [ 258 ] {068519e8-bb34-4605-9216-7af771288faa} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55938) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
233 
234 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
235 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
236 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
237 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
238 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
239 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
240 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
241 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
242 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
243 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
244 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
245 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
246 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
247 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse
248 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
249 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
250 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
251 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
252 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
253 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
254 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
255 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
256 
257 2024.10.22 17:00:21.229196 [ 258 ] {068519e8-bb34-4605-9216-7af771288faa} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
258 
259 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
260 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
261 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
262 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
263 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
264 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
265 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
266 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
267 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
268 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
269 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
270 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
271 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
272 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse
273 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
274 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
275 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
276 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
277 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
278 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
279 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
280 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
281 (version 23.8.7.1)
282 2024.10.22 17:00:21.229557 [ 258 ] {} <Debug> HTTP-Session: d8e1fdb1-39ff-4efe-85a7-a2d7ba210a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
283 2024.10.22 17:00:21.229717 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
284 2024.10.22 17:00:21.230005 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55938, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
285 2024.10.22 17:00:21.230054 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
286 2024.10.22 17:00:21.230073 [ 258 ] {} <Debug> HTTP-Session: d68486db-041e-4c29-ab09-1a087303c34f Authenticating user 'default' from [fd00:1122:3344:101::d]:55938
287 2024.10.22 17:00:21.230151 [ 258 ] {} <Debug> HTTP-Session: d68486db-041e-4c29-ab09-1a087303c34f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
288 2024.10.22 17:00:21.230165 [ 258 ] {} <Debug> HTTP-Session: d68486db-041e-4c29-ab09-1a087303c34f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
289 2024.10.22 17:00:21.230195 [ 258 ] {} <Trace> HTTP-Session: d68486db-041e-4c29-ab09-1a087303c34f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
290 2024.10.22 17:00:21.231577 [ 258 ] {8f7a846a-9d93-4690-9666-aeee8cba8353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55938) DROP DATABASE IF EXISTS oximeter (stage: Complete)
291 2024.10.22 17:00:21.232378 [ 258 ] {8f7a846a-9d93-4690-9666-aeee8cba8353} <Debug> DynamicQueryHandler: Done processing query
292 2024.10.22 17:00:21.232402 [ 258 ] {} <Debug> HTTP-Session: d68486db-041e-4c29-ab09-1a087303c34f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
293 2024.10.22 17:00:21.235157 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
294 2024.10.22 17:00:21.235501 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55085, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
295 2024.10.22 17:00:21.235640 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
296 2024.10.22 17:00:21.235666 [ 258 ] {} <Debug> HTTP-Session: c97bc3b2-fba0-448f-af16-da7d81aecae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55085
297 2024.10.22 17:00:21.235686 [ 258 ] {} <Debug> HTTP-Session: c97bc3b2-fba0-448f-af16-da7d81aecae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
298 2024.10.22 17:00:21.235767 [ 258 ] {} <Debug> HTTP-Session: c97bc3b2-fba0-448f-af16-da7d81aecae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
299 2024.10.22 17:00:21.235805 [ 258 ] {} <Trace> HTTP-Session: c97bc3b2-fba0-448f-af16-da7d81aecae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
300 2024.10.22 17:00:21.235944 [ 258 ] {afab66e2-de77-48d4-add1-53cd906e1fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55085) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
301 2024.10.22 17:00:21.236119 [ 258 ] {afab66e2-de77-48d4-add1-53cd906e1fb1} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
302 2024.10.22 17:00:21.237866 [ 258 ] {afab66e2-de77-48d4-add1-53cd906e1fb1} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
303 2024.10.22 17:00:21.237892 [ 258 ] {afab66e2-de77-48d4-add1-53cd906e1fb1} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.1961e-05 sec
304 2024.10.22 17:00:21.237975 [ 258 ] {afab66e2-de77-48d4-add1-53cd906e1fb1} <Trace> ReferentialDeps: No tables
305 2024.10.22 17:00:21.237992 [ 258 ] {afab66e2-de77-48d4-add1-53cd906e1fb1} <Trace> LoadingDeps: No tables
306 2024.10.22 17:00:21.238017 [ 258 ] {afab66e2-de77-48d4-add1-53cd906e1fb1} <Information> DatabaseAtomic (oximeter): Starting up tables.
307 2024.10.22 17:00:21.238161 [ 258 ] {afab66e2-de77-48d4-add1-53cd906e1fb1} <Debug> DynamicQueryHandler: Done processing query
308 2024.10.22 17:00:21.238255 [ 258 ] {} <Debug> HTTP-Session: c97bc3b2-fba0-448f-af16-da7d81aecae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
309 2024.10.22 17:00:21.238380 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
310 2024.10.22 17:00:21.238724 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40164, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
311 2024.10.22 17:00:21.238847 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
312 2024.10.22 17:00:21.238872 [ 258 ] {} <Debug> HTTP-Session: 38972c57-5367-4a08-8edf-ba1ba764c2a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40164
313 2024.10.22 17:00:21.238926 [ 258 ] {} <Debug> HTTP-Session: 38972c57-5367-4a08-8edf-ba1ba764c2a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
314 2024.10.22 17:00:21.238991 [ 258 ] {} <Debug> HTTP-Session: 38972c57-5367-4a08-8edf-ba1ba764c2a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
315 2024.10.22 17:00:21.239031 [ 258 ] {} <Trace> HTTP-Session: 38972c57-5367-4a08-8edf-ba1ba764c2a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
316 2024.10.22 17:00:21.239247 [ 258 ] {ce9d4daa-f75e-4d8f-98be-5477e098233e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40164) /* The version table contains metadata about the `oximeter` database */
317 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
318 2024.10.22 17:00:21.239291 [ 258 ] {ce9d4daa-f75e-4d8f-98be-5477e098233e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
319 2024.10.22 17:00:21.249549 [ 258 ] {ce9d4daa-f75e-4d8f-98be-5477e098233e} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
320 2024.10.22 17:00:21.250980 [ 258 ] {ce9d4daa-f75e-4d8f-98be-5477e098233e} <Debug> oximeter.version (4704fcfa-68ef-47f8-8ee9-66e763a9ab59): Loading data parts
321 2024.10.22 17:00:21.251543 [ 258 ] {ce9d4daa-f75e-4d8f-98be-5477e098233e} <Debug> oximeter.version (4704fcfa-68ef-47f8-8ee9-66e763a9ab59): There are no data parts
322 2024.10.22 17:00:21.254777 [ 258 ] {ce9d4daa-f75e-4d8f-98be-5477e098233e} <Debug> DynamicQueryHandler: Done processing query
323 2024.10.22 17:00:21.254815 [ 258 ] {} <Debug> HTTP-Session: 38972c57-5367-4a08-8edf-ba1ba764c2a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
324 2024.10.22 17:00:21.254993 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
325 2024.10.22 17:00:21.255444 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62902, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
326 2024.10.22 17:00:21.255511 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
327 2024.10.22 17:00:21.255534 [ 258 ] {} <Debug> HTTP-Session: 186c2874-9ba9-4b20-a0dc-5eed554c4ff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:62902
328 2024.10.22 17:00:21.255624 [ 258 ] {} <Debug> HTTP-Session: 186c2874-9ba9-4b20-a0dc-5eed554c4ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
329 2024.10.22 17:00:21.255639 [ 258 ] {} <Debug> HTTP-Session: 186c2874-9ba9-4b20-a0dc-5eed554c4ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
330 2024.10.22 17:00:21.255680 [ 258 ] {} <Trace> HTTP-Session: 186c2874-9ba9-4b20-a0dc-5eed554c4ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
331 2024.10.22 17:00:21.256017 [ 258 ] {3ed10696-fe83-4ccb-9e6a-e4a30c300c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62902) /* The measurement tables contain all individual samples from each timeseries.
332 *
333 * Each table stores a single datum type, and otherwise contains nearly the same
334 * structure. The primary sorting key is on the timeseries name, key, and then
335 * timestamp, so that all timeseries from the same schema are grouped, followed
336 * by all samples from the same timeseries.
337 *
338 * This reflects that one usually looks up the _key_ in one or more field table,
339 * and then uses that to index quickly into the measurements tables.
340 */
341 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)
342 2024.10.22 17:00:21.256145 [ 258 ] {3ed10696-fe83-4ccb-9e6a-e4a30c300c55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
343 2024.10.22 17:00:21.265096 [ 258 ] {3ed10696-fe83-4ccb-9e6a-e4a30c300c55} <Debug> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Loading data parts
344 2024.10.22 17:00:21.265380 [ 258 ] {3ed10696-fe83-4ccb-9e6a-e4a30c300c55} <Debug> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): There are no data parts
345 2024.10.22 17:00:21.267528 [ 258 ] {3ed10696-fe83-4ccb-9e6a-e4a30c300c55} <Debug> DynamicQueryHandler: Done processing query
346 2024.10.22 17:00:21.267560 [ 258 ] {} <Debug> HTTP-Session: 186c2874-9ba9-4b20-a0dc-5eed554c4ff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
347 2024.10.22 17:00:21.267745 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62902, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
348 2024.10.22 17:00:21.268248 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51373, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
349 2024.10.22 17:00:21.268314 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
350 2024.10.22 17:00:21.268379 [ 258 ] {} <Debug> HTTP-Session: 7f3b8633-6ac9-4e6d-b839-e2d88daeb82e Authenticating user 'default' from [fd00:1122:3344:101::d]:51373
351 2024.10.22 17:00:21.268438 [ 258 ] {} <Debug> HTTP-Session: 7f3b8633-6ac9-4e6d-b839-e2d88daeb82e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
352 2024.10.22 17:00:21.268458 [ 258 ] {} <Debug> HTTP-Session: 7f3b8633-6ac9-4e6d-b839-e2d88daeb82e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
353 2024.10.22 17:00:21.268536 [ 258 ] {} <Trace> HTTP-Session: 7f3b8633-6ac9-4e6d-b839-e2d88daeb82e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
354 2024.10.22 17:00:21.268804 [ 258 ] {3a64cbb0-2dec-489a-b408-73467bc06114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51373) 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)
355 2024.10.22 17:00:21.268940 [ 258 ] {3a64cbb0-2dec-489a-b408-73467bc06114} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
356 2024.10.22 17:00:21.270813 [ 258 ] {3a64cbb0-2dec-489a-b408-73467bc06114} <Debug> oximeter.measurements_i8 (53a6be10-530f-4907-bb42-b95ca9c92bcb): Loading data parts
357 2024.10.22 17:00:21.271097 [ 258 ] {3a64cbb0-2dec-489a-b408-73467bc06114} <Debug> oximeter.measurements_i8 (53a6be10-530f-4907-bb42-b95ca9c92bcb): There are no data parts
358 2024.10.22 17:00:21.273226 [ 258 ] {3a64cbb0-2dec-489a-b408-73467bc06114} <Debug> DynamicQueryHandler: Done processing query
359 2024.10.22 17:00:21.273254 [ 258 ] {} <Debug> HTTP-Session: 7f3b8633-6ac9-4e6d-b839-e2d88daeb82e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
360 2024.10.22 17:00:21.273420 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
361 2024.10.22 17:00:21.273840 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40181, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
362 2024.10.22 17:00:21.273901 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
363 2024.10.22 17:00:21.274011 [ 258 ] {} <Debug> HTTP-Session: a9a8c776-df63-4ad8-a99b-bfdff4f733d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40181
364 2024.10.22 17:00:21.274033 [ 258 ] {} <Debug> HTTP-Session: a9a8c776-df63-4ad8-a99b-bfdff4f733d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
365 2024.10.22 17:00:21.274051 [ 258 ] {} <Debug> HTTP-Session: a9a8c776-df63-4ad8-a99b-bfdff4f733d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
366 2024.10.22 17:00:21.274192 [ 258 ] {} <Trace> HTTP-Session: a9a8c776-df63-4ad8-a99b-bfdff4f733d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
367 2024.10.22 17:00:21.274409 [ 258 ] {943335a3-2b0a-4bcb-bbbf-1c97f9bbf6cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40181) 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)
368 2024.10.22 17:00:21.274560 [ 258 ] {943335a3-2b0a-4bcb-bbbf-1c97f9bbf6cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
369 2024.10.22 17:00:21.276579 [ 258 ] {943335a3-2b0a-4bcb-bbbf-1c97f9bbf6cc} <Debug> oximeter.measurements_u8 (dbb4cfd3-510e-45fd-8e79-0443654f0ef0): Loading data parts
370 2024.10.22 17:00:21.276780 [ 258 ] {943335a3-2b0a-4bcb-bbbf-1c97f9bbf6cc} <Debug> oximeter.measurements_u8 (dbb4cfd3-510e-45fd-8e79-0443654f0ef0): There are no data parts
371 2024.10.22 17:00:21.278572 [ 258 ] {943335a3-2b0a-4bcb-bbbf-1c97f9bbf6cc} <Debug> DynamicQueryHandler: Done processing query
372 2024.10.22 17:00:21.278609 [ 258 ] {} <Debug> HTTP-Session: a9a8c776-df63-4ad8-a99b-bfdff4f733d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
373 2024.10.22 17:00:21.278827 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
374 2024.10.22 17:00:21.279156 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40181, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
375 2024.10.22 17:00:21.279209 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
376 2024.10.22 17:00:21.279384 [ 258 ] {} <Debug> HTTP-Session: efd629c4-46e6-49e5-bf07-ee73ef5aee5f Authenticating user 'default' from [fd00:1122:3344:101::d]:40181
377 2024.10.22 17:00:21.279413 [ 258 ] {} <Debug> HTTP-Session: efd629c4-46e6-49e5-bf07-ee73ef5aee5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
378 2024.10.22 17:00:21.279433 [ 258 ] {} <Debug> HTTP-Session: efd629c4-46e6-49e5-bf07-ee73ef5aee5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
379 2024.10.22 17:00:21.279584 [ 258 ] {} <Trace> HTTP-Session: efd629c4-46e6-49e5-bf07-ee73ef5aee5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
380 2024.10.22 17:00:21.279774 [ 258 ] {611752b9-f7fa-441f-93c5-550fee67c362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40181) 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)
381 2024.10.22 17:00:21.279892 [ 258 ] {611752b9-f7fa-441f-93c5-550fee67c362} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
382 2024.10.22 17:00:21.281860 [ 258 ] {611752b9-f7fa-441f-93c5-550fee67c362} <Debug> oximeter.measurements_i16 (ae5ca5c5-25fb-445c-96b9-3421cac0eac9): Loading data parts
383 2024.10.22 17:00:21.282056 [ 258 ] {611752b9-f7fa-441f-93c5-550fee67c362} <Debug> oximeter.measurements_i16 (ae5ca5c5-25fb-445c-96b9-3421cac0eac9): There are no data parts
384 2024.10.22 17:00:21.283378 [ 258 ] {611752b9-f7fa-441f-93c5-550fee67c362} <Debug> DynamicQueryHandler: Done processing query
385 2024.10.22 17:00:21.283416 [ 258 ] {} <Debug> HTTP-Session: efd629c4-46e6-49e5-bf07-ee73ef5aee5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
386 2024.10.22 17:00:21.283592 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
387 2024.10.22 17:00:21.283998 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50044, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
388 2024.10.22 17:00:21.284053 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
389 2024.10.22 17:00:21.284155 [ 258 ] {} <Debug> HTTP-Session: dde68ca9-b8f5-4127-a280-f10ea77c8b12 Authenticating user 'default' from [fd00:1122:3344:101::d]:50044
390 2024.10.22 17:00:21.284183 [ 258 ] {} <Debug> HTTP-Session: dde68ca9-b8f5-4127-a280-f10ea77c8b12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
391 2024.10.22 17:00:21.284205 [ 258 ] {} <Debug> HTTP-Session: dde68ca9-b8f5-4127-a280-f10ea77c8b12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
392 2024.10.22 17:00:21.284329 [ 258 ] {} <Trace> HTTP-Session: dde68ca9-b8f5-4127-a280-f10ea77c8b12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
393 2024.10.22 17:00:21.284572 [ 258 ] {30c739ac-8e3b-4cd5-aed2-9d8544830d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50044) 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)
394 2024.10.22 17:00:21.284716 [ 258 ] {30c739ac-8e3b-4cd5-aed2-9d8544830d2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
395 2024.10.22 17:00:21.286653 [ 258 ] {30c739ac-8e3b-4cd5-aed2-9d8544830d2e} <Debug> oximeter.measurements_u16 (3445d433-7050-4553-a840-9b98f199ddf8): Loading data parts
396 2024.10.22 17:00:21.286895 [ 258 ] {30c739ac-8e3b-4cd5-aed2-9d8544830d2e} <Debug> oximeter.measurements_u16 (3445d433-7050-4553-a840-9b98f199ddf8): There are no data parts
397 2024.10.22 17:00:21.288697 [ 258 ] {30c739ac-8e3b-4cd5-aed2-9d8544830d2e} <Debug> DynamicQueryHandler: Done processing query
398 2024.10.22 17:00:21.288726 [ 258 ] {} <Debug> HTTP-Session: dde68ca9-b8f5-4127-a280-f10ea77c8b12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
399 2024.10.22 17:00:21.288891 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
400 2024.10.22 17:00:21.289246 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50044, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
401 2024.10.22 17:00:21.289295 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
402 2024.10.22 17:00:21.289402 [ 258 ] {} <Debug> HTTP-Session: 2a2dfe81-5073-4d94-9378-2d802187128c Authenticating user 'default' from [fd00:1122:3344:101::d]:50044
403 2024.10.22 17:00:21.289420 [ 258 ] {} <Debug> HTTP-Session: 2a2dfe81-5073-4d94-9378-2d802187128c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
404 2024.10.22 17:00:21.289433 [ 258 ] {} <Debug> HTTP-Session: 2a2dfe81-5073-4d94-9378-2d802187128c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
405 2024.10.22 17:00:21.289539 [ 258 ] {} <Trace> HTTP-Session: 2a2dfe81-5073-4d94-9378-2d802187128c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
406 2024.10.22 17:00:21.289717 [ 258 ] {95c0dfd4-7272-4da3-a100-66cfb21e9edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50044) 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)
407 2024.10.22 17:00:21.289841 [ 258 ] {95c0dfd4-7272-4da3-a100-66cfb21e9edd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
408 2024.10.22 17:00:21.291900 [ 258 ] {95c0dfd4-7272-4da3-a100-66cfb21e9edd} <Debug> oximeter.measurements_i32 (1cf82f42-a858-44b8-a2c4-5075e3232d6e): Loading data parts
409 2024.10.22 17:00:21.292126 [ 258 ] {95c0dfd4-7272-4da3-a100-66cfb21e9edd} <Debug> oximeter.measurements_i32 (1cf82f42-a858-44b8-a2c4-5075e3232d6e): There are no data parts
410 2024.10.22 17:00:21.293762 [ 258 ] {95c0dfd4-7272-4da3-a100-66cfb21e9edd} <Debug> DynamicQueryHandler: Done processing query
411 2024.10.22 17:00:21.293792 [ 258 ] {} <Debug> HTTP-Session: 2a2dfe81-5073-4d94-9378-2d802187128c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
412 2024.10.22 17:00:21.293987 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
413 2024.10.22 17:00:21.294368 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50175, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
414 2024.10.22 17:00:21.294418 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
415 2024.10.22 17:00:21.294522 [ 258 ] {} <Debug> HTTP-Session: 525f3909-fbac-4aec-8f94-7f73dcd8b608 Authenticating user 'default' from [fd00:1122:3344:101::d]:50175
416 2024.10.22 17:00:21.294540 [ 258 ] {} <Debug> HTTP-Session: 525f3909-fbac-4aec-8f94-7f73dcd8b608 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
417 2024.10.22 17:00:21.294555 [ 258 ] {} <Debug> HTTP-Session: 525f3909-fbac-4aec-8f94-7f73dcd8b608 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
418 2024.10.22 17:00:21.294717 [ 258 ] {} <Trace> HTTP-Session: 525f3909-fbac-4aec-8f94-7f73dcd8b608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
419 2024.10.22 17:00:21.294911 [ 258 ] {34640e36-692b-454d-919c-095ebdbe1c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50175) 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)
420 2024.10.22 17:00:21.295033 [ 258 ] {34640e36-692b-454d-919c-095ebdbe1c0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
421 2024.10.22 17:00:21.297336 [ 258 ] {34640e36-692b-454d-919c-095ebdbe1c0e} <Debug> oximeter.measurements_u32 (77c1a84f-062d-4dab-aebc-fb408eef2c33): Loading data parts
422 2024.10.22 17:00:21.297629 [ 258 ] {34640e36-692b-454d-919c-095ebdbe1c0e} <Debug> oximeter.measurements_u32 (77c1a84f-062d-4dab-aebc-fb408eef2c33): There are no data parts
423 2024.10.22 17:00:21.299473 [ 258 ] {34640e36-692b-454d-919c-095ebdbe1c0e} <Debug> DynamicQueryHandler: Done processing query
424 2024.10.22 17:00:21.299498 [ 258 ] {} <Debug> HTTP-Session: 525f3909-fbac-4aec-8f94-7f73dcd8b608 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
425 2024.10.22 17:00:21.299772 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
426 2024.10.22 17:00:21.300069 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50175, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
427 2024.10.22 17:00:21.300192 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
428 2024.10.22 17:00:21.300214 [ 258 ] {} <Debug> HTTP-Session: b6e4e849-59f4-467f-8d63-2f2a89f2e6b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50175
429 2024.10.22 17:00:21.300230 [ 258 ] {} <Debug> HTTP-Session: b6e4e849-59f4-467f-8d63-2f2a89f2e6b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
430 2024.10.22 17:00:21.300282 [ 258 ] {} <Debug> HTTP-Session: b6e4e849-59f4-467f-8d63-2f2a89f2e6b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
431 2024.10.22 17:00:21.300365 [ 258 ] {} <Trace> HTTP-Session: b6e4e849-59f4-467f-8d63-2f2a89f2e6b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2024.10.22 17:00:21.300591 [ 258 ] {4b3f7394-25a6-4a35-b415-e85db77aeb87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50175) 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)
433 2024.10.22 17:00:21.300714 [ 258 ] {4b3f7394-25a6-4a35-b415-e85db77aeb87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
434 2024.10.22 17:00:21.302743 [ 258 ] {4b3f7394-25a6-4a35-b415-e85db77aeb87} <Debug> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Loading data parts
435 2024.10.22 17:00:21.302982 [ 258 ] {4b3f7394-25a6-4a35-b415-e85db77aeb87} <Debug> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): There are no data parts
436 2024.10.22 17:00:21.304602 [ 258 ] {4b3f7394-25a6-4a35-b415-e85db77aeb87} <Debug> DynamicQueryHandler: Done processing query
437 2024.10.22 17:00:21.304635 [ 258 ] {} <Debug> HTTP-Session: b6e4e849-59f4-467f-8d63-2f2a89f2e6b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
438 2024.10.22 17:00:21.304884 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
439 2024.10.22 17:00:21.305242 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43390, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
440 2024.10.22 17:00:21.305396 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
441 2024.10.22 17:00:21.305430 [ 258 ] {} <Debug> HTTP-Session: 29440de9-79e9-413b-a28a-80603290d55e Authenticating user 'default' from [fd00:1122:3344:101::d]:43390
442 2024.10.22 17:00:21.305455 [ 258 ] {} <Debug> HTTP-Session: 29440de9-79e9-413b-a28a-80603290d55e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
443 2024.10.22 17:00:21.305564 [ 258 ] {} <Debug> HTTP-Session: 29440de9-79e9-413b-a28a-80603290d55e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
444 2024.10.22 17:00:21.305613 [ 258 ] {} <Trace> HTTP-Session: 29440de9-79e9-413b-a28a-80603290d55e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
445 2024.10.22 17:00:21.305862 [ 258 ] {cc91c02f-840d-4b9f-b4a4-0d0554070000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43390) 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)
446 2024.10.22 17:00:21.306005 [ 258 ] {cc91c02f-840d-4b9f-b4a4-0d0554070000} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
447 2024.10.22 17:00:21.308663 [ 258 ] {cc91c02f-840d-4b9f-b4a4-0d0554070000} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Loading data parts
448 2024.10.22 17:00:21.308921 [ 258 ] {cc91c02f-840d-4b9f-b4a4-0d0554070000} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): There are no data parts
449 2024.10.22 17:00:21.310748 [ 258 ] {cc91c02f-840d-4b9f-b4a4-0d0554070000} <Debug> DynamicQueryHandler: Done processing query
450 2024.10.22 17:00:21.310777 [ 258 ] {} <Debug> HTTP-Session: 29440de9-79e9-413b-a28a-80603290d55e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
451 2024.10.22 17:00:21.310998 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
452 2024.10.22 17:00:21.311359 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55881, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
453 2024.10.22 17:00:21.311503 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
454 2024.10.22 17:00:21.311529 [ 258 ] {} <Debug> HTTP-Session: c1384554-9e27-44ed-b9f1-ae693938ee06 Authenticating user 'default' from [fd00:1122:3344:101::d]:55881
455 2024.10.22 17:00:21.311550 [ 258 ] {} <Debug> HTTP-Session: c1384554-9e27-44ed-b9f1-ae693938ee06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
456 2024.10.22 17:00:21.311642 [ 258 ] {} <Debug> HTTP-Session: c1384554-9e27-44ed-b9f1-ae693938ee06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
457 2024.10.22 17:00:21.311681 [ 258 ] {} <Trace> HTTP-Session: c1384554-9e27-44ed-b9f1-ae693938ee06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
458 2024.10.22 17:00:21.311885 [ 258 ] {9fc1a794-5e55-49f9-9d5f-97315cd098a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55881) 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)
459 2024.10.22 17:00:21.312006 [ 258 ] {9fc1a794-5e55-49f9-9d5f-97315cd098a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
460 2024.10.22 17:00:21.314463 [ 258 ] {9fc1a794-5e55-49f9-9d5f-97315cd098a3} <Debug> oximeter.measurements_f32 (768cbe5e-e063-448d-bf02-824c0744eeb3): Loading data parts
461 2024.10.22 17:00:21.314679 [ 258 ] {9fc1a794-5e55-49f9-9d5f-97315cd098a3} <Debug> oximeter.measurements_f32 (768cbe5e-e063-448d-bf02-824c0744eeb3): There are no data parts
462 2024.10.22 17:00:21.316520 [ 258 ] {9fc1a794-5e55-49f9-9d5f-97315cd098a3} <Debug> DynamicQueryHandler: Done processing query
463 2024.10.22 17:00:21.316545 [ 258 ] {} <Debug> HTTP-Session: c1384554-9e27-44ed-b9f1-ae693938ee06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
464 2024.10.22 17:00:21.316839 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
465 2024.10.22 17:00:21.317255 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42217, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
466 2024.10.22 17:00:21.317421 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
467 2024.10.22 17:00:21.317454 [ 258 ] {} <Debug> HTTP-Session: 15552289-c354-497b-b33a-89f2f9f08a73 Authenticating user 'default' from [fd00:1122:3344:101::d]:42217
468 2024.10.22 17:00:21.317478 [ 258 ] {} <Debug> HTTP-Session: 15552289-c354-497b-b33a-89f2f9f08a73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
469 2024.10.22 17:00:21.317585 [ 258 ] {} <Debug> HTTP-Session: 15552289-c354-497b-b33a-89f2f9f08a73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
470 2024.10.22 17:00:21.317630 [ 258 ] {} <Trace> HTTP-Session: 15552289-c354-497b-b33a-89f2f9f08a73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
471 2024.10.22 17:00:21.317869 [ 258 ] {0e951501-5a4d-4174-abff-27a406c0d4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42217) 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)
472 2024.10.22 17:00:21.318007 [ 258 ] {0e951501-5a4d-4174-abff-27a406c0d4b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
473 2024.10.22 17:00:21.320869 [ 258 ] {0e951501-5a4d-4174-abff-27a406c0d4b4} <Debug> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Loading data parts
474 2024.10.22 17:00:21.321287 [ 258 ] {0e951501-5a4d-4174-abff-27a406c0d4b4} <Debug> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): There are no data parts
475 2024.10.22 17:00:21.322950 [ 258 ] {0e951501-5a4d-4174-abff-27a406c0d4b4} <Debug> DynamicQueryHandler: Done processing query
476 2024.10.22 17:00:21.323026 [ 258 ] {} <Debug> HTTP-Session: 15552289-c354-497b-b33a-89f2f9f08a73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
477 2024.10.22 17:00:21.323282 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
478 2024.10.22 17:00:21.323664 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40654, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
479 2024.10.22 17:00:21.323809 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
480 2024.10.22 17:00:21.323835 [ 261 ] {} <Debug> HTTP-Session: 6797c49c-1d94-4871-ac84-8269b881c6ef Authenticating user 'default' from [fd00:1122:3344:101::d]:40654
481 2024.10.22 17:00:21.323858 [ 261 ] {} <Debug> HTTP-Session: 6797c49c-1d94-4871-ac84-8269b881c6ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
482 2024.10.22 17:00:21.323951 [ 261 ] {} <Debug> HTTP-Session: 6797c49c-1d94-4871-ac84-8269b881c6ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
483 2024.10.22 17:00:21.324031 [ 261 ] {} <Trace> HTTP-Session: 6797c49c-1d94-4871-ac84-8269b881c6ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
484 2024.10.22 17:00:21.324342 [ 261 ] {9e339877-a7ad-4ac2-918f-8d38094af991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40654) 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)
485 2024.10.22 17:00:21.324458 [ 261 ] {9e339877-a7ad-4ac2-918f-8d38094af991} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
486 2024.10.22 17:00:21.326788 [ 261 ] {9e339877-a7ad-4ac2-918f-8d38094af991} <Debug> oximeter.measurements_string (45f8b4b4-c7a0-4800-92bc-e4e269d7c258): Loading data parts
487 2024.10.22 17:00:21.326993 [ 261 ] {9e339877-a7ad-4ac2-918f-8d38094af991} <Debug> oximeter.measurements_string (45f8b4b4-c7a0-4800-92bc-e4e269d7c258): There are no data parts
488 2024.10.22 17:00:21.328839 [ 261 ] {9e339877-a7ad-4ac2-918f-8d38094af991} <Debug> DynamicQueryHandler: Done processing query
489 2024.10.22 17:00:21.328954 [ 261 ] {} <Debug> HTTP-Session: 6797c49c-1d94-4871-ac84-8269b881c6ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
490 2024.10.22 17:00:21.329136 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40654, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
491 2024.10.22 17:00:21.329585 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46628, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
492 2024.10.22 17:00:21.329789 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
493 2024.10.22 17:00:21.329812 [ 261 ] {} <Debug> HTTP-Session: 4f735bda-362f-48de-b761-444b5bba02ab Authenticating user 'default' from [fd00:1122:3344:101::d]:46628
494 2024.10.22 17:00:21.329829 [ 261 ] {} <Debug> HTTP-Session: 4f735bda-362f-48de-b761-444b5bba02ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
495 2024.10.22 17:00:21.329940 [ 261 ] {} <Debug> HTTP-Session: 4f735bda-362f-48de-b761-444b5bba02ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
496 2024.10.22 17:00:21.330002 [ 261 ] {} <Trace> HTTP-Session: 4f735bda-362f-48de-b761-444b5bba02ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
497 2024.10.22 17:00:21.330291 [ 261 ] {4e4062fb-a987-4026-8b60-8050dbcf302b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46628) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
498 * NOTE: Right now we can't unambiguously record a nullable byte array.
499 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
500 * a string isn't palatable for a few reasons.
501 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
502 * details.
503 */
504 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
505 2024.10.22 17:00:21.330418 [ 261 ] {4e4062fb-a987-4026-8b60-8050dbcf302b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
506 2024.10.22 17:00:21.332281 [ 261 ] {4e4062fb-a987-4026-8b60-8050dbcf302b} <Debug> oximeter.measurements_bytes (9cb0349e-8e52-4ef2-ad13-7331fc8d1453): Loading data parts
507 2024.10.22 17:00:21.332574 [ 261 ] {4e4062fb-a987-4026-8b60-8050dbcf302b} <Debug> oximeter.measurements_bytes (9cb0349e-8e52-4ef2-ad13-7331fc8d1453): There are no data parts
508 2024.10.22 17:00:21.334050 [ 261 ] {4e4062fb-a987-4026-8b60-8050dbcf302b} <Debug> DynamicQueryHandler: Done processing query
509 2024.10.22 17:00:21.334080 [ 261 ] {} <Debug> HTTP-Session: 4f735bda-362f-48de-b761-444b5bba02ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
510 2024.10.22 17:00:21.334345 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
511 2024.10.22 17:00:21.334582 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46628, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
512 2024.10.22 17:00:21.334708 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
513 2024.10.22 17:00:21.334729 [ 261 ] {} <Debug> HTTP-Session: 0beed8f1-55c5-43d7-9a2f-86c25ac02db0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46628
514 2024.10.22 17:00:21.334747 [ 261 ] {} <Debug> HTTP-Session: 0beed8f1-55c5-43d7-9a2f-86c25ac02db0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
515 2024.10.22 17:00:21.334813 [ 261 ] {} <Debug> HTTP-Session: 0beed8f1-55c5-43d7-9a2f-86c25ac02db0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
516 2024.10.22 17:00:21.334892 [ 261 ] {} <Trace> HTTP-Session: 0beed8f1-55c5-43d7-9a2f-86c25ac02db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
517 2024.10.22 17:00:21.335135 [ 261 ] {4c651a2c-cf4f-4f01-9e6b-ffe6155c1de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46628) 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)
518 2024.10.22 17:00:21.335262 [ 261 ] {4c651a2c-cf4f-4f01-9e6b-ffe6155c1de6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
519 2024.10.22 17:00:21.337672 [ 261 ] {4c651a2c-cf4f-4f01-9e6b-ffe6155c1de6} <Debug> oximeter.measurements_cumulativei64 (cb6af9b1-784e-48ba-9a2c-d6cc6993da27): Loading data parts
520 2024.10.22 17:00:21.337930 [ 261 ] {4c651a2c-cf4f-4f01-9e6b-ffe6155c1de6} <Debug> oximeter.measurements_cumulativei64 (cb6af9b1-784e-48ba-9a2c-d6cc6993da27): There are no data parts
521 2024.10.22 17:00:21.339474 [ 261 ] {4c651a2c-cf4f-4f01-9e6b-ffe6155c1de6} <Debug> DynamicQueryHandler: Done processing query
522 2024.10.22 17:00:21.339504 [ 261 ] {} <Debug> HTTP-Session: 0beed8f1-55c5-43d7-9a2f-86c25ac02db0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
523 2024.10.22 17:00:21.339935 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
524 2024.10.22 17:00:21.341104 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47800, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
525 2024.10.22 17:00:21.341243 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
526 2024.10.22 17:00:21.341272 [ 261 ] {} <Debug> HTTP-Session: de9ba85a-4444-4313-b299-357a070e5873 Authenticating user 'default' from [fd00:1122:3344:101::d]:47800
527 2024.10.22 17:00:21.341293 [ 261 ] {} <Debug> HTTP-Session: de9ba85a-4444-4313-b299-357a070e5873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
528 2024.10.22 17:00:21.341379 [ 261 ] {} <Debug> HTTP-Session: de9ba85a-4444-4313-b299-357a070e5873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
529 2024.10.22 17:00:21.341417 [ 261 ] {} <Trace> HTTP-Session: de9ba85a-4444-4313-b299-357a070e5873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
530 2024.10.22 17:00:21.341642 [ 261 ] {a37cf6dd-9fdc-4218-8a99-3e79c8d9e7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47800) 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)
531 2024.10.22 17:00:21.341767 [ 261 ] {a37cf6dd-9fdc-4218-8a99-3e79c8d9e7ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
532 2024.10.22 17:00:21.343673 [ 261 ] {a37cf6dd-9fdc-4218-8a99-3e79c8d9e7ba} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Loading data parts
533 2024.10.22 17:00:21.343945 [ 261 ] {a37cf6dd-9fdc-4218-8a99-3e79c8d9e7ba} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): There are no data parts
534 2024.10.22 17:00:21.346516 [ 261 ] {a37cf6dd-9fdc-4218-8a99-3e79c8d9e7ba} <Debug> DynamicQueryHandler: Done processing query
535 2024.10.22 17:00:21.346631 [ 261 ] {} <Debug> HTTP-Session: de9ba85a-4444-4313-b299-357a070e5873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
536 2024.10.22 17:00:21.346801 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47800, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
537 2024.10.22 17:00:21.347146 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47800, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
538 2024.10.22 17:00:21.347265 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
539 2024.10.22 17:00:21.347294 [ 261 ] {} <Debug> HTTP-Session: e1ccc814-5559-4772-99a1-f5cc15f46201 Authenticating user 'default' from [fd00:1122:3344:101::d]:47800
540 2024.10.22 17:00:21.347395 [ 261 ] {} <Debug> HTTP-Session: e1ccc814-5559-4772-99a1-f5cc15f46201 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
541 2024.10.22 17:00:21.347415 [ 261 ] {} <Debug> HTTP-Session: e1ccc814-5559-4772-99a1-f5cc15f46201 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
542 2024.10.22 17:00:21.347452 [ 261 ] {} <Trace> HTTP-Session: e1ccc814-5559-4772-99a1-f5cc15f46201 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
543 2024.10.22 17:00:21.347737 [ 261 ] {a8cd8863-bc83-48d5-b602-56a7ebca0e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47800) 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)
544 2024.10.22 17:00:21.347866 [ 261 ] {a8cd8863-bc83-48d5-b602-56a7ebca0e59} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
545 2024.10.22 17:00:21.350034 [ 261 ] {a8cd8863-bc83-48d5-b602-56a7ebca0e59} <Debug> oximeter.measurements_cumulativef32 (076d8e51-f133-47a7-adb2-f54858feddaf): Loading data parts
546 2024.10.22 17:00:21.350253 [ 261 ] {a8cd8863-bc83-48d5-b602-56a7ebca0e59} <Debug> oximeter.measurements_cumulativef32 (076d8e51-f133-47a7-adb2-f54858feddaf): There are no data parts
547 2024.10.22 17:00:21.352656 [ 261 ] {a8cd8863-bc83-48d5-b602-56a7ebca0e59} <Debug> DynamicQueryHandler: Done processing query
548 2024.10.22 17:00:21.352686 [ 261 ] {} <Debug> HTTP-Session: e1ccc814-5559-4772-99a1-f5cc15f46201 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
549 2024.10.22 17:00:21.352826 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47800, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
550 2024.10.22 17:00:21.353209 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47800, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
551 2024.10.22 17:00:21.353266 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
552 2024.10.22 17:00:21.353340 [ 261 ] {} <Debug> HTTP-Session: a7650b66-b846-4b1b-aa33-71772212b8ec Authenticating user 'default' from [fd00:1122:3344:101::d]:47800
553 2024.10.22 17:00:21.353399 [ 261 ] {} <Debug> HTTP-Session: a7650b66-b846-4b1b-aa33-71772212b8ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
554 2024.10.22 17:00:21.353418 [ 261 ] {} <Debug> HTTP-Session: a7650b66-b846-4b1b-aa33-71772212b8ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
555 2024.10.22 17:00:21.353495 [ 261 ] {} <Trace> HTTP-Session: a7650b66-b846-4b1b-aa33-71772212b8ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
556 2024.10.22 17:00:21.353751 [ 261 ] {b46b614a-1bca-43f1-a2f3-337ddf8a5ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47800) 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)
557 2024.10.22 17:00:21.353900 [ 261 ] {b46b614a-1bca-43f1-a2f3-337ddf8a5ccb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
558 2024.10.22 17:00:21.356716 [ 261 ] {b46b614a-1bca-43f1-a2f3-337ddf8a5ccb} <Debug> oximeter.measurements_cumulativef64 (c2534c74-9acf-40a8-bb43-c1a75a592919): Loading data parts
559 2024.10.22 17:00:21.357051 [ 261 ] {b46b614a-1bca-43f1-a2f3-337ddf8a5ccb} <Debug> oximeter.measurements_cumulativef64 (c2534c74-9acf-40a8-bb43-c1a75a592919): There are no data parts
560 2024.10.22 17:00:21.358985 [ 261 ] {b46b614a-1bca-43f1-a2f3-337ddf8a5ccb} <Debug> DynamicQueryHandler: Done processing query
561 2024.10.22 17:00:21.359019 [ 261 ] {} <Debug> HTTP-Session: a7650b66-b846-4b1b-aa33-71772212b8ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
562 2024.10.22 17:00:21.359223 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47800, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
563 2024.10.22 17:00:21.359686 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46639, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
564 2024.10.22 17:00:21.359750 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
565 2024.10.22 17:00:21.359871 [ 261 ] {} <Debug> HTTP-Session: 88db106b-34df-47d9-ae87-ddc2a7051bad Authenticating user 'default' from [fd00:1122:3344:101::d]:46639
566 2024.10.22 17:00:21.359893 [ 261 ] {} <Debug> HTTP-Session: 88db106b-34df-47d9-ae87-ddc2a7051bad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
567 2024.10.22 17:00:21.359929 [ 261 ] {} <Debug> HTTP-Session: 88db106b-34df-47d9-ae87-ddc2a7051bad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
568 2024.10.22 17:00:21.360114 [ 261 ] {} <Trace> HTTP-Session: 88db106b-34df-47d9-ae87-ddc2a7051bad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
569 2024.10.22 17:00:21.360458 [ 261 ] {34eb1055-43b6-4fc7-a22a-f1fa3b67ff09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46639) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
570 * NOTE: Array types cannot be Nullable, see
571 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
572 * for more details.
573 *
574 * This means we need to use empty arrays to indicate a missing value. This
575 * is unfortunate, and at this point relies on the fact that an
576 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
577 * to figure out another way to represent missing samples here.
578 */
579 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)
580 2024.10.22 17:00:21.360645 [ 261 ] {34eb1055-43b6-4fc7-a22a-f1fa3b67ff09} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
581 2024.10.22 17:00:21.365021 [ 261 ] {34eb1055-43b6-4fc7-a22a-f1fa3b67ff09} <Debug> oximeter.measurements_histogrami8 (05e1281a-3c03-4971-b2f9-188fc85ea816): Loading data parts
582 2024.10.22 17:00:21.365330 [ 261 ] {34eb1055-43b6-4fc7-a22a-f1fa3b67ff09} <Debug> oximeter.measurements_histogrami8 (05e1281a-3c03-4971-b2f9-188fc85ea816): There are no data parts
583 2024.10.22 17:00:21.367163 [ 261 ] {34eb1055-43b6-4fc7-a22a-f1fa3b67ff09} <Debug> DynamicQueryHandler: Done processing query
584 2024.10.22 17:00:21.367193 [ 261 ] {} <Debug> HTTP-Session: 88db106b-34df-47d9-ae87-ddc2a7051bad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
585 2024.10.22 17:00:21.367378 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
586 2024.10.22 17:00:21.367748 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46639, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
587 2024.10.22 17:00:21.367807 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
588 2024.10.22 17:00:21.367915 [ 261 ] {} <Debug> HTTP-Session: b605c035-5a00-485f-b40c-f110fc96856a Authenticating user 'default' from [fd00:1122:3344:101::d]:46639
589 2024.10.22 17:00:21.367933 [ 261 ] {} <Debug> HTTP-Session: b605c035-5a00-485f-b40c-f110fc96856a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
590 2024.10.22 17:00:21.367947 [ 261 ] {} <Debug> HTTP-Session: b605c035-5a00-485f-b40c-f110fc96856a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
591 2024.10.22 17:00:21.368058 [ 261 ] {} <Trace> HTTP-Session: b605c035-5a00-485f-b40c-f110fc96856a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
592 2024.10.22 17:00:21.368323 [ 261 ] {19e3b7e3-f282-4290-8da1-bc772103a68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46639) 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)
593 2024.10.22 17:00:21.368456 [ 261 ] {19e3b7e3-f282-4290-8da1-bc772103a68d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
594 2024.10.22 17:00:21.370968 [ 261 ] {19e3b7e3-f282-4290-8da1-bc772103a68d} <Debug> oximeter.measurements_histogramu8 (141a9179-0b99-4d0d-b897-4a038410c280): Loading data parts
595 2024.10.22 17:00:21.371293 [ 261 ] {19e3b7e3-f282-4290-8da1-bc772103a68d} <Debug> oximeter.measurements_histogramu8 (141a9179-0b99-4d0d-b897-4a038410c280): There are no data parts
596 2024.10.22 17:00:21.372864 [ 261 ] {19e3b7e3-f282-4290-8da1-bc772103a68d} <Debug> DynamicQueryHandler: Done processing query
597 2024.10.22 17:00:21.372896 [ 261 ] {} <Debug> HTTP-Session: b605c035-5a00-485f-b40c-f110fc96856a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
598 2024.10.22 17:00:21.373076 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
599 2024.10.22 17:00:21.374050 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53509, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
600 2024.10.22 17:00:21.374122 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
601 2024.10.22 17:00:21.375238 [ 258 ] {} <Debug> HTTP-Session: c37c321e-38d7-498c-8d54-8d8642512125 Authenticating user 'default' from [fd00:1122:3344:101::d]:53509
602 2024.10.22 17:00:21.375263 [ 258 ] {} <Debug> HTTP-Session: c37c321e-38d7-498c-8d54-8d8642512125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
603 2024.10.22 17:00:21.375280 [ 258 ] {} <Debug> HTTP-Session: c37c321e-38d7-498c-8d54-8d8642512125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
604 2024.10.22 17:00:21.375617 [ 258 ] {} <Trace> HTTP-Session: c37c321e-38d7-498c-8d54-8d8642512125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
605 2024.10.22 17:00:21.375943 [ 258 ] {8a2388f4-2173-48f4-b333-25d2eab1e0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53509) 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)
606 2024.10.22 17:00:21.376098 [ 258 ] {8a2388f4-2173-48f4-b333-25d2eab1e0c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
607 2024.10.22 17:00:21.378590 [ 258 ] {8a2388f4-2173-48f4-b333-25d2eab1e0c5} <Debug> oximeter.measurements_histogrami16 (b0fbc22a-5a36-422a-807e-e8890996e99c): Loading data parts
608 2024.10.22 17:00:21.378913 [ 258 ] {8a2388f4-2173-48f4-b333-25d2eab1e0c5} <Debug> oximeter.measurements_histogrami16 (b0fbc22a-5a36-422a-807e-e8890996e99c): There are no data parts
609 2024.10.22 17:00:21.380995 [ 258 ] {8a2388f4-2173-48f4-b333-25d2eab1e0c5} <Debug> DynamicQueryHandler: Done processing query
610 2024.10.22 17:00:21.381029 [ 258 ] {} <Debug> HTTP-Session: c37c321e-38d7-498c-8d54-8d8642512125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
611 2024.10.22 17:00:21.381503 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
612 2024.10.22 17:00:21.381849 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53509, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
613 2024.10.22 17:00:21.381955 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
614 2024.10.22 17:00:21.382020 [ 258 ] {} <Debug> HTTP-Session: 4d9746bd-15b5-4692-8606-5dcf633de44f Authenticating user 'default' from [fd00:1122:3344:101::d]:53509
615 2024.10.22 17:00:21.382043 [ 258 ] {} <Debug> HTTP-Session: 4d9746bd-15b5-4692-8606-5dcf633de44f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
616 2024.10.22 17:00:21.382060 [ 258 ] {} <Debug> HTTP-Session: 4d9746bd-15b5-4692-8606-5dcf633de44f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
617 2024.10.22 17:00:21.382201 [ 258 ] {} <Trace> HTTP-Session: 4d9746bd-15b5-4692-8606-5dcf633de44f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
618 2024.10.22 17:00:21.382551 [ 258 ] {b408d10c-2a7e-4244-b0f8-23720d6d9097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53509) 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)
619 2024.10.22 17:00:21.382787 [ 258 ] {b408d10c-2a7e-4244-b0f8-23720d6d9097} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
620 2024.10.22 17:00:21.386852 [ 258 ] {b408d10c-2a7e-4244-b0f8-23720d6d9097} <Debug> oximeter.measurements_histogramu16 (1038aa2f-8856-42ad-a1cc-d9869b1654b8): Loading data parts
621 2024.10.22 17:00:21.387162 [ 258 ] {b408d10c-2a7e-4244-b0f8-23720d6d9097} <Debug> oximeter.measurements_histogramu16 (1038aa2f-8856-42ad-a1cc-d9869b1654b8): There are no data parts
622 2024.10.22 17:00:21.389434 [ 258 ] {b408d10c-2a7e-4244-b0f8-23720d6d9097} <Debug> DynamicQueryHandler: Done processing query
623 2024.10.22 17:00:21.389460 [ 258 ] {} <Debug> HTTP-Session: 4d9746bd-15b5-4692-8606-5dcf633de44f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
624 2024.10.22 17:00:21.389707 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
625 2024.10.22 17:00:21.390196 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59490, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
626 2024.10.22 17:00:21.390321 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
627 2024.10.22 17:00:21.390343 [ 258 ] {} <Debug> HTTP-Session: c1b9f9d4-f66f-4a6a-aa74-9a02516aa8e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59490
628 2024.10.22 17:00:21.390359 [ 258 ] {} <Debug> HTTP-Session: c1b9f9d4-f66f-4a6a-aa74-9a02516aa8e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
629 2024.10.22 17:00:21.390413 [ 258 ] {} <Debug> HTTP-Session: c1b9f9d4-f66f-4a6a-aa74-9a02516aa8e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
630 2024.10.22 17:00:21.390490 [ 258 ] {} <Trace> HTTP-Session: c1b9f9d4-f66f-4a6a-aa74-9a02516aa8e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
631 2024.10.22 17:00:21.390763 [ 258 ] {5bef49b7-75ff-4b83-87ad-020862b6b112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59490) 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)
632 2024.10.22 17:00:21.390874 [ 258 ] {5bef49b7-75ff-4b83-87ad-020862b6b112} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
633 2024.10.22 17:00:21.394210 [ 258 ] {5bef49b7-75ff-4b83-87ad-020862b6b112} <Debug> oximeter.measurements_histogrami32 (6bd4675b-ae5b-4a6b-ae06-0093af2d2a83): Loading data parts
634 2024.10.22 17:00:21.394632 [ 258 ] {5bef49b7-75ff-4b83-87ad-020862b6b112} <Debug> oximeter.measurements_histogrami32 (6bd4675b-ae5b-4a6b-ae06-0093af2d2a83): There are no data parts
635 2024.10.22 17:00:21.396984 [ 258 ] {5bef49b7-75ff-4b83-87ad-020862b6b112} <Debug> DynamicQueryHandler: Done processing query
636 2024.10.22 17:00:21.397015 [ 258 ] {} <Debug> HTTP-Session: c1b9f9d4-f66f-4a6a-aa74-9a02516aa8e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
637 2024.10.22 17:00:21.397280 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59490, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
638 2024.10.22 17:00:21.397731 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61680, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
639 2024.10.22 17:00:21.397929 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
640 2024.10.22 17:00:21.397955 [ 258 ] {} <Debug> HTTP-Session: 4a9c54fe-8d10-4fe3-a56e-f310eed9e44c Authenticating user 'default' from [fd00:1122:3344:101::d]:61680
641 2024.10.22 17:00:21.397977 [ 258 ] {} <Debug> HTTP-Session: 4a9c54fe-8d10-4fe3-a56e-f310eed9e44c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
642 2024.10.22 17:00:21.398069 [ 258 ] {} <Debug> HTTP-Session: 4a9c54fe-8d10-4fe3-a56e-f310eed9e44c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
643 2024.10.22 17:00:21.398111 [ 258 ] {} <Trace> HTTP-Session: 4a9c54fe-8d10-4fe3-a56e-f310eed9e44c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
644 2024.10.22 17:00:21.398455 [ 258 ] {00f960fc-5e59-405d-a63d-4cc25bc6ca6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61680) 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)
645 2024.10.22 17:00:21.398601 [ 258 ] {00f960fc-5e59-405d-a63d-4cc25bc6ca6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
646 2024.10.22 17:00:21.405056 [ 258 ] {00f960fc-5e59-405d-a63d-4cc25bc6ca6c} <Debug> oximeter.measurements_histogramu32 (4bdc06f1-ac9c-4ef6-b6be-f216ce171919): Loading data parts
647 2024.10.22 17:00:21.405340 [ 258 ] {00f960fc-5e59-405d-a63d-4cc25bc6ca6c} <Debug> oximeter.measurements_histogramu32 (4bdc06f1-ac9c-4ef6-b6be-f216ce171919): There are no data parts
648 2024.10.22 17:00:21.410051 [ 258 ] {00f960fc-5e59-405d-a63d-4cc25bc6ca6c} <Debug> DynamicQueryHandler: Done processing query
649 2024.10.22 17:00:21.410081 [ 258 ] {} <Debug> HTTP-Session: 4a9c54fe-8d10-4fe3-a56e-f310eed9e44c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
650 2024.10.22 17:00:21.410327 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
651 2024.10.22 17:00:21.410771 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41310, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
652 2024.10.22 17:00:21.410929 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
653 2024.10.22 17:00:21.410954 [ 258 ] {} <Debug> HTTP-Session: 167380d0-3e99-4be2-afca-a11f71d39308 Authenticating user 'default' from [fd00:1122:3344:101::d]:41310
654 2024.10.22 17:00:21.410974 [ 258 ] {} <Debug> HTTP-Session: 167380d0-3e99-4be2-afca-a11f71d39308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
655 2024.10.22 17:00:21.411079 [ 258 ] {} <Debug> HTTP-Session: 167380d0-3e99-4be2-afca-a11f71d39308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
656 2024.10.22 17:00:21.411119 [ 258 ] {} <Trace> HTTP-Session: 167380d0-3e99-4be2-afca-a11f71d39308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
657 2024.10.22 17:00:21.411453 [ 258 ] {252fe79d-7f81-4c46-947d-5248c2fac53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41310) 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)
658 2024.10.22 17:00:21.411620 [ 258 ] {252fe79d-7f81-4c46-947d-5248c2fac53f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
659 2024.10.22 17:00:21.415182 [ 258 ] {252fe79d-7f81-4c46-947d-5248c2fac53f} <Debug> oximeter.measurements_histogrami64 (383cccc5-8482-4e92-847d-abbaf00698ba): Loading data parts
660 2024.10.22 17:00:21.415430 [ 258 ] {252fe79d-7f81-4c46-947d-5248c2fac53f} <Debug> oximeter.measurements_histogrami64 (383cccc5-8482-4e92-847d-abbaf00698ba): There are no data parts
661 2024.10.22 17:00:21.417166 [ 258 ] {252fe79d-7f81-4c46-947d-5248c2fac53f} <Debug> DynamicQueryHandler: Done processing query
662 2024.10.22 17:00:21.417198 [ 258 ] {} <Debug> HTTP-Session: 167380d0-3e99-4be2-afca-a11f71d39308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2024.10.22 17:00:21.417437 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
664 2024.10.22 17:00:21.417924 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48473, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
665 2024.10.22 17:00:21.418058 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
666 2024.10.22 17:00:21.418084 [ 258 ] {} <Debug> HTTP-Session: 167e12a4-46c9-4161-b6da-bf1c79f9c5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48473
667 2024.10.22 17:00:21.418105 [ 258 ] {} <Debug> HTTP-Session: 167e12a4-46c9-4161-b6da-bf1c79f9c5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
668 2024.10.22 17:00:21.418202 [ 258 ] {} <Debug> HTTP-Session: 167e12a4-46c9-4161-b6da-bf1c79f9c5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
669 2024.10.22 17:00:21.418242 [ 258 ] {} <Trace> HTTP-Session: 167e12a4-46c9-4161-b6da-bf1c79f9c5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
670 2024.10.22 17:00:21.418564 [ 258 ] {9b10688a-fd1e-4ef0-a839-8306fa6795d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48473) 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)
671 2024.10.22 17:00:21.418696 [ 258 ] {9b10688a-fd1e-4ef0-a839-8306fa6795d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
672 2024.10.22 17:00:21.422760 [ 258 ] {9b10688a-fd1e-4ef0-a839-8306fa6795d6} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Loading data parts
673 2024.10.22 17:00:21.423008 [ 258 ] {9b10688a-fd1e-4ef0-a839-8306fa6795d6} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): There are no data parts
674 2024.10.22 17:00:21.426470 [ 258 ] {9b10688a-fd1e-4ef0-a839-8306fa6795d6} <Debug> DynamicQueryHandler: Done processing query
675 2024.10.22 17:00:21.426588 [ 258 ] {} <Debug> HTTP-Session: 167e12a4-46c9-4161-b6da-bf1c79f9c5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
676 2024.10.22 17:00:21.426779 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
677 2024.10.22 17:00:21.427225 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57937, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
678 2024.10.22 17:00:21.427385 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
679 2024.10.22 17:00:21.427411 [ 258 ] {} <Debug> HTTP-Session: 65109a2b-e8ea-45be-8f77-17e5b3f1f9fb Authenticating user 'default' from [fd00:1122:3344:101::d]:57937
680 2024.10.22 17:00:21.427427 [ 258 ] {} <Debug> HTTP-Session: 65109a2b-e8ea-45be-8f77-17e5b3f1f9fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
681 2024.10.22 17:00:21.427518 [ 258 ] {} <Debug> HTTP-Session: 65109a2b-e8ea-45be-8f77-17e5b3f1f9fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
682 2024.10.22 17:00:21.427560 [ 258 ] {} <Trace> HTTP-Session: 65109a2b-e8ea-45be-8f77-17e5b3f1f9fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
683 2024.10.22 17:00:21.428072 [ 258 ] {717c9081-51e4-46c1-8aa3-5758a4f12256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57937) 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)
684 2024.10.22 17:00:21.428230 [ 258 ] {717c9081-51e4-46c1-8aa3-5758a4f12256} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
685 2024.10.22 17:00:21.431874 [ 258 ] {717c9081-51e4-46c1-8aa3-5758a4f12256} <Debug> oximeter.measurements_histogramf32 (ff1daf10-f055-4e56-b6a1-7bcf4df56929): Loading data parts
686 2024.10.22 17:00:21.432123 [ 258 ] {717c9081-51e4-46c1-8aa3-5758a4f12256} <Debug> oximeter.measurements_histogramf32 (ff1daf10-f055-4e56-b6a1-7bcf4df56929): There are no data parts
687 2024.10.22 17:00:21.434837 [ 258 ] {717c9081-51e4-46c1-8aa3-5758a4f12256} <Debug> DynamicQueryHandler: Done processing query
688 2024.10.22 17:00:21.434959 [ 258 ] {} <Debug> HTTP-Session: 65109a2b-e8ea-45be-8f77-17e5b3f1f9fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
689 2024.10.22 17:00:21.435120 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57937, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
690 2024.10.22 17:00:21.435415 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57937, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
691 2024.10.22 17:00:21.435560 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
692 2024.10.22 17:00:21.435602 [ 258 ] {} <Debug> HTTP-Session: 20c1155b-261a-4fe8-a116-28a0f49118cf Authenticating user 'default' from [fd00:1122:3344:101::d]:57937
693 2024.10.22 17:00:21.435678 [ 258 ] {} <Debug> HTTP-Session: 20c1155b-261a-4fe8-a116-28a0f49118cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
694 2024.10.22 17:00:21.435761 [ 258 ] {} <Debug> HTTP-Session: 20c1155b-261a-4fe8-a116-28a0f49118cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2024.10.22 17:00:21.435879 [ 258 ] {} <Trace> HTTP-Session: 20c1155b-261a-4fe8-a116-28a0f49118cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
696 2024.10.22 17:00:21.436335 [ 258 ] {f6be881b-b618-4667-b3e8-d0d4e2d4aad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57937) 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)
697 2024.10.22 17:00:21.436527 [ 258 ] {f6be881b-b618-4667-b3e8-d0d4e2d4aad3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
698 2024.10.22 17:00:21.439202 [ 258 ] {f6be881b-b618-4667-b3e8-d0d4e2d4aad3} <Debug> oximeter.measurements_histogramf64 (bb410bd4-49d8-4cd1-9182-fbb9d7dfc19a): Loading data parts
699 2024.10.22 17:00:21.439440 [ 258 ] {f6be881b-b618-4667-b3e8-d0d4e2d4aad3} <Debug> oximeter.measurements_histogramf64 (bb410bd4-49d8-4cd1-9182-fbb9d7dfc19a): There are no data parts
700 2024.10.22 17:00:21.442681 [ 258 ] {f6be881b-b618-4667-b3e8-d0d4e2d4aad3} <Debug> DynamicQueryHandler: Done processing query
701 2024.10.22 17:00:21.442793 [ 258 ] {} <Debug> HTTP-Session: 20c1155b-261a-4fe8-a116-28a0f49118cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2024.10.22 17:00:21.443060 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57937, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
703 2024.10.22 17:00:21.443394 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57937, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
704 2024.10.22 17:00:21.443567 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
705 2024.10.22 17:00:21.443594 [ 258 ] {} <Debug> HTTP-Session: 1a93efd5-349e-4df6-aaa7-8aa679a9fed7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57937
706 2024.10.22 17:00:21.443704 [ 258 ] {} <Debug> HTTP-Session: 1a93efd5-349e-4df6-aaa7-8aa679a9fed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
707 2024.10.22 17:00:21.443724 [ 258 ] {} <Debug> HTTP-Session: 1a93efd5-349e-4df6-aaa7-8aa679a9fed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
708 2024.10.22 17:00:21.443768 [ 258 ] {} <Trace> HTTP-Session: 1a93efd5-349e-4df6-aaa7-8aa679a9fed7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
709 2024.10.22 17:00:21.444093 [ 258 ] {7c30faef-a039-4fef-9602-94d5741005c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57937) /* The field tables store named dimensions of each timeseries.
710 *
711 * As with the measurement tables, there is one field table for each field data
712 * type. Fields are deduplicated by using the "replacing merge tree", though
713 * this behavior **must not** be relied upon for query correctness.
714 *
715 * The index for the fields differs from the measurements, however. Rows are
716 * sorted by timeseries name, then field name, field value, and finally
717 * timeseries key. This reflects the most common pattern for looking them up:
718 * by field name and possibly value, within a timeseries. The resulting keys are
719 * usually then used to look up measurements.
720 *
721 * NOTE: We may want to consider a secondary index on these tables, sorting by
722 * timeseries name and then key, since it would improve lookups where one
723 * already has the key. Realistically though, these tables are quite small and
724 * so performance benefits will be low in absolute terms.
725 *
726 * TTL: We use a materialized column to expire old field table records. This
727 * column is generated automatically by the database whenever a new row is
728 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
729 * query. Since these tables are `ReplacingMergeTree`s, that means the last
730 * record will remain during a deduplication, which will have the last
731 * timestamp. ClickHouse will then expire old data for us, similar to the
732 * measurement tables.
733 */
734 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)
735 2024.10.22 17:00:21.444273 [ 258 ] {7c30faef-a039-4fef-9602-94d5741005c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
736 2024.10.22 17:00:21.448251 [ 258 ] {7c30faef-a039-4fef-9602-94d5741005c6} <Debug> oximeter.fields_bool (be54fbc7-dadc-4458-be5d-6297e61e290f): Loading data parts
737 2024.10.22 17:00:21.448531 [ 258 ] {7c30faef-a039-4fef-9602-94d5741005c6} <Debug> oximeter.fields_bool (be54fbc7-dadc-4458-be5d-6297e61e290f): There are no data parts
738 2024.10.22 17:00:21.451911 [ 258 ] {7c30faef-a039-4fef-9602-94d5741005c6} <Debug> DynamicQueryHandler: Done processing query
739 2024.10.22 17:00:21.452009 [ 258 ] {} <Debug> HTTP-Session: 1a93efd5-349e-4df6-aaa7-8aa679a9fed7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
740 2024.10.22 17:00:21.452319 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57937, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
741 2024.10.22 17:00:21.452973 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39795, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
742 2024.10.22 17:00:21.453039 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
743 2024.10.22 17:00:21.453067 [ 258 ] {} <Debug> HTTP-Session: 2a12823f-04a3-4ffd-afdd-f1b4c7d6fc96 Authenticating user 'default' from [fd00:1122:3344:101::d]:39795
744 2024.10.22 17:00:21.453089 [ 258 ] {} <Debug> HTTP-Session: 2a12823f-04a3-4ffd-afdd-f1b4c7d6fc96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
745 2024.10.22 17:00:21.453109 [ 258 ] {} <Debug> HTTP-Session: 2a12823f-04a3-4ffd-afdd-f1b4c7d6fc96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
746 2024.10.22 17:00:21.453148 [ 258 ] {} <Trace> HTTP-Session: 2a12823f-04a3-4ffd-afdd-f1b4c7d6fc96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
747 2024.10.22 17:00:21.453409 [ 258 ] {d6a528ce-81a1-4ccf-bd1a-d28141734cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39795) 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)
748 2024.10.22 17:00:21.453486 [ 258 ] {d6a528ce-81a1-4ccf-bd1a-d28141734cab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
749 2024.10.22 17:00:21.456931 [ 258 ] {d6a528ce-81a1-4ccf-bd1a-d28141734cab} <Debug> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Loading data parts
750 2024.10.22 17:00:21.457252 [ 258 ] {d6a528ce-81a1-4ccf-bd1a-d28141734cab} <Debug> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): There are no data parts
751 2024.10.22 17:00:21.459650 [ 258 ] {d6a528ce-81a1-4ccf-bd1a-d28141734cab} <Debug> DynamicQueryHandler: Done processing query
752 2024.10.22 17:00:21.459681 [ 258 ] {} <Debug> HTTP-Session: 2a12823f-04a3-4ffd-afdd-f1b4c7d6fc96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
753 2024.10.22 17:00:21.459871 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
754 2024.10.22 17:00:21.460284 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39795, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
755 2024.10.22 17:00:21.460348 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
756 2024.10.22 17:00:21.460372 [ 258 ] {} <Debug> HTTP-Session: dbf15120-ae89-426f-9552-74e43adec593 Authenticating user 'default' from [fd00:1122:3344:101::d]:39795
757 2024.10.22 17:00:21.460390 [ 258 ] {} <Debug> HTTP-Session: dbf15120-ae89-426f-9552-74e43adec593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
758 2024.10.22 17:00:21.460412 [ 258 ] {} <Debug> HTTP-Session: dbf15120-ae89-426f-9552-74e43adec593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
759 2024.10.22 17:00:21.460457 [ 258 ] {} <Trace> HTTP-Session: dbf15120-ae89-426f-9552-74e43adec593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
760 2024.10.22 17:00:21.460740 [ 258 ] {df7fd496-d4f6-4bb8-beaa-2f1e29f0d293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39795) 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)
761 2024.10.22 17:00:21.460794 [ 258 ] {df7fd496-d4f6-4bb8-beaa-2f1e29f0d293} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
762 2024.10.22 17:00:21.464541 [ 258 ] {df7fd496-d4f6-4bb8-beaa-2f1e29f0d293} <Debug> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Loading data parts
763 2024.10.22 17:00:21.464832 [ 258 ] {df7fd496-d4f6-4bb8-beaa-2f1e29f0d293} <Debug> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): There are no data parts
764 2024.10.22 17:00:21.467263 [ 258 ] {df7fd496-d4f6-4bb8-beaa-2f1e29f0d293} <Debug> DynamicQueryHandler: Done processing query
765 2024.10.22 17:00:21.467297 [ 258 ] {} <Debug> HTTP-Session: dbf15120-ae89-426f-9552-74e43adec593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
766 2024.10.22 17:00:21.467620 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
767 2024.10.22 17:00:21.468112 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39795, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
768 2024.10.22 17:00:21.468439 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
769 2024.10.22 17:00:21.468476 [ 258 ] {} <Debug> HTTP-Session: 7dbf4de3-7337-464d-bd4c-6382a4a2f8e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39795
770 2024.10.22 17:00:21.468499 [ 258 ] {} <Debug> HTTP-Session: 7dbf4de3-7337-464d-bd4c-6382a4a2f8e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
771 2024.10.22 17:00:21.468519 [ 258 ] {} <Debug> HTTP-Session: 7dbf4de3-7337-464d-bd4c-6382a4a2f8e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
772 2024.10.22 17:00:21.468559 [ 258 ] {} <Trace> HTTP-Session: 7dbf4de3-7337-464d-bd4c-6382a4a2f8e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
773 2024.10.22 17:00:21.469588 [ 258 ] {e1c460fe-3440-4a39-bec4-b8e234ab8f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39795) 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)
774 2024.10.22 17:00:21.469644 [ 258 ] {e1c460fe-3440-4a39-bec4-b8e234ab8f03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
775 2024.10.22 17:00:21.473942 [ 258 ] {e1c460fe-3440-4a39-bec4-b8e234ab8f03} <Debug> oximeter.fields_i16 (efa2500c-d678-408a-bf8f-8871baf849b0): Loading data parts
776 2024.10.22 17:00:21.474202 [ 258 ] {e1c460fe-3440-4a39-bec4-b8e234ab8f03} <Debug> oximeter.fields_i16 (efa2500c-d678-408a-bf8f-8871baf849b0): There are no data parts
777 2024.10.22 17:00:21.479496 [ 258 ] {e1c460fe-3440-4a39-bec4-b8e234ab8f03} <Debug> DynamicQueryHandler: Done processing query
778 2024.10.22 17:00:21.479538 [ 258 ] {} <Debug> HTTP-Session: 7dbf4de3-7337-464d-bd4c-6382a4a2f8e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
779 2024.10.22 17:00:21.479804 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
780 2024.10.22 17:00:21.480290 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54504, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
781 2024.10.22 17:00:21.480356 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
782 2024.10.22 17:00:21.480381 [ 258 ] {} <Debug> HTTP-Session: 5dd34fb9-0f66-4cbc-882a-36ce8607b869 Authenticating user 'default' from [fd00:1122:3344:101::d]:54504
783 2024.10.22 17:00:21.480404 [ 258 ] {} <Debug> HTTP-Session: 5dd34fb9-0f66-4cbc-882a-36ce8607b869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
784 2024.10.22 17:00:21.480422 [ 258 ] {} <Debug> HTTP-Session: 5dd34fb9-0f66-4cbc-882a-36ce8607b869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
785 2024.10.22 17:00:21.480463 [ 258 ] {} <Trace> HTTP-Session: 5dd34fb9-0f66-4cbc-882a-36ce8607b869 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
786 2024.10.22 17:00:21.480737 [ 258 ] {f64a6799-b428-41b1-9f24-b628f1e439fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54504) 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)
787 2024.10.22 17:00:21.480796 [ 258 ] {f64a6799-b428-41b1-9f24-b628f1e439fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
788 2024.10.22 17:00:21.484793 [ 258 ] {f64a6799-b428-41b1-9f24-b628f1e439fc} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Loading data parts
789 2024.10.22 17:00:21.485060 [ 258 ] {f64a6799-b428-41b1-9f24-b628f1e439fc} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): There are no data parts
790 2024.10.22 17:00:21.489985 [ 258 ] {f64a6799-b428-41b1-9f24-b628f1e439fc} <Debug> DynamicQueryHandler: Done processing query
791 2024.10.22 17:00:21.490016 [ 258 ] {} <Debug> HTTP-Session: 5dd34fb9-0f66-4cbc-882a-36ce8607b869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
792 2024.10.22 17:00:21.490281 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
793 2024.10.22 17:00:21.490910 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63501, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
794 2024.10.22 17:00:21.490974 [ 258 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
795 2024.10.22 17:00:21.490999 [ 258 ] {} <Debug> HTTP-Session: 93672f5a-b637-4d42-81e2-b723bd8d264a Authenticating user 'default' from [fd00:1122:3344:101::d]:63501
796 2024.10.22 17:00:21.491020 [ 258 ] {} <Debug> HTTP-Session: 93672f5a-b637-4d42-81e2-b723bd8d264a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
797 2024.10.22 17:00:21.491038 [ 258 ] {} <Debug> HTTP-Session: 93672f5a-b637-4d42-81e2-b723bd8d264a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
798 2024.10.22 17:00:21.491080 [ 258 ] {} <Trace> HTTP-Session: 93672f5a-b637-4d42-81e2-b723bd8d264a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
799 2024.10.22 17:00:21.491413 [ 258 ] {2449596d-f4e0-4785-9ec0-22e78fd29d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63501) 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)
800 2024.10.22 17:00:21.491469 [ 258 ] {2449596d-f4e0-4785-9ec0-22e78fd29d67} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
801 2024.10.22 17:00:21.495136 [ 258 ] {2449596d-f4e0-4785-9ec0-22e78fd29d67} <Debug> oximeter.fields_i32 (721e1dea-259b-4c40-99bd-acab32d9bd67): Loading data parts
802 2024.10.22 17:00:21.495577 [ 258 ] {2449596d-f4e0-4785-9ec0-22e78fd29d67} <Debug> oximeter.fields_i32 (721e1dea-259b-4c40-99bd-acab32d9bd67): There are no data parts
803 2024.10.22 17:00:21.497820 [ 258 ] {2449596d-f4e0-4785-9ec0-22e78fd29d67} <Debug> DynamicQueryHandler: Done processing query
804 2024.10.22 17:00:21.497881 [ 258 ] {} <Debug> HTTP-Session: 93672f5a-b637-4d42-81e2-b723bd8d264a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
805 2024.10.22 17:00:21.498270 [ 258 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
806 2024.10.22 17:00:21.498865 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39527, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
807 2024.10.22 17:00:21.498938 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
808 2024.10.22 17:00:21.498964 [ 261 ] {} <Debug> HTTP-Session: 0855f957-fe47-46ed-a8c2-788b69a0db4a Authenticating user 'default' from [fd00:1122:3344:101::d]:39527
809 2024.10.22 17:00:21.498988 [ 261 ] {} <Debug> HTTP-Session: 0855f957-fe47-46ed-a8c2-788b69a0db4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
810 2024.10.22 17:00:21.499007 [ 261 ] {} <Debug> HTTP-Session: 0855f957-fe47-46ed-a8c2-788b69a0db4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
811 2024.10.22 17:00:21.499046 [ 261 ] {} <Trace> HTTP-Session: 0855f957-fe47-46ed-a8c2-788b69a0db4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
812 2024.10.22 17:00:21.499275 [ 261 ] {a7731de7-1570-46cc-8c2f-786d6d46da29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39527) 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)
813 2024.10.22 17:00:21.499328 [ 261 ] {a7731de7-1570-46cc-8c2f-786d6d46da29} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
814 2024.10.22 17:00:21.501047 [ 258 ] {} <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):
815 
816 (version 23.8.7.1)
817 2024.10.22 17:00:21.502519 [ 261 ] {a7731de7-1570-46cc-8c2f-786d6d46da29} <Debug> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Loading data parts
818 2024.10.22 17:00:21.502817 [ 261 ] {a7731de7-1570-46cc-8c2f-786d6d46da29} <Debug> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): There are no data parts
819 2024.10.22 17:00:21.505523 [ 261 ] {a7731de7-1570-46cc-8c2f-786d6d46da29} <Debug> DynamicQueryHandler: Done processing query
820 2024.10.22 17:00:21.505556 [ 261 ] {} <Debug> HTTP-Session: 0855f957-fe47-46ed-a8c2-788b69a0db4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
821 2024.10.22 17:00:21.505734 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
822 2024.10.22 17:00:21.506206 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38928, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
823 2024.10.22 17:00:21.506272 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
824 2024.10.22 17:00:21.506304 [ 261 ] {} <Debug> HTTP-Session: c9481cc4-88ef-46b1-9325-d22aaefef80d Authenticating user 'default' from [fd00:1122:3344:101::d]:38928
825 2024.10.22 17:00:21.506326 [ 261 ] {} <Debug> HTTP-Session: c9481cc4-88ef-46b1-9325-d22aaefef80d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
826 2024.10.22 17:00:21.506341 [ 261 ] {} <Debug> HTTP-Session: c9481cc4-88ef-46b1-9325-d22aaefef80d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
827 2024.10.22 17:00:21.506373 [ 261 ] {} <Trace> HTTP-Session: c9481cc4-88ef-46b1-9325-d22aaefef80d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
828 2024.10.22 17:00:21.506573 [ 261 ] {498a0896-6e7c-48aa-a8cd-ac69c66ddaa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38928) 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)
829 2024.10.22 17:00:21.506620 [ 261 ] {498a0896-6e7c-48aa-a8cd-ac69c66ddaa0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
830 2024.10.22 17:00:21.509641 [ 261 ] {498a0896-6e7c-48aa-a8cd-ac69c66ddaa0} <Debug> oximeter.fields_i64 (6070cc16-9b10-4eb6-b2b2-79b4d2d48b27): Loading data parts
831 2024.10.22 17:00:21.509960 [ 261 ] {498a0896-6e7c-48aa-a8cd-ac69c66ddaa0} <Debug> oximeter.fields_i64 (6070cc16-9b10-4eb6-b2b2-79b4d2d48b27): There are no data parts
832 2024.10.22 17:00:21.512652 [ 261 ] {498a0896-6e7c-48aa-a8cd-ac69c66ddaa0} <Debug> DynamicQueryHandler: Done processing query
833 2024.10.22 17:00:21.512683 [ 261 ] {} <Debug> HTTP-Session: c9481cc4-88ef-46b1-9325-d22aaefef80d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
834 2024.10.22 17:00:21.512920 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
835 2024.10.22 17:00:22.000207 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.93 MiB, peak 122.93 MiB, free memory in arenas 0.00 B, will set to 134.23 MiB (RSS), difference: 12.30 MiB
836 2024.10.22 17:00:22.565854 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54266, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
837 2024.10.22 17:00:22.566014 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
838 2024.10.22 17:00:22.566046 [ 261 ] {} <Debug> HTTP-Session: f9da8d40-119a-4cd2-a1ae-7806baf511f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54266
839 2024.10.22 17:00:22.566074 [ 261 ] {} <Debug> HTTP-Session: f9da8d40-119a-4cd2-a1ae-7806baf511f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
840 2024.10.22 17:00:22.566098 [ 261 ] {} <Debug> HTTP-Session: f9da8d40-119a-4cd2-a1ae-7806baf511f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
841 2024.10.22 17:00:22.566167 [ 261 ] {} <Trace> HTTP-Session: f9da8d40-119a-4cd2-a1ae-7806baf511f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
842 2024.10.22 17:00:22.566538 [ 261 ] {c4930da1-a201-4175-9e75-882853ced406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54266) 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)
843 2024.10.22 17:00:22.566613 [ 261 ] {c4930da1-a201-4175-9e75-882853ced406} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
844 2024.10.22 17:00:22.569581 [ 261 ] {c4930da1-a201-4175-9e75-882853ced406} <Debug> oximeter.fields_u64 (9ab6cddb-7655-4aaa-8bbc-2cea8f8afe7f): Loading data parts
845 2024.10.22 17:00:22.569893 [ 261 ] {c4930da1-a201-4175-9e75-882853ced406} <Debug> oximeter.fields_u64 (9ab6cddb-7655-4aaa-8bbc-2cea8f8afe7f): There are no data parts
846 2024.10.22 17:00:22.572182 [ 261 ] {c4930da1-a201-4175-9e75-882853ced406} <Debug> DynamicQueryHandler: Done processing query
847 2024.10.22 17:00:22.572214 [ 261 ] {} <Debug> HTTP-Session: f9da8d40-119a-4cd2-a1ae-7806baf511f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
848 2024.10.22 17:00:22.572596 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
849 2024.10.22 17:00:22.866404 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54266, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
850 2024.10.22 17:00:22.866546 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
851 2024.10.22 17:00:22.866575 [ 261 ] {} <Debug> HTTP-Session: 5db80741-973c-47ba-8c5a-d4c70da94127 Authenticating user 'default' from [fd00:1122:3344:101::d]:54266
852 2024.10.22 17:00:22.866602 [ 261 ] {} <Debug> HTTP-Session: 5db80741-973c-47ba-8c5a-d4c70da94127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
853 2024.10.22 17:00:22.866621 [ 261 ] {} <Debug> HTTP-Session: 5db80741-973c-47ba-8c5a-d4c70da94127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
854 2024.10.22 17:00:22.866675 [ 261 ] {} <Trace> HTTP-Session: 5db80741-973c-47ba-8c5a-d4c70da94127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
855 2024.10.22 17:00:22.866995 [ 261 ] {d3d618da-b319-47ae-83af-a2956d8c72e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54266) 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)
856 2024.10.22 17:00:22.867072 [ 261 ] {d3d618da-b319-47ae-83af-a2956d8c72e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
857 2024.10.22 17:00:22.869616 [ 261 ] {d3d618da-b319-47ae-83af-a2956d8c72e1} <Debug> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Loading data parts
858 2024.10.22 17:00:22.869894 [ 261 ] {d3d618da-b319-47ae-83af-a2956d8c72e1} <Debug> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): There are no data parts
859 2024.10.22 17:00:22.871986 [ 261 ] {d3d618da-b319-47ae-83af-a2956d8c72e1} <Debug> DynamicQueryHandler: Done processing query
860 2024.10.22 17:00:22.872020 [ 261 ] {} <Debug> HTTP-Session: 5db80741-973c-47ba-8c5a-d4c70da94127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
861 2024.10.22 17:00:22.872544 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
862 2024.10.22 17:00:22.887627 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53461, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
863 2024.10.22 17:00:22.887705 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
864 2024.10.22 17:00:22.887734 [ 261 ] {} <Debug> HTTP-Session: 170ed5aa-c482-4ae5-bbfc-c2f42198f133 Authenticating user 'default' from [fd00:1122:3344:101::d]:53461
865 2024.10.22 17:00:22.887757 [ 261 ] {} <Debug> HTTP-Session: 170ed5aa-c482-4ae5-bbfc-c2f42198f133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
866 2024.10.22 17:00:22.887777 [ 261 ] {} <Debug> HTTP-Session: 170ed5aa-c482-4ae5-bbfc-c2f42198f133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
867 2024.10.22 17:00:22.887816 [ 261 ] {} <Trace> HTTP-Session: 170ed5aa-c482-4ae5-bbfc-c2f42198f133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
868 2024.10.22 17:00:22.888047 [ 261 ] {6744cfb5-821c-4db9-8a97-5d1fc12d0415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53461) 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)
869 2024.10.22 17:00:22.888100 [ 261 ] {6744cfb5-821c-4db9-8a97-5d1fc12d0415} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
870 2024.10.22 17:00:22.890505 [ 261 ] {6744cfb5-821c-4db9-8a97-5d1fc12d0415} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Loading data parts
871 2024.10.22 17:00:22.890721 [ 261 ] {6744cfb5-821c-4db9-8a97-5d1fc12d0415} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): There are no data parts
872 2024.10.22 17:00:22.892139 [ 261 ] {6744cfb5-821c-4db9-8a97-5d1fc12d0415} <Debug> DynamicQueryHandler: Done processing query
873 2024.10.22 17:00:22.892170 [ 261 ] {} <Debug> HTTP-Session: 170ed5aa-c482-4ae5-bbfc-c2f42198f133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
874 2024.10.22 17:00:22.892335 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
875 2024.10.22 17:00:22.943763 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53461, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
876 2024.10.22 17:00:22.943860 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
877 2024.10.22 17:00:22.943888 [ 261 ] {} <Debug> HTTP-Session: 4312cafa-4225-45b3-992f-d199d9f66ed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53461
878 2024.10.22 17:00:22.943914 [ 261 ] {} <Debug> HTTP-Session: 4312cafa-4225-45b3-992f-d199d9f66ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
879 2024.10.22 17:00:22.943933 [ 261 ] {} <Debug> HTTP-Session: 4312cafa-4225-45b3-992f-d199d9f66ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
880 2024.10.22 17:00:22.943982 [ 261 ] {} <Trace> HTTP-Session: 4312cafa-4225-45b3-992f-d199d9f66ed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
881 2024.10.22 17:00:22.944315 [ 261 ] {5fa93809-d6df-493c-a4e2-8593e8a5d521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53461) 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)
882 2024.10.22 17:00:22.944376 [ 261 ] {5fa93809-d6df-493c-a4e2-8593e8a5d521} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
883 2024.10.22 17:00:22.946839 [ 261 ] {5fa93809-d6df-493c-a4e2-8593e8a5d521} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Loading data parts
884 2024.10.22 17:00:22.947072 [ 261 ] {5fa93809-d6df-493c-a4e2-8593e8a5d521} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): There are no data parts
885 2024.10.22 17:00:22.948601 [ 261 ] {5fa93809-d6df-493c-a4e2-8593e8a5d521} <Debug> DynamicQueryHandler: Done processing query
886 2024.10.22 17:00:22.948634 [ 261 ] {} <Debug> HTTP-Session: 4312cafa-4225-45b3-992f-d199d9f66ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
887 2024.10.22 17:00:22.949282 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
888 2024.10.22 17:00:22.949792 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53461, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
889 2024.10.22 17:00:22.949854 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
890 2024.10.22 17:00:22.949878 [ 261 ] {} <Debug> HTTP-Session: c2bcffdc-852f-4b92-8d3c-cf10a16694e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:53461
891 2024.10.22 17:00:22.949899 [ 261 ] {} <Debug> HTTP-Session: c2bcffdc-852f-4b92-8d3c-cf10a16694e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
892 2024.10.22 17:00:22.949917 [ 261 ] {} <Debug> HTTP-Session: c2bcffdc-852f-4b92-8d3c-cf10a16694e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
893 2024.10.22 17:00:22.949956 [ 261 ] {} <Trace> HTTP-Session: c2bcffdc-852f-4b92-8d3c-cf10a16694e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
894 2024.10.22 17:00:22.950242 [ 261 ] {68340d96-ee80-4b36-afd6-a3f324f624ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53461) /* The timeseries schema table stores the extracted schema for the samples
895 * oximeter collects.
896 */
897 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)
898 2024.10.22 17:00:22.950312 [ 261 ] {68340d96-ee80-4b36-afd6-a3f324f624ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
899 2024.10.22 17:00:22.953036 [ 261 ] {68340d96-ee80-4b36-afd6-a3f324f624ee} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Loading data parts
900 2024.10.22 17:00:22.953246 [ 261 ] {68340d96-ee80-4b36-afd6-a3f324f624ee} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): There are no data parts
901 2024.10.22 17:00:22.955339 [ 261 ] {68340d96-ee80-4b36-afd6-a3f324f624ee} <Debug> DynamicQueryHandler: Done processing query
902 2024.10.22 17:00:22.955372 [ 261 ] {} <Debug> HTTP-Session: c2bcffdc-852f-4b92-8d3c-cf10a16694e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
903 2024.10.22 17:00:22.956038 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
904 2024.10.22 17:00:22.957095 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38076, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
905 2024.10.22 17:00:22.957162 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
906 2024.10.22 17:00:22.957186 [ 261 ] {} <Debug> HTTP-Session: 84bf413c-9941-45f4-8b5d-3e9b77c437b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38076
907 2024.10.22 17:00:22.957209 [ 261 ] {} <Debug> HTTP-Session: 84bf413c-9941-45f4-8b5d-3e9b77c437b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
908 2024.10.22 17:00:22.957227 [ 261 ] {} <Debug> HTTP-Session: 84bf413c-9941-45f4-8b5d-3e9b77c437b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
909 2024.10.22 17:00:22.957262 [ 261 ] {} <Trace> HTTP-Session: 84bf413c-9941-45f4-8b5d-3e9b77c437b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
910 2024.10.22 17:00:22.957483 [ 261 ] {83292d19-7034-4e6d-95e3-2e3e4b238905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38076) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
911 2024.10.22 17:00:22.959059 [ 261 ] {83292d19-7034-4e6d-95e3-2e3e4b238905} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
912 2024.10.22 17:00:22.971628 [ 261 ] {83292d19-7034-4e6d-95e3-2e3e4b238905} <Trace> oximeter.version (4704fcfa-68ef-47f8-8ee9-66e763a9ab59): Trying to reserve 1.00 MiB using storage policy from min volume index 0
913 2024.10.22 17:00:22.971674 [ 261 ] {83292d19-7034-4e6d-95e3-2e3e4b238905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
914 2024.10.22 17:00:22.977822 [ 261 ] {83292d19-7034-4e6d-95e3-2e3e4b238905} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
915 2024.10.22 17:00:22.979609 [ 261 ] {83292d19-7034-4e6d-95e3-2e3e4b238905} <Trace> oximeter.version (4704fcfa-68ef-47f8-8ee9-66e763a9ab59): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
916 2024.10.22 17:00:22.979922 [ 261 ] {83292d19-7034-4e6d-95e3-2e3e4b238905} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.02256 sec., 44.326241134751776 rows/sec., 709.22 B/sec.
917 2024.10.22 17:00:22.980259 [ 261 ] {83292d19-7034-4e6d-95e3-2e3e4b238905} <Debug> DynamicQueryHandler: Done processing query
918 2024.10.22 17:00:22.980291 [ 261 ] {83292d19-7034-4e6d-95e3-2e3e4b238905} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
919 2024.10.22 17:00:22.980312 [ 261 ] {} <Debug> HTTP-Session: 84bf413c-9941-45f4-8b5d-3e9b77c437b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
920 2024.10.22 17:00:22.980856 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
921 2024.10.22 17:00:23.000223 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 134.87 MiB, peak 139.98 MiB, free memory in arenas 0.00 B, will set to 138.20 MiB (RSS), difference: 3.33 MiB
922 2024.10.22 17:00:26.037504 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58612
923 2024.10.22 17:00:26.037618 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
924 2024.10.22 17:00:26.037647 [ 258 ] {} <Debug> TCP-Session: c774d49a-2f4d-41b1-8eb7-31bdbb21f7c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58612
925 2024.10.22 17:00:26.037673 [ 258 ] {} <Debug> TCP-Session: c774d49a-2f4d-41b1-8eb7-31bdbb21f7c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
926 2024.10.22 17:00:26.037688 [ 258 ] {} <Debug> TCP-Session: c774d49a-2f4d-41b1-8eb7-31bdbb21f7c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
927 2024.10.22 17:00:27.161727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
928 2024.10.22 17:00:27.161825 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
929 2024.10.22 17:00:27.167458 [ 242 ] {} <Debug> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Loading data parts
930 2024.10.22 17:00:27.167641 [ 242 ] {} <Debug> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): There are no data parts
931 2024.10.22 17:00:27.168539 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35792
932 2024.10.22 17:00:27.168666 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
933 2024.10.22 17:00:27.168697 [ 262 ] {} <Debug> TCP-Session: a9fb4096-e0d5-48a2-8198-35556bd3ff49 Authenticating user 'default' from [fd00:1122:3344:101::d]:35792
934 2024.10.22 17:00:27.168725 [ 262 ] {} <Debug> TCP-Session: a9fb4096-e0d5-48a2-8198-35556bd3ff49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
935 2024.10.22 17:00:27.168741 [ 262 ] {} <Debug> TCP-Session: a9fb4096-e0d5-48a2-8198-35556bd3ff49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
936 2024.10.22 17:00:27.175872 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
937 2024.10.22 17:00:27.175917 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
938 2024.10.22 17:00:27.178613 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
939 2024.10.22 17:00:27.180065 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
940 2024.10.22 17:00:27.180561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
941 2024.10.22 17:00:27.982228 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48604, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
942 2024.10.22 17:00:27.982353 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
943 2024.10.22 17:00:27.982382 [ 261 ] {} <Debug> HTTP-Session: 84fb1494-ea97-4e5d-ba44-0d2e19947b1e Authenticating user 'default' from [fd00:1122:3344:101::d]:48604
944 2024.10.22 17:00:27.982410 [ 261 ] {} <Debug> HTTP-Session: 84fb1494-ea97-4e5d-ba44-0d2e19947b1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
945 2024.10.22 17:00:27.982430 [ 261 ] {} <Debug> HTTP-Session: 84fb1494-ea97-4e5d-ba44-0d2e19947b1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
946 2024.10.22 17:00:27.982487 [ 261 ] {} <Trace> HTTP-Session: 84fb1494-ea97-4e5d-ba44-0d2e19947b1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
947 2024.10.22 17:00:27.982692 [ 261 ] {2d352bf9-68bb-4e17-9b4e-b9841aef12e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48604) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete)
948 2024.10.22 17:00:27.983065 [ 261 ] {2d352bf9-68bb-4e17-9b4e-b9841aef12e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
949 2024.10.22 17:00:27.983299 [ 261 ] {2d352bf9-68bb-4e17-9b4e-b9841aef12e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
950 2024.10.22 17:00:27.984820 [ 261 ] {2d352bf9-68bb-4e17-9b4e-b9841aef12e7} <Debug> DynamicQueryHandler: Done processing query
951 2024.10.22 17:00:27.984852 [ 261 ] {2d352bf9-68bb-4e17-9b4e-b9841aef12e7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
952 2024.10.22 17:00:27.984870 [ 261 ] {} <Debug> HTTP-Session: 84fb1494-ea97-4e5d-ba44-0d2e19947b1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
953 2024.10.22 17:00:27.985978 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
954 2024.10.22 17:00:27.986058 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42032, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
955 2024.10.22 17:00:27.986145 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
956 2024.10.22 17:00:27.986177 [ 265 ] {} <Debug> HTTP-Session: ca895a02-0a95-4a96-97ad-5bebcda7d69b Authenticating user 'default' from [fd00:1122:3344:101::d]:42032
957 2024.10.22 17:00:27.986205 [ 265 ] {} <Debug> HTTP-Session: ca895a02-0a95-4a96-97ad-5bebcda7d69b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
958 2024.10.22 17:00:27.986223 [ 265 ] {} <Debug> HTTP-Session: ca895a02-0a95-4a96-97ad-5bebcda7d69b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
959 2024.10.22 17:00:27.986260 [ 265 ] {} <Trace> HTTP-Session: ca895a02-0a95-4a96-97ad-5bebcda7d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
960 2024.10.22 17:00:27.986445 [ 265 ] {d3c60618-f458-4356-b535-a5aeb849ab24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42032) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
961 2024.10.22 17:00:27.988149 [ 265 ] {d3c60618-f458-4356-b535-a5aeb849ab24} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
962 2024.10.22 17:00:27.988207 [ 265 ] {d3c60618-f458-4356-b535-a5aeb849ab24} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
963 2024.10.22 17:00:27.989360 [ 265 ] {d3c60618-f458-4356-b535-a5aeb849ab24} <Debug> DynamicQueryHandler: Done processing query
964 2024.10.22 17:00:27.989387 [ 265 ] {d3c60618-f458-4356-b535-a5aeb849ab24} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
965 2024.10.22 17:00:27.989405 [ 265 ] {} <Debug> HTTP-Session: ca895a02-0a95-4a96-97ad-5bebcda7d69b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
966 2024.10.22 17:00:27.989731 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
967 2024.10.22 17:00:27.989822 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55263, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
968 2024.10.22 17:00:27.989895 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
969 2024.10.22 17:00:27.989920 [ 261 ] {} <Debug> HTTP-Session: 62aaac52-f383-4563-8998-27813dbc167a Authenticating user 'default' from [fd00:1122:3344:101::d]:55263
970 2024.10.22 17:00:27.989942 [ 261 ] {} <Debug> HTTP-Session: 62aaac52-f383-4563-8998-27813dbc167a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
971 2024.10.22 17:00:27.989960 [ 261 ] {} <Debug> HTTP-Session: 62aaac52-f383-4563-8998-27813dbc167a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
972 2024.10.22 17:00:27.990003 [ 261 ] {} <Trace> HTTP-Session: 62aaac52-f383-4563-8998-27813dbc167a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
973 2024.10.22 17:00:27.990167 [ 261 ] {0723fda5-f1a2-4069-877d-0f043d9e8290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55263) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
974 2024.10.22 17:00:27.990618 [ 261 ] {0723fda5-f1a2-4069-877d-0f043d9e8290} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
975 2024.10.22 17:00:27.990671 [ 261 ] {0723fda5-f1a2-4069-877d-0f043d9e8290} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
976 2024.10.22 17:00:27.991700 [ 261 ] {0723fda5-f1a2-4069-877d-0f043d9e8290} <Debug> DynamicQueryHandler: Done processing query
977 2024.10.22 17:00:27.991727 [ 261 ] {0723fda5-f1a2-4069-877d-0f043d9e8290} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
978 2024.10.22 17:00:27.991744 [ 261 ] {} <Debug> HTTP-Session: 62aaac52-f383-4563-8998-27813dbc167a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
979 2024.10.22 17:00:27.992074 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
980 2024.10.22 17:00:27.992075 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42032, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
981 2024.10.22 17:00:27.992155 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
982 2024.10.22 17:00:27.992179 [ 265 ] {} <Debug> HTTP-Session: 9bec8b0f-a8e8-47c6-ada0-0563e3463b64 Authenticating user 'default' from [fd00:1122:3344:101::d]:42032
983 2024.10.22 17:00:27.992203 [ 265 ] {} <Debug> HTTP-Session: 9bec8b0f-a8e8-47c6-ada0-0563e3463b64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
984 2024.10.22 17:00:27.992223 [ 265 ] {} <Debug> HTTP-Session: 9bec8b0f-a8e8-47c6-ada0-0563e3463b64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
985 2024.10.22 17:00:27.992262 [ 265 ] {} <Trace> HTTP-Session: 9bec8b0f-a8e8-47c6-ada0-0563e3463b64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
986 2024.10.22 17:00:27.992415 [ 265 ] {6ddfc20c-67aa-49a7-8abd-ecae628fed07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42032) 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)
987 2024.10.22 17:00:27.992785 [ 265 ] {6ddfc20c-67aa-49a7-8abd-ecae628fed07} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
988 2024.10.22 17:00:27.992839 [ 265 ] {6ddfc20c-67aa-49a7-8abd-ecae628fed07} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
989 2024.10.22 17:00:27.993871 [ 265 ] {6ddfc20c-67aa-49a7-8abd-ecae628fed07} <Debug> DynamicQueryHandler: Done processing query
990 2024.10.22 17:00:27.993897 [ 265 ] {6ddfc20c-67aa-49a7-8abd-ecae628fed07} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
991 2024.10.22 17:00:27.993914 [ 265 ] {} <Debug> HTTP-Session: 9bec8b0f-a8e8-47c6-ada0-0563e3463b64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
992 2024.10.22 17:00:27.994096 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
993 2024.10.22 17:00:27.994193 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52234, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
994 2024.10.22 17:00:27.994255 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
995 2024.10.22 17:00:27.994278 [ 261 ] {} <Debug> HTTP-Session: 2fe6ec97-7e57-4328-8dd6-faa113f9964e Authenticating user 'default' from [fd00:1122:3344:101::d]:52234
996 2024.10.22 17:00:27.994300 [ 261 ] {} <Debug> HTTP-Session: 2fe6ec97-7e57-4328-8dd6-faa113f9964e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
997 2024.10.22 17:00:27.994317 [ 261 ] {} <Debug> HTTP-Session: 2fe6ec97-7e57-4328-8dd6-faa113f9964e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
998 2024.10.22 17:00:27.994355 [ 261 ] {} <Trace> HTTP-Session: 2fe6ec97-7e57-4328-8dd6-faa113f9964e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
999 2024.10.22 17:00:27.994488 [ 261 ] {980c7e0d-18bf-452d-966b-5f04b387ef89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52234) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1000 2024.10.22 17:00:27.994544 [ 261 ] {980c7e0d-18bf-452d-966b-5f04b387ef89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1001 2024.10.22 17:00:27.994752 [ 261 ] {980c7e0d-18bf-452d-966b-5f04b387ef89} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1002 2024.10.22 17:00:27.995245 [ 261 ] {980c7e0d-18bf-452d-966b-5f04b387ef89} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1003 2024.10.22 17:00:27.995281 [ 261 ] {980c7e0d-18bf-452d-966b-5f04b387ef89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1004 2024.10.22 17:00:27.995987 [ 261 ] {980c7e0d-18bf-452d-966b-5f04b387ef89} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1005 2024.10.22 17:00:27.996529 [ 261 ] {980c7e0d-18bf-452d-966b-5f04b387ef89} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1006 2024.10.22 17:00:27.996669 [ 261 ] {980c7e0d-18bf-452d-966b-5f04b387ef89} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002227 sec., 1796.1383026493043 rows/sec., 228.46 KiB/sec.
1007 2024.10.22 17:00:27.996849 [ 261 ] {980c7e0d-18bf-452d-966b-5f04b387ef89} <Debug> DynamicQueryHandler: Done processing query
1008 2024.10.22 17:00:27.996874 [ 261 ] {980c7e0d-18bf-452d-966b-5f04b387ef89} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1009 2024.10.22 17:00:27.996890 [ 261 ] {} <Debug> HTTP-Session: 2fe6ec97-7e57-4328-8dd6-faa113f9964e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1010 2024.10.22 17:00:27.997070 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42032, User-Agent: (none), Length: 634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1011 2024.10.22 17:00:27.997082 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52234, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1012 2024.10.22 17:00:27.997130 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1013 2024.10.22 17:00:27.997156 [ 265 ] {} <Debug> HTTP-Session: 7ef45aef-efd3-4fd4-9d86-75e95d6ce410 Authenticating user 'default' from [fd00:1122:3344:101::d]:42032
1014 2024.10.22 17:00:27.997178 [ 265 ] {} <Debug> HTTP-Session: 7ef45aef-efd3-4fd4-9d86-75e95d6ce410 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1015 2024.10.22 17:00:27.997195 [ 265 ] {} <Debug> HTTP-Session: 7ef45aef-efd3-4fd4-9d86-75e95d6ce410 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1016 2024.10.22 17:00:27.997235 [ 265 ] {} <Trace> HTTP-Session: 7ef45aef-efd3-4fd4-9d86-75e95d6ce410 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1017 2024.10.22 17:00:27.997353 [ 265 ] {b9e01b38-ee34-4625-8608-6ade7b9d5991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42032) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1018 2024.10.22 17:00:27.997405 [ 265 ] {b9e01b38-ee34-4625-8608-6ade7b9d5991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1019 2024.10.22 17:00:27.997679 [ 265 ] {b9e01b38-ee34-4625-8608-6ade7b9d5991} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1020 2024.10.22 17:00:27.998674 [ 265 ] {b9e01b38-ee34-4625-8608-6ade7b9d5991} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1021 2024.10.22 17:00:27.998709 [ 265 ] {b9e01b38-ee34-4625-8608-6ade7b9d5991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1022 2024.10.22 17:00:27.999230 [ 265 ] {b9e01b38-ee34-4625-8608-6ade7b9d5991} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1023 2024.10.22 17:00:27.999852 [ 265 ] {b9e01b38-ee34-4625-8608-6ade7b9d5991} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1024 2024.10.22 17:00:27.999979 [ 265 ] {b9e01b38-ee34-4625-8608-6ade7b9d5991} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002658 sec., 1504.8908954100827 rows/sec., 126.75 KiB/sec.
1025 2024.10.22 17:00:28.000159 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.12 MiB, peak 148.12 MiB, free memory in arenas 0.00 B, will set to 142.40 MiB (RSS), difference: -5.73 MiB
1026 2024.10.22 17:00:28.000240 [ 265 ] {b9e01b38-ee34-4625-8608-6ade7b9d5991} <Debug> DynamicQueryHandler: Done processing query
1027 2024.10.22 17:00:28.000285 [ 265 ] {b9e01b38-ee34-4625-8608-6ade7b9d5991} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1028 2024.10.22 17:00:28.000325 [ 265 ] {} <Debug> HTTP-Session: 7ef45aef-efd3-4fd4-9d86-75e95d6ce410 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1029 2024.10.22 17:00:28.000560 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1030 2024.10.22 17:00:28.000613 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54563, User-Agent: (none), Length: 1412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1031 2024.10.22 17:00:28.000680 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1032 2024.10.22 17:00:28.000708 [ 261 ] {} <Debug> HTTP-Session: 80f14306-9e8a-4144-a2e4-9082ea36ca09 Authenticating user 'default' from [fd00:1122:3344:101::d]:54563
1033 2024.10.22 17:00:28.000731 [ 261 ] {} <Debug> HTTP-Session: 80f14306-9e8a-4144-a2e4-9082ea36ca09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1034 2024.10.22 17:00:28.000749 [ 261 ] {} <Debug> HTTP-Session: 80f14306-9e8a-4144-a2e4-9082ea36ca09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1035 2024.10.22 17:00:28.000788 [ 261 ] {} <Trace> HTTP-Session: 80f14306-9e8a-4144-a2e4-9082ea36ca09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1036 2024.10.22 17:00:28.000911 [ 261 ] {f314a247-477b-4ef4-a8a9-e35be63876ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54563) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1037 2024.10.22 17:00:28.000963 [ 261 ] {f314a247-477b-4ef4-a8a9-e35be63876ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1038 2024.10.22 17:00:28.001257 [ 261 ] {f314a247-477b-4ef4-a8a9-e35be63876ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1039 2024.10.22 17:00:28.001641 [ 261 ] {f314a247-477b-4ef4-a8a9-e35be63876ee} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1040 2024.10.22 17:00:28.001677 [ 261 ] {f314a247-477b-4ef4-a8a9-e35be63876ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1041 2024.10.22 17:00:28.002157 [ 261 ] {f314a247-477b-4ef4-a8a9-e35be63876ee} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1042 2024.10.22 17:00:28.002764 [ 261 ] {f314a247-477b-4ef4-a8a9-e35be63876ee} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1043 2024.10.22 17:00:28.002888 [ 261 ] {f314a247-477b-4ef4-a8a9-e35be63876ee} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.002014 sec., 3972.194637537239 rows/sec., 319.06 KiB/sec.
1044 2024.10.22 17:00:28.003064 [ 261 ] {f314a247-477b-4ef4-a8a9-e35be63876ee} <Debug> DynamicQueryHandler: Done processing query
1045 2024.10.22 17:00:28.003089 [ 261 ] {f314a247-477b-4ef4-a8a9-e35be63876ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1046 2024.10.22 17:00:28.003105 [ 261 ] {} <Debug> HTTP-Session: 80f14306-9e8a-4144-a2e4-9082ea36ca09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1047 2024.10.22 17:00:28.003233 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1048 2024.10.22 17:00:28.003306 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35881, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1049 2024.10.22 17:00:28.003368 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1050 2024.10.22 17:00:28.003392 [ 265 ] {} <Debug> HTTP-Session: d5e4e9d1-0b6f-43d5-90dc-8a05016d67ac Authenticating user 'default' from [fd00:1122:3344:101::d]:35881
1051 2024.10.22 17:00:28.003414 [ 265 ] {} <Debug> HTTP-Session: d5e4e9d1-0b6f-43d5-90dc-8a05016d67ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1052 2024.10.22 17:00:28.003432 [ 265 ] {} <Debug> HTTP-Session: d5e4e9d1-0b6f-43d5-90dc-8a05016d67ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1053 2024.10.22 17:00:28.003470 [ 265 ] {} <Trace> HTTP-Session: d5e4e9d1-0b6f-43d5-90dc-8a05016d67ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1054 2024.10.22 17:00:28.003587 [ 265 ] {f34af37d-ff17-432e-984e-40efa08e57e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35881) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1055 2024.10.22 17:00:28.003639 [ 265 ] {f34af37d-ff17-432e-984e-40efa08e57e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1056 2024.10.22 17:00:28.003814 [ 265 ] {f34af37d-ff17-432e-984e-40efa08e57e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1057 2024.10.22 17:00:28.004144 [ 265 ] {f34af37d-ff17-432e-984e-40efa08e57e4} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1058 2024.10.22 17:00:28.004181 [ 265 ] {f34af37d-ff17-432e-984e-40efa08e57e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1059 2024.10.22 17:00:28.004712 [ 265 ] {f34af37d-ff17-432e-984e-40efa08e57e4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1060 2024.10.22 17:00:28.005349 [ 265 ] {f34af37d-ff17-432e-984e-40efa08e57e4} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1061 2024.10.22 17:00:28.005477 [ 265 ] {f34af37d-ff17-432e-984e-40efa08e57e4} <Debug> executeQuery: Read 2 rows, 156.00 B in 0.001924 sec., 1039.5010395010395 rows/sec., 79.18 KiB/sec.
1062 2024.10.22 17:00:28.005654 [ 265 ] {f34af37d-ff17-432e-984e-40efa08e57e4} <Debug> DynamicQueryHandler: Done processing query
1063 2024.10.22 17:00:28.005679 [ 265 ] {f34af37d-ff17-432e-984e-40efa08e57e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1064 2024.10.22 17:00:28.005695 [ 265 ] {} <Debug> HTTP-Session: d5e4e9d1-0b6f-43d5-90dc-8a05016d67ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1065 2024.10.22 17:00:28.005856 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1066 2024.10.22 17:00:28.005914 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63031, User-Agent: (none), Length: 348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1067 2024.10.22 17:00:28.005967 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1068 2024.10.22 17:00:28.005987 [ 261 ] {} <Debug> HTTP-Session: d5931a4b-eb1d-45a7-9e88-5cb1bb31f26c Authenticating user 'default' from [fd00:1122:3344:101::d]:63031
1069 2024.10.22 17:00:28.006004 [ 261 ] {} <Debug> HTTP-Session: d5931a4b-eb1d-45a7-9e88-5cb1bb31f26c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1070 2024.10.22 17:00:28.006017 [ 261 ] {} <Debug> HTTP-Session: d5931a4b-eb1d-45a7-9e88-5cb1bb31f26c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1071 2024.10.22 17:00:28.006047 [ 261 ] {} <Trace> HTTP-Session: d5931a4b-eb1d-45a7-9e88-5cb1bb31f26c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1072 2024.10.22 17:00:28.006142 [ 261 ] {6687356a-912e-4775-a8e5-a9791e961259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63031) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1073 2024.10.22 17:00:28.006185 [ 261 ] {6687356a-912e-4775-a8e5-a9791e961259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1074 2024.10.22 17:00:28.006318 [ 261 ] {6687356a-912e-4775-a8e5-a9791e961259} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1075 2024.10.22 17:00:28.006629 [ 261 ] {6687356a-912e-4775-a8e5-a9791e961259} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1076 2024.10.22 17:00:28.006664 [ 261 ] {6687356a-912e-4775-a8e5-a9791e961259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1077 2024.10.22 17:00:28.007126 [ 261 ] {6687356a-912e-4775-a8e5-a9791e961259} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1078 2024.10.22 17:00:28.007708 [ 261 ] {6687356a-912e-4775-a8e5-a9791e961259} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1079 2024.10.22 17:00:28.007843 [ 261 ] {6687356a-912e-4775-a8e5-a9791e961259} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.00172 sec., 1162.7906976744187 rows/sec., 73.24 KiB/sec.
1080 2024.10.22 17:00:28.008028 [ 261 ] {6687356a-912e-4775-a8e5-a9791e961259} <Debug> DynamicQueryHandler: Done processing query
1081 2024.10.22 17:00:28.008053 [ 261 ] {6687356a-912e-4775-a8e5-a9791e961259} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1082 2024.10.22 17:00:28.008069 [ 261 ] {} <Debug> HTTP-Session: d5931a4b-eb1d-45a7-9e88-5cb1bb31f26c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1083 2024.10.22 17:00:28.008199 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63031, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1084 2024.10.22 17:00:29.000169 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.56 MiB, peak 148.12 MiB, free memory in arenas 0.00 B, will set to 142.52 MiB (RSS), difference: 4.96 MiB
1085 2024.10.22 17:00:32.123697 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
1086 2024.10.22 17:00:32.123766 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
1087 2024.10.22 17:00:32.983292 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43074, User-Agent: (none), Length: 634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1088 2024.10.22 17:00:32.983408 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1089 2024.10.22 17:00:32.983436 [ 261 ] {} <Debug> HTTP-Session: b4265f81-349c-4fa9-8ec1-026e8dd4a328 Authenticating user 'default' from [fd00:1122:3344:101::d]:43074
1090 2024.10.22 17:00:32.983464 [ 261 ] {} <Debug> HTTP-Session: b4265f81-349c-4fa9-8ec1-026e8dd4a328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1091 2024.10.22 17:00:32.983482 [ 261 ] {} <Debug> HTTP-Session: b4265f81-349c-4fa9-8ec1-026e8dd4a328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1092 2024.10.22 17:00:32.983537 [ 261 ] {} <Trace> HTTP-Session: b4265f81-349c-4fa9-8ec1-026e8dd4a328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1093 2024.10.22 17:00:32.983778 [ 261 ] {e11ffbc7-63a0-4106-a79f-812e41b91a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43074) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1094 2024.10.22 17:00:32.983845 [ 261 ] {e11ffbc7-63a0-4106-a79f-812e41b91a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1095 2024.10.22 17:00:32.984168 [ 261 ] {e11ffbc7-63a0-4106-a79f-812e41b91a77} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1096 2024.10.22 17:00:32.984641 [ 261 ] {e11ffbc7-63a0-4106-a79f-812e41b91a77} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1097 2024.10.22 17:00:32.984686 [ 261 ] {e11ffbc7-63a0-4106-a79f-812e41b91a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1098 2024.10.22 17:00:32.985225 [ 261 ] {e11ffbc7-63a0-4106-a79f-812e41b91a77} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1099 2024.10.22 17:00:32.985881 [ 261 ] {e11ffbc7-63a0-4106-a79f-812e41b91a77} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1100 2024.10.22 17:00:32.986082 [ 261 ] {e11ffbc7-63a0-4106-a79f-812e41b91a77} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002354 sec., 1699.235344095157 rows/sec., 143.12 KiB/sec.
1101 2024.10.22 17:00:32.986307 [ 261 ] {e11ffbc7-63a0-4106-a79f-812e41b91a77} <Debug> DynamicQueryHandler: Done processing query
1102 2024.10.22 17:00:32.986333 [ 261 ] {e11ffbc7-63a0-4106-a79f-812e41b91a77} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1103 2024.10.22 17:00:32.986349 [ 261 ] {} <Debug> HTTP-Session: b4265f81-349c-4fa9-8ec1-026e8dd4a328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1104 2024.10.22 17:00:32.986523 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35881, User-Agent: (none), Length: 1412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1105 2024.10.22 17:00:32.986575 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1106 2024.10.22 17:00:32.986609 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1107 2024.10.22 17:00:32.986638 [ 265 ] {} <Debug> HTTP-Session: 6ad1fe8d-9437-4095-a545-779602f9219f Authenticating user 'default' from [fd00:1122:3344:101::d]:35881
1108 2024.10.22 17:00:32.986664 [ 265 ] {} <Debug> HTTP-Session: 6ad1fe8d-9437-4095-a545-779602f9219f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1109 2024.10.22 17:00:32.986682 [ 265 ] {} <Debug> HTTP-Session: 6ad1fe8d-9437-4095-a545-779602f9219f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1110 2024.10.22 17:00:32.986726 [ 265 ] {} <Trace> HTTP-Session: 6ad1fe8d-9437-4095-a545-779602f9219f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1111 2024.10.22 17:00:32.986866 [ 265 ] {39437aac-5290-483f-b0c0-d862d9b25f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35881) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1112 2024.10.22 17:00:32.986920 [ 265 ] {39437aac-5290-483f-b0c0-d862d9b25f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1113 2024.10.22 17:00:32.987214 [ 265 ] {39437aac-5290-483f-b0c0-d862d9b25f22} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1114 2024.10.22 17:00:32.987639 [ 265 ] {39437aac-5290-483f-b0c0-d862d9b25f22} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1115 2024.10.22 17:00:32.987687 [ 265 ] {39437aac-5290-483f-b0c0-d862d9b25f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1116 2024.10.22 17:00:32.988221 [ 265 ] {39437aac-5290-483f-b0c0-d862d9b25f22} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1117 2024.10.22 17:00:32.988908 [ 265 ] {39437aac-5290-483f-b0c0-d862d9b25f22} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1118 2024.10.22 17:00:32.989049 [ 265 ] {39437aac-5290-483f-b0c0-d862d9b25f22} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.002221 sec., 3601.9810895992796 rows/sec., 289.32 KiB/sec.
1119 2024.10.22 17:00:32.989323 [ 265 ] {39437aac-5290-483f-b0c0-d862d9b25f22} <Debug> DynamicQueryHandler: Done processing query
1120 2024.10.22 17:00:32.989349 [ 265 ] {39437aac-5290-483f-b0c0-d862d9b25f22} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1121 2024.10.22 17:00:32.989365 [ 265 ] {} <Debug> HTTP-Session: 6ad1fe8d-9437-4095-a545-779602f9219f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1122 2024.10.22 17:00:32.989514 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1123 2024.10.22 17:00:32.989582 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61147, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1124 2024.10.22 17:00:32.989647 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1125 2024.10.22 17:00:32.989671 [ 261 ] {} <Debug> HTTP-Session: 3aafbd71-958e-42b6-bd73-91257c258abc Authenticating user 'default' from [fd00:1122:3344:101::d]:61147
1126 2024.10.22 17:00:32.989692 [ 261 ] {} <Debug> HTTP-Session: 3aafbd71-958e-42b6-bd73-91257c258abc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1127 2024.10.22 17:00:32.989709 [ 261 ] {} <Debug> HTTP-Session: 3aafbd71-958e-42b6-bd73-91257c258abc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1128 2024.10.22 17:00:32.989748 [ 261 ] {} <Trace> HTTP-Session: 3aafbd71-958e-42b6-bd73-91257c258abc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1129 2024.10.22 17:00:32.989855 [ 261 ] {ab7572dc-3a58-43da-9900-45edacdf2121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61147) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1130 2024.10.22 17:00:32.989902 [ 261 ] {ab7572dc-3a58-43da-9900-45edacdf2121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1131 2024.10.22 17:00:32.990068 [ 261 ] {ab7572dc-3a58-43da-9900-45edacdf2121} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1132 2024.10.22 17:00:32.992410 [ 261 ] {ab7572dc-3a58-43da-9900-45edacdf2121} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1133 2024.10.22 17:00:32.992445 [ 261 ] {ab7572dc-3a58-43da-9900-45edacdf2121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1134 2024.10.22 17:00:32.992981 [ 261 ] {ab7572dc-3a58-43da-9900-45edacdf2121} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1135 2024.10.22 17:00:32.993640 [ 261 ] {ab7572dc-3a58-43da-9900-45edacdf2121} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1136 2024.10.22 17:00:32.993800 [ 261 ] {ab7572dc-3a58-43da-9900-45edacdf2121} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.003966 sec., 2521.4321734745336 rows/sec., 192.06 KiB/sec.
1137 2024.10.22 17:00:32.993984 [ 261 ] {ab7572dc-3a58-43da-9900-45edacdf2121} <Debug> DynamicQueryHandler: Done processing query
1138 2024.10.22 17:00:32.994009 [ 261 ] {ab7572dc-3a58-43da-9900-45edacdf2121} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1139 2024.10.22 17:00:32.994026 [ 261 ] {} <Debug> HTTP-Session: 3aafbd71-958e-42b6-bd73-91257c258abc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1140 2024.10.22 17:00:32.994242 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1141 2024.10.22 17:00:32.994306 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57334, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1142 2024.10.22 17:00:32.994361 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1143 2024.10.22 17:00:32.994381 [ 265 ] {} <Debug> HTTP-Session: 8ea76064-5b0b-4c61-b54b-5393fff73ce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57334
1144 2024.10.22 17:00:32.994399 [ 265 ] {} <Debug> HTTP-Session: 8ea76064-5b0b-4c61-b54b-5393fff73ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1145 2024.10.22 17:00:32.994413 [ 265 ] {} <Debug> HTTP-Session: 8ea76064-5b0b-4c61-b54b-5393fff73ce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1146 2024.10.22 17:00:32.994445 [ 265 ] {} <Trace> HTTP-Session: 8ea76064-5b0b-4c61-b54b-5393fff73ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1147 2024.10.22 17:00:32.994548 [ 265 ] {9fb8e902-99de-4928-9345-b588e172cb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57334) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1148 2024.10.22 17:00:32.994594 [ 265 ] {9fb8e902-99de-4928-9345-b588e172cb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1149 2024.10.22 17:00:32.994725 [ 265 ] {9fb8e902-99de-4928-9345-b588e172cb0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1150 2024.10.22 17:00:32.995008 [ 265 ] {9fb8e902-99de-4928-9345-b588e172cb0e} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1151 2024.10.22 17:00:32.995045 [ 265 ] {9fb8e902-99de-4928-9345-b588e172cb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1152 2024.10.22 17:00:32.995520 [ 265 ] {9fb8e902-99de-4928-9345-b588e172cb0e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1153 2024.10.22 17:00:32.996104 [ 265 ] {9fb8e902-99de-4928-9345-b588e172cb0e} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1154 2024.10.22 17:00:32.996268 [ 265 ] {9fb8e902-99de-4928-9345-b588e172cb0e} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001742 sec., 5740.52812858783 rows/sec., 361.59 KiB/sec.
1155 2024.10.22 17:00:32.996534 [ 265 ] {9fb8e902-99de-4928-9345-b588e172cb0e} <Debug> DynamicQueryHandler: Done processing query
1156 2024.10.22 17:00:32.996559 [ 265 ] {9fb8e902-99de-4928-9345-b588e172cb0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1157 2024.10.22 17:00:32.996576 [ 265 ] {} <Debug> HTTP-Session: 8ea76064-5b0b-4c61-b54b-5393fff73ce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1158 2024.10.22 17:00:32.996734 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57334, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1159 2024.10.22 17:00:34.682996 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1160 2024.10.22 17:00:34.927505 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64841, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1161 2024.10.22 17:00:35.009304 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1162 2024.10.22 17:00:35.018771 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57171, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1163 2024.10.22 17:00:35.024220 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46019, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1164 2024.10.22 17:00:35.024420 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1165 2024.10.22 17:00:35.024460 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1166 2024.10.22 17:00:35.034937 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1167 2024.10.22 17:00:35.461218 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1168 2024.10.22 17:00:36.003301 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43883, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1169 2024.10.22 17:00:36.015773 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1170 2024.10.22 17:00:36.156288 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63303, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1171 2024.10.22 17:00:36.161645 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1172 2024.10.22 17:00:36.174913 [ 261 ] {} <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)
1173 2024.10.22 17:00:36.294183 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1174 2024.10.22 17:00:36.295511 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1175 2024.10.22 17:00:36.298765 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1176 2024.10.22 17:00:36.313072 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1177 2024.10.22 17:00:36.599522 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1178 2024.10.22 17:00:36.611890 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1179 2024.10.22 17:00:36.619145 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1180 2024.10.22 17:00:36.668405 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56345, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1181 2024.10.22 17:00:36.681668 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1182 2024.10.22 17:00:36.863178 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40250, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1183 2024.10.22 17:00:36.870480 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1184 2024.10.22 17:00:36.877716 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1185 2024.10.22 17:00:36.887050 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42700, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1186 2024.10.22 17:00:37.181827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 116
1187 2024.10.22 17:00:37.185149 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1188 2024.10.22 17:00:37.185196 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1189 2024.10.22 17:00:37.186871 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1190 2024.10.22 17:00:37.188105 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1191 2024.10.22 17:00:37.188585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 116
1192 2024.10.22 17:00:37.785743 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36874, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1193 2024.10.22 17:00:37.786160 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1194 2024.10.22 17:00:37.794405 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1195 2024.10.22 17:00:37.829799 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1196 2024.10.22 17:00:37.874145 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63382, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1197 2024.10.22 17:00:37.884434 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1198 2024.10.22 17:00:37.956169 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1199 2024.10.22 17:00:37.959437 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1200 2024.10.22 17:00:37.963721 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1201 2024.10.22 17:00:37.982463 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36990, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1202 2024.10.22 17:00:37.982544 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1203 2024.10.22 17:00:37.982570 [ 265 ] {} <Debug> HTTP-Session: 009ad747-df14-4980-ada4-d8d5b7875ba6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36990
1204 2024.10.22 17:00:37.982596 [ 265 ] {} <Debug> HTTP-Session: 009ad747-df14-4980-ada4-d8d5b7875ba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1205 2024.10.22 17:00:37.982614 [ 265 ] {} <Debug> HTTP-Session: 009ad747-df14-4980-ada4-d8d5b7875ba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1206 2024.10.22 17:00:37.982667 [ 265 ] {} <Trace> HTTP-Session: 009ad747-df14-4980-ada4-d8d5b7875ba6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1207 2024.10.22 17:00:37.982895 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36990) 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)
1208 2024.10.22 17:00:37.983269 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1209 2024.10.22 17:00:37.983332 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE
1210 2024.10.22 17:00:37.983567 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1211 2024.10.22 17:00:37.983741 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1212 2024.10.22 17:00:37.984022 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 4-element set)
1213 2024.10.22 17:00:37.985170 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1214 2024.10.22 17:00:37.985220 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1215 2024.10.22 17:00:37.985241 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1216 2024.10.22 17:00:37.985347 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1217 2024.10.22 17:00:37.985372 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1218 2024.10.22 17:00:37.987570 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.004762 sec., 839.9832003359933 rows/sec., 34.66 KiB/sec.
1219 2024.10.22 17:00:37.987850 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Debug> DynamicQueryHandler: Done processing query
1220 2024.10.22 17:00:37.987876 [ 265 ] {7409722a-9a41-4562-a043-da87df422eea} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1221 2024.10.22 17:00:37.987892 [ 265 ] {} <Debug> HTTP-Session: 009ad747-df14-4980-ada4-d8d5b7875ba6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1222 2024.10.22 17:00:37.988167 [ 265 ] {} <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)
1223 2024.10.22 17:00:37.988333 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60740, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1224 2024.10.22 17:00:37.988451 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1225 2024.10.22 17:00:37.988478 [ 268 ] {} <Debug> HTTP-Session: 4cf86307-4b4e-4dae-9832-832b3bc7c113 Authenticating user 'default' from [fd00:1122:3344:101::d]:60740
1226 2024.10.22 17:00:37.988501 [ 268 ] {} <Debug> HTTP-Session: 4cf86307-4b4e-4dae-9832-832b3bc7c113 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1227 2024.10.22 17:00:37.988516 [ 268 ] {} <Debug> HTTP-Session: 4cf86307-4b4e-4dae-9832-832b3bc7c113 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1228 2024.10.22 17:00:37.988567 [ 268 ] {} <Trace> HTTP-Session: 4cf86307-4b4e-4dae-9832-832b3bc7c113 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1229 2024.10.22 17:00:37.988780 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60740) 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)
1230 2024.10.22 17:00:37.989154 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1231 2024.10.22 17:00:37.989190 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE
1232 2024.10.22 17:00:37.989448 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1233 2024.10.22 17:00:37.989532 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1234 2024.10.22 17:00:37.989704 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
1235 2024.10.22 17:00:37.989743 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1236 2024.10.22 17:00:37.989768 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1237 2024.10.22 17:00:37.989787 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1238 2024.10.22 17:00:37.989833 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))"
1239 2024.10.22 17:00:37.989856 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1240 2024.10.22 17:00:37.990769 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002085 sec., 1918.4652278177457 rows/sec., 79.16 KiB/sec.
1241 2024.10.22 17:00:37.991022 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Debug> DynamicQueryHandler: Done processing query
1242 2024.10.22 17:00:37.991047 [ 268 ] {bbdb6a3f-2275-464b-a8bf-301b724faa29} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1243 2024.10.22 17:00:37.991064 [ 268 ] {} <Debug> HTTP-Session: 4cf86307-4b4e-4dae-9832-832b3bc7c113 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1244 2024.10.22 17:00:37.991323 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1245 2024.10.22 17:00:37.991450 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62537, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1246 2024.10.22 17:00:37.991519 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1247 2024.10.22 17:00:37.991543 [ 265 ] {} <Debug> HTTP-Session: b2a42be6-e8e9-4714-b957-90aa1bc5d992 Authenticating user 'default' from [fd00:1122:3344:101::d]:62537
1248 2024.10.22 17:00:37.991566 [ 265 ] {} <Debug> HTTP-Session: b2a42be6-e8e9-4714-b957-90aa1bc5d992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1249 2024.10.22 17:00:37.991583 [ 265 ] {} <Debug> HTTP-Session: b2a42be6-e8e9-4714-b957-90aa1bc5d992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1250 2024.10.22 17:00:37.991631 [ 265 ] {} <Trace> HTTP-Session: b2a42be6-e8e9-4714-b957-90aa1bc5d992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1251 2024.10.22 17:00:37.991811 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62537) 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)
1252 2024.10.22 17:00:37.992101 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1253 2024.10.22 17:00:37.992135 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE
1254 2024.10.22 17:00:37.992350 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1255 2024.10.22 17:00:37.992417 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1256 2024.10.22 17:00:37.992567 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
1257 2024.10.22 17:00:37.992601 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1258 2024.10.22 17:00:37.992624 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1259 2024.10.22 17:00:37.992641 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1260 2024.10.22 17:00:37.992683 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))"
1261 2024.10.22 17:00:37.992705 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1262 2024.10.22 17:00:37.993519 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001786 sec., 2239.6416573348265 rows/sec., 92.41 KiB/sec.
1263 2024.10.22 17:00:37.993768 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Debug> DynamicQueryHandler: Done processing query
1264 2024.10.22 17:00:37.993792 [ 265 ] {52a91b4f-a882-403c-80ec-faf69c9fbdad} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1265 2024.10.22 17:00:37.993808 [ 265 ] {} <Debug> HTTP-Session: b2a42be6-e8e9-4714-b957-90aa1bc5d992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1266 2024.10.22 17:00:37.994170 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60740, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1267 2024.10.22 17:00:37.994187 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62537, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1268 2024.10.22 17:00:37.994259 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1269 2024.10.22 17:00:37.994296 [ 268 ] {} <Debug> HTTP-Session: 229ecef2-d0a7-43ee-84f1-32b4283d1a36 Authenticating user 'default' from [fd00:1122:3344:101::d]:60740
1270 2024.10.22 17:00:37.994319 [ 268 ] {} <Debug> HTTP-Session: 229ecef2-d0a7-43ee-84f1-32b4283d1a36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1271 2024.10.22 17:00:37.994345 [ 268 ] {} <Debug> HTTP-Session: 229ecef2-d0a7-43ee-84f1-32b4283d1a36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1272 2024.10.22 17:00:37.994396 [ 268 ] {} <Trace> HTTP-Session: 229ecef2-d0a7-43ee-84f1-32b4283d1a36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1273 2024.10.22 17:00:37.994572 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60740) 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)
1274 2024.10.22 17:00:37.994896 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1275 2024.10.22 17:00:37.994930 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE
1276 2024.10.22 17:00:37.995146 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1277 2024.10.22 17:00:37.995213 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1278 2024.10.22 17:00:37.995358 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
1279 2024.10.22 17:00:37.995392 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1280 2024.10.22 17:00:37.995414 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1281 2024.10.22 17:00:37.995432 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1282 2024.10.22 17:00:37.995473 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))"
1283 2024.10.22 17:00:37.995495 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1284 2024.10.22 17:00:37.996343 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001848 sec., 2164.5021645021643 rows/sec., 89.31 KiB/sec.
1285 2024.10.22 17:00:37.996572 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Debug> DynamicQueryHandler: Done processing query
1286 2024.10.22 17:00:37.996595 [ 268 ] {b0408cda-e60f-4100-b59c-ff131bfa6a11} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1287 2024.10.22 17:00:37.996611 [ 268 ] {} <Debug> HTTP-Session: 229ecef2-d0a7-43ee-84f1-32b4283d1a36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1288 2024.10.22 17:00:37.996860 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1289 2024.10.22 17:00:37.996950 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36863, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1290 2024.10.22 17:00:37.997022 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1291 2024.10.22 17:00:37.997045 [ 265 ] {} <Debug> HTTP-Session: c4b7a5e2-cc36-40d2-adb8-ddecd0ee03c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36863
1292 2024.10.22 17:00:37.997066 [ 265 ] {} <Debug> HTTP-Session: c4b7a5e2-cc36-40d2-adb8-ddecd0ee03c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1293 2024.10.22 17:00:37.997082 [ 265 ] {} <Debug> HTTP-Session: c4b7a5e2-cc36-40d2-adb8-ddecd0ee03c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1294 2024.10.22 17:00:37.997126 [ 265 ] {} <Trace> HTTP-Session: c4b7a5e2-cc36-40d2-adb8-ddecd0ee03c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1295 2024.10.22 17:00:37.997291 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36863) 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)
1296 2024.10.22 17:00:37.997617 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1297 2024.10.22 17:00:37.997659 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1298 2024.10.22 17:00:37.997922 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1299 2024.10.22 17:00:37.997987 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1300 2024.10.22 17:00:37.998132 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
1301 2024.10.22 17:00:37.998163 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1302 2024.10.22 17:00:37.998185 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1303 2024.10.22 17:00:37.998202 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1304 2024.10.22 17:00:37.998242 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))"
1305 2024.10.22 17:00:37.998263 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1306 2024.10.22 17:00:37.999089 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001871 sec., 2137.894174238375 rows/sec., 88.21 KiB/sec.
1307 2024.10.22 17:00:37.999316 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Debug> DynamicQueryHandler: Done processing query
1308 2024.10.22 17:00:37.999340 [ 265 ] {f1357aff-281a-40cc-ae99-7a34745ed08b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1309 2024.10.22 17:00:37.999356 [ 265 ] {} <Debug> HTTP-Session: c4b7a5e2-cc36-40d2-adb8-ddecd0ee03c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1310 2024.10.22 17:00:37.999642 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36863, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1311 2024.10.22 17:00:37.999735 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41999, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1312 2024.10.22 17:00:37.999801 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1313 2024.10.22 17:00:37.999825 [ 268 ] {} <Debug> HTTP-Session: c5802877-0e71-46a9-a776-a7c3a292c2ca Authenticating user 'default' from [fd00:1122:3344:101::d]:41999
1314 2024.10.22 17:00:37.999846 [ 268 ] {} <Debug> HTTP-Session: c5802877-0e71-46a9-a776-a7c3a292c2ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1315 2024.10.22 17:00:37.999863 [ 268 ] {} <Debug> HTTP-Session: c5802877-0e71-46a9-a776-a7c3a292c2ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1316 2024.10.22 17:00:37.999905 [ 268 ] {} <Trace> HTTP-Session: c5802877-0e71-46a9-a776-a7c3a292c2ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1317 2024.10.22 17:00:38.000075 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41999) 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)
1318 2024.10.22 17:00:38.000134 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 140.31 MiB, peak 148.12 MiB, free memory in arenas 0.00 B, will set to 143.91 MiB (RSS), difference: 3.60 MiB
1319 2024.10.22 17:00:38.000549 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1320 2024.10.22 17:00:38.000591 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1321 2024.10.22 17:00:38.000857 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1322 2024.10.22 17:00:38.000928 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1323 2024.10.22 17:00:38.001069 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
1324 2024.10.22 17:00:38.001102 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1325 2024.10.22 17:00:38.001124 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1326 2024.10.22 17:00:38.001143 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1327 2024.10.22 17:00:38.001184 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <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_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'))"
1328 2024.10.22 17:00:38.001206 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1329 2024.10.22 17:00:38.002025 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002028 sec., 1972.3865877712033 rows/sec., 81.38 KiB/sec.
1330 2024.10.22 17:00:38.002250 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Debug> DynamicQueryHandler: Done processing query
1331 2024.10.22 17:00:38.002274 [ 268 ] {8ca8cbc9-edcf-4cb2-a67d-784d25c9da25} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1332 2024.10.22 17:00:38.002289 [ 268 ] {} <Debug> HTTP-Session: c5802877-0e71-46a9-a776-a7c3a292c2ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1333 2024.10.22 17:00:38.002547 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36863, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1334 2024.10.22 17:00:38.002564 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41999, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1335 2024.10.22 17:00:38.002627 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1336 2024.10.22 17:00:38.002659 [ 265 ] {} <Debug> HTTP-Session: 7a3049fb-0443-4508-96c6-f07f56bdc72c Authenticating user 'default' from [fd00:1122:3344:101::d]:36863
1337 2024.10.22 17:00:38.002681 [ 265 ] {} <Debug> HTTP-Session: 7a3049fb-0443-4508-96c6-f07f56bdc72c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1338 2024.10.22 17:00:38.002708 [ 265 ] {} <Debug> HTTP-Session: 7a3049fb-0443-4508-96c6-f07f56bdc72c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1339 2024.10.22 17:00:38.002763 [ 265 ] {} <Trace> HTTP-Session: 7a3049fb-0443-4508-96c6-f07f56bdc72c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1340 2024.10.22 17:00:38.002931 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36863) 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)
1341 2024.10.22 17:00:38.003209 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1342 2024.10.22 17:00:38.003244 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1343 2024.10.22 17:00:38.003470 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1344 2024.10.22 17:00:38.003537 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1345 2024.10.22 17:00:38.003683 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
1346 2024.10.22 17:00:38.003716 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1347 2024.10.22 17:00:38.003738 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1348 2024.10.22 17:00:38.003754 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1349 2024.10.22 17:00:38.003796 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <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: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'))"
1350 2024.10.22 17:00:38.003818 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1351 2024.10.22 17:00:38.004707 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.00185 sec., 2162.162162162162 rows/sec., 89.21 KiB/sec.
1352 2024.10.22 17:00:38.004942 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Debug> DynamicQueryHandler: Done processing query
1353 2024.10.22 17:00:38.004966 [ 265 ] {454a003f-c12f-43cd-97cd-659f3d39f60b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1354 2024.10.22 17:00:38.004982 [ 265 ] {} <Debug> HTTP-Session: 7a3049fb-0443-4508-96c6-f07f56bdc72c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1355 2024.10.22 17:00:38.005264 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36863, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1356 2024.10.22 17:00:38.005327 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63262, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1357 2024.10.22 17:00:38.005422 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1358 2024.10.22 17:00:38.005453 [ 268 ] {} <Debug> HTTP-Session: 917308a9-d900-41eb-a451-76e419060df1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63262
1359 2024.10.22 17:00:38.005476 [ 268 ] {} <Debug> HTTP-Session: 917308a9-d900-41eb-a451-76e419060df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1360 2024.10.22 17:00:38.005494 [ 268 ] {} <Debug> HTTP-Session: 917308a9-d900-41eb-a451-76e419060df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1361 2024.10.22 17:00:38.005538 [ 268 ] {} <Trace> HTTP-Session: 917308a9-d900-41eb-a451-76e419060df1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1362 2024.10.22 17:00:38.005708 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63262) 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)
1363 2024.10.22 17:00:38.006015 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1364 2024.10.22 17:00:38.006049 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1365 2024.10.22 17:00:38.006277 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1366 2024.10.22 17:00:38.006342 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1367 2024.10.22 17:00:38.006487 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
1368 2024.10.22 17:00:38.006520 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1369 2024.10.22 17:00:38.006542 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1370 2024.10.22 17:00:38.006559 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1371 2024.10.22 17:00:38.006601 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <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: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'))"
1372 2024.10.22 17:00:38.006712 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1373 2024.10.22 17:00:38.007628 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001999 sec., 2001.0005002501252 rows/sec., 82.56 KiB/sec.
1374 2024.10.22 17:00:38.007853 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Debug> DynamicQueryHandler: Done processing query
1375 2024.10.22 17:00:38.007877 [ 268 ] {692ef4d3-bee6-4100-ba5b-df5a83e8a2ed} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1376 2024.10.22 17:00:38.007893 [ 268 ] {} <Debug> HTTP-Session: 917308a9-d900-41eb-a451-76e419060df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1377 2024.10.22 17:00:38.008157 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1378 2024.10.22 17:00:38.008225 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60746, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1379 2024.10.22 17:00:38.008304 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1380 2024.10.22 17:00:38.008327 [ 265 ] {} <Debug> HTTP-Session: a23f2687-1f35-493b-9d03-4a091e534e71 Authenticating user 'default' from [fd00:1122:3344:101::d]:60746
1381 2024.10.22 17:00:38.008441 [ 265 ] {} <Debug> HTTP-Session: a23f2687-1f35-493b-9d03-4a091e534e71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1382 2024.10.22 17:00:38.008460 [ 265 ] {} <Debug> HTTP-Session: a23f2687-1f35-493b-9d03-4a091e534e71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1383 2024.10.22 17:00:38.008504 [ 265 ] {} <Trace> HTTP-Session: a23f2687-1f35-493b-9d03-4a091e534e71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1384 2024.10.22 17:00:38.008664 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60746) 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)
1385 2024.10.22 17:00:38.008953 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1386 2024.10.22 17:00:38.008991 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1387 2024.10.22 17:00:38.009231 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1388 2024.10.22 17:00:38.009313 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1389 2024.10.22 17:00:38.009485 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
1390 2024.10.22 17:00:38.009520 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1391 2024.10.22 17:00:38.009543 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1392 2024.10.22 17:00:38.009560 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1393 2024.10.22 17:00:38.009604 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <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: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'))"
1394 2024.10.22 17:00:38.009626 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1395 2024.10.22 17:00:38.010423 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001827 sec., 2189.381499726327 rows/sec., 90.33 KiB/sec.
1396 2024.10.22 17:00:38.010652 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Debug> DynamicQueryHandler: Done processing query
1397 2024.10.22 17:00:38.010677 [ 265 ] {6cbbed87-c0a2-4eb9-bd43-a3eadd01cbb9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1398 2024.10.22 17:00:38.010693 [ 265 ] {} <Debug> HTTP-Session: a23f2687-1f35-493b-9d03-4a091e534e71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1399 2024.10.22 17:00:38.010953 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1400 2024.10.22 17:00:38.011026 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64968, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1401 2024.10.22 17:00:38.011099 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1402 2024.10.22 17:00:38.011120 [ 268 ] {} <Debug> HTTP-Session: 62169c14-8173-487d-83de-1951169668f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64968
1403 2024.10.22 17:00:38.011137 [ 268 ] {} <Debug> HTTP-Session: 62169c14-8173-487d-83de-1951169668f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1404 2024.10.22 17:00:38.011152 [ 268 ] {} <Debug> HTTP-Session: 62169c14-8173-487d-83de-1951169668f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1405 2024.10.22 17:00:38.011190 [ 268 ] {} <Trace> HTTP-Session: 62169c14-8173-487d-83de-1951169668f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1406 2024.10.22 17:00:38.011335 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64968) 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)
1407 2024.10.22 17:00:38.011618 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1408 2024.10.22 17:00:38.011654 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1409 2024.10.22 17:00:38.011897 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1410 2024.10.22 17:00:38.011964 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1411 2024.10.22 17:00:38.012109 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
1412 2024.10.22 17:00:38.012142 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1413 2024.10.22 17:00:38.012164 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1414 2024.10.22 17:00:38.012182 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1415 2024.10.22 17:00:38.012225 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <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: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'))"
1416 2024.10.22 17:00:38.012249 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1417 2024.10.22 17:00:38.013086 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001816 sec., 2202.6431718061676 rows/sec., 90.88 KiB/sec.
1418 2024.10.22 17:00:38.013319 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Debug> DynamicQueryHandler: Done processing query
1419 2024.10.22 17:00:38.013343 [ 268 ] {2cb2204d-d537-4773-98c9-28f3a47cebea} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1420 2024.10.22 17:00:38.013360 [ 268 ] {} <Debug> HTTP-Session: 62169c14-8173-487d-83de-1951169668f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1421 2024.10.22 17:00:38.013655 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1422 2024.10.22 17:00:38.013761 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40669, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1423 2024.10.22 17:00:38.013829 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1424 2024.10.22 17:00:38.013850 [ 265 ] {} <Debug> HTTP-Session: 68b9f15f-1292-4509-af59-a1055e8fd0c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40669
1425 2024.10.22 17:00:38.013869 [ 265 ] {} <Debug> HTTP-Session: 68b9f15f-1292-4509-af59-a1055e8fd0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1426 2024.10.22 17:00:38.013883 [ 265 ] {} <Debug> HTTP-Session: 68b9f15f-1292-4509-af59-a1055e8fd0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1427 2024.10.22 17:00:38.013921 [ 265 ] {} <Trace> HTTP-Session: 68b9f15f-1292-4509-af59-a1055e8fd0c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1428 2024.10.22 17:00:38.014076 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40669) 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)
1429 2024.10.22 17:00:38.014365 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1430 2024.10.22 17:00:38.014414 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1431 2024.10.22 17:00:38.014664 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1432 2024.10.22 17:00:38.014731 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1433 2024.10.22 17:00:38.014877 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
1434 2024.10.22 17:00:38.014909 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1435 2024.10.22 17:00:38.014933 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1436 2024.10.22 17:00:38.014950 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1437 2024.10.22 17:00:38.014993 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <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: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'))"
1438 2024.10.22 17:00:38.015016 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1439 2024.10.22 17:00:38.015913 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001898 sec., 2107.4815595363543 rows/sec., 86.95 KiB/sec.
1440 2024.10.22 17:00:38.016139 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Debug> DynamicQueryHandler: Done processing query
1441 2024.10.22 17:00:38.016164 [ 265 ] {8db5c4fb-0c7a-4b22-88f0-1c073846029e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1442 2024.10.22 17:00:38.016180 [ 265 ] {} <Debug> HTTP-Session: 68b9f15f-1292-4509-af59-a1055e8fd0c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1443 2024.10.22 17:00:38.016455 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40669, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1444 2024.10.22 17:00:38.016540 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37321, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1445 2024.10.22 17:00:38.016616 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1446 2024.10.22 17:00:38.016640 [ 268 ] {} <Debug> HTTP-Session: 78116fa0-334d-489f-9ada-02aa6903c3d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:37321
1447 2024.10.22 17:00:38.016661 [ 268 ] {} <Debug> HTTP-Session: 78116fa0-334d-489f-9ada-02aa6903c3d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1448 2024.10.22 17:00:38.016678 [ 268 ] {} <Debug> HTTP-Session: 78116fa0-334d-489f-9ada-02aa6903c3d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1449 2024.10.22 17:00:38.016721 [ 268 ] {} <Trace> HTTP-Session: 78116fa0-334d-489f-9ada-02aa6903c3d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1450 2024.10.22 17:00:38.016895 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37321) 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)
1451 2024.10.22 17:00:38.017183 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1452 2024.10.22 17:00:38.017220 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1453 2024.10.22 17:00:38.017467 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1454 2024.10.22 17:00:38.017533 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1455 2024.10.22 17:00:38.017676 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1456 2024.10.22 17:00:38.017709 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1457 2024.10.22 17:00:38.017731 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1458 2024.10.22 17:00:38.017748 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1459 2024.10.22 17:00:38.017792 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <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: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'))"
1460 2024.10.22 17:00:38.017815 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1461 2024.10.22 17:00:38.018656 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001843 sec., 2170.374389582203 rows/sec., 89.55 KiB/sec.
1462 2024.10.22 17:00:38.018886 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Debug> DynamicQueryHandler: Done processing query
1463 2024.10.22 17:00:38.018910 [ 268 ] {b96fe3dc-f318-46bb-9e92-829c87336f31} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1464 2024.10.22 17:00:38.018926 [ 268 ] {} <Debug> HTTP-Session: 78116fa0-334d-489f-9ada-02aa6903c3d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1465 2024.10.22 17:00:38.019189 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37321, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1466 2024.10.22 17:00:38.019279 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64513, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1467 2024.10.22 17:00:38.019342 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1468 2024.10.22 17:00:38.019366 [ 265 ] {} <Debug> HTTP-Session: acf3a7f1-88d7-4d48-80de-3d21865c8caa Authenticating user 'default' from [fd00:1122:3344:101::d]:64513
1469 2024.10.22 17:00:38.019392 [ 265 ] {} <Debug> HTTP-Session: acf3a7f1-88d7-4d48-80de-3d21865c8caa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1470 2024.10.22 17:00:38.019405 [ 265 ] {} <Debug> HTTP-Session: acf3a7f1-88d7-4d48-80de-3d21865c8caa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1471 2024.10.22 17:00:38.019442 [ 265 ] {} <Trace> HTTP-Session: acf3a7f1-88d7-4d48-80de-3d21865c8caa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1472 2024.10.22 17:00:38.019589 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64513) 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)
1473 2024.10.22 17:00:38.019877 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1474 2024.10.22 17:00:38.019917 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1475 2024.10.22 17:00:38.020166 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1476 2024.10.22 17:00:38.020232 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1477 2024.10.22 17:00:38.020372 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1478 2024.10.22 17:00:38.020412 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1479 2024.10.22 17:00:38.020435 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1480 2024.10.22 17:00:38.020451 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1481 2024.10.22 17:00:38.020495 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <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: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'))"
1482 2024.10.22 17:00:38.020517 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1483 2024.10.22 17:00:38.021419 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001896 sec., 2109.704641350211 rows/sec., 87.05 KiB/sec.
1484 2024.10.22 17:00:38.021659 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Debug> DynamicQueryHandler: Done processing query
1485 2024.10.22 17:00:38.021683 [ 265 ] {b109fb1a-bfe4-445d-98d5-da1f661f926e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1486 2024.10.22 17:00:38.021699 [ 265 ] {} <Debug> HTTP-Session: acf3a7f1-88d7-4d48-80de-3d21865c8caa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1487 2024.10.22 17:00:38.022003 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1488 2024.10.22 17:00:38.022060 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62023, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1489 2024.10.22 17:00:38.022131 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1490 2024.10.22 17:00:38.022152 [ 268 ] {} <Debug> HTTP-Session: 3ce385eb-db15-4211-86a8-6d539eba4e39 Authenticating user 'default' from [fd00:1122:3344:101::d]:62023
1491 2024.10.22 17:00:38.022169 [ 268 ] {} <Debug> HTTP-Session: 3ce385eb-db15-4211-86a8-6d539eba4e39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1492 2024.10.22 17:00:38.022183 [ 268 ] {} <Debug> HTTP-Session: 3ce385eb-db15-4211-86a8-6d539eba4e39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1493 2024.10.22 17:00:38.022220 [ 268 ] {} <Trace> HTTP-Session: 3ce385eb-db15-4211-86a8-6d539eba4e39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1494 2024.10.22 17:00:38.022369 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62023) 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)
1495 2024.10.22 17:00:38.022660 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1496 2024.10.22 17:00:38.022699 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1497 2024.10.22 17:00:38.022953 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1498 2024.10.22 17:00:38.023020 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1499 2024.10.22 17:00:38.023164 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1500 2024.10.22 17:00:38.023197 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1501 2024.10.22 17:00:38.023219 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1502 2024.10.22 17:00:38.023236 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1503 2024.10.22 17:00:38.023280 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <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_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'))"
1504 2024.10.22 17:00:38.023304 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1505 2024.10.22 17:00:38.024149 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001849 sec., 2163.3315305570577 rows/sec., 89.26 KiB/sec.
1506 2024.10.22 17:00:38.024396 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Debug> DynamicQueryHandler: Done processing query
1507 2024.10.22 17:00:38.024421 [ 268 ] {49f3b9da-9472-4dfa-82c2-c20505e4e382} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1508 2024.10.22 17:00:38.024437 [ 268 ] {} <Debug> HTTP-Session: 3ce385eb-db15-4211-86a8-6d539eba4e39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1509 2024.10.22 17:00:38.029631 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1510 2024.10.22 17:00:38.030301 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42921, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1511 2024.10.22 17:00:38.030359 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1512 2024.10.22 17:00:38.030379 [ 265 ] {} <Debug> HTTP-Session: 44ff3736-b9d1-4745-ad4f-7b1696c1c514 Authenticating user 'default' from [fd00:1122:3344:101::d]:42921
1513 2024.10.22 17:00:38.030403 [ 265 ] {} <Debug> HTTP-Session: 44ff3736-b9d1-4745-ad4f-7b1696c1c514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1514 2024.10.22 17:00:38.030417 [ 265 ] {} <Debug> HTTP-Session: 44ff3736-b9d1-4745-ad4f-7b1696c1c514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1515 2024.10.22 17:00:38.030455 [ 265 ] {} <Trace> HTTP-Session: 44ff3736-b9d1-4745-ad4f-7b1696c1c514 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1516 2024.10.22 17:00:38.030587 [ 265 ] {964f3eef-06e4-4b0f-8db1-761c032ccb30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42921) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1517 2024.10.22 17:00:38.030638 [ 265 ] {964f3eef-06e4-4b0f-8db1-761c032ccb30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1518 2024.10.22 17:00:38.030837 [ 265 ] {964f3eef-06e4-4b0f-8db1-761c032ccb30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1519 2024.10.22 17:00:38.031197 [ 265 ] {964f3eef-06e4-4b0f-8db1-761c032ccb30} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1520 2024.10.22 17:00:38.031236 [ 265 ] {964f3eef-06e4-4b0f-8db1-761c032ccb30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1521 2024.10.22 17:00:38.031879 [ 265 ] {964f3eef-06e4-4b0f-8db1-761c032ccb30} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1522 2024.10.22 17:00:38.032409 [ 265 ] {964f3eef-06e4-4b0f-8db1-761c032ccb30} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1523 2024.10.22 17:00:38.032579 [ 265 ] {964f3eef-06e4-4b0f-8db1-761c032ccb30} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002043 sec., 6852.667645619187 rows/sec., 983.25 KiB/sec.
1524 2024.10.22 17:00:38.032764 [ 265 ] {964f3eef-06e4-4b0f-8db1-761c032ccb30} <Debug> DynamicQueryHandler: Done processing query
1525 2024.10.22 17:00:38.032788 [ 265 ] {964f3eef-06e4-4b0f-8db1-761c032ccb30} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1526 2024.10.22 17:00:38.032804 [ 265 ] {} <Debug> HTTP-Session: 44ff3736-b9d1-4745-ad4f-7b1696c1c514 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1527 2024.10.22 17:00:38.032973 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1528 2024.10.22 17:00:38.033069 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59471, User-Agent: (none), Length: 7802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1529 2024.10.22 17:00:38.033136 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1530 2024.10.22 17:00:38.033159 [ 268 ] {} <Debug> HTTP-Session: 204b9ccb-1387-4949-91ef-798ccbd68486 Authenticating user 'default' from [fd00:1122:3344:101::d]:59471
1531 2024.10.22 17:00:38.033180 [ 268 ] {} <Debug> HTTP-Session: 204b9ccb-1387-4949-91ef-798ccbd68486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1532 2024.10.22 17:00:38.033197 [ 268 ] {} <Debug> HTTP-Session: 204b9ccb-1387-4949-91ef-798ccbd68486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1533 2024.10.22 17:00:38.033241 [ 268 ] {} <Trace> HTTP-Session: 204b9ccb-1387-4949-91ef-798ccbd68486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1534 2024.10.22 17:00:38.033398 [ 268 ] {77c02bf6-d567-4d0f-bfed-3117b94c26c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59471) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1535 2024.10.22 17:00:38.033455 [ 268 ] {77c02bf6-d567-4d0f-bfed-3117b94c26c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1536 2024.10.22 17:00:38.033770 [ 268 ] {77c02bf6-d567-4d0f-bfed-3117b94c26c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1537 2024.10.22 17:00:38.034169 [ 268 ] {77c02bf6-d567-4d0f-bfed-3117b94c26c1} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1538 2024.10.22 17:00:38.034202 [ 268 ] {77c02bf6-d567-4d0f-bfed-3117b94c26c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1539 2024.10.22 17:00:38.034705 [ 268 ] {77c02bf6-d567-4d0f-bfed-3117b94c26c1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1540 2024.10.22 17:00:38.035365 [ 268 ] {77c02bf6-d567-4d0f-bfed-3117b94c26c1} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1541 2024.10.22 17:00:38.035505 [ 268 ] {77c02bf6-d567-4d0f-bfed-3117b94c26c1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002168 sec., 25830.258302583028 rows/sec., 1.97 MiB/sec.
1542 2024.10.22 17:00:38.035806 [ 268 ] {77c02bf6-d567-4d0f-bfed-3117b94c26c1} <Debug> DynamicQueryHandler: Done processing query
1543 2024.10.22 17:00:38.035830 [ 268 ] {77c02bf6-d567-4d0f-bfed-3117b94c26c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1544 2024.10.22 17:00:38.035845 [ 268 ] {} <Debug> HTTP-Session: 204b9ccb-1387-4949-91ef-798ccbd68486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1545 2024.10.22 17:00:38.036050 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42921, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1546 2024.10.22 17:00:38.036067 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1547 2024.10.22 17:00:38.036130 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1548 2024.10.22 17:00:38.036160 [ 265 ] {} <Debug> HTTP-Session: 4c50e5e3-3bee-48a8-bc1a-517d5b4fa765 Authenticating user 'default' from [fd00:1122:3344:101::d]:42921
1549 2024.10.22 17:00:38.036176 [ 265 ] {} <Debug> HTTP-Session: 4c50e5e3-3bee-48a8-bc1a-517d5b4fa765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1550 2024.10.22 17:00:38.036191 [ 265 ] {} <Debug> HTTP-Session: 4c50e5e3-3bee-48a8-bc1a-517d5b4fa765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1551 2024.10.22 17:00:38.036238 [ 265 ] {} <Trace> HTTP-Session: 4c50e5e3-3bee-48a8-bc1a-517d5b4fa765 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1552 2024.10.22 17:00:38.036373 [ 265 ] {551972e4-cadd-456c-a907-0b9bd5361c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42921) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1553 2024.10.22 17:00:38.036429 [ 265 ] {551972e4-cadd-456c-a907-0b9bd5361c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1554 2024.10.22 17:00:38.036693 [ 265 ] {551972e4-cadd-456c-a907-0b9bd5361c1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1555 2024.10.22 17:00:38.037063 [ 265 ] {551972e4-cadd-456c-a907-0b9bd5361c1b} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1556 2024.10.22 17:00:38.037099 [ 265 ] {551972e4-cadd-456c-a907-0b9bd5361c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1557 2024.10.22 17:00:38.037580 [ 265 ] {551972e4-cadd-456c-a907-0b9bd5361c1b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1558 2024.10.22 17:00:38.038191 [ 265 ] {551972e4-cadd-456c-a907-0b9bd5361c1b} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1559 2024.10.22 17:00:38.038327 [ 265 ] {551972e4-cadd-456c-a907-0b9bd5361c1b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001997 sec., 32048.072108162243 rows/sec., 2.50 MiB/sec.
1560 2024.10.22 17:00:38.038514 [ 265 ] {551972e4-cadd-456c-a907-0b9bd5361c1b} <Debug> DynamicQueryHandler: Done processing query
1561 2024.10.22 17:00:38.038538 [ 265 ] {551972e4-cadd-456c-a907-0b9bd5361c1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1562 2024.10.22 17:00:38.038553 [ 265 ] {} <Debug> HTTP-Session: 4c50e5e3-3bee-48a8-bc1a-517d5b4fa765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1563 2024.10.22 17:00:38.038766 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1564 2024.10.22 17:00:38.038888 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46470, User-Agent: (none), Length: 22931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1565 2024.10.22 17:00:38.038957 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1566 2024.10.22 17:00:38.038981 [ 268 ] {} <Debug> HTTP-Session: 97643208-df40-46b3-93ab-4e9cc8782a62 Authenticating user 'default' from [fd00:1122:3344:101::d]:46470
1567 2024.10.22 17:00:38.039002 [ 268 ] {} <Debug> HTTP-Session: 97643208-df40-46b3-93ab-4e9cc8782a62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1568 2024.10.22 17:00:38.039019 [ 268 ] {} <Debug> HTTP-Session: 97643208-df40-46b3-93ab-4e9cc8782a62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1569 2024.10.22 17:00:38.039061 [ 268 ] {} <Trace> HTTP-Session: 97643208-df40-46b3-93ab-4e9cc8782a62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1570 2024.10.22 17:00:38.039273 [ 268 ] {0c67b829-0e97-49bf-9881-950bdc7c6dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46470) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1571 2024.10.22 17:00:38.039331 [ 268 ] {0c67b829-0e97-49bf-9881-950bdc7c6dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1572 2024.10.22 17:00:38.039540 [ 268 ] {0c67b829-0e97-49bf-9881-950bdc7c6dd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1573 2024.10.22 17:00:38.039926 [ 268 ] {0c67b829-0e97-49bf-9881-950bdc7c6dd4} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1574 2024.10.22 17:00:38.039960 [ 268 ] {0c67b829-0e97-49bf-9881-950bdc7c6dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1575 2024.10.22 17:00:38.040463 [ 268 ] {0c67b829-0e97-49bf-9881-950bdc7c6dd4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1576 2024.10.22 17:00:38.041099 [ 268 ] {0c67b829-0e97-49bf-9881-950bdc7c6dd4} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1577 2024.10.22 17:00:38.041259 [ 268 ] {0c67b829-0e97-49bf-9881-950bdc7c6dd4} <Debug> executeQuery: Read 120 rows, 8.57 KiB in 0.002098 sec., 57197.33079122974 rows/sec., 3.99 MiB/sec.
1578 2024.10.22 17:00:38.041533 [ 268 ] {0c67b829-0e97-49bf-9881-950bdc7c6dd4} <Debug> DynamicQueryHandler: Done processing query
1579 2024.10.22 17:00:38.041557 [ 268 ] {0c67b829-0e97-49bf-9881-950bdc7c6dd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1580 2024.10.22 17:00:38.041573 [ 268 ] {} <Debug> HTTP-Session: 97643208-df40-46b3-93ab-4e9cc8782a62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1581 2024.10.22 17:00:38.041748 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42921, User-Agent: (none), Length: 6696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1582 2024.10.22 17:00:38.041761 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1583 2024.10.22 17:00:38.041833 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1584 2024.10.22 17:00:38.041867 [ 265 ] {} <Debug> HTTP-Session: 98821d17-041c-4c79-852c-5886e1c8b878 Authenticating user 'default' from [fd00:1122:3344:101::d]:42921
1585 2024.10.22 17:00:38.041893 [ 265 ] {} <Debug> HTTP-Session: 98821d17-041c-4c79-852c-5886e1c8b878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1586 2024.10.22 17:00:38.041918 [ 265 ] {} <Debug> HTTP-Session: 98821d17-041c-4c79-852c-5886e1c8b878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1587 2024.10.22 17:00:38.041957 [ 265 ] {} <Trace> HTTP-Session: 98821d17-041c-4c79-852c-5886e1c8b878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1588 2024.10.22 17:00:38.042079 [ 265 ] {6a9ee1fa-02dc-459c-8a89-880439c4cb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42921) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1589 2024.10.22 17:00:38.042125 [ 265 ] {6a9ee1fa-02dc-459c-8a89-880439c4cb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1590 2024.10.22 17:00:38.042269 [ 265 ] {6a9ee1fa-02dc-459c-8a89-880439c4cb9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1591 2024.10.22 17:00:38.042595 [ 265 ] {6a9ee1fa-02dc-459c-8a89-880439c4cb9b} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1592 2024.10.22 17:00:38.042630 [ 265 ] {6a9ee1fa-02dc-459c-8a89-880439c4cb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1593 2024.10.22 17:00:38.043099 [ 265 ] {6a9ee1fa-02dc-459c-8a89-880439c4cb9b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1594 2024.10.22 17:00:38.043770 [ 265 ] {6a9ee1fa-02dc-459c-8a89-880439c4cb9b} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1595 2024.10.22 17:00:38.043924 [ 265 ] {6a9ee1fa-02dc-459c-8a89-880439c4cb9b} <Debug> executeQuery: Read 44 rows, 3.02 KiB in 0.00188 sec., 23404.255319148935 rows/sec., 1.57 MiB/sec.
1596 2024.10.22 17:00:38.044098 [ 265 ] {6a9ee1fa-02dc-459c-8a89-880439c4cb9b} <Debug> DynamicQueryHandler: Done processing query
1597 2024.10.22 17:00:38.044122 [ 265 ] {6a9ee1fa-02dc-459c-8a89-880439c4cb9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1598 2024.10.22 17:00:38.044138 [ 265 ] {} <Debug> HTTP-Session: 98821d17-041c-4c79-852c-5886e1c8b878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1599 2024.10.22 17:00:38.044442 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1600 2024.10.22 17:00:39.028033 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1601 2024.10.22 17:00:39.077495 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1602 2024.10.22 17:00:39.162911 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1603 2024.10.22 17:00:39.185304 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1604 2024.10.22 17:00:39.186620 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44745, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1605 2024.10.22 17:00:39.198158 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1606 2024.10.22 17:00:39.224434 [ 265 ] {} <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)
1607 2024.10.22 17:00:39.228697 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1608 2024.10.22 17:00:39.244075 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55669, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1609 2024.10.22 17:00:42.991020 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57362, User-Agent: (none), Length: 7802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1610 2024.10.22 17:00:42.991153 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1611 2024.10.22 17:00:42.991183 [ 268 ] {} <Debug> HTTP-Session: ec9fa232-6a05-413f-8ad7-0d1015cd6330 Authenticating user 'default' from [fd00:1122:3344:101::d]:57362
1612 2024.10.22 17:00:42.991211 [ 268 ] {} <Debug> HTTP-Session: ec9fa232-6a05-413f-8ad7-0d1015cd6330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1613 2024.10.22 17:00:42.991229 [ 268 ] {} <Debug> HTTP-Session: ec9fa232-6a05-413f-8ad7-0d1015cd6330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1614 2024.10.22 17:00:42.991284 [ 268 ] {} <Trace> HTTP-Session: ec9fa232-6a05-413f-8ad7-0d1015cd6330 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1615 2024.10.22 17:00:42.991490 [ 268 ] {336ee7e7-f2da-4954-b65e-406e2e8b3c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57362) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1616 2024.10.22 17:00:42.991564 [ 268 ] {336ee7e7-f2da-4954-b65e-406e2e8b3c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1617 2024.10.22 17:00:42.991927 [ 268 ] {336ee7e7-f2da-4954-b65e-406e2e8b3c60} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1618 2024.10.22 17:00:42.992413 [ 268 ] {336ee7e7-f2da-4954-b65e-406e2e8b3c60} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1619 2024.10.22 17:00:42.992456 [ 268 ] {336ee7e7-f2da-4954-b65e-406e2e8b3c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1620 2024.10.22 17:00:42.993021 [ 268 ] {336ee7e7-f2da-4954-b65e-406e2e8b3c60} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1621 2024.10.22 17:00:42.993744 [ 268 ] {336ee7e7-f2da-4954-b65e-406e2e8b3c60} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1622 2024.10.22 17:00:42.993927 [ 268 ] {336ee7e7-f2da-4954-b65e-406e2e8b3c60} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002509 sec., 22319.649262654446 rows/sec., 1.70 MiB/sec.
1623 2024.10.22 17:00:42.994139 [ 268 ] {336ee7e7-f2da-4954-b65e-406e2e8b3c60} <Debug> DynamicQueryHandler: Done processing query
1624 2024.10.22 17:00:42.994166 [ 268 ] {336ee7e7-f2da-4954-b65e-406e2e8b3c60} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1625 2024.10.22 17:00:42.994183 [ 268 ] {} <Debug> HTTP-Session: ec9fa232-6a05-413f-8ad7-0d1015cd6330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1626 2024.10.22 17:00:42.994388 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1627 2024.10.22 17:00:42.994562 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50537, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1628 2024.10.22 17:00:42.994631 [ 269 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1629 2024.10.22 17:00:42.994654 [ 269 ] {} <Debug> HTTP-Session: 141602f8-4417-4453-847b-4f2e3df342aa Authenticating user 'default' from [fd00:1122:3344:101::d]:50537
1630 2024.10.22 17:00:42.994673 [ 269 ] {} <Debug> HTTP-Session: 141602f8-4417-4453-847b-4f2e3df342aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1631 2024.10.22 17:00:42.994688 [ 269 ] {} <Debug> HTTP-Session: 141602f8-4417-4453-847b-4f2e3df342aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1632 2024.10.22 17:00:42.994723 [ 269 ] {} <Trace> HTTP-Session: 141602f8-4417-4453-847b-4f2e3df342aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1633 2024.10.22 17:00:42.994880 [ 269 ] {529cf9d4-6958-4cb5-b255-743216b0c7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50537) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1634 2024.10.22 17:00:42.994938 [ 269 ] {529cf9d4-6958-4cb5-b255-743216b0c7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1635 2024.10.22 17:00:42.995194 [ 269 ] {529cf9d4-6958-4cb5-b255-743216b0c7d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1636 2024.10.22 17:00:42.995562 [ 269 ] {529cf9d4-6958-4cb5-b255-743216b0c7d8} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1637 2024.10.22 17:00:42.995599 [ 269 ] {529cf9d4-6958-4cb5-b255-743216b0c7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1638 2024.10.22 17:00:42.996144 [ 269 ] {529cf9d4-6958-4cb5-b255-743216b0c7d8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1639 2024.10.22 17:00:42.996744 [ 269 ] {529cf9d4-6958-4cb5-b255-743216b0c7d8} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1640 2024.10.22 17:00:42.996906 [ 269 ] {529cf9d4-6958-4cb5-b255-743216b0c7d8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002082 sec., 30739.67339097022 rows/sec., 2.40 MiB/sec.
1641 2024.10.22 17:00:42.997185 [ 269 ] {529cf9d4-6958-4cb5-b255-743216b0c7d8} <Debug> DynamicQueryHandler: Done processing query
1642 2024.10.22 17:00:42.997209 [ 269 ] {529cf9d4-6958-4cb5-b255-743216b0c7d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1643 2024.10.22 17:00:42.997225 [ 269 ] {} <Debug> HTTP-Session: 141602f8-4417-4453-847b-4f2e3df342aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1644 2024.10.22 17:00:42.997488 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50537, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1645 2024.10.22 17:00:42.997535 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57362, User-Agent: (none), Length: 30547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1646 2024.10.22 17:00:42.997606 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1647 2024.10.22 17:00:42.997633 [ 268 ] {} <Debug> HTTP-Session: 17b5054c-5903-45bc-9553-1941db9e1f46 Authenticating user 'default' from [fd00:1122:3344:101::d]:57362
1648 2024.10.22 17:00:42.997656 [ 268 ] {} <Debug> HTTP-Session: 17b5054c-5903-45bc-9553-1941db9e1f46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1649 2024.10.22 17:00:42.997675 [ 268 ] {} <Debug> HTTP-Session: 17b5054c-5903-45bc-9553-1941db9e1f46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1650 2024.10.22 17:00:42.997715 [ 268 ] {} <Trace> HTTP-Session: 17b5054c-5903-45bc-9553-1941db9e1f46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1651 2024.10.22 17:00:42.997960 [ 268 ] {ec729db1-5f1a-4a84-98b5-626d2616fd93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57362) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1652 2024.10.22 17:00:42.998023 [ 268 ] {ec729db1-5f1a-4a84-98b5-626d2616fd93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1653 2024.10.22 17:00:42.998197 [ 268 ] {ec729db1-5f1a-4a84-98b5-626d2616fd93} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1654 2024.10.22 17:00:42.998577 [ 268 ] {ec729db1-5f1a-4a84-98b5-626d2616fd93} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1655 2024.10.22 17:00:42.998614 [ 268 ] {ec729db1-5f1a-4a84-98b5-626d2616fd93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1656 2024.10.22 17:00:42.999107 [ 268 ] {ec729db1-5f1a-4a84-98b5-626d2616fd93} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1657 2024.10.22 17:00:42.999730 [ 268 ] {ec729db1-5f1a-4a84-98b5-626d2616fd93} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1658 2024.10.22 17:00:42.999882 [ 268 ] {ec729db1-5f1a-4a84-98b5-626d2616fd93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00203 sec., 78817.73399014778 rows/sec., 5.49 MiB/sec.
1659 2024.10.22 17:00:43.000055 [ 268 ] {ec729db1-5f1a-4a84-98b5-626d2616fd93} <Debug> DynamicQueryHandler: Done processing query
1660 2024.10.22 17:00:43.000080 [ 268 ] {ec729db1-5f1a-4a84-98b5-626d2616fd93} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1661 2024.10.22 17:00:43.000096 [ 268 ] {} <Debug> HTTP-Session: 17b5054c-5903-45bc-9553-1941db9e1f46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1662 2024.10.22 17:00:43.000352 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1663 2024.10.22 17:00:43.000421 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45210, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1664 2024.10.22 17:00:43.000496 [ 269 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1665 2024.10.22 17:00:43.000520 [ 269 ] {} <Debug> HTTP-Session: 76a3f36c-9ec4-42af-a0f5-3ef6a968d0ac Authenticating user 'default' from [fd00:1122:3344:101::d]:45210
1666 2024.10.22 17:00:43.000542 [ 269 ] {} <Debug> HTTP-Session: 76a3f36c-9ec4-42af-a0f5-3ef6a968d0ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1667 2024.10.22 17:00:43.000559 [ 269 ] {} <Debug> HTTP-Session: 76a3f36c-9ec4-42af-a0f5-3ef6a968d0ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1668 2024.10.22 17:00:43.000596 [ 269 ] {} <Trace> HTTP-Session: 76a3f36c-9ec4-42af-a0f5-3ef6a968d0ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1669 2024.10.22 17:00:43.000736 [ 269 ] {bd4d3fe0-fce6-4ae6-929f-362c650cb0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1670 2024.10.22 17:00:43.000789 [ 269 ] {bd4d3fe0-fce6-4ae6-929f-362c650cb0ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1671 2024.10.22 17:00:43.000944 [ 269 ] {bd4d3fe0-fce6-4ae6-929f-362c650cb0ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1672 2024.10.22 17:00:43.001240 [ 269 ] {bd4d3fe0-fce6-4ae6-929f-362c650cb0ad} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1673 2024.10.22 17:00:43.001275 [ 269 ] {bd4d3fe0-fce6-4ae6-929f-362c650cb0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1674 2024.10.22 17:00:43.001735 [ 269 ] {bd4d3fe0-fce6-4ae6-929f-362c650cb0ad} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1675 2024.10.22 17:00:43.002337 [ 269 ] {bd4d3fe0-fce6-4ae6-929f-362c650cb0ad} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1676 2024.10.22 17:00:43.002486 [ 269 ] {bd4d3fe0-fce6-4ae6-929f-362c650cb0ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001803 sec., 33277.87021630616 rows/sec., 2.24 MiB/sec.
1677 2024.10.22 17:00:43.002639 [ 269 ] {bd4d3fe0-fce6-4ae6-929f-362c650cb0ad} <Debug> DynamicQueryHandler: Done processing query
1678 2024.10.22 17:00:43.002662 [ 269 ] {bd4d3fe0-fce6-4ae6-929f-362c650cb0ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1679 2024.10.22 17:00:43.002678 [ 269 ] {} <Debug> HTTP-Session: 76a3f36c-9ec4-42af-a0f5-3ef6a968d0ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1680 2024.10.22 17:00:43.003024 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45210, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1681 2024.10.22 17:00:43.064553 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55149, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1682 2024.10.22 17:00:43.185983 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1683 2024.10.22 17:00:43.198442 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1684 2024.10.22 17:00:43.204750 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32810, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1685 2024.10.22 17:00:43.207020 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1686 2024.10.22 17:00:43.207185 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1687 2024.10.22 17:00:43.215573 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1688 2024.10.22 17:00:43.225024 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59155, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1689 2024.10.22 17:00:43.228408 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1690 2024.10.22 17:00:47.124289 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache
1691 2024.10.22 17:00:47.124351 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache
1692 2024.10.22 17:00:47.189677 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 162
1693 2024.10.22 17:00:47.192814 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1694 2024.10.22 17:00:47.192854 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
1695 2024.10.22 17:00:47.194669 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1696 2024.10.22 17:00:47.195973 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1697 2024.10.22 17:00:47.196448 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 162
1698 2024.10.22 17:00:47.981513 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33528, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1699 2024.10.22 17:00:47.981635 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1700 2024.10.22 17:00:47.981663 [ 261 ] {} <Debug> HTTP-Session: ac6751fa-4d19-4b74-bc43-5080be06ab86 Authenticating user 'default' from [fd00:1122:3344:101::d]:33528
1701 2024.10.22 17:00:47.981689 [ 261 ] {} <Debug> HTTP-Session: ac6751fa-4d19-4b74-bc43-5080be06ab86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1702 2024.10.22 17:00:47.981707 [ 261 ] {} <Debug> HTTP-Session: ac6751fa-4d19-4b74-bc43-5080be06ab86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1703 2024.10.22 17:00:47.981761 [ 261 ] {} <Trace> HTTP-Session: ac6751fa-4d19-4b74-bc43-5080be06ab86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1704 2024.10.22 17:00:47.982018 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33528) 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)
1705 2024.10.22 17:00:47.982403 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1706 2024.10.22 17:00:47.982446 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <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
1707 2024.10.22 17:00:47.982736 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1708 2024.10.22 17:00:47.982816 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1709 2024.10.22 17:00:47.982987 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1710 2024.10.22 17:00:47.983114 [ 259 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1711 2024.10.22 17:00:47.983139 [ 264 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1712 2024.10.22 17:00:47.983282 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1713 2024.10.22 17:00:47.983311 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1714 2024.10.22 17:00:47.983472 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1715 2024.10.22 17:00:47.983510 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1716 2024.10.22 17:00:47.983567 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <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'))"
1717 2024.10.22 17:00:47.983614 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <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'))"
1718 2024.10.22 17:00:47.985320 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003413 sec., 5273.952534427191 rows/sec., 215.74 KiB/sec.
1719 2024.10.22 17:00:47.985661 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Debug> DynamicQueryHandler: Done processing query
1720 2024.10.22 17:00:47.985686 [ 261 ] {9c7c8bad-aa9c-4460-b498-d3fba10f3805} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1721 2024.10.22 17:00:47.985704 [ 261 ] {} <Debug> HTTP-Session: ac6751fa-4d19-4b74-bc43-5080be06ab86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1722 2024.10.22 17:00:47.986122 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1723 2024.10.22 17:00:47.986286 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48689, User-Agent: (none), Length: 787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1724 2024.10.22 17:00:47.986390 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1725 2024.10.22 17:00:47.986416 [ 266 ] {} <Debug> HTTP-Session: 52bb452e-a87e-42ef-b84e-5a92bfac7430 Authenticating user 'default' from [fd00:1122:3344:101::d]:48689
1726 2024.10.22 17:00:47.986441 [ 266 ] {} <Debug> HTTP-Session: 52bb452e-a87e-42ef-b84e-5a92bfac7430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1727 2024.10.22 17:00:47.986456 [ 266 ] {} <Debug> HTTP-Session: 52bb452e-a87e-42ef-b84e-5a92bfac7430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1728 2024.10.22 17:00:47.986507 [ 266 ] {} <Trace> HTTP-Session: 52bb452e-a87e-42ef-b84e-5a92bfac7430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1729 2024.10.22 17:00:47.986731 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48689) 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)
1730 2024.10.22 17:00:47.987130 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1731 2024.10.22 17:00:47.987175 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <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
1732 2024.10.22 17:00:47.987475 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1733 2024.10.22 17:00:47.987556 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1734 2024.10.22 17:00:47.987729 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1735 2024.10.22 17:00:47.987837 [ 273 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1736 2024.10.22 17:00:47.987854 [ 272 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1737 2024.10.22 17:00:47.987976 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1738 2024.10.22 17:00:47.988006 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1739 2024.10.22 17:00:47.988095 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1740 2024.10.22 17:00:47.988118 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1741 2024.10.22 17:00:47.988159 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <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'))"
1742 2024.10.22 17:00:47.988205 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <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'))"
1743 2024.10.22 17:00:47.989643 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003015 sec., 5970.149253731343 rows/sec., 244.22 KiB/sec.
1744 2024.10.22 17:00:47.989967 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Debug> DynamicQueryHandler: Done processing query
1745 2024.10.22 17:00:47.989994 [ 266 ] {8b502349-bdd2-4953-a7ed-7ba9ce1f0c43} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1746 2024.10.22 17:00:47.990011 [ 266 ] {} <Debug> HTTP-Session: 52bb452e-a87e-42ef-b84e-5a92bfac7430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1747 2024.10.22 17:00:47.990700 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33528, User-Agent: (none), Length: 815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1748 2024.10.22 17:00:47.990719 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48689, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1749 2024.10.22 17:00:47.990794 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1750 2024.10.22 17:00:47.990829 [ 261 ] {} <Debug> HTTP-Session: 6f039f39-f13c-4fc0-a8f7-adf5500b2571 Authenticating user 'default' from [fd00:1122:3344:101::d]:33528
1751 2024.10.22 17:00:47.990850 [ 261 ] {} <Debug> HTTP-Session: 6f039f39-f13c-4fc0-a8f7-adf5500b2571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1752 2024.10.22 17:00:47.990867 [ 261 ] {} <Debug> HTTP-Session: 6f039f39-f13c-4fc0-a8f7-adf5500b2571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1753 2024.10.22 17:00:47.990915 [ 261 ] {} <Trace> HTTP-Session: 6f039f39-f13c-4fc0-a8f7-adf5500b2571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1754 2024.10.22 17:00:47.991101 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33528) 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)
1755 2024.10.22 17:00:47.991415 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1756 2024.10.22 17:00:47.991455 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <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
1757 2024.10.22 17:00:47.991720 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1758 2024.10.22 17:00:47.991788 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1759 2024.10.22 17:00:47.991934 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1760 2024.10.22 17:00:47.992044 [ 271 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1761 2024.10.22 17:00:47.992055 [ 259 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1762 2024.10.22 17:00:47.992183 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1763 2024.10.22 17:00:47.992210 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1764 2024.10.22 17:00:47.992290 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1765 2024.10.22 17:00:47.992310 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1766 2024.10.22 17:00:47.992349 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <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'))"
1767 2024.10.22 17:00:47.992394 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <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'))"
1768 2024.10.22 17:00:47.993723 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002711 sec., 6639.616377720398 rows/sec., 271.61 KiB/sec.
1769 2024.10.22 17:00:47.994020 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Debug> DynamicQueryHandler: Done processing query
1770 2024.10.22 17:00:47.994044 [ 261 ] {18fbfdd3-840f-4445-9729-87944c70ee37} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1771 2024.10.22 17:00:47.994061 [ 261 ] {} <Debug> HTTP-Session: 6f039f39-f13c-4fc0-a8f7-adf5500b2571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1772 2024.10.22 17:00:47.994282 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1773 2024.10.22 17:00:47.994393 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62997, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1774 2024.10.22 17:00:47.994463 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1775 2024.10.22 17:00:47.994487 [ 266 ] {} <Debug> HTTP-Session: 256ff182-1569-4b1b-bcc4-41d7dfb5c43f Authenticating user 'default' from [fd00:1122:3344:101::d]:62997
1776 2024.10.22 17:00:47.994509 [ 266 ] {} <Debug> HTTP-Session: 256ff182-1569-4b1b-bcc4-41d7dfb5c43f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1777 2024.10.22 17:00:47.994526 [ 266 ] {} <Debug> HTTP-Session: 256ff182-1569-4b1b-bcc4-41d7dfb5c43f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1778 2024.10.22 17:00:47.994570 [ 266 ] {} <Trace> HTTP-Session: 256ff182-1569-4b1b-bcc4-41d7dfb5c43f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1779 2024.10.22 17:00:47.994753 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62997) 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)
1780 2024.10.22 17:00:47.995112 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1781 2024.10.22 17:00:47.995163 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <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
1782 2024.10.22 17:00:47.995439 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1783 2024.10.22 17:00:47.995506 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1784 2024.10.22 17:00:47.995653 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1785 2024.10.22 17:00:47.995733 [ 263 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1786 2024.10.22 17:00:47.995742 [ 272 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1787 2024.10.22 17:00:47.995840 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1788 2024.10.22 17:00:47.995870 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1789 2024.10.22 17:00:47.995950 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1790 2024.10.22 17:00:47.995972 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1791 2024.10.22 17:00:47.996012 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <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'))"
1792 2024.10.22 17:00:47.996057 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <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'))"
1793 2024.10.22 17:00:47.997382 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002719 sec., 6620.080912100037 rows/sec., 270.81 KiB/sec.
1794 2024.10.22 17:00:47.997671 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Debug> DynamicQueryHandler: Done processing query
1795 2024.10.22 17:00:47.997697 [ 266 ] {1caa2252-c488-4ebb-a402-94cda8058758} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1796 2024.10.22 17:00:47.997715 [ 266 ] {} <Debug> HTTP-Session: 256ff182-1569-4b1b-bcc4-41d7dfb5c43f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1797 2024.10.22 17:00:47.998034 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1798 2024.10.22 17:00:47.998059 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33528, User-Agent: (none), Length: 866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1799 2024.10.22 17:00:47.998135 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1800 2024.10.22 17:00:47.998159 [ 261 ] {} <Debug> HTTP-Session: ba234a59-fb3c-43d0-b332-11468f22e583 Authenticating user 'default' from [fd00:1122:3344:101::d]:33528
1801 2024.10.22 17:00:47.998186 [ 261 ] {} <Debug> HTTP-Session: ba234a59-fb3c-43d0-b332-11468f22e583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1802 2024.10.22 17:00:47.998203 [ 261 ] {} <Debug> HTTP-Session: ba234a59-fb3c-43d0-b332-11468f22e583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1803 2024.10.22 17:00:47.998240 [ 261 ] {} <Trace> HTTP-Session: ba234a59-fb3c-43d0-b332-11468f22e583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1804 2024.10.22 17:00:47.998401 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33528) 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)
1805 2024.10.22 17:00:47.998704 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1806 2024.10.22 17:00:47.998744 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <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
1807 2024.10.22 17:00:47.999013 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1808 2024.10.22 17:00:47.999078 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1809 2024.10.22 17:00:47.999223 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1810 2024.10.22 17:00:47.999309 [ 273 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1811 2024.10.22 17:00:47.999329 [ 271 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1812 2024.10.22 17:00:47.999439 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1813 2024.10.22 17:00:47.999467 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1814 2024.10.22 17:00:47.999546 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1815 2024.10.22 17:00:47.999566 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1816 2024.10.22 17:00:47.999607 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <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'))"
1817 2024.10.22 17:00:47.999651 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <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'))"
1818 2024.10.22 17:00:48.001301 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002978 sec., 6044.325050369375 rows/sec., 247.26 KiB/sec.
1819 2024.10.22 17:00:48.001606 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Debug> DynamicQueryHandler: Done processing query
1820 2024.10.22 17:00:48.001629 [ 261 ] {c01502ff-2abf-4841-9d2c-c52df84d594d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1821 2024.10.22 17:00:48.001646 [ 261 ] {} <Debug> HTTP-Session: ba234a59-fb3c-43d0-b332-11468f22e583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1822 2024.10.22 17:00:48.001886 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1823 2024.10.22 17:00:48.001961 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42980, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1824 2024.10.22 17:00:48.002034 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1825 2024.10.22 17:00:48.002058 [ 266 ] {} <Debug> HTTP-Session: efc9e300-4aea-477e-a62f-453e80ee90ad Authenticating user 'default' from [fd00:1122:3344:101::d]:42980
1826 2024.10.22 17:00:48.002078 [ 266 ] {} <Debug> HTTP-Session: efc9e300-4aea-477e-a62f-453e80ee90ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1827 2024.10.22 17:00:48.002096 [ 266 ] {} <Debug> HTTP-Session: efc9e300-4aea-477e-a62f-453e80ee90ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1828 2024.10.22 17:00:48.002139 [ 266 ] {} <Trace> HTTP-Session: efc9e300-4aea-477e-a62f-453e80ee90ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1829 2024.10.22 17:00:48.002327 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42980) 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)
1830 2024.10.22 17:00:48.002696 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1831 2024.10.22 17:00:48.002747 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <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
1832 2024.10.22 17:00:48.003090 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1833 2024.10.22 17:00:48.003172 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1834 2024.10.22 17:00:48.003322 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1835 2024.10.22 17:00:48.003430 [ 263 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1836 2024.10.22 17:00:48.003435 [ 259 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1837 2024.10.22 17:00:48.003543 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1838 2024.10.22 17:00:48.003568 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1839 2024.10.22 17:00:48.003647 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1840 2024.10.22 17:00:48.003669 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1841 2024.10.22 17:00:48.003708 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <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'))"
1842 2024.10.22 17:00:48.003753 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <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'))"
1843 2024.10.22 17:00:48.005023 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002789 sec., 6453.9261384008605 rows/sec., 264.01 KiB/sec.
1844 2024.10.22 17:00:48.005328 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Debug> DynamicQueryHandler: Done processing query
1845 2024.10.22 17:00:48.005352 [ 266 ] {224a1cf1-9b0a-4a0f-8de7-a1223276926a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1846 2024.10.22 17:00:48.005369 [ 266 ] {} <Debug> HTTP-Session: efc9e300-4aea-477e-a62f-453e80ee90ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1847 2024.10.22 17:00:48.005653 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1848 2024.10.22 17:00:48.005671 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33528, User-Agent: (none), Length: 914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1849 2024.10.22 17:00:48.005757 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1850 2024.10.22 17:00:48.005795 [ 261 ] {} <Debug> HTTP-Session: be9e7d00-371e-4ba0-a13a-8cfa13a993b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33528
1851 2024.10.22 17:00:48.005815 [ 261 ] {} <Debug> HTTP-Session: be9e7d00-371e-4ba0-a13a-8cfa13a993b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1852 2024.10.22 17:00:48.005830 [ 261 ] {} <Debug> HTTP-Session: be9e7d00-371e-4ba0-a13a-8cfa13a993b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1853 2024.10.22 17:00:48.005867 [ 261 ] {} <Trace> HTTP-Session: be9e7d00-371e-4ba0-a13a-8cfa13a993b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1854 2024.10.22 17:00:48.006025 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33528) 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)
1855 2024.10.22 17:00:48.006332 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1856 2024.10.22 17:00:48.006374 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <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
1857 2024.10.22 17:00:48.006649 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1858 2024.10.22 17:00:48.006716 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1859 2024.10.22 17:00:48.006861 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1860 2024.10.22 17:00:48.006959 [ 263 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1861 2024.10.22 17:00:48.006969 [ 264 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1862 2024.10.22 17:00:48.007078 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1863 2024.10.22 17:00:48.007106 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1864 2024.10.22 17:00:48.007188 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1865 2024.10.22 17:00:48.007208 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1866 2024.10.22 17:00:48.007249 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <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'))"
1867 2024.10.22 17:00:48.007293 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <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'))"
1868 2024.10.22 17:00:48.008616 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002668 sec., 6746.626686656672 rows/sec., 275.99 KiB/sec.
1869 2024.10.22 17:00:48.008915 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Debug> DynamicQueryHandler: Done processing query
1870 2024.10.22 17:00:48.008940 [ 261 ] {a12c3edd-cf2f-4c77-bb08-884da74731dc} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1871 2024.10.22 17:00:48.008957 [ 261 ] {} <Debug> HTTP-Session: be9e7d00-371e-4ba0-a13a-8cfa13a993b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1872 2024.10.22 17:00:48.009239 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1873 2024.10.22 17:00:48.009317 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52787, User-Agent: (none), Length: 938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1874 2024.10.22 17:00:48.009401 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1875 2024.10.22 17:00:48.009427 [ 266 ] {} <Debug> HTTP-Session: ff62e927-a3bd-4295-8bee-7acc60108efb Authenticating user 'default' from [fd00:1122:3344:101::d]:52787
1876 2024.10.22 17:00:48.009449 [ 266 ] {} <Debug> HTTP-Session: ff62e927-a3bd-4295-8bee-7acc60108efb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1877 2024.10.22 17:00:48.009468 [ 266 ] {} <Debug> HTTP-Session: ff62e927-a3bd-4295-8bee-7acc60108efb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1878 2024.10.22 17:00:48.009512 [ 266 ] {} <Trace> HTTP-Session: ff62e927-a3bd-4295-8bee-7acc60108efb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1879 2024.10.22 17:00:48.009700 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52787) 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)
1880 2024.10.22 17:00:48.010065 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1881 2024.10.22 17:00:48.010117 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <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
1882 2024.10.22 17:00:48.010413 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1883 2024.10.22 17:00:48.010481 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1884 2024.10.22 17:00:48.010630 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1885 2024.10.22 17:00:48.010716 [ 259 ] {37884eaf-fab1-427a-8818-a0652381d105} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1886 2024.10.22 17:00:48.010729 [ 263 ] {37884eaf-fab1-427a-8818-a0652381d105} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1887 2024.10.22 17:00:48.010931 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1888 2024.10.22 17:00:48.010961 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1889 2024.10.22 17:00:48.011042 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1890 2024.10.22 17:00:48.011063 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1891 2024.10.22 17:00:48.011104 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <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'))"
1892 2024.10.22 17:00:48.011234 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <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'))"
1893 2024.10.22 17:00:48.012564 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002958 sec., 6085.192697768763 rows/sec., 248.93 KiB/sec.
1894 2024.10.22 17:00:48.012868 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Debug> DynamicQueryHandler: Done processing query
1895 2024.10.22 17:00:48.012892 [ 266 ] {37884eaf-fab1-427a-8818-a0652381d105} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1896 2024.10.22 17:00:48.012910 [ 266 ] {} <Debug> HTTP-Session: ff62e927-a3bd-4295-8bee-7acc60108efb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1897 2024.10.22 17:00:48.013153 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52787, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1898 2024.10.22 17:00:48.013225 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52788, User-Agent: (none), Length: 965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1899 2024.10.22 17:00:48.013307 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1900 2024.10.22 17:00:48.013331 [ 261 ] {} <Debug> HTTP-Session: df02f04f-4b1c-497d-8436-620892e8c806 Authenticating user 'default' from [fd00:1122:3344:101::d]:52788
1901 2024.10.22 17:00:48.013352 [ 261 ] {} <Debug> HTTP-Session: df02f04f-4b1c-497d-8436-620892e8c806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1902 2024.10.22 17:00:48.013368 [ 261 ] {} <Debug> HTTP-Session: df02f04f-4b1c-497d-8436-620892e8c806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1903 2024.10.22 17:00:48.013412 [ 261 ] {} <Trace> HTTP-Session: df02f04f-4b1c-497d-8436-620892e8c806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1904 2024.10.22 17:00:48.013603 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52788) 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)
1905 2024.10.22 17:00:48.013974 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1906 2024.10.22 17:00:48.014027 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <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
1907 2024.10.22 17:00:48.014338 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1908 2024.10.22 17:00:48.014405 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1909 2024.10.22 17:00:48.014549 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1910 2024.10.22 17:00:48.014648 [ 263 ] {703cf344-155a-4255-8aea-f58e649dac55} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1911 2024.10.22 17:00:48.014664 [ 259 ] {703cf344-155a-4255-8aea-f58e649dac55} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1912 2024.10.22 17:00:48.014767 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1913 2024.10.22 17:00:48.014794 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1914 2024.10.22 17:00:48.014873 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1915 2024.10.22 17:00:48.014893 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1916 2024.10.22 17:00:48.014933 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <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'))"
1917 2024.10.22 17:00:48.014978 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <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'))"
1918 2024.10.22 17:00:48.016243 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002737 sec., 6576.543660942638 rows/sec., 269.03 KiB/sec.
1919 2024.10.22 17:00:48.016535 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Debug> DynamicQueryHandler: Done processing query
1920 2024.10.22 17:00:48.016558 [ 261 ] {703cf344-155a-4255-8aea-f58e649dac55} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1921 2024.10.22 17:00:48.016575 [ 261 ] {} <Debug> HTTP-Session: df02f04f-4b1c-497d-8436-620892e8c806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1922 2024.10.22 17:00:48.016845 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1923 2024.10.22 17:00:48.016956 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39533, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1924 2024.10.22 17:00:48.017028 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1925 2024.10.22 17:00:48.017052 [ 266 ] {} <Debug> HTTP-Session: 040bf965-57c3-4582-afcd-264f7d708d1c Authenticating user 'default' from [fd00:1122:3344:101::d]:39533
1926 2024.10.22 17:00:48.017074 [ 266 ] {} <Debug> HTTP-Session: 040bf965-57c3-4582-afcd-264f7d708d1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1927 2024.10.22 17:00:48.017093 [ 266 ] {} <Debug> HTTP-Session: 040bf965-57c3-4582-afcd-264f7d708d1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1928 2024.10.22 17:00:48.017136 [ 266 ] {} <Trace> HTTP-Session: 040bf965-57c3-4582-afcd-264f7d708d1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1929 2024.10.22 17:00:48.017308 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39533) 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)
1930 2024.10.22 17:00:48.017617 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1931 2024.10.22 17:00:48.017661 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <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
1932 2024.10.22 17:00:48.017948 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1933 2024.10.22 17:00:48.018016 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1934 2024.10.22 17:00:48.018163 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1935 2024.10.22 17:00:48.018260 [ 264 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1936 2024.10.22 17:00:48.018277 [ 263 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1937 2024.10.22 17:00:48.018387 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1938 2024.10.22 17:00:48.018415 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1939 2024.10.22 17:00:48.018497 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1940 2024.10.22 17:00:48.018518 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1941 2024.10.22 17:00:48.018559 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <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'))"
1942 2024.10.22 17:00:48.018606 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <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'))"
1943 2024.10.22 17:00:48.019880 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002654 sec., 6782.215523737754 rows/sec., 277.44 KiB/sec.
1944 2024.10.22 17:00:48.020170 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Debug> DynamicQueryHandler: Done processing query
1945 2024.10.22 17:00:48.020195 [ 266 ] {abfb50a1-1aac-4474-8db9-7db117029a35} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1946 2024.10.22 17:00:48.020212 [ 266 ] {} <Debug> HTTP-Session: 040bf965-57c3-4582-afcd-264f7d708d1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1947 2024.10.22 17:00:48.020484 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52788, User-Agent: (none), Length: 1025, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1948 2024.10.22 17:00:48.020498 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1949 2024.10.22 17:00:48.020568 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1950 2024.10.22 17:00:48.020603 [ 261 ] {} <Debug> HTTP-Session: 957a4ba1-9659-4f0f-bee6-21680a4c934d Authenticating user 'default' from [fd00:1122:3344:101::d]:52788
1951 2024.10.22 17:00:48.020623 [ 261 ] {} <Debug> HTTP-Session: 957a4ba1-9659-4f0f-bee6-21680a4c934d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1952 2024.10.22 17:00:48.020650 [ 261 ] {} <Debug> HTTP-Session: 957a4ba1-9659-4f0f-bee6-21680a4c934d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1953 2024.10.22 17:00:48.020694 [ 261 ] {} <Trace> HTTP-Session: 957a4ba1-9659-4f0f-bee6-21680a4c934d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1954 2024.10.22 17:00:48.020884 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52788) 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)
1955 2024.10.22 17:00:48.021238 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1956 2024.10.22 17:00:48.021280 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <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
1957 2024.10.22 17:00:48.021568 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1958 2024.10.22 17:00:48.021633 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1959 2024.10.22 17:00:48.021776 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1960 2024.10.22 17:00:48.021886 [ 264 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1961 2024.10.22 17:00:48.021891 [ 259 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1962 2024.10.22 17:00:48.022009 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1963 2024.10.22 17:00:48.022035 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1964 2024.10.22 17:00:48.022115 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1965 2024.10.22 17:00:48.022135 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1966 2024.10.22 17:00:48.022174 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <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'))"
1967 2024.10.22 17:00:48.022219 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <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'))"
1968 2024.10.22 17:00:48.023504 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002717 sec., 6624.953993375047 rows/sec., 271.01 KiB/sec.
1969 2024.10.22 17:00:48.023802 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Debug> DynamicQueryHandler: Done processing query
1970 2024.10.22 17:00:48.023827 [ 261 ] {05da9e73-591e-412a-8052-d11ee33f34db} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1971 2024.10.22 17:00:48.023844 [ 261 ] {} <Debug> HTTP-Session: 957a4ba1-9659-4f0f-bee6-21680a4c934d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1972 2024.10.22 17:00:48.028112 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1973 2024.10.22 17:00:48.028165 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52504, User-Agent: (none), Length: 1052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1974 2024.10.22 17:00:48.028247 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1975 2024.10.22 17:00:48.028278 [ 266 ] {} <Debug> HTTP-Session: 65c238a2-057f-4b24-a6c7-a3985b7286fe Authenticating user 'default' from [fd00:1122:3344:101::d]:52504
1976 2024.10.22 17:00:48.028300 [ 266 ] {} <Debug> HTTP-Session: 65c238a2-057f-4b24-a6c7-a3985b7286fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1977 2024.10.22 17:00:48.028317 [ 266 ] {} <Debug> HTTP-Session: 65c238a2-057f-4b24-a6c7-a3985b7286fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1978 2024.10.22 17:00:48.028361 [ 266 ] {} <Trace> HTTP-Session: 65c238a2-057f-4b24-a6c7-a3985b7286fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1979 2024.10.22 17:00:48.028558 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52504) 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)
1980 2024.10.22 17:00:48.028930 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1981 2024.10.22 17:00:48.028984 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <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
1982 2024.10.22 17:00:48.029314 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1983 2024.10.22 17:00:48.029381 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1984 2024.10.22 17:00:48.029528 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1985 2024.10.22 17:00:48.029638 [ 263 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1986 2024.10.22 17:00:48.029647 [ 259 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1987 2024.10.22 17:00:48.029754 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
1988 2024.10.22 17:00:48.029777 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
1989 2024.10.22 17:00:48.029858 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1990 2024.10.22 17:00:48.029879 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
1991 2024.10.22 17:00:48.029919 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <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'))"
1992 2024.10.22 17:00:48.029966 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <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'))"
1993 2024.10.22 17:00:48.031183 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002726 sec., 6603.081438004402 rows/sec., 270.11 KiB/sec.
1994 2024.10.22 17:00:48.031474 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Debug> DynamicQueryHandler: Done processing query
1995 2024.10.22 17:00:48.031499 [ 266 ] {e7f50052-d9a3-4a05-bb39-2030fa3b1962} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1996 2024.10.22 17:00:48.031516 [ 266 ] {} <Debug> HTTP-Session: 65c238a2-057f-4b24-a6c7-a3985b7286fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1997 2024.10.22 17:00:48.036633 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1998 2024.10.22 17:00:48.038504 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52938, User-Agent: (none), Length: 1091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1999 2024.10.22 17:00:48.038572 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2000 2024.10.22 17:00:48.038596 [ 266 ] {} <Debug> HTTP-Session: 01756ab7-a907-45db-89fc-c62ddc398e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:52938
2001 2024.10.22 17:00:48.038616 [ 266 ] {} <Debug> HTTP-Session: 01756ab7-a907-45db-89fc-c62ddc398e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2002 2024.10.22 17:00:48.038634 [ 266 ] {} <Debug> HTTP-Session: 01756ab7-a907-45db-89fc-c62ddc398e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2003 2024.10.22 17:00:48.038674 [ 266 ] {} <Trace> HTTP-Session: 01756ab7-a907-45db-89fc-c62ddc398e2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2004 2024.10.22 17:00:48.038906 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52938) 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)
2005 2024.10.22 17:00:48.039243 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2006 2024.10.22 17:00:48.039289 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <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
2007 2024.10.22 17:00:48.039582 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2008 2024.10.22 17:00:48.039650 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2009 2024.10.22 17:00:48.039793 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
2010 2024.10.22 17:00:48.039904 [ 264 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2011 2024.10.22 17:00:48.039906 [ 259 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2012 2024.10.22 17:00:48.040009 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
2013 2024.10.22 17:00:48.040032 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
2014 2024.10.22 17:00:48.040110 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2015 2024.10.22 17:00:48.040131 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 18 rows with 2 streams
2016 2024.10.22 17:00:48.040171 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <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'))"
2017 2024.10.22 17:00:48.040213 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <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'))"
2018 2024.10.22 17:00:48.041530 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002716 sec., 6627.39322533137 rows/sec., 271.11 KiB/sec.
2019 2024.10.22 17:00:48.041809 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Debug> DynamicQueryHandler: Done processing query
2020 2024.10.22 17:00:48.041833 [ 266 ] {ff42dd79-c556-4b8d-be6d-6b6e91ee79a1} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2021 2024.10.22 17:00:48.041850 [ 266 ] {} <Debug> HTTP-Session: 01756ab7-a907-45db-89fc-c62ddc398e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2022 2024.10.22 17:00:48.043983 [ 266 ] {} <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)
2023 2024.10.22 17:00:48.044068 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34378, User-Agent: (none), Length: 4614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2024 2024.10.22 17:00:48.044134 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2025 2024.10.22 17:00:48.044160 [ 261 ] {} <Debug> HTTP-Session: e6e4b95e-7e95-4f8f-866d-ad26d6abb5bc Authenticating user 'default' from [fd00:1122:3344:101::d]:34378
2026 2024.10.22 17:00:48.044179 [ 261 ] {} <Debug> HTTP-Session: e6e4b95e-7e95-4f8f-866d-ad26d6abb5bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2027 2024.10.22 17:00:48.044193 [ 261 ] {} <Debug> HTTP-Session: e6e4b95e-7e95-4f8f-866d-ad26d6abb5bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2028 2024.10.22 17:00:48.044230 [ 261 ] {} <Trace> HTTP-Session: e6e4b95e-7e95-4f8f-866d-ad26d6abb5bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2029 2024.10.22 17:00:48.044418 [ 261 ] {f1c5d743-b7a2-4b05-9eb1-296c86718daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34378) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
2030 2024.10.22 17:00:48.044470 [ 261 ] {f1c5d743-b7a2-4b05-9eb1-296c86718daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2031 2024.10.22 17:00:48.044677 [ 261 ] {f1c5d743-b7a2-4b05-9eb1-296c86718daf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2032 2024.10.22 17:00:48.045060 [ 261 ] {f1c5d743-b7a2-4b05-9eb1-296c86718daf} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2033 2024.10.22 17:00:48.045100 [ 261 ] {f1c5d743-b7a2-4b05-9eb1-296c86718daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2034 2024.10.22 17:00:48.045727 [ 261 ] {f1c5d743-b7a2-4b05-9eb1-296c86718daf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2035 2024.10.22 17:00:48.046259 [ 261 ] {f1c5d743-b7a2-4b05-9eb1-296c86718daf} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2036 2024.10.22 17:00:48.046424 [ 261 ] {f1c5d743-b7a2-4b05-9eb1-296c86718daf} <Debug> executeQuery: Read 13 rows, 2.51 KiB in 0.002057 sec., 6319.88332523092 rows/sec., 1.19 MiB/sec.
2037 2024.10.22 17:00:48.046602 [ 261 ] {f1c5d743-b7a2-4b05-9eb1-296c86718daf} <Debug> DynamicQueryHandler: Done processing query
2038 2024.10.22 17:00:48.046625 [ 261 ] {f1c5d743-b7a2-4b05-9eb1-296c86718daf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2039 2024.10.22 17:00:48.046641 [ 261 ] {} <Debug> HTTP-Session: e6e4b95e-7e95-4f8f-866d-ad26d6abb5bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2040 2024.10.22 17:00:48.046797 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34378, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2041 2024.10.22 17:00:48.046932 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61136, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2042 2024.10.22 17:00:48.046995 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2043 2024.10.22 17:00:48.047015 [ 266 ] {} <Debug> HTTP-Session: db91ae5b-9ba5-401b-be37-0081b627a35d Authenticating user 'default' from [fd00:1122:3344:101::d]:61136
2044 2024.10.22 17:00:48.047032 [ 266 ] {} <Debug> HTTP-Session: db91ae5b-9ba5-401b-be37-0081b627a35d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2045 2024.10.22 17:00:48.047046 [ 266 ] {} <Debug> HTTP-Session: db91ae5b-9ba5-401b-be37-0081b627a35d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2046 2024.10.22 17:00:48.047083 [ 266 ] {} <Trace> HTTP-Session: db91ae5b-9ba5-401b-be37-0081b627a35d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2047 2024.10.22 17:00:48.047205 [ 266 ] {91429ea3-e99a-4707-afe5-e1b7d7de2d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61136) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
2048 2024.10.22 17:00:48.047253 [ 266 ] {91429ea3-e99a-4707-afe5-e1b7d7de2d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
2049 2024.10.22 17:00:48.047523 [ 266 ] {91429ea3-e99a-4707-afe5-e1b7d7de2d23} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2050 2024.10.22 17:00:48.047927 [ 266 ] {91429ea3-e99a-4707-afe5-e1b7d7de2d23} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2051 2024.10.22 17:00:48.047962 [ 266 ] {91429ea3-e99a-4707-afe5-e1b7d7de2d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2052 2024.10.22 17:00:48.048470 [ 266 ] {91429ea3-e99a-4707-afe5-e1b7d7de2d23} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2053 2024.10.22 17:00:48.049122 [ 266 ] {91429ea3-e99a-4707-afe5-e1b7d7de2d23} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2054 2024.10.22 17:00:48.049253 [ 266 ] {91429ea3-e99a-4707-afe5-e1b7d7de2d23} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002091 sec., 5738.880918220947 rows/sec., 400.71 KiB/sec.
2055 2024.10.22 17:00:48.049527 [ 266 ] {91429ea3-e99a-4707-afe5-e1b7d7de2d23} <Debug> DynamicQueryHandler: Done processing query
2056 2024.10.22 17:00:48.049551 [ 266 ] {91429ea3-e99a-4707-afe5-e1b7d7de2d23} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2057 2024.10.22 17:00:48.049567 [ 266 ] {} <Debug> HTTP-Session: db91ae5b-9ba5-401b-be37-0081b627a35d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2058 2024.10.22 17:00:48.049733 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2059 2024.10.22 17:00:48.049845 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54995, User-Agent: (none), Length: 32444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2060 2024.10.22 17:00:48.049921 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2061 2024.10.22 17:00:48.049945 [ 261 ] {} <Debug> HTTP-Session: d05a0e91-4399-4a94-a0de-2738dba95db5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54995
2062 2024.10.22 17:00:48.049964 [ 261 ] {} <Debug> HTTP-Session: d05a0e91-4399-4a94-a0de-2738dba95db5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2063 2024.10.22 17:00:48.049981 [ 261 ] {} <Debug> HTTP-Session: d05a0e91-4399-4a94-a0de-2738dba95db5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2064 2024.10.22 17:00:48.050023 [ 261 ] {} <Trace> HTTP-Session: d05a0e91-4399-4a94-a0de-2738dba95db5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2065 2024.10.22 17:00:48.050209 [ 261 ] {9b686de9-1346-4db4-8f05-7781789a3d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54995) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2066 2024.10.22 17:00:48.050256 [ 261 ] {9b686de9-1346-4db4-8f05-7781789a3d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2067 2024.10.22 17:00:48.050518 [ 261 ] {9b686de9-1346-4db4-8f05-7781789a3d1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2068 2024.10.22 17:00:48.050977 [ 261 ] {9b686de9-1346-4db4-8f05-7781789a3d1a} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2069 2024.10.22 17:00:48.051013 [ 261 ] {9b686de9-1346-4db4-8f05-7781789a3d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2070 2024.10.22 17:00:48.051523 [ 261 ] {9b686de9-1346-4db4-8f05-7781789a3d1a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2071 2024.10.22 17:00:48.052157 [ 261 ] {9b686de9-1346-4db4-8f05-7781789a3d1a} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2072 2024.10.22 17:00:48.052330 [ 261 ] {9b686de9-1346-4db4-8f05-7781789a3d1a} <Debug> executeQuery: Read 217 rows, 19.28 KiB in 0.002196 sec., 98816.02914389799 rows/sec., 8.58 MiB/sec.
2073 2024.10.22 17:00:48.052517 [ 261 ] {9b686de9-1346-4db4-8f05-7781789a3d1a} <Debug> DynamicQueryHandler: Done processing query
2074 2024.10.22 17:00:48.052540 [ 261 ] {9b686de9-1346-4db4-8f05-7781789a3d1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2075 2024.10.22 17:00:48.052556 [ 261 ] {} <Debug> HTTP-Session: d05a0e91-4399-4a94-a0de-2738dba95db5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2076 2024.10.22 17:00:48.052735 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2077 2024.10.22 17:00:48.052795 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 1195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2078 2024.10.22 17:00:48.052877 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2079 2024.10.22 17:00:48.052905 [ 266 ] {} <Debug> HTTP-Session: e695d365-2c55-4a3b-b076-d5561df7a1ec Authenticating user 'default' from [fd00:1122:3344:101::d]:50454
2080 2024.10.22 17:00:48.052925 [ 266 ] {} <Debug> HTTP-Session: e695d365-2c55-4a3b-b076-d5561df7a1ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2081 2024.10.22 17:00:48.052942 [ 266 ] {} <Debug> HTTP-Session: e695d365-2c55-4a3b-b076-d5561df7a1ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2082 2024.10.22 17:00:48.052986 [ 266 ] {} <Trace> HTTP-Session: e695d365-2c55-4a3b-b076-d5561df7a1ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2083 2024.10.22 17:00:48.053113 [ 266 ] {ed3d74df-152d-40e5-9cbf-ca58f8f1d746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2084 2024.10.22 17:00:48.053167 [ 266 ] {ed3d74df-152d-40e5-9cbf-ca58f8f1d746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2085 2024.10.22 17:00:48.053423 [ 266 ] {ed3d74df-152d-40e5-9cbf-ca58f8f1d746} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2086 2024.10.22 17:00:48.054028 [ 266 ] {ed3d74df-152d-40e5-9cbf-ca58f8f1d746} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2087 2024.10.22 17:00:48.054062 [ 266 ] {ed3d74df-152d-40e5-9cbf-ca58f8f1d746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2088 2024.10.22 17:00:48.054569 [ 266 ] {ed3d74df-152d-40e5-9cbf-ca58f8f1d746} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2089 2024.10.22 17:00:48.055177 [ 266 ] {ed3d74df-152d-40e5-9cbf-ca58f8f1d746} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2090 2024.10.22 17:00:48.055329 [ 266 ] {ed3d74df-152d-40e5-9cbf-ca58f8f1d746} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002244 sec., 3565.0623885918003 rows/sec., 268.08 KiB/sec.
2091 2024.10.22 17:00:48.055606 [ 266 ] {ed3d74df-152d-40e5-9cbf-ca58f8f1d746} <Debug> DynamicQueryHandler: Done processing query
2092 2024.10.22 17:00:48.055629 [ 266 ] {ed3d74df-152d-40e5-9cbf-ca58f8f1d746} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
2093 2024.10.22 17:00:48.055645 [ 266 ] {} <Debug> HTTP-Session: e695d365-2c55-4a3b-b076-d5561df7a1ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2094 2024.10.22 17:00:48.055811 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2095 2024.10.22 17:00:48.055868 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59021, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2096 2024.10.22 17:00:48.055945 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2097 2024.10.22 17:00:48.055972 [ 261 ] {} <Debug> HTTP-Session: 6e86e0ae-9ffd-48b3-b51c-f3548b4a616d Authenticating user 'default' from [fd00:1122:3344:101::d]:59021
2098 2024.10.22 17:00:48.055992 [ 261 ] {} <Debug> HTTP-Session: 6e86e0ae-9ffd-48b3-b51c-f3548b4a616d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2099 2024.10.22 17:00:48.056009 [ 261 ] {} <Debug> HTTP-Session: 6e86e0ae-9ffd-48b3-b51c-f3548b4a616d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2100 2024.10.22 17:00:48.056050 [ 261 ] {} <Trace> HTTP-Session: 6e86e0ae-9ffd-48b3-b51c-f3548b4a616d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2101 2024.10.22 17:00:48.056186 [ 261 ] {969914a2-e414-4333-9217-32065dc4a2da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59021) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2102 2024.10.22 17:00:48.056230 [ 261 ] {969914a2-e414-4333-9217-32065dc4a2da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2103 2024.10.22 17:00:48.056524 [ 261 ] {969914a2-e414-4333-9217-32065dc4a2da} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2104 2024.10.22 17:00:48.056930 [ 261 ] {969914a2-e414-4333-9217-32065dc4a2da} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2105 2024.10.22 17:00:48.056966 [ 261 ] {969914a2-e414-4333-9217-32065dc4a2da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2106 2024.10.22 17:00:48.057449 [ 261 ] {969914a2-e414-4333-9217-32065dc4a2da} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2107 2024.10.22 17:00:48.058078 [ 261 ] {969914a2-e414-4333-9217-32065dc4a2da} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2108 2024.10.22 17:00:48.058232 [ 261 ] {969914a2-e414-4333-9217-32065dc4a2da} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.002091 sec., 10043.041606886658 rows/sec., 693.54 KiB/sec.
2109 2024.10.22 17:00:48.058412 [ 261 ] {969914a2-e414-4333-9217-32065dc4a2da} <Debug> DynamicQueryHandler: Done processing query
2110 2024.10.22 17:00:48.058435 [ 261 ] {969914a2-e414-4333-9217-32065dc4a2da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2111 2024.10.22 17:00:48.058450 [ 261 ] {} <Debug> HTTP-Session: 6e86e0ae-9ffd-48b3-b51c-f3548b4a616d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2112 2024.10.22 17:00:48.058593 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59021, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2113 2024.10.22 17:00:48.058742 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64193, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2114 2024.10.22 17:00:48.058803 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2115 2024.10.22 17:00:48.058822 [ 266 ] {} <Debug> HTTP-Session: b2869f9b-5681-4b11-a282-1599ce7e6eea Authenticating user 'default' from [fd00:1122:3344:101::d]:64193
2116 2024.10.22 17:00:48.058839 [ 266 ] {} <Debug> HTTP-Session: b2869f9b-5681-4b11-a282-1599ce7e6eea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2117 2024.10.22 17:00:48.058852 [ 266 ] {} <Debug> HTTP-Session: b2869f9b-5681-4b11-a282-1599ce7e6eea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2118 2024.10.22 17:00:48.058889 [ 266 ] {} <Trace> HTTP-Session: b2869f9b-5681-4b11-a282-1599ce7e6eea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2119 2024.10.22 17:00:48.058998 [ 266 ] {05f6b2d2-5433-4a60-b8aa-bb53150b419d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64193) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2120 2024.10.22 17:00:48.059044 [ 266 ] {05f6b2d2-5433-4a60-b8aa-bb53150b419d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2121 2024.10.22 17:00:48.059298 [ 266 ] {05f6b2d2-5433-4a60-b8aa-bb53150b419d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2122 2024.10.22 17:00:48.059637 [ 266 ] {05f6b2d2-5433-4a60-b8aa-bb53150b419d} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2123 2024.10.22 17:00:48.059674 [ 266 ] {05f6b2d2-5433-4a60-b8aa-bb53150b419d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2124 2024.10.22 17:00:48.060146 [ 266 ] {05f6b2d2-5433-4a60-b8aa-bb53150b419d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2125 2024.10.22 17:00:48.060813 [ 266 ] {05f6b2d2-5433-4a60-b8aa-bb53150b419d} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2126 2024.10.22 17:00:48.060969 [ 266 ] {05f6b2d2-5433-4a60-b8aa-bb53150b419d} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.002 sec., 6000 rows/sec., 369.14 KiB/sec.
2127 2024.10.22 17:00:48.061236 [ 266 ] {05f6b2d2-5433-4a60-b8aa-bb53150b419d} <Debug> DynamicQueryHandler: Done processing query
2128 2024.10.22 17:00:48.061260 [ 266 ] {05f6b2d2-5433-4a60-b8aa-bb53150b419d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2129 2024.10.22 17:00:48.061276 [ 266 ] {} <Debug> HTTP-Session: b2869f9b-5681-4b11-a282-1599ce7e6eea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2130 2024.10.22 17:00:48.061605 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2131 2024.10.22 17:00:48.061701 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34714, User-Agent: (none), Length: 63129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2132 2024.10.22 17:00:48.061768 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2133 2024.10.22 17:00:48.061791 [ 261 ] {} <Debug> HTTP-Session: 789b377a-e960-40bb-b61c-8c35e5cbabc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34714
2134 2024.10.22 17:00:48.061812 [ 261 ] {} <Debug> HTTP-Session: 789b377a-e960-40bb-b61c-8c35e5cbabc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2135 2024.10.22 17:00:48.061828 [ 261 ] {} <Debug> HTTP-Session: 789b377a-e960-40bb-b61c-8c35e5cbabc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2136 2024.10.22 17:00:48.061871 [ 261 ] {} <Trace> HTTP-Session: 789b377a-e960-40bb-b61c-8c35e5cbabc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2137 2024.10.22 17:00:48.062274 [ 261 ] {67c12ae1-a5c3-4b2f-ba08-103a652e6ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34714) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2138 2024.10.22 17:00:48.062320 [ 261 ] {67c12ae1-a5c3-4b2f-ba08-103a652e6ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2139 2024.10.22 17:00:48.062573 [ 261 ] {67c12ae1-a5c3-4b2f-ba08-103a652e6ea3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2140 2024.10.22 17:00:48.063125 [ 261 ] {67c12ae1-a5c3-4b2f-ba08-103a652e6ea3} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2141 2024.10.22 17:00:48.063162 [ 261 ] {67c12ae1-a5c3-4b2f-ba08-103a652e6ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2142 2024.10.22 17:00:48.063734 [ 261 ] {67c12ae1-a5c3-4b2f-ba08-103a652e6ea3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2143 2024.10.22 17:00:48.064334 [ 261 ] {67c12ae1-a5c3-4b2f-ba08-103a652e6ea3} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2144 2024.10.22 17:00:48.064517 [ 261 ] {67c12ae1-a5c3-4b2f-ba08-103a652e6ea3} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002494 sec., 156375.30072173214 rows/sec., 11.09 MiB/sec.
2145 2024.10.22 17:00:48.064821 [ 261 ] {67c12ae1-a5c3-4b2f-ba08-103a652e6ea3} <Debug> DynamicQueryHandler: Done processing query
2146 2024.10.22 17:00:48.064846 [ 261 ] {67c12ae1-a5c3-4b2f-ba08-103a652e6ea3} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
2147 2024.10.22 17:00:48.064861 [ 261 ] {} <Debug> HTTP-Session: 789b377a-e960-40bb-b61c-8c35e5cbabc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2148 2024.10.22 17:00:48.065046 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64193, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2149 2024.10.22 17:00:48.065059 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34714, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2150 2024.10.22 17:00:48.065130 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2151 2024.10.22 17:00:48.065168 [ 266 ] {} <Debug> HTTP-Session: 0b36a0fb-ac3d-4a42-9cc1-9157f673651b Authenticating user 'default' from [fd00:1122:3344:101::d]:64193
2152 2024.10.22 17:00:48.065190 [ 266 ] {} <Debug> HTTP-Session: 0b36a0fb-ac3d-4a42-9cc1-9157f673651b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2153 2024.10.22 17:00:48.065216 [ 266 ] {} <Debug> HTTP-Session: 0b36a0fb-ac3d-4a42-9cc1-9157f673651b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2154 2024.10.22 17:00:48.065262 [ 266 ] {} <Trace> HTTP-Session: 0b36a0fb-ac3d-4a42-9cc1-9157f673651b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2155 2024.10.22 17:00:48.065388 [ 266 ] {305584e3-cfaf-45ce-89d8-8372613c1e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64193) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2156 2024.10.22 17:00:48.065444 [ 266 ] {305584e3-cfaf-45ce-89d8-8372613c1e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2157 2024.10.22 17:00:48.065630 [ 266 ] {305584e3-cfaf-45ce-89d8-8372613c1e97} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2158 2024.10.22 17:00:48.065937 [ 266 ] {305584e3-cfaf-45ce-89d8-8372613c1e97} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2159 2024.10.22 17:00:48.065980 [ 266 ] {305584e3-cfaf-45ce-89d8-8372613c1e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2160 2024.10.22 17:00:48.066493 [ 266 ] {305584e3-cfaf-45ce-89d8-8372613c1e97} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2161 2024.10.22 17:00:48.067081 [ 266 ] {305584e3-cfaf-45ce-89d8-8372613c1e97} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2162 2024.10.22 17:00:48.067230 [ 266 ] {305584e3-cfaf-45ce-89d8-8372613c1e97} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001868 sec., 3211.9914346895075 rows/sec., 167.81 KiB/sec.
2163 2024.10.22 17:00:48.067475 [ 266 ] {305584e3-cfaf-45ce-89d8-8372613c1e97} <Debug> DynamicQueryHandler: Done processing query
2164 2024.10.22 17:00:48.067499 [ 266 ] {305584e3-cfaf-45ce-89d8-8372613c1e97} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2165 2024.10.22 17:00:48.067514 [ 266 ] {} <Debug> HTTP-Session: 0b36a0fb-ac3d-4a42-9cc1-9157f673651b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2166 2024.10.22 17:00:48.067803 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2167 2024.10.22 17:00:48.067921 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36461, User-Agent: (none), Length: 44558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2168 2024.10.22 17:00:48.067978 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2169 2024.10.22 17:00:48.067997 [ 261 ] {} <Debug> HTTP-Session: b1fdb314-9d99-4f2b-ac38-da8920aa6f88 Authenticating user 'default' from [fd00:1122:3344:101::d]:36461
2170 2024.10.22 17:00:48.068015 [ 261 ] {} <Debug> HTTP-Session: b1fdb314-9d99-4f2b-ac38-da8920aa6f88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2171 2024.10.22 17:00:48.068028 [ 261 ] {} <Debug> HTTP-Session: b1fdb314-9d99-4f2b-ac38-da8920aa6f88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2172 2024.10.22 17:00:48.068064 [ 261 ] {} <Trace> HTTP-Session: b1fdb314-9d99-4f2b-ac38-da8920aa6f88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2173 2024.10.22 17:00:48.068274 [ 261 ] {eb4a8121-0203-4829-a375-cf4edbff171c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36461) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2174 2024.10.22 17:00:48.068323 [ 261 ] {eb4a8121-0203-4829-a375-cf4edbff171c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2175 2024.10.22 17:00:48.068497 [ 261 ] {eb4a8121-0203-4829-a375-cf4edbff171c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2176 2024.10.22 17:00:48.068924 [ 261 ] {eb4a8121-0203-4829-a375-cf4edbff171c} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2177 2024.10.22 17:00:48.068959 [ 261 ] {eb4a8121-0203-4829-a375-cf4edbff171c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2178 2024.10.22 17:00:48.069464 [ 261 ] {eb4a8121-0203-4829-a375-cf4edbff171c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2179 2024.10.22 17:00:48.070121 [ 261 ] {eb4a8121-0203-4829-a375-cf4edbff171c} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2180 2024.10.22 17:00:48.070308 [ 261 ] {eb4a8121-0203-4829-a375-cf4edbff171c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002128 sec., 111372.18045112782 rows/sec., 7.46 MiB/sec.
2181 2024.10.22 17:00:48.070604 [ 261 ] {eb4a8121-0203-4829-a375-cf4edbff171c} <Debug> DynamicQueryHandler: Done processing query
2182 2024.10.22 17:00:48.070627 [ 261 ] {eb4a8121-0203-4829-a375-cf4edbff171c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2183 2024.10.22 17:00:48.070643 [ 261 ] {} <Debug> HTTP-Session: b1fdb314-9d99-4f2b-ac38-da8920aa6f88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2184 2024.10.22 17:00:48.070805 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64193, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2185 2024.10.22 17:00:48.070819 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2186 2024.10.22 17:00:48.070894 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2187 2024.10.22 17:00:48.070926 [ 266 ] {} <Debug> HTTP-Session: d09dd88e-5f7f-4051-9586-ff5ab5088b5c Authenticating user 'default' from [fd00:1122:3344:101::d]:64193
2188 2024.10.22 17:00:48.070944 [ 266 ] {} <Debug> HTTP-Session: d09dd88e-5f7f-4051-9586-ff5ab5088b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2189 2024.10.22 17:00:48.070973 [ 266 ] {} <Debug> HTTP-Session: d09dd88e-5f7f-4051-9586-ff5ab5088b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2190 2024.10.22 17:00:48.071012 [ 266 ] {} <Trace> HTTP-Session: d09dd88e-5f7f-4051-9586-ff5ab5088b5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2191 2024.10.22 17:00:48.071115 [ 266 ] {d2163d9f-009b-42b9-8952-f6e101243e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64193) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2192 2024.10.22 17:00:48.071184 [ 266 ] {d2163d9f-009b-42b9-8952-f6e101243e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2193 2024.10.22 17:00:48.071362 [ 266 ] {d2163d9f-009b-42b9-8952-f6e101243e8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2194 2024.10.22 17:00:48.071684 [ 266 ] {d2163d9f-009b-42b9-8952-f6e101243e8c} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2195 2024.10.22 17:00:48.071719 [ 266 ] {d2163d9f-009b-42b9-8952-f6e101243e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2196 2024.10.22 17:00:48.072788 [ 266 ] {d2163d9f-009b-42b9-8952-f6e101243e8c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2197 2024.10.22 17:00:48.073439 [ 266 ] {d2163d9f-009b-42b9-8952-f6e101243e8c} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2198 2024.10.22 17:00:48.073589 [ 266 ] {d2163d9f-009b-42b9-8952-f6e101243e8c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002491 sec., 401.4452027298274 rows/sec., 27.05 KiB/sec.
2199 2024.10.22 17:00:48.073754 [ 266 ] {d2163d9f-009b-42b9-8952-f6e101243e8c} <Debug> DynamicQueryHandler: Done processing query
2200 2024.10.22 17:00:48.073778 [ 266 ] {d2163d9f-009b-42b9-8952-f6e101243e8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2201 2024.10.22 17:00:48.073793 [ 266 ] {} <Debug> HTTP-Session: d09dd88e-5f7f-4051-9586-ff5ab5088b5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2202 2024.10.22 17:00:48.073954 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2203 2024.10.22 17:00:48.074044 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53531, User-Agent: (none), Length: 14003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2204 2024.10.22 17:00:48.074110 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2205 2024.10.22 17:00:48.074133 [ 261 ] {} <Debug> HTTP-Session: 0235449e-551c-4a9c-b645-51eeaf54b455 Authenticating user 'default' from [fd00:1122:3344:101::d]:53531
2206 2024.10.22 17:00:48.074154 [ 261 ] {} <Debug> HTTP-Session: 0235449e-551c-4a9c-b645-51eeaf54b455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2207 2024.10.22 17:00:48.074170 [ 261 ] {} <Debug> HTTP-Session: 0235449e-551c-4a9c-b645-51eeaf54b455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2208 2024.10.22 17:00:48.074213 [ 261 ] {} <Trace> HTTP-Session: 0235449e-551c-4a9c-b645-51eeaf54b455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2209 2024.10.22 17:00:48.074443 [ 261 ] {2d4357e8-b766-4e59-b765-1a6854b1b0bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53531) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2210 2024.10.22 17:00:48.074529 [ 261 ] {2d4357e8-b766-4e59-b765-1a6854b1b0bf} <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
2211 2024.10.22 17:00:48.075090 [ 261 ] {2d4357e8-b766-4e59-b765-1a6854b1b0bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2212 2024.10.22 17:00:48.075610 [ 261 ] {2d4357e8-b766-4e59-b765-1a6854b1b0bf} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2213 2024.10.22 17:00:48.075645 [ 261 ] {2d4357e8-b766-4e59-b765-1a6854b1b0bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2214 2024.10.22 17:00:48.078319 [ 261 ] {2d4357e8-b766-4e59-b765-1a6854b1b0bf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2215 2024.10.22 17:00:48.079106 [ 261 ] {2d4357e8-b766-4e59-b765-1a6854b1b0bf} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2216 2024.10.22 17:00:48.079305 [ 261 ] {2d4357e8-b766-4e59-b765-1a6854b1b0bf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005 sec., 1600 rows/sec., 2.87 MiB/sec.
2217 2024.10.22 17:00:48.079529 [ 261 ] {2d4357e8-b766-4e59-b765-1a6854b1b0bf} <Debug> DynamicQueryHandler: Done processing query
2218 2024.10.22 17:00:48.079553 [ 261 ] {2d4357e8-b766-4e59-b765-1a6854b1b0bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
2219 2024.10.22 17:00:48.079568 [ 261 ] {} <Debug> HTTP-Session: 0235449e-551c-4a9c-b645-51eeaf54b455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2220 2024.10.22 17:00:48.079772 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2221 2024.10.22 17:00:48.079787 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64193, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2222 2024.10.22 17:00:48.079876 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2223 2024.10.22 17:00:48.079913 [ 266 ] {} <Debug> HTTP-Session: 03e1921a-4998-4202-bfb6-c82f7365867d Authenticating user 'default' from [fd00:1122:3344:101::d]:64193
2224 2024.10.22 17:00:48.079939 [ 266 ] {} <Debug> HTTP-Session: 03e1921a-4998-4202-bfb6-c82f7365867d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2225 2024.10.22 17:00:48.079957 [ 266 ] {} <Debug> HTTP-Session: 03e1921a-4998-4202-bfb6-c82f7365867d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2226 2024.10.22 17:00:48.080001 [ 266 ] {} <Trace> HTTP-Session: 03e1921a-4998-4202-bfb6-c82f7365867d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2227 2024.10.22 17:00:48.080165 [ 266 ] {be12d0c2-4d43-4649-91db-dc99a4c8a537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64193) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2228 2024.10.22 17:00:48.080215 [ 266 ] {be12d0c2-4d43-4649-91db-dc99a4c8a537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2229 2024.10.22 17:00:48.080369 [ 266 ] {be12d0c2-4d43-4649-91db-dc99a4c8a537} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2230 2024.10.22 17:00:48.080672 [ 266 ] {be12d0c2-4d43-4649-91db-dc99a4c8a537} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2231 2024.10.22 17:00:48.080707 [ 266 ] {be12d0c2-4d43-4649-91db-dc99a4c8a537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2232 2024.10.22 17:00:48.081251 [ 266 ] {be12d0c2-4d43-4649-91db-dc99a4c8a537} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2233 2024.10.22 17:00:48.081913 [ 266 ] {be12d0c2-4d43-4649-91db-dc99a4c8a537} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2234 2024.10.22 17:00:48.082094 [ 266 ] {be12d0c2-4d43-4649-91db-dc99a4c8a537} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001983 sec., 41351.48764498235 rows/sec., 2.63 MiB/sec.
2235 2024.10.22 17:00:48.082360 [ 266 ] {be12d0c2-4d43-4649-91db-dc99a4c8a537} <Debug> DynamicQueryHandler: Done processing query
2236 2024.10.22 17:00:48.082385 [ 266 ] {be12d0c2-4d43-4649-91db-dc99a4c8a537} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2237 2024.10.22 17:00:48.082400 [ 266 ] {} <Debug> HTTP-Session: 03e1921a-4998-4202-bfb6-c82f7365867d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2238 2024.10.22 17:00:48.082721 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2239 2024.10.22 17:00:51.166815 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2240 2024.10.22 17:00:52.990186 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56796, User-Agent: (none), Length: 7802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2241 2024.10.22 17:00:52.990313 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2242 2024.10.22 17:00:52.990342 [ 266 ] {} <Debug> HTTP-Session: 36ba0717-f3ce-4fe3-9b94-3147d6fcd3a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56796
2243 2024.10.22 17:00:52.990370 [ 266 ] {} <Debug> HTTP-Session: 36ba0717-f3ce-4fe3-9b94-3147d6fcd3a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2244 2024.10.22 17:00:52.990388 [ 266 ] {} <Debug> HTTP-Session: 36ba0717-f3ce-4fe3-9b94-3147d6fcd3a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2245 2024.10.22 17:00:52.990444 [ 266 ] {} <Trace> HTTP-Session: 36ba0717-f3ce-4fe3-9b94-3147d6fcd3a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2246 2024.10.22 17:00:52.990650 [ 266 ] {7f3221ea-bb00-4926-9b65-318b085b1c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56796) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2247 2024.10.22 17:00:52.990723 [ 266 ] {7f3221ea-bb00-4926-9b65-318b085b1c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2248 2024.10.22 17:00:52.991100 [ 266 ] {7f3221ea-bb00-4926-9b65-318b085b1c67} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2249 2024.10.22 17:00:52.991577 [ 266 ] {7f3221ea-bb00-4926-9b65-318b085b1c67} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2250 2024.10.22 17:00:52.991617 [ 266 ] {7f3221ea-bb00-4926-9b65-318b085b1c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2251 2024.10.22 17:00:52.992131 [ 266 ] {7f3221ea-bb00-4926-9b65-318b085b1c67} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2252 2024.10.22 17:00:52.992772 [ 266 ] {7f3221ea-bb00-4926-9b65-318b085b1c67} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2253 2024.10.22 17:00:52.992909 [ 47 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2254 2024.10.22 17:00:52.992922 [ 266 ] {7f3221ea-bb00-4926-9b65-318b085b1c67} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002342 sec., 23911.187019641333 rows/sec., 1.83 MiB/sec.
2255 2024.10.22 17:00:52.992967 [ 47 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2256 2024.10.22 17:00:52.993009 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2257 2024.10.22 17:00:52.993232 [ 266 ] {7f3221ea-bb00-4926-9b65-318b085b1c67} <Debug> DynamicQueryHandler: Done processing query
2258 2024.10.22 17:00:52.993335 [ 266 ] {7f3221ea-bb00-4926-9b65-318b085b1c67} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2259 2024.10.22 17:00:52.993463 [ 266 ] {} <Debug> HTTP-Session: 36ba0717-f3ce-4fe3-9b94-3147d6fcd3a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2260 2024.10.22 17:00:52.993675 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
2261 2024.10.22 17:00:52.993868 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56796, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2262 2024.10.22 17:00:52.994021 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49819, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2263 2024.10.22 17:00:52.994233 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2264 2024.10.22 17:00:52.994262 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2265 2024.10.22 17:00:52.994274 [ 265 ] {} <Debug> HTTP-Session: 687b5b62-0ea1-49a9-8bcd-a81be7c12501 Authenticating user 'default' from [fd00:1122:3344:101::d]:49819
2266 2024.10.22 17:00:52.994357 [ 265 ] {} <Debug> HTTP-Session: 687b5b62-0ea1-49a9-8bcd-a81be7c12501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2267 2024.10.22 17:00:52.994379 [ 265 ] {} <Debug> HTTP-Session: 687b5b62-0ea1-49a9-8bcd-a81be7c12501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2268 2024.10.22 17:00:52.994420 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
2269 2024.10.22 17:00:52.994458 [ 265 ] {} <Trace> HTTP-Session: 687b5b62-0ea1-49a9-8bcd-a81be7c12501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2270 2024.10.22 17:00:52.994620 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part
2271 2024.10.22 17:00:52.995005 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part
2272 2024.10.22 17:00:52.994996 [ 265 ] {b2636bcb-4305-4ec0-b44b-c4fc9c1f83a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49819) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2273 2024.10.22 17:00:52.995216 [ 265 ] {b2636bcb-4305-4ec0-b44b-c4fc9c1f83a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2274 2024.10.22 17:00:52.995314 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
2275 2024.10.22 17:00:52.995649 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 217 rows starting from the beginning of the part
2276 2024.10.22 17:00:52.995875 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
2277 2024.10.22 17:00:52.996632 [ 265 ] {b2636bcb-4305-4ec0-b44b-c4fc9c1f83a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2278 2024.10.22 17:00:52.997670 [ 265 ] {b2636bcb-4305-4ec0-b44b-c4fc9c1f83a8} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2279 2024.10.22 17:00:52.997739 [ 265 ] {b2636bcb-4305-4ec0-b44b-c4fc9c1f83a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2280 2024.10.22 17:00:52.999112 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 393 rows, containing 5 columns (5 merged, 0 gathered) in 0.005971527 sec., 65812.31232815325 rows/sec., 5.66 MiB/sec.
2281 2024.10.22 17:00:52.999188 [ 265 ] {b2636bcb-4305-4ec0-b44b-c4fc9c1f83a8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2282 2024.10.22 17:00:52.999586 [ 189 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2283 2024.10.22 17:00:53.000089 [ 265 ] {b2636bcb-4305-4ec0-b44b-c4fc9c1f83a8} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2284 2024.10.22 17:00:53.000178 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.25 MiB, peak 154.37 MiB, free memory in arenas 0.00 B, will set to 146.04 MiB (RSS), difference: -8.21 MiB
2285 2024.10.22 17:00:53.000676 [ 47 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2286 2024.10.22 17:00:53.000817 [ 47 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2287 2024.10.22 17:00:53.000927 [ 265 ] {b2636bcb-4305-4ec0-b44b-c4fc9c1f83a8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006183 sec., 10350.962316027819 rows/sec., 827.31 KiB/sec.
2288 2024.10.22 17:00:53.000932 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2289 2024.10.22 17:00:53.001584 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
2290 2024.10.22 17:00:53.001683 [ 265 ] {b2636bcb-4305-4ec0-b44b-c4fc9c1f83a8} <Debug> DynamicQueryHandler: Done processing query
2291 2024.10.22 17:00:53.001748 [ 265 ] {b2636bcb-4305-4ec0-b44b-c4fc9c1f83a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2292 2024.10.22 17:00:53.001745 [ 189 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_6_1} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2293 2024.10.22 17:00:53.001810 [ 265 ] {} <Debug> HTTP-Session: 687b5b62-0ea1-49a9-8bcd-a81be7c12501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2294 2024.10.22 17:00:53.002045 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2295 2024.10.22 17:00:53.002058 [ 189 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_6_1} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2296 2024.10.22 17:00:53.002105 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
2297 2024.10.22 17:00:53.002294 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2298 2024.10.22 17:00:53.002442 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38029, User-Agent: (none), Length: 30547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2299 2024.10.22 17:00:53.002482 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2300 2024.10.22 17:00:53.002717 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2301 2024.10.22 17:00:53.002731 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
2302 2024.10.22 17:00:53.002814 [ 266 ] {} <Debug> HTTP-Session: c94ecbb5-473a-457b-b834-7d9e09f0eb60 Authenticating user 'default' from [fd00:1122:3344:101::d]:38029
2303 2024.10.22 17:00:53.002921 [ 266 ] {} <Debug> HTTP-Session: c94ecbb5-473a-457b-b834-7d9e09f0eb60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2304 2024.10.22 17:00:53.003013 [ 266 ] {} <Debug> HTTP-Session: c94ecbb5-473a-457b-b834-7d9e09f0eb60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2305 2024.10.22 17:00:53.003017 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part
2306 2024.10.22 17:00:53.003156 [ 266 ] {} <Trace> HTTP-Session: c94ecbb5-473a-457b-b834-7d9e09f0eb60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2307 2024.10.22 17:00:53.003277 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
2308 2024.10.22 17:00:53.003536 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part
2309 2024.10.22 17:00:53.003649 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
2310 2024.10.22 17:00:53.003800 [ 266 ] {8c4f161e-dfe6-4f91-a842-d66f9ac38ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38029) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2311 2024.10.22 17:00:53.004035 [ 266 ] {8c4f161e-dfe6-4f91-a842-d66f9ac38ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2312 2024.10.22 17:00:53.004694 [ 266 ] {8c4f161e-dfe6-4f91-a842-d66f9ac38ace} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2313 2024.10.22 17:00:53.005768 [ 266 ] {8c4f161e-dfe6-4f91-a842-d66f9ac38ace} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2314 2024.10.22 17:00:53.005839 [ 266 ] {8c4f161e-dfe6-4f91-a842-d66f9ac38ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2315 2024.10.22 17:00:53.006579 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 598 rows, containing 5 columns (5 merged, 0 gathered) in 0.005258921 sec., 113711.53892595078 rows/sec., 8.78 MiB/sec.
2316 2024.10.22 17:00:53.006994 [ 189 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2317 2024.10.22 17:00:53.007027 [ 266 ] {8c4f161e-dfe6-4f91-a842-d66f9ac38ace} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2318 2024.10.22 17:00:53.008418 [ 189 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_6_1} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2319 2024.10.22 17:00:53.008417 [ 266 ] {8c4f161e-dfe6-4f91-a842-d66f9ac38ace} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2320 2024.10.22 17:00:53.008587 [ 189 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_6_1} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2321 2024.10.22 17:00:53.008684 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2322 2024.10.22 17:00:53.008784 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2323 2024.10.22 17:00:53.008791 [ 266 ] {8c4f161e-dfe6-4f91-a842-d66f9ac38ace} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005309 sec., 30137.502354492368 rows/sec., 2.10 MiB/sec.
2324 2024.10.22 17:00:53.008836 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2325 2024.10.22 17:00:53.008848 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2326 2024.10.22 17:00:53.009392 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
2327 2024.10.22 17:00:53.009442 [ 266 ] {8c4f161e-dfe6-4f91-a842-d66f9ac38ace} <Debug> DynamicQueryHandler: Done processing query
2328 2024.10.22 17:00:53.009496 [ 266 ] {8c4f161e-dfe6-4f91-a842-d66f9ac38ace} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2329 2024.10.22 17:00:53.009540 [ 266 ] {} <Debug> HTTP-Session: c94ecbb5-473a-457b-b834-7d9e09f0eb60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2330 2024.10.22 17:00:53.009648 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2331 2024.10.22 17:00:53.009689 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
2332 2024.10.22 17:00:53.009810 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2333 2024.10.22 17:00:53.009946 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34770, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2334 2024.10.22 17:00:53.010075 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part
2335 2024.10.22 17:00:53.010155 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2336 2024.10.22 17:00:53.010226 [ 265 ] {} <Debug> HTTP-Session: 789e6ef7-268e-4c5f-881c-a9a2d6f0879e Authenticating user 'default' from [fd00:1122:3344:101::d]:34770
2337 2024.10.22 17:00:53.010303 [ 265 ] {} <Debug> HTTP-Session: 789e6ef7-268e-4c5f-881c-a9a2d6f0879e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2338 2024.10.22 17:00:53.010346 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 120 rows starting from the beginning of the part
2339 2024.10.22 17:00:53.010375 [ 265 ] {} <Debug> HTTP-Session: 789e6ef7-268e-4c5f-881c-a9a2d6f0879e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2340 2024.10.22 17:00:53.010554 [ 265 ] {} <Trace> HTTP-Session: 789e6ef7-268e-4c5f-881c-a9a2d6f0879e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2341 2024.10.22 17:00:53.010741 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part
2342 2024.10.22 17:00:53.011013 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part
2343 2024.10.22 17:00:53.011098 [ 265 ] {286a9a02-c39f-4e1c-8d96-ae3dec7fbb91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34770) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2344 2024.10.22 17:00:53.011330 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
2345 2024.10.22 17:00:53.011369 [ 265 ] {286a9a02-c39f-4e1c-8d96-ae3dec7fbb91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2346 2024.10.22 17:00:53.012121 [ 265 ] {286a9a02-c39f-4e1c-8d96-ae3dec7fbb91} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2347 2024.10.22 17:00:53.012957 [ 265 ] {286a9a02-c39f-4e1c-8d96-ae3dec7fbb91} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2348 2024.10.22 17:00:53.013033 [ 265 ] {286a9a02-c39f-4e1c-8d96-ae3dec7fbb91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2349 2024.10.22 17:00:53.014247 [ 265 ] {286a9a02-c39f-4e1c-8d96-ae3dec7fbb91} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2350 2024.10.22 17:00:53.014263 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 689 rows, containing 5 columns (5 merged, 0 gathered) in 0.0052526 sec., 131173.13330541065 rows/sec., 9.03 MiB/sec.
2351 2024.10.22 17:00:53.014705 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2352 2024.10.22 17:00:53.015122 [ 265 ] {286a9a02-c39f-4e1c-8d96-ae3dec7fbb91} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2353 2024.10.22 17:00:53.015413 [ 47 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2354 2024.10.22 17:00:53.015571 [ 47 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2355 2024.10.22 17:00:53.015644 [ 265 ] {286a9a02-c39f-4e1c-8d96-ae3dec7fbb91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004694 sec., 12782.275244993609 rows/sec., 882.11 KiB/sec.
2356 2024.10.22 17:00:53.015672 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2357 2024.10.22 17:00:53.016156 [ 201 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
2358 2024.10.22 17:00:53.016233 [ 265 ] {286a9a02-c39f-4e1c-8d96-ae3dec7fbb91} <Debug> DynamicQueryHandler: Done processing query
2359 2024.10.22 17:00:53.016291 [ 265 ] {286a9a02-c39f-4e1c-8d96-ae3dec7fbb91} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2360 2024.10.22 17:00:53.016376 [ 265 ] {} <Debug> HTTP-Session: 789e6ef7-268e-4c5f-881c-a9a2d6f0879e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2361 2024.10.22 17:00:53.016520 [ 201 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2362 2024.10.22 17:00:53.016564 [ 201 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
2363 2024.10.22 17:00:53.016765 [ 201 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part
2364 2024.10.22 17:00:53.016824 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2365 2024.10.22 17:00:53.016894 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2366 2024.10.22 17:00:53.017229 [ 265 ] {} <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):
2367 
2368 (version 23.8.7.1)
2369 2024.10.22 17:00:53.017305 [ 201 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part
2370 2024.10.22 17:00:53.017553 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2371 2024.10.22 17:00:53.017578 [ 201 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part
2372 2024.10.22 17:00:53.017876 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2373 2024.10.22 17:00:53.017897 [ 201 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part
2374 2024.10.22 17:00:53.018077 [ 201 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
2375 2024.10.22 17:00:53.019214 [ 195 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 4 columns (4 merged, 0 gathered) in 0.003378948 sec., 76355.12591492974 rows/sec., 5.02 MiB/sec.
2376 2024.10.22 17:00:53.019480 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2377 2024.10.22 17:00:53.020261 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_6_1} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2378 2024.10.22 17:00:53.020358 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_6_1} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2379 2024.10.22 17:00:53.020438 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
2380 2024.10.22 17:00:53.651741 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2381 2024.10.22 17:00:53.695126 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2382 2024.10.22 17:00:53.772940 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45188, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2383 2024.10.22 17:00:53.880776 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2384 2024.10.22 17:00:53.881097 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2385 2024.10.22 17:00:53.897445 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41083, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2386 2024.10.22 17:00:53.915772 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43552, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2387 2024.10.22 17:00:54.000149 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.08 MiB, peak 154.37 MiB, free memory in arenas 0.00 B, will set to 146.44 MiB (RSS), difference: 8.36 MiB
2388 2024.10.22 17:00:57.197633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 220
2389 2024.10.22 17:00:57.201220 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2390 2024.10.22 17:00:57.201269 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2391 2024.10.22 17:00:57.203096 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2392 2024.10.22 17:00:57.204471 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2393 2024.10.22 17:00:57.205036 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 220
2394 2024.10.22 17:00:57.995413 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49585, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2395 2024.10.22 17:00:57.995531 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2396 2024.10.22 17:00:57.995566 [ 265 ] {} <Debug> HTTP-Session: 227f8a56-ceaa-4549-8884-c967b49ca257 Authenticating user 'default' from [fd00:1122:3344:101::d]:49585
2397 2024.10.22 17:00:57.995598 [ 265 ] {} <Debug> HTTP-Session: 227f8a56-ceaa-4549-8884-c967b49ca257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2398 2024.10.22 17:00:57.995620 [ 265 ] {} <Debug> HTTP-Session: 227f8a56-ceaa-4549-8884-c967b49ca257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2399 2024.10.22 17:00:57.995684 [ 265 ] {} <Trace> HTTP-Session: 227f8a56-ceaa-4549-8884-c967b49ca257 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2400 2024.10.22 17:00:57.995910 [ 265 ] {dadadf40-eea8-45c0-b370-11f0fee325b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49585) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
2401 2024.10.22 17:00:57.995994 [ 265 ] {dadadf40-eea8-45c0-b370-11f0fee325b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
2402 2024.10.22 17:00:57.996437 [ 265 ] {dadadf40-eea8-45c0-b370-11f0fee325b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2403 2024.10.22 17:00:57.996935 [ 265 ] {dadadf40-eea8-45c0-b370-11f0fee325b6} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2404 2024.10.22 17:00:57.996980 [ 265 ] {dadadf40-eea8-45c0-b370-11f0fee325b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2405 2024.10.22 17:00:57.997550 [ 265 ] {dadadf40-eea8-45c0-b370-11f0fee325b6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2406 2024.10.22 17:00:57.998245 [ 265 ] {dadadf40-eea8-45c0-b370-11f0fee325b6} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2407 2024.10.22 17:00:57.998444 [ 265 ] {dadadf40-eea8-45c0-b370-11f0fee325b6} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002597 sec., 4620.716211012707 rows/sec., 322.64 KiB/sec.
2408 2024.10.22 17:00:57.998814 [ 265 ] {dadadf40-eea8-45c0-b370-11f0fee325b6} <Debug> DynamicQueryHandler: Done processing query
2409 2024.10.22 17:00:57.998842 [ 265 ] {dadadf40-eea8-45c0-b370-11f0fee325b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2410 2024.10.22 17:00:57.998858 [ 265 ] {} <Debug> HTTP-Session: 227f8a56-ceaa-4549-8884-c967b49ca257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2411 2024.10.22 17:00:57.999138 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2412 2024.10.22 17:00:57.999406 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65008, User-Agent: (none), Length: 32444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2413 2024.10.22 17:00:57.999477 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2414 2024.10.22 17:00:57.999503 [ 261 ] {} <Debug> HTTP-Session: cf2a9cf9-3f13-4ed9-ada2-df1935e85c06 Authenticating user 'default' from [fd00:1122:3344:101::d]:65008
2415 2024.10.22 17:00:57.999524 [ 261 ] {} <Debug> HTTP-Session: cf2a9cf9-3f13-4ed9-ada2-df1935e85c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2416 2024.10.22 17:00:57.999541 [ 261 ] {} <Debug> HTTP-Session: cf2a9cf9-3f13-4ed9-ada2-df1935e85c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2417 2024.10.22 17:00:57.999584 [ 261 ] {} <Trace> HTTP-Session: cf2a9cf9-3f13-4ed9-ada2-df1935e85c06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2418 2024.10.22 17:00:57.999801 [ 261 ] {9e0c729a-b9e9-4943-ad36-4b40ed5fadd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65008) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2419 2024.10.22 17:00:57.999858 [ 261 ] {9e0c729a-b9e9-4943-ad36-4b40ed5fadd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2420 2024.10.22 17:00:58.000193 [ 261 ] {9e0c729a-b9e9-4943-ad36-4b40ed5fadd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2421 2024.10.22 17:00:58.000913 [ 261 ] {9e0c729a-b9e9-4943-ad36-4b40ed5fadd6} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2422 2024.10.22 17:00:58.000951 [ 261 ] {9e0c729a-b9e9-4943-ad36-4b40ed5fadd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2423 2024.10.22 17:00:58.001475 [ 261 ] {9e0c729a-b9e9-4943-ad36-4b40ed5fadd6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2424 2024.10.22 17:00:58.002116 [ 261 ] {9e0c729a-b9e9-4943-ad36-4b40ed5fadd6} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2425 2024.10.22 17:00:58.002275 [ 261 ] {9e0c729a-b9e9-4943-ad36-4b40ed5fadd6} <Debug> executeQuery: Read 217 rows, 19.28 KiB in 0.002571 sec., 84402.95604823026 rows/sec., 7.32 MiB/sec.
2426 2024.10.22 17:00:58.002619 [ 261 ] {9e0c729a-b9e9-4943-ad36-4b40ed5fadd6} <Debug> DynamicQueryHandler: Done processing query
2427 2024.10.22 17:00:58.002646 [ 261 ] {9e0c729a-b9e9-4943-ad36-4b40ed5fadd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2428 2024.10.22 17:00:58.002663 [ 261 ] {} <Debug> HTTP-Session: cf2a9cf9-3f13-4ed9-ada2-df1935e85c06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2429 2024.10.22 17:00:58.002872 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49585, User-Agent: (none), Length: 1195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2430 2024.10.22 17:00:58.002892 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2431 2024.10.22 17:00:58.002936 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2432 2024.10.22 17:00:58.002956 [ 265 ] {} <Debug> HTTP-Session: c7d9fbe1-b3fb-4d24-a072-c5254e90015a Authenticating user 'default' from [fd00:1122:3344:101::d]:49585
2433 2024.10.22 17:00:58.002977 [ 265 ] {} <Debug> HTTP-Session: c7d9fbe1-b3fb-4d24-a072-c5254e90015a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2434 2024.10.22 17:00:58.002993 [ 265 ] {} <Debug> HTTP-Session: c7d9fbe1-b3fb-4d24-a072-c5254e90015a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2435 2024.10.22 17:00:58.003026 [ 265 ] {} <Trace> HTTP-Session: c7d9fbe1-b3fb-4d24-a072-c5254e90015a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2436 2024.10.22 17:00:58.003136 [ 265 ] {ca9ed7de-f54e-4980-aef0-4cca0b26ea47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49585) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2437 2024.10.22 17:00:58.003183 [ 265 ] {ca9ed7de-f54e-4980-aef0-4cca0b26ea47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2438 2024.10.22 17:00:58.003446 [ 265 ] {ca9ed7de-f54e-4980-aef0-4cca0b26ea47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2439 2024.10.22 17:00:58.003785 [ 265 ] {ca9ed7de-f54e-4980-aef0-4cca0b26ea47} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2440 2024.10.22 17:00:58.003822 [ 265 ] {ca9ed7de-f54e-4980-aef0-4cca0b26ea47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2441 2024.10.22 17:00:58.004323 [ 265 ] {ca9ed7de-f54e-4980-aef0-4cca0b26ea47} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2442 2024.10.22 17:00:58.004958 [ 265 ] {ca9ed7de-f54e-4980-aef0-4cca0b26ea47} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2443 2024.10.22 17:00:58.005133 [ 265 ] {ca9ed7de-f54e-4980-aef0-4cca0b26ea47} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002014 sec., 3972.194637537239 rows/sec., 298.69 KiB/sec.
2444 2024.10.22 17:00:58.005463 [ 265 ] {ca9ed7de-f54e-4980-aef0-4cca0b26ea47} <Debug> DynamicQueryHandler: Done processing query
2445 2024.10.22 17:00:58.005489 [ 265 ] {ca9ed7de-f54e-4980-aef0-4cca0b26ea47} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2446 2024.10.22 17:00:58.005506 [ 265 ] {} <Debug> HTTP-Session: c7d9fbe1-b3fb-4d24-a072-c5254e90015a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2447 2024.10.22 17:00:58.005668 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2448 2024.10.22 17:00:58.005718 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39125, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2449 2024.10.22 17:00:58.005787 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2450 2024.10.22 17:00:58.005813 [ 261 ] {} <Debug> HTTP-Session: ffa1673f-0736-4106-a29b-125b9c49ccc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39125
2451 2024.10.22 17:00:58.005833 [ 261 ] {} <Debug> HTTP-Session: ffa1673f-0736-4106-a29b-125b9c49ccc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2452 2024.10.22 17:00:58.005847 [ 261 ] {} <Debug> HTTP-Session: ffa1673f-0736-4106-a29b-125b9c49ccc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2453 2024.10.22 17:00:58.005881 [ 261 ] {} <Trace> HTTP-Session: ffa1673f-0736-4106-a29b-125b9c49ccc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2454 2024.10.22 17:00:58.005999 [ 261 ] {1f2ad2eb-316c-4e03-890b-0f8d133fce7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39125) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2455 2024.10.22 17:00:58.006046 [ 261 ] {1f2ad2eb-316c-4e03-890b-0f8d133fce7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2456 2024.10.22 17:00:58.006307 [ 261 ] {1f2ad2eb-316c-4e03-890b-0f8d133fce7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2457 2024.10.22 17:00:58.006656 [ 261 ] {1f2ad2eb-316c-4e03-890b-0f8d133fce7c} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2458 2024.10.22 17:00:58.006693 [ 261 ] {1f2ad2eb-316c-4e03-890b-0f8d133fce7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2459 2024.10.22 17:00:58.007244 [ 261 ] {1f2ad2eb-316c-4e03-890b-0f8d133fce7c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2460 2024.10.22 17:00:58.007913 [ 261 ] {1f2ad2eb-316c-4e03-890b-0f8d133fce7c} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2461 2024.10.22 17:00:58.008076 [ 261 ] {1f2ad2eb-316c-4e03-890b-0f8d133fce7c} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.002107 sec., 9966.777408637874 rows/sec., 688.27 KiB/sec.
2462 2024.10.22 17:00:58.008395 [ 261 ] {1f2ad2eb-316c-4e03-890b-0f8d133fce7c} <Debug> DynamicQueryHandler: Done processing query
2463 2024.10.22 17:00:58.008420 [ 261 ] {1f2ad2eb-316c-4e03-890b-0f8d133fce7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2464 2024.10.22 17:00:58.008436 [ 261 ] {} <Debug> HTTP-Session: ffa1673f-0736-4106-a29b-125b9c49ccc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2465 2024.10.22 17:00:58.008585 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39125, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2466 2024.10.22 17:00:58.008651 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43975, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2467 2024.10.22 17:00:58.008704 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2468 2024.10.22 17:00:58.008730 [ 265 ] {} <Debug> HTTP-Session: d87b5e45-dc63-4ea7-8185-cab12242ef3b Authenticating user 'default' from [fd00:1122:3344:101::d]:43975
2469 2024.10.22 17:00:58.008748 [ 265 ] {} <Debug> HTTP-Session: d87b5e45-dc63-4ea7-8185-cab12242ef3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2470 2024.10.22 17:00:58.008763 [ 265 ] {} <Debug> HTTP-Session: d87b5e45-dc63-4ea7-8185-cab12242ef3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2471 2024.10.22 17:00:58.008794 [ 265 ] {} <Trace> HTTP-Session: d87b5e45-dc63-4ea7-8185-cab12242ef3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2472 2024.10.22 17:00:58.008977 [ 265 ] {d86bd1b3-8a6a-4562-a009-9ed45d165002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43975) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2473 2024.10.22 17:00:58.009019 [ 265 ] {d86bd1b3-8a6a-4562-a009-9ed45d165002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2474 2024.10.22 17:00:58.009266 [ 265 ] {d86bd1b3-8a6a-4562-a009-9ed45d165002} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2475 2024.10.22 17:00:58.009606 [ 265 ] {d86bd1b3-8a6a-4562-a009-9ed45d165002} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2476 2024.10.22 17:00:58.009642 [ 265 ] {d86bd1b3-8a6a-4562-a009-9ed45d165002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2477 2024.10.22 17:00:58.010110 [ 265 ] {d86bd1b3-8a6a-4562-a009-9ed45d165002} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2478 2024.10.22 17:00:58.010724 [ 265 ] {d86bd1b3-8a6a-4562-a009-9ed45d165002} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2479 2024.10.22 17:00:58.010880 [ 265 ] {d86bd1b3-8a6a-4562-a009-9ed45d165002} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001919 sec., 6253.256904637832 rows/sec., 384.72 KiB/sec.
2480 2024.10.22 17:00:58.011137 [ 265 ] {d86bd1b3-8a6a-4562-a009-9ed45d165002} <Debug> DynamicQueryHandler: Done processing query
2481 2024.10.22 17:00:58.011161 [ 265 ] {d86bd1b3-8a6a-4562-a009-9ed45d165002} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2482 2024.10.22 17:00:58.011177 [ 265 ] {} <Debug> HTTP-Session: d87b5e45-dc63-4ea7-8185-cab12242ef3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2483 2024.10.22 17:00:58.011430 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2484 2024.10.22 17:00:58.011583 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48356, User-Agent: (none), Length: 63129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2485 2024.10.22 17:00:58.011643 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2486 2024.10.22 17:00:58.011666 [ 261 ] {} <Debug> HTTP-Session: fc62101f-228e-4456-aee1-ad782e5c9e87 Authenticating user 'default' from [fd00:1122:3344:101::d]:48356
2487 2024.10.22 17:00:58.011686 [ 261 ] {} <Debug> HTTP-Session: fc62101f-228e-4456-aee1-ad782e5c9e87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2488 2024.10.22 17:00:58.011703 [ 261 ] {} <Debug> HTTP-Session: fc62101f-228e-4456-aee1-ad782e5c9e87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2489 2024.10.22 17:00:58.011743 [ 261 ] {} <Trace> HTTP-Session: fc62101f-228e-4456-aee1-ad782e5c9e87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2490 2024.10.22 17:00:58.012126 [ 261 ] {b3fb34eb-998e-4be3-8f0a-c03135048f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48356) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2491 2024.10.22 17:00:58.012179 [ 261 ] {b3fb34eb-998e-4be3-8f0a-c03135048f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2492 2024.10.22 17:00:58.012456 [ 261 ] {b3fb34eb-998e-4be3-8f0a-c03135048f16} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2493 2024.10.22 17:00:58.013005 [ 261 ] {b3fb34eb-998e-4be3-8f0a-c03135048f16} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2494 2024.10.22 17:00:58.013041 [ 261 ] {b3fb34eb-998e-4be3-8f0a-c03135048f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2495 2024.10.22 17:00:58.013523 [ 261 ] {b3fb34eb-998e-4be3-8f0a-c03135048f16} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2496 2024.10.22 17:00:58.014131 [ 261 ] {b3fb34eb-998e-4be3-8f0a-c03135048f16} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2497 2024.10.22 17:00:58.014274 [ 261 ] {b3fb34eb-998e-4be3-8f0a-c03135048f16} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002411 sec., 161758.60638739113 rows/sec., 11.47 MiB/sec.
2498 2024.10.22 17:00:58.014439 [ 261 ] {b3fb34eb-998e-4be3-8f0a-c03135048f16} <Debug> DynamicQueryHandler: Done processing query
2499 2024.10.22 17:00:58.014464 [ 261 ] {b3fb34eb-998e-4be3-8f0a-c03135048f16} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
2500 2024.10.22 17:00:58.014479 [ 261 ] {} <Debug> HTTP-Session: fc62101f-228e-4456-aee1-ad782e5c9e87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2501 2024.10.22 17:00:58.014720 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43975, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2502 2024.10.22 17:00:58.014729 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48356, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2503 2024.10.22 17:00:58.014775 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2504 2024.10.22 17:00:58.014795 [ 265 ] {} <Debug> HTTP-Session: 36b19a1d-adcf-48b5-bcc8-2568d67d821d Authenticating user 'default' from [fd00:1122:3344:101::d]:43975
2505 2024.10.22 17:00:58.014815 [ 265 ] {} <Debug> HTTP-Session: 36b19a1d-adcf-48b5-bcc8-2568d67d821d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2506 2024.10.22 17:00:58.014830 [ 265 ] {} <Debug> HTTP-Session: 36b19a1d-adcf-48b5-bcc8-2568d67d821d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2507 2024.10.22 17:00:58.014860 [ 265 ] {} <Trace> HTTP-Session: 36b19a1d-adcf-48b5-bcc8-2568d67d821d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2508 2024.10.22 17:00:58.014960 [ 265 ] {edd1c349-a348-410b-a9c5-8bb386df0e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43975) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2509 2024.10.22 17:00:58.015003 [ 265 ] {edd1c349-a348-410b-a9c5-8bb386df0e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2510 2024.10.22 17:00:58.015130 [ 265 ] {edd1c349-a348-410b-a9c5-8bb386df0e93} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2511 2024.10.22 17:00:58.015456 [ 265 ] {edd1c349-a348-410b-a9c5-8bb386df0e93} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2512 2024.10.22 17:00:58.015493 [ 265 ] {edd1c349-a348-410b-a9c5-8bb386df0e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2513 2024.10.22 17:00:58.016012 [ 265 ] {edd1c349-a348-410b-a9c5-8bb386df0e93} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2514 2024.10.22 17:00:58.016698 [ 265 ] {edd1c349-a348-410b-a9c5-8bb386df0e93} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2515 2024.10.22 17:00:58.016872 [ 265 ] {edd1c349-a348-410b-a9c5-8bb386df0e93} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001931 sec., 3107.1983428275507 rows/sec., 162.34 KiB/sec.
2516 2024.10.22 17:00:58.017069 [ 265 ] {edd1c349-a348-410b-a9c5-8bb386df0e93} <Debug> DynamicQueryHandler: Done processing query
2517 2024.10.22 17:00:58.017099 [ 265 ] {edd1c349-a348-410b-a9c5-8bb386df0e93} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2518 2024.10.22 17:00:58.017118 [ 265 ] {} <Debug> HTTP-Session: 36b19a1d-adcf-48b5-bcc8-2568d67d821d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2519 2024.10.22 17:00:58.017306 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2520 2024.10.22 17:00:58.017399 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51298, User-Agent: (none), Length: 44558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2521 2024.10.22 17:00:58.017473 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2522 2024.10.22 17:00:58.017499 [ 261 ] {} <Debug> HTTP-Session: bc75e9f5-a289-41f4-b929-c5f25936a930 Authenticating user 'default' from [fd00:1122:3344:101::d]:51298
2523 2024.10.22 17:00:58.017520 [ 261 ] {} <Debug> HTTP-Session: bc75e9f5-a289-41f4-b929-c5f25936a930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2524 2024.10.22 17:00:58.017536 [ 261 ] {} <Debug> HTTP-Session: bc75e9f5-a289-41f4-b929-c5f25936a930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2525 2024.10.22 17:00:58.017575 [ 261 ] {} <Trace> HTTP-Session: bc75e9f5-a289-41f4-b929-c5f25936a930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2526 2024.10.22 17:00:58.017804 [ 261 ] {861de3e9-157a-4460-89ad-face50112873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51298) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2527 2024.10.22 17:00:58.017861 [ 261 ] {861de3e9-157a-4460-89ad-face50112873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2528 2024.10.22 17:00:58.018048 [ 261 ] {861de3e9-157a-4460-89ad-face50112873} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2529 2024.10.22 17:00:58.018522 [ 261 ] {861de3e9-157a-4460-89ad-face50112873} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2530 2024.10.22 17:00:58.018560 [ 261 ] {861de3e9-157a-4460-89ad-face50112873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2531 2024.10.22 17:00:58.019070 [ 261 ] {861de3e9-157a-4460-89ad-face50112873} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2532 2024.10.22 17:00:58.019682 [ 261 ] {861de3e9-157a-4460-89ad-face50112873} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2533 2024.10.22 17:00:58.019836 [ 261 ] {861de3e9-157a-4460-89ad-face50112873} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002134 sec., 111059.04404873477 rows/sec., 7.44 MiB/sec.
2534 2024.10.22 17:00:58.020029 [ 261 ] {861de3e9-157a-4460-89ad-face50112873} <Debug> DynamicQueryHandler: Done processing query
2535 2024.10.22 17:00:58.020054 [ 261 ] {861de3e9-157a-4460-89ad-face50112873} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2536 2024.10.22 17:00:58.020070 [ 261 ] {} <Debug> HTTP-Session: bc75e9f5-a289-41f4-b929-c5f25936a930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2537 2024.10.22 17:00:58.020213 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43975, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2538 2024.10.22 17:00:58.020259 [ 261 ] {} <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)
2539 2024.10.22 17:00:58.020272 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2540 2024.10.22 17:00:58.020302 [ 265 ] {} <Debug> HTTP-Session: e053dea8-afdf-41c5-8dbc-54f5a4fdf354 Authenticating user 'default' from [fd00:1122:3344:101::d]:43975
2541 2024.10.22 17:00:58.020323 [ 265 ] {} <Debug> HTTP-Session: e053dea8-afdf-41c5-8dbc-54f5a4fdf354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2542 2024.10.22 17:00:58.020342 [ 265 ] {} <Debug> HTTP-Session: e053dea8-afdf-41c5-8dbc-54f5a4fdf354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2543 2024.10.22 17:00:58.020381 [ 265 ] {} <Trace> HTTP-Session: e053dea8-afdf-41c5-8dbc-54f5a4fdf354 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2544 2024.10.22 17:00:58.020500 [ 265 ] {cca92064-d356-473d-a72c-fa7200262518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43975) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2545 2024.10.22 17:00:58.020554 [ 265 ] {cca92064-d356-473d-a72c-fa7200262518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2546 2024.10.22 17:00:58.020714 [ 265 ] {cca92064-d356-473d-a72c-fa7200262518} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2547 2024.10.22 17:00:58.021008 [ 265 ] {cca92064-d356-473d-a72c-fa7200262518} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2548 2024.10.22 17:00:58.021051 [ 265 ] {cca92064-d356-473d-a72c-fa7200262518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2549 2024.10.22 17:00:58.021577 [ 265 ] {cca92064-d356-473d-a72c-fa7200262518} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2550 2024.10.22 17:00:58.022237 [ 265 ] {cca92064-d356-473d-a72c-fa7200262518} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2551 2024.10.22 17:00:58.022388 [ 265 ] {cca92064-d356-473d-a72c-fa7200262518} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001916 sec., 521.9206680584551 rows/sec., 35.17 KiB/sec.
2552 2024.10.22 17:00:58.022654 [ 265 ] {cca92064-d356-473d-a72c-fa7200262518} <Debug> DynamicQueryHandler: Done processing query
2553 2024.10.22 17:00:58.022679 [ 265 ] {cca92064-d356-473d-a72c-fa7200262518} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2554 2024.10.22 17:00:58.022695 [ 265 ] {} <Debug> HTTP-Session: e053dea8-afdf-41c5-8dbc-54f5a4fdf354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2555 2024.10.22 17:00:58.022845 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2556 2024.10.22 17:00:58.022928 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35039, User-Agent: (none), Length: 14059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2557 2024.10.22 17:00:58.022985 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2558 2024.10.22 17:00:58.023005 [ 261 ] {} <Debug> HTTP-Session: 6c1119e1-0477-489f-a0c6-5263502bc30b Authenticating user 'default' from [fd00:1122:3344:101::d]:35039
2559 2024.10.22 17:00:58.023021 [ 261 ] {} <Debug> HTTP-Session: 6c1119e1-0477-489f-a0c6-5263502bc30b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2560 2024.10.22 17:00:58.023036 [ 261 ] {} <Debug> HTTP-Session: 6c1119e1-0477-489f-a0c6-5263502bc30b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2561 2024.10.22 17:00:58.023066 [ 261 ] {} <Trace> HTTP-Session: 6c1119e1-0477-489f-a0c6-5263502bc30b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2562 2024.10.22 17:00:58.023220 [ 261 ] {bc9e25cd-1678-4f83-aa67-bcb718c7daf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35039) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2563 2024.10.22 17:00:58.023291 [ 261 ] {bc9e25cd-1678-4f83-aa67-bcb718c7daf5} <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
2564 2024.10.22 17:00:58.023745 [ 261 ] {bc9e25cd-1678-4f83-aa67-bcb718c7daf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2565 2024.10.22 17:00:58.024224 [ 261 ] {bc9e25cd-1678-4f83-aa67-bcb718c7daf5} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2566 2024.10.22 17:00:58.024259 [ 261 ] {bc9e25cd-1678-4f83-aa67-bcb718c7daf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2567 2024.10.22 17:00:58.025006 [ 261 ] {bc9e25cd-1678-4f83-aa67-bcb718c7daf5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2568 2024.10.22 17:00:58.025851 [ 261 ] {bc9e25cd-1678-4f83-aa67-bcb718c7daf5} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2569 2024.10.22 17:00:58.026052 [ 261 ] {bc9e25cd-1678-4f83-aa67-bcb718c7daf5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002908 sec., 2751.031636863824 rows/sec., 4.93 MiB/sec.
2570 2024.10.22 17:00:58.026309 [ 261 ] {bc9e25cd-1678-4f83-aa67-bcb718c7daf5} <Debug> DynamicQueryHandler: Done processing query
2571 2024.10.22 17:00:58.026334 [ 261 ] {bc9e25cd-1678-4f83-aa67-bcb718c7daf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
2572 2024.10.22 17:00:58.026350 [ 261 ] {} <Debug> HTTP-Session: 6c1119e1-0477-489f-a0c6-5263502bc30b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2573 2024.10.22 17:00:58.026504 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43975, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2574 2024.10.22 17:00:58.026523 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2575 2024.10.22 17:00:58.026561 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2576 2024.10.22 17:00:58.026582 [ 265 ] {} <Debug> HTTP-Session: 6166cfc6-a9e6-42f3-be16-d6febaab70f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43975
2577 2024.10.22 17:00:58.026602 [ 265 ] {} <Debug> HTTP-Session: 6166cfc6-a9e6-42f3-be16-d6febaab70f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2578 2024.10.22 17:00:58.026615 [ 265 ] {} <Debug> HTTP-Session: 6166cfc6-a9e6-42f3-be16-d6febaab70f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2579 2024.10.22 17:00:58.026646 [ 265 ] {} <Trace> HTTP-Session: 6166cfc6-a9e6-42f3-be16-d6febaab70f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2580 2024.10.22 17:00:58.026773 [ 265 ] {5279e48d-c01b-4163-a1fb-a7af9aaed57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43975) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2581 2024.10.22 17:00:58.026815 [ 265 ] {5279e48d-c01b-4163-a1fb-a7af9aaed57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2582 2024.10.22 17:00:58.026942 [ 265 ] {5279e48d-c01b-4163-a1fb-a7af9aaed57f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2583 2024.10.22 17:00:58.027250 [ 265 ] {5279e48d-c01b-4163-a1fb-a7af9aaed57f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2584 2024.10.22 17:00:58.027285 [ 265 ] {5279e48d-c01b-4163-a1fb-a7af9aaed57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2585 2024.10.22 17:00:58.027762 [ 265 ] {5279e48d-c01b-4163-a1fb-a7af9aaed57f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2586 2024.10.22 17:00:58.028361 [ 265 ] {5279e48d-c01b-4163-a1fb-a7af9aaed57f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2587 2024.10.22 17:00:58.028523 [ 265 ] {5279e48d-c01b-4163-a1fb-a7af9aaed57f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001793 sec., 45733.407696597875 rows/sec., 2.90 MiB/sec.
2588 2024.10.22 17:00:58.028693 [ 265 ] {5279e48d-c01b-4163-a1fb-a7af9aaed57f} <Debug> DynamicQueryHandler: Done processing query
2589 2024.10.22 17:00:58.028719 [ 265 ] {5279e48d-c01b-4163-a1fb-a7af9aaed57f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2590 2024.10.22 17:00:58.028734 [ 265 ] {} <Debug> HTTP-Session: 6166cfc6-a9e6-42f3-be16-d6febaab70f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2591 2024.10.22 17:00:58.029186 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2592 2024.10.22 17:01:02.124407 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache
2593 2024.10.22 17:01:02.124494 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache
2594 2024.10.22 17:01:02.473594 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44352, User-Agent: (none), Length: 1133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2595 2024.10.22 17:01:02.473707 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2596 2024.10.22 17:01:02.473731 [ 265 ] {} <Debug> HTTP-Session: 130be155-e82c-4684-bc4e-562945c6ab3e Authenticating user 'default' from [fd00:1122:3344:101::d]:44352
2597 2024.10.22 17:01:02.473755 [ 265 ] {} <Debug> HTTP-Session: 130be155-e82c-4684-bc4e-562945c6ab3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2598 2024.10.22 17:01:02.473770 [ 265 ] {} <Debug> HTTP-Session: 130be155-e82c-4684-bc4e-562945c6ab3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2599 2024.10.22 17:01:02.473818 [ 265 ] {} <Trace> HTTP-Session: 130be155-e82c-4684-bc4e-562945c6ab3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2600 2024.10.22 17:01:02.474060 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44352) 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)
2601 2024.10.22 17:01:02.474450 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2602 2024.10.22 17:01:02.474500 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <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
2603 2024.10.22 17:01:02.474839 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2604 2024.10.22 17:01:02.474917 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2605 2024.10.22 17:01:02.475090 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
2606 2024.10.22 17:01:02.475271 [ 259 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2607 2024.10.22 17:01:02.475305 [ 271 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2608 2024.10.22 17:01:02.475277 [ 273 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2609 2024.10.22 17:01:02.475462 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
2610 2024.10.22 17:01:02.475489 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
2611 2024.10.22 17:01:02.475604 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2612 2024.10.22 17:01:02.475629 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 31 rows with 3 streams
2613 2024.10.22 17:01:02.475670 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <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'))"
2614 2024.10.22 17:01:02.475716 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <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'))"
2615 2024.10.22 17:01:02.475756 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <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'))"
2616 2024.10.22 17:01:02.477756 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003805 sec., 8147.174770039423 rows/sec., 307.47 KiB/sec.
2617 2024.10.22 17:01:02.478126 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Debug> DynamicQueryHandler: Done processing query
2618 2024.10.22 17:01:02.478155 [ 265 ] {bcd325e4-39ab-4dfc-9299-ac65e219f9d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
2619 2024.10.22 17:01:02.478172 [ 265 ] {} <Debug> HTTP-Session: 130be155-e82c-4684-bc4e-562945c6ab3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2620 2024.10.22 17:01:02.478556 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2621 2024.10.22 17:01:02.478649 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57642, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2622 2024.10.22 17:01:02.478713 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2623 2024.10.22 17:01:02.478735 [ 261 ] {} <Debug> HTTP-Session: 7c84a7aa-3a8b-453c-b7fb-d5ed9d985429 Authenticating user 'default' from [fd00:1122:3344:101::d]:57642
2624 2024.10.22 17:01:02.478754 [ 261 ] {} <Debug> HTTP-Session: 7c84a7aa-3a8b-453c-b7fb-d5ed9d985429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2625 2024.10.22 17:01:02.478769 [ 261 ] {} <Debug> HTTP-Session: 7c84a7aa-3a8b-453c-b7fb-d5ed9d985429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2626 2024.10.22 17:01:02.478803 [ 261 ] {} <Trace> HTTP-Session: 7c84a7aa-3a8b-453c-b7fb-d5ed9d985429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2627 2024.10.22 17:01:02.478973 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57642) 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)
2628 2024.10.22 17:01:02.479278 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2629 2024.10.22 17:01:02.479342 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <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
2630 2024.10.22 17:01:02.479652 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2631 2024.10.22 17:01:02.479719 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2632 2024.10.22 17:01:02.479862 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
2633 2024.10.22 17:01:02.479982 [ 277 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2634 2024.10.22 17:01:02.480017 [ 276 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2635 2024.10.22 17:01:02.480045 [ 275 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2636 2024.10.22 17:01:02.480180 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
2637 2024.10.22 17:01:02.480212 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
2638 2024.10.22 17:01:02.480322 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2639 2024.10.22 17:01:02.480344 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 31 rows with 3 streams
2640 2024.10.22 17:01:02.480384 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <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'))"
2641 2024.10.22 17:01:02.480427 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <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'))"
2642 2024.10.22 17:01:02.480466 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <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'))"
2643 2024.10.22 17:01:02.482172 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003281 sec., 9448.338921060653 rows/sec., 356.57 KiB/sec.
2644 2024.10.22 17:01:02.482519 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Debug> DynamicQueryHandler: Done processing query
2645 2024.10.22 17:01:02.482543 [ 261 ] {5fd34347-7139-4ef1-8ba7-dacb319e5168} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
2646 2024.10.22 17:01:02.482560 [ 261 ] {} <Debug> HTTP-Session: 7c84a7aa-3a8b-453c-b7fb-d5ed9d985429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2647 2024.10.22 17:01:02.482861 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2648 2024.10.22 17:01:02.482989 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58224, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2649 2024.10.22 17:01:02.483075 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2650 2024.10.22 17:01:02.483099 [ 268 ] {} <Debug> HTTP-Session: 721709b5-ceb2-4acc-9f94-3bc72bbad3a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58224
2651 2024.10.22 17:01:02.483123 [ 268 ] {} <Debug> HTTP-Session: 721709b5-ceb2-4acc-9f94-3bc72bbad3a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2652 2024.10.22 17:01:02.483138 [ 268 ] {} <Debug> HTTP-Session: 721709b5-ceb2-4acc-9f94-3bc72bbad3a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2653 2024.10.22 17:01:02.483189 [ 268 ] {} <Trace> HTTP-Session: 721709b5-ceb2-4acc-9f94-3bc72bbad3a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2654 2024.10.22 17:01:02.483429 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58224) 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)
2655 2024.10.22 17:01:02.483844 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2656 2024.10.22 17:01:02.483893 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <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
2657 2024.10.22 17:01:02.484251 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2658 2024.10.22 17:01:02.484338 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2659 2024.10.22 17:01:02.484517 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
2660 2024.10.22 17:01:02.484658 [ 259 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2661 2024.10.22 17:01:02.484681 [ 273 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2662 2024.10.22 17:01:02.484684 [ 272 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2663 2024.10.22 17:01:02.484808 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
2664 2024.10.22 17:01:02.484838 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
2665 2024.10.22 17:01:02.484958 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2666 2024.10.22 17:01:02.484983 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 31 rows with 3 streams
2667 2024.10.22 17:01:02.485029 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <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'))"
2668 2024.10.22 17:01:02.485079 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <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'))"
2669 2024.10.22 17:01:02.485126 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <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'))"
2670 2024.10.22 17:01:02.486899 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003584 sec., 8649.55357142857 rows/sec., 326.43 KiB/sec.
2671 2024.10.22 17:01:02.487313 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Debug> DynamicQueryHandler: Done processing query
2672 2024.10.22 17:01:02.487340 [ 268 ] {0484ed22-d194-43a2-af4f-92eeff5724b7} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
2673 2024.10.22 17:01:02.487358 [ 268 ] {} <Debug> HTTP-Session: 721709b5-ceb2-4acc-9f94-3bc72bbad3a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2674 2024.10.22 17:01:02.487637 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57642, User-Agent: (none), Length: 1230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2675 2024.10.22 17:01:02.487658 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58224, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2676 2024.10.22 17:01:02.487729 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2677 2024.10.22 17:01:02.487763 [ 261 ] {} <Debug> HTTP-Session: b1d50f19-e943-44d5-ac36-8c8b04c75f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:57642
2678 2024.10.22 17:01:02.487783 [ 261 ] {} <Debug> HTTP-Session: b1d50f19-e943-44d5-ac36-8c8b04c75f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2679 2024.10.22 17:01:02.487808 [ 261 ] {} <Debug> HTTP-Session: b1d50f19-e943-44d5-ac36-8c8b04c75f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2680 2024.10.22 17:01:02.487849 [ 261 ] {} <Trace> HTTP-Session: b1d50f19-e943-44d5-ac36-8c8b04c75f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2681 2024.10.22 17:01:02.488022 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57642) 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)
2682 2024.10.22 17:01:02.488354 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2683 2024.10.22 17:01:02.488401 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <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
2684 2024.10.22 17:01:02.488719 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2685 2024.10.22 17:01:02.488784 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2686 2024.10.22 17:01:02.488933 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2687 2024.10.22 17:01:02.489112 [ 273 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2688 2024.10.22 17:01:02.489115 [ 277 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2689 2024.10.22 17:01:02.489114 [ 276 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2690 2024.10.22 17:01:02.489266 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
2691 2024.10.22 17:01:02.489298 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
2692 2024.10.22 17:01:02.489400 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2693 2024.10.22 17:01:02.489422 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 31 rows with 3 streams
2694 2024.10.22 17:01:02.489463 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <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'))"
2695 2024.10.22 17:01:02.489510 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <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'))"
2696 2024.10.22 17:01:02.489554 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <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'))"
2697 2024.10.22 17:01:02.491511 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003576 sec., 8668.90380313199 rows/sec., 327.16 KiB/sec.
2698 2024.10.22 17:01:02.491846 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Debug> DynamicQueryHandler: Done processing query
2699 2024.10.22 17:01:02.491871 [ 261 ] {1f614019-33be-4cc7-ab71-544d3ce6b8d9} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
2700 2024.10.22 17:01:02.491888 [ 261 ] {} <Debug> HTTP-Session: b1d50f19-e943-44d5-ac36-8c8b04c75f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2701 2024.10.22 17:01:02.492128 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2702 2024.10.22 17:01:02.492220 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46312, User-Agent: (none), Length: 1265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2703 2024.10.22 17:01:02.492292 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2704 2024.10.22 17:01:02.492316 [ 268 ] {} <Debug> HTTP-Session: 47baa70d-90e4-4e12-8aa4-3ea1f7e5865c Authenticating user 'default' from [fd00:1122:3344:101::d]:46312
2705 2024.10.22 17:01:02.492336 [ 268 ] {} <Debug> HTTP-Session: 47baa70d-90e4-4e12-8aa4-3ea1f7e5865c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2706 2024.10.22 17:01:02.492351 [ 268 ] {} <Debug> HTTP-Session: 47baa70d-90e4-4e12-8aa4-3ea1f7e5865c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2707 2024.10.22 17:01:02.492392 [ 268 ] {} <Trace> HTTP-Session: 47baa70d-90e4-4e12-8aa4-3ea1f7e5865c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2708 2024.10.22 17:01:02.492583 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46312) 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)
2709 2024.10.22 17:01:02.492927 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2710 2024.10.22 17:01:02.492974 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <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
2711 2024.10.22 17:01:02.493299 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2712 2024.10.22 17:01:02.493368 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2713 2024.10.22 17:01:02.493523 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2714 2024.10.22 17:01:02.493594 [ 259 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2715 2024.10.22 17:01:02.493672 [ 271 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2716 2024.10.22 17:01:02.493694 [ 272 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2717 2024.10.22 17:01:02.493843 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
2718 2024.10.22 17:01:02.493876 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
2719 2024.10.22 17:01:02.493988 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2720 2024.10.22 17:01:02.494011 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 31 rows with 3 streams
2721 2024.10.22 17:01:02.494054 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <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'))"
2722 2024.10.22 17:01:02.494102 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <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'))"
2723 2024.10.22 17:01:02.494145 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <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'))"
2724 2024.10.22 17:01:02.495953 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003466 sec., 8944.027697634161 rows/sec., 337.54 KiB/sec.
2725 2024.10.22 17:01:02.496319 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Debug> DynamicQueryHandler: Done processing query
2726 2024.10.22 17:01:02.496345 [ 268 ] {2b2c8067-01d7-4c3c-b3fd-79d8dc376ec4} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
2727 2024.10.22 17:01:02.496362 [ 268 ] {} <Debug> HTTP-Session: 47baa70d-90e4-4e12-8aa4-3ea1f7e5865c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2728 2024.10.22 17:01:02.496685 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46312, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2729 2024.10.22 17:01:02.496749 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37758, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2730 2024.10.22 17:01:02.496824 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2731 2024.10.22 17:01:02.496856 [ 261 ] {} <Debug> HTTP-Session: b1cbf6b4-0db2-4a63-823f-0d2e61792f43 Authenticating user 'default' from [fd00:1122:3344:101::d]:37758
2732 2024.10.22 17:01:02.496877 [ 261 ] {} <Debug> HTTP-Session: b1cbf6b4-0db2-4a63-823f-0d2e61792f43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2733 2024.10.22 17:01:02.496891 [ 261 ] {} <Debug> HTTP-Session: b1cbf6b4-0db2-4a63-823f-0d2e61792f43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2734 2024.10.22 17:01:02.496929 [ 261 ] {} <Trace> HTTP-Session: b1cbf6b4-0db2-4a63-823f-0d2e61792f43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2735 2024.10.22 17:01:02.497100 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37758) 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)
2736 2024.10.22 17:01:02.497436 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2737 2024.10.22 17:01:02.497485 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <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
2738 2024.10.22 17:01:02.497810 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2739 2024.10.22 17:01:02.497877 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2740 2024.10.22 17:01:02.498023 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2741 2024.10.22 17:01:02.498101 [ 273 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2742 2024.10.22 17:01:02.498167 [ 259 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2743 2024.10.22 17:01:02.498190 [ 272 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2744 2024.10.22 17:01:02.498300 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
2745 2024.10.22 17:01:02.498329 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
2746 2024.10.22 17:01:02.498433 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2747 2024.10.22 17:01:02.498454 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 31 rows with 3 streams
2748 2024.10.22 17:01:02.498493 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <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'))"
2749 2024.10.22 17:01:02.498537 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <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'))"
2750 2024.10.22 17:01:02.498582 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <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'))"
2751 2024.10.22 17:01:02.500144 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003134 sec., 9891.512444160817 rows/sec., 373.30 KiB/sec.
2752 2024.10.22 17:01:02.500460 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Debug> DynamicQueryHandler: Done processing query
2753 2024.10.22 17:01:02.500484 [ 261 ] {755f3f65-4713-4af0-a08a-b61e18b102b8} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
2754 2024.10.22 17:01:02.500501 [ 261 ] {} <Debug> HTTP-Session: b1cbf6b4-0db2-4a63-823f-0d2e61792f43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2755 2024.10.22 17:01:02.505879 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2756 2024.10.22 17:01:02.590446 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35942, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2757 2024.10.22 17:01:02.590535 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2758 2024.10.22 17:01:02.590561 [ 261 ] {} <Debug> HTTP-Session: f5545931-9abf-449f-9e05-dc2969a9f1bc Authenticating user 'default' from [fd00:1122:3344:101::d]:35942
2759 2024.10.22 17:01:02.590585 [ 261 ] {} <Debug> HTTP-Session: f5545931-9abf-449f-9e05-dc2969a9f1bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2760 2024.10.22 17:01:02.590603 [ 261 ] {} <Debug> HTTP-Session: f5545931-9abf-449f-9e05-dc2969a9f1bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2761 2024.10.22 17:01:02.590647 [ 261 ] {} <Trace> HTTP-Session: f5545931-9abf-449f-9e05-dc2969a9f1bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2762 2024.10.22 17:01:02.590793 [ 261 ] {3d45b1fd-0d12-43ca-9b17-96503d838d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35942) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
2763 2024.10.22 17:01:02.590850 [ 261 ] {3d45b1fd-0d12-43ca-9b17-96503d838d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2764 2024.10.22 17:01:02.591055 [ 261 ] {3d45b1fd-0d12-43ca-9b17-96503d838d90} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2765 2024.10.22 17:01:02.591430 [ 261 ] {3d45b1fd-0d12-43ca-9b17-96503d838d90} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2766 2024.10.22 17:01:02.591470 [ 261 ] {3d45b1fd-0d12-43ca-9b17-96503d838d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2767 2024.10.22 17:01:02.591976 [ 261 ] {3d45b1fd-0d12-43ca-9b17-96503d838d90} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2768 2024.10.22 17:01:02.592292 [ 261 ] {3d45b1fd-0d12-43ca-9b17-96503d838d90} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2769 2024.10.22 17:01:02.592465 [ 261 ] {3d45b1fd-0d12-43ca-9b17-96503d838d90} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.00172 sec., 3488.3720930232557 rows/sec., 776.71 KiB/sec.
2770 2024.10.22 17:01:02.592717 [ 261 ] {3d45b1fd-0d12-43ca-9b17-96503d838d90} <Debug> DynamicQueryHandler: Done processing query
2771 2024.10.22 17:01:02.592742 [ 261 ] {3d45b1fd-0d12-43ca-9b17-96503d838d90} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2772 2024.10.22 17:01:02.592758 [ 261 ] {} <Debug> HTTP-Session: f5545931-9abf-449f-9e05-dc2969a9f1bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2773 2024.10.22 17:01:02.593533 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2774 2024.10.22 17:01:02.593725 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57117, User-Agent: (none), Length: 172841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2775 2024.10.22 17:01:02.593812 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2776 2024.10.22 17:01:02.593838 [ 268 ] {} <Debug> HTTP-Session: 7bf81d0b-ebef-4f09-9b85-12bdeef7b90c Authenticating user 'default' from [fd00:1122:3344:101::d]:57117
2777 2024.10.22 17:01:02.593862 [ 268 ] {} <Debug> HTTP-Session: 7bf81d0b-ebef-4f09-9b85-12bdeef7b90c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2778 2024.10.22 17:01:02.593880 [ 268 ] {} <Debug> HTTP-Session: 7bf81d0b-ebef-4f09-9b85-12bdeef7b90c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2779 2024.10.22 17:01:02.593931 [ 268 ] {} <Trace> HTTP-Session: 7bf81d0b-ebef-4f09-9b85-12bdeef7b90c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2780 2024.10.22 17:01:02.595329 [ 268 ] {1985a6af-18e4-4879-a499-199eded2a6a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57117) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2781 2024.10.22 17:01:02.595389 [ 268 ] {1985a6af-18e4-4879-a499-199eded2a6a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2782 2024.10.22 17:01:02.595692 [ 268 ] {1985a6af-18e4-4879-a499-199eded2a6a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2783 2024.10.22 17:01:02.597129 [ 268 ] {1985a6af-18e4-4879-a499-199eded2a6a0} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2784 2024.10.22 17:01:02.597168 [ 268 ] {1985a6af-18e4-4879-a499-199eded2a6a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2785 2024.10.22 17:01:02.597773 [ 268 ] {1985a6af-18e4-4879-a499-199eded2a6a0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2786 2024.10.22 17:01:02.598158 [ 268 ] {1985a6af-18e4-4879-a499-199eded2a6a0} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2787 2024.10.22 17:01:02.598296 [ 268 ] {1985a6af-18e4-4879-a499-199eded2a6a0} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.004088 sec., 292563.60078277887 rows/sec., 24.01 MiB/sec.
2788 2024.10.22 17:01:02.598484 [ 268 ] {1985a6af-18e4-4879-a499-199eded2a6a0} <Debug> DynamicQueryHandler: Done processing query
2789 2024.10.22 17:01:02.598510 [ 268 ] {1985a6af-18e4-4879-a499-199eded2a6a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB.
2790 2024.10.22 17:01:02.598527 [ 268 ] {} <Debug> HTTP-Session: 7bf81d0b-ebef-4f09-9b85-12bdeef7b90c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2791 2024.10.22 17:01:02.598773 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2792 2024.10.22 17:01:02.598839 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35942, User-Agent: (none), Length: 30474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2793 2024.10.22 17:01:02.598913 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2794 2024.10.22 17:01:02.598941 [ 261 ] {} <Debug> HTTP-Session: 9bad7264-99ec-4c4f-9c74-c82ac42b9266 Authenticating user 'default' from [fd00:1122:3344:101::d]:35942
2795 2024.10.22 17:01:02.598960 [ 261 ] {} <Debug> HTTP-Session: 9bad7264-99ec-4c4f-9c74-c82ac42b9266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2796 2024.10.22 17:01:02.598975 [ 261 ] {} <Debug> HTTP-Session: 9bad7264-99ec-4c4f-9c74-c82ac42b9266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2797 2024.10.22 17:01:02.599013 [ 261 ] {} <Trace> HTTP-Session: 9bad7264-99ec-4c4f-9c74-c82ac42b9266 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2798 2024.10.22 17:01:02.599245 [ 261 ] {7ff3b64a-15ed-4920-9899-adba2a377ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35942) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2799 2024.10.22 17:01:02.599294 [ 261 ] {7ff3b64a-15ed-4920-9899-adba2a377ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2800 2024.10.22 17:01:02.599564 [ 261 ] {7ff3b64a-15ed-4920-9899-adba2a377ca1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2801 2024.10.22 17:01:02.600013 [ 261 ] {7ff3b64a-15ed-4920-9899-adba2a377ca1} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2802 2024.10.22 17:01:02.600050 [ 261 ] {7ff3b64a-15ed-4920-9899-adba2a377ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2803 2024.10.22 17:01:02.600428 [ 261 ] {7ff3b64a-15ed-4920-9899-adba2a377ca1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2804 2024.10.22 17:01:02.600801 [ 261 ] {7ff3b64a-15ed-4920-9899-adba2a377ca1} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2805 2024.10.22 17:01:02.600959 [ 261 ] {7ff3b64a-15ed-4920-9899-adba2a377ca1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001854 sec., 122977.34627831716 rows/sec., 8.33 MiB/sec.
2806 2024.10.22 17:01:02.601261 [ 261 ] {7ff3b64a-15ed-4920-9899-adba2a377ca1} <Debug> DynamicQueryHandler: Done processing query
2807 2024.10.22 17:01:02.601284 [ 261 ] {7ff3b64a-15ed-4920-9899-adba2a377ca1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
2808 2024.10.22 17:01:02.601306 [ 261 ] {} <Debug> HTTP-Session: 9bad7264-99ec-4c4f-9c74-c82ac42b9266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2809 2024.10.22 17:01:02.601625 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2810 2024.10.22 17:01:02.601745 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36522, User-Agent: (none), Length: 85862, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2811 2024.10.22 17:01:02.601825 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2812 2024.10.22 17:01:02.601849 [ 268 ] {} <Debug> HTTP-Session: f8711659-e416-49d2-be09-d284def5b7e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36522
2813 2024.10.22 17:01:02.601871 [ 268 ] {} <Debug> HTTP-Session: f8711659-e416-49d2-be09-d284def5b7e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2814 2024.10.22 17:01:02.601888 [ 268 ] {} <Debug> HTTP-Session: f8711659-e416-49d2-be09-d284def5b7e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2815 2024.10.22 17:01:02.601933 [ 268 ] {} <Trace> HTTP-Session: f8711659-e416-49d2-be09-d284def5b7e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2816 2024.10.22 17:01:02.602351 [ 268 ] {65855c53-4b76-4ebc-b897-c37214c8982b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2817 2024.10.22 17:01:02.602406 [ 268 ] {65855c53-4b76-4ebc-b897-c37214c8982b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2818 2024.10.22 17:01:02.602715 [ 268 ] {65855c53-4b76-4ebc-b897-c37214c8982b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2819 2024.10.22 17:01:02.603395 [ 268 ] {65855c53-4b76-4ebc-b897-c37214c8982b} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2820 2024.10.22 17:01:02.603432 [ 268 ] {65855c53-4b76-4ebc-b897-c37214c8982b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2821 2024.10.22 17:01:02.603814 [ 268 ] {65855c53-4b76-4ebc-b897-c37214c8982b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2822 2024.10.22 17:01:02.604167 [ 268 ] {65855c53-4b76-4ebc-b897-c37214c8982b} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2823 2024.10.22 17:01:02.604300 [ 268 ] {65855c53-4b76-4ebc-b897-c37214c8982b} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.002227 sec., 233497.97934440954 rows/sec., 17.28 MiB/sec.
2824 2024.10.22 17:01:02.604469 [ 268 ] {65855c53-4b76-4ebc-b897-c37214c8982b} <Debug> DynamicQueryHandler: Done processing query
2825 2024.10.22 17:01:02.604494 [ 268 ] {65855c53-4b76-4ebc-b897-c37214c8982b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
2826 2024.10.22 17:01:02.604511 [ 268 ] {} <Debug> HTTP-Session: f8711659-e416-49d2-be09-d284def5b7e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2827 2024.10.22 17:01:02.605088 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36522, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2828 2024.10.22 17:01:02.605217 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62130, User-Agent: (none), Length: 470696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2829 2024.10.22 17:01:02.605292 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2830 2024.10.22 17:01:02.605321 [ 261 ] {} <Debug> HTTP-Session: 97287e3d-a457-42b8-877d-30abbe1b0d8e Authenticating user 'default' from [fd00:1122:3344:101::d]:62130
2831 2024.10.22 17:01:02.605349 [ 261 ] {} <Debug> HTTP-Session: 97287e3d-a457-42b8-877d-30abbe1b0d8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2832 2024.10.22 17:01:02.605371 [ 261 ] {} <Debug> HTTP-Session: 97287e3d-a457-42b8-877d-30abbe1b0d8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2833 2024.10.22 17:01:02.605424 [ 261 ] {} <Trace> HTTP-Session: 97287e3d-a457-42b8-877d-30abbe1b0d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2834 2024.10.22 17:01:02.606695 [ 261 ] {83f7f4e3-3e56-4273-9ff6-cd55f3bdf204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62130) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2835 2024.10.22 17:01:02.606749 [ 261 ] {83f7f4e3-3e56-4273-9ff6-cd55f3bdf204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2836 2024.10.22 17:01:02.606925 [ 261 ] {83f7f4e3-3e56-4273-9ff6-cd55f3bdf204} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2837 2024.10.22 17:01:02.608669 [ 261 ] {83f7f4e3-3e56-4273-9ff6-cd55f3bdf204} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2838 2024.10.22 17:01:02.608703 [ 261 ] {83f7f4e3-3e56-4273-9ff6-cd55f3bdf204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2839 2024.10.22 17:01:02.609371 [ 261 ] {83f7f4e3-3e56-4273-9ff6-cd55f3bdf204} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2840 2024.10.22 17:01:02.609720 [ 261 ] {83f7f4e3-3e56-4273-9ff6-cd55f3bdf204} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2841 2024.10.22 17:01:02.609851 [ 261 ] {83f7f4e3-3e56-4273-9ff6-cd55f3bdf204} <Debug> executeQuery: Read 2488 rows, 170.47 KiB in 0.003903 sec., 637458.3653599796 rows/sec., 42.65 MiB/sec.
2842 2024.10.22 17:01:02.610096 [ 261 ] {83f7f4e3-3e56-4273-9ff6-cd55f3bdf204} <Debug> DynamicQueryHandler: Done processing query
2843 2024.10.22 17:01:02.610119 [ 261 ] {83f7f4e3-3e56-4273-9ff6-cd55f3bdf204} <Debug> MemoryTracker: Peak memory usage (for query): 5.49 MiB.
2844 2024.10.22 17:01:02.610135 [ 261 ] {} <Debug> HTTP-Session: 97287e3d-a457-42b8-877d-30abbe1b0d8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2845 2024.10.22 17:01:02.610690 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62130, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2846 2024.10.22 17:01:02.610699 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36522, User-Agent: (none), Length: 7608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2847 2024.10.22 17:01:02.610792 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2848 2024.10.22 17:01:02.610813 [ 268 ] {} <Debug> HTTP-Session: 1d842205-2aaf-47d1-82db-fba1ccaf779d Authenticating user 'default' from [fd00:1122:3344:101::d]:36522
2849 2024.10.22 17:01:02.610840 [ 268 ] {} <Debug> HTTP-Session: 1d842205-2aaf-47d1-82db-fba1ccaf779d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2850 2024.10.22 17:01:02.610860 [ 268 ] {} <Debug> HTTP-Session: 1d842205-2aaf-47d1-82db-fba1ccaf779d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2851 2024.10.22 17:01:02.610899 [ 268 ] {} <Trace> HTTP-Session: 1d842205-2aaf-47d1-82db-fba1ccaf779d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2852 2024.10.22 17:01:02.611041 [ 268 ] {ef24290c-e121-4bb4-8159-9306b0c5dbce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2853 2024.10.22 17:01:02.611092 [ 268 ] {ef24290c-e121-4bb4-8159-9306b0c5dbce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2854 2024.10.22 17:01:02.611258 [ 268 ] {ef24290c-e121-4bb4-8159-9306b0c5dbce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2855 2024.10.22 17:01:02.611582 [ 268 ] {ef24290c-e121-4bb4-8159-9306b0c5dbce} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2856 2024.10.22 17:01:02.611618 [ 268 ] {ef24290c-e121-4bb4-8159-9306b0c5dbce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2857 2024.10.22 17:01:02.611993 [ 268 ] {ef24290c-e121-4bb4-8159-9306b0c5dbce} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2858 2024.10.22 17:01:02.612327 [ 268 ] {ef24290c-e121-4bb4-8159-9306b0c5dbce} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2859 2024.10.22 17:01:02.612486 [ 268 ] {ef24290c-e121-4bb4-8159-9306b0c5dbce} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001488 sec., 33602.15053763441 rows/sec., 2.26 MiB/sec.
2860 2024.10.22 17:01:02.612649 [ 268 ] {ef24290c-e121-4bb4-8159-9306b0c5dbce} <Debug> DynamicQueryHandler: Done processing query
2861 2024.10.22 17:01:02.612673 [ 268 ] {ef24290c-e121-4bb4-8159-9306b0c5dbce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2862 2024.10.22 17:01:02.612688 [ 268 ] {} <Debug> HTTP-Session: 1d842205-2aaf-47d1-82db-fba1ccaf779d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2863 2024.10.22 17:01:02.618672 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36522, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2864 2024.10.22 17:01:02.983169 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64613, User-Agent: (none), Length: 7222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2865 2024.10.22 17:01:02.983280 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2866 2024.10.22 17:01:02.983310 [ 261 ] {} <Debug> HTTP-Session: 069afbf4-31f7-47ab-b704-6119e803ddca Authenticating user 'default' from [fd00:1122:3344:101::d]:64613
2867 2024.10.22 17:01:02.983335 [ 261 ] {} <Debug> HTTP-Session: 069afbf4-31f7-47ab-b704-6119e803ddca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2868 2024.10.22 17:01:02.983349 [ 261 ] {} <Debug> HTTP-Session: 069afbf4-31f7-47ab-b704-6119e803ddca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2869 2024.10.22 17:01:02.983397 [ 261 ] {} <Trace> HTTP-Session: 069afbf4-31f7-47ab-b704-6119e803ddca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2870 2024.10.22 17:01:02.983584 [ 261 ] {00b1b7b3-6283-4b90-81c5-bfdf38e83527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64613) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2871 2024.10.22 17:01:02.983652 [ 261 ] {00b1b7b3-6283-4b90-81c5-bfdf38e83527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2872 2024.10.22 17:01:02.983972 [ 261 ] {00b1b7b3-6283-4b90-81c5-bfdf38e83527} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2873 2024.10.22 17:01:02.984395 [ 261 ] {00b1b7b3-6283-4b90-81c5-bfdf38e83527} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2874 2024.10.22 17:01:02.984438 [ 261 ] {00b1b7b3-6283-4b90-81c5-bfdf38e83527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2875 2024.10.22 17:01:02.984847 [ 261 ] {00b1b7b3-6283-4b90-81c5-bfdf38e83527} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2876 2024.10.22 17:01:02.985221 [ 261 ] {00b1b7b3-6283-4b90-81c5-bfdf38e83527} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2877 2024.10.22 17:01:02.985388 [ 261 ] {00b1b7b3-6283-4b90-81c5-bfdf38e83527} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.00186 sec., 27956.989247311827 rows/sec., 2.12 MiB/sec.
2878 2024.10.22 17:01:02.985581 [ 261 ] {00b1b7b3-6283-4b90-81c5-bfdf38e83527} <Debug> DynamicQueryHandler: Done processing query
2879 2024.10.22 17:01:02.985607 [ 261 ] {00b1b7b3-6283-4b90-81c5-bfdf38e83527} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2880 2024.10.22 17:01:02.985623 [ 261 ] {} <Debug> HTTP-Session: 069afbf4-31f7-47ab-b704-6119e803ddca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2881 2024.10.22 17:01:02.985841 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64613, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2882 2024.10.22 17:01:02.985924 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34082, User-Agent: (none), Length: 9520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2883 2024.10.22 17:01:02.986035 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2884 2024.10.22 17:01:02.986060 [ 268 ] {} <Debug> HTTP-Session: f47e6420-bd77-491c-9d0e-574a638a1a21 Authenticating user 'default' from [fd00:1122:3344:101::d]:34082
2885 2024.10.22 17:01:02.986084 [ 268 ] {} <Debug> HTTP-Session: f47e6420-bd77-491c-9d0e-574a638a1a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2886 2024.10.22 17:01:02.986100 [ 268 ] {} <Debug> HTTP-Session: f47e6420-bd77-491c-9d0e-574a638a1a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2887 2024.10.22 17:01:02.986151 [ 268 ] {} <Trace> HTTP-Session: f47e6420-bd77-491c-9d0e-574a638a1a21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2888 2024.10.22 17:01:02.986340 [ 268 ] {002d9df9-b4dd-4579-b0eb-75368311690b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34082) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2889 2024.10.22 17:01:02.986406 [ 268 ] {002d9df9-b4dd-4579-b0eb-75368311690b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2890 2024.10.22 17:01:02.986740 [ 268 ] {002d9df9-b4dd-4579-b0eb-75368311690b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2891 2024.10.22 17:01:02.987175 [ 268 ] {002d9df9-b4dd-4579-b0eb-75368311690b} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2892 2024.10.22 17:01:02.987218 [ 268 ] {002d9df9-b4dd-4579-b0eb-75368311690b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2893 2024.10.22 17:01:02.987625 [ 268 ] {002d9df9-b4dd-4579-b0eb-75368311690b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2894 2024.10.22 17:01:02.988008 [ 268 ] {002d9df9-b4dd-4579-b0eb-75368311690b} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2895 2024.10.22 17:01:02.988180 [ 268 ] {002d9df9-b4dd-4579-b0eb-75368311690b} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.31 MiB/sec.
2896 2024.10.22 17:01:02.988484 [ 268 ] {002d9df9-b4dd-4579-b0eb-75368311690b} <Debug> DynamicQueryHandler: Done processing query
2897 2024.10.22 17:01:02.988510 [ 268 ] {002d9df9-b4dd-4579-b0eb-75368311690b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
2898 2024.10.22 17:01:02.988527 [ 268 ] {} <Debug> HTTP-Session: f47e6420-bd77-491c-9d0e-574a638a1a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2899 2024.10.22 17:01:02.988729 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2900 2024.10.22 17:01:02.988831 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48260, User-Agent: (none), Length: 5772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2901 2024.10.22 17:01:02.988913 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2902 2024.10.22 17:01:02.988949 [ 261 ] {} <Debug> HTTP-Session: 19b02927-efa9-4236-8715-1160f05dfb64 Authenticating user 'default' from [fd00:1122:3344:101::d]:48260
2903 2024.10.22 17:01:02.988977 [ 261 ] {} <Debug> HTTP-Session: 19b02927-efa9-4236-8715-1160f05dfb64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2904 2024.10.22 17:01:02.988994 [ 261 ] {} <Debug> HTTP-Session: 19b02927-efa9-4236-8715-1160f05dfb64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2905 2024.10.22 17:01:02.989032 [ 261 ] {} <Trace> HTTP-Session: 19b02927-efa9-4236-8715-1160f05dfb64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2906 2024.10.22 17:01:02.989168 [ 261 ] {d7c8ff3e-fcc0-46ab-b588-0a7d11fae1f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48260) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2907 2024.10.22 17:01:02.989220 [ 261 ] {d7c8ff3e-fcc0-46ab-b588-0a7d11fae1f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2908 2024.10.22 17:01:02.989404 [ 261 ] {d7c8ff3e-fcc0-46ab-b588-0a7d11fae1f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2909 2024.10.22 17:01:02.989753 [ 261 ] {d7c8ff3e-fcc0-46ab-b588-0a7d11fae1f9} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2910 2024.10.22 17:01:02.989790 [ 261 ] {d7c8ff3e-fcc0-46ab-b588-0a7d11fae1f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2911 2024.10.22 17:01:02.990172 [ 261 ] {d7c8ff3e-fcc0-46ab-b588-0a7d11fae1f9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2912 2024.10.22 17:01:02.990522 [ 261 ] {d7c8ff3e-fcc0-46ab-b588-0a7d11fae1f9} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2913 2024.10.22 17:01:02.990674 [ 261 ] {d7c8ff3e-fcc0-46ab-b588-0a7d11fae1f9} <Debug> executeQuery: Read 30 rows, 2.13 KiB in 0.001538 sec., 19505.851755526655 rows/sec., 1.35 MiB/sec.
2914 2024.10.22 17:01:02.990843 [ 261 ] {d7c8ff3e-fcc0-46ab-b588-0a7d11fae1f9} <Debug> DynamicQueryHandler: Done processing query
2915 2024.10.22 17:01:02.990866 [ 261 ] {d7c8ff3e-fcc0-46ab-b588-0a7d11fae1f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2916 2024.10.22 17:01:02.990882 [ 261 ] {} <Debug> HTTP-Session: 19b02927-efa9-4236-8715-1160f05dfb64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2917 2024.10.22 17:01:02.991070 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34082, User-Agent: (none), Length: 1581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2918 2024.10.22 17:01:02.991082 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48260, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2919 2024.10.22 17:01:02.991156 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2920 2024.10.22 17:01:02.991188 [ 268 ] {} <Debug> HTTP-Session: 0b9dbacc-e1c4-4f85-9bfa-98ff0b8b0981 Authenticating user 'default' from [fd00:1122:3344:101::d]:34082
2921 2024.10.22 17:01:02.991207 [ 268 ] {} <Debug> HTTP-Session: 0b9dbacc-e1c4-4f85-9bfa-98ff0b8b0981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2922 2024.10.22 17:01:02.991228 [ 268 ] {} <Debug> HTTP-Session: 0b9dbacc-e1c4-4f85-9bfa-98ff0b8b0981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2923 2024.10.22 17:01:02.991275 [ 268 ] {} <Trace> HTTP-Session: 0b9dbacc-e1c4-4f85-9bfa-98ff0b8b0981 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2924 2024.10.22 17:01:02.991388 [ 268 ] {286b19cf-63d5-4eb4-b4e9-675121906b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34082) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2925 2024.10.22 17:01:02.991437 [ 268 ] {286b19cf-63d5-4eb4-b4e9-675121906b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2926 2024.10.22 17:01:02.991594 [ 268 ] {286b19cf-63d5-4eb4-b4e9-675121906b46} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2927 2024.10.22 17:01:02.991876 [ 268 ] {286b19cf-63d5-4eb4-b4e9-675121906b46} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2928 2024.10.22 17:01:02.991912 [ 268 ] {286b19cf-63d5-4eb4-b4e9-675121906b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2929 2024.10.22 17:01:02.992275 [ 268 ] {286b19cf-63d5-4eb4-b4e9-675121906b46} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2930 2024.10.22 17:01:02.992600 [ 268 ] {286b19cf-63d5-4eb4-b4e9-675121906b46} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2931 2024.10.22 17:01:02.992760 [ 268 ] {286b19cf-63d5-4eb4-b4e9-675121906b46} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.001401 sec., 7137.758743754462 rows/sec., 501.18 KiB/sec.
2932 2024.10.22 17:01:02.993066 [ 268 ] {286b19cf-63d5-4eb4-b4e9-675121906b46} <Debug> DynamicQueryHandler: Done processing query
2933 2024.10.22 17:01:02.993092 [ 268 ] {286b19cf-63d5-4eb4-b4e9-675121906b46} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2934 2024.10.22 17:01:02.993108 [ 268 ] {} <Debug> HTTP-Session: 0b9dbacc-e1c4-4f85-9bfa-98ff0b8b0981 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2935 2024.10.22 17:01:02.993243 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2936 2024.10.22 17:01:03.000136 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.52 MiB, peak 154.43 MiB, free memory in arenas 0.00 B, will set to 149.55 MiB (RSS), difference: 1.04 MiB
2937 2024.10.22 17:01:04.688116 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2938 2024.10.22 17:01:04.929209 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49570, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2939 2024.10.22 17:01:05.020149 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2940 2024.10.22 17:01:05.028444 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2941 2024.10.22 17:01:05.040812 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64188, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2942 2024.10.22 17:01:05.040835 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2943 2024.10.22 17:01:05.041104 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2944 2024.10.22 17:01:05.044376 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2945 2024.10.22 17:01:05.469676 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2946 2024.10.22 17:01:06.018163 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2947 2024.10.22 17:01:06.034510 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2948 2024.10.22 17:01:06.164866 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61676, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2949 2024.10.22 17:01:06.176260 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2950 2024.10.22 17:01:06.192566 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36663, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2951 2024.10.22 17:01:06.302044 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2952 2024.10.22 17:01:06.303284 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2953 2024.10.22 17:01:06.316606 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46781, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2954 2024.10.22 17:01:06.324981 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55503, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2955 2024.10.22 17:01:06.604631 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2956 2024.10.22 17:01:06.616216 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2957 2024.10.22 17:01:06.627665 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2958 2024.10.22 17:01:06.676149 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2959 2024.10.22 17:01:06.688451 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2960 2024.10.22 17:01:06.871390 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2961 2024.10.22 17:01:06.888754 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49122, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2962 2024.10.22 17:01:06.890098 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60886, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2963 2024.10.22 17:01:06.891496 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2964 2024.10.22 17:01:07.205464 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 274
2965 2024.10.22 17:01:07.208845 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2966 2024.10.22 17:01:07.208895 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2967 2024.10.22 17:01:07.210456 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2968 2024.10.22 17:01:07.211451 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2969 2024.10.22 17:01:07.212356 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 274
2970 2024.10.22 17:01:07.800557 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2971 2024.10.22 17:01:07.806939 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2972 2024.10.22 17:01:07.808216 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2973 2024.10.22 17:01:07.837518 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2974 2024.10.22 17:01:07.894884 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2975 2024.10.22 17:01:07.901194 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63216, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2976 2024.10.22 17:01:07.960431 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60570, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2977 2024.10.22 17:01:07.972868 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61648, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2978 2024.10.22 17:01:07.977174 [ 280 ] {} <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)
2979 2024.10.22 17:01:07.995102 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2980 2024.10.22 17:01:07.995206 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2981 2024.10.22 17:01:07.995234 [ 280 ] {} <Debug> HTTP-Session: c4fd2277-f474-4361-977e-5837eb7e15a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53103
2982 2024.10.22 17:01:07.995264 [ 280 ] {} <Debug> HTTP-Session: c4fd2277-f474-4361-977e-5837eb7e15a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2983 2024.10.22 17:01:07.995309 [ 280 ] {} <Debug> HTTP-Session: c4fd2277-f474-4361-977e-5837eb7e15a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2984 2024.10.22 17:01:07.995372 [ 280 ] {} <Trace> HTTP-Session: c4fd2277-f474-4361-977e-5837eb7e15a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2985 2024.10.22 17:01:07.995641 [ 280 ] {8626f3c2-1e9d-4b03-8fdd-1608935df26d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53103) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
2986 2024.10.22 17:01:07.995728 [ 280 ] {8626f3c2-1e9d-4b03-8fdd-1608935df26d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
2987 2024.10.22 17:01:07.996100 [ 280 ] {8626f3c2-1e9d-4b03-8fdd-1608935df26d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2988 2024.10.22 17:01:07.996555 [ 280 ] {8626f3c2-1e9d-4b03-8fdd-1608935df26d} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2989 2024.10.22 17:01:07.996601 [ 280 ] {8626f3c2-1e9d-4b03-8fdd-1608935df26d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
2990 2024.10.22 17:01:07.997074 [ 280 ] {8626f3c2-1e9d-4b03-8fdd-1608935df26d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2991 2024.10.22 17:01:07.997496 [ 280 ] {8626f3c2-1e9d-4b03-8fdd-1608935df26d} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2992 2024.10.22 17:01:07.997671 [ 280 ] {8626f3c2-1e9d-4b03-8fdd-1608935df26d} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002104 sec., 5703.42205323194 rows/sec., 398.24 KiB/sec.
2993 2024.10.22 17:01:07.997924 [ 280 ] {8626f3c2-1e9d-4b03-8fdd-1608935df26d} <Debug> DynamicQueryHandler: Done processing query
2994 2024.10.22 17:01:07.997953 [ 280 ] {8626f3c2-1e9d-4b03-8fdd-1608935df26d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2995 2024.10.22 17:01:07.997969 [ 280 ] {} <Debug> HTTP-Session: c4fd2277-f474-4361-977e-5837eb7e15a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2996 2024.10.22 17:01:07.998179 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2997 2024.10.22 17:01:07.998399 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34924, User-Agent: (none), Length: 32444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2998 2024.10.22 17:01:07.998477 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2999 2024.10.22 17:01:07.998502 [ 281 ] {} <Debug> HTTP-Session: 77062c4e-b88c-423c-863b-8feeb024aa52 Authenticating user 'default' from [fd00:1122:3344:101::d]:34924
3000 2024.10.22 17:01:07.998520 [ 281 ] {} <Debug> HTTP-Session: 77062c4e-b88c-423c-863b-8feeb024aa52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3001 2024.10.22 17:01:07.998535 [ 281 ] {} <Debug> HTTP-Session: 77062c4e-b88c-423c-863b-8feeb024aa52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3002 2024.10.22 17:01:07.998572 [ 281 ] {} <Trace> HTTP-Session: 77062c4e-b88c-423c-863b-8feeb024aa52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3003 2024.10.22 17:01:07.998812 [ 281 ] {33f13225-3474-4765-ae64-62533214db94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34924) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3004 2024.10.22 17:01:07.998870 [ 281 ] {33f13225-3474-4765-ae64-62533214db94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3005 2024.10.22 17:01:07.999123 [ 281 ] {33f13225-3474-4765-ae64-62533214db94} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3006 2024.10.22 17:01:07.999604 [ 281 ] {33f13225-3474-4765-ae64-62533214db94} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3007 2024.10.22 17:01:07.999644 [ 281 ] {33f13225-3474-4765-ae64-62533214db94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3008 2024.10.22 17:01:08.000089 [ 281 ] {33f13225-3474-4765-ae64-62533214db94} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3009 2024.10.22 17:01:08.000151 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.19 MiB, peak 155.19 MiB, free memory in arenas 0.00 B, will set to 149.77 MiB (RSS), difference: -5.42 MiB
3010 2024.10.22 17:01:08.000930 [ 281 ] {33f13225-3474-4765-ae64-62533214db94} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3011 2024.10.22 17:01:08.001106 [ 281 ] {33f13225-3474-4765-ae64-62533214db94} <Debug> executeQuery: Read 217 rows, 19.28 KiB in 0.002382 sec., 91099.91603694374 rows/sec., 7.91 MiB/sec.
3012 2024.10.22 17:01:08.001288 [ 281 ] {33f13225-3474-4765-ae64-62533214db94} <Debug> DynamicQueryHandler: Done processing query
3013 2024.10.22 17:01:08.001315 [ 281 ] {33f13225-3474-4765-ae64-62533214db94} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3014 2024.10.22 17:01:08.001332 [ 281 ] {} <Debug> HTTP-Session: 77062c4e-b88c-423c-863b-8feeb024aa52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3015 2024.10.22 17:01:08.001498 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3016 2024.10.22 17:01:08.001510 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Length: 1195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3017 2024.10.22 17:01:08.001572 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3018 2024.10.22 17:01:08.001594 [ 280 ] {} <Debug> HTTP-Session: 4ad9fd8e-1047-4418-9cdd-b1346e79308a Authenticating user 'default' from [fd00:1122:3344:101::d]:53103
3019 2024.10.22 17:01:08.001617 [ 280 ] {} <Debug> HTTP-Session: 4ad9fd8e-1047-4418-9cdd-b1346e79308a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3020 2024.10.22 17:01:08.001633 [ 280 ] {} <Debug> HTTP-Session: 4ad9fd8e-1047-4418-9cdd-b1346e79308a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3021 2024.10.22 17:01:08.001668 [ 280 ] {} <Trace> HTTP-Session: 4ad9fd8e-1047-4418-9cdd-b1346e79308a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3022 2024.10.22 17:01:08.001776 [ 280 ] {ad97ab65-356a-4ea4-aabf-bbeea3ec06bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53103) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3023 2024.10.22 17:01:08.001823 [ 280 ] {ad97ab65-356a-4ea4-aabf-bbeea3ec06bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3024 2024.10.22 17:01:08.002061 [ 280 ] {ad97ab65-356a-4ea4-aabf-bbeea3ec06bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3025 2024.10.22 17:01:08.002394 [ 280 ] {ad97ab65-356a-4ea4-aabf-bbeea3ec06bf} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3026 2024.10.22 17:01:08.002435 [ 280 ] {ad97ab65-356a-4ea4-aabf-bbeea3ec06bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3027 2024.10.22 17:01:08.002836 [ 280 ] {ad97ab65-356a-4ea4-aabf-bbeea3ec06bf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3028 2024.10.22 17:01:08.003253 [ 280 ] {ad97ab65-356a-4ea4-aabf-bbeea3ec06bf} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3029 2024.10.22 17:01:08.003423 [ 280 ] {ad97ab65-356a-4ea4-aabf-bbeea3ec06bf} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001667 sec., 4799.040191961608 rows/sec., 360.87 KiB/sec.
3030 2024.10.22 17:01:08.003619 [ 280 ] {ad97ab65-356a-4ea4-aabf-bbeea3ec06bf} <Debug> DynamicQueryHandler: Done processing query
3031 2024.10.22 17:01:08.003646 [ 280 ] {ad97ab65-356a-4ea4-aabf-bbeea3ec06bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3032 2024.10.22 17:01:08.003663 [ 280 ] {} <Debug> HTTP-Session: 4ad9fd8e-1047-4418-9cdd-b1346e79308a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3033 2024.10.22 17:01:08.003833 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3034 2024.10.22 17:01:08.003964 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51025, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3035 2024.10.22 17:01:08.004029 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3036 2024.10.22 17:01:08.004050 [ 281 ] {} <Debug> HTTP-Session: 0aec11e0-a33a-4910-b8ec-08d7bf695dc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51025
3037 2024.10.22 17:01:08.004067 [ 281 ] {} <Debug> HTTP-Session: 0aec11e0-a33a-4910-b8ec-08d7bf695dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3038 2024.10.22 17:01:08.004082 [ 281 ] {} <Debug> HTTP-Session: 0aec11e0-a33a-4910-b8ec-08d7bf695dc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3039 2024.10.22 17:01:08.004116 [ 281 ] {} <Trace> HTTP-Session: 0aec11e0-a33a-4910-b8ec-08d7bf695dc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3040 2024.10.22 17:01:08.004235 [ 281 ] {ee28756b-6146-41ad-a88d-446901386d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51025) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3041 2024.10.22 17:01:08.004287 [ 281 ] {ee28756b-6146-41ad-a88d-446901386d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3042 2024.10.22 17:01:08.004518 [ 281 ] {ee28756b-6146-41ad-a88d-446901386d5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3043 2024.10.22 17:01:08.004906 [ 281 ] {ee28756b-6146-41ad-a88d-446901386d5e} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3044 2024.10.22 17:01:08.004944 [ 281 ] {ee28756b-6146-41ad-a88d-446901386d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3045 2024.10.22 17:01:08.005331 [ 281 ] {ee28756b-6146-41ad-a88d-446901386d5e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3046 2024.10.22 17:01:08.005759 [ 281 ] {ee28756b-6146-41ad-a88d-446901386d5e} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3047 2024.10.22 17:01:08.005917 [ 281 ] {ee28756b-6146-41ad-a88d-446901386d5e} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001704 sec., 12323.94366197183 rows/sec., 851.05 KiB/sec.
3048 2024.10.22 17:01:08.006113 [ 281 ] {ee28756b-6146-41ad-a88d-446901386d5e} <Debug> DynamicQueryHandler: Done processing query
3049 2024.10.22 17:01:08.006139 [ 281 ] {ee28756b-6146-41ad-a88d-446901386d5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3050 2024.10.22 17:01:08.006155 [ 281 ] {} <Debug> HTTP-Session: 0aec11e0-a33a-4910-b8ec-08d7bf695dc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3051 2024.10.22 17:01:08.006319 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51025, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3052 2024.10.22 17:01:08.006332 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3053 2024.10.22 17:01:08.006396 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3054 2024.10.22 17:01:08.006425 [ 280 ] {} <Debug> HTTP-Session: 43b41c3e-cbce-48dd-b4fd-04a562ab8665 Authenticating user 'default' from [fd00:1122:3344:101::d]:53103
3055 2024.10.22 17:01:08.006445 [ 280 ] {} <Debug> HTTP-Session: 43b41c3e-cbce-48dd-b4fd-04a562ab8665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3056 2024.10.22 17:01:08.006460 [ 280 ] {} <Debug> HTTP-Session: 43b41c3e-cbce-48dd-b4fd-04a562ab8665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3057 2024.10.22 17:01:08.006494 [ 280 ] {} <Trace> HTTP-Session: 43b41c3e-cbce-48dd-b4fd-04a562ab8665 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3058 2024.10.22 17:01:08.006597 [ 280 ] {27163e1b-fd09-424d-9cd4-fa12fa924a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53103) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3059 2024.10.22 17:01:08.006641 [ 280 ] {27163e1b-fd09-424d-9cd4-fa12fa924a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3060 2024.10.22 17:01:08.006873 [ 280 ] {27163e1b-fd09-424d-9cd4-fa12fa924a8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3061 2024.10.22 17:01:08.007196 [ 280 ] {27163e1b-fd09-424d-9cd4-fa12fa924a8c} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3062 2024.10.22 17:01:08.007235 [ 280 ] {27163e1b-fd09-424d-9cd4-fa12fa924a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3063 2024.10.22 17:01:08.007596 [ 280 ] {27163e1b-fd09-424d-9cd4-fa12fa924a8c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3064 2024.10.22 17:01:08.007997 [ 280 ] {27163e1b-fd09-424d-9cd4-fa12fa924a8c} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3065 2024.10.22 17:01:08.008165 [ 280 ] {27163e1b-fd09-424d-9cd4-fa12fa924a8c} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001585 sec., 7570.977917981072 rows/sec., 465.79 KiB/sec.
3066 2024.10.22 17:01:08.008371 [ 280 ] {27163e1b-fd09-424d-9cd4-fa12fa924a8c} <Debug> DynamicQueryHandler: Done processing query
3067 2024.10.22 17:01:08.008397 [ 280 ] {27163e1b-fd09-424d-9cd4-fa12fa924a8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3068 2024.10.22 17:01:08.008413 [ 280 ] {} <Debug> HTTP-Session: 43b41c3e-cbce-48dd-b4fd-04a562ab8665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3069 2024.10.22 17:01:08.008627 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3070 2024.10.22 17:01:08.008826 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65268, User-Agent: (none), Length: 63129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3071 2024.10.22 17:01:08.008882 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3072 2024.10.22 17:01:08.008902 [ 281 ] {} <Debug> HTTP-Session: f3067694-9b37-441d-aa24-873f2bc7a23d Authenticating user 'default' from [fd00:1122:3344:101::d]:65268
3073 2024.10.22 17:01:08.008919 [ 281 ] {} <Debug> HTTP-Session: f3067694-9b37-441d-aa24-873f2bc7a23d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3074 2024.10.22 17:01:08.008933 [ 281 ] {} <Debug> HTTP-Session: f3067694-9b37-441d-aa24-873f2bc7a23d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3075 2024.10.22 17:01:08.008964 [ 281 ] {} <Trace> HTTP-Session: f3067694-9b37-441d-aa24-873f2bc7a23d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3076 2024.10.22 17:01:08.009172 [ 281 ] {601a6e66-02f8-4895-99db-76c53281dc9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65268) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3077 2024.10.22 17:01:08.009216 [ 281 ] {601a6e66-02f8-4895-99db-76c53281dc9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3078 2024.10.22 17:01:08.009441 [ 281 ] {601a6e66-02f8-4895-99db-76c53281dc9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3079 2024.10.22 17:01:08.010287 [ 281 ] {601a6e66-02f8-4895-99db-76c53281dc9e} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3080 2024.10.22 17:01:08.010332 [ 281 ] {601a6e66-02f8-4895-99db-76c53281dc9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3081 2024.10.22 17:01:08.010853 [ 281 ] {601a6e66-02f8-4895-99db-76c53281dc9e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3082 2024.10.22 17:01:08.011345 [ 281 ] {601a6e66-02f8-4895-99db-76c53281dc9e} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3083 2024.10.22 17:01:08.011537 [ 281 ] {601a6e66-02f8-4895-99db-76c53281dc9e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002469 sec., 157958.68772782505 rows/sec., 11.20 MiB/sec.
3084 2024.10.22 17:01:08.012460 [ 281 ] {601a6e66-02f8-4895-99db-76c53281dc9e} <Debug> DynamicQueryHandler: Done processing query
3085 2024.10.22 17:01:08.012486 [ 281 ] {601a6e66-02f8-4895-99db-76c53281dc9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
3086 2024.10.22 17:01:08.012506 [ 281 ] {} <Debug> HTTP-Session: f3067694-9b37-441d-aa24-873f2bc7a23d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3087 2024.10.22 17:01:08.012722 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3088 2024.10.22 17:01:08.012764 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3089 2024.10.22 17:01:08.012824 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3090 2024.10.22 17:01:08.012848 [ 280 ] {} <Debug> HTTP-Session: d4e257ee-4e0b-4a52-be10-b798c1c100f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53103
3091 2024.10.22 17:01:08.012867 [ 280 ] {} <Debug> HTTP-Session: d4e257ee-4e0b-4a52-be10-b798c1c100f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3092 2024.10.22 17:01:08.012886 [ 280 ] {} <Debug> HTTP-Session: d4e257ee-4e0b-4a52-be10-b798c1c100f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3093 2024.10.22 17:01:08.012918 [ 280 ] {} <Trace> HTTP-Session: d4e257ee-4e0b-4a52-be10-b798c1c100f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3094 2024.10.22 17:01:08.013021 [ 280 ] {25822894-87eb-4ed3-84c3-6e4a275878e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53103) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3095 2024.10.22 17:01:08.013068 [ 280 ] {25822894-87eb-4ed3-84c3-6e4a275878e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3096 2024.10.22 17:01:08.013198 [ 280 ] {25822894-87eb-4ed3-84c3-6e4a275878e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3097 2024.10.22 17:01:08.013540 [ 280 ] {25822894-87eb-4ed3-84c3-6e4a275878e2} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3098 2024.10.22 17:01:08.013579 [ 280 ] {25822894-87eb-4ed3-84c3-6e4a275878e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3099 2024.10.22 17:01:08.013947 [ 280 ] {25822894-87eb-4ed3-84c3-6e4a275878e2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3100 2024.10.22 17:01:08.014285 [ 280 ] {25822894-87eb-4ed3-84c3-6e4a275878e2} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3101 2024.10.22 17:01:08.014449 [ 280 ] {25822894-87eb-4ed3-84c3-6e4a275878e2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00144 sec., 4166.666666666666 rows/sec., 217.69 KiB/sec.
3102 2024.10.22 17:01:08.014661 [ 280 ] {25822894-87eb-4ed3-84c3-6e4a275878e2} <Debug> DynamicQueryHandler: Done processing query
3103 2024.10.22 17:01:08.014687 [ 280 ] {25822894-87eb-4ed3-84c3-6e4a275878e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3104 2024.10.22 17:01:08.014704 [ 280 ] {} <Debug> HTTP-Session: d4e257ee-4e0b-4a52-be10-b798c1c100f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3105 2024.10.22 17:01:08.014889 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3106 2024.10.22 17:01:08.015043 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56468, User-Agent: (none), Length: 44558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3107 2024.10.22 17:01:08.015094 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3108 2024.10.22 17:01:08.015115 [ 281 ] {} <Debug> HTTP-Session: a8e74745-08bc-4482-828c-f6cbfcca5b9c Authenticating user 'default' from [fd00:1122:3344:101::d]:56468
3109 2024.10.22 17:01:08.015133 [ 281 ] {} <Debug> HTTP-Session: a8e74745-08bc-4482-828c-f6cbfcca5b9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3110 2024.10.22 17:01:08.015147 [ 281 ] {} <Debug> HTTP-Session: a8e74745-08bc-4482-828c-f6cbfcca5b9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3111 2024.10.22 17:01:08.015179 [ 281 ] {} <Trace> HTTP-Session: a8e74745-08bc-4482-828c-f6cbfcca5b9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3112 2024.10.22 17:01:08.015374 [ 281 ] {84c1b688-a120-4a4d-bcfe-d2ef4ab7ae00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56468) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3113 2024.10.22 17:01:08.015423 [ 281 ] {84c1b688-a120-4a4d-bcfe-d2ef4ab7ae00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3114 2024.10.22 17:01:08.015568 [ 281 ] {84c1b688-a120-4a4d-bcfe-d2ef4ab7ae00} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3115 2024.10.22 17:01:08.016062 [ 281 ] {84c1b688-a120-4a4d-bcfe-d2ef4ab7ae00} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3116 2024.10.22 17:01:08.016098 [ 281 ] {84c1b688-a120-4a4d-bcfe-d2ef4ab7ae00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3117 2024.10.22 17:01:08.016507 [ 281 ] {84c1b688-a120-4a4d-bcfe-d2ef4ab7ae00} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3118 2024.10.22 17:01:08.016868 [ 281 ] {84c1b688-a120-4a4d-bcfe-d2ef4ab7ae00} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3119 2024.10.22 17:01:08.017003 [ 281 ] {84c1b688-a120-4a4d-bcfe-d2ef4ab7ae00} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001718 sec., 137951.10593713622 rows/sec., 9.25 MiB/sec.
3120 2024.10.22 17:01:08.017231 [ 281 ] {84c1b688-a120-4a4d-bcfe-d2ef4ab7ae00} <Debug> DynamicQueryHandler: Done processing query
3121 2024.10.22 17:01:08.017255 [ 281 ] {84c1b688-a120-4a4d-bcfe-d2ef4ab7ae00} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3122 2024.10.22 17:01:08.017273 [ 281 ] {} <Debug> HTTP-Session: a8e74745-08bc-4482-828c-f6cbfcca5b9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3123 2024.10.22 17:01:08.017405 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3124 2024.10.22 17:01:08.017431 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3125 2024.10.22 17:01:08.017472 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3126 2024.10.22 17:01:08.017493 [ 280 ] {} <Debug> HTTP-Session: 28267b6d-0ee3-4d65-8eb6-e213281bf5d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53103
3127 2024.10.22 17:01:08.017511 [ 280 ] {} <Debug> HTTP-Session: 28267b6d-0ee3-4d65-8eb6-e213281bf5d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3128 2024.10.22 17:01:08.017525 [ 280 ] {} <Debug> HTTP-Session: 28267b6d-0ee3-4d65-8eb6-e213281bf5d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3129 2024.10.22 17:01:08.017558 [ 280 ] {} <Trace> HTTP-Session: 28267b6d-0ee3-4d65-8eb6-e213281bf5d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3130 2024.10.22 17:01:08.017655 [ 280 ] {b9286901-63c5-4e36-95ca-398c1ee41128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53103) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3131 2024.10.22 17:01:08.017702 [ 280 ] {b9286901-63c5-4e36-95ca-398c1ee41128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3132 2024.10.22 17:01:08.017842 [ 280 ] {b9286901-63c5-4e36-95ca-398c1ee41128} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3133 2024.10.22 17:01:08.018122 [ 280 ] {b9286901-63c5-4e36-95ca-398c1ee41128} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3134 2024.10.22 17:01:08.018159 [ 280 ] {b9286901-63c5-4e36-95ca-398c1ee41128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3135 2024.10.22 17:01:08.018512 [ 280 ] {b9286901-63c5-4e36-95ca-398c1ee41128} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3136 2024.10.22 17:01:08.018841 [ 280 ] {b9286901-63c5-4e36-95ca-398c1ee41128} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3137 2024.10.22 17:01:08.018994 [ 280 ] {b9286901-63c5-4e36-95ca-398c1ee41128} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001352 sec., 739.6449704142012 rows/sec., 49.84 KiB/sec.
3138 2024.10.22 17:01:08.019203 [ 280 ] {b9286901-63c5-4e36-95ca-398c1ee41128} <Debug> DynamicQueryHandler: Done processing query
3139 2024.10.22 17:01:08.019229 [ 280 ] {b9286901-63c5-4e36-95ca-398c1ee41128} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3140 2024.10.22 17:01:08.019245 [ 280 ] {} <Debug> HTTP-Session: 28267b6d-0ee3-4d65-8eb6-e213281bf5d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3141 2024.10.22 17:01:08.019416 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3142 2024.10.22 17:01:08.019498 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58784, User-Agent: (none), Length: 14069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3143 2024.10.22 17:01:08.019550 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3144 2024.10.22 17:01:08.019570 [ 281 ] {} <Debug> HTTP-Session: 586f74fa-c285-48a3-b632-2940faaa7943 Authenticating user 'default' from [fd00:1122:3344:101::d]:58784
3145 2024.10.22 17:01:08.019588 [ 281 ] {} <Debug> HTTP-Session: 586f74fa-c285-48a3-b632-2940faaa7943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3146 2024.10.22 17:01:08.019602 [ 281 ] {} <Debug> HTTP-Session: 586f74fa-c285-48a3-b632-2940faaa7943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3147 2024.10.22 17:01:08.019632 [ 281 ] {} <Trace> HTTP-Session: 586f74fa-c285-48a3-b632-2940faaa7943 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3148 2024.10.22 17:01:08.019789 [ 281 ] {70b91a91-8827-4b27-a590-4bb82a2d491d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58784) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3149 2024.10.22 17:01:08.019855 [ 281 ] {70b91a91-8827-4b27-a590-4bb82a2d491d} <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
3150 2024.10.22 17:01:08.020287 [ 281 ] {70b91a91-8827-4b27-a590-4bb82a2d491d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3151 2024.10.22 17:01:08.020850 [ 281 ] {70b91a91-8827-4b27-a590-4bb82a2d491d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3152 2024.10.22 17:01:08.020886 [ 281 ] {70b91a91-8827-4b27-a590-4bb82a2d491d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3153 2024.10.22 17:01:08.021518 [ 281 ] {70b91a91-8827-4b27-a590-4bb82a2d491d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3154 2024.10.22 17:01:08.021960 [ 281 ] {70b91a91-8827-4b27-a590-4bb82a2d491d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3155 2024.10.22 17:01:08.022143 [ 281 ] {70b91a91-8827-4b27-a590-4bb82a2d491d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002435 sec., 3285.4209445585216 rows/sec., 5.89 MiB/sec.
3156 2024.10.22 17:01:08.022458 [ 281 ] {70b91a91-8827-4b27-a590-4bb82a2d491d} <Debug> DynamicQueryHandler: Done processing query
3157 2024.10.22 17:01:08.022482 [ 281 ] {70b91a91-8827-4b27-a590-4bb82a2d491d} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
3158 2024.10.22 17:01:08.022499 [ 281 ] {} <Debug> HTTP-Session: 586f74fa-c285-48a3-b632-2940faaa7943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3159 2024.10.22 17:01:08.022666 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3160 2024.10.22 17:01:08.022694 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3161 2024.10.22 17:01:08.022764 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3162 2024.10.22 17:01:08.022789 [ 280 ] {} <Debug> HTTP-Session: 4f8c805c-f604-4514-917d-5da49cf05105 Authenticating user 'default' from [fd00:1122:3344:101::d]:53103
3163 2024.10.22 17:01:08.022805 [ 280 ] {} <Debug> HTTP-Session: 4f8c805c-f604-4514-917d-5da49cf05105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3164 2024.10.22 17:01:08.022821 [ 280 ] {} <Debug> HTTP-Session: 4f8c805c-f604-4514-917d-5da49cf05105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3165 2024.10.22 17:01:08.022855 [ 280 ] {} <Trace> HTTP-Session: 4f8c805c-f604-4514-917d-5da49cf05105 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3166 2024.10.22 17:01:08.022978 [ 280 ] {ac3f1fc0-6cc0-4b32-9000-294dc6cb1b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53103) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3167 2024.10.22 17:01:08.023024 [ 280 ] {ac3f1fc0-6cc0-4b32-9000-294dc6cb1b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3168 2024.10.22 17:01:08.023152 [ 280 ] {ac3f1fc0-6cc0-4b32-9000-294dc6cb1b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3169 2024.10.22 17:01:08.023485 [ 280 ] {ac3f1fc0-6cc0-4b32-9000-294dc6cb1b38} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3170 2024.10.22 17:01:08.023523 [ 280 ] {ac3f1fc0-6cc0-4b32-9000-294dc6cb1b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3171 2024.10.22 17:01:08.023906 [ 280 ] {ac3f1fc0-6cc0-4b32-9000-294dc6cb1b38} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3172 2024.10.22 17:01:08.024235 [ 280 ] {ac3f1fc0-6cc0-4b32-9000-294dc6cb1b38} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3173 2024.10.22 17:01:08.024395 [ 280 ] {ac3f1fc0-6cc0-4b32-9000-294dc6cb1b38} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec.
3174 2024.10.22 17:01:08.024613 [ 280 ] {ac3f1fc0-6cc0-4b32-9000-294dc6cb1b38} <Debug> DynamicQueryHandler: Done processing query
3175 2024.10.22 17:01:08.024637 [ 280 ] {ac3f1fc0-6cc0-4b32-9000-294dc6cb1b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3176 2024.10.22 17:01:08.024655 [ 280 ] {} <Debug> HTTP-Session: 4f8c805c-f604-4514-917d-5da49cf05105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3177 2024.10.22 17:01:08.024939 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3178 2024.10.22 17:01:09.000152 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.36 MiB, peak 155.19 MiB, free memory in arenas 0.00 B, will set to 149.78 MiB (RSS), difference: 4.42 MiB
3179 2024.10.22 17:01:09.039554 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49728, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3180 2024.10.22 17:01:09.079896 [ 280 ] {} <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)
3181 2024.10.22 17:01:09.177301 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36814, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3182 2024.10.22 17:01:09.192734 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3183 2024.10.22 17:01:09.192792 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3184 2024.10.22 17:01:09.215887 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3185 2024.10.22 17:01:09.237164 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3186 2024.10.22 17:01:09.239416 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3187 2024.10.22 17:01:09.262694 [ 280 ] {} <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)
3188 2024.10.22 17:01:12.990009 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54584, User-Agent: (none), Length: 7802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3189 2024.10.22 17:01:12.990176 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3190 2024.10.22 17:01:12.990220 [ 280 ] {} <Debug> HTTP-Session: 0ea60d5f-8ba0-4555-a3a7-1e899deb0eec Authenticating user 'default' from [fd00:1122:3344:101::d]:54584
3191 2024.10.22 17:01:12.990263 [ 280 ] {} <Debug> HTTP-Session: 0ea60d5f-8ba0-4555-a3a7-1e899deb0eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3192 2024.10.22 17:01:12.990291 [ 280 ] {} <Debug> HTTP-Session: 0ea60d5f-8ba0-4555-a3a7-1e899deb0eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3193 2024.10.22 17:01:12.990373 [ 280 ] {} <Trace> HTTP-Session: 0ea60d5f-8ba0-4555-a3a7-1e899deb0eec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3194 2024.10.22 17:01:12.990686 [ 280 ] {09f04d92-7aa0-4e0c-b45e-2a46b55e1964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54584) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3195 2024.10.22 17:01:12.990795 [ 280 ] {09f04d92-7aa0-4e0c-b45e-2a46b55e1964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3196 2024.10.22 17:01:12.991203 [ 280 ] {09f04d92-7aa0-4e0c-b45e-2a46b55e1964} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3197 2024.10.22 17:01:12.991687 [ 280 ] {09f04d92-7aa0-4e0c-b45e-2a46b55e1964} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3198 2024.10.22 17:01:12.991728 [ 280 ] {09f04d92-7aa0-4e0c-b45e-2a46b55e1964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3199 2024.10.22 17:01:12.992154 [ 280 ] {09f04d92-7aa0-4e0c-b45e-2a46b55e1964} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3200 2024.10.22 17:01:12.992542 [ 280 ] {09f04d92-7aa0-4e0c-b45e-2a46b55e1964} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3201 2024.10.22 17:01:12.992710 [ 280 ] {09f04d92-7aa0-4e0c-b45e-2a46b55e1964} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002132 sec., 26266.416510318948 rows/sec., 2.01 MiB/sec.
3202 2024.10.22 17:01:12.992720 [ 73 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3203 2024.10.22 17:01:12.992820 [ 73 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3204 2024.10.22 17:01:12.992880 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3205 2024.10.22 17:01:12.993030 [ 280 ] {09f04d92-7aa0-4e0c-b45e-2a46b55e1964} <Debug> DynamicQueryHandler: Done processing query
3206 2024.10.22 17:01:12.993119 [ 280 ] {09f04d92-7aa0-4e0c-b45e-2a46b55e1964} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3207 2024.10.22 17:01:12.993203 [ 280 ] {} <Debug> HTTP-Session: 0ea60d5f-8ba0-4555-a3a7-1e899deb0eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3208 2024.10.22 17:01:12.993407 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
3209 2024.10.22 17:01:12.993589 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54584, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3210 2024.10.22 17:01:12.993827 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59979, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3211 2024.10.22 17:01:12.993945 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3212 2024.10.22 17:01:12.994034 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 217 rows starting from the beginning of the part
3213 2024.10.22 17:01:12.994035 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3214 2024.10.22 17:01:12.994097 [ 282 ] {} <Debug> HTTP-Session: 4408b062-80e7-4e9f-99a7-ce27e7599a1f Authenticating user 'default' from [fd00:1122:3344:101::d]:59979
3215 2024.10.22 17:01:12.994157 [ 282 ] {} <Debug> HTTP-Session: 4408b062-80e7-4e9f-99a7-ce27e7599a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3216 2024.10.22 17:01:12.994229 [ 282 ] {} <Debug> HTTP-Session: 4408b062-80e7-4e9f-99a7-ce27e7599a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3217 2024.10.22 17:01:12.994253 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 217 rows starting from the beginning of the part
3218 2024.10.22 17:01:12.994369 [ 282 ] {} <Trace> HTTP-Session: 4408b062-80e7-4e9f-99a7-ce27e7599a1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3219 2024.10.22 17:01:12.994571 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1196 rows starting from the beginning of the part
3220 2024.10.22 17:01:12.994850 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part
3221 2024.10.22 17:01:12.994955 [ 282 ] {be7d7d1d-4580-4f80-8e0e-6335f30f60f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59979) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3222 2024.10.22 17:01:12.995164 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 217 rows starting from the beginning of the part
3223 2024.10.22 17:01:12.995186 [ 282 ] {be7d7d1d-4580-4f80-8e0e-6335f30f60f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3224 2024.10.22 17:01:12.995492 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
3225 2024.10.22 17:01:12.996405 [ 282 ] {be7d7d1d-4580-4f80-8e0e-6335f30f60f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3226 2024.10.22 17:01:12.997516 [ 282 ] {be7d7d1d-4580-4f80-8e0e-6335f30f60f3} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3227 2024.10.22 17:01:12.997596 [ 282 ] {be7d7d1d-4580-4f80-8e0e-6335f30f60f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3228 2024.10.22 17:01:12.998747 [ 282 ] {be7d7d1d-4580-4f80-8e0e-6335f30f60f3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3229 2024.10.22 17:01:12.999009 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.006034798 sec., 323954.5051880775 rows/sec., 28.22 MiB/sec.
3230 2024.10.22 17:01:12.999317 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3231 2024.10.22 17:01:12.999569 [ 282 ] {be7d7d1d-4580-4f80-8e0e-6335f30f60f3} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3232 2024.10.22 17:01:13.000071 [ 73 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3233 2024.10.22 17:01:13.000114 [ 282 ] {be7d7d1d-4580-4f80-8e0e-6335f30f60f3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005369 sec., 11920.283106723786 rows/sec., 952.74 KiB/sec.
3234 2024.10.22 17:01:13.000133 [ 73 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3235 2024.10.22 17:01:13.000167 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.46 MiB, peak 158.79 MiB, free memory in arenas 0.00 B, will set to 150.21 MiB (RSS), difference: -8.25 MiB
3236 2024.10.22 17:01:13.000221 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3237 2024.10.22 17:01:13.000946 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
3238 2024.10.22 17:01:13.001002 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_11_2} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3239 2024.10.22 17:01:13.001111 [ 282 ] {be7d7d1d-4580-4f80-8e0e-6335f30f60f3} <Debug> DynamicQueryHandler: Done processing query
3240 2024.10.22 17:01:13.001206 [ 282 ] {be7d7d1d-4580-4f80-8e0e-6335f30f60f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3241 2024.10.22 17:01:13.001351 [ 282 ] {} <Debug> HTTP-Session: 4408b062-80e7-4e9f-99a7-ce27e7599a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3242 2024.10.22 17:01:13.001555 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_11_2} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3243 2024.10.22 17:01:13.001808 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3244 2024.10.22 17:01:13.001910 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3245 2024.10.22 17:01:13.001963 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
3246 2024.10.22 17:01:13.002091 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part
3247 2024.10.22 17:01:13.002263 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44432, User-Agent: (none), Length: 30547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3248 2024.10.22 17:01:13.002415 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
3249 2024.10.22 17:01:13.002493 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3250 2024.10.22 17:01:13.002628 [ 280 ] {} <Debug> HTTP-Session: e123c2ce-d34f-473b-a96c-1cced78b351b Authenticating user 'default' from [fd00:1122:3344:101::d]:44432
3251 2024.10.22 17:01:13.002731 [ 280 ] {} <Debug> HTTP-Session: e123c2ce-d34f-473b-a96c-1cced78b351b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3252 2024.10.22 17:01:13.002747 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 520 rows starting from the beginning of the part
3253 2024.10.22 17:01:13.002794 [ 280 ] {} <Debug> HTTP-Session: e123c2ce-d34f-473b-a96c-1cced78b351b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3254 2024.10.22 17:01:13.002928 [ 280 ] {} <Trace> HTTP-Session: e123c2ce-d34f-473b-a96c-1cced78b351b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3255 2024.10.22 17:01:13.003090 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
3256 2024.10.22 17:01:13.003276 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 390 rows starting from the beginning of the part
3257 2024.10.22 17:01:13.003516 [ 280 ] {51b3e8f8-1258-408a-9787-9cec8f853945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3258 2024.10.22 17:01:13.003575 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
3259 2024.10.22 17:01:13.003660 [ 280 ] {51b3e8f8-1258-408a-9787-9cec8f853945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3260 2024.10.22 17:01:13.004429 [ 280 ] {51b3e8f8-1258-408a-9787-9cec8f853945} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3261 2024.10.22 17:01:13.005339 [ 280 ] {51b3e8f8-1258-408a-9787-9cec8f853945} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3262 2024.10.22 17:01:13.005400 [ 280 ] {51b3e8f8-1258-408a-9787-9cec8f853945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3263 2024.10.22 17:01:13.006422 [ 280 ] {51b3e8f8-1258-408a-9787-9cec8f853945} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3264 2024.10.22 17:01:13.007171 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 5 columns (5 merged, 0 gathered) in 0.006723054 sec., 269222.88590869564 rows/sec., 20.49 MiB/sec.
3265 2024.10.22 17:01:13.007306 [ 280 ] {51b3e8f8-1258-408a-9787-9cec8f853945} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3266 2024.10.22 17:01:13.007460 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3267 2024.10.22 17:01:13.007559 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3268 2024.10.22 17:01:13.007681 [ 280 ] {51b3e8f8-1258-408a-9787-9cec8f853945} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004492 sec., 35618.87800534283 rows/sec., 2.48 MiB/sec.
3269 2024.10.22 17:01:13.007703 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3270 2024.10.22 17:01:13.007781 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3271 2024.10.22 17:01:13.008216 [ 195 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
3272 2024.10.22 17:01:13.008789 [ 280 ] {51b3e8f8-1258-408a-9787-9cec8f853945} <Debug> DynamicQueryHandler: Done processing query
3273 2024.10.22 17:01:13.008857 [ 195 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3274 2024.10.22 17:01:13.008888 [ 280 ] {51b3e8f8-1258-408a-9787-9cec8f853945} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3275 2024.10.22 17:01:13.008946 [ 195 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 689 rows starting from the beginning of the part
3276 2024.10.22 17:01:13.008983 [ 280 ] {} <Debug> HTTP-Session: e123c2ce-d34f-473b-a96c-1cced78b351b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3277 2024.10.22 17:01:13.009218 [ 195 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
3278 2024.10.22 17:01:13.009431 [ 280 ] {} <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)
3279 2024.10.22 17:01:13.009484 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_11_2} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3280 2024.10.22 17:01:13.009551 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62621, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3281 2024.10.22 17:01:13.009705 [ 195 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2488 rows starting from the beginning of the part
3282 2024.10.22 17:01:13.009781 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3283 2024.10.22 17:01:13.009871 [ 282 ] {} <Debug> HTTP-Session: bafc0a7c-ecdb-4c8b-b816-d5595954b82d Authenticating user 'default' from [fd00:1122:3344:101::d]:62621
3284 2024.10.22 17:01:13.009956 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_11_2} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3285 2024.10.22 17:01:13.009981 [ 282 ] {} <Debug> HTTP-Session: bafc0a7c-ecdb-4c8b-b816-d5595954b82d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3286 2024.10.22 17:01:13.010057 [ 282 ] {} <Debug> HTTP-Session: bafc0a7c-ecdb-4c8b-b816-d5595954b82d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3287 2024.10.22 17:01:13.010243 [ 195 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part
3288 2024.10.22 17:01:13.010263 [ 282 ] {} <Trace> HTTP-Session: bafc0a7c-ecdb-4c8b-b816-d5595954b82d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3289 2024.10.22 17:01:13.010299 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
3290 2024.10.22 17:01:13.010473 [ 280 ] {} <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):
3291 
3292 (version 23.8.7.1)
3293 2024.10.22 17:01:13.010777 [ 195 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
3294 2024.10.22 17:01:13.010846 [ 282 ] {ad1dcc98-4952-4c57-b172-3afb23460076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62621) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3295 2024.10.22 17:01:13.011126 [ 282 ] {ad1dcc98-4952-4c57-b172-3afb23460076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3296 2024.10.22 17:01:13.011135 [ 195 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
3297 2024.10.22 17:01:13.012261 [ 282 ] {ad1dcc98-4952-4c57-b172-3afb23460076} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3298 2024.10.22 17:01:13.012970 [ 282 ] {ad1dcc98-4952-4c57-b172-3afb23460076} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3299 2024.10.22 17:01:13.013050 [ 282 ] {ad1dcc98-4952-4c57-b172-3afb23460076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3300 2024.10.22 17:01:13.014009 [ 282 ] {ad1dcc98-4952-4c57-b172-3afb23460076} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3301 2024.10.22 17:01:13.014757 [ 282 ] {ad1dcc98-4952-4c57-b172-3afb23460076} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3302 2024.10.22 17:01:13.015046 [ 282 ] {ad1dcc98-4952-4c57-b172-3afb23460076} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00442 sec., 13574.660633484162 rows/sec., 936.79 KiB/sec.
3303 2024.10.22 17:01:13.015015 [ 73 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3304 2024.10.22 17:01:13.015506 [ 73 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3305 2024.10.22 17:01:13.015526 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3841 rows, containing 5 columns (5 merged, 0 gathered) in 0.007557993 sec., 508203.699050793 rows/sec., 34.26 MiB/sec.
3306 2024.10.22 17:01:13.015578 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3307 2024.10.22 17:01:13.015631 [ 282 ] {ad1dcc98-4952-4c57-b172-3afb23460076} <Debug> DynamicQueryHandler: Done processing query
3308 2024.10.22 17:01:13.015724 [ 282 ] {ad1dcc98-4952-4c57-b172-3afb23460076} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3309 2024.10.22 17:01:13.015788 [ 282 ] {} <Debug> HTTP-Session: bafc0a7c-ecdb-4c8b-b816-d5595954b82d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3310 2024.10.22 17:01:13.015885 [ 195 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
3311 2024.10.22 17:01:13.016055 [ 195 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3312 2024.10.22 17:01:13.016137 [ 195 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 258 rows starting from the beginning of the part
3313 2024.10.22 17:01:13.016140 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3314 2024.10.22 17:01:13.016155 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3315 2024.10.22 17:01:13.016388 [ 195 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
3316 2024.10.22 17:01:13.016783 [ 195 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part
3317 2024.10.22 17:01:13.017290 [ 195 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part
3318 2024.10.22 17:01:13.017689 [ 195 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
3319 2024.10.22 17:01:13.018042 [ 195 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
3320 2024.10.22 17:01:13.018557 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3321 2024.10.22 17:01:13.018771 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3322 2024.10.22 17:01:13.018948 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
3323 2024.10.22 17:01:13.019723 [ 195 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 4 columns (4 merged, 0 gathered) in 0.004018542 sec., 134874.7879205941 rows/sec., 8.83 MiB/sec.
3324 2024.10.22 17:01:13.019908 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3325 2024.10.22 17:01:13.020305 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_11_2} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3326 2024.10.22 17:01:13.020389 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_11_2} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3327 2024.10.22 17:01:13.020468 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
3328 2024.10.22 17:01:13.084686 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3329 2024.10.22 17:01:13.195093 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3330 2024.10.22 17:01:13.200282 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3331 2024.10.22 17:01:13.215678 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3332 2024.10.22 17:01:13.215773 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3333 2024.10.22 17:01:13.224076 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3334 2024.10.22 17:01:13.229332 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3335 2024.10.22 17:01:13.233688 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3336 2024.10.22 17:01:13.246964 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3337 2024.10.22 17:01:14.000198 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 142.20 MiB, peak 158.79 MiB, free memory in arenas 0.00 B, will set to 151.02 MiB (RSS), difference: 8.82 MiB
3338 2024.10.22 17:01:17.124549 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
3339 2024.10.22 17:01:17.124602 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
3340 2024.10.22 17:01:17.213541 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 304
3341 2024.10.22 17:01:17.216319 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3342 2024.10.22 17:01:17.216373 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3343 2024.10.22 17:01:17.217881 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3344 2024.10.22 17:01:17.218891 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3345 2024.10.22 17:01:17.219118 [ 65 ] {} <Debug> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3346 2024.10.22 17:01:17.219233 [ 65 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3347 2024.10.22 17:01:17.219302 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3348 2024.10.22 17:01:17.219839 [ 193 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::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
3349 2024.10.22 17:01:17.220854 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 304
3350 2024.10.22 17:01:17.221492 [ 193 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3351 2024.10.22 17:01:17.221651 [ 193 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::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
3352 2024.10.22 17:01:17.222324 [ 193 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
3353 2024.10.22 17:01:17.222947 [ 193 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part
3354 2024.10.22 17:01:17.223551 [ 193 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part
3355 2024.10.22 17:01:17.224141 [ 193 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 54 rows starting from the beginning of the part
3356 2024.10.22 17:01:17.224649 [ 193 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part
3357 2024.10.22 17:01:17.239251 [ 195 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 304 rows, containing 72 columns (72 merged, 0 gathered) in 0.019797284 sec., 15355.641713277439 rows/sec., 13.66 MiB/sec.
3358 2024.10.22 17:01:17.240310 [ 195 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3359 2024.10.22 17:01:17.242067 [ 195 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_6_1} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3360 2024.10.22 17:01:17.242160 [ 195 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_6_1} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3361 2024.10.22 17:01:17.242494 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB.
3362 2024.10.22 17:01:17.988677 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60183, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3363 2024.10.22 17:01:17.988817 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3364 2024.10.22 17:01:17.988843 [ 279 ] {} <Debug> HTTP-Session: 39673719-509b-47f0-b56a-c36f60d081a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60183
3365 2024.10.22 17:01:17.988867 [ 279 ] {} <Debug> HTTP-Session: 39673719-509b-47f0-b56a-c36f60d081a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3366 2024.10.22 17:01:17.988881 [ 279 ] {} <Debug> HTTP-Session: 39673719-509b-47f0-b56a-c36f60d081a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3367 2024.10.22 17:01:17.988929 [ 279 ] {} <Trace> HTTP-Session: 39673719-509b-47f0-b56a-c36f60d081a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3368 2024.10.22 17:01:17.989195 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60183) 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)
3369 2024.10.22 17:01:17.989627 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3370 2024.10.22 17:01:17.989678 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <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
3371 2024.10.22 17:01:17.990044 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3372 2024.10.22 17:01:17.990125 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3373 2024.10.22 17:01:17.990294 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
3374 2024.10.22 17:01:17.990445 [ 273 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3375 2024.10.22 17:01:17.990534 [ 276 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3376 2024.10.22 17:01:17.990579 [ 272 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
3377 2024.10.22 17:01:17.990544 [ 271 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3378 2024.10.22 17:01:17.990758 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
3379 2024.10.22 17:01:17.990789 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
3380 2024.10.22 17:01:17.990925 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3381 2024.10.22 17:01:17.990949 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 37 rows with 4 streams
3382 2024.10.22 17:01:17.990992 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <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'))"
3383 2024.10.22 17:01:17.991040 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <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'))"
3384 2024.10.22 17:01:17.991083 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <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'))"
3385 2024.10.22 17:01:17.991123 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <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'))"
3386 2024.10.22 17:01:17.993796 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004726 sec., 7829.030892932712 rows/sec., 293.42 KiB/sec.
3387 2024.10.22 17:01:17.994200 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Debug> DynamicQueryHandler: Done processing query
3388 2024.10.22 17:01:17.994227 [ 279 ] {b46a0476-36d4-4e48-aeb8-f3809a42b822} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB.
3389 2024.10.22 17:01:17.994245 [ 279 ] {} <Debug> HTTP-Session: 39673719-509b-47f0-b56a-c36f60d081a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3390 2024.10.22 17:01:17.994623 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52039, User-Agent: (none), Length: 1363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3391 2024.10.22 17:01:17.994623 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60183, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3392 2024.10.22 17:01:17.994684 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3393 2024.10.22 17:01:17.994705 [ 261 ] {} <Debug> HTTP-Session: e9d35adf-bb0c-47b7-a843-3e951baef614 Authenticating user 'default' from [fd00:1122:3344:101::d]:52039
3394 2024.10.22 17:01:17.994722 [ 261 ] {} <Debug> HTTP-Session: e9d35adf-bb0c-47b7-a843-3e951baef614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3395 2024.10.22 17:01:17.994737 [ 261 ] {} <Debug> HTTP-Session: e9d35adf-bb0c-47b7-a843-3e951baef614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3396 2024.10.22 17:01:17.994770 [ 261 ] {} <Trace> HTTP-Session: e9d35adf-bb0c-47b7-a843-3e951baef614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3397 2024.10.22 17:01:17.994929 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52039) 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)
3398 2024.10.22 17:01:17.995232 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3399 2024.10.22 17:01:17.995281 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <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
3400 2024.10.22 17:01:17.995709 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3401 2024.10.22 17:01:17.995870 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3402 2024.10.22 17:01:17.996020 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
3403 2024.10.22 17:01:17.996176 [ 273 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3404 2024.10.22 17:01:17.996198 [ 287 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3405 2024.10.22 17:01:17.996216 [ 288 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3406 2024.10.22 17:01:17.996286 [ 286 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
3407 2024.10.22 17:01:17.996450 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
3408 2024.10.22 17:01:17.996493 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
3409 2024.10.22 17:01:17.996628 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3410 2024.10.22 17:01:17.996651 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 37 rows with 4 streams
3411 2024.10.22 17:01:17.996693 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <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'))"
3412 2024.10.22 17:01:17.996738 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <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'))"
3413 2024.10.22 17:01:17.996777 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <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'))"
3414 2024.10.22 17:01:17.996817 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <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'))"
3415 2024.10.22 17:01:17.999033 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004184 sec., 8843.21223709369 rows/sec., 331.43 KiB/sec.
3416 2024.10.22 17:01:17.999450 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Debug> DynamicQueryHandler: Done processing query
3417 2024.10.22 17:01:17.999477 [ 261 ] {b00c7ca4-53d6-43a5-8fa8-e5a27eb2d556} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB.
3418 2024.10.22 17:01:17.999494 [ 261 ] {} <Debug> HTTP-Session: e9d35adf-bb0c-47b7-a843-3e951baef614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3419 2024.10.22 17:01:17.999911 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3420 2024.10.22 17:01:18.000042 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63311, User-Agent: (none), Length: 1400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3421 2024.10.22 17:01:18.000252 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3422 2024.10.22 17:01:18.000285 [ 279 ] {} <Debug> HTTP-Session: 6487bc74-dffb-454b-ba68-d9b3ae125f70 Authenticating user 'default' from [fd00:1122:3344:101::d]:63311
3423 2024.10.22 17:01:18.000319 [ 279 ] {} <Debug> HTTP-Session: 6487bc74-dffb-454b-ba68-d9b3ae125f70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3424 2024.10.22 17:01:18.000345 [ 279 ] {} <Debug> HTTP-Session: 6487bc74-dffb-454b-ba68-d9b3ae125f70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3425 2024.10.22 17:01:18.000412 [ 279 ] {} <Trace> HTTP-Session: 6487bc74-dffb-454b-ba68-d9b3ae125f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3426 2024.10.22 17:01:18.000787 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63311) 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)
3427 2024.10.22 17:01:18.001101 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3428 2024.10.22 17:01:18.001151 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <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
3429 2024.10.22 17:01:18.001480 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3430 2024.10.22 17:01:18.001547 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3431 2024.10.22 17:01:18.001689 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
3432 2024.10.22 17:01:18.001831 [ 276 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3433 2024.10.22 17:01:18.001889 [ 271 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
3434 2024.10.22 17:01:18.001908 [ 273 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3435 2024.10.22 17:01:18.001947 [ 272 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3436 2024.10.22 17:01:18.002069 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
3437 2024.10.22 17:01:18.002099 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
3438 2024.10.22 17:01:18.002225 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3439 2024.10.22 17:01:18.002248 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 37 rows with 4 streams
3440 2024.10.22 17:01:18.002289 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <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'))"
3441 2024.10.22 17:01:18.002332 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <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'))"
3442 2024.10.22 17:01:18.002371 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <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'))"
3443 2024.10.22 17:01:18.002412 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <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'))"
3444 2024.10.22 17:01:18.004618 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004095 sec., 9035.409035409037 rows/sec., 338.64 KiB/sec.
3445 2024.10.22 17:01:18.005003 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Debug> DynamicQueryHandler: Done processing query
3446 2024.10.22 17:01:18.005029 [ 279 ] {3e616672-2cb3-4a49-aa87-bab85772ea11} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB.
3447 2024.10.22 17:01:18.005046 [ 279 ] {} <Debug> HTTP-Session: 6487bc74-dffb-454b-ba68-d9b3ae125f70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3448 2024.10.22 17:01:18.012094 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63311, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3449 2024.10.22 17:01:18.015968 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56637, User-Agent: (none), Length: 638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3450 2024.10.22 17:01:18.016023 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3451 2024.10.22 17:01:18.016045 [ 279 ] {} <Debug> HTTP-Session: 3a0dbf62-d317-455c-961c-5d712a002b6e Authenticating user 'default' from [fd00:1122:3344:101::d]:56637
3452 2024.10.22 17:01:18.016065 [ 279 ] {} <Debug> HTTP-Session: 3a0dbf62-d317-455c-961c-5d712a002b6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3453 2024.10.22 17:01:18.016082 [ 279 ] {} <Debug> HTTP-Session: 3a0dbf62-d317-455c-961c-5d712a002b6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3454 2024.10.22 17:01:18.016120 [ 279 ] {} <Trace> HTTP-Session: 3a0dbf62-d317-455c-961c-5d712a002b6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3455 2024.10.22 17:01:18.016251 [ 279 ] {bacc3555-f033-49cb-a334-b758bbf18168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56637) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
3456 2024.10.22 17:01:18.016308 [ 279 ] {bacc3555-f033-49cb-a334-b758bbf18168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3457 2024.10.22 17:01:18.016516 [ 279 ] {bacc3555-f033-49cb-a334-b758bbf18168} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3458 2024.10.22 17:01:18.016911 [ 279 ] {bacc3555-f033-49cb-a334-b758bbf18168} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3459 2024.10.22 17:01:18.016960 [ 279 ] {bacc3555-f033-49cb-a334-b758bbf18168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3460 2024.10.22 17:01:18.017471 [ 279 ] {bacc3555-f033-49cb-a334-b758bbf18168} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3461 2024.10.22 17:01:18.017798 [ 279 ] {bacc3555-f033-49cb-a334-b758bbf18168} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3462 2024.10.22 17:01:18.017967 [ 279 ] {bacc3555-f033-49cb-a334-b758bbf18168} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.00175 sec., 1714.2857142857142 rows/sec., 156.25 KiB/sec.
3463 2024.10.22 17:01:18.018292 [ 279 ] {bacc3555-f033-49cb-a334-b758bbf18168} <Debug> DynamicQueryHandler: Done processing query
3464 2024.10.22 17:01:18.018318 [ 279 ] {bacc3555-f033-49cb-a334-b758bbf18168} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3465 2024.10.22 17:01:18.018334 [ 279 ] {} <Debug> HTTP-Session: 3a0dbf62-d317-455c-961c-5d712a002b6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3466 2024.10.22 17:01:18.018497 [ 279 ] {} <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)
3467 2024.10.22 17:01:18.018518 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52039, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3468 2024.10.22 17:01:18.018580 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3469 2024.10.22 17:01:18.018600 [ 261 ] {} <Debug> HTTP-Session: 5e16a1a6-a632-44c1-90ff-bfe5b33d31d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52039
3470 2024.10.22 17:01:18.018622 [ 261 ] {} <Debug> HTTP-Session: 5e16a1a6-a632-44c1-90ff-bfe5b33d31d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3471 2024.10.22 17:01:18.018638 [ 261 ] {} <Debug> HTTP-Session: 5e16a1a6-a632-44c1-90ff-bfe5b33d31d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3472 2024.10.22 17:01:18.018670 [ 261 ] {} <Trace> HTTP-Session: 5e16a1a6-a632-44c1-90ff-bfe5b33d31d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3473 2024.10.22 17:01:18.018781 [ 261 ] {8e0a82ff-e415-46dd-be3a-072a53a7ceae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52039) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
3474 2024.10.22 17:01:18.018826 [ 261 ] {8e0a82ff-e415-46dd-be3a-072a53a7ceae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
3475 2024.10.22 17:01:18.019083 [ 261 ] {8e0a82ff-e415-46dd-be3a-072a53a7ceae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3476 2024.10.22 17:01:18.019427 [ 261 ] {8e0a82ff-e415-46dd-be3a-072a53a7ceae} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3477 2024.10.22 17:01:18.019467 [ 261 ] {8e0a82ff-e415-46dd-be3a-072a53a7ceae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3478 2024.10.22 17:01:18.019827 [ 261 ] {8e0a82ff-e415-46dd-be3a-072a53a7ceae} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3479 2024.10.22 17:01:18.020191 [ 261 ] {8e0a82ff-e415-46dd-be3a-072a53a7ceae} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3480 2024.10.22 17:01:18.020355 [ 261 ] {8e0a82ff-e415-46dd-be3a-072a53a7ceae} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001597 sec., 7514.088916718848 rows/sec., 524.67 KiB/sec.
3481 2024.10.22 17:01:18.020649 [ 261 ] {8e0a82ff-e415-46dd-be3a-072a53a7ceae} <Debug> DynamicQueryHandler: Done processing query
3482 2024.10.22 17:01:18.020674 [ 261 ] {8e0a82ff-e415-46dd-be3a-072a53a7ceae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3483 2024.10.22 17:01:18.020691 [ 261 ] {} <Debug> HTTP-Session: 5e16a1a6-a632-44c1-90ff-bfe5b33d31d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3484 2024.10.22 17:01:18.020905 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3485 2024.10.22 17:01:18.021025 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35558, User-Agent: (none), Length: 38907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3486 2024.10.22 17:01:18.021087 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3487 2024.10.22 17:01:18.021111 [ 279 ] {} <Debug> HTTP-Session: 7d429d96-4d22-4524-97d7-8f1712f817e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35558
3488 2024.10.22 17:01:18.021131 [ 279 ] {} <Debug> HTTP-Session: 7d429d96-4d22-4524-97d7-8f1712f817e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3489 2024.10.22 17:01:18.021148 [ 279 ] {} <Debug> HTTP-Session: 7d429d96-4d22-4524-97d7-8f1712f817e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3490 2024.10.22 17:01:18.021186 [ 279 ] {} <Trace> HTTP-Session: 7d429d96-4d22-4524-97d7-8f1712f817e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3491 2024.10.22 17:01:18.021401 [ 279 ] {ab5d0906-7e7f-4c7e-a10f-fe9285c32106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35558) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3492 2024.10.22 17:01:18.021454 [ 279 ] {ab5d0906-7e7f-4c7e-a10f-fe9285c32106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3493 2024.10.22 17:01:18.021750 [ 279 ] {ab5d0906-7e7f-4c7e-a10f-fe9285c32106} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3494 2024.10.22 17:01:18.022258 [ 279 ] {ab5d0906-7e7f-4c7e-a10f-fe9285c32106} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3495 2024.10.22 17:01:18.022296 [ 279 ] {ab5d0906-7e7f-4c7e-a10f-fe9285c32106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3496 2024.10.22 17:01:18.022687 [ 279 ] {ab5d0906-7e7f-4c7e-a10f-fe9285c32106} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3497 2024.10.22 17:01:18.023053 [ 279 ] {ab5d0906-7e7f-4c7e-a10f-fe9285c32106} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3498 2024.10.22 17:01:18.023209 [ 279 ] {ab5d0906-7e7f-4c7e-a10f-fe9285c32106} <Debug> executeQuery: Read 259 rows, 23.20 KiB in 0.001908 sec., 135744.23480083857 rows/sec., 11.88 MiB/sec.
3499 2024.10.22 17:01:18.023561 [ 279 ] {ab5d0906-7e7f-4c7e-a10f-fe9285c32106} <Debug> DynamicQueryHandler: Done processing query
3500 2024.10.22 17:01:18.023586 [ 279 ] {ab5d0906-7e7f-4c7e-a10f-fe9285c32106} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
3501 2024.10.22 17:01:18.023603 [ 279 ] {} <Debug> HTTP-Session: 7d429d96-4d22-4524-97d7-8f1712f817e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3502 2024.10.22 17:01:18.023813 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3503 2024.10.22 17:01:18.023824 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52039, User-Agent: (none), Length: 4204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3504 2024.10.22 17:01:18.023886 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3505 2024.10.22 17:01:18.023905 [ 261 ] {} <Debug> HTTP-Session: 48f62fac-c752-4951-9129-4eeb8198fb88 Authenticating user 'default' from [fd00:1122:3344:101::d]:52039
3506 2024.10.22 17:01:18.023927 [ 261 ] {} <Debug> HTTP-Session: 48f62fac-c752-4951-9129-4eeb8198fb88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3507 2024.10.22 17:01:18.023951 [ 261 ] {} <Debug> HTTP-Session: 48f62fac-c752-4951-9129-4eeb8198fb88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3508 2024.10.22 17:01:18.023985 [ 261 ] {} <Trace> HTTP-Session: 48f62fac-c752-4951-9129-4eeb8198fb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3509 2024.10.22 17:01:18.024092 [ 261 ] {0f1550d1-752b-4da1-9e8d-f1fd22fa5631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52039) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3510 2024.10.22 17:01:18.024137 [ 261 ] {0f1550d1-752b-4da1-9e8d-f1fd22fa5631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3511 2024.10.22 17:01:18.024380 [ 261 ] {0f1550d1-752b-4da1-9e8d-f1fd22fa5631} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3512 2024.10.22 17:01:18.024700 [ 261 ] {0f1550d1-752b-4da1-9e8d-f1fd22fa5631} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3513 2024.10.22 17:01:18.024737 [ 261 ] {0f1550d1-752b-4da1-9e8d-f1fd22fa5631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3514 2024.10.22 17:01:18.025087 [ 261 ] {0f1550d1-752b-4da1-9e8d-f1fd22fa5631} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3515 2024.10.22 17:01:18.025470 [ 261 ] {0f1550d1-752b-4da1-9e8d-f1fd22fa5631} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3516 2024.10.22 17:01:18.025634 [ 261 ] {0f1550d1-752b-4da1-9e8d-f1fd22fa5631} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001564 sec., 18542.19948849105 rows/sec., 1.36 MiB/sec.
3517 2024.10.22 17:01:18.025927 [ 261 ] {0f1550d1-752b-4da1-9e8d-f1fd22fa5631} <Debug> DynamicQueryHandler: Done processing query
3518 2024.10.22 17:01:18.025952 [ 261 ] {0f1550d1-752b-4da1-9e8d-f1fd22fa5631} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3519 2024.10.22 17:01:18.025967 [ 261 ] {} <Debug> HTTP-Session: 48f62fac-c752-4951-9129-4eeb8198fb88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3520 2024.10.22 17:01:18.026148 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3521 2024.10.22 17:01:18.026209 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53968, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3522 2024.10.22 17:01:18.026264 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3523 2024.10.22 17:01:18.026286 [ 279 ] {} <Debug> HTTP-Session: 25725713-e7df-4707-91b9-f0c0e2901ed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:53968
3524 2024.10.22 17:01:18.026304 [ 279 ] {} <Debug> HTTP-Session: 25725713-e7df-4707-91b9-f0c0e2901ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3525 2024.10.22 17:01:18.026319 [ 279 ] {} <Debug> HTTP-Session: 25725713-e7df-4707-91b9-f0c0e2901ed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3526 2024.10.22 17:01:18.026349 [ 279 ] {} <Trace> HTTP-Session: 25725713-e7df-4707-91b9-f0c0e2901ed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3527 2024.10.22 17:01:18.026455 [ 279 ] {ed0c2111-3e16-4a4a-babf-ee5e687c77bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53968) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3528 2024.10.22 17:01:18.026498 [ 279 ] {ed0c2111-3e16-4a4a-babf-ee5e687c77bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3529 2024.10.22 17:01:18.026741 [ 279 ] {ed0c2111-3e16-4a4a-babf-ee5e687c77bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3530 2024.10.22 17:01:18.027065 [ 279 ] {ed0c2111-3e16-4a4a-babf-ee5e687c77bc} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3531 2024.10.22 17:01:18.027104 [ 279 ] {ed0c2111-3e16-4a4a-babf-ee5e687c77bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3532 2024.10.22 17:01:18.027463 [ 279 ] {ed0c2111-3e16-4a4a-babf-ee5e687c77bc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3533 2024.10.22 17:01:18.027843 [ 279 ] {ed0c2111-3e16-4a4a-babf-ee5e687c77bc} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3534 2024.10.22 17:01:18.028008 [ 279 ] {ed0c2111-3e16-4a4a-babf-ee5e687c77bc} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001586 sec., 13240.857503152585 rows/sec., 914.37 KiB/sec.
3535 2024.10.22 17:01:18.028183 [ 279 ] {ed0c2111-3e16-4a4a-babf-ee5e687c77bc} <Debug> DynamicQueryHandler: Done processing query
3536 2024.10.22 17:01:18.028207 [ 279 ] {ed0c2111-3e16-4a4a-babf-ee5e687c77bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3537 2024.10.22 17:01:18.028223 [ 279 ] {} <Debug> HTTP-Session: 25725713-e7df-4707-91b9-f0c0e2901ed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3538 2024.10.22 17:01:18.028388 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3539 2024.10.22 17:01:18.028498 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41431, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3540 2024.10.22 17:01:18.028551 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3541 2024.10.22 17:01:18.028570 [ 261 ] {} <Debug> HTTP-Session: ce927e58-db3d-475c-b0b3-afea6770bee0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41431
3542 2024.10.22 17:01:18.028587 [ 261 ] {} <Debug> HTTP-Session: ce927e58-db3d-475c-b0b3-afea6770bee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3543 2024.10.22 17:01:18.028601 [ 261 ] {} <Debug> HTTP-Session: ce927e58-db3d-475c-b0b3-afea6770bee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3544 2024.10.22 17:01:18.028632 [ 261 ] {} <Trace> HTTP-Session: ce927e58-db3d-475c-b0b3-afea6770bee0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3545 2024.10.22 17:01:18.028748 [ 261 ] {7b0c20c2-db3b-44eb-81aa-f37a198d8a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41431) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3546 2024.10.22 17:01:18.028875 [ 261 ] {7b0c20c2-db3b-44eb-81aa-f37a198d8a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3547 2024.10.22 17:01:18.029110 [ 261 ] {7b0c20c2-db3b-44eb-81aa-f37a198d8a49} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3548 2024.10.22 17:01:18.029423 [ 261 ] {7b0c20c2-db3b-44eb-81aa-f37a198d8a49} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3549 2024.10.22 17:01:18.029460 [ 261 ] {7b0c20c2-db3b-44eb-81aa-f37a198d8a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3550 2024.10.22 17:01:18.029808 [ 261 ] {7b0c20c2-db3b-44eb-81aa-f37a198d8a49} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3551 2024.10.22 17:01:18.030166 [ 261 ] {7b0c20c2-db3b-44eb-81aa-f37a198d8a49} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3552 2024.10.22 17:01:18.030320 [ 261 ] {7b0c20c2-db3b-44eb-81aa-f37a198d8a49} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001583 sec., 7580.543272267846 rows/sec., 466.38 KiB/sec.
3553 2024.10.22 17:01:18.030620 [ 261 ] {7b0c20c2-db3b-44eb-81aa-f37a198d8a49} <Debug> DynamicQueryHandler: Done processing query
3554 2024.10.22 17:01:18.030719 [ 261 ] {7b0c20c2-db3b-44eb-81aa-f37a198d8a49} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3555 2024.10.22 17:01:18.030735 [ 261 ] {} <Debug> HTTP-Session: ce927e58-db3d-475c-b0b3-afea6770bee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3556 2024.10.22 17:01:18.031032 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3557 2024.10.22 17:01:18.031125 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56134, User-Agent: (none), Length: 68392, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3558 2024.10.22 17:01:18.031187 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3559 2024.10.22 17:01:18.031212 [ 279 ] {} <Debug> HTTP-Session: 45022c00-f54c-4506-bdef-7ecb0bf0af96 Authenticating user 'default' from [fd00:1122:3344:101::d]:56134
3560 2024.10.22 17:01:18.031232 [ 279 ] {} <Debug> HTTP-Session: 45022c00-f54c-4506-bdef-7ecb0bf0af96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3561 2024.10.22 17:01:18.031249 [ 279 ] {} <Debug> HTTP-Session: 45022c00-f54c-4506-bdef-7ecb0bf0af96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3562 2024.10.22 17:01:18.031287 [ 279 ] {} <Trace> HTTP-Session: 45022c00-f54c-4506-bdef-7ecb0bf0af96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3563 2024.10.22 17:01:18.031534 [ 279 ] {e285f432-c43f-4a3c-ab90-3c76efef090f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56134) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3564 2024.10.22 17:01:18.031587 [ 279 ] {e285f432-c43f-4a3c-ab90-3c76efef090f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3565 2024.10.22 17:01:18.031909 [ 279 ] {e285f432-c43f-4a3c-ab90-3c76efef090f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3566 2024.10.22 17:01:18.032529 [ 279 ] {e285f432-c43f-4a3c-ab90-3c76efef090f} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3567 2024.10.22 17:01:18.032567 [ 279 ] {e285f432-c43f-4a3c-ab90-3c76efef090f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3568 2024.10.22 17:01:18.032951 [ 279 ] {e285f432-c43f-4a3c-ab90-3c76efef090f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3569 2024.10.22 17:01:18.033314 [ 279 ] {e285f432-c43f-4a3c-ab90-3c76efef090f} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3570 2024.10.22 17:01:18.033474 [ 279 ] {e285f432-c43f-4a3c-ab90-3c76efef090f} <Debug> executeQuery: Read 421 rows, 30.82 KiB in 0.002065 sec., 203874.09200968524 rows/sec., 14.57 MiB/sec.
3571 2024.10.22 17:01:18.033659 [ 279 ] {e285f432-c43f-4a3c-ab90-3c76efef090f} <Debug> DynamicQueryHandler: Done processing query
3572 2024.10.22 17:01:18.033682 [ 279 ] {e285f432-c43f-4a3c-ab90-3c76efef090f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
3573 2024.10.22 17:01:18.033698 [ 279 ] {} <Debug> HTTP-Session: 45022c00-f54c-4506-bdef-7ecb0bf0af96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3574 2024.10.22 17:01:18.033937 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41431, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3575 2024.10.22 17:01:18.033949 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56134, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3576 2024.10.22 17:01:18.034002 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3577 2024.10.22 17:01:18.034041 [ 261 ] {} <Debug> HTTP-Session: 4c00fefb-a05c-4de2-b594-04a4dc112146 Authenticating user 'default' from [fd00:1122:3344:101::d]:41431
3578 2024.10.22 17:01:18.034064 [ 261 ] {} <Debug> HTTP-Session: 4c00fefb-a05c-4de2-b594-04a4dc112146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3579 2024.10.22 17:01:18.034080 [ 261 ] {} <Debug> HTTP-Session: 4c00fefb-a05c-4de2-b594-04a4dc112146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3580 2024.10.22 17:01:18.034112 [ 261 ] {} <Trace> HTTP-Session: 4c00fefb-a05c-4de2-b594-04a4dc112146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3581 2024.10.22 17:01:18.034210 [ 261 ] {73604c64-773f-422e-a654-a93558146bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41431) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3582 2024.10.22 17:01:18.034258 [ 261 ] {73604c64-773f-422e-a654-a93558146bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3583 2024.10.22 17:01:18.034389 [ 261 ] {73604c64-773f-422e-a654-a93558146bba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3584 2024.10.22 17:01:18.034697 [ 261 ] {73604c64-773f-422e-a654-a93558146bba} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3585 2024.10.22 17:01:18.034733 [ 261 ] {73604c64-773f-422e-a654-a93558146bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3586 2024.10.22 17:01:18.035094 [ 261 ] {73604c64-773f-422e-a654-a93558146bba} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3587 2024.10.22 17:01:18.035420 [ 261 ] {73604c64-773f-422e-a654-a93558146bba} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3588 2024.10.22 17:01:18.035569 [ 261 ] {73604c64-773f-422e-a654-a93558146bba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 227.65 KiB/sec.
3589 2024.10.22 17:01:18.035750 [ 261 ] {73604c64-773f-422e-a654-a93558146bba} <Debug> DynamicQueryHandler: Done processing query
3590 2024.10.22 17:01:18.035775 [ 261 ] {73604c64-773f-422e-a654-a93558146bba} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3591 2024.10.22 17:01:18.035791 [ 261 ] {} <Debug> HTTP-Session: 4c00fefb-a05c-4de2-b594-04a4dc112146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3592 2024.10.22 17:01:18.035987 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3593 2024.10.22 17:01:18.036108 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58026, User-Agent: (none), Length: 44558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3594 2024.10.22 17:01:18.036169 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3595 2024.10.22 17:01:18.036194 [ 279 ] {} <Debug> HTTP-Session: 43aa105c-ed3e-4bdc-9e91-7fa69fa89305 Authenticating user 'default' from [fd00:1122:3344:101::d]:58026
3596 2024.10.22 17:01:18.036214 [ 279 ] {} <Debug> HTTP-Session: 43aa105c-ed3e-4bdc-9e91-7fa69fa89305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3597 2024.10.22 17:01:18.036239 [ 279 ] {} <Debug> HTTP-Session: 43aa105c-ed3e-4bdc-9e91-7fa69fa89305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3598 2024.10.22 17:01:18.036278 [ 279 ] {} <Trace> HTTP-Session: 43aa105c-ed3e-4bdc-9e91-7fa69fa89305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3599 2024.10.22 17:01:18.036523 [ 279 ] {2acb6ddd-2842-49b8-a111-40be4b00a42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58026) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3600 2024.10.22 17:01:18.036578 [ 279 ] {2acb6ddd-2842-49b8-a111-40be4b00a42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3601 2024.10.22 17:01:18.036755 [ 279 ] {2acb6ddd-2842-49b8-a111-40be4b00a42f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3602 2024.10.22 17:01:18.037225 [ 279 ] {2acb6ddd-2842-49b8-a111-40be4b00a42f} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3603 2024.10.22 17:01:18.037265 [ 279 ] {2acb6ddd-2842-49b8-a111-40be4b00a42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3604 2024.10.22 17:01:18.037657 [ 279 ] {2acb6ddd-2842-49b8-a111-40be4b00a42f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3605 2024.10.22 17:01:18.037992 [ 279 ] {2acb6ddd-2842-49b8-a111-40be4b00a42f} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3606 2024.10.22 17:01:18.038157 [ 279 ] {2acb6ddd-2842-49b8-a111-40be4b00a42f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001767 sec., 134125.63667232599 rows/sec., 8.99 MiB/sec.
3607 2024.10.22 17:01:18.038347 [ 279 ] {2acb6ddd-2842-49b8-a111-40be4b00a42f} <Debug> DynamicQueryHandler: Done processing query
3608 2024.10.22 17:01:18.038372 [ 279 ] {2acb6ddd-2842-49b8-a111-40be4b00a42f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3609 2024.10.22 17:01:18.038389 [ 279 ] {} <Debug> HTTP-Session: 43aa105c-ed3e-4bdc-9e91-7fa69fa89305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3610 2024.10.22 17:01:18.038535 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3611 2024.10.22 17:01:18.038545 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41431, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3612 2024.10.22 17:01:18.038616 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3613 2024.10.22 17:01:18.038643 [ 261 ] {} <Debug> HTTP-Session: 69b6f429-3b8e-4fe9-9967-60e479bc917b Authenticating user 'default' from [fd00:1122:3344:101::d]:41431
3614 2024.10.22 17:01:18.038668 [ 261 ] {} <Debug> HTTP-Session: 69b6f429-3b8e-4fe9-9967-60e479bc917b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3615 2024.10.22 17:01:18.038686 [ 261 ] {} <Debug> HTTP-Session: 69b6f429-3b8e-4fe9-9967-60e479bc917b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3616 2024.10.22 17:01:18.038724 [ 261 ] {} <Trace> HTTP-Session: 69b6f429-3b8e-4fe9-9967-60e479bc917b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3617 2024.10.22 17:01:18.038837 [ 261 ] {043c8b84-07cc-42a7-8ba3-83f17a62dbf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41431) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3618 2024.10.22 17:01:18.038890 [ 261 ] {043c8b84-07cc-42a7-8ba3-83f17a62dbf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3619 2024.10.22 17:01:18.039046 [ 261 ] {043c8b84-07cc-42a7-8ba3-83f17a62dbf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3620 2024.10.22 17:01:18.039324 [ 261 ] {043c8b84-07cc-42a7-8ba3-83f17a62dbf8} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3621 2024.10.22 17:01:18.039361 [ 261 ] {043c8b84-07cc-42a7-8ba3-83f17a62dbf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3622 2024.10.22 17:01:18.039705 [ 261 ] {043c8b84-07cc-42a7-8ba3-83f17a62dbf8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3623 2024.10.22 17:01:18.040056 [ 261 ] {043c8b84-07cc-42a7-8ba3-83f17a62dbf8} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3624 2024.10.22 17:01:18.040210 [ 261 ] {043c8b84-07cc-42a7-8ba3-83f17a62dbf8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec.
3625 2024.10.22 17:01:18.040379 [ 261 ] {043c8b84-07cc-42a7-8ba3-83f17a62dbf8} <Debug> DynamicQueryHandler: Done processing query
3626 2024.10.22 17:01:18.040403 [ 261 ] {043c8b84-07cc-42a7-8ba3-83f17a62dbf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3627 2024.10.22 17:01:18.040419 [ 261 ] {} <Debug> HTTP-Session: 69b6f429-3b8e-4fe9-9967-60e479bc917b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3628 2024.10.22 17:01:18.040617 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3629 2024.10.22 17:01:18.040744 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34997, User-Agent: (none), Length: 48432, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3630 2024.10.22 17:01:18.040805 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3631 2024.10.22 17:01:18.040831 [ 279 ] {} <Debug> HTTP-Session: dc5030e8-dd2e-4ab1-8364-36be2d4840c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34997
3632 2024.10.22 17:01:18.040851 [ 279 ] {} <Debug> HTTP-Session: dc5030e8-dd2e-4ab1-8364-36be2d4840c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3633 2024.10.22 17:01:18.040868 [ 279 ] {} <Debug> HTTP-Session: dc5030e8-dd2e-4ab1-8364-36be2d4840c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3634 2024.10.22 17:01:18.040905 [ 279 ] {} <Trace> HTTP-Session: dc5030e8-dd2e-4ab1-8364-36be2d4840c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3635 2024.10.22 17:01:18.041237 [ 279 ] {dbca2c3d-7355-4ef0-9e98-52d6125679b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34997) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3636 2024.10.22 17:01:18.041300 [ 279 ] {dbca2c3d-7355-4ef0-9e98-52d6125679b5} <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
3637 2024.10.22 17:01:18.041719 [ 279 ] {dbca2c3d-7355-4ef0-9e98-52d6125679b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3638 2024.10.22 17:01:18.042410 [ 279 ] {dbca2c3d-7355-4ef0-9e98-52d6125679b5} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3639 2024.10.22 17:01:18.042447 [ 279 ] {dbca2c3d-7355-4ef0-9e98-52d6125679b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3640 2024.10.22 17:01:18.043111 [ 279 ] {dbca2c3d-7355-4ef0-9e98-52d6125679b5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3641 2024.10.22 17:01:18.043520 [ 279 ] {dbca2c3d-7355-4ef0-9e98-52d6125679b5} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3642 2024.10.22 17:01:18.043725 [ 279 ] {dbca2c3d-7355-4ef0-9e98-52d6125679b5} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002708 sec., 10709.01033973412 rows/sec., 19.19 MiB/sec.
3643 2024.10.22 17:01:18.044133 [ 279 ] {dbca2c3d-7355-4ef0-9e98-52d6125679b5} <Debug> DynamicQueryHandler: Done processing query
3644 2024.10.22 17:01:18.044159 [ 279 ] {dbca2c3d-7355-4ef0-9e98-52d6125679b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
3645 2024.10.22 17:01:18.044174 [ 279 ] {} <Debug> HTTP-Session: dc5030e8-dd2e-4ab1-8364-36be2d4840c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3646 2024.10.22 17:01:18.044327 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41431, User-Agent: (none), Length: 2437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3647 2024.10.22 17:01:18.044339 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3648 2024.10.22 17:01:18.044391 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3649 2024.10.22 17:01:18.044418 [ 261 ] {} <Debug> HTTP-Session: 31f7e5d5-cf03-41a4-994f-96f2b08a2086 Authenticating user 'default' from [fd00:1122:3344:101::d]:41431
3650 2024.10.22 17:01:18.044440 [ 261 ] {} <Debug> HTTP-Session: 31f7e5d5-cf03-41a4-994f-96f2b08a2086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3651 2024.10.22 17:01:18.044463 [ 261 ] {} <Debug> HTTP-Session: 31f7e5d5-cf03-41a4-994f-96f2b08a2086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3652 2024.10.22 17:01:18.044501 [ 261 ] {} <Trace> HTTP-Session: 31f7e5d5-cf03-41a4-994f-96f2b08a2086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3653 2024.10.22 17:01:18.044623 [ 261 ] {5fe04a18-475f-4d56-9c80-4f4445efd499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41431) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
3654 2024.10.22 17:01:18.044674 [ 261 ] {5fe04a18-475f-4d56-9c80-4f4445efd499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
3655 2024.10.22 17:01:18.044833 [ 261 ] {5fe04a18-475f-4d56-9c80-4f4445efd499} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3656 2024.10.22 17:01:18.045133 [ 261 ] {5fe04a18-475f-4d56-9c80-4f4445efd499} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3657 2024.10.22 17:01:18.045169 [ 261 ] {5fe04a18-475f-4d56-9c80-4f4445efd499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3658 2024.10.22 17:01:18.045518 [ 261 ] {5fe04a18-475f-4d56-9c80-4f4445efd499} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
3659 2024.10.22 17:01:18.045836 [ 261 ] {5fe04a18-475f-4d56-9c80-4f4445efd499} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3660 2024.10.22 17:01:18.045983 [ 261 ] {5fe04a18-475f-4d56-9c80-4f4445efd499} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001389 sec., 10799.136069114471 rows/sec., 803.61 KiB/sec.
3661 2024.10.22 17:01:18.046160 [ 261 ] {5fe04a18-475f-4d56-9c80-4f4445efd499} <Debug> DynamicQueryHandler: Done processing query
3662 2024.10.22 17:01:18.046186 [ 261 ] {5fe04a18-475f-4d56-9c80-4f4445efd499} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3663 2024.10.22 17:01:18.046202 [ 261 ] {} <Debug> HTTP-Session: 31f7e5d5-cf03-41a4-994f-96f2b08a2086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3664 2024.10.22 17:01:18.046348 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3665 2024.10.22 17:01:18.046430 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44805, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3666 2024.10.22 17:01:18.046493 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3667 2024.10.22 17:01:18.046519 [ 279 ] {} <Debug> HTTP-Session: 39e6ed36-ac35-4b6f-b67b-330beeacf47d Authenticating user 'default' from [fd00:1122:3344:101::d]:44805
3668 2024.10.22 17:01:18.046539 [ 279 ] {} <Debug> HTTP-Session: 39e6ed36-ac35-4b6f-b67b-330beeacf47d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3669 2024.10.22 17:01:18.046556 [ 279 ] {} <Debug> HTTP-Session: 39e6ed36-ac35-4b6f-b67b-330beeacf47d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3670 2024.10.22 17:01:18.046594 [ 279 ] {} <Trace> HTTP-Session: 39e6ed36-ac35-4b6f-b67b-330beeacf47d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3671 2024.10.22 17:01:18.046754 [ 279 ] {8d6b3157-ff52-48ed-aca0-49bd08b7a707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44805) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3672 2024.10.22 17:01:18.046806 [ 279 ] {8d6b3157-ff52-48ed-aca0-49bd08b7a707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3673 2024.10.22 17:01:18.046964 [ 279 ] {8d6b3157-ff52-48ed-aca0-49bd08b7a707} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3674 2024.10.22 17:01:18.047294 [ 279 ] {8d6b3157-ff52-48ed-aca0-49bd08b7a707} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3675 2024.10.22 17:01:18.047331 [ 279 ] {8d6b3157-ff52-48ed-aca0-49bd08b7a707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
3676 2024.10.22 17:01:18.047695 [ 279 ] {8d6b3157-ff52-48ed-aca0-49bd08b7a707} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3677 2024.10.22 17:01:18.048011 [ 279 ] {8d6b3157-ff52-48ed-aca0-49bd08b7a707} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3678 2024.10.22 17:01:18.048168 [ 279 ] {8d6b3157-ff52-48ed-aca0-49bd08b7a707} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001485 sec., 55218.85521885522 rows/sec., 3.51 MiB/sec.
3679 2024.10.22 17:01:18.048347 [ 279 ] {8d6b3157-ff52-48ed-aca0-49bd08b7a707} <Debug> DynamicQueryHandler: Done processing query
3680 2024.10.22 17:01:18.048372 [ 279 ] {8d6b3157-ff52-48ed-aca0-49bd08b7a707} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3681 2024.10.22 17:01:18.048388 [ 279 ] {} <Debug> HTTP-Session: 39e6ed36-ac35-4b6f-b67b-330beeacf47d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3682 2024.10.22 17:01:18.048718 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3683 2024.10.22 17:01:21.171807 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3684 2024.10.22 17:01:22.990624 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33830, User-Agent: (none), Length: 7802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3685 2024.10.22 17:01:22.990743 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3686 2024.10.22 17:01:22.990772 [ 279 ] {} <Debug> HTTP-Session: 69dfeba7-3677-46f4-afc7-9828b460fc78 Authenticating user 'default' from [fd00:1122:3344:101::d]:33830
3687 2024.10.22 17:01:22.990800 [ 279 ] {} <Debug> HTTP-Session: 69dfeba7-3677-46f4-afc7-9828b460fc78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3688 2024.10.22 17:01:22.990818 [ 279 ] {} <Debug> HTTP-Session: 69dfeba7-3677-46f4-afc7-9828b460fc78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3689 2024.10.22 17:01:22.990872 [ 279 ] {} <Trace> HTTP-Session: 69dfeba7-3677-46f4-afc7-9828b460fc78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3690 2024.10.22 17:01:22.991092 [ 279 ] {c472fda2-9891-4e38-9a88-e466bcaa3861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33830) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3691 2024.10.22 17:01:22.991165 [ 279 ] {c472fda2-9891-4e38-9a88-e466bcaa3861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3692 2024.10.22 17:01:22.991489 [ 279 ] {c472fda2-9891-4e38-9a88-e466bcaa3861} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3693 2024.10.22 17:01:22.991990 [ 279 ] {c472fda2-9891-4e38-9a88-e466bcaa3861} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3694 2024.10.22 17:01:22.992033 [ 279 ] {c472fda2-9891-4e38-9a88-e466bcaa3861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3695 2024.10.22 17:01:22.992446 [ 279 ] {c472fda2-9891-4e38-9a88-e466bcaa3861} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3696 2024.10.22 17:01:22.992836 [ 279 ] {c472fda2-9891-4e38-9a88-e466bcaa3861} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3697 2024.10.22 17:01:22.992989 [ 279 ] {c472fda2-9891-4e38-9a88-e466bcaa3861} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.17 MiB/sec.
3698 2024.10.22 17:01:22.993422 [ 279 ] {c472fda2-9891-4e38-9a88-e466bcaa3861} <Debug> DynamicQueryHandler: Done processing query
3699 2024.10.22 17:01:22.993506 [ 279 ] {c472fda2-9891-4e38-9a88-e466bcaa3861} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3700 2024.10.22 17:01:22.993598 [ 279 ] {} <Debug> HTTP-Session: 69dfeba7-3677-46f4-afc7-9828b460fc78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3701 2024.10.22 17:01:22.993946 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3702 2024.10.22 17:01:22.994106 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37278, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3703 2024.10.22 17:01:22.994179 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3704 2024.10.22 17:01:22.994204 [ 261 ] {} <Debug> HTTP-Session: 8389d9b8-97a9-444d-83f2-c9c030c1e026 Authenticating user 'default' from [fd00:1122:3344:101::d]:37278
3705 2024.10.22 17:01:22.994226 [ 261 ] {} <Debug> HTTP-Session: 8389d9b8-97a9-444d-83f2-c9c030c1e026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3706 2024.10.22 17:01:22.994243 [ 261 ] {} <Debug> HTTP-Session: 8389d9b8-97a9-444d-83f2-c9c030c1e026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3707 2024.10.22 17:01:22.994283 [ 261 ] {} <Trace> HTTP-Session: 8389d9b8-97a9-444d-83f2-c9c030c1e026 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3708 2024.10.22 17:01:22.994432 [ 261 ] {6eb9edc9-b0c7-4a1f-8000-1ba1c2b0f637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37278) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3709 2024.10.22 17:01:22.994486 [ 261 ] {6eb9edc9-b0c7-4a1f-8000-1ba1c2b0f637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3710 2024.10.22 17:01:22.994782 [ 261 ] {6eb9edc9-b0c7-4a1f-8000-1ba1c2b0f637} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3711 2024.10.22 17:01:22.995212 [ 261 ] {6eb9edc9-b0c7-4a1f-8000-1ba1c2b0f637} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3712 2024.10.22 17:01:22.995249 [ 261 ] {6eb9edc9-b0c7-4a1f-8000-1ba1c2b0f637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3713 2024.10.22 17:01:22.995602 [ 261 ] {6eb9edc9-b0c7-4a1f-8000-1ba1c2b0f637} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3714 2024.10.22 17:01:22.995959 [ 261 ] {6eb9edc9-b0c7-4a1f-8000-1ba1c2b0f637} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3715 2024.10.22 17:01:22.996117 [ 261 ] {6eb9edc9-b0c7-4a1f-8000-1ba1c2b0f637} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001727 sec., 37058.48291835553 rows/sec., 2.89 MiB/sec.
3716 2024.10.22 17:01:22.996449 [ 261 ] {6eb9edc9-b0c7-4a1f-8000-1ba1c2b0f637} <Debug> DynamicQueryHandler: Done processing query
3717 2024.10.22 17:01:22.996474 [ 261 ] {6eb9edc9-b0c7-4a1f-8000-1ba1c2b0f637} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3718 2024.10.22 17:01:22.996490 [ 261 ] {} <Debug> HTTP-Session: 8389d9b8-97a9-444d-83f2-c9c030c1e026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3719 2024.10.22 17:01:22.996748 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3720 2024.10.22 17:01:22.996872 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54852, User-Agent: (none), Length: 30547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3721 2024.10.22 17:01:22.996932 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3722 2024.10.22 17:01:22.996956 [ 279 ] {} <Debug> HTTP-Session: 0fa649b9-c978-4b27-ab50-73e0d1875945 Authenticating user 'default' from [fd00:1122:3344:101::d]:54852
3723 2024.10.22 17:01:22.996976 [ 279 ] {} <Debug> HTTP-Session: 0fa649b9-c978-4b27-ab50-73e0d1875945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3724 2024.10.22 17:01:22.996993 [ 279 ] {} <Debug> HTTP-Session: 0fa649b9-c978-4b27-ab50-73e0d1875945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3725 2024.10.22 17:01:22.997031 [ 279 ] {} <Trace> HTTP-Session: 0fa649b9-c978-4b27-ab50-73e0d1875945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3726 2024.10.22 17:01:22.997218 [ 279 ] {d0686d2e-b5e0-4deb-ba2e-4cfe892ac9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3727 2024.10.22 17:01:22.997270 [ 279 ] {d0686d2e-b5e0-4deb-ba2e-4cfe892ac9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3728 2024.10.22 17:01:22.997436 [ 279 ] {d0686d2e-b5e0-4deb-ba2e-4cfe892ac9ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3729 2024.10.22 17:01:22.997829 [ 279 ] {d0686d2e-b5e0-4deb-ba2e-4cfe892ac9ae} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3730 2024.10.22 17:01:22.997866 [ 279 ] {d0686d2e-b5e0-4deb-ba2e-4cfe892ac9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3731 2024.10.22 17:01:22.998252 [ 279 ] {d0686d2e-b5e0-4deb-ba2e-4cfe892ac9ae} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3732 2024.10.22 17:01:22.998591 [ 279 ] {d0686d2e-b5e0-4deb-ba2e-4cfe892ac9ae} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3733 2024.10.22 17:01:22.998759 [ 279 ] {d0686d2e-b5e0-4deb-ba2e-4cfe892ac9ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec.
3734 2024.10.22 17:01:22.999063 [ 279 ] {d0686d2e-b5e0-4deb-ba2e-4cfe892ac9ae} <Debug> DynamicQueryHandler: Done processing query
3735 2024.10.22 17:01:22.999088 [ 279 ] {d0686d2e-b5e0-4deb-ba2e-4cfe892ac9ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3736 2024.10.22 17:01:22.999104 [ 279 ] {} <Debug> HTTP-Session: 0fa649b9-c978-4b27-ab50-73e0d1875945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3737 2024.10.22 17:01:22.999301 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3738 2024.10.22 17:01:22.999323 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37278, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3739 2024.10.22 17:01:22.999387 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3740 2024.10.22 17:01:22.999410 [ 261 ] {} <Debug> HTTP-Session: d19a7384-9955-41a3-8259-4598194a02ec Authenticating user 'default' from [fd00:1122:3344:101::d]:37278
3741 2024.10.22 17:01:22.999433 [ 261 ] {} <Debug> HTTP-Session: d19a7384-9955-41a3-8259-4598194a02ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3742 2024.10.22 17:01:22.999452 [ 261 ] {} <Debug> HTTP-Session: d19a7384-9955-41a3-8259-4598194a02ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3743 2024.10.22 17:01:22.999490 [ 261 ] {} <Trace> HTTP-Session: d19a7384-9955-41a3-8259-4598194a02ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3744 2024.10.22 17:01:22.999637 [ 261 ] {ccae309b-a1c3-4feb-9e50-8ed9a35dbf10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37278) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3745 2024.10.22 17:01:22.999692 [ 261 ] {ccae309b-a1c3-4feb-9e50-8ed9a35dbf10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3746 2024.10.22 17:01:22.999866 [ 261 ] {ccae309b-a1c3-4feb-9e50-8ed9a35dbf10} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3747 2024.10.22 17:01:23.000168 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.17 MiB, peak 158.79 MiB, free memory in arenas 0.00 B, will set to 151.89 MiB (RSS), difference: -1.29 MiB
3748 2024.10.22 17:01:23.000521 [ 261 ] {ccae309b-a1c3-4feb-9e50-8ed9a35dbf10} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3749 2024.10.22 17:01:23.000569 [ 261 ] {ccae309b-a1c3-4feb-9e50-8ed9a35dbf10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3750 2024.10.22 17:01:23.001018 [ 261 ] {ccae309b-a1c3-4feb-9e50-8ed9a35dbf10} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3751 2024.10.22 17:01:23.001338 [ 261 ] {ccae309b-a1c3-4feb-9e50-8ed9a35dbf10} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3752 2024.10.22 17:01:23.001493 [ 261 ] {ccae309b-a1c3-4feb-9e50-8ed9a35dbf10} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001903 sec., 31529.164477141356 rows/sec., 2.12 MiB/sec.
3753 2024.10.22 17:01:23.001651 [ 261 ] {ccae309b-a1c3-4feb-9e50-8ed9a35dbf10} <Debug> DynamicQueryHandler: Done processing query
3754 2024.10.22 17:01:23.001676 [ 261 ] {ccae309b-a1c3-4feb-9e50-8ed9a35dbf10} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3755 2024.10.22 17:01:23.001692 [ 261 ] {} <Debug> HTTP-Session: d19a7384-9955-41a3-8259-4598194a02ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3756 2024.10.22 17:01:23.001931 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3757 2024.10.22 17:01:23.656793 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3758 2024.10.22 17:01:23.711253 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58013, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3759 2024.10.22 17:01:23.783202 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3760 2024.10.22 17:01:23.888617 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49286, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3761 2024.10.22 17:01:23.891085 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3762 2024.10.22 17:01:23.902570 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56901, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3763 2024.10.22 17:01:23.924827 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3764 2024.10.22 17:01:27.221991 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 344
3765 2024.10.22 17:01:27.224905 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3766 2024.10.22 17:01:27.224959 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3767 2024.10.22 17:01:27.226502 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3768 2024.10.22 17:01:27.227472 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3769 2024.10.22 17:01:27.228638 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 344
3770 2024.10.22 17:01:27.993234 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44481, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3771 2024.10.22 17:01:27.993343 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3772 2024.10.22 17:01:27.993367 [ 282 ] {} <Debug> HTTP-Session: 5d1c3116-c682-4c6b-8fba-a7f0e19e8047 Authenticating user 'default' from [fd00:1122:3344:101::d]:44481
3773 2024.10.22 17:01:27.993391 [ 282 ] {} <Debug> HTTP-Session: 5d1c3116-c682-4c6b-8fba-a7f0e19e8047 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3774 2024.10.22 17:01:27.993405 [ 282 ] {} <Debug> HTTP-Session: 5d1c3116-c682-4c6b-8fba-a7f0e19e8047 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3775 2024.10.22 17:01:27.993452 [ 282 ] {} <Trace> HTTP-Session: 5d1c3116-c682-4c6b-8fba-a7f0e19e8047 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3776 2024.10.22 17:01:27.993693 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44481) 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)
3777 2024.10.22 17:01:27.994106 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3778 2024.10.22 17:01:27.994159 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <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
3779 2024.10.22 17:01:27.994559 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3780 2024.10.22 17:01:27.994644 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3781 2024.10.22 17:01:27.994820 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
3782 2024.10.22 17:01:27.994908 [ 273 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3783 2024.10.22 17:01:27.995095 [ 272 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3784 2024.10.22 17:01:27.995109 [ 259 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
3785 2024.10.22 17:01:27.995109 [ 287 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
3786 2024.10.22 17:01:27.995095 [ 286 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3787 2024.10.22 17:01:27.995349 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges
3788 2024.10.22 17:01:27.995382 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
3789 2024.10.22 17:01:27.995550 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3790 2024.10.22 17:01:27.995578 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Reading approx. 40 rows with 5 streams
3791 2024.10.22 17:01:27.995623 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <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'))"
3792 2024.10.22 17:01:27.995673 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <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'))"
3793 2024.10.22 17:01:27.995717 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <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'))"
3794 2024.10.22 17:01:27.995760 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <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'))"
3795 2024.10.22 17:01:27.995803 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <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'))"
3796 2024.10.22 17:01:27.998803 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.005225 sec., 7655.502392344498 rows/sec., 291.94 KiB/sec.
3797 2024.10.22 17:01:27.999284 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Debug> DynamicQueryHandler: Done processing query
3798 2024.10.22 17:01:27.999311 [ 282 ] {6ff3c1a6-0078-4629-ab26-b75ba2df3c2a} <Debug> MemoryTracker: Peak memory usage (for query): 3.17 MiB.
3799 2024.10.22 17:01:27.999329 [ 282 ] {} <Debug> HTTP-Session: 5d1c3116-c682-4c6b-8fba-a7f0e19e8047 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3800 2024.10.22 17:01:28.005435 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3801 2024.10.22 17:01:28.005501 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49439, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3802 2024.10.22 17:01:28.005566 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3803 2024.10.22 17:01:28.005590 [ 279 ] {} <Debug> HTTP-Session: 8ac5b4e6-bb0a-45c5-ad9e-ea0cb40b15a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49439
3804 2024.10.22 17:01:28.005610 [ 279 ] {} <Debug> HTTP-Session: 8ac5b4e6-bb0a-45c5-ad9e-ea0cb40b15a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3805 2024.10.22 17:01:28.005625 [ 279 ] {} <Debug> HTTP-Session: 8ac5b4e6-bb0a-45c5-ad9e-ea0cb40b15a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3806 2024.10.22 17:01:28.005665 [ 279 ] {} <Trace> HTTP-Session: 8ac5b4e6-bb0a-45c5-ad9e-ea0cb40b15a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3807 2024.10.22 17:01:28.005801 [ 279 ] {8f4af141-fe16-413e-9608-2e7600908afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49439) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
3808 2024.10.22 17:01:28.005858 [ 279 ] {8f4af141-fe16-413e-9608-2e7600908afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3809 2024.10.22 17:01:28.006067 [ 279 ] {8f4af141-fe16-413e-9608-2e7600908afb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3810 2024.10.22 17:01:28.006424 [ 279 ] {8f4af141-fe16-413e-9608-2e7600908afb} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3811 2024.10.22 17:01:28.006462 [ 279 ] {8f4af141-fe16-413e-9608-2e7600908afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3812 2024.10.22 17:01:28.007002 [ 279 ] {8f4af141-fe16-413e-9608-2e7600908afb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3813 2024.10.22 17:01:28.007360 [ 279 ] {8f4af141-fe16-413e-9608-2e7600908afb} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3814 2024.10.22 17:01:28.007506 [ 279 ] {8f4af141-fe16-413e-9608-2e7600908afb} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001745 sec., 573.0659025787966 rows/sec., 129.84 KiB/sec.
3815 2024.10.22 17:01:28.007556 [ 45 ] {} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3816 2024.10.22 17:01:28.007677 [ 45 ] {} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3817 2024.10.22 17:01:28.007722 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3818 2024.10.22 17:01:28.007811 [ 279 ] {8f4af141-fe16-413e-9608-2e7600908afb} <Debug> DynamicQueryHandler: Done processing query
3819 2024.10.22 17:01:28.007869 [ 279 ] {8f4af141-fe16-413e-9608-2e7600908afb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3820 2024.10.22 17:01:28.007917 [ 279 ] {} <Debug> HTTP-Session: 8ac5b4e6-bb0a-45c5-ad9e-ea0cb40b15a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3821 2024.10.22 17:01:28.007968 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::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
3822 2024.10.22 17:01:28.008213 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3823 2024.10.22 17:01:28.008310 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45328, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3824 2024.10.22 17:01:28.008456 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3825 2024.10.22 17:01:28.008520 [ 282 ] {} <Debug> HTTP-Session: 13f72763-c591-43da-ba0e-31ff0a5b9022 Authenticating user 'default' from [fd00:1122:3344:101::d]:45328
3826 2024.10.22 17:01:28.008561 [ 282 ] {} <Debug> HTTP-Session: 13f72763-c591-43da-ba0e-31ff0a5b9022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3827 2024.10.22 17:01:28.008602 [ 282 ] {} <Debug> HTTP-Session: 13f72763-c591-43da-ba0e-31ff0a5b9022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3828 2024.10.22 17:01:28.008702 [ 282 ] {} <Trace> HTTP-Session: 13f72763-c591-43da-ba0e-31ff0a5b9022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3829 2024.10.22 17:01:28.008729 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3830 2024.10.22 17:01:28.008824 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
3831 2024.10.22 17:01:28.008918 [ 282 ] {e156cb08-5d1a-4781-a90d-aef4be8b4e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45328) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
3832 2024.10.22 17:01:28.009060 [ 282 ] {e156cb08-5d1a-4781-a90d-aef4be8b4e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
3833 2024.10.22 17:01:28.009089 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
3834 2024.10.22 17:01:28.009403 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part
3835 2024.10.22 17:01:28.009699 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
3836 2024.10.22 17:01:28.010008 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part
3837 2024.10.22 17:01:28.010230 [ 282 ] {e156cb08-5d1a-4781-a90d-aef4be8b4e56} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3838 2024.10.22 17:01:28.010270 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3839 2024.10.22 17:01:28.011166 [ 282 ] {e156cb08-5d1a-4781-a90d-aef4be8b4e56} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3840 2024.10.22 17:01:28.011228 [ 282 ] {e156cb08-5d1a-4781-a90d-aef4be8b4e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3841 2024.10.22 17:01:28.012285 [ 282 ] {e156cb08-5d1a-4781-a90d-aef4be8b4e56} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3842 2024.10.22 17:01:28.013527 [ 282 ] {e156cb08-5d1a-4781-a90d-aef4be8b4e56} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3843 2024.10.22 17:01:28.013968 [ 45 ] {} <Debug> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3844 2024.10.22 17:01:28.014012 [ 282 ] {e156cb08-5d1a-4781-a90d-aef4be8b4e56} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.005143 sec., 2333.26852031888 rows/sec., 162.92 KiB/sec.
3845 2024.10.22 17:01:28.014102 [ 45 ] {} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3846 2024.10.22 17:01:28.014365 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3847 2024.10.22 17:01:28.014628 [ 282 ] {e156cb08-5d1a-4781-a90d-aef4be8b4e56} <Debug> DynamicQueryHandler: Done processing query
3848 2024.10.22 17:01:28.014713 [ 282 ] {e156cb08-5d1a-4781-a90d-aef4be8b4e56} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3849 2024.10.22 17:01:28.014785 [ 282 ] {} <Debug> HTTP-Session: 13f72763-c591-43da-ba0e-31ff0a5b9022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3850 2024.10.22 17:01:28.014943 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::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
3851 2024.10.22 17:01:28.015143 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3852 2024.10.22 17:01:28.015258 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36835, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3853 2024.10.22 17:01:28.015464 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3854 2024.10.22 17:01:28.015568 [ 279 ] {} <Debug> HTTP-Session: 53c89408-116c-49fe-abab-c50cc1ccf15d Authenticating user 'default' from [fd00:1122:3344:101::d]:36835
3855 2024.10.22 17:01:28.015649 [ 279 ] {} <Debug> HTTP-Session: 53c89408-116c-49fe-abab-c50cc1ccf15d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3856 2024.10.22 17:01:28.015720 [ 279 ] {} <Debug> HTTP-Session: 53c89408-116c-49fe-abab-c50cc1ccf15d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3857 2024.10.22 17:01:28.015891 [ 279 ] {} <Trace> HTTP-Session: 53c89408-116c-49fe-abab-c50cc1ccf15d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3858 2024.10.22 17:01:28.016181 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3859 2024.10.22 17:01:28.016299 [ 279 ] {640b45b4-3137-4c95-858f-281f0e03bcb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36835) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3860 2024.10.22 17:01:28.016422 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::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
3861 2024.10.22 17:01:28.016485 [ 279 ] {640b45b4-3137-4c95-858f-281f0e03bcb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3862 2024.10.22 17:01:28.017328 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
3863 2024.10.22 17:01:28.018579 [ 279 ] {640b45b4-3137-4c95-858f-281f0e03bcb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3864 2024.10.22 17:01:28.017942 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
3865 2024.10.22 17:01:28.019150 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
3866 2024.10.22 17:01:28.019752 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
3867 2024.10.22 17:01:28.020782 [ 279 ] {640b45b4-3137-4c95-858f-281f0e03bcb4} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3868 2024.10.22 17:01:28.020903 [ 279 ] {640b45b4-3137-4c95-858f-281f0e03bcb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3869 2024.10.22 17:01:28.023000 [ 279 ] {640b45b4-3137-4c95-858f-281f0e03bcb4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
3870 2024.10.22 17:01:28.024827 [ 279 ] {640b45b4-3137-4c95-858f-281f0e03bcb4} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3871 2024.10.22 17:01:28.025453 [ 279 ] {640b45b4-3137-4c95-858f-281f0e03bcb4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.009291 sec., 215.2620815843289 rows/sec., 17.55 KiB/sec.
3872 2024.10.22 17:01:28.026151 [ 279 ] {640b45b4-3137-4c95-858f-281f0e03bcb4} <Debug> DynamicQueryHandler: Done processing query
3873 2024.10.22 17:01:28.026236 [ 279 ] {640b45b4-3137-4c95-858f-281f0e03bcb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3874 2024.10.22 17:01:28.026307 [ 279 ] {} <Debug> HTTP-Session: 53c89408-116c-49fe-abab-c50cc1ccf15d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3875 2024.10.22 17:01:28.026764 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3876 2024.10.22 17:01:28.026896 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47870, User-Agent: (none), Length: 39352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3877 2024.10.22 17:01:28.027042 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3878 2024.10.22 17:01:28.027160 [ 282 ] {} <Debug> HTTP-Session: 5cd0306e-4aa0-4772-84f7-5f179c693167 Authenticating user 'default' from [fd00:1122:3344:101::d]:47870
3879 2024.10.22 17:01:28.027280 [ 282 ] {} <Debug> HTTP-Session: 5cd0306e-4aa0-4772-84f7-5f179c693167 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3880 2024.10.22 17:01:28.027343 [ 282 ] {} <Debug> HTTP-Session: 5cd0306e-4aa0-4772-84f7-5f179c693167 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3881 2024.10.22 17:01:28.027508 [ 282 ] {} <Trace> HTTP-Session: 5cd0306e-4aa0-4772-84f7-5f179c693167 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3882 2024.10.22 17:01:28.027910 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.020072029 sec., 2042.6435214895314 rows/sec., 342.18 KiB/sec.
3883 2024.10.22 17:01:28.028090 [ 282 ] {abd816f6-42c5-40d0-a3e0-883a550af2bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47870) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3884 2024.10.22 17:01:28.028146 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.013580421 sec., 4418.125181833464 rows/sec., 324.67 KiB/sec.
3885 2024.10.22 17:01:28.028223 [ 282 ] {abd816f6-42c5-40d0-a3e0-883a550af2bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3886 2024.10.22 17:01:28.028347 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3887 2024.10.22 17:01:28.028616 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3888 2024.10.22 17:01:28.030257 [ 282 ] {abd816f6-42c5-40d0-a3e0-883a550af2bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3889 2024.10.22 17:01:28.031005 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::all_1_6_1} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3890 2024.10.22 17:01:28.031266 [ 195 ] {47d441cb-07b7-490d-9412-23b935e69634::all_1_6_1} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3891 2024.10.22 17:01:28.031329 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_5_1} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3892 2024.10.22 17:01:28.031537 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
3893 2024.10.22 17:01:28.031725 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_5_1} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3894 2024.10.22 17:01:28.031876 [ 282 ] {abd816f6-42c5-40d0-a3e0-883a550af2bc} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3895 2024.10.22 17:01:28.031876 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3896 2024.10.22 17:01:28.031947 [ 282 ] {abd816f6-42c5-40d0-a3e0-883a550af2bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3897 2024.10.22 17:01:28.032505 [ 282 ] {abd816f6-42c5-40d0-a3e0-883a550af2bc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3898 2024.10.22 17:01:28.032958 [ 282 ] {abd816f6-42c5-40d0-a3e0-883a550af2bc} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3899 2024.10.22 17:01:28.033127 [ 282 ] {abd816f6-42c5-40d0-a3e0-883a550af2bc} <Debug> executeQuery: Read 262 rows, 23.47 KiB in 0.005313 sec., 49313.00583474497 rows/sec., 4.31 MiB/sec.
3900 2024.10.22 17:01:28.033374 [ 282 ] {abd816f6-42c5-40d0-a3e0-883a550af2bc} <Debug> DynamicQueryHandler: Done processing query
3901 2024.10.22 17:01:28.033401 [ 282 ] {abd816f6-42c5-40d0-a3e0-883a550af2bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
3902 2024.10.22 17:01:28.033420 [ 282 ] {} <Debug> HTTP-Session: 5cd0306e-4aa0-4772-84f7-5f179c693167 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3903 2024.10.22 17:01:28.033629 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3904 2024.10.22 17:01:28.033713 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42996, User-Agent: (none), Length: 4625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3905 2024.10.22 17:01:28.033782 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3906 2024.10.22 17:01:28.033808 [ 279 ] {} <Debug> HTTP-Session: 3dd8a843-90b1-4418-90c2-48c88976cc6c Authenticating user 'default' from [fd00:1122:3344:101::d]:42996
3907 2024.10.22 17:01:28.033831 [ 279 ] {} <Debug> HTTP-Session: 3dd8a843-90b1-4418-90c2-48c88976cc6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3908 2024.10.22 17:01:28.033850 [ 279 ] {} <Debug> HTTP-Session: 3dd8a843-90b1-4418-90c2-48c88976cc6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3909 2024.10.22 17:01:28.033892 [ 279 ] {} <Trace> HTTP-Session: 3dd8a843-90b1-4418-90c2-48c88976cc6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3910 2024.10.22 17:01:28.034041 [ 279 ] {99c452db-385b-4244-86ad-49f8c732a285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42996) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3911 2024.10.22 17:01:28.034095 [ 279 ] {99c452db-385b-4244-86ad-49f8c732a285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3912 2024.10.22 17:01:28.034372 [ 279 ] {99c452db-385b-4244-86ad-49f8c732a285} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3913 2024.10.22 17:01:28.034724 [ 279 ] {99c452db-385b-4244-86ad-49f8c732a285} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3914 2024.10.22 17:01:28.034763 [ 279 ] {99c452db-385b-4244-86ad-49f8c732a285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3915 2024.10.22 17:01:28.035136 [ 279 ] {99c452db-385b-4244-86ad-49f8c732a285} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3916 2024.10.22 17:01:28.035521 [ 279 ] {99c452db-385b-4244-86ad-49f8c732a285} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3917 2024.10.22 17:01:28.035697 [ 279 ] {99c452db-385b-4244-86ad-49f8c732a285} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.001693 sec., 18901.358535144715 rows/sec., 1.38 MiB/sec.
3918 2024.10.22 17:01:28.035873 [ 279 ] {99c452db-385b-4244-86ad-49f8c732a285} <Debug> DynamicQueryHandler: Done processing query
3919 2024.10.22 17:01:28.035897 [ 279 ] {99c452db-385b-4244-86ad-49f8c732a285} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3920 2024.10.22 17:01:28.035913 [ 279 ] {} <Debug> HTTP-Session: 3dd8a843-90b1-4418-90c2-48c88976cc6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3921 2024.10.22 17:01:28.036099 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3922 2024.10.22 17:01:28.036210 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48439, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3923 2024.10.22 17:01:28.036267 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3924 2024.10.22 17:01:28.036287 [ 282 ] {} <Debug> HTTP-Session: fb1f1416-ca8c-42b7-b742-cc37bc8dc2a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48439
3925 2024.10.22 17:01:28.036305 [ 282 ] {} <Debug> HTTP-Session: fb1f1416-ca8c-42b7-b742-cc37bc8dc2a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3926 2024.10.22 17:01:28.036320 [ 282 ] {} <Debug> HTTP-Session: fb1f1416-ca8c-42b7-b742-cc37bc8dc2a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3927 2024.10.22 17:01:28.036352 [ 282 ] {} <Trace> HTTP-Session: fb1f1416-ca8c-42b7-b742-cc37bc8dc2a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3928 2024.10.22 17:01:28.036456 [ 282 ] {c8a5eb33-53d5-4c8e-a554-8231709ffd60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48439) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3929 2024.10.22 17:01:28.036499 [ 282 ] {c8a5eb33-53d5-4c8e-a554-8231709ffd60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3930 2024.10.22 17:01:28.036728 [ 282 ] {c8a5eb33-53d5-4c8e-a554-8231709ffd60} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3931 2024.10.22 17:01:28.037056 [ 282 ] {c8a5eb33-53d5-4c8e-a554-8231709ffd60} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3932 2024.10.22 17:01:28.037093 [ 282 ] {c8a5eb33-53d5-4c8e-a554-8231709ffd60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3933 2024.10.22 17:01:28.037492 [ 282 ] {c8a5eb33-53d5-4c8e-a554-8231709ffd60} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3934 2024.10.22 17:01:28.037861 [ 282 ] {c8a5eb33-53d5-4c8e-a554-8231709ffd60} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3935 2024.10.22 17:01:28.038008 [ 282 ] {c8a5eb33-53d5-4c8e-a554-8231709ffd60} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001574 sec., 13341.804320203302 rows/sec., 921.34 KiB/sec.
3936 2024.10.22 17:01:28.038018 [ 45 ] {} <Debug> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3937 2024.10.22 17:01:28.038104 [ 45 ] {} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3938 2024.10.22 17:01:28.038159 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3939 2024.10.22 17:01:28.038284 [ 282 ] {c8a5eb33-53d5-4c8e-a554-8231709ffd60} <Debug> DynamicQueryHandler: Done processing query
3940 2024.10.22 17:01:28.038293 [ 194 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::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
3941 2024.10.22 17:01:28.038318 [ 282 ] {c8a5eb33-53d5-4c8e-a554-8231709ffd60} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3942 2024.10.22 17:01:28.038349 [ 282 ] {} <Debug> HTTP-Session: fb1f1416-ca8c-42b7-b742-cc37bc8dc2a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3943 2024.10.22 17:01:28.038443 [ 194 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3944 2024.10.22 17:01:28.038475 [ 194 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part
3945 2024.10.22 17:01:28.038548 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3946 2024.10.22 17:01:28.038592 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42996, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3947 2024.10.22 17:01:28.038755 [ 194 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part
3948 2024.10.22 17:01:28.038879 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3949 2024.10.22 17:01:28.039029 [ 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):
3950 
3951 (version 23.8.7.1)
3952 2024.10.22 17:01:28.039074 [ 279 ] {} <Debug> HTTP-Session: 8fe357a3-ceda-4646-a4ad-2b1f84d2d291 Authenticating user 'default' from [fd00:1122:3344:101::d]:42996
3953 2024.10.22 17:01:28.039215 [ 279 ] {} <Debug> HTTP-Session: 8fe357a3-ceda-4646-a4ad-2b1f84d2d291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3954 2024.10.22 17:01:28.039183 [ 194 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part
3955 2024.10.22 17:01:28.039266 [ 279 ] {} <Debug> HTTP-Session: 8fe357a3-ceda-4646-a4ad-2b1f84d2d291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3956 2024.10.22 17:01:28.039366 [ 279 ] {} <Trace> HTTP-Session: 8fe357a3-ceda-4646-a4ad-2b1f84d2d291 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3957 2024.10.22 17:01:28.039513 [ 194 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 21 rows starting from the beginning of the part
3958 2024.10.22 17:01:28.039740 [ 279 ] {d439b74c-805c-44f5-95d3-b071460d7cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42996) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3959 2024.10.22 17:01:28.039848 [ 194 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part
3960 2024.10.22 17:01:28.039890 [ 279 ] {d439b74c-805c-44f5-95d3-b071460d7cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3961 2024.10.22 17:01:28.040220 [ 194 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 21 rows starting from the beginning of the part
3962 2024.10.22 17:01:28.040974 [ 279 ] {d439b74c-805c-44f5-95d3-b071460d7cde} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3963 2024.10.22 17:01:28.041534 [ 279 ] {d439b74c-805c-44f5-95d3-b071460d7cde} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3964 2024.10.22 17:01:28.041581 [ 279 ] {d439b74c-805c-44f5-95d3-b071460d7cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3965 2024.10.22 17:01:28.042205 [ 196 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 333 rows, containing 5 columns (5 merged, 0 gathered) in 0.003957201 sec., 84150.38811523601 rows/sec., 5.71 MiB/sec.
3966 2024.10.22 17:01:28.042236 [ 279 ] {d439b74c-805c-44f5-95d3-b071460d7cde} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3967 2024.10.22 17:01:28.042533 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3968 2024.10.22 17:01:28.042951 [ 279 ] {d439b74c-805c-44f5-95d3-b071460d7cde} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3969 2024.10.22 17:01:28.043384 [ 45 ] {} <Debug> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3970 2024.10.22 17:01:28.043412 [ 279 ] {d439b74c-805c-44f5-95d3-b071460d7cde} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.00381 sec., 3149.6062992125985 rows/sec., 193.77 KiB/sec.
3971 2024.10.22 17:01:28.043481 [ 45 ] {} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3972 2024.10.22 17:01:28.043613 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3973 2024.10.22 17:01:28.043708 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_6_1} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3974 2024.10.22 17:01:28.044058 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::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
3975 2024.10.22 17:01:28.044070 [ 279 ] {d439b74c-805c-44f5-95d3-b071460d7cde} <Debug> DynamicQueryHandler: Done processing query
3976 2024.10.22 17:01:28.044095 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_6_1} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3977 2024.10.22 17:01:28.044138 [ 279 ] {d439b74c-805c-44f5-95d3-b071460d7cde} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3978 2024.10.22 17:01:28.044192 [ 279 ] {} <Debug> HTTP-Session: 8fe357a3-ceda-4646-a4ad-2b1f84d2d291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3979 2024.10.22 17:01:28.044362 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
3980 2024.10.22 17:01:28.044412 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3981 2024.10.22 17:01:28.044453 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::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
3982 2024.10.22 17:01:28.044490 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3983 2024.10.22 17:01:28.044643 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
3984 2024.10.22 17:01:28.044757 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49313, User-Agent: (none), Length: 67194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3985 2024.10.22 17:01:28.045005 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3986 2024.10.22 17:01:28.045080 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
3987 2024.10.22 17:01:28.045105 [ 282 ] {} <Debug> HTTP-Session: 96228006-4e8d-45f4-ac0e-95f3f735a127 Authenticating user 'default' from [fd00:1122:3344:101::d]:49313
3988 2024.10.22 17:01:28.045173 [ 282 ] {} <Debug> HTTP-Session: 96228006-4e8d-45f4-ac0e-95f3f735a127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3989 2024.10.22 17:01:28.045269 [ 282 ] {} <Debug> HTTP-Session: 96228006-4e8d-45f4-ac0e-95f3f735a127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3990 2024.10.22 17:01:28.045355 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
3991 2024.10.22 17:01:28.045411 [ 282 ] {} <Trace> HTTP-Session: 96228006-4e8d-45f4-ac0e-95f3f735a127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3992 2024.10.22 17:01:28.045677 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
3993 2024.10.22 17:01:28.045900 [ 282 ] {8abd8019-f66e-4865-a45b-be260bbb0822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49313) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3994 2024.10.22 17:01:28.046051 [ 282 ] {8abd8019-f66e-4865-a45b-be260bbb0822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3995 2024.10.22 17:01:28.046481 [ 282 ] {8abd8019-f66e-4865-a45b-be260bbb0822} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3996 2024.10.22 17:01:28.047265 [ 196 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.003467539 sec., 17303.33818884229 rows/sec., 1.10 MiB/sec.
3997 2024.10.22 17:01:28.047300 [ 282 ] {8abd8019-f66e-4865-a45b-be260bbb0822} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3998 2024.10.22 17:01:28.047358 [ 282 ] {8abd8019-f66e-4865-a45b-be260bbb0822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
3999 2024.10.22 17:01:28.047536 [ 196 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4000 2024.10.22 17:01:28.048271 [ 282 ] {8abd8019-f66e-4865-a45b-be260bbb0822} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4001 2024.10.22 17:01:28.048679 [ 196 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_5_1} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4002 2024.10.22 17:01:28.048971 [ 196 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_5_1} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4003 2024.10.22 17:01:28.049141 [ 282 ] {8abd8019-f66e-4865-a45b-be260bbb0822} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4004 2024.10.22 17:01:28.049272 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4005 2024.10.22 17:01:28.049442 [ 282 ] {8abd8019-f66e-4865-a45b-be260bbb0822} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.003808 sec., 108718.48739495798 rows/sec., 7.76 MiB/sec.
4006 2024.10.22 17:01:28.049638 [ 282 ] {8abd8019-f66e-4865-a45b-be260bbb0822} <Debug> DynamicQueryHandler: Done processing query
4007 2024.10.22 17:01:28.049664 [ 282 ] {8abd8019-f66e-4865-a45b-be260bbb0822} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4008 2024.10.22 17:01:28.049680 [ 282 ] {} <Debug> HTTP-Session: 96228006-4e8d-45f4-ac0e-95f3f735a127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4009 2024.10.22 17:01:28.049868 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4010 2024.10.22 17:01:28.049970 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45651, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4011 2024.10.22 17:01:28.050028 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4012 2024.10.22 17:01:28.050056 [ 279 ] {} <Debug> HTTP-Session: 6a3f1656-d122-4d9a-ba99-b64bca2e38ee Authenticating user 'default' from [fd00:1122:3344:101::d]:45651
4013 2024.10.22 17:01:28.050075 [ 279 ] {} <Debug> HTTP-Session: 6a3f1656-d122-4d9a-ba99-b64bca2e38ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4014 2024.10.22 17:01:28.050089 [ 279 ] {} <Debug> HTTP-Session: 6a3f1656-d122-4d9a-ba99-b64bca2e38ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4015 2024.10.22 17:01:28.050131 [ 279 ] {} <Trace> HTTP-Session: 6a3f1656-d122-4d9a-ba99-b64bca2e38ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4016 2024.10.22 17:01:28.050244 [ 279 ] {ae05e3e0-de69-4f15-97e0-06fe2468d5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4017 2024.10.22 17:01:28.050293 [ 279 ] {ae05e3e0-de69-4f15-97e0-06fe2468d5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4018 2024.10.22 17:01:28.050443 [ 279 ] {ae05e3e0-de69-4f15-97e0-06fe2468d5d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4019 2024.10.22 17:01:28.050723 [ 279 ] {ae05e3e0-de69-4f15-97e0-06fe2468d5d3} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4020 2024.10.22 17:01:28.050766 [ 279 ] {ae05e3e0-de69-4f15-97e0-06fe2468d5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4021 2024.10.22 17:01:28.051174 [ 279 ] {ae05e3e0-de69-4f15-97e0-06fe2468d5d3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4022 2024.10.22 17:01:28.051524 [ 279 ] {ae05e3e0-de69-4f15-97e0-06fe2468d5d3} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4023 2024.10.22 17:01:28.051685 [ 279 ] {ae05e3e0-de69-4f15-97e0-06fe2468d5d3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec.
4024 2024.10.22 17:01:28.051991 [ 279 ] {ae05e3e0-de69-4f15-97e0-06fe2468d5d3} <Debug> DynamicQueryHandler: Done processing query
4025 2024.10.22 17:01:28.052016 [ 279 ] {ae05e3e0-de69-4f15-97e0-06fe2468d5d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4026 2024.10.22 17:01:28.052032 [ 279 ] {} <Debug> HTTP-Session: 6a3f1656-d122-4d9a-ba99-b64bca2e38ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4027 2024.10.22 17:01:28.052224 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4028 2024.10.22 17:01:28.052237 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49313, User-Agent: (none), Length: 44752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4029 2024.10.22 17:01:28.052294 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4030 2024.10.22 17:01:28.052318 [ 282 ] {} <Debug> HTTP-Session: cc26f038-770b-4734-a939-9cb37af0bd79 Authenticating user 'default' from [fd00:1122:3344:101::d]:49313
4031 2024.10.22 17:01:28.052337 [ 282 ] {} <Debug> HTTP-Session: cc26f038-770b-4734-a939-9cb37af0bd79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4032 2024.10.22 17:01:28.052354 [ 282 ] {} <Debug> HTTP-Session: cc26f038-770b-4734-a939-9cb37af0bd79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4033 2024.10.22 17:01:28.052385 [ 282 ] {} <Trace> HTTP-Session: cc26f038-770b-4734-a939-9cb37af0bd79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4034 2024.10.22 17:01:28.052560 [ 282 ] {6448529c-c256-4699-a807-87a713702291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49313) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4035 2024.10.22 17:01:28.052609 [ 282 ] {6448529c-c256-4699-a807-87a713702291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4036 2024.10.22 17:01:28.052774 [ 282 ] {6448529c-c256-4699-a807-87a713702291} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4037 2024.10.22 17:01:28.053164 [ 282 ] {6448529c-c256-4699-a807-87a713702291} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4038 2024.10.22 17:01:28.053211 [ 282 ] {6448529c-c256-4699-a807-87a713702291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4039 2024.10.22 17:01:28.053594 [ 282 ] {6448529c-c256-4699-a807-87a713702291} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4040 2024.10.22 17:01:28.053933 [ 282 ] {6448529c-c256-4699-a807-87a713702291} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4041 2024.10.22 17:01:28.054095 [ 282 ] {6448529c-c256-4699-a807-87a713702291} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001615 sec., 147368.4210526316 rows/sec., 9.88 MiB/sec.
4042 2024.10.22 17:01:28.054279 [ 282 ] {6448529c-c256-4699-a807-87a713702291} <Debug> DynamicQueryHandler: Done processing query
4043 2024.10.22 17:01:28.054307 [ 282 ] {6448529c-c256-4699-a807-87a713702291} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4044 2024.10.22 17:01:28.054323 [ 282 ] {} <Debug> HTTP-Session: cc26f038-770b-4734-a939-9cb37af0bd79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4045 2024.10.22 17:01:28.054483 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4046 2024.10.22 17:01:28.054546 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64585, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4047 2024.10.22 17:01:28.054602 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4048 2024.10.22 17:01:28.054626 [ 279 ] {} <Debug> HTTP-Session: 7f26f421-9872-4807-9794-609127f4b548 Authenticating user 'default' from [fd00:1122:3344:101::d]:64585
4049 2024.10.22 17:01:28.054643 [ 279 ] {} <Debug> HTTP-Session: 7f26f421-9872-4807-9794-609127f4b548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4050 2024.10.22 17:01:28.054657 [ 279 ] {} <Debug> HTTP-Session: 7f26f421-9872-4807-9794-609127f4b548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4051 2024.10.22 17:01:28.054687 [ 279 ] {} <Trace> HTTP-Session: 7f26f421-9872-4807-9794-609127f4b548 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4052 2024.10.22 17:01:28.054783 [ 279 ] {d97e9b6e-9f03-4907-8e2e-b91db235273c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64585) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4053 2024.10.22 17:01:28.054828 [ 279 ] {d97e9b6e-9f03-4907-8e2e-b91db235273c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4054 2024.10.22 17:01:28.054958 [ 279 ] {d97e9b6e-9f03-4907-8e2e-b91db235273c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4055 2024.10.22 17:01:28.055239 [ 279 ] {d97e9b6e-9f03-4907-8e2e-b91db235273c} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4056 2024.10.22 17:01:28.055278 [ 279 ] {d97e9b6e-9f03-4907-8e2e-b91db235273c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4057 2024.10.22 17:01:28.055721 [ 279 ] {d97e9b6e-9f03-4907-8e2e-b91db235273c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4058 2024.10.22 17:01:28.056219 [ 279 ] {d97e9b6e-9f03-4907-8e2e-b91db235273c} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4059 2024.10.22 17:01:28.056406 [ 279 ] {d97e9b6e-9f03-4907-8e2e-b91db235273c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001637 sec., 610.8735491753207 rows/sec., 41.16 KiB/sec.
4060 2024.10.22 17:01:28.056410 [ 45 ] {} <Debug> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4061 2024.10.22 17:01:28.056500 [ 45 ] {} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4062 2024.10.22 17:01:28.056555 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4063 2024.10.22 17:01:28.056695 [ 279 ] {d97e9b6e-9f03-4907-8e2e-b91db235273c} <Debug> DynamicQueryHandler: Done processing query
4064 2024.10.22 17:01:28.056722 [ 196 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::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
4065 2024.10.22 17:01:28.056736 [ 279 ] {d97e9b6e-9f03-4907-8e2e-b91db235273c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4066 2024.10.22 17:01:28.056800 [ 279 ] {} <Debug> HTTP-Session: 7f26f421-9872-4807-9794-609127f4b548 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4067 2024.10.22 17:01:28.056945 [ 196 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4068 2024.10.22 17:01:28.056987 [ 196 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::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
4069 2024.10.22 17:01:28.057033 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4070 2024.10.22 17:01:28.057264 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43263, User-Agent: (none), Length: 50089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4071 2024.10.22 17:01:28.057322 [ 196 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::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
4072 2024.10.22 17:01:28.057463 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4073 2024.10.22 17:01:28.057587 [ 282 ] {} <Debug> HTTP-Session: a685e839-0a52-4a11-a6a2-8b9465e0bf6f Authenticating user 'default' from [fd00:1122:3344:101::d]:43263
4074 2024.10.22 17:01:28.057604 [ 196 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::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
4075 2024.10.22 17:01:28.057653 [ 282 ] {} <Debug> HTTP-Session: a685e839-0a52-4a11-a6a2-8b9465e0bf6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4076 2024.10.22 17:01:28.057731 [ 282 ] {} <Debug> HTTP-Session: a685e839-0a52-4a11-a6a2-8b9465e0bf6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4077 2024.10.22 17:01:28.057843 [ 196 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::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
4078 2024.10.22 17:01:28.057882 [ 282 ] {} <Trace> HTTP-Session: a685e839-0a52-4a11-a6a2-8b9465e0bf6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4079 2024.10.22 17:01:28.058057 [ 196 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::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
4080 2024.10.22 17:01:28.058566 [ 282 ] {07eae54f-aca8-4d53-b9bb-a8b36cb9f0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43263) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4081 2024.10.22 17:01:28.058790 [ 282 ] {07eae54f-aca8-4d53-b9bb-a8b36cb9f0da} <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
4082 2024.10.22 17:01:28.061140 [ 194 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004486933 sec., 1114.346926954336 rows/sec., 75.09 KiB/sec.
4083 2024.10.22 17:01:28.061267 [ 282 ] {07eae54f-aca8-4d53-b9bb-a8b36cb9f0da} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4084 2024.10.22 17:01:28.061296 [ 194 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4085 2024.10.22 17:01:28.061886 [ 194 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_5_1} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4086 2024.10.22 17:01:28.062018 [ 194 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_5_1} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4087 2024.10.22 17:01:28.062093 [ 282 ] {07eae54f-aca8-4d53-b9bb-a8b36cb9f0da} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4088 2024.10.22 17:01:28.062125 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
4089 2024.10.22 17:01:28.062137 [ 282 ] {07eae54f-aca8-4d53-b9bb-a8b36cb9f0da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4090 2024.10.22 17:01:28.062845 [ 282 ] {07eae54f-aca8-4d53-b9bb-a8b36cb9f0da} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4091 2024.10.22 17:01:28.063269 [ 282 ] {07eae54f-aca8-4d53-b9bb-a8b36cb9f0da} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4092 2024.10.22 17:01:28.063445 [ 282 ] {07eae54f-aca8-4d53-b9bb-a8b36cb9f0da} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.005276 sec., 5686.125852918877 rows/sec., 10.19 MiB/sec.
4093 2024.10.22 17:01:28.063707 [ 282 ] {07eae54f-aca8-4d53-b9bb-a8b36cb9f0da} <Debug> DynamicQueryHandler: Done processing query
4094 2024.10.22 17:01:28.063734 [ 282 ] {07eae54f-aca8-4d53-b9bb-a8b36cb9f0da} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
4095 2024.10.22 17:01:28.063752 [ 282 ] {} <Debug> HTTP-Session: a685e839-0a52-4a11-a6a2-8b9465e0bf6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4096 2024.10.22 17:01:28.063946 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4097 2024.10.22 17:01:28.064032 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39116, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4098 2024.10.22 17:01:28.064097 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4099 2024.10.22 17:01:28.064121 [ 261 ] {} <Debug> HTTP-Session: 584dbcc3-381b-49a0-bd79-8f7fedbd6459 Authenticating user 'default' from [fd00:1122:3344:101::d]:39116
4100 2024.10.22 17:01:28.064144 [ 261 ] {} <Debug> HTTP-Session: 584dbcc3-381b-49a0-bd79-8f7fedbd6459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4101 2024.10.22 17:01:28.064161 [ 261 ] {} <Debug> HTTP-Session: 584dbcc3-381b-49a0-bd79-8f7fedbd6459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4102 2024.10.22 17:01:28.064199 [ 261 ] {} <Trace> HTTP-Session: 584dbcc3-381b-49a0-bd79-8f7fedbd6459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4103 2024.10.22 17:01:28.064344 [ 261 ] {beb12efd-f527-48ba-baf0-09a3c916fc86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39116) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4104 2024.10.22 17:01:28.064390 [ 261 ] {beb12efd-f527-48ba-baf0-09a3c916fc86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4105 2024.10.22 17:01:28.064524 [ 261 ] {beb12efd-f527-48ba-baf0-09a3c916fc86} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4106 2024.10.22 17:01:28.064816 [ 261 ] {beb12efd-f527-48ba-baf0-09a3c916fc86} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4107 2024.10.22 17:01:28.064861 [ 261 ] {beb12efd-f527-48ba-baf0-09a3c916fc86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4108 2024.10.22 17:01:28.065280 [ 261 ] {beb12efd-f527-48ba-baf0-09a3c916fc86} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4109 2024.10.22 17:01:28.065610 [ 261 ] {beb12efd-f527-48ba-baf0-09a3c916fc86} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4110 2024.10.22 17:01:28.065771 [ 261 ] {beb12efd-f527-48ba-baf0-09a3c916fc86} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001471 sec., 55744.3915703603 rows/sec., 3.54 MiB/sec.
4111 2024.10.22 17:01:28.065941 [ 261 ] {beb12efd-f527-48ba-baf0-09a3c916fc86} <Debug> DynamicQueryHandler: Done processing query
4112 2024.10.22 17:01:28.065966 [ 261 ] {beb12efd-f527-48ba-baf0-09a3c916fc86} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4113 2024.10.22 17:01:28.065981 [ 261 ] {} <Debug> HTTP-Session: 584dbcc3-381b-49a0-bd79-8f7fedbd6459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4114 2024.10.22 17:01:28.066295 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39116, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4115 2024.10.22 17:01:29.000156 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.43 MiB, peak 164.06 MiB, free memory in arenas 0.00 B, will set to 152.40 MiB (RSS), difference: -1.02 MiB
4116 2024.10.22 17:01:32.124645 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache
4117 2024.10.22 17:01:32.124710 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache
4118 2024.10.22 17:01:32.315172 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32835, User-Agent: (none), Length: 175948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4119 2024.10.22 17:01:32.315292 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4120 2024.10.22 17:01:32.315320 [ 282 ] {} <Debug> HTTP-Session: d3e026da-9017-4711-893c-147b5b77fce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:32835
4121 2024.10.22 17:01:32.315348 [ 282 ] {} <Debug> HTTP-Session: d3e026da-9017-4711-893c-147b5b77fce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4122 2024.10.22 17:01:32.315366 [ 282 ] {} <Debug> HTTP-Session: d3e026da-9017-4711-893c-147b5b77fce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4123 2024.10.22 17:01:32.315418 [ 282 ] {} <Trace> HTTP-Session: d3e026da-9017-4711-893c-147b5b77fce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4124 2024.10.22 17:01:32.316457 [ 282 ] {660bdbe6-0db5-4474-8c61-97db08af9b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32835) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4125 2024.10.22 17:01:32.316546 [ 282 ] {660bdbe6-0db5-4474-8c61-97db08af9b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4126 2024.10.22 17:01:32.316923 [ 282 ] {660bdbe6-0db5-4474-8c61-97db08af9b78} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4127 2024.10.22 17:01:32.318079 [ 282 ] {660bdbe6-0db5-4474-8c61-97db08af9b78} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4128 2024.10.22 17:01:32.318119 [ 282 ] {660bdbe6-0db5-4474-8c61-97db08af9b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4129 2024.10.22 17:01:32.318693 [ 282 ] {660bdbe6-0db5-4474-8c61-97db08af9b78} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4130 2024.10.22 17:01:32.319079 [ 282 ] {660bdbe6-0db5-4474-8c61-97db08af9b78} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4131 2024.10.22 17:01:32.319222 [ 282 ] {660bdbe6-0db5-4474-8c61-97db08af9b78} <Debug> executeQuery: Read 1216 rows, 102.39 KiB in 0.003597 sec., 338059.4940227968 rows/sec., 27.80 MiB/sec.
4132 2024.10.22 17:01:32.319434 [ 282 ] {660bdbe6-0db5-4474-8c61-97db08af9b78} <Debug> DynamicQueryHandler: Done processing query
4133 2024.10.22 17:01:32.319462 [ 282 ] {660bdbe6-0db5-4474-8c61-97db08af9b78} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
4134 2024.10.22 17:01:32.319478 [ 282 ] {} <Debug> HTTP-Session: d3e026da-9017-4711-893c-147b5b77fce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4135 2024.10.22 17:01:32.319848 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4136 2024.10.22 17:01:32.319949 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64780, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4137 2024.10.22 17:01:32.320016 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4138 2024.10.22 17:01:32.320040 [ 261 ] {} <Debug> HTTP-Session: afd9e225-f5b4-46dd-82bf-e684220e55b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64780
4139 2024.10.22 17:01:32.320063 [ 261 ] {} <Debug> HTTP-Session: afd9e225-f5b4-46dd-82bf-e684220e55b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4140 2024.10.22 17:01:32.320081 [ 261 ] {} <Debug> HTTP-Session: afd9e225-f5b4-46dd-82bf-e684220e55b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4141 2024.10.22 17:01:32.320121 [ 261 ] {} <Trace> HTTP-Session: afd9e225-f5b4-46dd-82bf-e684220e55b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4142 2024.10.22 17:01:32.320256 [ 261 ] {194499eb-2284-4966-9dc6-414b4ec2b28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64780) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4143 2024.10.22 17:01:32.320313 [ 261 ] {194499eb-2284-4966-9dc6-414b4ec2b28c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4144 2024.10.22 17:01:32.320584 [ 261 ] {194499eb-2284-4966-9dc6-414b4ec2b28c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4145 2024.10.22 17:01:32.320953 [ 261 ] {194499eb-2284-4966-9dc6-414b4ec2b28c} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4146 2024.10.22 17:01:32.320989 [ 261 ] {194499eb-2284-4966-9dc6-414b4ec2b28c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4147 2024.10.22 17:01:32.321343 [ 261 ] {194499eb-2284-4966-9dc6-414b4ec2b28c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4148 2024.10.22 17:01:32.321700 [ 261 ] {194499eb-2284-4966-9dc6-414b4ec2b28c} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4149 2024.10.22 17:01:32.321817 [ 38 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
4150 2024.10.22 17:01:32.321829 [ 261 ] {194499eb-2284-4966-9dc6-414b4ec2b28c} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001611 sec., 6207.324643078833 rows/sec., 466.76 KiB/sec.
4151 2024.10.22 17:01:32.321859 [ 38 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4152 2024.10.22 17:01:32.321896 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4153 2024.10.22 17:01:32.322025 [ 190 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
4154 2024.10.22 17:01:32.322073 [ 261 ] {194499eb-2284-4966-9dc6-414b4ec2b28c} <Debug> DynamicQueryHandler: Done processing query
4155 2024.10.22 17:01:32.322104 [ 261 ] {194499eb-2284-4966-9dc6-414b4ec2b28c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4156 2024.10.22 17:01:32.322130 [ 261 ] {} <Debug> HTTP-Session: afd9e225-f5b4-46dd-82bf-e684220e55b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4157 2024.10.22 17:01:32.322175 [ 190 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4158 2024.10.22 17:01:32.322205 [ 190 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
4159 2024.10.22 17:01:32.322301 [ 190 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
4160 2024.10.22 17:01:32.322635 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4161 2024.10.22 17:01:32.322651 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32835, User-Agent: (none), Length: 30474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4162 2024.10.22 17:01:32.322709 [ 190 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
4163 2024.10.22 17:01:32.323122 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4164 2024.10.22 17:01:32.323230 [ 261 ] {} <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):
4165 
4166 (version 23.8.7.1)
4167 2024.10.22 17:01:32.323399 [ 282 ] {} <Debug> HTTP-Session: 45d5a81e-37d8-4b89-a310-8ae48938c165 Authenticating user 'default' from [fd00:1122:3344:101::d]:32835
4168 2024.10.22 17:01:32.323538 [ 282 ] {} <Debug> HTTP-Session: 45d5a81e-37d8-4b89-a310-8ae48938c165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4169 2024.10.22 17:01:32.323562 [ 190 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part
4170 2024.10.22 17:01:32.323582 [ 282 ] {} <Debug> HTTP-Session: 45d5a81e-37d8-4b89-a310-8ae48938c165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4171 2024.10.22 17:01:32.323698 [ 282 ] {} <Trace> HTTP-Session: 45d5a81e-37d8-4b89-a310-8ae48938c165 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4172 2024.10.22 17:01:32.323806 [ 190 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part
4173 2024.10.22 17:01:32.324086 [ 190 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part
4174 2024.10.22 17:01:32.324117 [ 282 ] {1332b15c-0555-43e4-9739-d6e5bbe26399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32835) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4175 2024.10.22 17:01:32.324272 [ 282 ] {1332b15c-0555-43e4-9739-d6e5bbe26399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4176 2024.10.22 17:01:32.324904 [ 282 ] {1332b15c-0555-43e4-9739-d6e5bbe26399} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4177 2024.10.22 17:01:32.325643 [ 282 ] {1332b15c-0555-43e4-9739-d6e5bbe26399} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4178 2024.10.22 17:01:32.325696 [ 282 ] {1332b15c-0555-43e4-9739-d6e5bbe26399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4179 2024.10.22 17:01:32.325976 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 95 rows, containing 5 columns (5 merged, 0 gathered) in 0.003973881 sec., 23906.100862104326 rows/sec., 1.84 MiB/sec.
4180 2024.10.22 17:01:32.326340 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
4181 2024.10.22 17:01:32.326384 [ 282 ] {1332b15c-0555-43e4-9739-d6e5bbe26399} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4182 2024.10.22 17:01:32.327397 [ 282 ] {1332b15c-0555-43e4-9739-d6e5bbe26399} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4183 2024.10.22 17:01:32.327504 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_6_1} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4184 2024.10.22 17:01:32.327682 [ 282 ] {1332b15c-0555-43e4-9739-d6e5bbe26399} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003745 sec., 60881.174899866484 rows/sec., 4.12 MiB/sec.
4185 2024.10.22 17:01:32.327736 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_6_1} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
4186 2024.10.22 17:01:32.328004 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4187 2024.10.22 17:01:32.328093 [ 282 ] {1332b15c-0555-43e4-9739-d6e5bbe26399} <Debug> DynamicQueryHandler: Done processing query
4188 2024.10.22 17:01:32.328124 [ 282 ] {1332b15c-0555-43e4-9739-d6e5bbe26399} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
4189 2024.10.22 17:01:32.328140 [ 282 ] {} <Debug> HTTP-Session: 45d5a81e-37d8-4b89-a310-8ae48938c165 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4190 2024.10.22 17:01:32.328398 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4191 2024.10.22 17:01:32.328501 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36525, User-Agent: (none), Length: 89261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4192 2024.10.22 17:01:32.328558 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4193 2024.10.22 17:01:32.328582 [ 261 ] {} <Debug> HTTP-Session: 5410b4b5-f503-476e-82c3-a430e3d57556 Authenticating user 'default' from [fd00:1122:3344:101::d]:36525
4194 2024.10.22 17:01:32.328602 [ 261 ] {} <Debug> HTTP-Session: 5410b4b5-f503-476e-82c3-a430e3d57556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4195 2024.10.22 17:01:32.328649 [ 261 ] {} <Debug> HTTP-Session: 5410b4b5-f503-476e-82c3-a430e3d57556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4196 2024.10.22 17:01:32.328689 [ 261 ] {} <Trace> HTTP-Session: 5410b4b5-f503-476e-82c3-a430e3d57556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4197 2024.10.22 17:01:32.329087 [ 261 ] {a182a3b7-7d7b-45e0-89b7-e2accd327ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36525) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4198 2024.10.22 17:01:32.329142 [ 261 ] {a182a3b7-7d7b-45e0-89b7-e2accd327ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4199 2024.10.22 17:01:32.329441 [ 261 ] {a182a3b7-7d7b-45e0-89b7-e2accd327ecb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4200 2024.10.22 17:01:32.330220 [ 261 ] {a182a3b7-7d7b-45e0-89b7-e2accd327ecb} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4201 2024.10.22 17:01:32.330257 [ 261 ] {a182a3b7-7d7b-45e0-89b7-e2accd327ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4202 2024.10.22 17:01:32.330646 [ 261 ] {a182a3b7-7d7b-45e0-89b7-e2accd327ecb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4203 2024.10.22 17:01:32.331040 [ 261 ] {a182a3b7-7d7b-45e0-89b7-e2accd327ecb} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4204 2024.10.22 17:01:32.331170 [ 261 ] {a182a3b7-7d7b-45e0-89b7-e2accd327ecb} <Debug> executeQuery: Read 540 rows, 41.02 KiB in 0.002332 sec., 231560.89193825045 rows/sec., 17.18 MiB/sec.
4205 2024.10.22 17:01:32.331517 [ 261 ] {a182a3b7-7d7b-45e0-89b7-e2accd327ecb} <Debug> DynamicQueryHandler: Done processing query
4206 2024.10.22 17:01:32.331543 [ 261 ] {a182a3b7-7d7b-45e0-89b7-e2accd327ecb} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
4207 2024.10.22 17:01:32.331559 [ 261 ] {} <Debug> HTTP-Session: 5410b4b5-f503-476e-82c3-a430e3d57556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4208 2024.10.22 17:01:32.331832 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4209 2024.10.22 17:01:32.331854 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32835, User-Agent: (none), Length: 184954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4210 2024.10.22 17:01:32.331920 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4211 2024.10.22 17:01:32.331943 [ 282 ] {} <Debug> HTTP-Session: 6b34d838-7872-40ab-b819-f4969c2cbcd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:32835
4212 2024.10.22 17:01:32.331964 [ 282 ] {} <Debug> HTTP-Session: 6b34d838-7872-40ab-b819-f4969c2cbcd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4213 2024.10.22 17:01:32.331981 [ 282 ] {} <Debug> HTTP-Session: 6b34d838-7872-40ab-b819-f4969c2cbcd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4214 2024.10.22 17:01:32.332020 [ 282 ] {} <Trace> HTTP-Session: 6b34d838-7872-40ab-b819-f4969c2cbcd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4215 2024.10.22 17:01:32.333019 [ 282 ] {3fd7a0b7-fedc-438b-8259-c56224762da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32835) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4216 2024.10.22 17:01:32.333069 [ 282 ] {3fd7a0b7-fedc-438b-8259-c56224762da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4217 2024.10.22 17:01:32.333232 [ 282 ] {3fd7a0b7-fedc-438b-8259-c56224762da9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4218 2024.10.22 17:01:32.334138 [ 282 ] {3fd7a0b7-fedc-438b-8259-c56224762da9} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4219 2024.10.22 17:01:32.334174 [ 282 ] {3fd7a0b7-fedc-438b-8259-c56224762da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4220 2024.10.22 17:01:32.334620 [ 282 ] {3fd7a0b7-fedc-438b-8259-c56224762da9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4221 2024.10.22 17:01:32.334963 [ 282 ] {3fd7a0b7-fedc-438b-8259-c56224762da9} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4222 2024.10.22 17:01:32.335090 [ 282 ] {3fd7a0b7-fedc-438b-8259-c56224762da9} <Debug> executeQuery: Read 976 rows, 67.11 KiB in 0.002871 sec., 339951.2365029607 rows/sec., 22.83 MiB/sec.
4223 2024.10.22 17:01:32.335305 [ 282 ] {3fd7a0b7-fedc-438b-8259-c56224762da9} <Debug> DynamicQueryHandler: Done processing query
4224 2024.10.22 17:01:32.335329 [ 282 ] {3fd7a0b7-fedc-438b-8259-c56224762da9} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
4225 2024.10.22 17:01:32.335345 [ 282 ] {} <Debug> HTTP-Session: 6b34d838-7872-40ab-b819-f4969c2cbcd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4226 2024.10.22 17:01:32.335522 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4227 2024.10.22 17:01:32.335532 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36525, User-Agent: (none), Length: 16404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4228 2024.10.22 17:01:32.335599 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4229 2024.10.22 17:01:32.335622 [ 261 ] {} <Debug> HTTP-Session: 4a72b253-1e9d-44c8-b391-cf0638b9bd91 Authenticating user 'default' from [fd00:1122:3344:101::d]:36525
4230 2024.10.22 17:01:32.335643 [ 261 ] {} <Debug> HTTP-Session: 4a72b253-1e9d-44c8-b391-cf0638b9bd91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4231 2024.10.22 17:01:32.335664 [ 261 ] {} <Debug> HTTP-Session: 4a72b253-1e9d-44c8-b391-cf0638b9bd91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4232 2024.10.22 17:01:32.335705 [ 261 ] {} <Trace> HTTP-Session: 4a72b253-1e9d-44c8-b391-cf0638b9bd91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4233 2024.10.22 17:01:32.335929 [ 261 ] {67e6738e-52d0-4140-846b-7af8aa3695bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36525) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4234 2024.10.22 17:01:32.336004 [ 261 ] {67e6738e-52d0-4140-846b-7af8aa3695bf} <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
4235 2024.10.22 17:01:32.336498 [ 261 ] {67e6738e-52d0-4140-846b-7af8aa3695bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4236 2024.10.22 17:01:32.337057 [ 261 ] {67e6738e-52d0-4140-846b-7af8aa3695bf} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4237 2024.10.22 17:01:32.337092 [ 261 ] {67e6738e-52d0-4140-846b-7af8aa3695bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4238 2024.10.22 17:01:32.337675 [ 261 ] {67e6738e-52d0-4140-846b-7af8aa3695bf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4239 2024.10.22 17:01:32.338089 [ 261 ] {67e6738e-52d0-4140-846b-7af8aa3695bf} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4240 2024.10.22 17:01:32.338215 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
4241 2024.10.22 17:01:32.338242 [ 261 ] {67e6738e-52d0-4140-846b-7af8aa3695bf} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.00245 sec., 4081.6326530612246 rows/sec., 7.31 MiB/sec.
4242 2024.10.22 17:01:32.338258 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4243 2024.10.22 17:01:32.338302 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4244 2024.10.22 17:01:32.338744 [ 194 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
4245 2024.10.22 17:01:32.338884 [ 261 ] {67e6738e-52d0-4140-846b-7af8aa3695bf} <Debug> DynamicQueryHandler: Done processing query
4246 2024.10.22 17:01:32.338917 [ 261 ] {67e6738e-52d0-4140-846b-7af8aa3695bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
4247 2024.10.22 17:01:32.338939 [ 261 ] {} <Debug> HTTP-Session: 4a72b253-1e9d-44c8-b391-cf0638b9bd91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4248 2024.10.22 17:01:32.339117 [ 194 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4249 2024.10.22 17:01:32.339146 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4250 2024.10.22 17:01:32.339223 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44056, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4251 2024.10.22 17:01:32.339234 [ 194 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
4252 2024.10.22 17:01:32.339316 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4253 2024.10.22 17:01:32.339353 [ 282 ] {} <Debug> HTTP-Session: ff1b9c9f-46cc-4cb4-9e3a-c65e76dd5843 Authenticating user 'default' from [fd00:1122:3344:101::d]:44056
4254 2024.10.22 17:01:32.339399 [ 282 ] {} <Debug> HTTP-Session: ff1b9c9f-46cc-4cb4-9e3a-c65e76dd5843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4255 2024.10.22 17:01:32.339494 [ 282 ] {} <Debug> HTTP-Session: ff1b9c9f-46cc-4cb4-9e3a-c65e76dd5843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4256 2024.10.22 17:01:32.339624 [ 282 ] {} <Trace> HTTP-Session: ff1b9c9f-46cc-4cb4-9e3a-c65e76dd5843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4257 2024.10.22 17:01:32.339789 [ 194 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
4258 2024.10.22 17:01:32.339818 [ 282 ] {226a944a-2469-46fc-94e3-076d561aabd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44056) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
4259 2024.10.22 17:01:32.339890 [ 282 ] {226a944a-2469-46fc-94e3-076d561aabd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
4260 2024.10.22 17:01:32.340335 [ 194 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
4261 2024.10.22 17:01:32.340472 [ 282 ] {226a944a-2469-46fc-94e3-076d561aabd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4262 2024.10.22 17:01:32.340913 [ 194 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part
4263 2024.10.22 17:01:32.341528 [ 194 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
4264 2024.10.22 17:01:32.341552 [ 282 ] {226a944a-2469-46fc-94e3-076d561aabd7} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4265 2024.10.22 17:01:32.341597 [ 282 ] {226a944a-2469-46fc-94e3-076d561aabd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4266 2024.10.22 17:01:32.342033 [ 194 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part
4267 2024.10.22 17:01:32.342695 [ 282 ] {226a944a-2469-46fc-94e3-076d561aabd7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
4268 2024.10.22 17:01:32.343205 [ 282 ] {226a944a-2469-46fc-94e3-076d561aabd7} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4269 2024.10.22 17:01:32.343379 [ 282 ] {226a944a-2469-46fc-94e3-076d561aabd7} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.003596 sec., 3337.0411568409345 rows/sec., 243.60 KiB/sec.
4270 2024.10.22 17:01:32.343653 [ 282 ] {226a944a-2469-46fc-94e3-076d561aabd7} <Debug> DynamicQueryHandler: Done processing query
4271 2024.10.22 17:01:32.343681 [ 282 ] {226a944a-2469-46fc-94e3-076d561aabd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4272 2024.10.22 17:01:32.343703 [ 282 ] {} <Debug> HTTP-Session: ff1b9c9f-46cc-4cb4-9e3a-c65e76dd5843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4273 2024.10.22 17:01:32.343898 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4274 2024.10.22 17:01:32.343966 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37640, User-Agent: (none), Length: 7608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4275 2024.10.22 17:01:32.344065 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4276 2024.10.22 17:01:32.344105 [ 261 ] {} <Debug> HTTP-Session: 256cb253-179b-4a88-9dd7-002b77edc8bd Authenticating user 'default' from [fd00:1122:3344:101::d]:37640
4277 2024.10.22 17:01:32.344137 [ 261 ] {} <Debug> HTTP-Session: 256cb253-179b-4a88-9dd7-002b77edc8bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4278 2024.10.22 17:01:32.344175 [ 261 ] {} <Debug> HTTP-Session: 256cb253-179b-4a88-9dd7-002b77edc8bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4279 2024.10.22 17:01:32.344228 [ 261 ] {} <Trace> HTTP-Session: 256cb253-179b-4a88-9dd7-002b77edc8bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4280 2024.10.22 17:01:32.344407 [ 261 ] {af59aa62-156d-4394-9258-f7331ff2c7d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37640) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4281 2024.10.22 17:01:32.344488 [ 261 ] {af59aa62-156d-4394-9258-f7331ff2c7d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4282 2024.10.22 17:01:32.344841 [ 261 ] {af59aa62-156d-4394-9258-f7331ff2c7d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4283 2024.10.22 17:01:32.345423 [ 261 ] {af59aa62-156d-4394-9258-f7331ff2c7d6} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4284 2024.10.22 17:01:32.345531 [ 261 ] {af59aa62-156d-4394-9258-f7331ff2c7d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4285 2024.10.22 17:01:32.346232 [ 188 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 93 rows, containing 19 columns (19 merged, 0 gathered) in 0.007784969 sec., 11946.097665899504 rows/sec., 21.41 MiB/sec.
4286 2024.10.22 17:01:32.346243 [ 261 ] {af59aa62-156d-4394-9258-f7331ff2c7d6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4287 2024.10.22 17:01:32.346838 [ 261 ] {af59aa62-156d-4394-9258-f7331ff2c7d6} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4288 2024.10.22 17:01:32.346852 [ 188 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
4289 2024.10.22 17:01:32.347249 [ 261 ] {af59aa62-156d-4394-9258-f7331ff2c7d6} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.002903 sec., 17223.561832586976 rows/sec., 1.16 MiB/sec.
4290 2024.10.22 17:01:32.347727 [ 261 ] {af59aa62-156d-4394-9258-f7331ff2c7d6} <Debug> DynamicQueryHandler: Done processing query
4291 2024.10.22 17:01:32.347773 [ 261 ] {af59aa62-156d-4394-9258-f7331ff2c7d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
4292 2024.10.22 17:01:32.347845 [ 261 ] {} <Debug> HTTP-Session: 256cb253-179b-4a88-9dd7-002b77edc8bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4293 2024.10.22 17:01:32.348242 [ 188 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4294 2024.10.22 17:01:32.348328 [ 188 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
4295 2024.10.22 17:01:32.348478 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
4296 2024.10.22 17:01:32.349429 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37640, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4297 2024.10.22 17:01:32.983665 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48735, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4298 2024.10.22 17:01:32.983791 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4299 2024.10.22 17:01:32.983819 [ 282 ] {} <Debug> HTTP-Session: f9502f71-e7b4-45a7-8536-3e2e5e8de91e Authenticating user 'default' from [fd00:1122:3344:101::d]:48735
4300 2024.10.22 17:01:32.983847 [ 282 ] {} <Debug> HTTP-Session: f9502f71-e7b4-45a7-8536-3e2e5e8de91e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4301 2024.10.22 17:01:32.983865 [ 282 ] {} <Debug> HTTP-Session: f9502f71-e7b4-45a7-8536-3e2e5e8de91e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4302 2024.10.22 17:01:32.983918 [ 282 ] {} <Trace> HTTP-Session: f9502f71-e7b4-45a7-8536-3e2e5e8de91e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4303 2024.10.22 17:01:32.984115 [ 282 ] {4a1ab647-d6cf-45ab-90b5-a715c43cf689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48735) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4304 2024.10.22 17:01:32.984194 [ 282 ] {4a1ab647-d6cf-45ab-90b5-a715c43cf689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4305 2024.10.22 17:01:32.984565 [ 282 ] {4a1ab647-d6cf-45ab-90b5-a715c43cf689} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4306 2024.10.22 17:01:32.985013 [ 282 ] {4a1ab647-d6cf-45ab-90b5-a715c43cf689} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4307 2024.10.22 17:01:32.985061 [ 282 ] {4a1ab647-d6cf-45ab-90b5-a715c43cf689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4308 2024.10.22 17:01:32.985478 [ 282 ] {4a1ab647-d6cf-45ab-90b5-a715c43cf689} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
4309 2024.10.22 17:01:32.985884 [ 282 ] {4a1ab647-d6cf-45ab-90b5-a715c43cf689} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4310 2024.10.22 17:01:32.986062 [ 282 ] {4a1ab647-d6cf-45ab-90b5-a715c43cf689} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002003 sec., 1997.00449326011 rows/sec., 162.84 KiB/sec.
4311 2024.10.22 17:01:32.986291 [ 282 ] {4a1ab647-d6cf-45ab-90b5-a715c43cf689} <Debug> DynamicQueryHandler: Done processing query
4312 2024.10.22 17:01:32.986319 [ 282 ] {4a1ab647-d6cf-45ab-90b5-a715c43cf689} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4313 2024.10.22 17:01:32.986336 [ 282 ] {} <Debug> HTTP-Session: f9502f71-e7b4-45a7-8536-3e2e5e8de91e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4314 2024.10.22 17:01:32.986524 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4315 2024.10.22 17:01:32.986620 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52673, User-Agent: (none), Length: 7489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4316 2024.10.22 17:01:32.986688 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4317 2024.10.22 17:01:32.986709 [ 261 ] {} <Debug> HTTP-Session: 4d7bf5f0-cace-4802-aa0f-37569c56befb Authenticating user 'default' from [fd00:1122:3344:101::d]:52673
4318 2024.10.22 17:01:32.986729 [ 261 ] {} <Debug> HTTP-Session: 4d7bf5f0-cace-4802-aa0f-37569c56befb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4319 2024.10.22 17:01:32.986743 [ 261 ] {} <Debug> HTTP-Session: 4d7bf5f0-cace-4802-aa0f-37569c56befb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4320 2024.10.22 17:01:32.986779 [ 261 ] {} <Trace> HTTP-Session: 4d7bf5f0-cace-4802-aa0f-37569c56befb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4321 2024.10.22 17:01:32.986910 [ 261 ] {9d85ec45-273e-467a-8df4-253add16d9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52673) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4322 2024.10.22 17:01:32.986959 [ 261 ] {9d85ec45-273e-467a-8df4-253add16d9e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4323 2024.10.22 17:01:32.987205 [ 261 ] {9d85ec45-273e-467a-8df4-253add16d9e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4324 2024.10.22 17:01:32.987599 [ 261 ] {9d85ec45-273e-467a-8df4-253add16d9e2} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4325 2024.10.22 17:01:32.987637 [ 261 ] {9d85ec45-273e-467a-8df4-253add16d9e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4326 2024.10.22 17:01:32.988016 [ 261 ] {9d85ec45-273e-467a-8df4-253add16d9e2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4327 2024.10.22 17:01:32.988382 [ 261 ] {9d85ec45-273e-467a-8df4-253add16d9e2} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4328 2024.10.22 17:01:32.988544 [ 261 ] {9d85ec45-273e-467a-8df4-253add16d9e2} <Debug> executeQuery: Read 54 rows, 4.19 KiB in 0.001671 sec., 32315.978456014363 rows/sec., 2.45 MiB/sec.
4329 2024.10.22 17:01:32.988556 [ 37 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4330 2024.10.22 17:01:32.988659 [ 37 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4331 2024.10.22 17:01:32.988716 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4332 2024.10.22 17:01:32.988847 [ 261 ] {9d85ec45-273e-467a-8df4-253add16d9e2} <Debug> DynamicQueryHandler: Done processing query
4333 2024.10.22 17:01:32.988902 [ 261 ] {9d85ec45-273e-467a-8df4-253add16d9e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4334 2024.10.22 17:01:32.988916 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
4335 2024.10.22 17:01:32.988927 [ 261 ] {} <Debug> HTTP-Session: 4d7bf5f0-cace-4802-aa0f-37569c56befb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4336 2024.10.22 17:01:32.989126 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4337 2024.10.22 17:01:32.989169 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52673, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4338 2024.10.22 17:01:32.989220 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48735, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4339 2024.10.22 17:01:32.989232 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1357 rows starting from the beginning of the part
4340 2024.10.22 17:01:32.989310 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4341 2024.10.22 17:01:32.989378 [ 282 ] {} <Debug> HTTP-Session: 3957cca8-d2ce-40a5-b1d6-db55dee1292d Authenticating user 'default' from [fd00:1122:3344:101::d]:48735
4342 2024.10.22 17:01:32.989444 [ 282 ] {} <Debug> HTTP-Session: 3957cca8-d2ce-40a5-b1d6-db55dee1292d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4343 2024.10.22 17:01:32.989503 [ 282 ] {} <Debug> HTTP-Session: 3957cca8-d2ce-40a5-b1d6-db55dee1292d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4344 2024.10.22 17:01:32.989531 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 259 rows starting from the beginning of the part
4345 2024.10.22 17:01:32.989637 [ 282 ] {} <Trace> HTTP-Session: 3957cca8-d2ce-40a5-b1d6-db55dee1292d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4346 2024.10.22 17:01:32.989857 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
4347 2024.10.22 17:01:32.990162 [ 282 ] {cb81777b-224c-414e-9398-1a47975308e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48735) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4348 2024.10.22 17:01:32.990194 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 262 rows starting from the beginning of the part
4349 2024.10.22 17:01:32.990311 [ 282 ] {cb81777b-224c-414e-9398-1a47975308e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4350 2024.10.22 17:01:32.990473 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1216 rows starting from the beginning of the part
4351 2024.10.22 17:01:32.990853 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part
4352 2024.10.22 17:01:32.991650 [ 282 ] {cb81777b-224c-414e-9398-1a47975308e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4353 2024.10.22 17:01:32.992370 [ 282 ] {cb81777b-224c-414e-9398-1a47975308e0} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4354 2024.10.22 17:01:32.992441 [ 282 ] {cb81777b-224c-414e-9398-1a47975308e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4355 2024.10.22 17:01:32.993353 [ 282 ] {cb81777b-224c-414e-9398-1a47975308e0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4356 2024.10.22 17:01:32.993992 [ 282 ] {cb81777b-224c-414e-9398-1a47975308e0} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4357 2024.10.22 17:01:32.994441 [ 282 ] {cb81777b-224c-414e-9398-1a47975308e0} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004511 sec., 886.7213478164487 rows/sec., 61.91 KiB/sec.
4358 2024.10.22 17:01:32.994471 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3204 rows, containing 5 columns (5 merged, 0 gathered) in 0.0056637 sec., 565707.9294454155 rows/sec., 49.23 MiB/sec.
4359 2024.10.22 17:01:32.994840 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4360 2024.10.22 17:01:32.994921 [ 282 ] {cb81777b-224c-414e-9398-1a47975308e0} <Debug> DynamicQueryHandler: Done processing query
4361 2024.10.22 17:01:32.994955 [ 282 ] {cb81777b-224c-414e-9398-1a47975308e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4362 2024.10.22 17:01:32.994983 [ 282 ] {} <Debug> HTTP-Session: 3957cca8-d2ce-40a5-b1d6-db55dee1292d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4363 2024.10.22 17:01:32.995199 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4364 2024.10.22 17:01:32.995300 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53719, User-Agent: (none), Length: 10204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4365 2024.10.22 17:01:32.995392 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4366 2024.10.22 17:01:32.995430 [ 261 ] {} <Debug> HTTP-Session: 74d8caec-5999-4515-ba64-725ee9fecd7b Authenticating user 'default' from [fd00:1122:3344:101::d]:53719
4367 2024.10.22 17:01:32.995467 [ 261 ] {} <Debug> HTTP-Session: 74d8caec-5999-4515-ba64-725ee9fecd7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4368 2024.10.22 17:01:32.995511 [ 261 ] {} <Debug> HTTP-Session: 74d8caec-5999-4515-ba64-725ee9fecd7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4369 2024.10.22 17:01:32.995541 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_16_3} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4370 2024.10.22 17:01:32.995571 [ 261 ] {} <Trace> HTTP-Session: 74d8caec-5999-4515-ba64-725ee9fecd7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4371 2024.10.22 17:01:32.995688 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_16_3} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4372 2024.10.22 17:01:32.995831 [ 261 ] {899802c9-c1de-4a30-8a5e-d9d830dfdfab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53719) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4373 2024.10.22 17:01:32.995838 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
4374 2024.10.22 17:01:32.995909 [ 261 ] {899802c9-c1de-4a30-8a5e-d9d830dfdfab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4375 2024.10.22 17:01:32.996171 [ 261 ] {899802c9-c1de-4a30-8a5e-d9d830dfdfab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4376 2024.10.22 17:01:32.996542 [ 261 ] {899802c9-c1de-4a30-8a5e-d9d830dfdfab} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4377 2024.10.22 17:01:32.996582 [ 261 ] {899802c9-c1de-4a30-8a5e-d9d830dfdfab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4378 2024.10.22 17:01:32.996982 [ 261 ] {899802c9-c1de-4a30-8a5e-d9d830dfdfab} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4379 2024.10.22 17:01:32.997381 [ 261 ] {899802c9-c1de-4a30-8a5e-d9d830dfdfab} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4380 2024.10.22 17:01:32.997471 [ 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):
4381 
4382 (version 23.8.7.1)
4383 2024.10.22 17:01:32.997573 [ 37 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4384 2024.10.22 17:01:32.997595 [ 261 ] {899802c9-c1de-4a30-8a5e-d9d830dfdfab} <Debug> executeQuery: Read 60 rows, 4.80 KiB in 0.001874 sec., 32017.075773745997 rows/sec., 2.50 MiB/sec.
4385 2024.10.22 17:01:32.997650 [ 37 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4386 2024.10.22 17:01:32.997725 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4387 2024.10.22 17:01:32.997892 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
4388 2024.10.22 17:01:32.997937 [ 261 ] {899802c9-c1de-4a30-8a5e-d9d830dfdfab} <Debug> DynamicQueryHandler: Done processing query
4389 2024.10.22 17:01:32.997972 [ 261 ] {899802c9-c1de-4a30-8a5e-d9d830dfdfab} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4390 2024.10.22 17:01:32.998001 [ 261 ] {} <Debug> HTTP-Session: 74d8caec-5999-4515-ba64-725ee9fecd7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4391 2024.10.22 17:01:32.998059 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4392 2024.10.22 17:01:32.998091 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 846 rows starting from the beginning of the part
4393 2024.10.22 17:01:32.998170 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 421 rows starting from the beginning of the part
4394 2024.10.22 17:01:32.998296 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53719, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4395 2024.10.22 17:01:32.998344 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63243, User-Agent: (none), Length: 6154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4396 2024.10.22 17:01:32.998694 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4397 2024.10.22 17:01:32.998790 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part
4398 2024.10.22 17:01:32.998801 [ 261 ] {} <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):
4399 
4400 (version 23.8.7.1)
4401 2024.10.22 17:01:32.998809 [ 282 ] {} <Debug> HTTP-Session: b7ab0eb8-8e8b-4771-b69a-1c4a65a0354c Authenticating user 'default' from [fd00:1122:3344:101::d]:63243
4402 2024.10.22 17:01:32.998883 [ 282 ] {} <Debug> HTTP-Session: b7ab0eb8-8e8b-4771-b69a-1c4a65a0354c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4403 2024.10.22 17:01:32.998913 [ 282 ] {} <Debug> HTTP-Session: b7ab0eb8-8e8b-4771-b69a-1c4a65a0354c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4404 2024.10.22 17:01:32.999056 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 414 rows starting from the beginning of the part
4405 2024.10.22 17:01:32.999070 [ 282 ] {} <Trace> HTTP-Session: b7ab0eb8-8e8b-4771-b69a-1c4a65a0354c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4406 2024.10.22 17:01:32.999359 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 540 rows starting from the beginning of the part
4407 2024.10.22 17:01:32.999527 [ 282 ] {5107b5e8-4fc0-43d7-ac40-0ef976391c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4408 2024.10.22 17:01:32.999735 [ 282 ] {5107b5e8-4fc0-43d7-ac40-0ef976391c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4409 2024.10.22 17:01:32.999759 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
4410 2024.10.22 17:01:33.001110 [ 282 ] {5107b5e8-4fc0-43d7-ac40-0ef976391c4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4411 2024.10.22 17:01:33.001998 [ 282 ] {5107b5e8-4fc0-43d7-ac40-0ef976391c4c} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4412 2024.10.22 17:01:33.002039 [ 282 ] {5107b5e8-4fc0-43d7-ac40-0ef976391c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4413 2024.10.22 17:01:33.002585 [ 282 ] {5107b5e8-4fc0-43d7-ac40-0ef976391c4c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4414 2024.10.22 17:01:33.002976 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2345 rows, containing 5 columns (5 merged, 0 gathered) in 0.005152928 sec., 455081.072353427 rows/sec., 34.83 MiB/sec.
4415 2024.10.22 17:01:33.003047 [ 282 ] {5107b5e8-4fc0-43d7-ac40-0ef976391c4c} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4416 2024.10.22 17:01:33.003151 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4417 2024.10.22 17:01:33.003297 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4418 2024.10.22 17:01:33.003325 [ 282 ] {5107b5e8-4fc0-43d7-ac40-0ef976391c4c} <Debug> executeQuery: Read 32 rows, 2.27 KiB in 0.003992 sec., 8016.032064128257 rows/sec., 568.76 KiB/sec.
4419 2024.10.22 17:01:33.003377 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4420 2024.10.22 17:01:33.003508 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4421 2024.10.22 17:01:33.004000 [ 282 ] {5107b5e8-4fc0-43d7-ac40-0ef976391c4c} <Debug> DynamicQueryHandler: Done processing query
4422 2024.10.22 17:01:33.004093 [ 282 ] {5107b5e8-4fc0-43d7-ac40-0ef976391c4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4423 2024.10.22 17:01:33.004115 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
4424 2024.10.22 17:01:33.004150 [ 282 ] {} <Debug> HTTP-Session: b7ab0eb8-8e8b-4771-b69a-1c4a65a0354c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4425 2024.10.22 17:01:33.004541 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4426 2024.10.22 17:01:33.004625 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55057, User-Agent: (none), Length: 1581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4427 2024.10.22 17:01:33.004897 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4428 2024.10.22 17:01:33.004991 [ 261 ] {} <Debug> HTTP-Session: bb05953f-3b20-4900-ad0b-3e5927f5997b Authenticating user 'default' from [fd00:1122:3344:101::d]:55057
4429 2024.10.22 17:01:33.005002 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4430 2024.10.22 17:01:33.005049 [ 261 ] {} <Debug> HTTP-Session: bb05953f-3b20-4900-ad0b-3e5927f5997b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4431 2024.10.22 17:01:33.005136 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3841 rows starting from the beginning of the part
4432 2024.10.22 17:01:33.005137 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_16_3} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4433 2024.10.22 17:01:33.005137 [ 261 ] {} <Debug> HTTP-Session: bb05953f-3b20-4900-ad0b-3e5927f5997b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4434 2024.10.22 17:01:33.005346 [ 261 ] {} <Trace> HTTP-Session: bb05953f-3b20-4900-ad0b-3e5927f5997b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4435 2024.10.22 17:01:33.005485 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_16_3} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4436 2024.10.22 17:01:33.005547 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part
4437 2024.10.22 17:01:33.005722 [ 261 ] {c88e34ff-a791-4648-b53f-dc7c6a2713b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55057) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4438 2024.10.22 17:01:33.005731 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
4439 2024.10.22 17:01:33.006007 [ 261 ] {c88e34ff-a791-4648-b53f-dc7c6a2713b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4440 2024.10.22 17:01:33.006077 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part
4441 2024.10.22 17:01:33.006476 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 238 rows starting from the beginning of the part
4442 2024.10.22 17:01:33.006876 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 976 rows starting from the beginning of the part
4443 2024.10.22 17:01:33.007219 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part
4444 2024.10.22 17:01:33.007362 [ 261 ] {c88e34ff-a791-4648-b53f-dc7c6a2713b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4445 2024.10.22 17:01:33.008189 [ 261 ] {c88e34ff-a791-4648-b53f-dc7c6a2713b0} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4446 2024.10.22 17:01:33.008255 [ 261 ] {c88e34ff-a791-4648-b53f-dc7c6a2713b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4447 2024.10.22 17:01:33.008806 [ 261 ] {c88e34ff-a791-4648-b53f-dc7c6a2713b0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4448 2024.10.22 17:01:33.009777 [ 261 ] {c88e34ff-a791-4648-b53f-dc7c6a2713b0} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4449 2024.10.22 17:01:33.010038 [ 37 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4450 2024.10.22 17:01:33.010140 [ 37 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4451 2024.10.22 17:01:33.010161 [ 261 ] {c88e34ff-a791-4648-b53f-dc7c6a2713b0} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.004562 sec., 2192.0210434020164 rows/sec., 153.91 KiB/sec.
4452 2024.10.22 17:01:33.010198 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4453 2024.10.22 17:01:33.010613 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
4454 2024.10.22 17:01:33.010644 [ 261 ] {c88e34ff-a791-4648-b53f-dc7c6a2713b0} <Debug> DynamicQueryHandler: Done processing query
4455 2024.10.22 17:01:33.010700 [ 261 ] {c88e34ff-a791-4648-b53f-dc7c6a2713b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4456 2024.10.22 17:01:33.010732 [ 261 ] {} <Debug> HTTP-Session: bb05953f-3b20-4900-ad0b-3e5927f5997b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4457 2024.10.22 17:01:33.011053 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4458 2024.10.22 17:01:33.011121 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4459 2024.10.22 17:01:33.011220 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 542 rows starting from the beginning of the part
4460 2024.10.22 17:01:33.011498 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part
4461 2024.10.22 17:01:33.011676 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part
4462 2024.10.22 17:01:33.011828 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part
4463 2024.10.22 17:01:33.011964 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part
4464 2024.10.22 17:01:33.012109 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part
4465 2024.10.22 17:01:33.012753 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5484 rows, containing 5 columns (5 merged, 0 gathered) in 0.009065858 sec., 604906.8935339601 rows/sec., 40.77 MiB/sec.
4466 2024.10.22 17:01:33.013290 [ 201 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4467 2024.10.22 17:01:33.014429 [ 201 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4468 2024.10.22 17:01:33.014660 [ 201 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4469 2024.10.22 17:01:33.014934 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB.
4470 2024.10.22 17:01:33.014999 [ 194 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 826 rows, containing 4 columns (4 merged, 0 gathered) in 0.004643187 sec., 177895.05354834945 rows/sec., 11.63 MiB/sec.
4471 2024.10.22 17:01:33.015198 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4472 2024.10.22 17:01:33.015671 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_16_3} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4473 2024.10.22 17:01:33.015770 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_16_3} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4474 2024.10.22 17:01:33.015875 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
4475 2024.10.22 17:01:34.000158 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.89 MiB, peak 164.06 MiB, free memory in arenas 0.00 B, will set to 155.26 MiB (RSS), difference: 1.37 MiB
4476 2024.10.22 17:01:34.697796 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4477 2024.10.22 17:01:34.934939 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61532, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4478 2024.10.22 17:01:35.025702 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54994, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4479 2024.10.22 17:01:35.043029 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39848, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4480 2024.10.22 17:01:35.045432 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4481 2024.10.22 17:01:35.050818 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4482 2024.10.22 17:01:35.051022 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4483 2024.10.22 17:01:35.054436 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4484 2024.10.22 17:01:35.478913 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63463, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4485 2024.10.22 17:01:36.025188 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63644, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4486 2024.10.22 17:01:36.037573 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50566, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4487 2024.10.22 17:01:36.175986 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4488 2024.10.22 17:01:36.179470 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4489 2024.10.22 17:01:36.206036 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4490 2024.10.22 17:01:36.310435 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56522, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4491 2024.10.22 17:01:36.311804 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4492 2024.10.22 17:01:36.330090 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4493 2024.10.22 17:01:36.344389 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4494 2024.10.22 17:01:36.611952 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4495 2024.10.22 17:01:36.630444 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43896, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4496 2024.10.22 17:01:36.631838 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4497 2024.10.22 17:01:36.677115 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63711, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4498 2024.10.22 17:01:36.703356 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4499 2024.10.22 17:01:36.890958 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4500 2024.10.22 17:01:36.897291 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4501 2024.10.22 17:01:36.899619 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4502 2024.10.22 17:01:36.900900 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48086, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4503 2024.10.22 17:01:37.229773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 400
4504 2024.10.22 17:01:37.233125 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4505 2024.10.22 17:01:37.233184 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4506 2024.10.22 17:01:37.234735 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4507 2024.10.22 17:01:37.235730 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4508 2024.10.22 17:01:37.236318 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400
4509 2024.10.22 17:01:37.817953 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4510 2024.10.22 17:01:37.820361 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4511 2024.10.22 17:01:37.824701 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43332, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4512 2024.10.22 17:01:37.852996 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46007, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4513 2024.10.22 17:01:37.903342 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4514 2024.10.22 17:01:37.904633 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46124, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4515 2024.10.22 17:01:37.970337 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44828, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4516 2024.10.22 17:01:37.978582 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4517 2024.10.22 17:01:37.987405 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41178, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4518 2024.10.22 17:01:37.996007 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44934, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4519 2024.10.22 17:01:37.996126 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4520 2024.10.22 17:01:37.996159 [ 270 ] {} <Debug> HTTP-Session: d0a6f66b-b37c-4eb7-93c1-390978b50c36 Authenticating user 'default' from [fd00:1122:3344:101::d]:44934
4521 2024.10.22 17:01:37.996186 [ 270 ] {} <Debug> HTTP-Session: d0a6f66b-b37c-4eb7-93c1-390978b50c36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4522 2024.10.22 17:01:37.996203 [ 270 ] {} <Debug> HTTP-Session: d0a6f66b-b37c-4eb7-93c1-390978b50c36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4523 2024.10.22 17:01:37.996258 [ 270 ] {} <Trace> HTTP-Session: d0a6f66b-b37c-4eb7-93c1-390978b50c36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4524 2024.10.22 17:01:37.996493 [ 270 ] {47b33b3b-e4a1-4f82-a6a5-5785ec2ef656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44934) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
4525 2024.10.22 17:01:37.996578 [ 270 ] {47b33b3b-e4a1-4f82-a6a5-5785ec2ef656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
4526 2024.10.22 17:01:37.996933 [ 270 ] {47b33b3b-e4a1-4f82-a6a5-5785ec2ef656} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4527 2024.10.22 17:01:37.997380 [ 270 ] {47b33b3b-e4a1-4f82-a6a5-5785ec2ef656} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4528 2024.10.22 17:01:37.997424 [ 270 ] {47b33b3b-e4a1-4f82-a6a5-5785ec2ef656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4529 2024.10.22 17:01:37.997853 [ 270 ] {47b33b3b-e4a1-4f82-a6a5-5785ec2ef656} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4530 2024.10.22 17:01:37.998251 [ 270 ] {47b33b3b-e4a1-4f82-a6a5-5785ec2ef656} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4531 2024.10.22 17:01:37.998425 [ 270 ] {47b33b3b-e4a1-4f82-a6a5-5785ec2ef656} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002012 sec., 5964.214711729623 rows/sec., 416.45 KiB/sec.
4532 2024.10.22 17:01:37.998638 [ 270 ] {47b33b3b-e4a1-4f82-a6a5-5785ec2ef656} <Debug> DynamicQueryHandler: Done processing query
4533 2024.10.22 17:01:37.998666 [ 270 ] {47b33b3b-e4a1-4f82-a6a5-5785ec2ef656} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4534 2024.10.22 17:01:37.998682 [ 270 ] {} <Debug> HTTP-Session: d0a6f66b-b37c-4eb7-93c1-390978b50c36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4535 2024.10.22 17:01:37.998843 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4536 2024.10.22 17:01:37.999017 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34845, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4537 2024.10.22 17:01:37.999143 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4538 2024.10.22 17:01:37.999175 [ 278 ] {} <Debug> HTTP-Session: c144f563-5f5b-4039-aa08-92bae6033ad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34845
4539 2024.10.22 17:01:37.999199 [ 278 ] {} <Debug> HTTP-Session: c144f563-5f5b-4039-aa08-92bae6033ad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4540 2024.10.22 17:01:37.999214 [ 278 ] {} <Debug> HTTP-Session: c144f563-5f5b-4039-aa08-92bae6033ad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4541 2024.10.22 17:01:37.999265 [ 278 ] {} <Trace> HTTP-Session: c144f563-5f5b-4039-aa08-92bae6033ad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4542 2024.10.22 17:01:37.999467 [ 278 ] {35ac7ecf-b74c-486d-b697-79a01a3bf6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34845) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4543 2024.10.22 17:01:37.999540 [ 278 ] {35ac7ecf-b74c-486d-b697-79a01a3bf6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4544 2024.10.22 17:01:37.999884 [ 278 ] {35ac7ecf-b74c-486d-b697-79a01a3bf6c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4545 2024.10.22 17:01:38.000143 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.51 MiB, peak 164.06 MiB, free memory in arenas 0.00 B, will set to 155.34 MiB (RSS), difference: -1.17 MiB
4546 2024.10.22 17:01:38.000585 [ 278 ] {35ac7ecf-b74c-486d-b697-79a01a3bf6c1} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4547 2024.10.22 17:01:38.000624 [ 278 ] {35ac7ecf-b74c-486d-b697-79a01a3bf6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4548 2024.10.22 17:01:38.001028 [ 278 ] {35ac7ecf-b74c-486d-b697-79a01a3bf6c1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
4549 2024.10.22 17:01:38.001424 [ 278 ] {35ac7ecf-b74c-486d-b697-79a01a3bf6c1} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4550 2024.10.22 17:01:38.001602 [ 278 ] {35ac7ecf-b74c-486d-b697-79a01a3bf6c1} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002206 sec., 2719.8549410698097 rows/sec., 221.79 KiB/sec.
4551 2024.10.22 17:01:38.001802 [ 278 ] {35ac7ecf-b74c-486d-b697-79a01a3bf6c1} <Debug> DynamicQueryHandler: Done processing query
4552 2024.10.22 17:01:38.001828 [ 278 ] {35ac7ecf-b74c-486d-b697-79a01a3bf6c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4553 2024.10.22 17:01:38.001846 [ 278 ] {} <Debug> HTTP-Session: c144f563-5f5b-4039-aa08-92bae6033ad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4554 2024.10.22 17:01:38.002095 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4555 2024.10.22 17:01:38.002157 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44934, User-Agent: (none), Length: 39619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4556 2024.10.22 17:01:38.002237 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4557 2024.10.22 17:01:38.002265 [ 270 ] {} <Debug> HTTP-Session: 444a6770-7685-47d2-ac66-a86d4280f031 Authenticating user 'default' from [fd00:1122:3344:101::d]:44934
4558 2024.10.22 17:01:38.002290 [ 270 ] {} <Debug> HTTP-Session: 444a6770-7685-47d2-ac66-a86d4280f031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4559 2024.10.22 17:01:38.002307 [ 270 ] {} <Debug> HTTP-Session: 444a6770-7685-47d2-ac66-a86d4280f031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4560 2024.10.22 17:01:38.002355 [ 270 ] {} <Trace> HTTP-Session: 444a6770-7685-47d2-ac66-a86d4280f031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4561 2024.10.22 17:01:38.002592 [ 270 ] {f48a3ac2-d71a-431e-97cd-085ec4a796c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44934) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4562 2024.10.22 17:01:38.002653 [ 270 ] {f48a3ac2-d71a-431e-97cd-085ec4a796c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4563 2024.10.22 17:01:38.002929 [ 270 ] {f48a3ac2-d71a-431e-97cd-085ec4a796c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4564 2024.10.22 17:01:38.003459 [ 270 ] {f48a3ac2-d71a-431e-97cd-085ec4a796c0} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4565 2024.10.22 17:01:38.003500 [ 270 ] {f48a3ac2-d71a-431e-97cd-085ec4a796c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4566 2024.10.22 17:01:38.003916 [ 270 ] {f48a3ac2-d71a-431e-97cd-085ec4a796c0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4567 2024.10.22 17:01:38.004312 [ 270 ] {f48a3ac2-d71a-431e-97cd-085ec4a796c0} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4568 2024.10.22 17:01:38.004488 [ 270 ] {f48a3ac2-d71a-431e-97cd-085ec4a796c0} <Debug> executeQuery: Read 264 rows, 23.62 KiB in 0.002017 sec., 130887.45661874069 rows/sec., 11.43 MiB/sec.
4569 2024.10.22 17:01:38.004705 [ 270 ] {f48a3ac2-d71a-431e-97cd-085ec4a796c0} <Debug> DynamicQueryHandler: Done processing query
4570 2024.10.22 17:01:38.004732 [ 270 ] {f48a3ac2-d71a-431e-97cd-085ec4a796c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
4571 2024.10.22 17:01:38.004749 [ 270 ] {} <Debug> HTTP-Session: 444a6770-7685-47d2-ac66-a86d4280f031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4572 2024.10.22 17:01:38.004975 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4573 2024.10.22 17:01:38.005060 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35635, User-Agent: (none), Length: 5185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4574 2024.10.22 17:01:38.005134 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4575 2024.10.22 17:01:38.005167 [ 278 ] {} <Debug> HTTP-Session: 248928cb-8129-4654-9414-86baa00f364f Authenticating user 'default' from [fd00:1122:3344:101::d]:35635
4576 2024.10.22 17:01:38.005189 [ 278 ] {} <Debug> HTTP-Session: 248928cb-8129-4654-9414-86baa00f364f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4577 2024.10.22 17:01:38.005206 [ 278 ] {} <Debug> HTTP-Session: 248928cb-8129-4654-9414-86baa00f364f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4578 2024.10.22 17:01:38.005251 [ 278 ] {} <Trace> HTTP-Session: 248928cb-8129-4654-9414-86baa00f364f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4579 2024.10.22 17:01:38.005396 [ 278 ] {5363b6e0-9677-408e-b0c8-24482c5cf0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35635) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4580 2024.10.22 17:01:38.005453 [ 278 ] {5363b6e0-9677-408e-b0c8-24482c5cf0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4581 2024.10.22 17:01:38.005748 [ 278 ] {5363b6e0-9677-408e-b0c8-24482c5cf0a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4582 2024.10.22 17:01:38.006162 [ 278 ] {5363b6e0-9677-408e-b0c8-24482c5cf0a5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4583 2024.10.22 17:01:38.006200 [ 278 ] {5363b6e0-9677-408e-b0c8-24482c5cf0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4584 2024.10.22 17:01:38.006561 [ 278 ] {5363b6e0-9677-408e-b0c8-24482c5cf0a5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4585 2024.10.22 17:01:38.006940 [ 278 ] {5363b6e0-9677-408e-b0c8-24482c5cf0a5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4586 2024.10.22 17:01:38.007095 [ 278 ] {5363b6e0-9677-408e-b0c8-24482c5cf0a5} <Debug> executeQuery: Read 36 rows, 2.67 KiB in 0.001745 sec., 20630.372492836676 rows/sec., 1.50 MiB/sec.
4587 2024.10.22 17:01:38.007278 [ 278 ] {5363b6e0-9677-408e-b0c8-24482c5cf0a5} <Debug> DynamicQueryHandler: Done processing query
4588 2024.10.22 17:01:38.007302 [ 278 ] {5363b6e0-9677-408e-b0c8-24482c5cf0a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4589 2024.10.22 17:01:38.007317 [ 278 ] {} <Debug> HTTP-Session: 248928cb-8129-4654-9414-86baa00f364f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4590 2024.10.22 17:01:38.007456 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4591 2024.10.22 17:01:38.007573 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37322, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4592 2024.10.22 17:01:38.007649 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4593 2024.10.22 17:01:38.007670 [ 270 ] {} <Debug> HTTP-Session: d5bf29e4-7bbc-45ce-88b9-b2f06fee0546 Authenticating user 'default' from [fd00:1122:3344:101::d]:37322
4594 2024.10.22 17:01:38.007689 [ 270 ] {} <Debug> HTTP-Session: d5bf29e4-7bbc-45ce-88b9-b2f06fee0546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4595 2024.10.22 17:01:38.007703 [ 270 ] {} <Debug> HTTP-Session: d5bf29e4-7bbc-45ce-88b9-b2f06fee0546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4596 2024.10.22 17:01:38.007744 [ 270 ] {} <Trace> HTTP-Session: d5bf29e4-7bbc-45ce-88b9-b2f06fee0546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4597 2024.10.22 17:01:38.007874 [ 270 ] {1641d511-c539-4fa7-b1ac-c2df42bf2739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37322) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4598 2024.10.22 17:01:38.007926 [ 270 ] {1641d511-c539-4fa7-b1ac-c2df42bf2739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4599 2024.10.22 17:01:38.008199 [ 270 ] {1641d511-c539-4fa7-b1ac-c2df42bf2739} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4600 2024.10.22 17:01:38.008568 [ 270 ] {1641d511-c539-4fa7-b1ac-c2df42bf2739} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4601 2024.10.22 17:01:38.008608 [ 270 ] {1641d511-c539-4fa7-b1ac-c2df42bf2739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4602 2024.10.22 17:01:38.008996 [ 270 ] {1641d511-c539-4fa7-b1ac-c2df42bf2739} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4603 2024.10.22 17:01:38.009388 [ 270 ] {1641d511-c539-4fa7-b1ac-c2df42bf2739} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4604 2024.10.22 17:01:38.009569 [ 270 ] {1641d511-c539-4fa7-b1ac-c2df42bf2739} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001735 sec., 12103.746397694524 rows/sec., 835.85 KiB/sec.
4605 2024.10.22 17:01:38.009806 [ 270 ] {1641d511-c539-4fa7-b1ac-c2df42bf2739} <Debug> DynamicQueryHandler: Done processing query
4606 2024.10.22 17:01:38.009833 [ 270 ] {1641d511-c539-4fa7-b1ac-c2df42bf2739} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4607 2024.10.22 17:01:38.009850 [ 270 ] {} <Debug> HTTP-Session: d5bf29e4-7bbc-45ce-88b9-b2f06fee0546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4608 2024.10.22 17:01:38.010035 [ 270 ] {} <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)
4609 2024.10.22 17:01:38.010094 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35635, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4610 2024.10.22 17:01:38.010226 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4611 2024.10.22 17:01:38.010269 [ 278 ] {} <Debug> HTTP-Session: baaa198d-9bfd-4b04-aaba-10890dff92fb Authenticating user 'default' from [fd00:1122:3344:101::d]:35635
4612 2024.10.22 17:01:38.010302 [ 278 ] {} <Debug> HTTP-Session: baaa198d-9bfd-4b04-aaba-10890dff92fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4613 2024.10.22 17:01:38.010330 [ 278 ] {} <Debug> HTTP-Session: baaa198d-9bfd-4b04-aaba-10890dff92fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4614 2024.10.22 17:01:38.010395 [ 278 ] {} <Trace> HTTP-Session: baaa198d-9bfd-4b04-aaba-10890dff92fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4615 2024.10.22 17:01:38.010601 [ 278 ] {e66a3871-ff3f-40ce-81c5-fe99bd7ffef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35635) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4616 2024.10.22 17:01:38.010685 [ 278 ] {e66a3871-ff3f-40ce-81c5-fe99bd7ffef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4617 2024.10.22 17:01:38.010947 [ 278 ] {e66a3871-ff3f-40ce-81c5-fe99bd7ffef8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4618 2024.10.22 17:01:38.011277 [ 278 ] {e66a3871-ff3f-40ce-81c5-fe99bd7ffef8} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4619 2024.10.22 17:01:38.011312 [ 278 ] {e66a3871-ff3f-40ce-81c5-fe99bd7ffef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4620 2024.10.22 17:01:38.011671 [ 278 ] {e66a3871-ff3f-40ce-81c5-fe99bd7ffef8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4621 2024.10.22 17:01:38.012050 [ 278 ] {e66a3871-ff3f-40ce-81c5-fe99bd7ffef8} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4622 2024.10.22 17:01:38.012206 [ 278 ] {e66a3871-ff3f-40ce-81c5-fe99bd7ffef8} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001671 sec., 7181.32854578097 rows/sec., 441.82 KiB/sec.
4623 2024.10.22 17:01:38.012383 [ 278 ] {e66a3871-ff3f-40ce-81c5-fe99bd7ffef8} <Debug> DynamicQueryHandler: Done processing query
4624 2024.10.22 17:01:38.012407 [ 278 ] {e66a3871-ff3f-40ce-81c5-fe99bd7ffef8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4625 2024.10.22 17:01:38.012423 [ 278 ] {} <Debug> HTTP-Session: baaa198d-9bfd-4b04-aaba-10890dff92fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4626 2024.10.22 17:01:38.012641 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4627 2024.10.22 17:01:38.012770 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35023, User-Agent: (none), Length: 67878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4628 2024.10.22 17:01:38.012843 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4629 2024.10.22 17:01:38.012868 [ 270 ] {} <Debug> HTTP-Session: 4f0dd5f7-e261-4e48-ae34-4379c404f08e Authenticating user 'default' from [fd00:1122:3344:101::d]:35023
4630 2024.10.22 17:01:38.012892 [ 270 ] {} <Debug> HTTP-Session: 4f0dd5f7-e261-4e48-ae34-4379c404f08e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4631 2024.10.22 17:01:38.012909 [ 270 ] {} <Debug> HTTP-Session: 4f0dd5f7-e261-4e48-ae34-4379c404f08e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4632 2024.10.22 17:01:38.012958 [ 270 ] {} <Trace> HTTP-Session: 4f0dd5f7-e261-4e48-ae34-4379c404f08e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4633 2024.10.22 17:01:38.013298 [ 270 ] {c1a3138d-5086-4e38-ac3d-d91e562e2691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35023) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4634 2024.10.22 17:01:38.013361 [ 270 ] {c1a3138d-5086-4e38-ac3d-d91e562e2691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4635 2024.10.22 17:01:38.013679 [ 270 ] {c1a3138d-5086-4e38-ac3d-d91e562e2691} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4636 2024.10.22 17:01:38.014279 [ 270 ] {c1a3138d-5086-4e38-ac3d-d91e562e2691} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4637 2024.10.22 17:01:38.014318 [ 270 ] {c1a3138d-5086-4e38-ac3d-d91e562e2691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4638 2024.10.22 17:01:38.014726 [ 270 ] {c1a3138d-5086-4e38-ac3d-d91e562e2691} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4639 2024.10.22 17:01:38.015107 [ 270 ] {c1a3138d-5086-4e38-ac3d-d91e562e2691} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4640 2024.10.22 17:01:38.015280 [ 270 ] {c1a3138d-5086-4e38-ac3d-d91e562e2691} <Debug> executeQuery: Read 418 rows, 30.57 KiB in 0.00218 sec., 191743.11926605503 rows/sec., 13.70 MiB/sec.
4641 2024.10.22 17:01:38.015484 [ 270 ] {c1a3138d-5086-4e38-ac3d-d91e562e2691} <Debug> DynamicQueryHandler: Done processing query
4642 2024.10.22 17:01:38.015510 [ 270 ] {c1a3138d-5086-4e38-ac3d-d91e562e2691} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4643 2024.10.22 17:01:38.015526 [ 270 ] {} <Debug> HTTP-Session: 4f0dd5f7-e261-4e48-ae34-4379c404f08e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4644 2024.10.22 17:01:38.015736 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35635, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4645 2024.10.22 17:01:38.015738 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4646 2024.10.22 17:01:38.015819 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4647 2024.10.22 17:01:38.015853 [ 278 ] {} <Debug> HTTP-Session: d8c90e7e-99ff-4d47-90f0-8d14dde8d83f Authenticating user 'default' from [fd00:1122:3344:101::d]:35635
4648 2024.10.22 17:01:38.015887 [ 278 ] {} <Debug> HTTP-Session: d8c90e7e-99ff-4d47-90f0-8d14dde8d83f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4649 2024.10.22 17:01:38.015910 [ 278 ] {} <Debug> HTTP-Session: d8c90e7e-99ff-4d47-90f0-8d14dde8d83f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4650 2024.10.22 17:01:38.015954 [ 278 ] {} <Trace> HTTP-Session: d8c90e7e-99ff-4d47-90f0-8d14dde8d83f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4651 2024.10.22 17:01:38.016079 [ 278 ] {71e195a5-6505-4ed0-ac20-05f0a3f4aa2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35635) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4652 2024.10.22 17:01:38.016135 [ 278 ] {71e195a5-6505-4ed0-ac20-05f0a3f4aa2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4653 2024.10.22 17:01:38.016357 [ 278 ] {71e195a5-6505-4ed0-ac20-05f0a3f4aa2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4654 2024.10.22 17:01:38.016732 [ 278 ] {71e195a5-6505-4ed0-ac20-05f0a3f4aa2a} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4655 2024.10.22 17:01:38.016768 [ 278 ] {71e195a5-6505-4ed0-ac20-05f0a3f4aa2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4656 2024.10.22 17:01:38.017144 [ 278 ] {71e195a5-6505-4ed0-ac20-05f0a3f4aa2a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4657 2024.10.22 17:01:38.017483 [ 278 ] {71e195a5-6505-4ed0-ac20-05f0a3f4aa2a} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4658 2024.10.22 17:01:38.017638 [ 24 ] {} <Debug> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
4659 2024.10.22 17:01:38.017651 [ 278 ] {71e195a5-6505-4ed0-ac20-05f0a3f4aa2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0016 sec., 3750 rows/sec., 195.92 KiB/sec.
4660 2024.10.22 17:01:38.017735 [ 24 ] {} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4661 2024.10.22 17:01:38.017805 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4662 2024.10.22 17:01:38.017996 [ 278 ] {71e195a5-6505-4ed0-ac20-05f0a3f4aa2a} <Debug> DynamicQueryHandler: Done processing query
4663 2024.10.22 17:01:38.018020 [ 201 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::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
4664 2024.10.22 17:01:38.018033 [ 278 ] {71e195a5-6505-4ed0-ac20-05f0a3f4aa2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4665 2024.10.22 17:01:38.018115 [ 278 ] {} <Debug> HTTP-Session: d8c90e7e-99ff-4d47-90f0-8d14dde8d83f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4666 2024.10.22 17:01:38.018267 [ 201 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4667 2024.10.22 17:01:38.018314 [ 201 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
4668 2024.10.22 17:01:38.018511 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4669 2024.10.22 17:01:38.018595 [ 201 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
4670 2024.10.22 17:01:38.018714 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42171, User-Agent: (none), Length: 45137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4671 2024.10.22 17:01:38.018860 [ 201 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
4672 2024.10.22 17:01:38.018922 [ 278 ] {} <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):
4673 
4674 (version 23.8.7.1)
4675 2024.10.22 17:01:38.018966 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4676 2024.10.22 17:01:38.019155 [ 270 ] {} <Debug> HTTP-Session: 3a4f6cac-c46e-4333-b8e4-3b0dbc3e851f Authenticating user 'default' from [fd00:1122:3344:101::d]:42171
4677 2024.10.22 17:01:38.019216 [ 201 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
4678 2024.10.22 17:01:38.019279 [ 270 ] {} <Debug> HTTP-Session: 3a4f6cac-c46e-4333-b8e4-3b0dbc3e851f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4679 2024.10.22 17:01:38.019427 [ 270 ] {} <Debug> HTTP-Session: 3a4f6cac-c46e-4333-b8e4-3b0dbc3e851f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4680 2024.10.22 17:01:38.019507 [ 201 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
4681 2024.10.22 17:01:38.019621 [ 270 ] {} <Trace> HTTP-Session: 3a4f6cac-c46e-4333-b8e4-3b0dbc3e851f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4682 2024.10.22 17:01:38.019822 [ 201 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
4683 2024.10.22 17:01:38.020330 [ 270 ] {6d498c7e-1814-4b8c-afe2-1ec064e6e5ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42171) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4684 2024.10.22 17:01:38.020474 [ 270 ] {6d498c7e-1814-4b8c-afe2-1ec064e6e5ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4685 2024.10.22 17:01:38.020996 [ 270 ] {6d498c7e-1814-4b8c-afe2-1ec064e6e5ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4686 2024.10.22 17:01:38.022105 [ 270 ] {6d498c7e-1814-4b8c-afe2-1ec064e6e5ad} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4687 2024.10.22 17:01:38.022182 [ 270 ] {6d498c7e-1814-4b8c-afe2-1ec064e6e5ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4688 2024.10.22 17:01:38.022591 [ 198 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004674298 sec., 7701.6912486110205 rows/sec., 402.38 KiB/sec.
4689 2024.10.22 17:01:38.022760 [ 198 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
4690 2024.10.22 17:01:38.022970 [ 270 ] {6d498c7e-1814-4b8c-afe2-1ec064e6e5ad} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4691 2024.10.22 17:01:38.023391 [ 198 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_6_1} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4692 2024.10.22 17:01:38.023478 [ 270 ] {6d498c7e-1814-4b8c-afe2-1ec064e6e5ad} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4693 2024.10.22 17:01:38.023523 [ 198 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_6_1} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
4694 2024.10.22 17:01:38.023721 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4695 2024.10.22 17:01:38.023796 [ 270 ] {6d498c7e-1814-4b8c-afe2-1ec064e6e5ad} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.003857 sec., 62224.5268343272 rows/sec., 4.17 MiB/sec.
4696 2024.10.22 17:01:38.024217 [ 270 ] {6d498c7e-1814-4b8c-afe2-1ec064e6e5ad} <Debug> DynamicQueryHandler: Done processing query
4697 2024.10.22 17:01:38.024243 [ 270 ] {6d498c7e-1814-4b8c-afe2-1ec064e6e5ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4698 2024.10.22 17:01:38.024261 [ 270 ] {} <Debug> HTTP-Session: 3a4f6cac-c46e-4333-b8e4-3b0dbc3e851f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4699 2024.10.22 17:01:38.024463 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42171, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4700 2024.10.22 17:01:38.024608 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40401, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4701 2024.10.22 17:01:38.024700 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4702 2024.10.22 17:01:38.024723 [ 278 ] {} <Debug> HTTP-Session: 1b70eed2-0aa3-4d06-9cdd-8cc636d183da Authenticating user 'default' from [fd00:1122:3344:101::d]:40401
4703 2024.10.22 17:01:38.024744 [ 278 ] {} <Debug> HTTP-Session: 1b70eed2-0aa3-4d06-9cdd-8cc636d183da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4704 2024.10.22 17:01:38.024762 [ 278 ] {} <Debug> HTTP-Session: 1b70eed2-0aa3-4d06-9cdd-8cc636d183da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4705 2024.10.22 17:01:38.024806 [ 278 ] {} <Trace> HTTP-Session: 1b70eed2-0aa3-4d06-9cdd-8cc636d183da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4706 2024.10.22 17:01:38.024928 [ 278 ] {b3498227-4b4c-41d2-b33f-7fdff744e396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40401) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4707 2024.10.22 17:01:38.024985 [ 278 ] {b3498227-4b4c-41d2-b33f-7fdff744e396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4708 2024.10.22 17:01:38.025179 [ 278 ] {b3498227-4b4c-41d2-b33f-7fdff744e396} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4709 2024.10.22 17:01:38.025509 [ 278 ] {b3498227-4b4c-41d2-b33f-7fdff744e396} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4710 2024.10.22 17:01:38.025552 [ 278 ] {b3498227-4b4c-41d2-b33f-7fdff744e396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4711 2024.10.22 17:01:38.025925 [ 278 ] {b3498227-4b4c-41d2-b33f-7fdff744e396} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4712 2024.10.22 17:01:38.026265 [ 278 ] {b3498227-4b4c-41d2-b33f-7fdff744e396} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4713 2024.10.22 17:01:38.026424 [ 278 ] {b3498227-4b4c-41d2-b33f-7fdff744e396} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec.
4714 2024.10.22 17:01:38.026601 [ 278 ] {b3498227-4b4c-41d2-b33f-7fdff744e396} <Debug> DynamicQueryHandler: Done processing query
4715 2024.10.22 17:01:38.026626 [ 278 ] {b3498227-4b4c-41d2-b33f-7fdff744e396} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4716 2024.10.22 17:01:38.026641 [ 278 ] {} <Debug> HTTP-Session: 1b70eed2-0aa3-4d06-9cdd-8cc636d183da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4717 2024.10.22 17:01:38.026875 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4718 2024.10.22 17:01:38.026924 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42171, User-Agent: (none), Length: 50116, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4719 2024.10.22 17:01:38.027023 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4720 2024.10.22 17:01:38.027050 [ 270 ] {} <Debug> HTTP-Session: 87b4f2f8-cd5c-46f0-bf8a-a086476b9c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:42171
4721 2024.10.22 17:01:38.027069 [ 270 ] {} <Debug> HTTP-Session: 87b4f2f8-cd5c-46f0-bf8a-a086476b9c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4722 2024.10.22 17:01:38.027083 [ 270 ] {} <Debug> HTTP-Session: 87b4f2f8-cd5c-46f0-bf8a-a086476b9c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4723 2024.10.22 17:01:38.027121 [ 270 ] {} <Trace> HTTP-Session: 87b4f2f8-cd5c-46f0-bf8a-a086476b9c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4724 2024.10.22 17:01:38.027649 [ 270 ] {df87c03b-3646-4769-83b1-c84743208e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42171) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4725 2024.10.22 17:01:38.027730 [ 270 ] {df87c03b-3646-4769-83b1-c84743208e03} <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
4726 2024.10.22 17:01:38.028217 [ 270 ] {df87c03b-3646-4769-83b1-c84743208e03} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4727 2024.10.22 17:01:38.028933 [ 270 ] {df87c03b-3646-4769-83b1-c84743208e03} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4728 2024.10.22 17:01:38.028970 [ 270 ] {df87c03b-3646-4769-83b1-c84743208e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4729 2024.10.22 17:01:38.029639 [ 270 ] {df87c03b-3646-4769-83b1-c84743208e03} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4730 2024.10.22 17:01:38.030065 [ 270 ] {df87c03b-3646-4769-83b1-c84743208e03} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4731 2024.10.22 17:01:38.030252 [ 270 ] {df87c03b-3646-4769-83b1-c84743208e03} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003029 sec., 9904.258831297459 rows/sec., 17.75 MiB/sec.
4732 2024.10.22 17:01:38.030490 [ 270 ] {df87c03b-3646-4769-83b1-c84743208e03} <Debug> DynamicQueryHandler: Done processing query
4733 2024.10.22 17:01:38.030515 [ 270 ] {df87c03b-3646-4769-83b1-c84743208e03} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
4734 2024.10.22 17:01:38.030532 [ 270 ] {} <Debug> HTTP-Session: 87b4f2f8-cd5c-46f0-bf8a-a086476b9c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4735 2024.10.22 17:01:38.030693 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42171, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4736 2024.10.22 17:01:38.030771 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55461, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4737 2024.10.22 17:01:38.030844 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4738 2024.10.22 17:01:38.030868 [ 278 ] {} <Debug> HTTP-Session: d32df365-dd59-4260-be67-8e0a06c360a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55461
4739 2024.10.22 17:01:38.030889 [ 278 ] {} <Debug> HTTP-Session: d32df365-dd59-4260-be67-8e0a06c360a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4740 2024.10.22 17:01:38.030906 [ 278 ] {} <Debug> HTTP-Session: d32df365-dd59-4260-be67-8e0a06c360a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4741 2024.10.22 17:01:38.030949 [ 278 ] {} <Trace> HTTP-Session: d32df365-dd59-4260-be67-8e0a06c360a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4742 2024.10.22 17:01:38.031128 [ 278 ] {c55b6c04-0e65-4d69-92c4-e389a4b0692c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55461) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4743 2024.10.22 17:01:38.031183 [ 278 ] {c55b6c04-0e65-4d69-92c4-e389a4b0692c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4744 2024.10.22 17:01:38.031370 [ 278 ] {c55b6c04-0e65-4d69-92c4-e389a4b0692c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4745 2024.10.22 17:01:38.031746 [ 278 ] {c55b6c04-0e65-4d69-92c4-e389a4b0692c} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4746 2024.10.22 17:01:38.031783 [ 278 ] {c55b6c04-0e65-4d69-92c4-e389a4b0692c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4747 2024.10.22 17:01:38.032166 [ 278 ] {c55b6c04-0e65-4d69-92c4-e389a4b0692c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4748 2024.10.22 17:01:38.032493 [ 278 ] {c55b6c04-0e65-4d69-92c4-e389a4b0692c} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4749 2024.10.22 17:01:38.032654 [ 278 ] {c55b6c04-0e65-4d69-92c4-e389a4b0692c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0016 sec., 51250 rows/sec., 3.26 MiB/sec.
4750 2024.10.22 17:01:38.032826 [ 278 ] {c55b6c04-0e65-4d69-92c4-e389a4b0692c} <Debug> DynamicQueryHandler: Done processing query
4751 2024.10.22 17:01:38.032851 [ 278 ] {c55b6c04-0e65-4d69-92c4-e389a4b0692c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4752 2024.10.22 17:01:38.032867 [ 278 ] {} <Debug> HTTP-Session: d32df365-dd59-4260-be67-8e0a06c360a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4753 2024.10.22 17:01:38.033246 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4754 2024.10.22 17:01:39.041100 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4755 2024.10.22 17:01:39.087559 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4756 2024.10.22 17:01:39.183977 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4757 2024.10.22 17:01:39.203225 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4758 2024.10.22 17:01:39.207516 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48210, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4759 2024.10.22 17:01:39.228800 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4760 2024.10.22 17:01:39.256221 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49118, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4761 2024.10.22 17:01:39.257578 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4762 2024.10.22 17:01:39.277902 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38823, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4763 2024.10.22 17:01:42.991254 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38226, User-Agent: (none), Length: 10909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4764 2024.10.22 17:01:42.991374 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4765 2024.10.22 17:01:42.991404 [ 270 ] {} <Debug> HTTP-Session: 8bf0a542-ec58-47d5-95ae-35d54013946f Authenticating user 'default' from [fd00:1122:3344:101::d]:38226
4766 2024.10.22 17:01:42.991430 [ 270 ] {} <Debug> HTTP-Session: 8bf0a542-ec58-47d5-95ae-35d54013946f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4767 2024.10.22 17:01:42.991448 [ 270 ] {} <Debug> HTTP-Session: 8bf0a542-ec58-47d5-95ae-35d54013946f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4768 2024.10.22 17:01:42.991504 [ 270 ] {} <Trace> HTTP-Session: 8bf0a542-ec58-47d5-95ae-35d54013946f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4769 2024.10.22 17:01:42.991725 [ 270 ] {503712cc-30ea-43c6-a457-2c26ce302748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38226) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4770 2024.10.22 17:01:42.991799 [ 270 ] {503712cc-30ea-43c6-a457-2c26ce302748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4771 2024.10.22 17:01:42.992126 [ 270 ] {503712cc-30ea-43c6-a457-2c26ce302748} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4772 2024.10.22 17:01:42.992618 [ 270 ] {503712cc-30ea-43c6-a457-2c26ce302748} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4773 2024.10.22 17:01:42.992663 [ 270 ] {503712cc-30ea-43c6-a457-2c26ce302748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4774 2024.10.22 17:01:42.993085 [ 270 ] {503712cc-30ea-43c6-a457-2c26ce302748} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4775 2024.10.22 17:01:42.993470 [ 270 ] {503712cc-30ea-43c6-a457-2c26ce302748} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4776 2024.10.22 17:01:42.993639 [ 270 ] {503712cc-30ea-43c6-a457-2c26ce302748} <Debug> executeQuery: Read 76 rows, 6.27 KiB in 0.001992 sec., 38152.61044176707 rows/sec., 3.07 MiB/sec.
4777 2024.10.22 17:01:42.993879 [ 270 ] {503712cc-30ea-43c6-a457-2c26ce302748} <Debug> DynamicQueryHandler: Done processing query
4778 2024.10.22 17:01:42.993906 [ 270 ] {503712cc-30ea-43c6-a457-2c26ce302748} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4779 2024.10.22 17:01:42.993924 [ 270 ] {} <Debug> HTTP-Session: 8bf0a542-ec58-47d5-95ae-35d54013946f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4780 2024.10.22 17:01:42.994131 [ 270 ] {} <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)
4781 2024.10.22 17:01:42.994295 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40327, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4782 2024.10.22 17:01:42.994414 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4783 2024.10.22 17:01:42.994443 [ 278 ] {} <Debug> HTTP-Session: e735ebb2-3a5c-4474-92d1-43955cbaddf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40327
4784 2024.10.22 17:01:42.994471 [ 278 ] {} <Debug> HTTP-Session: e735ebb2-3a5c-4474-92d1-43955cbaddf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4785 2024.10.22 17:01:42.994489 [ 278 ] {} <Debug> HTTP-Session: e735ebb2-3a5c-4474-92d1-43955cbaddf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4786 2024.10.22 17:01:42.994546 [ 278 ] {} <Trace> HTTP-Session: e735ebb2-3a5c-4474-92d1-43955cbaddf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4787 2024.10.22 17:01:42.994740 [ 278 ] {293098c9-7931-4000-8b94-2eff14ebfbde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40327) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4788 2024.10.22 17:01:42.994812 [ 278 ] {293098c9-7931-4000-8b94-2eff14ebfbde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4789 2024.10.22 17:01:42.995147 [ 278 ] {293098c9-7931-4000-8b94-2eff14ebfbde} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4790 2024.10.22 17:01:42.995519 [ 278 ] {293098c9-7931-4000-8b94-2eff14ebfbde} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4791 2024.10.22 17:01:42.995561 [ 278 ] {293098c9-7931-4000-8b94-2eff14ebfbde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4792 2024.10.22 17:01:42.995973 [ 278 ] {293098c9-7931-4000-8b94-2eff14ebfbde} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4793 2024.10.22 17:01:42.996374 [ 278 ] {293098c9-7931-4000-8b94-2eff14ebfbde} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4794 2024.10.22 17:01:42.996519 [ 278 ] {293098c9-7931-4000-8b94-2eff14ebfbde} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001843 sec., 5425.9359739555075 rows/sec., 408.00 KiB/sec.
4795 2024.10.22 17:01:42.996869 [ 278 ] {293098c9-7931-4000-8b94-2eff14ebfbde} <Debug> DynamicQueryHandler: Done processing query
4796 2024.10.22 17:01:42.996896 [ 278 ] {293098c9-7931-4000-8b94-2eff14ebfbde} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4797 2024.10.22 17:01:42.996913 [ 278 ] {} <Debug> HTTP-Session: e735ebb2-3a5c-4474-92d1-43955cbaddf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4798 2024.10.22 17:01:42.997094 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4799 2024.10.22 17:01:42.997128 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38226, User-Agent: (none), Length: 12575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4800 2024.10.22 17:01:42.997213 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4801 2024.10.22 17:01:42.997237 [ 270 ] {} <Debug> HTTP-Session: dbf41b20-412e-4020-ac86-450bc1550677 Authenticating user 'default' from [fd00:1122:3344:101::d]:38226
4802 2024.10.22 17:01:42.997262 [ 270 ] {} <Debug> HTTP-Session: dbf41b20-412e-4020-ac86-450bc1550677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4803 2024.10.22 17:01:42.997277 [ 270 ] {} <Debug> HTTP-Session: dbf41b20-412e-4020-ac86-450bc1550677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4804 2024.10.22 17:01:42.997317 [ 270 ] {} <Trace> HTTP-Session: dbf41b20-412e-4020-ac86-450bc1550677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4805 2024.10.22 17:01:42.997464 [ 270 ] {e958727b-e4cf-48d9-8d8d-b948e3bce21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38226) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4806 2024.10.22 17:01:42.997512 [ 270 ] {e958727b-e4cf-48d9-8d8d-b948e3bce21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4807 2024.10.22 17:01:42.997780 [ 270 ] {e958727b-e4cf-48d9-8d8d-b948e3bce21e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4808 2024.10.22 17:01:42.998145 [ 270 ] {e958727b-e4cf-48d9-8d8d-b948e3bce21e} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4809 2024.10.22 17:01:42.998183 [ 270 ] {e958727b-e4cf-48d9-8d8d-b948e3bce21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4810 2024.10.22 17:01:42.998554 [ 270 ] {e958727b-e4cf-48d9-8d8d-b948e3bce21e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4811 2024.10.22 17:01:42.998917 [ 270 ] {e958727b-e4cf-48d9-8d8d-b948e3bce21e} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4812 2024.10.22 17:01:42.999086 [ 270 ] {e958727b-e4cf-48d9-8d8d-b948e3bce21e} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001663 sec., 44497.89536981359 rows/sec., 3.47 MiB/sec.
4813 2024.10.22 17:01:42.999275 [ 270 ] {e958727b-e4cf-48d9-8d8d-b948e3bce21e} <Debug> DynamicQueryHandler: Done processing query
4814 2024.10.22 17:01:42.999299 [ 270 ] {e958727b-e4cf-48d9-8d8d-b948e3bce21e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4815 2024.10.22 17:01:42.999316 [ 270 ] {} <Debug> HTTP-Session: dbf41b20-412e-4020-ac86-450bc1550677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4816 2024.10.22 17:01:42.999501 [ 270 ] {} <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)
4817 2024.10.22 17:01:42.999665 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41306, User-Agent: (none), Length: 30557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4818 2024.10.22 17:01:42.999739 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4819 2024.10.22 17:01:42.999763 [ 278 ] {} <Debug> HTTP-Session: c1ea647f-ea84-45e5-a705-41726c5dfaba Authenticating user 'default' from [fd00:1122:3344:101::d]:41306
4820 2024.10.22 17:01:42.999786 [ 278 ] {} <Debug> HTTP-Session: c1ea647f-ea84-45e5-a705-41726c5dfaba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4821 2024.10.22 17:01:42.999803 [ 278 ] {} <Debug> HTTP-Session: c1ea647f-ea84-45e5-a705-41726c5dfaba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4822 2024.10.22 17:01:42.999850 [ 278 ] {} <Trace> HTTP-Session: c1ea647f-ea84-45e5-a705-41726c5dfaba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4823 2024.10.22 17:01:43.000056 [ 278 ] {ae7f2c0e-3105-4c05-ba20-6f866f98a7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41306) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4824 2024.10.22 17:01:43.000118 [ 278 ] {ae7f2c0e-3105-4c05-ba20-6f866f98a7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4825 2024.10.22 17:01:43.000147 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.93 MiB, peak 164.06 MiB, free memory in arenas 0.00 B, will set to 155.65 MiB (RSS), difference: -1.28 MiB
4826 2024.10.22 17:01:43.000478 [ 278 ] {ae7f2c0e-3105-4c05-ba20-6f866f98a7a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4827 2024.10.22 17:01:43.000909 [ 278 ] {ae7f2c0e-3105-4c05-ba20-6f866f98a7a7} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4828 2024.10.22 17:01:43.000945 [ 278 ] {ae7f2c0e-3105-4c05-ba20-6f866f98a7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4829 2024.10.22 17:01:43.001341 [ 278 ] {ae7f2c0e-3105-4c05-ba20-6f866f98a7a7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4830 2024.10.22 17:01:43.001698 [ 278 ] {ae7f2c0e-3105-4c05-ba20-6f866f98a7a7} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4831 2024.10.22 17:01:43.001831 [ 278 ] {ae7f2c0e-3105-4c05-ba20-6f866f98a7a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001873 sec., 85424.45274959957 rows/sec., 5.95 MiB/sec.
4832 2024.10.22 17:01:43.002008 [ 278 ] {ae7f2c0e-3105-4c05-ba20-6f866f98a7a7} <Debug> DynamicQueryHandler: Done processing query
4833 2024.10.22 17:01:43.002033 [ 278 ] {ae7f2c0e-3105-4c05-ba20-6f866f98a7a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4834 2024.10.22 17:01:43.002049 [ 278 ] {} <Debug> HTTP-Session: c1ea647f-ea84-45e5-a705-41726c5dfaba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4835 2024.10.22 17:01:43.002260 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38226, User-Agent: (none), Length: 16426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4836 2024.10.22 17:01:43.002268 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41306, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4837 2024.10.22 17:01:43.002355 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4838 2024.10.22 17:01:43.002395 [ 270 ] {} <Debug> HTTP-Session: f7d921f4-3db5-4157-8b83-8a2bb4e02dd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38226
4839 2024.10.22 17:01:43.002417 [ 270 ] {} <Debug> HTTP-Session: f7d921f4-3db5-4157-8b83-8a2bb4e02dd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4840 2024.10.22 17:01:43.002436 [ 270 ] {} <Debug> HTTP-Session: f7d921f4-3db5-4157-8b83-8a2bb4e02dd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4841 2024.10.22 17:01:43.002488 [ 270 ] {} <Trace> HTTP-Session: f7d921f4-3db5-4157-8b83-8a2bb4e02dd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4842 2024.10.22 17:01:43.002742 [ 270 ] {d0b399f2-01be-4830-a9f7-3dabeaa559f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38226) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4843 2024.10.22 17:01:43.002834 [ 270 ] {d0b399f2-01be-4830-a9f7-3dabeaa559f4} <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
4844 2024.10.22 17:01:43.003340 [ 270 ] {d0b399f2-01be-4830-a9f7-3dabeaa559f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4845 2024.10.22 17:01:43.003892 [ 270 ] {d0b399f2-01be-4830-a9f7-3dabeaa559f4} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4846 2024.10.22 17:01:43.003931 [ 270 ] {d0b399f2-01be-4830-a9f7-3dabeaa559f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4847 2024.10.22 17:01:43.004587 [ 270 ] {d0b399f2-01be-4830-a9f7-3dabeaa559f4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4848 2024.10.22 17:01:43.005032 [ 270 ] {d0b399f2-01be-4830-a9f7-3dabeaa559f4} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4849 2024.10.22 17:01:43.005260 [ 270 ] {d0b399f2-01be-4830-a9f7-3dabeaa559f4} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002641 sec., 3786.444528587656 rows/sec., 6.79 MiB/sec.
4850 2024.10.22 17:01:43.005806 [ 270 ] {d0b399f2-01be-4830-a9f7-3dabeaa559f4} <Debug> DynamicQueryHandler: Done processing query
4851 2024.10.22 17:01:43.005833 [ 270 ] {d0b399f2-01be-4830-a9f7-3dabeaa559f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
4852 2024.10.22 17:01:43.005849 [ 270 ] {} <Debug> HTTP-Session: f7d921f4-3db5-4157-8b83-8a2bb4e02dd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4853 2024.10.22 17:01:43.006020 [ 270 ] {} <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)
4854 2024.10.22 17:01:43.006111 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52367, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4855 2024.10.22 17:01:43.006182 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4856 2024.10.22 17:01:43.006205 [ 278 ] {} <Debug> HTTP-Session: b1596080-e436-432c-8b97-115b96dd286a Authenticating user 'default' from [fd00:1122:3344:101::d]:52367
4857 2024.10.22 17:01:43.006227 [ 278 ] {} <Debug> HTTP-Session: b1596080-e436-432c-8b97-115b96dd286a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4858 2024.10.22 17:01:43.006244 [ 278 ] {} <Debug> HTTP-Session: b1596080-e436-432c-8b97-115b96dd286a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4859 2024.10.22 17:01:43.006287 [ 278 ] {} <Trace> HTTP-Session: b1596080-e436-432c-8b97-115b96dd286a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4860 2024.10.22 17:01:43.006441 [ 278 ] {92c3a78c-d37f-4789-87fe-0da746517e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52367) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4861 2024.10.22 17:01:43.006497 [ 278 ] {92c3a78c-d37f-4789-87fe-0da746517e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4862 2024.10.22 17:01:43.006689 [ 278 ] {92c3a78c-d37f-4789-87fe-0da746517e8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4863 2024.10.22 17:01:43.007004 [ 278 ] {92c3a78c-d37f-4789-87fe-0da746517e8f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4864 2024.10.22 17:01:43.007039 [ 278 ] {92c3a78c-d37f-4789-87fe-0da746517e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
4865 2024.10.22 17:01:43.007414 [ 278 ] {92c3a78c-d37f-4789-87fe-0da746517e8f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4866 2024.10.22 17:01:43.007745 [ 278 ] {92c3a78c-d37f-4789-87fe-0da746517e8f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4867 2024.10.22 17:01:43.007879 [ 278 ] {92c3a78c-d37f-4789-87fe-0da746517e8f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec.
4868 2024.10.22 17:01:43.008051 [ 278 ] {92c3a78c-d37f-4789-87fe-0da746517e8f} <Debug> DynamicQueryHandler: Done processing query
4869 2024.10.22 17:01:43.008075 [ 278 ] {92c3a78c-d37f-4789-87fe-0da746517e8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4870 2024.10.22 17:01:43.008091 [ 278 ] {} <Debug> HTTP-Session: b1596080-e436-432c-8b97-115b96dd286a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4871 2024.10.22 17:01:43.008387 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4872 2024.10.22 17:01:43.089691 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63897, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4873 2024.10.22 17:01:43.205091 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34559, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4874 2024.10.22 17:01:43.211482 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4875 2024.10.22 17:01:43.230935 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4876 2024.10.22 17:01:43.233482 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4877 2024.10.22 17:01:43.234777 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65368, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4878 2024.10.22 17:01:43.234829 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45301, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4879 2024.10.22 17:01:43.243132 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4880 2024.10.22 17:01:43.255390 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4881 2024.10.22 17:01:47.124974 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache
4882 2024.10.22 17:01:47.125075 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache
4883 2024.10.22 17:01:47.237495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 436
4884 2024.10.22 17:01:47.240467 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4885 2024.10.22 17:01:47.240524 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
4886 2024.10.22 17:01:47.242032 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4887 2024.10.22 17:01:47.243049 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4888 2024.10.22 17:01:47.243987 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 436
4889 2024.10.22 17:01:47.995727 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38226, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4890 2024.10.22 17:01:47.995845 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4891 2024.10.22 17:01:47.995875 [ 270 ] {} <Debug> HTTP-Session: bcf6f9a2-498c-4d6e-b369-5a401307c975 Authenticating user 'default' from [fd00:1122:3344:101::d]:38226
4892 2024.10.22 17:01:47.995902 [ 270 ] {} <Debug> HTTP-Session: bcf6f9a2-498c-4d6e-b369-5a401307c975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4893 2024.10.22 17:01:47.995920 [ 270 ] {} <Debug> HTTP-Session: bcf6f9a2-498c-4d6e-b369-5a401307c975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4894 2024.10.22 17:01:47.995974 [ 270 ] {} <Trace> HTTP-Session: bcf6f9a2-498c-4d6e-b369-5a401307c975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4895 2024.10.22 17:01:47.996179 [ 270 ] {c6a67331-cf59-485d-8705-be12cd231ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38226) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
4896 2024.10.22 17:01:47.996252 [ 270 ] {c6a67331-cf59-485d-8705-be12cd231ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
4897 2024.10.22 17:01:47.996631 [ 270 ] {c6a67331-cf59-485d-8705-be12cd231ca6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4898 2024.10.22 17:01:47.997106 [ 270 ] {c6a67331-cf59-485d-8705-be12cd231ca6} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4899 2024.10.22 17:01:47.997154 [ 270 ] {c6a67331-cf59-485d-8705-be12cd231ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
4900 2024.10.22 17:01:47.997599 [ 270 ] {c6a67331-cf59-485d-8705-be12cd231ca6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4901 2024.10.22 17:01:47.998009 [ 270 ] {c6a67331-cf59-485d-8705-be12cd231ca6} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4902 2024.10.22 17:01:47.998174 [ 270 ] {c6a67331-cf59-485d-8705-be12cd231ca6} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002059 sec., 5828.071879553181 rows/sec., 406.94 KiB/sec.
4903 2024.10.22 17:01:47.998408 [ 270 ] {c6a67331-cf59-485d-8705-be12cd231ca6} <Debug> DynamicQueryHandler: Done processing query
4904 2024.10.22 17:01:47.998437 [ 270 ] {c6a67331-cf59-485d-8705-be12cd231ca6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4905 2024.10.22 17:01:47.998454 [ 270 ] {} <Debug> HTTP-Session: bcf6f9a2-498c-4d6e-b369-5a401307c975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4906 2024.10.22 17:01:47.998686 [ 270 ] {} <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)
4907 2024.10.22 17:01:47.998891 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43591, User-Agent: (none), Length: 39219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4908 2024.10.22 17:01:47.999022 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4909 2024.10.22 17:01:47.999062 [ 280 ] {} <Debug> HTTP-Session: b8b7837e-2d25-4ac0-a930-561e981aa772 Authenticating user 'default' from [fd00:1122:3344:101::d]:43591
4910 2024.10.22 17:01:47.999095 [ 280 ] {} <Debug> HTTP-Session: b8b7837e-2d25-4ac0-a930-561e981aa772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4911 2024.10.22 17:01:47.999119 [ 280 ] {} <Debug> HTTP-Session: b8b7837e-2d25-4ac0-a930-561e981aa772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4912 2024.10.22 17:01:47.999175 [ 280 ] {} <Trace> HTTP-Session: b8b7837e-2d25-4ac0-a930-561e981aa772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4913 2024.10.22 17:01:47.999469 [ 280 ] {cfbdb2c2-26a7-4008-96b5-2877e3127568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43591) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4914 2024.10.22 17:01:47.999538 [ 280 ] {cfbdb2c2-26a7-4008-96b5-2877e3127568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4915 2024.10.22 17:01:47.999884 [ 280 ] {cfbdb2c2-26a7-4008-96b5-2877e3127568} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4916 2024.10.22 17:01:48.000184 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.76 MiB, peak 164.06 MiB, free memory in arenas 0.00 B, will set to 155.66 MiB (RSS), difference: -1.10 MiB
4917 2024.10.22 17:01:48.001005 [ 280 ] {cfbdb2c2-26a7-4008-96b5-2877e3127568} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4918 2024.10.22 17:01:48.001062 [ 280 ] {cfbdb2c2-26a7-4008-96b5-2877e3127568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
4919 2024.10.22 17:01:48.001676 [ 280 ] {cfbdb2c2-26a7-4008-96b5-2877e3127568} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4920 2024.10.22 17:01:48.002219 [ 280 ] {cfbdb2c2-26a7-4008-96b5-2877e3127568} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4921 2024.10.22 17:01:48.002414 [ 280 ] {cfbdb2c2-26a7-4008-96b5-2877e3127568} <Debug> executeQuery: Read 261 rows, 23.40 KiB in 0.003082 sec., 84685.26930564568 rows/sec., 7.41 MiB/sec.
4922 2024.10.22 17:01:48.002708 [ 280 ] {cfbdb2c2-26a7-4008-96b5-2877e3127568} <Debug> DynamicQueryHandler: Done processing query
4923 2024.10.22 17:01:48.002742 [ 280 ] {cfbdb2c2-26a7-4008-96b5-2877e3127568} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
4924 2024.10.22 17:01:48.002764 [ 280 ] {} <Debug> HTTP-Session: b8b7837e-2d25-4ac0-a930-561e981aa772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4925 2024.10.22 17:01:48.003099 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4926 2024.10.22 17:01:48.003098 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38226, User-Agent: (none), Length: 4347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4927 2024.10.22 17:01:48.003239 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4928 2024.10.22 17:01:48.003265 [ 270 ] {} <Debug> HTTP-Session: f533ea04-9e27-4078-a7ce-527a65c66aff Authenticating user 'default' from [fd00:1122:3344:101::d]:38226
4929 2024.10.22 17:01:48.003302 [ 270 ] {} <Debug> HTTP-Session: f533ea04-9e27-4078-a7ce-527a65c66aff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4930 2024.10.22 17:01:48.003329 [ 270 ] {} <Debug> HTTP-Session: f533ea04-9e27-4078-a7ce-527a65c66aff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4931 2024.10.22 17:01:48.003391 [ 270 ] {} <Trace> HTTP-Session: f533ea04-9e27-4078-a7ce-527a65c66aff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4932 2024.10.22 17:01:48.003578 [ 270 ] {cabe2ad5-5dca-4156-8f7f-e6ae59fa96b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38226) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4933 2024.10.22 17:01:48.003633 [ 270 ] {cabe2ad5-5dca-4156-8f7f-e6ae59fa96b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4934 2024.10.22 17:01:48.003916 [ 270 ] {cabe2ad5-5dca-4156-8f7f-e6ae59fa96b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4935 2024.10.22 17:01:48.004297 [ 270 ] {cabe2ad5-5dca-4156-8f7f-e6ae59fa96b7} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4936 2024.10.22 17:01:48.004339 [ 270 ] {cabe2ad5-5dca-4156-8f7f-e6ae59fa96b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
4937 2024.10.22 17:01:48.004750 [ 270 ] {cabe2ad5-5dca-4156-8f7f-e6ae59fa96b7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4938 2024.10.22 17:01:48.005147 [ 270 ] {cabe2ad5-5dca-4156-8f7f-e6ae59fa96b7} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4939 2024.10.22 17:01:48.005320 [ 270 ] {cabe2ad5-5dca-4156-8f7f-e6ae59fa96b7} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.00179 sec., 16759.77653631285 rows/sec., 1.23 MiB/sec.
4940 2024.10.22 17:01:48.005546 [ 270 ] {cabe2ad5-5dca-4156-8f7f-e6ae59fa96b7} <Debug> DynamicQueryHandler: Done processing query
4941 2024.10.22 17:01:48.005574 [ 270 ] {cabe2ad5-5dca-4156-8f7f-e6ae59fa96b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4942 2024.10.22 17:01:48.005591 [ 270 ] {} <Debug> HTTP-Session: f533ea04-9e27-4078-a7ce-527a65c66aff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4943 2024.10.22 17:01:48.005772 [ 270 ] {} <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)
4944 2024.10.22 17:01:48.005841 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44959, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4945 2024.10.22 17:01:48.005913 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4946 2024.10.22 17:01:48.005938 [ 280 ] {} <Debug> HTTP-Session: 3c4bba1c-4b53-465e-a05c-0a0bdc76f2f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:44959
4947 2024.10.22 17:01:48.005962 [ 280 ] {} <Debug> HTTP-Session: 3c4bba1c-4b53-465e-a05c-0a0bdc76f2f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4948 2024.10.22 17:01:48.005980 [ 280 ] {} <Debug> HTTP-Session: 3c4bba1c-4b53-465e-a05c-0a0bdc76f2f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4949 2024.10.22 17:01:48.006032 [ 280 ] {} <Trace> HTTP-Session: 3c4bba1c-4b53-465e-a05c-0a0bdc76f2f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4950 2024.10.22 17:01:48.006210 [ 280 ] {dbe01ffc-4278-49ab-a70c-500ed05a72ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44959) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4951 2024.10.22 17:01:48.006277 [ 280 ] {dbe01ffc-4278-49ab-a70c-500ed05a72ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4952 2024.10.22 17:01:48.006576 [ 280 ] {dbe01ffc-4278-49ab-a70c-500ed05a72ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4953 2024.10.22 17:01:48.006940 [ 280 ] {dbe01ffc-4278-49ab-a70c-500ed05a72ae} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4954 2024.10.22 17:01:48.006978 [ 280 ] {dbe01ffc-4278-49ab-a70c-500ed05a72ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
4955 2024.10.22 17:01:48.007410 [ 280 ] {dbe01ffc-4278-49ab-a70c-500ed05a72ae} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4956 2024.10.22 17:01:48.007804 [ 280 ] {dbe01ffc-4278-49ab-a70c-500ed05a72ae} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4957 2024.10.22 17:01:48.007977 [ 280 ] {dbe01ffc-4278-49ab-a70c-500ed05a72ae} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001822 sec., 11525.795828759605 rows/sec., 795.94 KiB/sec.
4958 2024.10.22 17:01:48.008170 [ 280 ] {dbe01ffc-4278-49ab-a70c-500ed05a72ae} <Debug> DynamicQueryHandler: Done processing query
4959 2024.10.22 17:01:48.008196 [ 280 ] {dbe01ffc-4278-49ab-a70c-500ed05a72ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4960 2024.10.22 17:01:48.008212 [ 280 ] {} <Debug> HTTP-Session: 3c4bba1c-4b53-465e-a05c-0a0bdc76f2f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4961 2024.10.22 17:01:48.008392 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4962 2024.10.22 17:01:48.008410 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38226, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4963 2024.10.22 17:01:48.008501 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4964 2024.10.22 17:01:48.008522 [ 270 ] {} <Debug> HTTP-Session: 3a93dfe5-190f-4f7f-943d-1a190a08244d Authenticating user 'default' from [fd00:1122:3344:101::d]:38226
4965 2024.10.22 17:01:48.008553 [ 270 ] {} <Debug> HTTP-Session: 3a93dfe5-190f-4f7f-943d-1a190a08244d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4966 2024.10.22 17:01:48.008575 [ 270 ] {} <Debug> HTTP-Session: 3a93dfe5-190f-4f7f-943d-1a190a08244d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4967 2024.10.22 17:01:48.008619 [ 270 ] {} <Trace> HTTP-Session: 3a93dfe5-190f-4f7f-943d-1a190a08244d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4968 2024.10.22 17:01:48.008746 [ 270 ] {e41dd88c-2379-43c1-8865-38a108638e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38226) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4969 2024.10.22 17:01:48.008797 [ 270 ] {e41dd88c-2379-43c1-8865-38a108638e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4970 2024.10.22 17:01:48.009076 [ 270 ] {e41dd88c-2379-43c1-8865-38a108638e09} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4971 2024.10.22 17:01:48.009424 [ 270 ] {e41dd88c-2379-43c1-8865-38a108638e09} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4972 2024.10.22 17:01:48.009464 [ 270 ] {e41dd88c-2379-43c1-8865-38a108638e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
4973 2024.10.22 17:01:48.009840 [ 270 ] {e41dd88c-2379-43c1-8865-38a108638e09} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4974 2024.10.22 17:01:48.010235 [ 270 ] {e41dd88c-2379-43c1-8865-38a108638e09} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4975 2024.10.22 17:01:48.010409 [ 270 ] {e41dd88c-2379-43c1-8865-38a108638e09} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001699 sec., 7062.978222483814 rows/sec., 434.54 KiB/sec.
4976 2024.10.22 17:01:48.010725 [ 270 ] {e41dd88c-2379-43c1-8865-38a108638e09} <Debug> DynamicQueryHandler: Done processing query
4977 2024.10.22 17:01:48.010752 [ 270 ] {e41dd88c-2379-43c1-8865-38a108638e09} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4978 2024.10.22 17:01:48.010768 [ 270 ] {} <Debug> HTTP-Session: 3a93dfe5-190f-4f7f-943d-1a190a08244d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4979 2024.10.22 17:01:48.010998 [ 270 ] {} <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)
4980 2024.10.22 17:01:48.011106 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36696, User-Agent: (none), Length: 66853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4981 2024.10.22 17:01:48.011174 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4982 2024.10.22 17:01:48.011194 [ 280 ] {} <Debug> HTTP-Session: c7ed25ac-d63c-4242-878c-d212a64d6e06 Authenticating user 'default' from [fd00:1122:3344:101::d]:36696
4983 2024.10.22 17:01:48.011213 [ 280 ] {} <Debug> HTTP-Session: c7ed25ac-d63c-4242-878c-d212a64d6e06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4984 2024.10.22 17:01:48.011227 [ 280 ] {} <Debug> HTTP-Session: c7ed25ac-d63c-4242-878c-d212a64d6e06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4985 2024.10.22 17:01:48.011267 [ 280 ] {} <Trace> HTTP-Session: c7ed25ac-d63c-4242-878c-d212a64d6e06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4986 2024.10.22 17:01:48.011540 [ 280 ] {374dc5f8-9a4d-4030-bc9a-c8a66c5a2472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36696) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4987 2024.10.22 17:01:48.011587 [ 280 ] {374dc5f8-9a4d-4030-bc9a-c8a66c5a2472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4988 2024.10.22 17:01:48.011851 [ 280 ] {374dc5f8-9a4d-4030-bc9a-c8a66c5a2472} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4989 2024.10.22 17:01:48.012414 [ 280 ] {374dc5f8-9a4d-4030-bc9a-c8a66c5a2472} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4990 2024.10.22 17:01:48.012451 [ 280 ] {374dc5f8-9a4d-4030-bc9a-c8a66c5a2472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
4991 2024.10.22 17:01:48.012831 [ 280 ] {374dc5f8-9a4d-4030-bc9a-c8a66c5a2472} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4992 2024.10.22 17:01:48.013222 [ 280 ] {374dc5f8-9a4d-4030-bc9a-c8a66c5a2472} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4993 2024.10.22 17:01:48.013387 [ 280 ] {374dc5f8-9a4d-4030-bc9a-c8a66c5a2472} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001991 sec., 206931.1903566047 rows/sec., 14.76 MiB/sec.
4994 2024.10.22 17:01:48.013578 [ 280 ] {374dc5f8-9a4d-4030-bc9a-c8a66c5a2472} <Debug> DynamicQueryHandler: Done processing query
4995 2024.10.22 17:01:48.013603 [ 280 ] {374dc5f8-9a4d-4030-bc9a-c8a66c5a2472} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4996 2024.10.22 17:01:48.013619 [ 280 ] {} <Debug> HTTP-Session: c7ed25ac-d63c-4242-878c-d212a64d6e06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4997 2024.10.22 17:01:48.013879 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38226, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4998 2024.10.22 17:01:48.013894 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4999 2024.10.22 17:01:48.013971 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5000 2024.10.22 17:01:48.014010 [ 270 ] {} <Debug> HTTP-Session: 805df2ca-6484-48cf-abbe-3f25223dc5c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38226
5001 2024.10.22 17:01:48.014048 [ 270 ] {} <Debug> HTTP-Session: 805df2ca-6484-48cf-abbe-3f25223dc5c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5002 2024.10.22 17:01:48.014073 [ 270 ] {} <Debug> HTTP-Session: 805df2ca-6484-48cf-abbe-3f25223dc5c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5003 2024.10.22 17:01:48.014120 [ 270 ] {} <Trace> HTTP-Session: 805df2ca-6484-48cf-abbe-3f25223dc5c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5004 2024.10.22 17:01:48.014262 [ 270 ] {d7288661-0d54-403e-8079-0c518372c97a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38226) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5005 2024.10.22 17:01:48.014327 [ 270 ] {d7288661-0d54-403e-8079-0c518372c97a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5006 2024.10.22 17:01:48.014530 [ 270 ] {d7288661-0d54-403e-8079-0c518372c97a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5007 2024.10.22 17:01:48.014874 [ 270 ] {d7288661-0d54-403e-8079-0c518372c97a} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5008 2024.10.22 17:01:48.014919 [ 270 ] {d7288661-0d54-403e-8079-0c518372c97a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5009 2024.10.22 17:01:48.015305 [ 270 ] {d7288661-0d54-403e-8079-0c518372c97a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5010 2024.10.22 17:01:48.015658 [ 270 ] {d7288661-0d54-403e-8079-0c518372c97a} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5011 2024.10.22 17:01:48.015824 [ 270 ] {d7288661-0d54-403e-8079-0c518372c97a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001601 sec., 3747.6577139287947 rows/sec., 195.80 KiB/sec.
5012 2024.10.22 17:01:48.016165 [ 270 ] {d7288661-0d54-403e-8079-0c518372c97a} <Debug> DynamicQueryHandler: Done processing query
5013 2024.10.22 17:01:48.016197 [ 270 ] {d7288661-0d54-403e-8079-0c518372c97a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5014 2024.10.22 17:01:48.016214 [ 270 ] {} <Debug> HTTP-Session: 805df2ca-6484-48cf-abbe-3f25223dc5c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5015 2024.10.22 17:01:48.016403 [ 270 ] {} <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)
5016 2024.10.22 17:01:48.016532 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40561, User-Agent: (none), Length: 44568, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5017 2024.10.22 17:01:48.016592 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5018 2024.10.22 17:01:48.016616 [ 280 ] {} <Debug> HTTP-Session: 07b0582c-6bb6-4df2-9754-5825a9f15645 Authenticating user 'default' from [fd00:1122:3344:101::d]:40561
5019 2024.10.22 17:01:48.016634 [ 280 ] {} <Debug> HTTP-Session: 07b0582c-6bb6-4df2-9754-5825a9f15645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5020 2024.10.22 17:01:48.016649 [ 280 ] {} <Debug> HTTP-Session: 07b0582c-6bb6-4df2-9754-5825a9f15645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5021 2024.10.22 17:01:48.016688 [ 280 ] {} <Trace> HTTP-Session: 07b0582c-6bb6-4df2-9754-5825a9f15645 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5022 2024.10.22 17:01:48.016891 [ 280 ] {283ebc0a-1fbb-42d3-be00-824f3bca3255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40561) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5023 2024.10.22 17:01:48.016943 [ 280 ] {283ebc0a-1fbb-42d3-be00-824f3bca3255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5024 2024.10.22 17:01:48.017105 [ 280 ] {283ebc0a-1fbb-42d3-be00-824f3bca3255} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5025 2024.10.22 17:01:48.017551 [ 280 ] {283ebc0a-1fbb-42d3-be00-824f3bca3255} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5026 2024.10.22 17:01:48.017586 [ 280 ] {283ebc0a-1fbb-42d3-be00-824f3bca3255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5027 2024.10.22 17:01:48.018007 [ 280 ] {283ebc0a-1fbb-42d3-be00-824f3bca3255} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5028 2024.10.22 17:01:48.018380 [ 280 ] {283ebc0a-1fbb-42d3-be00-824f3bca3255} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5029 2024.10.22 17:01:48.018532 [ 280 ] {283ebc0a-1fbb-42d3-be00-824f3bca3255} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001727 sec., 137232.1945570353 rows/sec., 9.20 MiB/sec.
5030 2024.10.22 17:01:48.018884 [ 280 ] {283ebc0a-1fbb-42d3-be00-824f3bca3255} <Debug> DynamicQueryHandler: Done processing query
5031 2024.10.22 17:01:48.018910 [ 280 ] {283ebc0a-1fbb-42d3-be00-824f3bca3255} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5032 2024.10.22 17:01:48.018927 [ 280 ] {} <Debug> HTTP-Session: 07b0582c-6bb6-4df2-9754-5825a9f15645 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5033 2024.10.22 17:01:48.019103 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38226, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5034 2024.10.22 17:01:48.019154 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5035 2024.10.22 17:01:48.019247 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5036 2024.10.22 17:01:48.019280 [ 270 ] {} <Debug> HTTP-Session: 6e4a3d11-17b7-4de7-b6b4-fb9a4c6fd0d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38226
5037 2024.10.22 17:01:48.019304 [ 270 ] {} <Debug> HTTP-Session: 6e4a3d11-17b7-4de7-b6b4-fb9a4c6fd0d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5038 2024.10.22 17:01:48.019347 [ 270 ] {} <Debug> HTTP-Session: 6e4a3d11-17b7-4de7-b6b4-fb9a4c6fd0d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5039 2024.10.22 17:01:48.019394 [ 270 ] {} <Trace> HTTP-Session: 6e4a3d11-17b7-4de7-b6b4-fb9a4c6fd0d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5040 2024.10.22 17:01:48.019533 [ 270 ] {128cd385-a3ba-4474-af17-3cdafb77e44c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38226) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5041 2024.10.22 17:01:48.019587 [ 270 ] {128cd385-a3ba-4474-af17-3cdafb77e44c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5042 2024.10.22 17:01:48.019759 [ 270 ] {128cd385-a3ba-4474-af17-3cdafb77e44c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5043 2024.10.22 17:01:48.020043 [ 270 ] {128cd385-a3ba-4474-af17-3cdafb77e44c} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5044 2024.10.22 17:01:48.020080 [ 270 ] {128cd385-a3ba-4474-af17-3cdafb77e44c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5045 2024.10.22 17:01:48.020470 [ 270 ] {128cd385-a3ba-4474-af17-3cdafb77e44c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5046 2024.10.22 17:01:48.020822 [ 270 ] {128cd385-a3ba-4474-af17-3cdafb77e44c} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5047 2024.10.22 17:01:48.020981 [ 270 ] {128cd385-a3ba-4474-af17-3cdafb77e44c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec.
5048 2024.10.22 17:01:48.021276 [ 270 ] {128cd385-a3ba-4474-af17-3cdafb77e44c} <Debug> DynamicQueryHandler: Done processing query
5049 2024.10.22 17:01:48.021301 [ 270 ] {128cd385-a3ba-4474-af17-3cdafb77e44c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5050 2024.10.22 17:01:48.021317 [ 270 ] {} <Debug> HTTP-Session: 6e4a3d11-17b7-4de7-b6b4-fb9a4c6fd0d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5051 2024.10.22 17:01:48.021520 [ 270 ] {} <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)
5052 2024.10.22 17:01:48.021615 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57486, User-Agent: (none), Length: 50090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5053 2024.10.22 17:01:48.021702 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5054 2024.10.22 17:01:48.021730 [ 270 ] {} <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):
5055 
5056 (version 23.8.7.1)
5057 2024.10.22 17:01:48.021752 [ 280 ] {} <Debug> HTTP-Session: a1369bdd-7c7d-41bf-9fa2-1fcdddc9057d Authenticating user 'default' from [fd00:1122:3344:101::d]:57486
5058 2024.10.22 17:01:48.021807 [ 280 ] {} <Debug> HTTP-Session: a1369bdd-7c7d-41bf-9fa2-1fcdddc9057d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5059 2024.10.22 17:01:48.021831 [ 280 ] {} <Debug> HTTP-Session: a1369bdd-7c7d-41bf-9fa2-1fcdddc9057d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5060 2024.10.22 17:01:48.021882 [ 280 ] {} <Trace> HTTP-Session: a1369bdd-7c7d-41bf-9fa2-1fcdddc9057d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5061 2024.10.22 17:01:48.022279 [ 280 ] {737a10d9-1674-470d-98b9-efb8d2c9e1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57486) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5062 2024.10.22 17:01:48.022364 [ 280 ] {737a10d9-1674-470d-98b9-efb8d2c9e1da} <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
5063 2024.10.22 17:01:48.022865 [ 280 ] {737a10d9-1674-470d-98b9-efb8d2c9e1da} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5064 2024.10.22 17:01:48.023581 [ 280 ] {737a10d9-1674-470d-98b9-efb8d2c9e1da} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5065 2024.10.22 17:01:48.023620 [ 280 ] {737a10d9-1674-470d-98b9-efb8d2c9e1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5066 2024.10.22 17:01:48.024433 [ 280 ] {737a10d9-1674-470d-98b9-efb8d2c9e1da} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5067 2024.10.22 17:01:48.024899 [ 280 ] {737a10d9-1674-470d-98b9-efb8d2c9e1da} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5068 2024.10.22 17:01:48.025106 [ 280 ] {737a10d9-1674-470d-98b9-efb8d2c9e1da} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003104 sec., 9664.948453608247 rows/sec., 17.32 MiB/sec.
5069 2024.10.22 17:01:48.025335 [ 280 ] {737a10d9-1674-470d-98b9-efb8d2c9e1da} <Debug> DynamicQueryHandler: Done processing query
5070 2024.10.22 17:01:48.025359 [ 280 ] {737a10d9-1674-470d-98b9-efb8d2c9e1da} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
5071 2024.10.22 17:01:48.025376 [ 280 ] {} <Debug> HTTP-Session: a1369bdd-7c7d-41bf-9fa2-1fcdddc9057d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5072 2024.10.22 17:01:48.025551 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57486, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5073 2024.10.22 17:01:48.025686 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55921, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5074 2024.10.22 17:01:48.025760 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5075 2024.10.22 17:01:48.025786 [ 281 ] {} <Debug> HTTP-Session: 49d751be-d049-4419-8fad-7759100716fb Authenticating user 'default' from [fd00:1122:3344:101::d]:55921
5076 2024.10.22 17:01:48.025807 [ 281 ] {} <Debug> HTTP-Session: 49d751be-d049-4419-8fad-7759100716fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5077 2024.10.22 17:01:48.025825 [ 281 ] {} <Debug> HTTP-Session: 49d751be-d049-4419-8fad-7759100716fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5078 2024.10.22 17:01:48.025864 [ 281 ] {} <Trace> HTTP-Session: 49d751be-d049-4419-8fad-7759100716fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5079 2024.10.22 17:01:48.026023 [ 281 ] {e02f182d-859b-4ef4-b8f5-0c3d3e8001d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55921) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5080 2024.10.22 17:01:48.026073 [ 281 ] {e02f182d-859b-4ef4-b8f5-0c3d3e8001d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5081 2024.10.22 17:01:48.026235 [ 281 ] {e02f182d-859b-4ef4-b8f5-0c3d3e8001d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5082 2024.10.22 17:01:48.026605 [ 281 ] {e02f182d-859b-4ef4-b8f5-0c3d3e8001d4} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5083 2024.10.22 17:01:48.026646 [ 281 ] {e02f182d-859b-4ef4-b8f5-0c3d3e8001d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5084 2024.10.22 17:01:48.027040 [ 281 ] {e02f182d-859b-4ef4-b8f5-0c3d3e8001d4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5085 2024.10.22 17:01:48.027376 [ 281 ] {e02f182d-859b-4ef4-b8f5-0c3d3e8001d4} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5086 2024.10.22 17:01:48.027552 [ 281 ] {e02f182d-859b-4ef4-b8f5-0c3d3e8001d4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001579 sec., 51931.602279924 rows/sec., 3.30 MiB/sec.
5087 2024.10.22 17:01:48.027882 [ 281 ] {e02f182d-859b-4ef4-b8f5-0c3d3e8001d4} <Debug> DynamicQueryHandler: Done processing query
5088 2024.10.22 17:01:48.027910 [ 281 ] {e02f182d-859b-4ef4-b8f5-0c3d3e8001d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5089 2024.10.22 17:01:48.027928 [ 281 ] {} <Debug> HTTP-Session: 49d751be-d049-4419-8fad-7759100716fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5090 2024.10.22 17:01:48.028274 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5091 2024.10.22 17:01:51.175944 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50437, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5092 2024.10.22 17:01:51.176264 [ 281 ] {} <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):
5093 
5094 (version 23.8.7.1)
5095 2024.10.22 17:01:52.990438 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60061, User-Agent: (none), Length: 10909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5096 2024.10.22 17:01:52.990563 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5097 2024.10.22 17:01:52.990591 [ 281 ] {} <Debug> HTTP-Session: 4f6a0d24-c696-425d-955f-91445e6e6454 Authenticating user 'default' from [fd00:1122:3344:101::d]:60061
5098 2024.10.22 17:01:52.990619 [ 281 ] {} <Debug> HTTP-Session: 4f6a0d24-c696-425d-955f-91445e6e6454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5099 2024.10.22 17:01:52.990637 [ 281 ] {} <Debug> HTTP-Session: 4f6a0d24-c696-425d-955f-91445e6e6454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5100 2024.10.22 17:01:52.990694 [ 281 ] {} <Trace> HTTP-Session: 4f6a0d24-c696-425d-955f-91445e6e6454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5101 2024.10.22 17:01:52.990917 [ 281 ] {5e13f633-8574-4d19-8708-32ad95c1d434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60061) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5102 2024.10.22 17:01:52.990993 [ 281 ] {5e13f633-8574-4d19-8708-32ad95c1d434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5103 2024.10.22 17:01:52.991345 [ 281 ] {5e13f633-8574-4d19-8708-32ad95c1d434} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5104 2024.10.22 17:01:52.991874 [ 281 ] {5e13f633-8574-4d19-8708-32ad95c1d434} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5105 2024.10.22 17:01:52.991916 [ 281 ] {5e13f633-8574-4d19-8708-32ad95c1d434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5106 2024.10.22 17:01:52.992349 [ 281 ] {5e13f633-8574-4d19-8708-32ad95c1d434} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5107 2024.10.22 17:01:52.992737 [ 281 ] {5e13f633-8574-4d19-8708-32ad95c1d434} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5108 2024.10.22 17:01:52.992886 [ 281 ] {5e13f633-8574-4d19-8708-32ad95c1d434} <Debug> executeQuery: Read 76 rows, 6.27 KiB in 0.002054 sec., 37000.97370983447 rows/sec., 2.98 MiB/sec.
5109 2024.10.22 17:01:52.993269 [ 281 ] {5e13f633-8574-4d19-8708-32ad95c1d434} <Debug> DynamicQueryHandler: Done processing query
5110 2024.10.22 17:01:52.993298 [ 281 ] {5e13f633-8574-4d19-8708-32ad95c1d434} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5111 2024.10.22 17:01:52.993316 [ 281 ] {} <Debug> HTTP-Session: 4f6a0d24-c696-425d-955f-91445e6e6454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5112 2024.10.22 17:01:52.993535 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5113 2024.10.22 17:01:52.993598 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57486, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5114 2024.10.22 17:01:52.993674 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5115 2024.10.22 17:01:52.993700 [ 280 ] {} <Debug> HTTP-Session: eddcada5-f06e-438e-85e2-0fae83c17ff8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57486
5116 2024.10.22 17:01:52.993723 [ 280 ] {} <Debug> HTTP-Session: eddcada5-f06e-438e-85e2-0fae83c17ff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5117 2024.10.22 17:01:52.993740 [ 280 ] {} <Debug> HTTP-Session: eddcada5-f06e-438e-85e2-0fae83c17ff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5118 2024.10.22 17:01:52.993784 [ 280 ] {} <Trace> HTTP-Session: eddcada5-f06e-438e-85e2-0fae83c17ff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5119 2024.10.22 17:01:52.993922 [ 280 ] {d24833e7-c2bd-409e-8ed5-2187a67a3aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57486) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5120 2024.10.22 17:01:52.993981 [ 280 ] {d24833e7-c2bd-409e-8ed5-2187a67a3aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5121 2024.10.22 17:01:52.994261 [ 280 ] {d24833e7-c2bd-409e-8ed5-2187a67a3aa8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5122 2024.10.22 17:01:52.994620 [ 280 ] {d24833e7-c2bd-409e-8ed5-2187a67a3aa8} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5123 2024.10.22 17:01:52.994658 [ 280 ] {d24833e7-c2bd-409e-8ed5-2187a67a3aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5124 2024.10.22 17:01:52.995020 [ 280 ] {d24833e7-c2bd-409e-8ed5-2187a67a3aa8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5125 2024.10.22 17:01:52.995385 [ 280 ] {d24833e7-c2bd-409e-8ed5-2187a67a3aa8} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5126 2024.10.22 17:01:52.995510 [ 108 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5127 2024.10.22 17:01:52.995519 [ 280 ] {d24833e7-c2bd-409e-8ed5-2187a67a3aa8} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001638 sec., 6105.006105006105 rows/sec., 459.07 KiB/sec.
5128 2024.10.22 17:01:52.995559 [ 108 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5129 2024.10.22 17:01:52.995599 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5130 2024.10.22 17:01:52.995769 [ 280 ] {d24833e7-c2bd-409e-8ed5-2187a67a3aa8} <Debug> DynamicQueryHandler: Done processing query
5131 2024.10.22 17:01:52.995782 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
5132 2024.10.22 17:01:52.995802 [ 280 ] {d24833e7-c2bd-409e-8ed5-2187a67a3aa8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5133 2024.10.22 17:01:52.995864 [ 280 ] {} <Debug> HTTP-Session: eddcada5-f06e-438e-85e2-0fae83c17ff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5134 2024.10.22 17:01:52.996009 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5135 2024.10.22 17:01:52.996080 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 42 rows starting from the beginning of the part
5136 2024.10.22 17:01:52.996083 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57486, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5137 2024.10.22 17:01:52.996365 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34070, User-Agent: (none), Length: 12575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5138 2024.10.22 17:01:52.996409 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
5139 2024.10.22 17:01:52.996533 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5140 2024.10.22 17:01:52.996659 [ 281 ] {} <Debug> HTTP-Session: d6021c05-0269-45b2-afb1-da71cc8315cd Authenticating user 'default' from [fd00:1122:3344:101::d]:34070
5141 2024.10.22 17:01:52.996688 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part
5142 2024.10.22 17:01:52.996732 [ 281 ] {} <Debug> HTTP-Session: d6021c05-0269-45b2-afb1-da71cc8315cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5143 2024.10.22 17:01:52.996793 [ 281 ] {} <Debug> HTTP-Session: d6021c05-0269-45b2-afb1-da71cc8315cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5144 2024.10.22 17:01:52.996979 [ 281 ] {} <Trace> HTTP-Session: d6021c05-0269-45b2-afb1-da71cc8315cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5145 2024.10.22 17:01:52.996983 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part
5146 2024.10.22 17:01:52.997290 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part
5147 2024.10.22 17:01:52.997530 [ 281 ] {f9970f8b-35d2-472d-9fb7-94f09348cb0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34070) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5148 2024.10.22 17:01:52.997645 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part
5149 2024.10.22 17:01:52.997734 [ 281 ] {f9970f8b-35d2-472d-9fb7-94f09348cb0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5150 2024.10.22 17:01:52.998765 [ 281 ] {f9970f8b-35d2-472d-9fb7-94f09348cb0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5151 2024.10.22 17:01:52.999813 [ 281 ] {f9970f8b-35d2-472d-9fb7-94f09348cb0c} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5152 2024.10.22 17:01:52.999884 [ 281 ] {f9970f8b-35d2-472d-9fb7-94f09348cb0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5153 2024.10.22 17:01:53.000216 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.18 MiB, peak 164.06 MiB, free memory in arenas 0.00 B, will set to 155.71 MiB (RSS), difference: -4.48 MiB
5154 2024.10.22 17:01:53.001265 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 5 columns (5 merged, 0 gathered) in 0.005571177 sec., 23693.37753943197 rows/sec., 1.82 MiB/sec.
5155 2024.10.22 17:01:53.001514 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5156 2024.10.22 17:01:53.001516 [ 281 ] {f9970f8b-35d2-472d-9fb7-94f09348cb0c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5157 2024.10.22 17:01:53.002752 [ 281 ] {f9970f8b-35d2-472d-9fb7-94f09348cb0c} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5158 2024.10.22 17:01:53.002848 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_11_2} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5159 2024.10.22 17:01:53.003081 [ 281 ] {f9970f8b-35d2-472d-9fb7-94f09348cb0c} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.005759 sec., 12849.453030039936 rows/sec., 1.00 MiB/sec.
5160 2024.10.22 17:01:53.003142 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_11_2} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5161 2024.10.22 17:01:53.003416 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
5162 2024.10.22 17:01:53.003479 [ 281 ] {f9970f8b-35d2-472d-9fb7-94f09348cb0c} <Debug> DynamicQueryHandler: Done processing query
5163 2024.10.22 17:01:53.003511 [ 281 ] {f9970f8b-35d2-472d-9fb7-94f09348cb0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5164 2024.10.22 17:01:53.003527 [ 281 ] {} <Debug> HTTP-Session: d6021c05-0269-45b2-afb1-da71cc8315cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5165 2024.10.22 17:01:53.003781 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5166 2024.10.22 17:01:53.003879 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36941, User-Agent: (none), Length: 30578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5167 2024.10.22 17:01:53.003943 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5168 2024.10.22 17:01:53.003968 [ 280 ] {} <Debug> HTTP-Session: 872b2d10-6544-4051-a544-ff64d2d49b05 Authenticating user 'default' from [fd00:1122:3344:101::d]:36941
5169 2024.10.22 17:01:53.003988 [ 280 ] {} <Debug> HTTP-Session: 872b2d10-6544-4051-a544-ff64d2d49b05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5170 2024.10.22 17:01:53.004005 [ 280 ] {} <Debug> HTTP-Session: 872b2d10-6544-4051-a544-ff64d2d49b05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5171 2024.10.22 17:01:53.004043 [ 280 ] {} <Trace> HTTP-Session: 872b2d10-6544-4051-a544-ff64d2d49b05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5172 2024.10.22 17:01:53.004218 [ 280 ] {e475b374-963b-4890-837c-e62aa305b58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36941) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5173 2024.10.22 17:01:53.004268 [ 280 ] {e475b374-963b-4890-837c-e62aa305b58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5174 2024.10.22 17:01:53.004434 [ 280 ] {e475b374-963b-4890-837c-e62aa305b58a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5175 2024.10.22 17:01:53.004857 [ 280 ] {e475b374-963b-4890-837c-e62aa305b58a} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5176 2024.10.22 17:01:53.004893 [ 280 ] {e475b374-963b-4890-837c-e62aa305b58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5177 2024.10.22 17:01:53.005290 [ 280 ] {e475b374-963b-4890-837c-e62aa305b58a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5178 2024.10.22 17:01:53.005645 [ 280 ] {e475b374-963b-4890-837c-e62aa305b58a} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5179 2024.10.22 17:01:53.005814 [ 280 ] {e475b374-963b-4890-837c-e62aa305b58a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001663 sec., 96211.66566446182 rows/sec., 6.70 MiB/sec.
5180 2024.10.22 17:01:53.005995 [ 280 ] {e475b374-963b-4890-837c-e62aa305b58a} <Debug> DynamicQueryHandler: Done processing query
5181 2024.10.22 17:01:53.006019 [ 280 ] {e475b374-963b-4890-837c-e62aa305b58a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5182 2024.10.22 17:01:53.006035 [ 280 ] {} <Debug> HTTP-Session: 872b2d10-6544-4051-a544-ff64d2d49b05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5183 2024.10.22 17:01:53.006206 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5184 2024.10.22 17:01:53.006233 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34070, User-Agent: (none), Length: 16441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5185 2024.10.22 17:01:53.006298 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5186 2024.10.22 17:01:53.006323 [ 281 ] {} <Debug> HTTP-Session: b6bcd627-2ad6-4783-988f-6aebfb673510 Authenticating user 'default' from [fd00:1122:3344:101::d]:34070
5187 2024.10.22 17:01:53.006347 [ 281 ] {} <Debug> HTTP-Session: b6bcd627-2ad6-4783-988f-6aebfb673510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5188 2024.10.22 17:01:53.006366 [ 281 ] {} <Debug> HTTP-Session: b6bcd627-2ad6-4783-988f-6aebfb673510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5189 2024.10.22 17:01:53.006402 [ 281 ] {} <Trace> HTTP-Session: b6bcd627-2ad6-4783-988f-6aebfb673510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5190 2024.10.22 17:01:53.006645 [ 281 ] {a9f149d8-61c2-4889-86bb-622ce5575f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34070) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5191 2024.10.22 17:01:53.006724 [ 281 ] {a9f149d8-61c2-4889-86bb-622ce5575f42} <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
5192 2024.10.22 17:01:53.007237 [ 281 ] {a9f149d8-61c2-4889-86bb-622ce5575f42} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5193 2024.10.22 17:01:53.007793 [ 281 ] {a9f149d8-61c2-4889-86bb-622ce5575f42} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5194 2024.10.22 17:01:53.007829 [ 281 ] {a9f149d8-61c2-4889-86bb-622ce5575f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5195 2024.10.22 17:01:53.008437 [ 281 ] {a9f149d8-61c2-4889-86bb-622ce5575f42} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5196 2024.10.22 17:01:53.008870 [ 281 ] {a9f149d8-61c2-4889-86bb-622ce5575f42} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5197 2024.10.22 17:01:53.009075 [ 281 ] {a9f149d8-61c2-4889-86bb-622ce5575f42} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002583 sec., 3871.467286101433 rows/sec., 6.94 MiB/sec.
5198 2024.10.22 17:01:53.009440 [ 281 ] {a9f149d8-61c2-4889-86bb-622ce5575f42} <Debug> DynamicQueryHandler: Done processing query
5199 2024.10.22 17:01:53.009464 [ 281 ] {a9f149d8-61c2-4889-86bb-622ce5575f42} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
5200 2024.10.22 17:01:53.009480 [ 281 ] {} <Debug> HTTP-Session: b6bcd627-2ad6-4783-988f-6aebfb673510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5201 2024.10.22 17:01:53.009653 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5202 2024.10.22 17:01:53.009751 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44889, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5203 2024.10.22 17:01:53.009803 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5204 2024.10.22 17:01:53.009822 [ 280 ] {} <Debug> HTTP-Session: a931dc3e-a399-468a-9d76-46a53e3d9f8c Authenticating user 'default' from [fd00:1122:3344:101::d]:44889
5205 2024.10.22 17:01:53.009839 [ 280 ] {} <Debug> HTTP-Session: a931dc3e-a399-468a-9d76-46a53e3d9f8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5206 2024.10.22 17:01:53.009853 [ 280 ] {} <Debug> HTTP-Session: a931dc3e-a399-468a-9d76-46a53e3d9f8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5207 2024.10.22 17:01:53.009884 [ 280 ] {} <Trace> HTTP-Session: a931dc3e-a399-468a-9d76-46a53e3d9f8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5208 2024.10.22 17:01:53.010016 [ 280 ] {e8e12d81-c942-49b9-a4df-eb0775d9ba12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44889) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5209 2024.10.22 17:01:53.010060 [ 280 ] {e8e12d81-c942-49b9-a4df-eb0775d9ba12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5210 2024.10.22 17:01:53.010191 [ 280 ] {e8e12d81-c942-49b9-a4df-eb0775d9ba12} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5211 2024.10.22 17:01:53.010503 [ 280 ] {e8e12d81-c942-49b9-a4df-eb0775d9ba12} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5212 2024.10.22 17:01:53.010539 [ 280 ] {e8e12d81-c942-49b9-a4df-eb0775d9ba12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5213 2024.10.22 17:01:53.010895 [ 280 ] {e8e12d81-c942-49b9-a4df-eb0775d9ba12} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5214 2024.10.22 17:01:53.011232 [ 280 ] {e8e12d81-c942-49b9-a4df-eb0775d9ba12} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5215 2024.10.22 17:01:53.011399 [ 280 ] {e8e12d81-c942-49b9-a4df-eb0775d9ba12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec.
5216 2024.10.22 17:01:53.011565 [ 280 ] {e8e12d81-c942-49b9-a4df-eb0775d9ba12} <Debug> DynamicQueryHandler: Done processing query
5217 2024.10.22 17:01:53.011589 [ 280 ] {e8e12d81-c942-49b9-a4df-eb0775d9ba12} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5218 2024.10.22 17:01:53.011605 [ 280 ] {} <Debug> HTTP-Session: a931dc3e-a399-468a-9d76-46a53e3d9f8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5219 2024.10.22 17:01:53.011866 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5220 2024.10.22 17:01:53.664162 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5221 2024.10.22 17:01:53.726882 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5222 2024.10.22 17:01:53.804049 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5223 2024.10.22 17:01:53.901157 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5224 2024.10.22 17:01:53.911456 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5225 2024.10.22 17:01:53.920868 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5226 2024.10.22 17:01:53.945047 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5227 2024.10.22 17:01:54.000237 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.95 MiB, peak 164.06 MiB, free memory in arenas 0.00 B, will set to 155.73 MiB (RSS), difference: 3.78 MiB
5228 2024.10.22 17:01:57.245142 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 470
5229 2024.10.22 17:01:57.248266 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5230 2024.10.22 17:01:57.248331 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5231 2024.10.22 17:01:57.249961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5232 2024.10.22 17:01:57.250945 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5233 2024.10.22 17:01:57.251542 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 470
5234 2024.10.22 17:01:57.995916 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34070, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5235 2024.10.22 17:01:57.996033 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5236 2024.10.22 17:01:57.996056 [ 281 ] {} <Debug> HTTP-Session: 1fde3633-55d0-447a-a037-ee3225271917 Authenticating user 'default' from [fd00:1122:3344:101::d]:34070
5237 2024.10.22 17:01:57.996085 [ 281 ] {} <Debug> HTTP-Session: 1fde3633-55d0-447a-a037-ee3225271917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5238 2024.10.22 17:01:57.996100 [ 281 ] {} <Debug> HTTP-Session: 1fde3633-55d0-447a-a037-ee3225271917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5239 2024.10.22 17:01:57.996150 [ 281 ] {} <Trace> HTTP-Session: 1fde3633-55d0-447a-a037-ee3225271917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5240 2024.10.22 17:01:57.996335 [ 281 ] {26a543fc-1c9a-441c-b13f-5db9af10b472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34070) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
5241 2024.10.22 17:01:57.996404 [ 281 ] {26a543fc-1c9a-441c-b13f-5db9af10b472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
5242 2024.10.22 17:01:57.996747 [ 281 ] {26a543fc-1c9a-441c-b13f-5db9af10b472} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5243 2024.10.22 17:01:57.997184 [ 281 ] {26a543fc-1c9a-441c-b13f-5db9af10b472} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5244 2024.10.22 17:01:57.997225 [ 281 ] {26a543fc-1c9a-441c-b13f-5db9af10b472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5245 2024.10.22 17:01:57.997649 [ 281 ] {26a543fc-1c9a-441c-b13f-5db9af10b472} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5246 2024.10.22 17:01:57.998062 [ 281 ] {26a543fc-1c9a-441c-b13f-5db9af10b472} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5247 2024.10.22 17:01:57.998229 [ 281 ] {26a543fc-1c9a-441c-b13f-5db9af10b472} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001945 sec., 6169.665809768638 rows/sec., 430.79 KiB/sec.
5248 2024.10.22 17:01:57.998491 [ 281 ] {26a543fc-1c9a-441c-b13f-5db9af10b472} <Debug> DynamicQueryHandler: Done processing query
5249 2024.10.22 17:01:57.998517 [ 281 ] {26a543fc-1c9a-441c-b13f-5db9af10b472} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5250 2024.10.22 17:01:57.998533 [ 281 ] {} <Debug> HTTP-Session: 1fde3633-55d0-447a-a037-ee3225271917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5251 2024.10.22 17:01:57.998766 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5252 2024.10.22 17:01:57.998985 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53704, User-Agent: (none), Length: 39219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5253 2024.10.22 17:01:57.999061 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5254 2024.10.22 17:01:57.999088 [ 280 ] {} <Debug> HTTP-Session: a8a7ef04-f58f-422e-848a-9546bd78b929 Authenticating user 'default' from [fd00:1122:3344:101::d]:53704
5255 2024.10.22 17:01:57.999110 [ 280 ] {} <Debug> HTTP-Session: a8a7ef04-f58f-422e-848a-9546bd78b929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5256 2024.10.22 17:01:57.999127 [ 280 ] {} <Debug> HTTP-Session: a8a7ef04-f58f-422e-848a-9546bd78b929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5257 2024.10.22 17:01:57.999167 [ 280 ] {} <Trace> HTTP-Session: a8a7ef04-f58f-422e-848a-9546bd78b929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5258 2024.10.22 17:01:57.999410 [ 280 ] {5e635748-7499-44f5-93cc-cab4495a1c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53704) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5259 2024.10.22 17:01:57.999458 [ 280 ] {5e635748-7499-44f5-93cc-cab4495a1c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5260 2024.10.22 17:01:57.999692 [ 280 ] {5e635748-7499-44f5-93cc-cab4495a1c03} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5261 2024.10.22 17:01:58.000281 [ 280 ] {5e635748-7499-44f5-93cc-cab4495a1c03} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5262 2024.10.22 17:01:58.000350 [ 280 ] {5e635748-7499-44f5-93cc-cab4495a1c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5263 2024.10.22 17:01:58.000875 [ 280 ] {5e635748-7499-44f5-93cc-cab4495a1c03} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5264 2024.10.22 17:01:58.001274 [ 280 ] {5e635748-7499-44f5-93cc-cab4495a1c03} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5265 2024.10.22 17:01:58.001445 [ 280 ] {5e635748-7499-44f5-93cc-cab4495a1c03} <Debug> executeQuery: Read 261 rows, 23.40 KiB in 0.002165 sec., 120554.27251732102 rows/sec., 10.55 MiB/sec.
5266 2024.10.22 17:01:58.001443 [ 149 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5267 2024.10.22 17:01:58.001573 [ 149 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5268 2024.10.22 17:01:58.001625 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5269 2024.10.22 17:01:58.001716 [ 280 ] {5e635748-7499-44f5-93cc-cab4495a1c03} <Debug> DynamicQueryHandler: Done processing query
5270 2024.10.22 17:01:58.001773 [ 280 ] {5e635748-7499-44f5-93cc-cab4495a1c03} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
5271 2024.10.22 17:01:58.001803 [ 280 ] {} <Debug> HTTP-Session: a8a7ef04-f58f-422e-848a-9546bd78b929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5272 2024.10.22 17:01:58.001809 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
5273 2024.10.22 17:01:58.002000 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5274 2024.10.22 17:01:58.002041 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34070, User-Agent: (none), Length: 4347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5275 2024.10.22 17:01:58.002062 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53704, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5276 2024.10.22 17:01:58.002114 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1424 rows starting from the beginning of the part
5277 2024.10.22 17:01:58.002169 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5278 2024.10.22 17:01:58.002243 [ 281 ] {} <Debug> HTTP-Session: 308dcd51-33b4-4e6f-99d9-86908bf480d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34070
5279 2024.10.22 17:01:58.002389 [ 281 ] {} <Debug> HTTP-Session: 308dcd51-33b4-4e6f-99d9-86908bf480d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5280 2024.10.22 17:01:58.002475 [ 281 ] {} <Debug> HTTP-Session: 308dcd51-33b4-4e6f-99d9-86908bf480d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5281 2024.10.22 17:01:58.002476 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 264 rows starting from the beginning of the part
5282 2024.10.22 17:01:58.002601 [ 281 ] {} <Trace> HTTP-Session: 308dcd51-33b4-4e6f-99d9-86908bf480d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5283 2024.10.22 17:01:58.002751 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 76 rows starting from the beginning of the part
5284 2024.10.22 17:01:58.003077 [ 281 ] {430cf595-bc31-4f16-9951-eee02e2914c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34070) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5285 2024.10.22 17:01:58.003079 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 261 rows starting from the beginning of the part
5286 2024.10.22 17:01:58.003241 [ 281 ] {430cf595-bc31-4f16-9951-eee02e2914c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5287 2024.10.22 17:01:58.003379 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 76 rows starting from the beginning of the part
5288 2024.10.22 17:01:58.003729 [ 201 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 261 rows starting from the beginning of the part
5289 2024.10.22 17:01:58.004584 [ 281 ] {430cf595-bc31-4f16-9951-eee02e2914c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5290 2024.10.22 17:01:58.005354 [ 281 ] {430cf595-bc31-4f16-9951-eee02e2914c3} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5291 2024.10.22 17:01:58.005426 [ 281 ] {430cf595-bc31-4f16-9951-eee02e2914c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5292 2024.10.22 17:01:58.006496 [ 281 ] {430cf595-bc31-4f16-9951-eee02e2914c3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5293 2024.10.22 17:01:58.007233 [ 281 ] {430cf595-bc31-4f16-9951-eee02e2914c3} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5294 2024.10.22 17:01:58.007633 [ 186 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2362 rows, containing 5 columns (5 merged, 0 gathered) in 0.005924315 sec., 398695.8829839399 rows/sec., 35.24 MiB/sec.
5295 2024.10.22 17:01:58.007643 [ 281 ] {430cf595-bc31-4f16-9951-eee02e2914c3} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.004803 sec., 6246.096189881324 rows/sec., 469.68 KiB/sec.
5296 2024.10.22 17:01:58.007941 [ 281 ] {430cf595-bc31-4f16-9951-eee02e2914c3} <Debug> DynamicQueryHandler: Done processing query
5297 2024.10.22 17:01:58.007977 [ 281 ] {430cf595-bc31-4f16-9951-eee02e2914c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5298 2024.10.22 17:01:58.007998 [ 281 ] {} <Debug> HTTP-Session: 308dcd51-33b4-4e6f-99d9-86908bf480d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5299 2024.10.22 17:01:58.008062 [ 186 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5300 2024.10.22 17:01:58.008180 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5301 2024.10.22 17:01:58.008304 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59414, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5302 2024.10.22 17:01:58.008473 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5303 2024.10.22 17:01:58.008584 [ 280 ] {} <Debug> HTTP-Session: 83dfde6d-510e-4e69-9ab6-66af41240324 Authenticating user 'default' from [fd00:1122:3344:101::d]:59414
5304 2024.10.22 17:01:58.008676 [ 280 ] {} <Debug> HTTP-Session: 83dfde6d-510e-4e69-9ab6-66af41240324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5305 2024.10.22 17:01:58.008734 [ 280 ] {} <Debug> HTTP-Session: 83dfde6d-510e-4e69-9ab6-66af41240324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5306 2024.10.22 17:01:58.008843 [ 280 ] {} <Trace> HTTP-Session: 83dfde6d-510e-4e69-9ab6-66af41240324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5307 2024.10.22 17:01:58.009068 [ 280 ] {ab246e73-8e81-4e3c-8cc9-227419def8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59414) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5308 2024.10.22 17:01:58.009135 [ 186 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_21_4} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5309 2024.10.22 17:01:58.009160 [ 280 ] {ab246e73-8e81-4e3c-8cc9-227419def8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5310 2024.10.22 17:01:58.009382 [ 186 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_21_4} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5311 2024.10.22 17:01:58.009589 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
5312 2024.10.22 17:01:58.009723 [ 280 ] {ab246e73-8e81-4e3c-8cc9-227419def8d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5313 2024.10.22 17:01:58.010060 [ 280 ] {ab246e73-8e81-4e3c-8cc9-227419def8d2} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5314 2024.10.22 17:01:58.010100 [ 280 ] {ab246e73-8e81-4e3c-8cc9-227419def8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5315 2024.10.22 17:01:58.010504 [ 280 ] {ab246e73-8e81-4e3c-8cc9-227419def8d2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5316 2024.10.22 17:01:58.010871 [ 280 ] {ab246e73-8e81-4e3c-8cc9-227419def8d2} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5317 2024.10.22 17:01:58.011037 [ 280 ] {ab246e73-8e81-4e3c-8cc9-227419def8d2} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.002046 sec., 10263.929618768329 rows/sec., 708.80 KiB/sec.
5318 2024.10.22 17:01:58.011261 [ 280 ] {ab246e73-8e81-4e3c-8cc9-227419def8d2} <Debug> DynamicQueryHandler: Done processing query
5319 2024.10.22 17:01:58.011287 [ 280 ] {ab246e73-8e81-4e3c-8cc9-227419def8d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5320 2024.10.22 17:01:58.011303 [ 280 ] {} <Debug> HTTP-Session: 83dfde6d-510e-4e69-9ab6-66af41240324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5321 2024.10.22 17:01:58.011457 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5322 2024.10.22 17:01:58.011541 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51647, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5323 2024.10.22 17:01:58.011601 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5324 2024.10.22 17:01:58.011624 [ 281 ] {} <Debug> HTTP-Session: 71b647b3-a113-4d74-b484-1a2624a61ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51647
5325 2024.10.22 17:01:58.011645 [ 281 ] {} <Debug> HTTP-Session: 71b647b3-a113-4d74-b484-1a2624a61ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5326 2024.10.22 17:01:58.011663 [ 281 ] {} <Debug> HTTP-Session: 71b647b3-a113-4d74-b484-1a2624a61ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5327 2024.10.22 17:01:58.011702 [ 281 ] {} <Trace> HTTP-Session: 71b647b3-a113-4d74-b484-1a2624a61ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5328 2024.10.22 17:01:58.011821 [ 281 ] {204db611-6b40-47e0-92eb-71a310978c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51647) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5329 2024.10.22 17:01:58.011874 [ 281 ] {204db611-6b40-47e0-92eb-71a310978c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5330 2024.10.22 17:01:58.012161 [ 281 ] {204db611-6b40-47e0-92eb-71a310978c07} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5331 2024.10.22 17:01:58.012484 [ 281 ] {204db611-6b40-47e0-92eb-71a310978c07} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5332 2024.10.22 17:01:58.012522 [ 281 ] {204db611-6b40-47e0-92eb-71a310978c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5333 2024.10.22 17:01:58.012887 [ 281 ] {204db611-6b40-47e0-92eb-71a310978c07} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5334 2024.10.22 17:01:58.013254 [ 281 ] {204db611-6b40-47e0-92eb-71a310978c07} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5335 2024.10.22 17:01:58.013396 [ 281 ] {204db611-6b40-47e0-92eb-71a310978c07} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.00161 sec., 7453.416149068323 rows/sec., 458.56 KiB/sec.
5336 2024.10.22 17:01:58.013581 [ 281 ] {204db611-6b40-47e0-92eb-71a310978c07} <Debug> DynamicQueryHandler: Done processing query
5337 2024.10.22 17:01:58.013606 [ 281 ] {204db611-6b40-47e0-92eb-71a310978c07} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5338 2024.10.22 17:01:58.013622 [ 281 ] {} <Debug> HTTP-Session: 71b647b3-a113-4d74-b484-1a2624a61ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5339 2024.10.22 17:01:58.013835 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5340 2024.10.22 17:01:58.013901 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59414, User-Agent: (none), Length: 66853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5341 2024.10.22 17:01:58.013961 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5342 2024.10.22 17:01:58.013985 [ 280 ] {} <Debug> HTTP-Session: 99f16813-a89c-4c1a-a99c-9c7246b086cb Authenticating user 'default' from [fd00:1122:3344:101::d]:59414
5343 2024.10.22 17:01:58.014005 [ 280 ] {} <Debug> HTTP-Session: 99f16813-a89c-4c1a-a99c-9c7246b086cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5344 2024.10.22 17:01:58.014023 [ 280 ] {} <Debug> HTTP-Session: 99f16813-a89c-4c1a-a99c-9c7246b086cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5345 2024.10.22 17:01:58.014061 [ 280 ] {} <Trace> HTTP-Session: 99f16813-a89c-4c1a-a99c-9c7246b086cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5346 2024.10.22 17:01:58.014316 [ 280 ] {82a00fa3-6f1a-4b8e-806f-83e2fc2fe875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59414) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5347 2024.10.22 17:01:58.014359 [ 280 ] {82a00fa3-6f1a-4b8e-806f-83e2fc2fe875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5348 2024.10.22 17:01:58.014585 [ 280 ] {82a00fa3-6f1a-4b8e-806f-83e2fc2fe875} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5349 2024.10.22 17:01:58.015187 [ 280 ] {82a00fa3-6f1a-4b8e-806f-83e2fc2fe875} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5350 2024.10.22 17:01:58.015226 [ 280 ] {82a00fa3-6f1a-4b8e-806f-83e2fc2fe875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5351 2024.10.22 17:01:58.015629 [ 280 ] {82a00fa3-6f1a-4b8e-806f-83e2fc2fe875} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5352 2024.10.22 17:01:58.015987 [ 280 ] {82a00fa3-6f1a-4b8e-806f-83e2fc2fe875} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5353 2024.10.22 17:01:58.016158 [ 280 ] {82a00fa3-6f1a-4b8e-806f-83e2fc2fe875} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001961 sec., 210096.88934217236 rows/sec., 14.98 MiB/sec.
5354 2024.10.22 17:01:58.016167 [ 150 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5355 2024.10.22 17:01:58.016261 [ 150 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5356 2024.10.22 17:01:58.016319 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5357 2024.10.22 17:01:58.016444 [ 280 ] {82a00fa3-6f1a-4b8e-806f-83e2fc2fe875} <Debug> DynamicQueryHandler: Done processing query
5358 2024.10.22 17:01:58.016490 [ 280 ] {82a00fa3-6f1a-4b8e-806f-83e2fc2fe875} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5359 2024.10.22 17:01:58.016506 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
5360 2024.10.22 17:01:58.016520 [ 280 ] {} <Debug> HTTP-Session: 99f16813-a89c-4c1a-a99c-9c7246b086cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5361 2024.10.22 17:01:58.016784 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5362 2024.10.22 17:01:58.016794 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5363 2024.10.22 17:01:58.016801 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51647, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5364 2024.10.22 17:01:58.016871 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 902 rows starting from the beginning of the part
5365 2024.10.22 17:01:58.016922 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5366 2024.10.22 17:01:58.016988 [ 281 ] {} <Debug> HTTP-Session: 6209b788-7779-4c7b-a0ce-10a970d03f61 Authenticating user 'default' from [fd00:1122:3344:101::d]:51647
5367 2024.10.22 17:01:58.017075 [ 281 ] {} <Debug> HTTP-Session: 6209b788-7779-4c7b-a0ce-10a970d03f61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5368 2024.10.22 17:01:58.017158 [ 281 ] {} <Debug> HTTP-Session: 6209b788-7779-4c7b-a0ce-10a970d03f61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5369 2024.10.22 17:01:58.017262 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 418 rows starting from the beginning of the part
5370 2024.10.22 17:01:58.017293 [ 281 ] {} <Trace> HTTP-Session: 6209b788-7779-4c7b-a0ce-10a970d03f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5371 2024.10.22 17:01:58.017487 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 74 rows starting from the beginning of the part
5372 2024.10.22 17:01:58.017764 [ 281 ] {0ca25d0c-0e11-4146-8676-41c334eb11f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51647) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5373 2024.10.22 17:01:58.017805 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 412 rows starting from the beginning of the part
5374 2024.10.22 17:01:58.017891 [ 281 ] {0ca25d0c-0e11-4146-8676-41c334eb11f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5375 2024.10.22 17:01:58.018207 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 74 rows starting from the beginning of the part
5376 2024.10.22 17:01:58.018561 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 412 rows starting from the beginning of the part
5377 2024.10.22 17:01:58.019072 [ 281 ] {0ca25d0c-0e11-4146-8676-41c334eb11f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5378 2024.10.22 17:01:58.019723 [ 281 ] {0ca25d0c-0e11-4146-8676-41c334eb11f8} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5379 2024.10.22 17:01:58.019799 [ 281 ] {0ca25d0c-0e11-4146-8676-41c334eb11f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5380 2024.10.22 17:01:58.020663 [ 281 ] {0ca25d0c-0e11-4146-8676-41c334eb11f8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5381 2024.10.22 17:01:58.021496 [ 281 ] {0ca25d0c-0e11-4146-8676-41c334eb11f8} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5382 2024.10.22 17:01:58.021693 [ 281 ] {0ca25d0c-0e11-4146-8676-41c334eb11f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004173 sec., 1437.8145219266717 rows/sec., 75.12 KiB/sec.
5383 2024.10.22 17:01:58.022009 [ 281 ] {0ca25d0c-0e11-4146-8676-41c334eb11f8} <Debug> DynamicQueryHandler: Done processing query
5384 2024.10.22 17:01:58.022080 [ 281 ] {0ca25d0c-0e11-4146-8676-41c334eb11f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5385 2024.10.22 17:01:58.022166 [ 281 ] {} <Debug> HTTP-Session: 6209b788-7779-4c7b-a0ce-10a970d03f61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5386 2024.10.22 17:01:58.022292 [ 201 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2292 rows, containing 5 columns (5 merged, 0 gathered) in 0.005893965 sec., 388872.3465443042 rows/sec., 29.60 MiB/sec.
5387 2024.10.22 17:01:58.022439 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5388 2024.10.22 17:01:58.022541 [ 200 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5389 2024.10.22 17:01:58.022550 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38329, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5390 2024.10.22 17:01:58.022624 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5391 2024.10.22 17:01:58.022650 [ 280 ] {} <Debug> HTTP-Session: 866b0b70-7ea6-40e7-bc11-0701ad118477 Authenticating user 'default' from [fd00:1122:3344:101::d]:38329
5392 2024.10.22 17:01:58.022673 [ 280 ] {} <Debug> HTTP-Session: 866b0b70-7ea6-40e7-bc11-0701ad118477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5393 2024.10.22 17:01:58.022696 [ 280 ] {} <Debug> HTTP-Session: 866b0b70-7ea6-40e7-bc11-0701ad118477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5394 2024.10.22 17:01:58.022740 [ 280 ] {} <Trace> HTTP-Session: 866b0b70-7ea6-40e7-bc11-0701ad118477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5395 2024.10.22 17:01:58.023088 [ 280 ] {8580c138-3f59-4cfa-a015-da69855955ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38329) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5396 2024.10.22 17:01:58.023100 [ 200 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_21_4} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5397 2024.10.22 17:01:58.023158 [ 280 ] {8580c138-3f59-4cfa-a015-da69855955ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5398 2024.10.22 17:01:58.023208 [ 200 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_21_4} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5399 2024.10.22 17:01:58.023330 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
5400 2024.10.22 17:01:58.023416 [ 280 ] {8580c138-3f59-4cfa-a015-da69855955ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5401 2024.10.22 17:01:58.023872 [ 280 ] {8580c138-3f59-4cfa-a015-da69855955ab} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5402 2024.10.22 17:01:58.023909 [ 280 ] {8580c138-3f59-4cfa-a015-da69855955ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5403 2024.10.22 17:01:58.024312 [ 280 ] {8580c138-3f59-4cfa-a015-da69855955ab} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5404 2024.10.22 17:01:58.024683 [ 280 ] {8580c138-3f59-4cfa-a015-da69855955ab} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5405 2024.10.22 17:01:58.024846 [ 280 ] {8580c138-3f59-4cfa-a015-da69855955ab} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001937 sec., 122354.15591120289 rows/sec., 8.20 MiB/sec.
5406 2024.10.22 17:01:58.024857 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5407 2024.10.22 17:01:58.024956 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5408 2024.10.22 17:01:58.025010 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5409 2024.10.22 17:01:58.025186 [ 280 ] {8580c138-3f59-4cfa-a015-da69855955ab} <Debug> DynamicQueryHandler: Done processing query
5410 2024.10.22 17:01:58.025267 [ 280 ] {8580c138-3f59-4cfa-a015-da69855955ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5411 2024.10.22 17:01:58.025323 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
5412 2024.10.22 17:01:58.025349 [ 280 ] {} <Debug> HTTP-Session: 866b0b70-7ea6-40e7-bc11-0701ad118477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5413 2024.10.22 17:01:58.025688 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38329, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5414 2024.10.22 17:01:58.025690 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51647, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5415 2024.10.22 17:01:58.025877 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5416 2024.10.22 17:01:58.025944 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5417 2024.10.22 17:01:58.025951 [ 281 ] {} <Debug> HTTP-Session: 728addef-22e9-4b1c-9da4-d11861f92e43 Authenticating user 'default' from [fd00:1122:3344:101::d]:51647
5418 2024.10.22 17:01:58.026025 [ 281 ] {} <Debug> HTTP-Session: 728addef-22e9-4b1c-9da4-d11861f92e43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5419 2024.10.22 17:01:58.026025 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5484 rows starting from the beginning of the part
5420 2024.10.22 17:01:58.026050 [ 281 ] {} <Debug> HTTP-Session: 728addef-22e9-4b1c-9da4-d11861f92e43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5421 2024.10.22 17:01:58.026164 [ 281 ] {} <Trace> HTTP-Session: 728addef-22e9-4b1c-9da4-d11861f92e43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5422 2024.10.22 17:01:58.026291 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 240 rows starting from the beginning of the part
5423 2024.10.22 17:01:58.026626 [ 281 ] {376ca300-5e26-4f1b-9108-fc98c3c0797b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51647) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5424 2024.10.22 17:01:58.026626 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
5425 2024.10.22 17:01:58.026758 [ 281 ] {376ca300-5e26-4f1b-9108-fc98c3c0797b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5426 2024.10.22 17:01:58.026967 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
5427 2024.10.22 17:01:58.027359 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
5428 2024.10.22 17:01:58.027756 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part
5429 2024.10.22 17:01:58.027858 [ 281 ] {376ca300-5e26-4f1b-9108-fc98c3c0797b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5430 2024.10.22 17:01:58.028831 [ 281 ] {376ca300-5e26-4f1b-9108-fc98c3c0797b} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5431 2024.10.22 17:01:58.028908 [ 281 ] {376ca300-5e26-4f1b-9108-fc98c3c0797b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5432 2024.10.22 17:01:58.029418 [ 281 ] {376ca300-5e26-4f1b-9108-fc98c3c0797b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5433 2024.10.22 17:01:58.030180 [ 281 ] {376ca300-5e26-4f1b-9108-fc98c3c0797b} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5434 2024.10.22 17:01:58.030628 [ 281 ] {376ca300-5e26-4f1b-9108-fc98c3c0797b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004126 sec., 242.36548715462916 rows/sec., 16.33 KiB/sec.
5435 2024.10.22 17:01:58.031180 [ 281 ] {376ca300-5e26-4f1b-9108-fc98c3c0797b} <Debug> DynamicQueryHandler: Done processing query
5436 2024.10.22 17:01:58.031214 [ 281 ] {376ca300-5e26-4f1b-9108-fc98c3c0797b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5437 2024.10.22 17:01:58.031235 [ 281 ] {} <Debug> HTTP-Session: 728addef-22e9-4b1c-9da4-d11861f92e43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5438 2024.10.22 17:01:58.031493 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5439 2024.10.22 17:01:58.031552 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43108, User-Agent: (none), Length: 50149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5440 2024.10.22 17:01:58.031721 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5441 2024.10.22 17:01:58.031802 [ 280 ] {} <Debug> HTTP-Session: eca4533d-da26-4551-9f03-888b7c4f9975 Authenticating user 'default' from [fd00:1122:3344:101::d]:43108
5442 2024.10.22 17:01:58.031821 [ 280 ] {} <Debug> HTTP-Session: eca4533d-da26-4551-9f03-888b7c4f9975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5443 2024.10.22 17:01:58.031835 [ 280 ] {} <Debug> HTTP-Session: eca4533d-da26-4551-9f03-888b7c4f9975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5444 2024.10.22 17:01:58.031869 [ 280 ] {} <Trace> HTTP-Session: eca4533d-da26-4551-9f03-888b7c4f9975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5445 2024.10.22 17:01:58.032827 [ 280 ] {4b12d587-004b-4b89-819c-063044fe7916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43108) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5446 2024.10.22 17:01:58.033006 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6518 rows, containing 5 columns (5 merged, 0 gathered) in 0.007924021 sec., 822562.1814985094 rows/sec., 55.50 MiB/sec.
5447 2024.10.22 17:01:58.033024 [ 280 ] {4b12d587-004b-4b89-819c-063044fe7916} <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
5448 2024.10.22 17:01:58.033608 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5449 2024.10.22 17:01:58.033761 [ 280 ] {4b12d587-004b-4b89-819c-063044fe7916} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5450 2024.10.22 17:01:58.034499 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5451 2024.10.22 17:01:58.034651 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5452 2024.10.22 17:01:58.034860 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB.
5453 2024.10.22 17:01:58.035078 [ 280 ] {4b12d587-004b-4b89-819c-063044fe7916} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5454 2024.10.22 17:01:58.035122 [ 280 ] {4b12d587-004b-4b89-819c-063044fe7916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5455 2024.10.22 17:01:58.035829 [ 280 ] {4b12d587-004b-4b89-819c-063044fe7916} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5456 2024.10.22 17:01:58.036271 [ 280 ] {4b12d587-004b-4b89-819c-063044fe7916} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5457 2024.10.22 17:01:58.036451 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5458 2024.10.22 17:01:58.036476 [ 280 ] {4b12d587-004b-4b89-819c-063044fe7916} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.004495 sec., 6674.082313681869 rows/sec., 11.96 MiB/sec.
5459 2024.10.22 17:01:58.036522 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5460 2024.10.22 17:01:58.036614 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5461 2024.10.22 17:01:58.036915 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
5462 2024.10.22 17:01:58.037095 [ 280 ] {4b12d587-004b-4b89-819c-063044fe7916} <Debug> DynamicQueryHandler: Done processing query
5463 2024.10.22 17:01:58.037155 [ 280 ] {4b12d587-004b-4b89-819c-063044fe7916} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
5464 2024.10.22 17:01:58.037204 [ 280 ] {} <Debug> HTTP-Session: eca4533d-da26-4551-9f03-888b7c4f9975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5465 2024.10.22 17:01:58.037474 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43108, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5466 2024.10.22 17:01:58.037480 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51647, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5467 2024.10.22 17:01:58.037547 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5468 2024.10.22 17:01:58.037594 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5469 2024.10.22 17:01:58.037674 [ 281 ] {} <Debug> HTTP-Session: 3c12994f-3653-4afe-a010-2e0be17db25b Authenticating user 'default' from [fd00:1122:3344:101::d]:51647
5470 2024.10.22 17:01:58.037729 [ 281 ] {} <Debug> HTTP-Session: 3c12994f-3653-4afe-a010-2e0be17db25b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5471 2024.10.22 17:01:58.037744 [ 280 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
5472 
5473 (version 23.8.7.1)
5474 2024.10.22 17:01:58.037766 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 93 rows starting from the beginning of the part
5475 2024.10.22 17:01:58.037782 [ 281 ] {} <Debug> HTTP-Session: 3c12994f-3653-4afe-a010-2e0be17db25b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5476 2024.10.22 17:01:58.037876 [ 281 ] {} <Trace> HTTP-Session: 3c12994f-3653-4afe-a010-2e0be17db25b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5477 2024.10.22 17:01:58.038290 [ 281 ] {0182f570-8288-427e-ba6e-0aa71b3bdc50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51647) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5478 2024.10.22 17:01:58.038447 [ 281 ] {0182f570-8288-427e-ba6e-0aa71b3bdc50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5479 2024.10.22 17:01:58.038455 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part
5480 2024.10.22 17:01:58.039353 [ 281 ] {0182f570-8288-427e-ba6e-0aa71b3bdc50} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5481 2024.10.22 17:01:58.039385 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part
5482 2024.10.22 17:01:58.039811 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part
5483 2024.10.22 17:01:58.040539 [ 281 ] {0182f570-8288-427e-ba6e-0aa71b3bdc50} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5484 2024.10.22 17:01:58.040554 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part
5485 2024.10.22 17:01:58.040604 [ 281 ] {0182f570-8288-427e-ba6e-0aa71b3bdc50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5486 2024.10.22 17:01:58.041109 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part
5487 2024.10.22 17:01:58.042102 [ 281 ] {0182f570-8288-427e-ba6e-0aa71b3bdc50} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5488 2024.10.22 17:01:58.042945 [ 281 ] {0182f570-8288-427e-ba6e-0aa71b3bdc50} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5489 2024.10.22 17:01:58.043195 [ 150 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5490 2024.10.22 17:01:58.043266 [ 281 ] {0182f570-8288-427e-ba6e-0aa71b3bdc50} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005157 sec., 15900.717471398098 rows/sec., 1.01 MiB/sec.
5491 2024.10.22 17:01:58.043275 [ 150 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5492 2024.10.22 17:01:58.043358 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5493 2024.10.22 17:01:58.043780 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
5494 2024.10.22 17:01:58.044250 [ 281 ] {0182f570-8288-427e-ba6e-0aa71b3bdc50} <Debug> DynamicQueryHandler: Done processing query
5495 2024.10.22 17:01:58.044343 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5496 2024.10.22 17:01:58.044400 [ 281 ] {0182f570-8288-427e-ba6e-0aa71b3bdc50} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5497 2024.10.22 17:01:58.044440 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 826 rows starting from the beginning of the part
5498 2024.10.22 17:01:58.044508 [ 281 ] {} <Debug> HTTP-Session: 3c12994f-3653-4afe-a010-2e0be17db25b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5499 2024.10.22 17:01:58.044880 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part
5500 2024.10.22 17:01:58.045189 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
5501 2024.10.22 17:01:58.045597 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
5502 2024.10.22 17:01:58.045947 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
5503 2024.10.22 17:01:58.046074 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5504 2024.10.22 17:01:58.046245 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part
5505 2024.10.22 17:01:58.046626 [ 281 ] {} <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):
5506 
5507 (version 23.8.7.1)
5508 2024.10.22 17:01:58.049954 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1192 rows, containing 4 columns (4 merged, 0 gathered) in 0.006435558 sec., 185220.92412188655 rows/sec., 12.07 MiB/sec.
5509 2024.10.22 17:01:58.050585 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5510 2024.10.22 17:01:58.051926 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 19 columns (19 merged, 0 gathered) in 0.015175458 sec., 13376.861508891529 rows/sec., 23.97 MiB/sec.
5511 2024.10.22 17:01:58.052045 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_21_4} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5512 2024.10.22 17:01:58.052173 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_21_4} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5513 2024.10.22 17:01:58.052332 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
5514 2024.10.22 17:01:58.052510 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5515 2024.10.22 17:01:58.053092 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5516 2024.10.22 17:01:58.053185 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5517 2024.10.22 17:01:58.053301 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
5518 2024.10.22 17:01:59.000206 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.96 MiB, peak 164.42 MiB, free memory in arenas 0.00 B, will set to 158.23 MiB (RSS), difference: 2.27 MiB
5519 2024.10.22 17:02:02.125132 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
5520 2024.10.22 17:02:02.125188 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
5521 2024.10.22 17:02:02.315464 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50955, User-Agent: (none), Length: 175948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5522 2024.10.22 17:02:02.315622 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5523 2024.10.22 17:02:02.315664 [ 280 ] {} <Debug> HTTP-Session: eac41179-ffa9-4f23-ba50-0c8ee9cfea8a Authenticating user 'default' from [fd00:1122:3344:101::d]:50955
5524 2024.10.22 17:02:02.315702 [ 280 ] {} <Debug> HTTP-Session: eac41179-ffa9-4f23-ba50-0c8ee9cfea8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5525 2024.10.22 17:02:02.315728 [ 280 ] {} <Debug> HTTP-Session: eac41179-ffa9-4f23-ba50-0c8ee9cfea8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5526 2024.10.22 17:02:02.315800 [ 280 ] {} <Trace> HTTP-Session: eac41179-ffa9-4f23-ba50-0c8ee9cfea8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5527 2024.10.22 17:02:02.317168 [ 280 ] {dcb52933-7a51-41bf-906b-e43f34009994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50955) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5528 2024.10.22 17:02:02.317244 [ 280 ] {dcb52933-7a51-41bf-906b-e43f34009994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5529 2024.10.22 17:02:02.317584 [ 280 ] {dcb52933-7a51-41bf-906b-e43f34009994} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5530 2024.10.22 17:02:02.319420 [ 280 ] {dcb52933-7a51-41bf-906b-e43f34009994} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5531 2024.10.22 17:02:02.319461 [ 280 ] {dcb52933-7a51-41bf-906b-e43f34009994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5532 2024.10.22 17:02:02.319974 [ 280 ] {dcb52933-7a51-41bf-906b-e43f34009994} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5533 2024.10.22 17:02:02.320379 [ 280 ] {dcb52933-7a51-41bf-906b-e43f34009994} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5534 2024.10.22 17:02:02.320537 [ 280 ] {dcb52933-7a51-41bf-906b-e43f34009994} <Debug> executeQuery: Read 1216 rows, 102.39 KiB in 0.004457 sec., 272829.2573479919 rows/sec., 22.43 MiB/sec.
5535 2024.10.22 17:02:02.320776 [ 280 ] {dcb52933-7a51-41bf-906b-e43f34009994} <Debug> DynamicQueryHandler: Done processing query
5536 2024.10.22 17:02:02.320804 [ 280 ] {dcb52933-7a51-41bf-906b-e43f34009994} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
5537 2024.10.22 17:02:02.320822 [ 280 ] {} <Debug> HTTP-Session: eac41179-ffa9-4f23-ba50-0c8ee9cfea8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5538 2024.10.22 17:02:02.321508 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5539 2024.10.22 17:02:02.321554 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52707, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5540 2024.10.22 17:02:02.321630 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5541 2024.10.22 17:02:02.321653 [ 281 ] {} <Debug> HTTP-Session: 2e159eb4-83e0-4e94-bb1d-78c5b7bbdcb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52707
5542 2024.10.22 17:02:02.321674 [ 281 ] {} <Debug> HTTP-Session: 2e159eb4-83e0-4e94-bb1d-78c5b7bbdcb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5543 2024.10.22 17:02:02.321688 [ 281 ] {} <Debug> HTTP-Session: 2e159eb4-83e0-4e94-bb1d-78c5b7bbdcb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5544 2024.10.22 17:02:02.321724 [ 281 ] {} <Trace> HTTP-Session: 2e159eb4-83e0-4e94-bb1d-78c5b7bbdcb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5545 2024.10.22 17:02:02.321842 [ 281 ] {c1609fdb-7069-42fd-accd-8d0a5f3d28b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52707) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5546 2024.10.22 17:02:02.321890 [ 281 ] {c1609fdb-7069-42fd-accd-8d0a5f3d28b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5547 2024.10.22 17:02:02.322136 [ 281 ] {c1609fdb-7069-42fd-accd-8d0a5f3d28b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5548 2024.10.22 17:02:02.322496 [ 281 ] {c1609fdb-7069-42fd-accd-8d0a5f3d28b4} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5549 2024.10.22 17:02:02.322532 [ 281 ] {c1609fdb-7069-42fd-accd-8d0a5f3d28b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5550 2024.10.22 17:02:02.322887 [ 281 ] {c1609fdb-7069-42fd-accd-8d0a5f3d28b4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5551 2024.10.22 17:02:02.323264 [ 281 ] {c1609fdb-7069-42fd-accd-8d0a5f3d28b4} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5552 2024.10.22 17:02:02.323393 [ 281 ] {c1609fdb-7069-42fd-accd-8d0a5f3d28b4} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001583 sec., 6317.119393556538 rows/sec., 475.02 KiB/sec.
5553 2024.10.22 17:02:02.323563 [ 281 ] {c1609fdb-7069-42fd-accd-8d0a5f3d28b4} <Debug> DynamicQueryHandler: Done processing query
5554 2024.10.22 17:02:02.323589 [ 281 ] {c1609fdb-7069-42fd-accd-8d0a5f3d28b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5555 2024.10.22 17:02:02.323605 [ 281 ] {} <Debug> HTTP-Session: 2e159eb4-83e0-4e94-bb1d-78c5b7bbdcb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5556 2024.10.22 17:02:02.323830 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5557 2024.10.22 17:02:02.323958 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34311, User-Agent: (none), Length: 30474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5558 2024.10.22 17:02:02.324023 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5559 2024.10.22 17:02:02.324046 [ 280 ] {} <Debug> HTTP-Session: 1190097f-e9c9-43ae-a69e-045596ad4b9c Authenticating user 'default' from [fd00:1122:3344:101::d]:34311
5560 2024.10.22 17:02:02.324074 [ 280 ] {} <Debug> HTTP-Session: 1190097f-e9c9-43ae-a69e-045596ad4b9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5561 2024.10.22 17:02:02.324091 [ 280 ] {} <Debug> HTTP-Session: 1190097f-e9c9-43ae-a69e-045596ad4b9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5562 2024.10.22 17:02:02.324131 [ 280 ] {} <Trace> HTTP-Session: 1190097f-e9c9-43ae-a69e-045596ad4b9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5563 2024.10.22 17:02:02.324319 [ 280 ] {e0a9f655-3b9c-4f16-a40a-3861cf919d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34311) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5564 2024.10.22 17:02:02.324369 [ 280 ] {e0a9f655-3b9c-4f16-a40a-3861cf919d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5565 2024.10.22 17:02:02.324598 [ 280 ] {e0a9f655-3b9c-4f16-a40a-3861cf919d8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5566 2024.10.22 17:02:02.325078 [ 280 ] {e0a9f655-3b9c-4f16-a40a-3861cf919d8b} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5567 2024.10.22 17:02:02.325115 [ 280 ] {e0a9f655-3b9c-4f16-a40a-3861cf919d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5568 2024.10.22 17:02:02.325485 [ 280 ] {e0a9f655-3b9c-4f16-a40a-3861cf919d8b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5569 2024.10.22 17:02:02.325854 [ 280 ] {e0a9f655-3b9c-4f16-a40a-3861cf919d8b} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5570 2024.10.22 17:02:02.325980 [ 144 ] {} <Debug> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5571 2024.10.22 17:02:02.325985 [ 280 ] {e0a9f655-3b9c-4f16-a40a-3861cf919d8b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001754 sec., 129988.59749144812 rows/sec., 8.80 MiB/sec.
5572 2024.10.22 17:02:02.326022 [ 144 ] {} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5573 2024.10.22 17:02:02.326067 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5574 2024.10.22 17:02:02.326245 [ 280 ] {e0a9f655-3b9c-4f16-a40a-3861cf919d8b} <Debug> DynamicQueryHandler: Done processing query
5575 2024.10.22 17:02:02.326266 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::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
5576 2024.10.22 17:02:02.326280 [ 280 ] {e0a9f655-3b9c-4f16-a40a-3861cf919d8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
5577 2024.10.22 17:02:02.326365 [ 280 ] {} <Debug> HTTP-Session: 1190097f-e9c9-43ae-a69e-045596ad4b9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5578 2024.10.22 17:02:02.326508 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5579 2024.10.22 17:02:02.326550 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 249 rows starting from the beginning of the part
5580 2024.10.22 17:02:02.326751 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part
5581 2024.10.22 17:02:02.326810 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52707, User-Agent: (none), Length: 87557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5582 2024.10.22 17:02:02.326827 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34311, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5583 2024.10.22 17:02:02.327101 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 21 rows starting from the beginning of the part
5584 2024.10.22 17:02:02.327284 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5585 2024.10.22 17:02:02.327413 [ 280 ] {} <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):
5586 
5587 (version 23.8.7.1)
5588 2024.10.22 17:02:02.327602 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 21 rows starting from the beginning of the part
5589 2024.10.22 17:02:02.327583 [ 281 ] {} <Debug> HTTP-Session: 49584cfc-675e-4ae2-b8f3-4d8726b61c51 Authenticating user 'default' from [fd00:1122:3344:101::d]:52707
5590 2024.10.22 17:02:02.327702 [ 281 ] {} <Debug> HTTP-Session: 49584cfc-675e-4ae2-b8f3-4d8726b61c51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5591 2024.10.22 17:02:02.327764 [ 281 ] {} <Debug> HTTP-Session: 49584cfc-675e-4ae2-b8f3-4d8726b61c51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5592 2024.10.22 17:02:02.327931 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 21 rows starting from the beginning of the part
5593 2024.10.22 17:02:02.327935 [ 281 ] {} <Trace> HTTP-Session: 49584cfc-675e-4ae2-b8f3-4d8726b61c51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5594 2024.10.22 17:02:02.328237 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part
5595 2024.10.22 17:02:02.328562 [ 281 ] {abb19108-7e16-4074-b140-54fa7c336ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52707) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5596 2024.10.22 17:02:02.328652 [ 281 ] {abb19108-7e16-4074-b140-54fa7c336ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5597 2024.10.22 17:02:02.329452 [ 281 ] {abb19108-7e16-4074-b140-54fa7c336ecc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5598 2024.10.22 17:02:02.330667 [ 199 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.004505853 sec., 170444.97456974298 rows/sec., 11.55 MiB/sec.
5599 2024.10.22 17:02:02.330736 [ 281 ] {abb19108-7e16-4074-b140-54fa7c336ecc} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5600 2024.10.22 17:02:02.330789 [ 281 ] {abb19108-7e16-4074-b140-54fa7c336ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5601 2024.10.22 17:02:02.330942 [ 186 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5602 2024.10.22 17:02:02.331742 [ 281 ] {abb19108-7e16-4074-b140-54fa7c336ecc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5603 2024.10.22 17:02:02.332126 [ 186 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_11_2} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5604 2024.10.22 17:02:02.332302 [ 186 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_11_2} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5605 2024.10.22 17:02:02.332480 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
5606 2024.10.22 17:02:02.332571 [ 281 ] {abb19108-7e16-4074-b140-54fa7c336ecc} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5607 2024.10.22 17:02:02.332717 [ 281 ] {abb19108-7e16-4074-b140-54fa7c336ecc} <Debug> executeQuery: Read 530 rows, 40.21 KiB in 0.004534 sec., 116894.57432730481 rows/sec., 8.66 MiB/sec.
5608 2024.10.22 17:02:02.332919 [ 281 ] {abb19108-7e16-4074-b140-54fa7c336ecc} <Debug> DynamicQueryHandler: Done processing query
5609 2024.10.22 17:02:02.332944 [ 281 ] {abb19108-7e16-4074-b140-54fa7c336ecc} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
5610 2024.10.22 17:02:02.332961 [ 281 ] {} <Debug> HTTP-Session: 49584cfc-675e-4ae2-b8f3-4d8726b61c51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5611 2024.10.22 17:02:02.333255 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5612 2024.10.22 17:02:02.333343 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61147, User-Agent: (none), Length: 185169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5613 2024.10.22 17:02:02.333400 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5614 2024.10.22 17:02:02.333422 [ 280 ] {} <Debug> HTTP-Session: 788979e2-57c6-4190-bd85-0bc5eda89809 Authenticating user 'default' from [fd00:1122:3344:101::d]:61147
5615 2024.10.22 17:02:02.333439 [ 280 ] {} <Debug> HTTP-Session: 788979e2-57c6-4190-bd85-0bc5eda89809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5616 2024.10.22 17:02:02.333454 [ 280 ] {} <Debug> HTTP-Session: 788979e2-57c6-4190-bd85-0bc5eda89809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5617 2024.10.22 17:02:02.333486 [ 280 ] {} <Trace> HTTP-Session: 788979e2-57c6-4190-bd85-0bc5eda89809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5618 2024.10.22 17:02:02.333991 [ 280 ] {13753737-a9a9-4ead-9dfb-0687bf232110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61147) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5619 2024.10.22 17:02:02.334042 [ 280 ] {13753737-a9a9-4ead-9dfb-0687bf232110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5620 2024.10.22 17:02:02.334206 [ 280 ] {13753737-a9a9-4ead-9dfb-0687bf232110} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5621 2024.10.22 17:02:02.335125 [ 280 ] {13753737-a9a9-4ead-9dfb-0687bf232110} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5622 2024.10.22 17:02:02.335161 [ 280 ] {13753737-a9a9-4ead-9dfb-0687bf232110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5623 2024.10.22 17:02:02.335624 [ 280 ] {13753737-a9a9-4ead-9dfb-0687bf232110} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5624 2024.10.22 17:02:02.335986 [ 280 ] {13753737-a9a9-4ead-9dfb-0687bf232110} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5625 2024.10.22 17:02:02.336120 [ 280 ] {13753737-a9a9-4ead-9dfb-0687bf232110} <Debug> executeQuery: Read 976 rows, 67.11 KiB in 0.00244 sec., 400000 rows/sec., 26.86 MiB/sec.
5626 2024.10.22 17:02:02.336294 [ 280 ] {13753737-a9a9-4ead-9dfb-0687bf232110} <Debug> DynamicQueryHandler: Done processing query
5627 2024.10.22 17:02:02.336320 [ 280 ] {13753737-a9a9-4ead-9dfb-0687bf232110} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
5628 2024.10.22 17:02:02.336337 [ 280 ] {} <Debug> HTTP-Session: 788979e2-57c6-4190-bd85-0bc5eda89809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5629 2024.10.22 17:02:02.336879 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5630 2024.10.22 17:02:02.336907 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52707, User-Agent: (none), Length: 16451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5631 2024.10.22 17:02:02.336964 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5632 2024.10.22 17:02:02.336983 [ 281 ] {} <Debug> HTTP-Session: 19a15981-08e8-473b-a83f-3ce8ba9ed8c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52707
5633 2024.10.22 17:02:02.337000 [ 281 ] {} <Debug> HTTP-Session: 19a15981-08e8-473b-a83f-3ce8ba9ed8c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5634 2024.10.22 17:02:02.337015 [ 281 ] {} <Debug> HTTP-Session: 19a15981-08e8-473b-a83f-3ce8ba9ed8c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5635 2024.10.22 17:02:02.337048 [ 281 ] {} <Trace> HTTP-Session: 19a15981-08e8-473b-a83f-3ce8ba9ed8c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5636 2024.10.22 17:02:02.337266 [ 281 ] {608425e1-b4e0-4de9-935a-6ed5579207e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52707) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5637 2024.10.22 17:02:02.337333 [ 281 ] {608425e1-b4e0-4de9-935a-6ed5579207e6} <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
5638 2024.10.22 17:02:02.337763 [ 281 ] {608425e1-b4e0-4de9-935a-6ed5579207e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5639 2024.10.22 17:02:02.338273 [ 281 ] {608425e1-b4e0-4de9-935a-6ed5579207e6} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5640 2024.10.22 17:02:02.338307 [ 281 ] {608425e1-b4e0-4de9-935a-6ed5579207e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5641 2024.10.22 17:02:02.338904 [ 281 ] {608425e1-b4e0-4de9-935a-6ed5579207e6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5642 2024.10.22 17:02:02.339325 [ 281 ] {608425e1-b4e0-4de9-935a-6ed5579207e6} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5643 2024.10.22 17:02:02.339480 [ 281 ] {608425e1-b4e0-4de9-935a-6ed5579207e6} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002354 sec., 4248.088360237893 rows/sec., 7.61 MiB/sec.
5644 2024.10.22 17:02:02.339691 [ 281 ] {608425e1-b4e0-4de9-935a-6ed5579207e6} <Debug> DynamicQueryHandler: Done processing query
5645 2024.10.22 17:02:02.339715 [ 281 ] {608425e1-b4e0-4de9-935a-6ed5579207e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
5646 2024.10.22 17:02:02.339731 [ 281 ] {} <Debug> HTTP-Session: 19a15981-08e8-473b-a83f-3ce8ba9ed8c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5647 2024.10.22 17:02:02.339916 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5648 2024.10.22 17:02:02.340021 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48698, User-Agent: (none), Length: 7608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5649 2024.10.22 17:02:02.340085 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5650 2024.10.22 17:02:02.340109 [ 280 ] {} <Debug> HTTP-Session: 327f4d88-7cb6-4f5d-935b-8294b9df96a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48698
5651 2024.10.22 17:02:02.340129 [ 280 ] {} <Debug> HTTP-Session: 327f4d88-7cb6-4f5d-935b-8294b9df96a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5652 2024.10.22 17:02:02.340148 [ 280 ] {} <Debug> HTTP-Session: 327f4d88-7cb6-4f5d-935b-8294b9df96a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5653 2024.10.22 17:02:02.340186 [ 280 ] {} <Trace> HTTP-Session: 327f4d88-7cb6-4f5d-935b-8294b9df96a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5654 2024.10.22 17:02:02.340327 [ 280 ] {1661962c-83d0-4c31-9de2-cb0fdf0941f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48698) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5655 2024.10.22 17:02:02.340380 [ 280 ] {1661962c-83d0-4c31-9de2-cb0fdf0941f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5656 2024.10.22 17:02:02.340509 [ 280 ] {1661962c-83d0-4c31-9de2-cb0fdf0941f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5657 2024.10.22 17:02:02.340814 [ 280 ] {1661962c-83d0-4c31-9de2-cb0fdf0941f6} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5658 2024.10.22 17:02:02.340849 [ 280 ] {1661962c-83d0-4c31-9de2-cb0fdf0941f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5659 2024.10.22 17:02:02.341219 [ 280 ] {1661962c-83d0-4c31-9de2-cb0fdf0941f6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5660 2024.10.22 17:02:02.341546 [ 280 ] {1661962c-83d0-4c31-9de2-cb0fdf0941f6} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5661 2024.10.22 17:02:02.341670 [ 280 ] {1661962c-83d0-4c31-9de2-cb0fdf0941f6} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001394 sec., 35868.005738880915 rows/sec., 2.41 MiB/sec.
5662 2024.10.22 17:02:02.341844 [ 280 ] {1661962c-83d0-4c31-9de2-cb0fdf0941f6} <Debug> DynamicQueryHandler: Done processing query
5663 2024.10.22 17:02:02.341869 [ 280 ] {1661962c-83d0-4c31-9de2-cb0fdf0941f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
5664 2024.10.22 17:02:02.341886 [ 280 ] {} <Debug> HTTP-Session: 327f4d88-7cb6-4f5d-935b-8294b9df96a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5665 2024.10.22 17:02:02.344703 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5666 2024.10.22 17:02:02.983668 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46052, User-Agent: (none), Length: 7222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5667 2024.10.22 17:02:02.983793 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5668 2024.10.22 17:02:02.983823 [ 280 ] {} <Debug> HTTP-Session: 8d0b7465-8f6b-4d7d-8531-c9b21a58dab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46052
5669 2024.10.22 17:02:02.983852 [ 280 ] {} <Debug> HTTP-Session: 8d0b7465-8f6b-4d7d-8531-c9b21a58dab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5670 2024.10.22 17:02:02.983871 [ 280 ] {} <Debug> HTTP-Session: 8d0b7465-8f6b-4d7d-8531-c9b21a58dab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5671 2024.10.22 17:02:02.983928 [ 280 ] {} <Trace> HTTP-Session: 8d0b7465-8f6b-4d7d-8531-c9b21a58dab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5672 2024.10.22 17:02:02.984147 [ 280 ] {67aa170f-073f-4d5c-a7b3-aed1ef8e6e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46052) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5673 2024.10.22 17:02:02.984225 [ 280 ] {67aa170f-073f-4d5c-a7b3-aed1ef8e6e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5674 2024.10.22 17:02:02.984578 [ 280 ] {67aa170f-073f-4d5c-a7b3-aed1ef8e6e6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5675 2024.10.22 17:02:02.985038 [ 280 ] {67aa170f-073f-4d5c-a7b3-aed1ef8e6e6e} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5676 2024.10.22 17:02:02.985086 [ 280 ] {67aa170f-073f-4d5c-a7b3-aed1ef8e6e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5677 2024.10.22 17:02:02.985512 [ 280 ] {67aa170f-073f-4d5c-a7b3-aed1ef8e6e6e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5678 2024.10.22 17:02:02.985918 [ 280 ] {67aa170f-073f-4d5c-a7b3-aed1ef8e6e6e} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5679 2024.10.22 17:02:02.986091 [ 280 ] {67aa170f-073f-4d5c-a7b3-aed1ef8e6e6e} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.002014 sec., 25819.265143992052 rows/sec., 1.96 MiB/sec.
5680 2024.10.22 17:02:02.986342 [ 280 ] {67aa170f-073f-4d5c-a7b3-aed1ef8e6e6e} <Debug> DynamicQueryHandler: Done processing query
5681 2024.10.22 17:02:02.986372 [ 280 ] {67aa170f-073f-4d5c-a7b3-aed1ef8e6e6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5682 2024.10.22 17:02:02.986391 [ 280 ] {} <Debug> HTTP-Session: 8d0b7465-8f6b-4d7d-8531-c9b21a58dab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5683 2024.10.22 17:02:02.986602 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5684 2024.10.22 17:02:02.986662 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52707, User-Agent: (none), Length: 9520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5685 2024.10.22 17:02:02.986740 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5686 2024.10.22 17:02:02.986767 [ 281 ] {} <Debug> HTTP-Session: 35cc316b-e63b-4fa5-99a3-ac1bcd01fb9e Authenticating user 'default' from [fd00:1122:3344:101::d]:52707
5687 2024.10.22 17:02:02.986791 [ 281 ] {} <Debug> HTTP-Session: 35cc316b-e63b-4fa5-99a3-ac1bcd01fb9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5688 2024.10.22 17:02:02.986808 [ 281 ] {} <Debug> HTTP-Session: 35cc316b-e63b-4fa5-99a3-ac1bcd01fb9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5689 2024.10.22 17:02:02.986850 [ 281 ] {} <Trace> HTTP-Session: 35cc316b-e63b-4fa5-99a3-ac1bcd01fb9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5690 2024.10.22 17:02:02.987008 [ 281 ] {df28c783-d9f9-4d4f-9eef-2f4c93a83c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52707) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5691 2024.10.22 17:02:02.987072 [ 281 ] {df28c783-d9f9-4d4f-9eef-2f4c93a83c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5692 2024.10.22 17:02:02.987370 [ 281 ] {df28c783-d9f9-4d4f-9eef-2f4c93a83c24} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5693 2024.10.22 17:02:02.987758 [ 281 ] {df28c783-d9f9-4d4f-9eef-2f4c93a83c24} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5694 2024.10.22 17:02:02.987796 [ 281 ] {df28c783-d9f9-4d4f-9eef-2f4c93a83c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5695 2024.10.22 17:02:02.988187 [ 281 ] {df28c783-d9f9-4d4f-9eef-2f4c93a83c24} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5696 2024.10.22 17:02:02.988565 [ 281 ] {df28c783-d9f9-4d4f-9eef-2f4c93a83c24} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5697 2024.10.22 17:02:02.988732 [ 281 ] {df28c783-d9f9-4d4f-9eef-2f4c93a83c24} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001769 sec., 31656.302996042963 rows/sec., 2.47 MiB/sec.
5698 2024.10.22 17:02:02.989074 [ 281 ] {df28c783-d9f9-4d4f-9eef-2f4c93a83c24} <Debug> DynamicQueryHandler: Done processing query
5699 2024.10.22 17:02:02.989102 [ 281 ] {df28c783-d9f9-4d4f-9eef-2f4c93a83c24} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
5700 2024.10.22 17:02:02.989119 [ 281 ] {} <Debug> HTTP-Session: 35cc316b-e63b-4fa5-99a3-ac1bcd01fb9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5701 2024.10.22 17:02:02.989281 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5702 2024.10.22 17:02:02.989408 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63585, User-Agent: (none), Length: 5781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5703 2024.10.22 17:02:02.989474 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5704 2024.10.22 17:02:02.989499 [ 280 ] {} <Debug> HTTP-Session: d38ba6e9-f658-4275-bc35-c1347f10c5b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63585
5705 2024.10.22 17:02:02.989521 [ 280 ] {} <Debug> HTTP-Session: d38ba6e9-f658-4275-bc35-c1347f10c5b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5706 2024.10.22 17:02:02.989540 [ 280 ] {} <Debug> HTTP-Session: d38ba6e9-f658-4275-bc35-c1347f10c5b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5707 2024.10.22 17:02:02.989579 [ 280 ] {} <Trace> HTTP-Session: d38ba6e9-f658-4275-bc35-c1347f10c5b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5708 2024.10.22 17:02:02.989722 [ 280 ] {6c515ac5-9042-4ab5-b30d-daaee09e7423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63585) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5709 2024.10.22 17:02:02.989784 [ 280 ] {6c515ac5-9042-4ab5-b30d-daaee09e7423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5710 2024.10.22 17:02:02.989986 [ 280 ] {6c515ac5-9042-4ab5-b30d-daaee09e7423} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5711 2024.10.22 17:02:02.990351 [ 280 ] {6c515ac5-9042-4ab5-b30d-daaee09e7423} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5712 2024.10.22 17:02:02.990391 [ 280 ] {6c515ac5-9042-4ab5-b30d-daaee09e7423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5713 2024.10.22 17:02:02.990774 [ 280 ] {6c515ac5-9042-4ab5-b30d-daaee09e7423} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5714 2024.10.22 17:02:02.991118 [ 280 ] {6c515ac5-9042-4ab5-b30d-daaee09e7423} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5715 2024.10.22 17:02:02.991279 [ 280 ] {6c515ac5-9042-4ab5-b30d-daaee09e7423} <Debug> executeQuery: Read 30 rows, 2.13 KiB in 0.001595 sec., 18808.777429467085 rows/sec., 1.30 MiB/sec.
5716 2024.10.22 17:02:02.991509 [ 280 ] {6c515ac5-9042-4ab5-b30d-daaee09e7423} <Debug> DynamicQueryHandler: Done processing query
5717 2024.10.22 17:02:02.991534 [ 280 ] {6c515ac5-9042-4ab5-b30d-daaee09e7423} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5718 2024.10.22 17:02:02.991550 [ 280 ] {} <Debug> HTTP-Session: d38ba6e9-f658-4275-bc35-c1347f10c5b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5719 2024.10.22 17:02:02.991739 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5720 2024.10.22 17:02:02.991824 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64191, User-Agent: (none), Length: 1581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5721 2024.10.22 17:02:02.991888 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5722 2024.10.22 17:02:02.991912 [ 281 ] {} <Debug> HTTP-Session: f2d3a9fd-a63b-42ec-9f89-762b40a02305 Authenticating user 'default' from [fd00:1122:3344:101::d]:64191
5723 2024.10.22 17:02:02.991934 [ 281 ] {} <Debug> HTTP-Session: f2d3a9fd-a63b-42ec-9f89-762b40a02305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5724 2024.10.22 17:02:02.991953 [ 281 ] {} <Debug> HTTP-Session: f2d3a9fd-a63b-42ec-9f89-762b40a02305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5725 2024.10.22 17:02:02.991990 [ 281 ] {} <Trace> HTTP-Session: f2d3a9fd-a63b-42ec-9f89-762b40a02305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5726 2024.10.22 17:02:02.992113 [ 281 ] {57f73a3c-1432-437f-b27d-e7afd122b89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64191) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5727 2024.10.22 17:02:02.992168 [ 281 ] {57f73a3c-1432-437f-b27d-e7afd122b89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5728 2024.10.22 17:02:02.992330 [ 281 ] {57f73a3c-1432-437f-b27d-e7afd122b89e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5729 2024.10.22 17:02:02.992612 [ 281 ] {57f73a3c-1432-437f-b27d-e7afd122b89e} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5730 2024.10.22 17:02:02.992648 [ 281 ] {57f73a3c-1432-437f-b27d-e7afd122b89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5731 2024.10.22 17:02:02.993015 [ 281 ] {57f73a3c-1432-437f-b27d-e7afd122b89e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5732 2024.10.22 17:02:02.993351 [ 281 ] {57f73a3c-1432-437f-b27d-e7afd122b89e} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5733 2024.10.22 17:02:02.993514 [ 281 ] {57f73a3c-1432-437f-b27d-e7afd122b89e} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.001426 sec., 7012.622720897616 rows/sec., 492.39 KiB/sec.
5734 2024.10.22 17:02:02.993690 [ 281 ] {57f73a3c-1432-437f-b27d-e7afd122b89e} <Debug> DynamicQueryHandler: Done processing query
5735 2024.10.22 17:02:02.993715 [ 281 ] {57f73a3c-1432-437f-b27d-e7afd122b89e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5736 2024.10.22 17:02:02.993731 [ 281 ] {} <Debug> HTTP-Session: f2d3a9fd-a63b-42ec-9f89-762b40a02305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5737 2024.10.22 17:02:02.993882 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64191, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5738 2024.10.22 17:02:04.714327 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5739 2024.10.22 17:02:04.939560 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5740 2024.10.22 17:02:05.037623 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5741 2024.10.22 17:02:05.052929 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5742 2024.10.22 17:02:05.055280 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5743 2024.10.22 17:02:05.057558 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5744 2024.10.22 17:02:05.058809 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5745 2024.10.22 17:02:05.072065 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5746 2024.10.22 17:02:05.485382 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5747 2024.10.22 17:02:06.027281 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35451, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5748 2024.10.22 17:02:06.054773 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5749 2024.10.22 17:02:06.177117 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63965, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5750 2024.10.22 17:02:06.183481 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50815, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5751 2024.10.22 17:02:06.220220 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52250, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5752 2024.10.22 17:02:06.323601 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56167, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5753 2024.10.22 17:02:06.330981 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5754 2024.10.22 17:02:06.350327 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5755 2024.10.22 17:02:06.361669 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43162, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5756 2024.10.22 17:02:06.615124 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5757 2024.10.22 17:02:06.642543 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57915, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5758 2024.10.22 17:02:06.651868 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5759 2024.10.22 17:02:06.680311 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56065, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5760 2024.10.22 17:02:06.719807 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5761 2024.10.22 17:02:06.901858 [ 281 ] {} <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)
5762 2024.10.22 17:02:06.909293 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64850, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5763 2024.10.22 17:02:06.911693 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5764 2024.10.22 17:02:06.914979 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57603, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5765 2024.10.22 17:02:07.252648 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 514
5766 2024.10.22 17:02:07.255699 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5767 2024.10.22 17:02:07.255758 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5768 2024.10.22 17:02:07.257288 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5769 2024.10.22 17:02:07.258287 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5770 2024.10.22 17:02:07.258564 [ 140 ] {} <Debug> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5771 2024.10.22 17:02:07.258700 [ 140 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5772 2024.10.22 17:02:07.258785 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5773 2024.10.22 17:02:07.259292 [ 199 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::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
5774 2024.10.22 17:02:07.260202 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 514
5775 2024.10.22 17:02:07.260730 [ 199 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5776 2024.10.22 17:02:07.260860 [ 199 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 304 rows starting from the beginning of the part
5777 2024.10.22 17:02:07.261444 [ 199 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::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
5778 2024.10.22 17:02:07.261945 [ 199 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::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
5779 2024.10.22 17:02:07.262437 [ 199 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part
5780 2024.10.22 17:02:07.262905 [ 199 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part
5781 2024.10.22 17:02:07.263365 [ 199 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 44 rows starting from the beginning of the part
5782 2024.10.22 17:02:07.271462 [ 195 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 72 columns (72 merged, 0 gathered) in 0.012521307 sec., 41050.02776467345 rows/sec., 32.63 MiB/sec.
5783 2024.10.22 17:02:07.272465 [ 195 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5784 2024.10.22 17:02:07.273890 [ 195 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_11_2} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5785 2024.10.22 17:02:07.273973 [ 195 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_11_2} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5786 2024.10.22 17:02:07.274168 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB.
5787 2024.10.22 17:02:07.824251 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5788 2024.10.22 17:02:07.834633 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5789 2024.10.22 17:02:07.838976 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5790 2024.10.22 17:02:07.870319 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5791 2024.10.22 17:02:07.912748 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47283, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5792 2024.10.22 17:02:07.914129 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43897, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5793 2024.10.22 17:02:07.975025 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5794 2024.10.22 17:02:07.991346 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5795 2024.10.22 17:02:07.995905 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59948, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5796 2024.10.22 17:02:07.996051 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5797 2024.10.22 17:02:07.996078 [ 285 ] {} <Debug> HTTP-Session: b90a9de9-7edf-40a5-875a-ab609468a66d Authenticating user 'default' from [fd00:1122:3344:101::d]:59948
5798 2024.10.22 17:02:07.996103 [ 285 ] {} <Debug> HTTP-Session: b90a9de9-7edf-40a5-875a-ab609468a66d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5799 2024.10.22 17:02:07.996120 [ 285 ] {} <Debug> HTTP-Session: b90a9de9-7edf-40a5-875a-ab609468a66d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5800 2024.10.22 17:02:07.996170 [ 285 ] {} <Trace> HTTP-Session: b90a9de9-7edf-40a5-875a-ab609468a66d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5801 2024.10.22 17:02:07.996389 [ 285 ] {01d23d56-8420-4de8-8536-fc8c533aa140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59948) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
5802 2024.10.22 17:02:07.996468 [ 285 ] {01d23d56-8420-4de8-8536-fc8c533aa140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
5803 2024.10.22 17:02:07.996823 [ 285 ] {01d23d56-8420-4de8-8536-fc8c533aa140} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5804 2024.10.22 17:02:07.997314 [ 285 ] {01d23d56-8420-4de8-8536-fc8c533aa140} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5805 2024.10.22 17:02:07.997377 [ 285 ] {01d23d56-8420-4de8-8536-fc8c533aa140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5806 2024.10.22 17:02:07.998007 [ 285 ] {01d23d56-8420-4de8-8536-fc8c533aa140} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5807 2024.10.22 17:02:07.998429 [ 285 ] {01d23d56-8420-4de8-8536-fc8c533aa140} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5808 2024.10.22 17:02:07.998610 [ 285 ] {01d23d56-8420-4de8-8536-fc8c533aa140} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002291 sec., 5237.887385421213 rows/sec., 365.73 KiB/sec.
5809 2024.10.22 17:02:07.998618 [ 138 ] {} <Debug> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5810 2024.10.22 17:02:07.998707 [ 138 ] {} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5811 2024.10.22 17:02:07.998774 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5812 2024.10.22 17:02:07.999006 [ 285 ] {01d23d56-8420-4de8-8536-fc8c533aa140} <Debug> DynamicQueryHandler: Done processing query
5813 2024.10.22 17:02:07.999058 [ 190 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::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
5814 2024.10.22 17:02:07.999091 [ 285 ] {01d23d56-8420-4de8-8536-fc8c533aa140} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5815 2024.10.22 17:02:07.999202 [ 285 ] {} <Debug> HTTP-Session: b90a9de9-7edf-40a5-875a-ab609468a66d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5816 2024.10.22 17:02:07.999432 [ 190 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5817 2024.10.22 17:02:07.999473 [ 190 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part
5818 2024.10.22 17:02:07.999605 [ 190 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part
5819 2024.10.22 17:02:07.999654 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5820 2024.10.22 17:02:07.999727 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57125, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5821 2024.10.22 17:02:08.000030 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5822 2024.10.22 17:02:08.000108 [ 190 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
5823 2024.10.22 17:02:08.000113 [ 279 ] {} <Debug> HTTP-Session: 857af01a-8a14-4039-87ec-9ea25dc10da3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57125
5824 2024.10.22 17:02:08.000126 [ 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):
5825 
5826 (version 23.8.7.1)
5827 2024.10.22 17:02:08.000178 [ 279 ] {} <Debug> HTTP-Session: 857af01a-8a14-4039-87ec-9ea25dc10da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5828 2024.10.22 17:02:08.000215 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.36 MiB, peak 167.24 MiB, free memory in arenas 0.00 B, will set to 159.11 MiB (RSS), difference: -1.25 MiB
5829 2024.10.22 17:02:08.000295 [ 279 ] {} <Debug> HTTP-Session: 857af01a-8a14-4039-87ec-9ea25dc10da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5830 2024.10.22 17:02:08.000521 [ 279 ] {} <Trace> HTTP-Session: 857af01a-8a14-4039-87ec-9ea25dc10da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5831 2024.10.22 17:02:08.000545 [ 190 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part
5832 2024.10.22 17:02:08.000892 [ 190 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part
5833 2024.10.22 17:02:08.000990 [ 279 ] {42921783-31b7-45c1-b38d-0bb27c741f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57125) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5834 2024.10.22 17:02:08.001180 [ 279 ] {42921783-31b7-45c1-b38d-0bb27c741f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5835 2024.10.22 17:02:08.002545 [ 279 ] {42921783-31b7-45c1-b38d-0bb27c741f90} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5836 2024.10.22 17:02:08.003128 [ 279 ] {42921783-31b7-45c1-b38d-0bb27c741f90} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5837 2024.10.22 17:02:08.003175 [ 279 ] {42921783-31b7-45c1-b38d-0bb27c741f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5838 2024.10.22 17:02:08.003535 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004666647 sec., 12857.197041044672 rows/sec., 944.83 KiB/sec.
5839 2024.10.22 17:02:08.003862 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5840 2024.10.22 17:02:08.003898 [ 279 ] {42921783-31b7-45c1-b38d-0bb27c741f90} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
5841 2024.10.22 17:02:08.004963 [ 279 ] {42921783-31b7-45c1-b38d-0bb27c741f90} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5842 2024.10.22 17:02:08.005071 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_9_2} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5843 2024.10.22 17:02:08.005271 [ 279 ] {42921783-31b7-45c1-b38d-0bb27c741f90} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004465 sec., 447.9283314669653 rows/sec., 36.53 KiB/sec.
5844 2024.10.22 17:02:08.005296 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_9_2} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5845 2024.10.22 17:02:08.005551 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5846 2024.10.22 17:02:08.005660 [ 279 ] {42921783-31b7-45c1-b38d-0bb27c741f90} <Debug> DynamicQueryHandler: Done processing query
5847 2024.10.22 17:02:08.005692 [ 279 ] {42921783-31b7-45c1-b38d-0bb27c741f90} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5848 2024.10.22 17:02:08.005709 [ 279 ] {} <Debug> HTTP-Session: 857af01a-8a14-4039-87ec-9ea25dc10da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5849 2024.10.22 17:02:08.005936 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57125, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5850 2024.10.22 17:02:08.006040 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55242, User-Agent: (none), Length: 39353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5851 2024.10.22 17:02:08.006131 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5852 2024.10.22 17:02:08.006159 [ 285 ] {} <Debug> HTTP-Session: e0af1f86-8960-4887-87f2-a00ed623ea56 Authenticating user 'default' from [fd00:1122:3344:101::d]:55242
5853 2024.10.22 17:02:08.006184 [ 285 ] {} <Debug> HTTP-Session: e0af1f86-8960-4887-87f2-a00ed623ea56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5854 2024.10.22 17:02:08.006201 [ 285 ] {} <Debug> HTTP-Session: e0af1f86-8960-4887-87f2-a00ed623ea56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5855 2024.10.22 17:02:08.006250 [ 285 ] {} <Trace> HTTP-Session: e0af1f86-8960-4887-87f2-a00ed623ea56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5856 2024.10.22 17:02:08.006501 [ 285 ] {1d03c1e2-4d8c-44bd-965b-73596102b040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55242) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5857 2024.10.22 17:02:08.006554 [ 285 ] {1d03c1e2-4d8c-44bd-965b-73596102b040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5858 2024.10.22 17:02:08.006827 [ 285 ] {1d03c1e2-4d8c-44bd-965b-73596102b040} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5859 2024.10.22 17:02:08.007242 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49614, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5860 2024.10.22 17:02:08.007492 [ 285 ] {1d03c1e2-4d8c-44bd-965b-73596102b040} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5861 2024.10.22 17:02:08.007536 [ 285 ] {1d03c1e2-4d8c-44bd-965b-73596102b040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5862 2024.10.22 17:02:08.007967 [ 285 ] {1d03c1e2-4d8c-44bd-965b-73596102b040} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5863 2024.10.22 17:02:08.008381 [ 285 ] {1d03c1e2-4d8c-44bd-965b-73596102b040} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5864 2024.10.22 17:02:08.008556 [ 285 ] {1d03c1e2-4d8c-44bd-965b-73596102b040} <Debug> executeQuery: Read 262 rows, 23.47 KiB in 0.002178 sec., 120293.84756657486 rows/sec., 10.52 MiB/sec.
5865 2024.10.22 17:02:08.008767 [ 285 ] {1d03c1e2-4d8c-44bd-965b-73596102b040} <Debug> DynamicQueryHandler: Done processing query
5866 2024.10.22 17:02:08.008795 [ 285 ] {1d03c1e2-4d8c-44bd-965b-73596102b040} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
5867 2024.10.22 17:02:08.008812 [ 285 ] {} <Debug> HTTP-Session: e0af1f86-8960-4887-87f2-a00ed623ea56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5868 2024.10.22 17:02:08.008992 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5869 2024.10.22 17:02:08.009062 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50966, User-Agent: (none), Length: 4628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5870 2024.10.22 17:02:08.009165 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5871 2024.10.22 17:02:08.009200 [ 279 ] {} <Debug> HTTP-Session: 3b337293-2b36-4413-836e-95432cbda991 Authenticating user 'default' from [fd00:1122:3344:101::d]:50966
5872 2024.10.22 17:02:08.009230 [ 279 ] {} <Debug> HTTP-Session: 3b337293-2b36-4413-836e-95432cbda991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5873 2024.10.22 17:02:08.009253 [ 279 ] {} <Debug> HTTP-Session: 3b337293-2b36-4413-836e-95432cbda991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5874 2024.10.22 17:02:08.009311 [ 279 ] {} <Trace> HTTP-Session: 3b337293-2b36-4413-836e-95432cbda991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5875 2024.10.22 17:02:08.009492 [ 279 ] {fa7f483d-fefb-4c46-9f89-a03173a5f580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50966) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5876 2024.10.22 17:02:08.009562 [ 279 ] {fa7f483d-fefb-4c46-9f89-a03173a5f580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5877 2024.10.22 17:02:08.009945 [ 279 ] {fa7f483d-fefb-4c46-9f89-a03173a5f580} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5878 2024.10.22 17:02:08.010412 [ 279 ] {fa7f483d-fefb-4c46-9f89-a03173a5f580} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5879 2024.10.22 17:02:08.010461 [ 279 ] {fa7f483d-fefb-4c46-9f89-a03173a5f580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5880 2024.10.22 17:02:08.010925 [ 279 ] {fa7f483d-fefb-4c46-9f89-a03173a5f580} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5881 2024.10.22 17:02:08.011308 [ 279 ] {fa7f483d-fefb-4c46-9f89-a03173a5f580} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5882 2024.10.22 17:02:08.011454 [ 279 ] {fa7f483d-fefb-4c46-9f89-a03173a5f580} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.002026 sec., 15794.66929911155 rows/sec., 1.15 MiB/sec.
5883 2024.10.22 17:02:08.011650 [ 279 ] {fa7f483d-fefb-4c46-9f89-a03173a5f580} <Debug> DynamicQueryHandler: Done processing query
5884 2024.10.22 17:02:08.011676 [ 279 ] {fa7f483d-fefb-4c46-9f89-a03173a5f580} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5885 2024.10.22 17:02:08.011692 [ 279 ] {} <Debug> HTTP-Session: 3b337293-2b36-4413-836e-95432cbda991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5886 2024.10.22 17:02:08.011865 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5887 2024.10.22 17:02:08.011951 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44278, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5888 2024.10.22 17:02:08.012050 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5889 2024.10.22 17:02:08.012080 [ 285 ] {} <Debug> HTTP-Session: 6cf3c6cd-41a6-4524-b891-c8fae53f50ac Authenticating user 'default' from [fd00:1122:3344:101::d]:44278
5890 2024.10.22 17:02:08.012104 [ 285 ] {} <Debug> HTTP-Session: 6cf3c6cd-41a6-4524-b891-c8fae53f50ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5891 2024.10.22 17:02:08.012121 [ 285 ] {} <Debug> HTTP-Session: 6cf3c6cd-41a6-4524-b891-c8fae53f50ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5892 2024.10.22 17:02:08.012168 [ 285 ] {} <Trace> HTTP-Session: 6cf3c6cd-41a6-4524-b891-c8fae53f50ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5893 2024.10.22 17:02:08.012318 [ 285 ] {6fbdd198-2e50-475a-9e93-22699b616474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44278) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5894 2024.10.22 17:02:08.012376 [ 285 ] {6fbdd198-2e50-475a-9e93-22699b616474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5895 2024.10.22 17:02:08.012661 [ 285 ] {6fbdd198-2e50-475a-9e93-22699b616474} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5896 2024.10.22 17:02:08.013039 [ 285 ] {6fbdd198-2e50-475a-9e93-22699b616474} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5897 2024.10.22 17:02:08.013081 [ 285 ] {6fbdd198-2e50-475a-9e93-22699b616474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5898 2024.10.22 17:02:08.013512 [ 285 ] {6fbdd198-2e50-475a-9e93-22699b616474} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5899 2024.10.22 17:02:08.013961 [ 285 ] {6fbdd198-2e50-475a-9e93-22699b616474} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5900 2024.10.22 17:02:08.014141 [ 285 ] {6fbdd198-2e50-475a-9e93-22699b616474} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001869 sec., 11235.955056179775 rows/sec., 775.92 KiB/sec.
5901 2024.10.22 17:02:08.014339 [ 285 ] {6fbdd198-2e50-475a-9e93-22699b616474} <Debug> DynamicQueryHandler: Done processing query
5902 2024.10.22 17:02:08.014365 [ 285 ] {6fbdd198-2e50-475a-9e93-22699b616474} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5903 2024.10.22 17:02:08.014381 [ 285 ] {} <Debug> HTTP-Session: 6cf3c6cd-41a6-4524-b891-c8fae53f50ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5904 2024.10.22 17:02:08.014528 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5905 2024.10.22 17:02:08.014636 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58210, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5906 2024.10.22 17:02:08.014707 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5907 2024.10.22 17:02:08.014734 [ 279 ] {} <Debug> HTTP-Session: 80d65f90-1b34-4f0a-8145-4df7c40cb443 Authenticating user 'default' from [fd00:1122:3344:101::d]:58210
5908 2024.10.22 17:02:08.014753 [ 279 ] {} <Debug> HTTP-Session: 80d65f90-1b34-4f0a-8145-4df7c40cb443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5909 2024.10.22 17:02:08.014767 [ 279 ] {} <Debug> HTTP-Session: 80d65f90-1b34-4f0a-8145-4df7c40cb443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5910 2024.10.22 17:02:08.014813 [ 279 ] {} <Trace> HTTP-Session: 80d65f90-1b34-4f0a-8145-4df7c40cb443 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5911 2024.10.22 17:02:08.014938 [ 279 ] {bd70c2ad-5ff2-417a-abe8-dd2150e34b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58210) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5912 2024.10.22 17:02:08.014992 [ 279 ] {bd70c2ad-5ff2-417a-abe8-dd2150e34b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5913 2024.10.22 17:02:08.015262 [ 279 ] {bd70c2ad-5ff2-417a-abe8-dd2150e34b34} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5914 2024.10.22 17:02:08.015601 [ 279 ] {bd70c2ad-5ff2-417a-abe8-dd2150e34b34} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5915 2024.10.22 17:02:08.015638 [ 279 ] {bd70c2ad-5ff2-417a-abe8-dd2150e34b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5916 2024.10.22 17:02:08.015997 [ 279 ] {bd70c2ad-5ff2-417a-abe8-dd2150e34b34} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5917 2024.10.22 17:02:08.016372 [ 279 ] {bd70c2ad-5ff2-417a-abe8-dd2150e34b34} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5918 2024.10.22 17:02:08.016498 [ 138 ] {} <Debug> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5919 2024.10.22 17:02:08.016501 [ 279 ] {bd70c2ad-5ff2-417a-abe8-dd2150e34b34} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001595 sec., 7523.510971786834 rows/sec., 462.87 KiB/sec.
5920 2024.10.22 17:02:08.016537 [ 138 ] {} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5921 2024.10.22 17:02:08.016573 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5922 2024.10.22 17:02:08.016793 [ 188 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::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
5923 2024.10.22 17:02:08.016834 [ 279 ] {bd70c2ad-5ff2-417a-abe8-dd2150e34b34} <Debug> DynamicQueryHandler: Done processing query
5924 2024.10.22 17:02:08.016877 [ 279 ] {bd70c2ad-5ff2-417a-abe8-dd2150e34b34} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5925 2024.10.22 17:02:08.016921 [ 279 ] {} <Debug> HTTP-Session: 80d65f90-1b34-4f0a-8145-4df7c40cb443 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5926 2024.10.22 17:02:08.017041 [ 188 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5927 2024.10.22 17:02:08.017090 [ 188 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part
5928 2024.10.22 17:02:08.017231 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44278, User-Agent: (none), Length: 67196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5929 2024.10.22 17:02:08.017275 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58210, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5930 2024.10.22 17:02:08.017422 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5931 2024.10.22 17:02:08.017439 [ 188 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part
5932 2024.10.22 17:02:08.017488 [ 285 ] {} <Debug> HTTP-Session: e807c233-b5ee-4584-8660-49b293ea723c Authenticating user 'default' from [fd00:1122:3344:101::d]:44278
5933 2024.10.22 17:02:08.017593 [ 285 ] {} <Debug> HTTP-Session: e807c233-b5ee-4584-8660-49b293ea723c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5934 2024.10.22 17:02:08.017638 [ 285 ] {} <Debug> HTTP-Session: e807c233-b5ee-4584-8660-49b293ea723c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5935 2024.10.22 17:02:08.017801 [ 285 ] {} <Trace> HTTP-Session: e807c233-b5ee-4584-8660-49b293ea723c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5936 2024.10.22 17:02:08.017839 [ 188 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
5937 2024.10.22 17:02:08.018016 [ 188 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part
5938 2024.10.22 17:02:08.018136 [ 188 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part
5939 2024.10.22 17:02:08.018236 [ 285 ] {984a6e8a-db71-4007-a342-a9820cf509c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44278) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5940 2024.10.22 17:02:08.018418 [ 285 ] {984a6e8a-db71-4007-a342-a9820cf509c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5941 2024.10.22 17:02:08.018933 [ 285 ] {984a6e8a-db71-4007-a342-a9820cf509c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5942 2024.10.22 17:02:08.019807 [ 285 ] {984a6e8a-db71-4007-a342-a9820cf509c0} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5943 2024.10.22 17:02:08.019863 [ 285 ] {984a6e8a-db71-4007-a342-a9820cf509c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5944 2024.10.22 17:02:08.019888 [ 188 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.003216594 sec., 18653.27113089187 rows/sec., 1.19 MiB/sec.
5945 2024.10.22 17:02:08.020134 [ 190 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5946 2024.10.22 17:02:08.020784 [ 285 ] {984a6e8a-db71-4007-a342-a9820cf509c0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5947 2024.10.22 17:02:08.021072 [ 190 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_9_2} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5948 2024.10.22 17:02:08.021328 [ 190 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_9_2} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5949 2024.10.22 17:02:08.021476 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5950 2024.10.22 17:02:08.021617 [ 285 ] {984a6e8a-db71-4007-a342-a9820cf509c0} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5951 2024.10.22 17:02:08.021806 [ 285 ] {984a6e8a-db71-4007-a342-a9820cf509c0} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.003796 sec., 109062.17070600632 rows/sec., 7.78 MiB/sec.
5952 2024.10.22 17:02:08.022017 [ 285 ] {984a6e8a-db71-4007-a342-a9820cf509c0} <Debug> DynamicQueryHandler: Done processing query
5953 2024.10.22 17:02:08.022043 [ 285 ] {984a6e8a-db71-4007-a342-a9820cf509c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5954 2024.10.22 17:02:08.022060 [ 285 ] {} <Debug> HTTP-Session: e807c233-b5ee-4584-8660-49b293ea723c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5955 2024.10.22 17:02:08.022350 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5956 2024.10.22 17:02:08.022413 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51207, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5957 2024.10.22 17:02:08.022498 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5958 2024.10.22 17:02:08.022535 [ 279 ] {} <Debug> HTTP-Session: 939d3748-ec79-483a-b1a9-36a26ca5d703 Authenticating user 'default' from [fd00:1122:3344:101::d]:51207
5959 2024.10.22 17:02:08.022561 [ 279 ] {} <Debug> HTTP-Session: 939d3748-ec79-483a-b1a9-36a26ca5d703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5960 2024.10.22 17:02:08.022579 [ 279 ] {} <Debug> HTTP-Session: 939d3748-ec79-483a-b1a9-36a26ca5d703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5961 2024.10.22 17:02:08.022625 [ 279 ] {} <Trace> HTTP-Session: 939d3748-ec79-483a-b1a9-36a26ca5d703 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5962 2024.10.22 17:02:08.022754 [ 279 ] {2913e347-33cf-4ee2-9c88-fe1e61b97339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51207) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5963 2024.10.22 17:02:08.022811 [ 279 ] {2913e347-33cf-4ee2-9c88-fe1e61b97339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5964 2024.10.22 17:02:08.023002 [ 279 ] {2913e347-33cf-4ee2-9c88-fe1e61b97339} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5965 2024.10.22 17:02:08.023325 [ 279 ] {2913e347-33cf-4ee2-9c88-fe1e61b97339} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5966 2024.10.22 17:02:08.023367 [ 279 ] {2913e347-33cf-4ee2-9c88-fe1e61b97339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5967 2024.10.22 17:02:08.023763 [ 279 ] {2913e347-33cf-4ee2-9c88-fe1e61b97339} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5968 2024.10.22 17:02:08.024091 [ 279 ] {2913e347-33cf-4ee2-9c88-fe1e61b97339} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5969 2024.10.22 17:02:08.024221 [ 279 ] {2913e347-33cf-4ee2-9c88-fe1e61b97339} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec.
5970 2024.10.22 17:02:08.024388 [ 279 ] {2913e347-33cf-4ee2-9c88-fe1e61b97339} <Debug> DynamicQueryHandler: Done processing query
5971 2024.10.22 17:02:08.024413 [ 279 ] {2913e347-33cf-4ee2-9c88-fe1e61b97339} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5972 2024.10.22 17:02:08.024429 [ 279 ] {} <Debug> HTTP-Session: 939d3748-ec79-483a-b1a9-36a26ca5d703 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5973 2024.10.22 17:02:08.024616 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5974 2024.10.22 17:02:08.024762 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48304, User-Agent: (none), Length: 44793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5975 2024.10.22 17:02:08.024831 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5976 2024.10.22 17:02:08.024855 [ 285 ] {} <Debug> HTTP-Session: b5eb01d6-f720-4dcd-8fd0-d510fd8c3723 Authenticating user 'default' from [fd00:1122:3344:101::d]:48304
5977 2024.10.22 17:02:08.024874 [ 285 ] {} <Debug> HTTP-Session: b5eb01d6-f720-4dcd-8fd0-d510fd8c3723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5978 2024.10.22 17:02:08.024898 [ 285 ] {} <Debug> HTTP-Session: b5eb01d6-f720-4dcd-8fd0-d510fd8c3723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5979 2024.10.22 17:02:08.024939 [ 285 ] {} <Trace> HTTP-Session: b5eb01d6-f720-4dcd-8fd0-d510fd8c3723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5980 2024.10.22 17:02:08.025184 [ 285 ] {5628d419-1af0-42ed-9402-bef15324c724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48304) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5981 2024.10.22 17:02:08.025266 [ 285 ] {5628d419-1af0-42ed-9402-bef15324c724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5982 2024.10.22 17:02:08.025478 [ 285 ] {5628d419-1af0-42ed-9402-bef15324c724} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5983 2024.10.22 17:02:08.025947 [ 285 ] {5628d419-1af0-42ed-9402-bef15324c724} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5984 2024.10.22 17:02:08.025985 [ 285 ] {5628d419-1af0-42ed-9402-bef15324c724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
5985 2024.10.22 17:02:08.026404 [ 285 ] {5628d419-1af0-42ed-9402-bef15324c724} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5986 2024.10.22 17:02:08.026766 [ 285 ] {5628d419-1af0-42ed-9402-bef15324c724} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5987 2024.10.22 17:02:08.026956 [ 285 ] {5628d419-1af0-42ed-9402-bef15324c724} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001898 sec., 125395.15279241306 rows/sec., 8.41 MiB/sec.
5988 2024.10.22 17:02:08.027323 [ 285 ] {5628d419-1af0-42ed-9402-bef15324c724} <Debug> DynamicQueryHandler: Done processing query
5989 2024.10.22 17:02:08.027350 [ 285 ] {5628d419-1af0-42ed-9402-bef15324c724} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5990 2024.10.22 17:02:08.027367 [ 285 ] {} <Debug> HTTP-Session: b5eb01d6-f720-4dcd-8fd0-d510fd8c3723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5991 2024.10.22 17:02:08.027564 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48304, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5992 2024.10.22 17:02:08.027567 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51207, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5993 2024.10.22 17:02:08.027671 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5994 2024.10.22 17:02:08.027696 [ 279 ] {} <Debug> HTTP-Session: bfac7237-0d97-4da8-b58f-071da8453bb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51207
5995 2024.10.22 17:02:08.027730 [ 279 ] {} <Debug> HTTP-Session: bfac7237-0d97-4da8-b58f-071da8453bb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5996 2024.10.22 17:02:08.027751 [ 279 ] {} <Debug> HTTP-Session: bfac7237-0d97-4da8-b58f-071da8453bb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5997 2024.10.22 17:02:08.027797 [ 279 ] {} <Trace> HTTP-Session: bfac7237-0d97-4da8-b58f-071da8453bb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5998 2024.10.22 17:02:08.027919 [ 279 ] {1d24f644-e588-433c-8aa4-55e9d41fea3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51207) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5999 2024.10.22 17:02:08.027975 [ 279 ] {1d24f644-e588-433c-8aa4-55e9d41fea3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6000 2024.10.22 17:02:08.028161 [ 279 ] {1d24f644-e588-433c-8aa4-55e9d41fea3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6001 2024.10.22 17:02:08.028479 [ 279 ] {1d24f644-e588-433c-8aa4-55e9d41fea3f} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6002 2024.10.22 17:02:08.028519 [ 279 ] {1d24f644-e588-433c-8aa4-55e9d41fea3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
6003 2024.10.22 17:02:08.028877 [ 279 ] {1d24f644-e588-433c-8aa4-55e9d41fea3f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6004 2024.10.22 17:02:08.029207 [ 279 ] {1d24f644-e588-433c-8aa4-55e9d41fea3f} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6005 2024.10.22 17:02:08.029335 [ 279 ] {1d24f644-e588-433c-8aa4-55e9d41fea3f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec.
6006 2024.10.22 17:02:08.029642 [ 279 ] {1d24f644-e588-433c-8aa4-55e9d41fea3f} <Debug> DynamicQueryHandler: Done processing query
6007 2024.10.22 17:02:08.029667 [ 279 ] {1d24f644-e588-433c-8aa4-55e9d41fea3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6008 2024.10.22 17:02:08.029684 [ 279 ] {} <Debug> HTTP-Session: bfac7237-0d97-4da8-b58f-071da8453bb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6009 2024.10.22 17:02:08.029875 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6010 2024.10.22 17:02:08.030024 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63359, User-Agent: (none), Length: 50153, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6011 2024.10.22 17:02:08.030090 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6012 2024.10.22 17:02:08.030111 [ 285 ] {} <Debug> HTTP-Session: fd09dd56-fe74-4463-922a-40dface5e5d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63359
6013 2024.10.22 17:02:08.030130 [ 285 ] {} <Debug> HTTP-Session: fd09dd56-fe74-4463-922a-40dface5e5d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6014 2024.10.22 17:02:08.030144 [ 285 ] {} <Debug> HTTP-Session: fd09dd56-fe74-4463-922a-40dface5e5d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6015 2024.10.22 17:02:08.030183 [ 285 ] {} <Trace> HTTP-Session: fd09dd56-fe74-4463-922a-40dface5e5d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6016 2024.10.22 17:02:08.030590 [ 285 ] {a8d80183-1f03-46a9-9ced-97e06557c42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63359) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6017 2024.10.22 17:02:08.030671 [ 285 ] {a8d80183-1f03-46a9-9ced-97e06557c42d} <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
6018 2024.10.22 17:02:08.031153 [ 285 ] {a8d80183-1f03-46a9-9ced-97e06557c42d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6019 2024.10.22 17:02:08.031885 [ 285 ] {a8d80183-1f03-46a9-9ced-97e06557c42d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6020 2024.10.22 17:02:08.031924 [ 285 ] {a8d80183-1f03-46a9-9ced-97e06557c42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
6021 2024.10.22 17:02:08.032619 [ 285 ] {a8d80183-1f03-46a9-9ced-97e06557c42d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6022 2024.10.22 17:02:08.033042 [ 285 ] {a8d80183-1f03-46a9-9ced-97e06557c42d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6023 2024.10.22 17:02:08.033282 [ 285 ] {a8d80183-1f03-46a9-9ced-97e06557c42d} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002973 sec., 10090.817356205853 rows/sec., 18.08 MiB/sec.
6024 2024.10.22 17:02:08.033850 [ 285 ] {a8d80183-1f03-46a9-9ced-97e06557c42d} <Debug> DynamicQueryHandler: Done processing query
6025 2024.10.22 17:02:08.033877 [ 285 ] {a8d80183-1f03-46a9-9ced-97e06557c42d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
6026 2024.10.22 17:02:08.033894 [ 285 ] {} <Debug> HTTP-Session: fd09dd56-fe74-4463-922a-40dface5e5d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6027 2024.10.22 17:02:08.034095 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6028 2024.10.22 17:02:08.034096 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51207, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6029 2024.10.22 17:02:08.034204 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6030 2024.10.22 17:02:08.034239 [ 279 ] {} <Debug> HTTP-Session: 2c3fe86d-1c8a-446f-b2d7-b825fc589c18 Authenticating user 'default' from [fd00:1122:3344:101::d]:51207
6031 2024.10.22 17:02:08.034266 [ 279 ] {} <Debug> HTTP-Session: 2c3fe86d-1c8a-446f-b2d7-b825fc589c18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6032 2024.10.22 17:02:08.034284 [ 279 ] {} <Debug> HTTP-Session: 2c3fe86d-1c8a-446f-b2d7-b825fc589c18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6033 2024.10.22 17:02:08.034329 [ 279 ] {} <Trace> HTTP-Session: 2c3fe86d-1c8a-446f-b2d7-b825fc589c18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6034 2024.10.22 17:02:08.034494 [ 279 ] {1909c482-d538-4c86-b5c6-0ac7dfc574d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51207) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6035 2024.10.22 17:02:08.034543 [ 279 ] {1909c482-d538-4c86-b5c6-0ac7dfc574d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6036 2024.10.22 17:02:08.034691 [ 279 ] {1909c482-d538-4c86-b5c6-0ac7dfc574d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6037 2024.10.22 17:02:08.034974 [ 279 ] {1909c482-d538-4c86-b5c6-0ac7dfc574d6} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6038 2024.10.22 17:02:08.035010 [ 279 ] {1909c482-d538-4c86-b5c6-0ac7dfc574d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
6039 2024.10.22 17:02:08.035377 [ 279 ] {1909c482-d538-4c86-b5c6-0ac7dfc574d6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6040 2024.10.22 17:02:08.035720 [ 279 ] {1909c482-d538-4c86-b5c6-0ac7dfc574d6} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6041 2024.10.22 17:02:08.035851 [ 279 ] {1909c482-d538-4c86-b5c6-0ac7dfc574d6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001427 sec., 57463.20953048353 rows/sec., 3.65 MiB/sec.
6042 2024.10.22 17:02:08.036154 [ 279 ] {1909c482-d538-4c86-b5c6-0ac7dfc574d6} <Debug> DynamicQueryHandler: Done processing query
6043 2024.10.22 17:02:08.036185 [ 279 ] {1909c482-d538-4c86-b5c6-0ac7dfc574d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6044 2024.10.22 17:02:08.036201 [ 279 ] {} <Debug> HTTP-Session: 2c3fe86d-1c8a-446f-b2d7-b825fc589c18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6045 2024.10.22 17:02:08.036537 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6046 2024.10.22 17:02:09.047091 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47981, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6047 2024.10.22 17:02:09.108593 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62992, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6048 2024.10.22 17:02:09.197940 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6049 2024.10.22 17:02:09.215345 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6050 2024.10.22 17:02:09.220650 [ 285 ] {} <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)
6051 2024.10.22 17:02:09.249989 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47899, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6052 2024.10.22 17:02:09.265313 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6053 2024.10.22 17:02:09.270569 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35110, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6054 2024.10.22 17:02:09.285868 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55203, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6055 2024.10.22 17:02:12.989913 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58264, User-Agent: (none), Length: 10909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6056 2024.10.22 17:02:12.990064 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6057 2024.10.22 17:02:12.990098 [ 285 ] {} <Debug> HTTP-Session: 3f2701d4-a00b-4cec-94ca-8a2e06dd0587 Authenticating user 'default' from [fd00:1122:3344:101::d]:58264
6058 2024.10.22 17:02:12.990132 [ 285 ] {} <Debug> HTTP-Session: 3f2701d4-a00b-4cec-94ca-8a2e06dd0587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6059 2024.10.22 17:02:12.990155 [ 285 ] {} <Debug> HTTP-Session: 3f2701d4-a00b-4cec-94ca-8a2e06dd0587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6060 2024.10.22 17:02:12.990219 [ 285 ] {} <Trace> HTTP-Session: 3f2701d4-a00b-4cec-94ca-8a2e06dd0587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6061 2024.10.22 17:02:12.990494 [ 285 ] {ee8485b0-cec5-4178-883f-5d92bf192b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58264) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6062 2024.10.22 17:02:12.990582 [ 285 ] {ee8485b0-cec5-4178-883f-5d92bf192b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6063 2024.10.22 17:02:12.990948 [ 285 ] {ee8485b0-cec5-4178-883f-5d92bf192b55} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6064 2024.10.22 17:02:12.991432 [ 285 ] {ee8485b0-cec5-4178-883f-5d92bf192b55} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6065 2024.10.22 17:02:12.991475 [ 285 ] {ee8485b0-cec5-4178-883f-5d92bf192b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6066 2024.10.22 17:02:12.991898 [ 285 ] {ee8485b0-cec5-4178-883f-5d92bf192b55} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6067 2024.10.22 17:02:12.992298 [ 285 ] {ee8485b0-cec5-4178-883f-5d92bf192b55} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6068 2024.10.22 17:02:12.992490 [ 285 ] {ee8485b0-cec5-4178-883f-5d92bf192b55} <Debug> executeQuery: Read 76 rows, 6.27 KiB in 0.002081 sec., 36520.903411821244 rows/sec., 2.94 MiB/sec.
6069 2024.10.22 17:02:12.992845 [ 285 ] {ee8485b0-cec5-4178-883f-5d92bf192b55} <Debug> DynamicQueryHandler: Done processing query
6070 2024.10.22 17:02:12.992905 [ 285 ] {ee8485b0-cec5-4178-883f-5d92bf192b55} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6071 2024.10.22 17:02:12.992953 [ 285 ] {} <Debug> HTTP-Session: 3f2701d4-a00b-4cec-94ca-8a2e06dd0587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6072 2024.10.22 17:02:12.993215 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6073 2024.10.22 17:02:12.993327 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41751, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6074 2024.10.22 17:02:12.993436 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6075 2024.10.22 17:02:12.993464 [ 279 ] {} <Debug> HTTP-Session: 5c191e3b-1f3e-43dc-aae3-6b75f1b2f8c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:41751
6076 2024.10.22 17:02:12.993493 [ 279 ] {} <Debug> HTTP-Session: 5c191e3b-1f3e-43dc-aae3-6b75f1b2f8c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6077 2024.10.22 17:02:12.993511 [ 279 ] {} <Debug> HTTP-Session: 5c191e3b-1f3e-43dc-aae3-6b75f1b2f8c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6078 2024.10.22 17:02:12.993568 [ 279 ] {} <Trace> HTTP-Session: 5c191e3b-1f3e-43dc-aae3-6b75f1b2f8c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6079 2024.10.22 17:02:12.993754 [ 279 ] {9cdc6910-dfca-4d90-9fb3-44aff022c01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41751) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6080 2024.10.22 17:02:12.993819 [ 279 ] {9cdc6910-dfca-4d90-9fb3-44aff022c01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6081 2024.10.22 17:02:12.994155 [ 279 ] {9cdc6910-dfca-4d90-9fb3-44aff022c01b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6082 2024.10.22 17:02:12.994498 [ 279 ] {9cdc6910-dfca-4d90-9fb3-44aff022c01b} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6083 2024.10.22 17:02:12.994543 [ 279 ] {9cdc6910-dfca-4d90-9fb3-44aff022c01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6084 2024.10.22 17:02:12.994962 [ 279 ] {9cdc6910-dfca-4d90-9fb3-44aff022c01b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
6085 2024.10.22 17:02:12.995354 [ 279 ] {9cdc6910-dfca-4d90-9fb3-44aff022c01b} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6086 2024.10.22 17:02:12.995532 [ 279 ] {9cdc6910-dfca-4d90-9fb3-44aff022c01b} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001829 sec., 5467.468562055768 rows/sec., 411.13 KiB/sec.
6087 2024.10.22 17:02:12.995787 [ 279 ] {9cdc6910-dfca-4d90-9fb3-44aff022c01b} <Debug> DynamicQueryHandler: Done processing query
6088 2024.10.22 17:02:12.995822 [ 279 ] {9cdc6910-dfca-4d90-9fb3-44aff022c01b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6089 2024.10.22 17:02:12.995843 [ 279 ] {} <Debug> HTTP-Session: 5c191e3b-1f3e-43dc-aae3-6b75f1b2f8c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6090 2024.10.22 17:02:12.996098 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58264, User-Agent: (none), Length: 12575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6091 2024.10.22 17:02:12.996121 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6092 2024.10.22 17:02:12.996210 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6093 2024.10.22 17:02:12.996252 [ 285 ] {} <Debug> HTTP-Session: 8f0df858-751a-4538-b175-af349a590579 Authenticating user 'default' from [fd00:1122:3344:101::d]:58264
6094 2024.10.22 17:02:12.996278 [ 285 ] {} <Debug> HTTP-Session: 8f0df858-751a-4538-b175-af349a590579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6095 2024.10.22 17:02:12.996299 [ 285 ] {} <Debug> HTTP-Session: 8f0df858-751a-4538-b175-af349a590579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6096 2024.10.22 17:02:12.996359 [ 285 ] {} <Trace> HTTP-Session: 8f0df858-751a-4538-b175-af349a590579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6097 2024.10.22 17:02:12.996553 [ 285 ] {65560d33-309b-4841-9764-9826522e68bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58264) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6098 2024.10.22 17:02:12.996620 [ 285 ] {65560d33-309b-4841-9764-9826522e68bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6099 2024.10.22 17:02:12.996909 [ 285 ] {65560d33-309b-4841-9764-9826522e68bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6100 2024.10.22 17:02:12.997282 [ 285 ] {65560d33-309b-4841-9764-9826522e68bf} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6101 2024.10.22 17:02:12.997318 [ 285 ] {65560d33-309b-4841-9764-9826522e68bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6102 2024.10.22 17:02:12.997686 [ 285 ] {65560d33-309b-4841-9764-9826522e68bf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6103 2024.10.22 17:02:12.998054 [ 285 ] {65560d33-309b-4841-9764-9826522e68bf} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6104 2024.10.22 17:02:12.998227 [ 285 ] {65560d33-309b-4841-9764-9826522e68bf} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00174 sec., 42528.73563218391 rows/sec., 3.32 MiB/sec.
6105 2024.10.22 17:02:12.998412 [ 285 ] {65560d33-309b-4841-9764-9826522e68bf} <Debug> DynamicQueryHandler: Done processing query
6106 2024.10.22 17:02:12.998435 [ 285 ] {65560d33-309b-4841-9764-9826522e68bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6107 2024.10.22 17:02:12.998452 [ 285 ] {} <Debug> HTTP-Session: 8f0df858-751a-4538-b175-af349a590579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6108 2024.10.22 17:02:12.998668 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6109 2024.10.22 17:02:12.998791 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42107, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6110 2024.10.22 17:02:12.998863 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6111 2024.10.22 17:02:12.998889 [ 279 ] {} <Debug> HTTP-Session: 5f679326-4647-4a12-b912-583b07781aed Authenticating user 'default' from [fd00:1122:3344:101::d]:42107
6112 2024.10.22 17:02:12.998914 [ 279 ] {} <Debug> HTTP-Session: 5f679326-4647-4a12-b912-583b07781aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6113 2024.10.22 17:02:12.998931 [ 279 ] {} <Debug> HTTP-Session: 5f679326-4647-4a12-b912-583b07781aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6114 2024.10.22 17:02:12.998979 [ 279 ] {} <Trace> HTTP-Session: 5f679326-4647-4a12-b912-583b07781aed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6115 2024.10.22 17:02:12.999194 [ 279 ] {e10587f6-045e-447a-a4c7-b800bf93f43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42107) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6116 2024.10.22 17:02:12.999259 [ 279 ] {e10587f6-045e-447a-a4c7-b800bf93f43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6117 2024.10.22 17:02:12.999477 [ 279 ] {e10587f6-045e-447a-a4c7-b800bf93f43c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6118 2024.10.22 17:02:12.999853 [ 279 ] {e10587f6-045e-447a-a4c7-b800bf93f43c} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6119 2024.10.22 17:02:12.999891 [ 279 ] {e10587f6-045e-447a-a4c7-b800bf93f43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6120 2024.10.22 17:02:13.000152 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.58 MiB, peak 167.27 MiB, free memory in arenas 0.00 B, will set to 159.23 MiB (RSS), difference: -1.35 MiB
6121 2024.10.22 17:02:13.000592 [ 279 ] {e10587f6-045e-447a-a4c7-b800bf93f43c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6122 2024.10.22 17:02:13.001070 [ 279 ] {e10587f6-045e-447a-a4c7-b800bf93f43c} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6123 2024.10.22 17:02:13.001269 [ 279 ] {e10587f6-045e-447a-a4c7-b800bf93f43c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00216 sec., 74074.07407407407 rows/sec., 5.16 MiB/sec.
6124 2024.10.22 17:02:13.001646 [ 279 ] {e10587f6-045e-447a-a4c7-b800bf93f43c} <Debug> DynamicQueryHandler: Done processing query
6125 2024.10.22 17:02:13.001674 [ 279 ] {e10587f6-045e-447a-a4c7-b800bf93f43c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6126 2024.10.22 17:02:13.001691 [ 279 ] {} <Debug> HTTP-Session: 5f679326-4647-4a12-b912-583b07781aed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6127 2024.10.22 17:02:13.001892 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42107, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6128 2024.10.22 17:02:13.001942 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58264, User-Agent: (none), Length: 16452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6129 2024.10.22 17:02:13.002037 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6130 2024.10.22 17:02:13.002080 [ 285 ] {} <Debug> HTTP-Session: a06d843b-84b7-4a79-86bf-de53a18b5de5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58264
6131 2024.10.22 17:02:13.002112 [ 285 ] {} <Debug> HTTP-Session: a06d843b-84b7-4a79-86bf-de53a18b5de5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6132 2024.10.22 17:02:13.002134 [ 285 ] {} <Debug> HTTP-Session: a06d843b-84b7-4a79-86bf-de53a18b5de5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6133 2024.10.22 17:02:13.002185 [ 285 ] {} <Trace> HTTP-Session: a06d843b-84b7-4a79-86bf-de53a18b5de5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6134 2024.10.22 17:02:13.002473 [ 285 ] {60d7b94f-5e79-416d-8b14-8b8d6d51dfde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58264) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6135 2024.10.22 17:02:13.002579 [ 285 ] {60d7b94f-5e79-416d-8b14-8b8d6d51dfde} <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
6136 2024.10.22 17:02:13.003093 [ 285 ] {60d7b94f-5e79-416d-8b14-8b8d6d51dfde} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6137 2024.10.22 17:02:13.003613 [ 285 ] {60d7b94f-5e79-416d-8b14-8b8d6d51dfde} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6138 2024.10.22 17:02:13.003648 [ 285 ] {60d7b94f-5e79-416d-8b14-8b8d6d51dfde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6139 2024.10.22 17:02:13.004260 [ 285 ] {60d7b94f-5e79-416d-8b14-8b8d6d51dfde} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6140 2024.10.22 17:02:13.004691 [ 285 ] {60d7b94f-5e79-416d-8b14-8b8d6d51dfde} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6141 2024.10.22 17:02:13.004840 [ 285 ] {60d7b94f-5e79-416d-8b14-8b8d6d51dfde} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002532 sec., 3949.447077409163 rows/sec., 7.08 MiB/sec.
6142 2024.10.22 17:02:13.005340 [ 285 ] {60d7b94f-5e79-416d-8b14-8b8d6d51dfde} <Debug> DynamicQueryHandler: Done processing query
6143 2024.10.22 17:02:13.005365 [ 285 ] {60d7b94f-5e79-416d-8b14-8b8d6d51dfde} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
6144 2024.10.22 17:02:13.005381 [ 285 ] {} <Debug> HTTP-Session: a06d843b-84b7-4a79-86bf-de53a18b5de5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6145 2024.10.22 17:02:13.005557 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6146 2024.10.22 17:02:13.005617 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65348, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6147 2024.10.22 17:02:13.005700 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6148 2024.10.22 17:02:13.005729 [ 279 ] {} <Debug> HTTP-Session: df93dee9-51e5-4474-88a3-9585bccd8f56 Authenticating user 'default' from [fd00:1122:3344:101::d]:65348
6149 2024.10.22 17:02:13.005751 [ 279 ] {} <Debug> HTTP-Session: df93dee9-51e5-4474-88a3-9585bccd8f56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6150 2024.10.22 17:02:13.005766 [ 279 ] {} <Debug> HTTP-Session: df93dee9-51e5-4474-88a3-9585bccd8f56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6151 2024.10.22 17:02:13.005810 [ 279 ] {} <Trace> HTTP-Session: df93dee9-51e5-4474-88a3-9585bccd8f56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6152 2024.10.22 17:02:13.005964 [ 279 ] {29ce9a06-8a37-4f44-ae9c-39b64f0c983d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65348) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6153 2024.10.22 17:02:13.006021 [ 279 ] {29ce9a06-8a37-4f44-ae9c-39b64f0c983d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6154 2024.10.22 17:02:13.006195 [ 279 ] {29ce9a06-8a37-4f44-ae9c-39b64f0c983d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6155 2024.10.22 17:02:13.006505 [ 279 ] {29ce9a06-8a37-4f44-ae9c-39b64f0c983d} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6156 2024.10.22 17:02:13.006545 [ 279 ] {29ce9a06-8a37-4f44-ae9c-39b64f0c983d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6157 2024.10.22 17:02:13.006959 [ 279 ] {29ce9a06-8a37-4f44-ae9c-39b64f0c983d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6158 2024.10.22 17:02:13.007374 [ 279 ] {29ce9a06-8a37-4f44-ae9c-39b64f0c983d} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6159 2024.10.22 17:02:13.007562 [ 279 ] {29ce9a06-8a37-4f44-ae9c-39b64f0c983d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001654 sec., 36275.695284159614 rows/sec., 2.44 MiB/sec.
6160 2024.10.22 17:02:13.007760 [ 279 ] {29ce9a06-8a37-4f44-ae9c-39b64f0c983d} <Debug> DynamicQueryHandler: Done processing query
6161 2024.10.22 17:02:13.007787 [ 279 ] {29ce9a06-8a37-4f44-ae9c-39b64f0c983d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6162 2024.10.22 17:02:13.007803 [ 279 ] {} <Debug> HTTP-Session: df93dee9-51e5-4474-88a3-9585bccd8f56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6163 2024.10.22 17:02:13.008108 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6164 2024.10.22 17:02:13.106369 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6165 2024.10.22 17:02:13.215562 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33686, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6166 2024.10.22 17:02:13.226994 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41922, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6167 2024.10.22 17:02:13.235398 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6168 2024.10.22 17:02:13.236736 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6169 2024.10.22 17:02:13.241961 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55676, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6170 2024.10.22 17:02:13.251220 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6171 2024.10.22 17:02:13.259467 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51388, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6172 2024.10.22 17:02:13.261723 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6173 2024.10.22 17:02:17.125239 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
6174 2024.10.22 17:02:17.125310 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
6175 2024.10.22 17:02:17.261356 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 550
6176 2024.10.22 17:02:17.264856 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6177 2024.10.22 17:02:17.264926 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6178 2024.10.22 17:02:17.266923 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6179 2024.10.22 17:02:17.267951 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6180 2024.10.22 17:02:17.268495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 550
6181 2024.10.22 17:02:18.001238 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00088887 sec.
6182 2024.10.22 17:02:18.008042 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46130, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6183 2024.10.22 17:02:18.008181 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6184 2024.10.22 17:02:18.008209 [ 283 ] {} <Debug> HTTP-Session: ca654635-033a-463f-8de9-5c8047ed9abe Authenticating user 'default' from [fd00:1122:3344:101::d]:46130
6185 2024.10.22 17:02:18.008232 [ 283 ] {} <Debug> HTTP-Session: ca654635-033a-463f-8de9-5c8047ed9abe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6186 2024.10.22 17:02:18.008246 [ 283 ] {} <Debug> HTTP-Session: ca654635-033a-463f-8de9-5c8047ed9abe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6187 2024.10.22 17:02:18.008295 [ 283 ] {} <Trace> HTTP-Session: ca654635-033a-463f-8de9-5c8047ed9abe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6188 2024.10.22 17:02:18.008510 [ 283 ] {04dce4b1-8ecb-4e00-b02b-4fef7752e51d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46130) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
6189 2024.10.22 17:02:18.008586 [ 283 ] {04dce4b1-8ecb-4e00-b02b-4fef7752e51d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
6190 2024.10.22 17:02:18.008932 [ 283 ] {04dce4b1-8ecb-4e00-b02b-4fef7752e51d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6191 2024.10.22 17:02:18.009404 [ 283 ] {04dce4b1-8ecb-4e00-b02b-4fef7752e51d} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6192 2024.10.22 17:02:18.009455 [ 283 ] {04dce4b1-8ecb-4e00-b02b-4fef7752e51d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6193 2024.10.22 17:02:18.009889 [ 283 ] {04dce4b1-8ecb-4e00-b02b-4fef7752e51d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6194 2024.10.22 17:02:18.010293 [ 283 ] {04dce4b1-8ecb-4e00-b02b-4fef7752e51d} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6195 2024.10.22 17:02:18.010471 [ 283 ] {04dce4b1-8ecb-4e00-b02b-4fef7752e51d} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002029 sec., 5914.2434696895025 rows/sec., 412.96 KiB/sec.
6196 2024.10.22 17:02:18.010853 [ 283 ] {04dce4b1-8ecb-4e00-b02b-4fef7752e51d} <Debug> DynamicQueryHandler: Done processing query
6197 2024.10.22 17:02:18.010879 [ 283 ] {04dce4b1-8ecb-4e00-b02b-4fef7752e51d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6198 2024.10.22 17:02:18.010896 [ 283 ] {} <Debug> HTTP-Session: ca654635-033a-463f-8de9-5c8047ed9abe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6199 2024.10.22 17:02:18.011108 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46130, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6200 2024.10.22 17:02:18.011245 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35704, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6201 2024.10.22 17:02:18.011379 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6202 2024.10.22 17:02:18.011409 [ 285 ] {} <Debug> HTTP-Session: acc74768-33ff-4cd9-8d1e-74ebba62cf18 Authenticating user 'default' from [fd00:1122:3344:101::d]:35704
6203 2024.10.22 17:02:18.011438 [ 285 ] {} <Debug> HTTP-Session: acc74768-33ff-4cd9-8d1e-74ebba62cf18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6204 2024.10.22 17:02:18.011457 [ 285 ] {} <Debug> HTTP-Session: acc74768-33ff-4cd9-8d1e-74ebba62cf18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6205 2024.10.22 17:02:18.011522 [ 285 ] {} <Trace> HTTP-Session: acc74768-33ff-4cd9-8d1e-74ebba62cf18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6206 2024.10.22 17:02:18.011733 [ 285 ] {e847624d-e1bb-4252-aca3-376e6fe97610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35704) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6207 2024.10.22 17:02:18.011816 [ 285 ] {e847624d-e1bb-4252-aca3-376e6fe97610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6208 2024.10.22 17:02:18.012256 [ 285 ] {e847624d-e1bb-4252-aca3-376e6fe97610} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6209 2024.10.22 17:02:18.012698 [ 285 ] {e847624d-e1bb-4252-aca3-376e6fe97610} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6210 2024.10.22 17:02:18.012747 [ 285 ] {e847624d-e1bb-4252-aca3-376e6fe97610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6211 2024.10.22 17:02:18.013251 [ 285 ] {e847624d-e1bb-4252-aca3-376e6fe97610} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
6212 2024.10.22 17:02:18.013729 [ 285 ] {e847624d-e1bb-4252-aca3-376e6fe97610} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6213 2024.10.22 17:02:18.013933 [ 285 ] {e847624d-e1bb-4252-aca3-376e6fe97610} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002252 sec., 888.0994671403197 rows/sec., 72.42 KiB/sec.
6214 2024.10.22 17:02:18.014185 [ 285 ] {e847624d-e1bb-4252-aca3-376e6fe97610} <Debug> DynamicQueryHandler: Done processing query
6215 2024.10.22 17:02:18.014219 [ 285 ] {e847624d-e1bb-4252-aca3-376e6fe97610} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6216 2024.10.22 17:02:18.014240 [ 285 ] {} <Debug> HTTP-Session: acc74768-33ff-4cd9-8d1e-74ebba62cf18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6217 2024.10.22 17:02:18.014527 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35704, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6218 2024.10.22 17:02:18.014545 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46130, User-Agent: (none), Length: 39353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6219 2024.10.22 17:02:18.014629 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6220 2024.10.22 17:02:18.014659 [ 283 ] {} <Debug> HTTP-Session: 8f0d273b-394d-4c82-be63-16860d2c61da Authenticating user 'default' from [fd00:1122:3344:101::d]:46130
6221 2024.10.22 17:02:18.014680 [ 283 ] {} <Debug> HTTP-Session: 8f0d273b-394d-4c82-be63-16860d2c61da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6222 2024.10.22 17:02:18.014706 [ 283 ] {} <Debug> HTTP-Session: 8f0d273b-394d-4c82-be63-16860d2c61da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6223 2024.10.22 17:02:18.014749 [ 283 ] {} <Trace> HTTP-Session: 8f0d273b-394d-4c82-be63-16860d2c61da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6224 2024.10.22 17:02:18.014957 [ 283 ] {f4e5bf54-a5e4-40aa-add9-056d909df38f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46130) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6225 2024.10.22 17:02:18.015011 [ 283 ] {f4e5bf54-a5e4-40aa-add9-056d909df38f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6226 2024.10.22 17:02:18.015284 [ 283 ] {f4e5bf54-a5e4-40aa-add9-056d909df38f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6227 2024.10.22 17:02:18.015806 [ 283 ] {f4e5bf54-a5e4-40aa-add9-056d909df38f} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6228 2024.10.22 17:02:18.015844 [ 283 ] {f4e5bf54-a5e4-40aa-add9-056d909df38f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6229 2024.10.22 17:02:18.016241 [ 283 ] {f4e5bf54-a5e4-40aa-add9-056d909df38f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6230 2024.10.22 17:02:18.016621 [ 283 ] {f4e5bf54-a5e4-40aa-add9-056d909df38f} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6231 2024.10.22 17:02:18.016775 [ 283 ] {f4e5bf54-a5e4-40aa-add9-056d909df38f} <Debug> executeQuery: Read 262 rows, 23.47 KiB in 0.001917 sec., 136671.8831507564 rows/sec., 11.96 MiB/sec.
6232 2024.10.22 17:02:18.016784 [ 127 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6233 2024.10.22 17:02:18.016873 [ 127 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6234 2024.10.22 17:02:18.016930 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6235 2024.10.22 17:02:18.017050 [ 283 ] {f4e5bf54-a5e4-40aa-add9-056d909df38f} <Debug> DynamicQueryHandler: Done processing query
6236 2024.10.22 17:02:18.017071 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
6237 2024.10.22 17:02:18.017086 [ 283 ] {f4e5bf54-a5e4-40aa-add9-056d909df38f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
6238 2024.10.22 17:02:18.017146 [ 283 ] {} <Debug> HTTP-Session: 8f0d273b-394d-4c82-be63-16860d2c61da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6239 2024.10.22 17:02:18.017273 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6240 2024.10.22 17:02:18.017312 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1427 rows starting from the beginning of the part
6241 2024.10.22 17:02:18.017379 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46130, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6242 2024.10.22 17:02:18.017570 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1216 rows starting from the beginning of the part
6243 2024.10.22 17:02:18.017680 [ 283 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
6244 
6245 (version 23.8.7.1)
6246 2024.10.22 17:02:18.017868 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 52 rows starting from the beginning of the part
6247 2024.10.22 17:02:18.017894 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38096, User-Agent: (none), Length: 4628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6248 2024.10.22 17:02:18.018157 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6249 2024.10.22 17:02:18.018219 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 262 rows starting from the beginning of the part
6250 2024.10.22 17:02:18.018326 [ 285 ] {} <Debug> HTTP-Session: 537636a1-c929-4f08-8425-5f5e4cc27980 Authenticating user 'default' from [fd00:1122:3344:101::d]:38096
6251 2024.10.22 17:02:18.018441 [ 285 ] {} <Debug> HTTP-Session: 537636a1-c929-4f08-8425-5f5e4cc27980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6252 2024.10.22 17:02:18.018530 [ 285 ] {} <Debug> HTTP-Session: 537636a1-c929-4f08-8425-5f5e4cc27980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6253 2024.10.22 17:02:18.018528 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 76 rows starting from the beginning of the part
6254 2024.10.22 17:02:18.018650 [ 285 ] {} <Trace> HTTP-Session: 537636a1-c929-4f08-8425-5f5e4cc27980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6255 2024.10.22 17:02:18.018800 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 262 rows starting from the beginning of the part
6256 2024.10.22 17:02:18.019281 [ 285 ] {5a7239fe-3278-4e7e-b329-763f73cb1083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38096) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6257 2024.10.22 17:02:18.019379 [ 285 ] {5a7239fe-3278-4e7e-b329-763f73cb1083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6258 2024.10.22 17:02:18.020380 [ 285 ] {5a7239fe-3278-4e7e-b329-763f73cb1083} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6259 2024.10.22 17:02:18.021582 [ 285 ] {5a7239fe-3278-4e7e-b329-763f73cb1083} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6260 2024.10.22 17:02:18.021648 [ 285 ] {5a7239fe-3278-4e7e-b329-763f73cb1083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6261 2024.10.22 17:02:18.022433 [ 285 ] {5a7239fe-3278-4e7e-b329-763f73cb1083} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6262 2024.10.22 17:02:18.022467 [ 190 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3295 rows, containing 5 columns (5 merged, 0 gathered) in 0.005455865 sec., 603937.2308515698 rows/sec., 52.69 MiB/sec.
6263 2024.10.22 17:02:18.022911 [ 190 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6264 2024.10.22 17:02:18.023238 [ 285 ] {5a7239fe-3278-4e7e-b329-763f73cb1083} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6265 2024.10.22 17:02:18.023741 [ 127 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
6266 2024.10.22 17:02:18.023827 [ 127 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6267 2024.10.22 17:02:18.023834 [ 285 ] {5a7239fe-3278-4e7e-b329-763f73cb1083} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.004906 sec., 6522.625356706075 rows/sec., 488.28 KiB/sec.
6268 2024.10.22 17:02:18.023881 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6269 2024.10.22 17:02:18.024141 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_26_5} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6270 2024.10.22 17:02:18.024586 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
6271 2024.10.22 17:02:18.024885 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_26_5} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6272 2024.10.22 17:02:18.024982 [ 285 ] {5a7239fe-3278-4e7e-b329-763f73cb1083} <Debug> DynamicQueryHandler: Done processing query
6273 2024.10.22 17:02:18.025156 [ 285 ] {5a7239fe-3278-4e7e-b329-763f73cb1083} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6274 2024.10.22 17:02:18.025260 [ 285 ] {} <Debug> HTTP-Session: 537636a1-c929-4f08-8425-5f5e4cc27980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6275 2024.10.22 17:02:18.025255 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
6276 2024.10.22 17:02:18.025333 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6277 2024.10.22 17:02:18.025379 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 52 rows starting from the beginning of the part
6278 2024.10.22 17:02:18.025447 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part
6279 2024.10.22 17:02:18.025520 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6280 2024.10.22 17:02:18.025764 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part
6281 2024.10.22 17:02:18.025775 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38539, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6282 2024.10.22 17:02:18.026042 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part
6283 2024.10.22 17:02:18.026035 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6284 2024.10.22 17:02:18.026138 [ 279 ] {} <Debug> HTTP-Session: ff934174-ac68-477d-9e9f-e1bf35c5aba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38539
6285 2024.10.22 17:02:18.026260 [ 279 ] {} <Debug> HTTP-Session: ff934174-ac68-477d-9e9f-e1bf35c5aba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6286 2024.10.22 17:02:18.026287 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part
6287 2024.10.22 17:02:18.026322 [ 279 ] {} <Debug> HTTP-Session: ff934174-ac68-477d-9e9f-e1bf35c5aba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6288 2024.10.22 17:02:18.026480 [ 279 ] {} <Trace> HTTP-Session: ff934174-ac68-477d-9e9f-e1bf35c5aba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6289 2024.10.22 17:02:18.026546 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part
6290 2024.10.22 17:02:18.026896 [ 279 ] {dadb221d-c9c5-4c87-8159-c6567c9b3a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38539) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6291 2024.10.22 17:02:18.026991 [ 279 ] {dadb221d-c9c5-4c87-8159-c6567c9b3a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6292 2024.10.22 17:02:18.028060 [ 279 ] {dadb221d-c9c5-4c87-8159-c6567c9b3a39} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6293 2024.10.22 17:02:18.029263 [ 279 ] {dadb221d-c9c5-4c87-8159-c6567c9b3a39} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6294 2024.10.22 17:02:18.029337 [ 279 ] {dadb221d-c9c5-4c87-8159-c6567c9b3a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6295 2024.10.22 17:02:18.029365 [ 189 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.005306732 sec., 31281.021917066853 rows/sec., 2.40 MiB/sec.
6296 2024.10.22 17:02:18.029646 [ 189 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
6297 2024.10.22 17:02:18.030152 [ 279 ] {dadb221d-c9c5-4c87-8159-c6567c9b3a39} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6298 2024.10.22 17:02:18.030778 [ 189 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_16_3} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6299 2024.10.22 17:02:18.030946 [ 189 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_16_3} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
6300 2024.10.22 17:02:18.031116 [ 279 ] {dadb221d-c9c5-4c87-8159-c6567c9b3a39} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6301 2024.10.22 17:02:18.031152 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6302 2024.10.22 17:02:18.031359 [ 279 ] {dadb221d-c9c5-4c87-8159-c6567c9b3a39} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.004646 sec., 4520.017219113216 rows/sec., 312.14 KiB/sec.
6303 2024.10.22 17:02:18.031626 [ 279 ] {dadb221d-c9c5-4c87-8159-c6567c9b3a39} <Debug> DynamicQueryHandler: Done processing query
6304 2024.10.22 17:02:18.031653 [ 279 ] {dadb221d-c9c5-4c87-8159-c6567c9b3a39} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6305 2024.10.22 17:02:18.031670 [ 279 ] {} <Debug> HTTP-Session: ff934174-ac68-477d-9e9f-e1bf35c5aba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6306 2024.10.22 17:02:18.031846 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6307 2024.10.22 17:02:18.031914 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42193, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6308 2024.10.22 17:02:18.031992 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6309 2024.10.22 17:02:18.032019 [ 285 ] {} <Debug> HTTP-Session: 3adea8df-49a1-4e48-91db-213052b4e48c Authenticating user 'default' from [fd00:1122:3344:101::d]:42193
6310 2024.10.22 17:02:18.032040 [ 285 ] {} <Debug> HTTP-Session: 3adea8df-49a1-4e48-91db-213052b4e48c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6311 2024.10.22 17:02:18.032054 [ 285 ] {} <Debug> HTTP-Session: 3adea8df-49a1-4e48-91db-213052b4e48c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6312 2024.10.22 17:02:18.032097 [ 285 ] {} <Trace> HTTP-Session: 3adea8df-49a1-4e48-91db-213052b4e48c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6313 2024.10.22 17:02:18.032226 [ 285 ] {7976fb8d-dcd6-49e8-b259-1bb0f452dc7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42193) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6314 2024.10.22 17:02:18.032278 [ 285 ] {7976fb8d-dcd6-49e8-b259-1bb0f452dc7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6315 2024.10.22 17:02:18.032556 [ 285 ] {7976fb8d-dcd6-49e8-b259-1bb0f452dc7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6316 2024.10.22 17:02:18.032911 [ 285 ] {7976fb8d-dcd6-49e8-b259-1bb0f452dc7a} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6317 2024.10.22 17:02:18.032950 [ 285 ] {7976fb8d-dcd6-49e8-b259-1bb0f452dc7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6318 2024.10.22 17:02:18.033326 [ 285 ] {7976fb8d-dcd6-49e8-b259-1bb0f452dc7a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6319 2024.10.22 17:02:18.033720 [ 285 ] {7976fb8d-dcd6-49e8-b259-1bb0f452dc7a} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6320 2024.10.22 17:02:18.033886 [ 285 ] {7976fb8d-dcd6-49e8-b259-1bb0f452dc7a} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001692 sec., 7092.198581560284 rows/sec., 436.34 KiB/sec.
6321 2024.10.22 17:02:18.034075 [ 285 ] {7976fb8d-dcd6-49e8-b259-1bb0f452dc7a} <Debug> DynamicQueryHandler: Done processing query
6322 2024.10.22 17:02:18.034100 [ 285 ] {7976fb8d-dcd6-49e8-b259-1bb0f452dc7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6323 2024.10.22 17:02:18.034117 [ 285 ] {} <Debug> HTTP-Session: 3adea8df-49a1-4e48-91db-213052b4e48c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6324 2024.10.22 17:02:18.034330 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6325 2024.10.22 17:02:18.034462 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35285, User-Agent: (none), Length: 67196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6326 2024.10.22 17:02:18.034527 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6327 2024.10.22 17:02:18.034548 [ 279 ] {} <Debug> HTTP-Session: a7eedeed-56e8-4a4b-86b5-d23ef4153c08 Authenticating user 'default' from [fd00:1122:3344:101::d]:35285
6328 2024.10.22 17:02:18.034566 [ 279 ] {} <Debug> HTTP-Session: a7eedeed-56e8-4a4b-86b5-d23ef4153c08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6329 2024.10.22 17:02:18.034580 [ 279 ] {} <Debug> HTTP-Session: a7eedeed-56e8-4a4b-86b5-d23ef4153c08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6330 2024.10.22 17:02:18.034623 [ 279 ] {} <Trace> HTTP-Session: a7eedeed-56e8-4a4b-86b5-d23ef4153c08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6331 2024.10.22 17:02:18.034910 [ 279 ] {c656b299-8a03-476d-876d-64f91c138dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35285) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6332 2024.10.22 17:02:18.034963 [ 279 ] {c656b299-8a03-476d-876d-64f91c138dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6333 2024.10.22 17:02:18.035242 [ 279 ] {c656b299-8a03-476d-876d-64f91c138dea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6334 2024.10.22 17:02:18.035850 [ 279 ] {c656b299-8a03-476d-876d-64f91c138dea} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6335 2024.10.22 17:02:18.035888 [ 279 ] {c656b299-8a03-476d-876d-64f91c138dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6336 2024.10.22 17:02:18.036332 [ 279 ] {c656b299-8a03-476d-876d-64f91c138dea} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6337 2024.10.22 17:02:18.036910 [ 279 ] {c656b299-8a03-476d-876d-64f91c138dea} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6338 2024.10.22 17:02:18.037115 [ 127 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6339 2024.10.22 17:02:18.037131 [ 279 ] {c656b299-8a03-476d-876d-64f91c138dea} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.002361 sec., 175349.4282083863 rows/sec., 12.51 MiB/sec.
6340 2024.10.22 17:02:18.037164 [ 127 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6341 2024.10.22 17:02:18.037223 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6342 2024.10.22 17:02:18.037440 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
6343 2024.10.22 17:02:18.037526 [ 279 ] {c656b299-8a03-476d-876d-64f91c138dea} <Debug> DynamicQueryHandler: Done processing query
6344 2024.10.22 17:02:18.037579 [ 279 ] {c656b299-8a03-476d-876d-64f91c138dea} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6345 2024.10.22 17:02:18.037630 [ 279 ] {} <Debug> HTTP-Session: a7eedeed-56e8-4a4b-86b5-d23ef4153c08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6346 2024.10.22 17:02:18.037689 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6347 2024.10.22 17:02:18.037728 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part
6348 2024.10.22 17:02:18.037918 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 530 rows starting from the beginning of the part
6349 2024.10.22 17:02:18.037925 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42193, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6350 2024.10.22 17:02:18.037966 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35285, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6351 2024.10.22 17:02:18.038304 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
6352 2024.10.22 17:02:18.038338 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6353 2024.10.22 17:02:18.038390 [ 279 ] {} <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):
6354 
6355 (version 23.8.7.1)
6356 2024.10.22 17:02:18.038536 [ 285 ] {} <Debug> HTTP-Session: 3d1dc29e-d352-469d-b338-4653d4ebbfda Authenticating user 'default' from [fd00:1122:3344:101::d]:42193
6357 2024.10.22 17:02:18.038673 [ 285 ] {} <Debug> HTTP-Session: 3d1dc29e-d352-469d-b338-4653d4ebbfda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6358 2024.10.22 17:02:18.038742 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 414 rows starting from the beginning of the part
6359 2024.10.22 17:02:18.038747 [ 285 ] {} <Debug> HTTP-Session: 3d1dc29e-d352-469d-b338-4653d4ebbfda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6360 2024.10.22 17:02:18.038910 [ 285 ] {} <Trace> HTTP-Session: 3d1dc29e-d352-469d-b338-4653d4ebbfda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6361 2024.10.22 17:02:18.039055 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 74 rows starting from the beginning of the part
6362 2024.10.22 17:02:18.039226 [ 285 ] {ed76d9f3-6e03-40d2-8a86-473b9f390787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42193) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6363 2024.10.22 17:02:18.039361 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 414 rows starting from the beginning of the part
6364 2024.10.22 17:02:18.039411 [ 285 ] {ed76d9f3-6e03-40d2-8a86-473b9f390787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6365 2024.10.22 17:02:18.040815 [ 285 ] {ed76d9f3-6e03-40d2-8a86-473b9f390787} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6366 2024.10.22 17:02:18.041706 [ 285 ] {ed76d9f3-6e03-40d2-8a86-473b9f390787} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6367 2024.10.22 17:02:18.041785 [ 285 ] {ed76d9f3-6e03-40d2-8a86-473b9f390787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6368 2024.10.22 17:02:18.042667 [ 285 ] {ed76d9f3-6e03-40d2-8a86-473b9f390787} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6369 2024.10.22 17:02:18.043332 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2396 rows, containing 5 columns (5 merged, 0 gathered) in 0.006021428 sec., 397912.2560296329 rows/sec., 30.50 MiB/sec.
6370 2024.10.22 17:02:18.043426 [ 285 ] {ed76d9f3-6e03-40d2-8a86-473b9f390787} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6371 2024.10.22 17:02:18.043591 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6372 2024.10.22 17:02:18.043674 [ 285 ] {ed76d9f3-6e03-40d2-8a86-473b9f390787} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004578 sec., 1310.6159895150722 rows/sec., 68.47 KiB/sec.
6373 2024.10.22 17:02:18.043907 [ 285 ] {ed76d9f3-6e03-40d2-8a86-473b9f390787} <Debug> DynamicQueryHandler: Done processing query
6374 2024.10.22 17:02:18.043945 [ 285 ] {ed76d9f3-6e03-40d2-8a86-473b9f390787} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6375 2024.10.22 17:02:18.043974 [ 285 ] {} <Debug> HTTP-Session: 3d1dc29e-d352-469d-b338-4653d4ebbfda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6376 2024.10.22 17:02:18.044194 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6377 2024.10.22 17:02:18.044347 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_26_5} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6378 2024.10.22 17:02:18.044375 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56332, User-Agent: (none), Length: 44793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6379 2024.10.22 17:02:18.044494 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6380 2024.10.22 17:02:18.044509 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_26_5} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6381 2024.10.22 17:02:18.044535 [ 279 ] {} <Debug> HTTP-Session: 7e9cec08-e8e8-4370-995b-9a934d28667b Authenticating user 'default' from [fd00:1122:3344:101::d]:56332
6382 2024.10.22 17:02:18.044575 [ 279 ] {} <Debug> HTTP-Session: 7e9cec08-e8e8-4370-995b-9a934d28667b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6383 2024.10.22 17:02:18.044619 [ 279 ] {} <Debug> HTTP-Session: 7e9cec08-e8e8-4370-995b-9a934d28667b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6384 2024.10.22 17:02:18.044705 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
6385 2024.10.22 17:02:18.044721 [ 279 ] {} <Trace> HTTP-Session: 7e9cec08-e8e8-4370-995b-9a934d28667b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6386 2024.10.22 17:02:18.045024 [ 279 ] {ac7fd7d0-67d5-4b0a-8046-70fa0a9656d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6387 2024.10.22 17:02:18.045077 [ 279 ] {ac7fd7d0-67d5-4b0a-8046-70fa0a9656d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6388 2024.10.22 17:02:18.045257 [ 279 ] {ac7fd7d0-67d5-4b0a-8046-70fa0a9656d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6389 2024.10.22 17:02:18.045768 [ 279 ] {ac7fd7d0-67d5-4b0a-8046-70fa0a9656d7} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6390 2024.10.22 17:02:18.045805 [ 279 ] {ac7fd7d0-67d5-4b0a-8046-70fa0a9656d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6391 2024.10.22 17:02:18.046225 [ 279 ] {ac7fd7d0-67d5-4b0a-8046-70fa0a9656d7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6392 2024.10.22 17:02:18.046583 [ 279 ] {ac7fd7d0-67d5-4b0a-8046-70fa0a9656d7} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6393 2024.10.22 17:02:18.046717 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6394 2024.10.22 17:02:18.046724 [ 279 ] {ac7fd7d0-67d5-4b0a-8046-70fa0a9656d7} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001861 sec., 127888.23213326168 rows/sec., 8.57 MiB/sec.
6395 2024.10.22 17:02:18.046766 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6396 2024.10.22 17:02:18.046817 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6397 2024.10.22 17:02:18.047001 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
6398 2024.10.22 17:02:18.047056 [ 279 ] {ac7fd7d0-67d5-4b0a-8046-70fa0a9656d7} <Debug> DynamicQueryHandler: Done processing query
6399 2024.10.22 17:02:18.047110 [ 279 ] {ac7fd7d0-67d5-4b0a-8046-70fa0a9656d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6400 2024.10.22 17:02:18.047154 [ 279 ] {} <Debug> HTTP-Session: 7e9cec08-e8e8-4370-995b-9a934d28667b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6401 2024.10.22 17:02:18.047263 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6402 2024.10.22 17:02:18.047309 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6518 rows starting from the beginning of the part
6403 2024.10.22 17:02:18.047385 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 976 rows starting from the beginning of the part
6404 2024.10.22 17:02:18.047613 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56332, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6405 2024.10.22 17:02:18.047731 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55623, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6406 2024.10.22 17:02:18.047760 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part
6407 2024.10.22 17:02:18.047957 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6408 2024.10.22 17:02:18.048049 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 238 rows starting from the beginning of the part
6409 2024.10.22 17:02:18.048067 [ 285 ] {} <Debug> HTTP-Session: f922fc5c-b3a8-4150-9d95-e96305d138ac Authenticating user 'default' from [fd00:1122:3344:101::d]:55623
6410 2024.10.22 17:02:18.048103 [ 279 ] {} <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):
6411 
6412 (version 23.8.7.1)
6413 2024.10.22 17:02:18.048180 [ 285 ] {} <Debug> HTTP-Session: f922fc5c-b3a8-4150-9d95-e96305d138ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6414 2024.10.22 17:02:18.048296 [ 285 ] {} <Debug> HTTP-Session: f922fc5c-b3a8-4150-9d95-e96305d138ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6415 2024.10.22 17:02:18.048343 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part
6416 2024.10.22 17:02:18.048389 [ 285 ] {} <Trace> HTTP-Session: f922fc5c-b3a8-4150-9d95-e96305d138ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6417 2024.10.22 17:02:18.048495 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 238 rows starting from the beginning of the part
6418 2024.10.22 17:02:18.048679 [ 285 ] {2dae63c2-3ad6-489e-bb4f-d429f213b35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55623) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6419 2024.10.22 17:02:18.048781 [ 285 ] {2dae63c2-3ad6-489e-bb4f-d429f213b35a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6420 2024.10.22 17:02:18.049063 [ 285 ] {2dae63c2-3ad6-489e-bb4f-d429f213b35a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6421 2024.10.22 17:02:18.049497 [ 285 ] {2dae63c2-3ad6-489e-bb4f-d429f213b35a} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6422 2024.10.22 17:02:18.049540 [ 285 ] {2dae63c2-3ad6-489e-bb4f-d429f213b35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6423 2024.10.22 17:02:18.051757 [ 285 ] {2dae63c2-3ad6-489e-bb4f-d429f213b35a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6424 2024.10.22 17:02:18.051880 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8160 rows, containing 5 columns (5 merged, 0 gathered) in 0.004960994 sec., 1644831.6607518576 rows/sec., 110.96 MiB/sec.
6425 2024.10.22 17:02:18.052246 [ 285 ] {2dae63c2-3ad6-489e-bb4f-d429f213b35a} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6426 2024.10.22 17:02:18.052444 [ 126 ] {} <Debug> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
6427 2024.10.22 17:02:18.052453 [ 285 ] {2dae63c2-3ad6-489e-bb4f-d429f213b35a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003863 sec., 258.8661661920787 rows/sec., 17.44 KiB/sec.
6428 2024.10.22 17:02:18.052497 [ 126 ] {} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6429 2024.10.22 17:02:18.052601 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6430 2024.10.22 17:02:18.052742 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6431 2024.10.22 17:02:18.053076 [ 285 ] {2dae63c2-3ad6-489e-bb4f-d429f213b35a} <Debug> DynamicQueryHandler: Done processing query
6432 2024.10.22 17:02:18.053196 [ 285 ] {2dae63c2-3ad6-489e-bb4f-d429f213b35a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6433 2024.10.22 17:02:18.053212 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
6434 2024.10.22 17:02:18.053330 [ 285 ] {} <Debug> HTTP-Session: f922fc5c-b3a8-4150-9d95-e96305d138ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6435 2024.10.22 17:02:18.053806 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6436 2024.10.22 17:02:18.053918 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52729, User-Agent: (none), Length: 50135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6437 2024.10.22 17:02:18.054039 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6438 2024.10.22 17:02:18.054123 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6439 2024.10.22 17:02:18.054153 [ 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):
6440 
6441 (version 23.8.7.1)
6442 2024.10.22 17:02:18.054179 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
6443 2024.10.22 17:02:18.054247 [ 279 ] {} <Debug> HTTP-Session: 1d5102e4-8baf-44e8-9d3a-f115e870a0b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52729
6444 2024.10.22 17:02:18.054417 [ 279 ] {} <Debug> HTTP-Session: 1d5102e4-8baf-44e8-9d3a-f115e870a0b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6445 2024.10.22 17:02:18.054552 [ 279 ] {} <Debug> HTTP-Session: 1d5102e4-8baf-44e8-9d3a-f115e870a0b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6446 2024.10.22 17:02:18.054658 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
6447 2024.10.22 17:02:18.054742 [ 279 ] {} <Trace> HTTP-Session: 1d5102e4-8baf-44e8-9d3a-f115e870a0b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6448 2024.10.22 17:02:18.054997 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
6449 2024.10.22 17:02:18.055262 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
6450 2024.10.22 17:02:18.055279 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6451 2024.10.22 17:02:18.055438 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
6452 2024.10.22 17:02:18.055474 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6453 2024.10.22 17:02:18.055572 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
6454 2024.10.22 17:02:18.055633 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB.
6455 2024.10.22 17:02:18.055890 [ 279 ] {7acb16fa-2501-4c7e-9d76-e60780c07b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52729) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6456 2024.10.22 17:02:18.056055 [ 279 ] {7acb16fa-2501-4c7e-9d76-e60780c07b21} <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
6457 2024.10.22 17:02:18.058435 [ 279 ] {7acb16fa-2501-4c7e-9d76-e60780c07b21} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6458 2024.10.22 17:02:18.059111 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.006334695 sec., 1578.6079677079954 rows/sec., 106.37 KiB/sec.
6459 2024.10.22 17:02:18.059246 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
6460 2024.10.22 17:02:18.060177 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6461 2024.10.22 17:02:18.060293 [ 279 ] {7acb16fa-2501-4c7e-9d76-e60780c07b21} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6462 2024.10.22 17:02:18.060348 [ 192 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_10_2} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
6463 2024.10.22 17:02:18.060357 [ 279 ] {7acb16fa-2501-4c7e-9d76-e60780c07b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6464 2024.10.22 17:02:18.060499 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6465 2024.10.22 17:02:18.061187 [ 279 ] {7acb16fa-2501-4c7e-9d76-e60780c07b21} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
6466 2024.10.22 17:02:18.061618 [ 279 ] {7acb16fa-2501-4c7e-9d76-e60780c07b21} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6467 2024.10.22 17:02:18.061770 [ 279 ] {7acb16fa-2501-4c7e-9d76-e60780c07b21} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006666 sec., 4500.450045004501 rows/sec., 8.06 MiB/sec.
6468 2024.10.22 17:02:18.062038 [ 279 ] {7acb16fa-2501-4c7e-9d76-e60780c07b21} <Debug> DynamicQueryHandler: Done processing query
6469 2024.10.22 17:02:18.062063 [ 279 ] {7acb16fa-2501-4c7e-9d76-e60780c07b21} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
6470 2024.10.22 17:02:18.062080 [ 279 ] {} <Debug> HTTP-Session: 1d5102e4-8baf-44e8-9d3a-f115e870a0b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6471 2024.10.22 17:02:18.062264 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6472 2024.10.22 17:02:18.062365 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62338, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6473 2024.10.22 17:02:18.062441 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6474 2024.10.22 17:02:18.062461 [ 285 ] {} <Debug> HTTP-Session: 74832f9e-77ec-4a2a-9de9-49315d70aa48 Authenticating user 'default' from [fd00:1122:3344:101::d]:62338
6475 2024.10.22 17:02:18.062479 [ 285 ] {} <Debug> HTTP-Session: 74832f9e-77ec-4a2a-9de9-49315d70aa48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6476 2024.10.22 17:02:18.062493 [ 285 ] {} <Debug> HTTP-Session: 74832f9e-77ec-4a2a-9de9-49315d70aa48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6477 2024.10.22 17:02:18.062532 [ 285 ] {} <Trace> HTTP-Session: 74832f9e-77ec-4a2a-9de9-49315d70aa48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6478 2024.10.22 17:02:18.062690 [ 285 ] {fef53ccc-23ee-4fd3-a56b-02c7e762a61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62338) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6479 2024.10.22 17:02:18.062741 [ 285 ] {fef53ccc-23ee-4fd3-a56b-02c7e762a61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6480 2024.10.22 17:02:18.062901 [ 285 ] {fef53ccc-23ee-4fd3-a56b-02c7e762a61d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6481 2024.10.22 17:02:18.063252 [ 285 ] {fef53ccc-23ee-4fd3-a56b-02c7e762a61d} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6482 2024.10.22 17:02:18.063290 [ 285 ] {fef53ccc-23ee-4fd3-a56b-02c7e762a61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6483 2024.10.22 17:02:18.063665 [ 285 ] {fef53ccc-23ee-4fd3-a56b-02c7e762a61d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6484 2024.10.22 17:02:18.064008 [ 285 ] {fef53ccc-23ee-4fd3-a56b-02c7e762a61d} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6485 2024.10.22 17:02:18.064156 [ 285 ] {fef53ccc-23ee-4fd3-a56b-02c7e762a61d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec.
6486 2024.10.22 17:02:18.064172 [ 126 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6487 2024.10.22 17:02:18.064256 [ 126 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6488 2024.10.22 17:02:18.064304 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6489 2024.10.22 17:02:18.064436 [ 285 ] {fef53ccc-23ee-4fd3-a56b-02c7e762a61d} <Debug> DynamicQueryHandler: Done processing query
6490 2024.10.22 17:02:18.064445 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
6491 2024.10.22 17:02:18.064465 [ 285 ] {fef53ccc-23ee-4fd3-a56b-02c7e762a61d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6492 2024.10.22 17:02:18.064492 [ 285 ] {} <Debug> HTTP-Session: 74832f9e-77ec-4a2a-9de9-49315d70aa48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6493 2024.10.22 17:02:18.064588 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6494 2024.10.22 17:02:18.064619 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1192 rows starting from the beginning of the part
6495 2024.10.22 17:02:18.064677 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part
6496 2024.10.22 17:02:18.064793 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part
6497 2024.10.22 17:02:18.064904 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part
6498 2024.10.22 17:02:18.064970 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6499 2024.10.22 17:02:18.065025 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part
6500 2024.10.22 17:02:18.065145 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part
6501 2024.10.22 17:02:18.066429 [ 194 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1476 rows, containing 4 columns (4 merged, 0 gathered) in 0.002037556 sec., 724397.2680996252 rows/sec., 47.21 MiB/sec.
6502 2024.10.22 17:02:18.066690 [ 187 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6503 2024.10.22 17:02:18.067149 [ 187 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_26_5} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6504 2024.10.22 17:02:18.067237 [ 187 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_26_5} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6505 2024.10.22 17:02:18.067326 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
6506 2024.10.22 17:02:21.183243 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6507 2024.10.22 17:02:22.990092 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6508 2024.10.22 17:02:22.990217 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6509 2024.10.22 17:02:22.990247 [ 285 ] {} <Debug> HTTP-Session: 3b5f3bc5-6b8c-49c4-afda-b807352f4df7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49789
6510 2024.10.22 17:02:22.990275 [ 285 ] {} <Debug> HTTP-Session: 3b5f3bc5-6b8c-49c4-afda-b807352f4df7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6511 2024.10.22 17:02:22.990294 [ 285 ] {} <Debug> HTTP-Session: 3b5f3bc5-6b8c-49c4-afda-b807352f4df7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6512 2024.10.22 17:02:22.990349 [ 285 ] {} <Trace> HTTP-Session: 3b5f3bc5-6b8c-49c4-afda-b807352f4df7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6513 2024.10.22 17:02:22.990548 [ 285 ] {306ad414-d69d-4f87-b2a4-3edf0fc66ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6514 2024.10.22 17:02:22.990622 [ 285 ] {306ad414-d69d-4f87-b2a4-3edf0fc66ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6515 2024.10.22 17:02:22.991001 [ 285 ] {306ad414-d69d-4f87-b2a4-3edf0fc66ec6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6516 2024.10.22 17:02:22.991420 [ 285 ] {306ad414-d69d-4f87-b2a4-3edf0fc66ec6} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6517 2024.10.22 17:02:22.991457 [ 285 ] {306ad414-d69d-4f87-b2a4-3edf0fc66ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6518 2024.10.22 17:02:22.991859 [ 285 ] {306ad414-d69d-4f87-b2a4-3edf0fc66ec6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
6519 2024.10.22 17:02:22.992257 [ 285 ] {306ad414-d69d-4f87-b2a4-3edf0fc66ec6} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6520 2024.10.22 17:02:22.992399 [ 285 ] {306ad414-d69d-4f87-b2a4-3edf0fc66ec6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001909 sec., 1047.6689366160292 rows/sec., 85.43 KiB/sec.
6521 2024.10.22 17:02:22.992401 [ 120 ] {} <Debug> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
6522 2024.10.22 17:02:22.992475 [ 120 ] {} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6523 2024.10.22 17:02:22.992517 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6524 2024.10.22 17:02:22.992650 [ 285 ] {306ad414-d69d-4f87-b2a4-3edf0fc66ec6} <Debug> DynamicQueryHandler: Done processing query
6525 2024.10.22 17:02:22.992697 [ 285 ] {306ad414-d69d-4f87-b2a4-3edf0fc66ec6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6526 2024.10.22 17:02:22.992729 [ 285 ] {} <Debug> HTTP-Session: 3b5f3bc5-6b8c-49c4-afda-b807352f4df7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6527 2024.10.22 17:02:22.992739 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::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
6528 2024.10.22 17:02:22.993009 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49789, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6529 2024.10.22 17:02:22.993081 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41861, User-Agent: (none), Length: 11042, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6530 2024.10.22 17:02:22.993083 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6531 2024.10.22 17:02:22.993169 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
6532 2024.10.22 17:02:22.993212 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6533 2024.10.22 17:02:22.993295 [ 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):
6534 
6535 (version 23.8.7.1)
6536 2024.10.22 17:02:22.993331 [ 279 ] {} <Debug> HTTP-Session: 17c8f3cb-116e-4294-b248-69cbe230b7ce Authenticating user 'default' from [fd00:1122:3344:101::d]:41861
6537 2024.10.22 17:02:22.993465 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part
6538 2024.10.22 17:02:22.993471 [ 279 ] {} <Debug> HTTP-Session: 17c8f3cb-116e-4294-b248-69cbe230b7ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6539 2024.10.22 17:02:22.993517 [ 279 ] {} <Debug> HTTP-Session: 17c8f3cb-116e-4294-b248-69cbe230b7ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6540 2024.10.22 17:02:22.993718 [ 279 ] {} <Trace> HTTP-Session: 17c8f3cb-116e-4294-b248-69cbe230b7ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6541 2024.10.22 17:02:22.993763 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
6542 2024.10.22 17:02:22.994014 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
6543 2024.10.22 17:02:22.994159 [ 279 ] {d56ce87e-8e3d-410e-8f7d-5ccfec52ccf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41861) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6544 2024.10.22 17:02:22.994287 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
6545 2024.10.22 17:02:22.994314 [ 279 ] {d56ce87e-8e3d-410e-8f7d-5ccfec52ccf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6546 2024.10.22 17:02:22.994647 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
6547 2024.10.22 17:02:22.995302 [ 279 ] {d56ce87e-8e3d-410e-8f7d-5ccfec52ccf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6548 2024.10.22 17:02:22.995921 [ 279 ] {d56ce87e-8e3d-410e-8f7d-5ccfec52ccf4} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6549 2024.10.22 17:02:22.995971 [ 279 ] {d56ce87e-8e3d-410e-8f7d-5ccfec52ccf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6550 2024.10.22 17:02:22.996516 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 5 columns (5 merged, 0 gathered) in 0.003873309 sec., 4647.18926375355 rows/sec., 397.10 KiB/sec.
6551 2024.10.22 17:02:22.996643 [ 279 ] {d56ce87e-8e3d-410e-8f7d-5ccfec52ccf4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6552 2024.10.22 17:02:22.996743 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
6553 2024.10.22 17:02:22.997498 [ 279 ] {d56ce87e-8e3d-410e-8f7d-5ccfec52ccf4} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6554 2024.10.22 17:02:22.997829 [ 279 ] {d56ce87e-8e3d-410e-8f7d-5ccfec52ccf4} <Debug> executeQuery: Read 77 rows, 6.34 KiB in 0.003855 sec., 19974.059662775617 rows/sec., 1.61 MiB/sec.
6555 2024.10.22 17:02:22.997843 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_6_1} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6556 2024.10.22 17:02:22.998175 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_6_1} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
6557 2024.10.22 17:02:22.998472 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6558 2024.10.22 17:02:22.998545 [ 279 ] {d56ce87e-8e3d-410e-8f7d-5ccfec52ccf4} <Debug> DynamicQueryHandler: Done processing query
6559 2024.10.22 17:02:22.998589 [ 279 ] {d56ce87e-8e3d-410e-8f7d-5ccfec52ccf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6560 2024.10.22 17:02:22.998607 [ 279 ] {} <Debug> HTTP-Session: 17c8f3cb-116e-4294-b248-69cbe230b7ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6561 2024.10.22 17:02:22.998743 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6562 2024.10.22 17:02:22.998851 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57317, User-Agent: (none), Length: 1765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6563 2024.10.22 17:02:22.998924 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6564 2024.10.22 17:02:22.998945 [ 285 ] {} <Debug> HTTP-Session: 5490f047-b5af-4500-bff2-52a7d5105ffe Authenticating user 'default' from [fd00:1122:3344:101::d]:57317
6565 2024.10.22 17:02:22.998963 [ 285 ] {} <Debug> HTTP-Session: 5490f047-b5af-4500-bff2-52a7d5105ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6566 2024.10.22 17:02:22.998978 [ 285 ] {} <Debug> HTTP-Session: 5490f047-b5af-4500-bff2-52a7d5105ffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6567 2024.10.22 17:02:22.999016 [ 285 ] {} <Trace> HTTP-Session: 5490f047-b5af-4500-bff2-52a7d5105ffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6568 2024.10.22 17:02:22.999132 [ 285 ] {8a0e400e-a227-4f8d-9279-9b514308568b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57317) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6569 2024.10.22 17:02:22.999180 [ 285 ] {8a0e400e-a227-4f8d-9279-9b514308568b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6570 2024.10.22 17:02:22.999446 [ 285 ] {8a0e400e-a227-4f8d-9279-9b514308568b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6571 2024.10.22 17:02:22.999781 [ 285 ] {8a0e400e-a227-4f8d-9279-9b514308568b} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6572 2024.10.22 17:02:22.999817 [ 285 ] {8a0e400e-a227-4f8d-9279-9b514308568b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6573 2024.10.22 17:02:23.000148 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.99 MiB, peak 169.84 MiB, free memory in arenas 0.00 B, will set to 160.54 MiB (RSS), difference: -5.44 MiB
6574 2024.10.22 17:02:23.000385 [ 285 ] {8a0e400e-a227-4f8d-9279-9b514308568b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6575 2024.10.22 17:02:23.000848 [ 285 ] {8a0e400e-a227-4f8d-9279-9b514308568b} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6576 2024.10.22 17:02:23.000980 [ 285 ] {8a0e400e-a227-4f8d-9279-9b514308568b} <Debug> executeQuery: Read 12 rows, 913.00 B in 0.001881 sec., 6379.585326953747 rows/sec., 474.00 KiB/sec.
6577 2024.10.22 17:02:23.001230 [ 285 ] {8a0e400e-a227-4f8d-9279-9b514308568b} <Debug> DynamicQueryHandler: Done processing query
6578 2024.10.22 17:02:23.001255 [ 285 ] {8a0e400e-a227-4f8d-9279-9b514308568b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6579 2024.10.22 17:02:23.001271 [ 285 ] {} <Debug> HTTP-Session: 5490f047-b5af-4500-bff2-52a7d5105ffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6580 2024.10.22 17:02:23.001422 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6581 2024.10.22 17:02:23.001500 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63360, User-Agent: (none), Length: 12916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6582 2024.10.22 17:02:23.001605 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6583 2024.10.22 17:02:23.001631 [ 265 ] {} <Debug> HTTP-Session: 661bd542-ea2b-4422-b2bc-e1a851b7d7a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63360
6584 2024.10.22 17:02:23.001656 [ 265 ] {} <Debug> HTTP-Session: 661bd542-ea2b-4422-b2bc-e1a851b7d7a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6585 2024.10.22 17:02:23.001674 [ 265 ] {} <Debug> HTTP-Session: 661bd542-ea2b-4422-b2bc-e1a851b7d7a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6586 2024.10.22 17:02:23.001724 [ 265 ] {} <Trace> HTTP-Session: 661bd542-ea2b-4422-b2bc-e1a851b7d7a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6587 2024.10.22 17:02:23.001910 [ 265 ] {7858f718-f74c-4bef-8070-bdb3d36eaf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63360) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6588 2024.10.22 17:02:23.001970 [ 265 ] {7858f718-f74c-4bef-8070-bdb3d36eaf58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6589 2024.10.22 17:02:23.002255 [ 265 ] {7858f718-f74c-4bef-8070-bdb3d36eaf58} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6590 2024.10.22 17:02:23.002664 [ 265 ] {7858f718-f74c-4bef-8070-bdb3d36eaf58} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6591 2024.10.22 17:02:23.002705 [ 265 ] {7858f718-f74c-4bef-8070-bdb3d36eaf58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6592 2024.10.22 17:02:23.003099 [ 265 ] {7858f718-f74c-4bef-8070-bdb3d36eaf58} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6593 2024.10.22 17:02:23.003490 [ 265 ] {7858f718-f74c-4bef-8070-bdb3d36eaf58} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6594 2024.10.22 17:02:23.003666 [ 265 ] {7858f718-f74c-4bef-8070-bdb3d36eaf58} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001821 sec., 41735.310269082926 rows/sec., 3.26 MiB/sec.
6595 2024.10.22 17:02:23.004081 [ 265 ] {7858f718-f74c-4bef-8070-bdb3d36eaf58} <Debug> DynamicQueryHandler: Done processing query
6596 2024.10.22 17:02:23.004108 [ 265 ] {7858f718-f74c-4bef-8070-bdb3d36eaf58} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6597 2024.10.22 17:02:23.004125 [ 265 ] {} <Debug> HTTP-Session: 661bd542-ea2b-4422-b2bc-e1a851b7d7a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6598 2024.10.22 17:02:23.004289 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6599 2024.10.22 17:02:23.004401 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59881, User-Agent: (none), Length: 30781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6600 2024.10.22 17:02:23.004480 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6601 2024.10.22 17:02:23.004505 [ 285 ] {} <Debug> HTTP-Session: 21afc9d3-911d-4205-bee5-cde2983533a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59881
6602 2024.10.22 17:02:23.004527 [ 285 ] {} <Debug> HTTP-Session: 21afc9d3-911d-4205-bee5-cde2983533a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6603 2024.10.22 17:02:23.004544 [ 285 ] {} <Debug> HTTP-Session: 21afc9d3-911d-4205-bee5-cde2983533a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6604 2024.10.22 17:02:23.004587 [ 285 ] {} <Trace> HTTP-Session: 21afc9d3-911d-4205-bee5-cde2983533a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6605 2024.10.22 17:02:23.004783 [ 285 ] {a27ac500-b7ad-4c10-8a23-dc976c1a2e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59881) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6606 2024.10.22 17:02:23.004843 [ 285 ] {a27ac500-b7ad-4c10-8a23-dc976c1a2e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6607 2024.10.22 17:02:23.005054 [ 285 ] {a27ac500-b7ad-4c10-8a23-dc976c1a2e68} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6608 2024.10.22 17:02:23.005503 [ 285 ] {a27ac500-b7ad-4c10-8a23-dc976c1a2e68} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6609 2024.10.22 17:02:23.005538 [ 285 ] {a27ac500-b7ad-4c10-8a23-dc976c1a2e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6610 2024.10.22 17:02:23.005976 [ 285 ] {a27ac500-b7ad-4c10-8a23-dc976c1a2e68} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6611 2024.10.22 17:02:23.006329 [ 285 ] {a27ac500-b7ad-4c10-8a23-dc976c1a2e68} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6612 2024.10.22 17:02:23.006458 [ 285 ] {a27ac500-b7ad-4c10-8a23-dc976c1a2e68} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00177 sec., 90960.45197740113 rows/sec., 6.33 MiB/sec.
6613 2024.10.22 17:02:23.006623 [ 285 ] {a27ac500-b7ad-4c10-8a23-dc976c1a2e68} <Debug> DynamicQueryHandler: Done processing query
6614 2024.10.22 17:02:23.006647 [ 285 ] {a27ac500-b7ad-4c10-8a23-dc976c1a2e68} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6615 2024.10.22 17:02:23.006662 [ 285 ] {} <Debug> HTTP-Session: 21afc9d3-911d-4205-bee5-cde2983533a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6616 2024.10.22 17:02:23.006844 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6617 2024.10.22 17:02:23.006902 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61307, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6618 2024.10.22 17:02:23.006990 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6619 2024.10.22 17:02:23.007012 [ 265 ] {} <Debug> HTTP-Session: 000274bf-4a5f-4bc4-9fc2-2e9c2c1f6dd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61307
6620 2024.10.22 17:02:23.007032 [ 265 ] {} <Debug> HTTP-Session: 000274bf-4a5f-4bc4-9fc2-2e9c2c1f6dd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6621 2024.10.22 17:02:23.007047 [ 265 ] {} <Debug> HTTP-Session: 000274bf-4a5f-4bc4-9fc2-2e9c2c1f6dd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6622 2024.10.22 17:02:23.007090 [ 265 ] {} <Trace> HTTP-Session: 000274bf-4a5f-4bc4-9fc2-2e9c2c1f6dd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6623 2024.10.22 17:02:23.007313 [ 265 ] {a7324eba-c9bf-4345-932d-e43bfadd282f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61307) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6624 2024.10.22 17:02:23.007400 [ 265 ] {a7324eba-c9bf-4345-932d-e43bfadd282f} <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
6625 2024.10.22 17:02:23.007915 [ 265 ] {a7324eba-c9bf-4345-932d-e43bfadd282f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6626 2024.10.22 17:02:23.008488 [ 265 ] {a7324eba-c9bf-4345-932d-e43bfadd282f} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6627 2024.10.22 17:02:23.008529 [ 265 ] {a7324eba-c9bf-4345-932d-e43bfadd282f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6628 2024.10.22 17:02:23.009181 [ 265 ] {a7324eba-c9bf-4345-932d-e43bfadd282f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6629 2024.10.22 17:02:23.009638 [ 265 ] {a7324eba-c9bf-4345-932d-e43bfadd282f} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6630 2024.10.22 17:02:23.009814 [ 120 ] {} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
6631 2024.10.22 17:02:23.009858 [ 265 ] {a7324eba-c9bf-4345-932d-e43bfadd282f} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002661 sec., 3757.9857196542653 rows/sec., 6.73 MiB/sec.
6632 2024.10.22 17:02:23.009883 [ 120 ] {} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6633 2024.10.22 17:02:23.009951 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6634 2024.10.22 17:02:23.010578 [ 200 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
6635 2024.10.22 17:02:23.010915 [ 265 ] {a7324eba-c9bf-4345-932d-e43bfadd282f} <Debug> DynamicQueryHandler: Done processing query
6636 2024.10.22 17:02:23.010976 [ 265 ] {a7324eba-c9bf-4345-932d-e43bfadd282f} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
6637 2024.10.22 17:02:23.011036 [ 265 ] {} <Debug> HTTP-Session: 000274bf-4a5f-4bc4-9fc2-2e9c2c1f6dd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6638 2024.10.22 17:02:23.011324 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6639 2024.10.22 17:02:23.011344 [ 200 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6640 2024.10.22 17:02:23.011362 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56699, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6641 2024.10.22 17:02:23.011515 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6642 2024.10.22 17:02:23.011518 [ 200 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 203 rows starting from the beginning of the part
6643 2024.10.22 17:02:23.011551 [ 285 ] {} <Debug> HTTP-Session: 928bc2c6-ae8b-4f12-a53f-e22c4420d409 Authenticating user 'default' from [fd00:1122:3344:101::d]:56699
6644 2024.10.22 17:02:23.011572 [ 265 ] {} <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):
6645 
6646 (version 23.8.7.1)
6647 2024.10.22 17:02:23.011599 [ 285 ] {} <Debug> HTTP-Session: 928bc2c6-ae8b-4f12-a53f-e22c4420d409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6648 2024.10.22 17:02:23.011659 [ 285 ] {} <Debug> HTTP-Session: 928bc2c6-ae8b-4f12-a53f-e22c4420d409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6649 2024.10.22 17:02:23.011744 [ 285 ] {} <Trace> HTTP-Session: 928bc2c6-ae8b-4f12-a53f-e22c4420d409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6650 2024.10.22 17:02:23.011909 [ 200 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part
6651 2024.10.22 17:02:23.011956 [ 285 ] {fbcd3715-2e33-4506-905a-9912e3560235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56699) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6652 2024.10.22 17:02:23.012047 [ 285 ] {fbcd3715-2e33-4506-905a-9912e3560235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6653 2024.10.22 17:02:23.012335 [ 200 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part
6654 2024.10.22 17:02:23.012582 [ 285 ] {fbcd3715-2e33-4506-905a-9912e3560235} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6655 2024.10.22 17:02:23.012821 [ 200 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part
6656 2024.10.22 17:02:23.013284 [ 200 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part
6657 2024.10.22 17:02:23.013464 [ 285 ] {fbcd3715-2e33-4506-905a-9912e3560235} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6658 2024.10.22 17:02:23.013538 [ 285 ] {fbcd3715-2e33-4506-905a-9912e3560235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6659 2024.10.22 17:02:23.013670 [ 200 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part
6660 2024.10.22 17:02:23.014330 [ 285 ] {fbcd3715-2e33-4506-905a-9912e3560235} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6661 2024.10.22 17:02:23.014855 [ 285 ] {fbcd3715-2e33-4506-905a-9912e3560235} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6662 2024.10.22 17:02:23.015051 [ 285 ] {fbcd3715-2e33-4506-905a-9912e3560235} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003157 sec., 19005.384859043395 rows/sec., 1.28 MiB/sec.
6663 2024.10.22 17:02:23.015328 [ 285 ] {fbcd3715-2e33-4506-905a-9912e3560235} <Debug> DynamicQueryHandler: Done processing query
6664 2024.10.22 17:02:23.015365 [ 285 ] {fbcd3715-2e33-4506-905a-9912e3560235} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6665 2024.10.22 17:02:23.015404 [ 285 ] {} <Debug> HTTP-Session: 928bc2c6-ae8b-4f12-a53f-e22c4420d409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6666 2024.10.22 17:02:23.015655 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56699, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6667 2024.10.22 17:02:23.017503 [ 194 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 293 rows, containing 19 columns (19 merged, 0 gathered) in 0.00741613 sec., 39508.47679315222 rows/sec., 70.80 MiB/sec.
6668 2024.10.22 17:02:23.018033 [ 196 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
6669 2024.10.22 17:02:23.018567 [ 196 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6670 2024.10.22 17:02:23.018638 [ 196 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
6671 2024.10.22 17:02:23.018740 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB.
6672 2024.10.22 17:02:23.667092 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6673 2024.10.22 17:02:23.744922 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6674 2024.10.22 17:02:23.806861 [ 285 ] {} <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)
6675 2024.10.22 17:02:23.917539 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6676 2024.10.22 17:02:23.923897 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6677 2024.10.22 17:02:23.928257 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57341, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6678 2024.10.22 17:02:23.965318 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51883, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6679 2024.10.22 17:02:24.000155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.93 MiB, peak 169.84 MiB, free memory in arenas 0.00 B, will set to 161.20 MiB (RSS), difference: 5.27 MiB
6680 2024.10.22 17:02:27.269598 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 588
6681 2024.10.22 17:02:27.272558 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6682 2024.10.22 17:02:27.272605 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6683 2024.10.22 17:02:27.274130 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6684 2024.10.22 17:02:27.275163 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6685 2024.10.22 17:02:27.276197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 588
6686 2024.10.22 17:02:27.994962 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47473, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6687 2024.10.22 17:02:27.995127 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6688 2024.10.22 17:02:27.995170 [ 265 ] {} <Debug> HTTP-Session: 88ece0c7-cc59-40c6-89b7-997fdaaee7e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47473
6689 2024.10.22 17:02:27.995208 [ 265 ] {} <Debug> HTTP-Session: 88ece0c7-cc59-40c6-89b7-997fdaaee7e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6690 2024.10.22 17:02:27.995237 [ 265 ] {} <Debug> HTTP-Session: 88ece0c7-cc59-40c6-89b7-997fdaaee7e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6691 2024.10.22 17:02:27.995313 [ 265 ] {} <Trace> HTTP-Session: 88ece0c7-cc59-40c6-89b7-997fdaaee7e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6692 2024.10.22 17:02:27.995586 [ 265 ] {8750b759-b04d-48a5-8992-41c995f596c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47473) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
6693 2024.10.22 17:02:27.995686 [ 265 ] {8750b759-b04d-48a5-8992-41c995f596c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
6694 2024.10.22 17:02:27.996188 [ 265 ] {8750b759-b04d-48a5-8992-41c995f596c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6695 2024.10.22 17:02:27.996630 [ 265 ] {8750b759-b04d-48a5-8992-41c995f596c9} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6696 2024.10.22 17:02:27.996679 [ 265 ] {8750b759-b04d-48a5-8992-41c995f596c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6697 2024.10.22 17:02:27.997144 [ 265 ] {8750b759-b04d-48a5-8992-41c995f596c9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6698 2024.10.22 17:02:27.997543 [ 265 ] {8750b759-b04d-48a5-8992-41c995f596c9} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6699 2024.10.22 17:02:27.997704 [ 265 ] {8750b759-b04d-48a5-8992-41c995f596c9} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002201 sec., 5452.067242162654 rows/sec., 380.69 KiB/sec.
6700 2024.10.22 17:02:27.997939 [ 265 ] {8750b759-b04d-48a5-8992-41c995f596c9} <Debug> DynamicQueryHandler: Done processing query
6701 2024.10.22 17:02:27.997966 [ 265 ] {8750b759-b04d-48a5-8992-41c995f596c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6702 2024.10.22 17:02:27.997983 [ 265 ] {} <Debug> HTTP-Session: 88ece0c7-cc59-40c6-89b7-997fdaaee7e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6703 2024.10.22 17:02:27.998147 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6704 2024.10.22 17:02:27.998278 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39271, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6705 2024.10.22 17:02:27.998345 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6706 2024.10.22 17:02:27.998366 [ 270 ] {} <Debug> HTTP-Session: e62db92a-2ac7-41fc-9637-aa2c65a2a718 Authenticating user 'default' from [fd00:1122:3344:101::d]:39271
6707 2024.10.22 17:02:27.998384 [ 270 ] {} <Debug> HTTP-Session: e62db92a-2ac7-41fc-9637-aa2c65a2a718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6708 2024.10.22 17:02:27.998399 [ 270 ] {} <Debug> HTTP-Session: e62db92a-2ac7-41fc-9637-aa2c65a2a718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6709 2024.10.22 17:02:27.998436 [ 270 ] {} <Trace> HTTP-Session: e62db92a-2ac7-41fc-9637-aa2c65a2a718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6710 2024.10.22 17:02:27.998548 [ 270 ] {21004ccd-8473-4355-aa3b-6e74a60752c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39271) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6711 2024.10.22 17:02:27.998596 [ 270 ] {21004ccd-8473-4355-aa3b-6e74a60752c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6712 2024.10.22 17:02:27.998836 [ 270 ] {21004ccd-8473-4355-aa3b-6e74a60752c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6713 2024.10.22 17:02:27.999223 [ 270 ] {21004ccd-8473-4355-aa3b-6e74a60752c3} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6714 2024.10.22 17:02:27.999261 [ 270 ] {21004ccd-8473-4355-aa3b-6e74a60752c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6715 2024.10.22 17:02:27.999612 [ 270 ] {21004ccd-8473-4355-aa3b-6e74a60752c3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
6716 2024.10.22 17:02:27.999979 [ 270 ] {21004ccd-8473-4355-aa3b-6e74a60752c3} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6717 2024.10.22 17:02:28.000174 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.53 MiB, peak 169.84 MiB, free memory in arenas 0.00 B, will set to 161.20 MiB (RSS), difference: -5.33 MiB
6718 2024.10.22 17:02:28.000347 [ 270 ] {21004ccd-8473-4355-aa3b-6e74a60752c3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001824 sec., 1096.4912280701753 rows/sec., 89.41 KiB/sec.
6719 2024.10.22 17:02:28.000751 [ 270 ] {21004ccd-8473-4355-aa3b-6e74a60752c3} <Debug> DynamicQueryHandler: Done processing query
6720 2024.10.22 17:02:28.000783 [ 270 ] {21004ccd-8473-4355-aa3b-6e74a60752c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6721 2024.10.22 17:02:28.000800 [ 270 ] {} <Debug> HTTP-Session: e62db92a-2ac7-41fc-9637-aa2c65a2a718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6722 2024.10.22 17:02:28.001021 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47473, User-Agent: (none), Length: 39352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6723 2024.10.22 17:02:28.001040 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39271, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6724 2024.10.22 17:02:28.001091 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6725 2024.10.22 17:02:28.001118 [ 265 ] {} <Debug> HTTP-Session: 0427c04f-fdce-4a6f-9a33-f14a7688c74e Authenticating user 'default' from [fd00:1122:3344:101::d]:47473
6726 2024.10.22 17:02:28.001139 [ 265 ] {} <Debug> HTTP-Session: 0427c04f-fdce-4a6f-9a33-f14a7688c74e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6727 2024.10.22 17:02:28.001159 [ 265 ] {} <Debug> HTTP-Session: 0427c04f-fdce-4a6f-9a33-f14a7688c74e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6728 2024.10.22 17:02:28.001201 [ 265 ] {} <Trace> HTTP-Session: 0427c04f-fdce-4a6f-9a33-f14a7688c74e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6729 2024.10.22 17:02:28.001420 [ 265 ] {ef0b78fa-0132-4360-b631-f4e2e1a71f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47473) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6730 2024.10.22 17:02:28.001475 [ 265 ] {ef0b78fa-0132-4360-b631-f4e2e1a71f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6731 2024.10.22 17:02:28.001779 [ 265 ] {ef0b78fa-0132-4360-b631-f4e2e1a71f1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6732 2024.10.22 17:02:28.002319 [ 265 ] {ef0b78fa-0132-4360-b631-f4e2e1a71f1a} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6733 2024.10.22 17:02:28.002358 [ 265 ] {ef0b78fa-0132-4360-b631-f4e2e1a71f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6734 2024.10.22 17:02:28.002742 [ 265 ] {ef0b78fa-0132-4360-b631-f4e2e1a71f1a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6735 2024.10.22 17:02:28.003112 [ 265 ] {ef0b78fa-0132-4360-b631-f4e2e1a71f1a} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6736 2024.10.22 17:02:28.003294 [ 265 ] {ef0b78fa-0132-4360-b631-f4e2e1a71f1a} <Debug> executeQuery: Read 262 rows, 23.47 KiB in 0.001972 sec., 132860.04056795134 rows/sec., 11.62 MiB/sec.
6737 2024.10.22 17:02:28.003488 [ 265 ] {ef0b78fa-0132-4360-b631-f4e2e1a71f1a} <Debug> DynamicQueryHandler: Done processing query
6738 2024.10.22 17:02:28.003512 [ 265 ] {ef0b78fa-0132-4360-b631-f4e2e1a71f1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
6739 2024.10.22 17:02:28.003529 [ 265 ] {} <Debug> HTTP-Session: 0427c04f-fdce-4a6f-9a33-f14a7688c74e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6740 2024.10.22 17:02:28.003685 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6741 2024.10.22 17:02:28.003755 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35518, User-Agent: (none), Length: 4625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6742 2024.10.22 17:02:28.003811 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6743 2024.10.22 17:02:28.003834 [ 270 ] {} <Debug> HTTP-Session: 4e01a38b-7415-43d4-b605-c73ea165ec6c Authenticating user 'default' from [fd00:1122:3344:101::d]:35518
6744 2024.10.22 17:02:28.003851 [ 270 ] {} <Debug> HTTP-Session: 4e01a38b-7415-43d4-b605-c73ea165ec6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6745 2024.10.22 17:02:28.003865 [ 270 ] {} <Debug> HTTP-Session: 4e01a38b-7415-43d4-b605-c73ea165ec6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6746 2024.10.22 17:02:28.003898 [ 270 ] {} <Trace> HTTP-Session: 4e01a38b-7415-43d4-b605-c73ea165ec6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6747 2024.10.22 17:02:28.004013 [ 270 ] {0d5ea2f6-8bd6-4954-816a-4ce1831e9ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35518) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6748 2024.10.22 17:02:28.004056 [ 270 ] {0d5ea2f6-8bd6-4954-816a-4ce1831e9ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6749 2024.10.22 17:02:28.004284 [ 270 ] {0d5ea2f6-8bd6-4954-816a-4ce1831e9ff6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6750 2024.10.22 17:02:28.004658 [ 270 ] {0d5ea2f6-8bd6-4954-816a-4ce1831e9ff6} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6751 2024.10.22 17:02:28.004695 [ 270 ] {0d5ea2f6-8bd6-4954-816a-4ce1831e9ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6752 2024.10.22 17:02:28.005056 [ 270 ] {0d5ea2f6-8bd6-4954-816a-4ce1831e9ff6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6753 2024.10.22 17:02:28.005413 [ 270 ] {0d5ea2f6-8bd6-4954-816a-4ce1831e9ff6} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6754 2024.10.22 17:02:28.005582 [ 270 ] {0d5ea2f6-8bd6-4954-816a-4ce1831e9ff6} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.001594 sec., 20075.282308657468 rows/sec., 1.47 MiB/sec.
6755 2024.10.22 17:02:28.005964 [ 270 ] {0d5ea2f6-8bd6-4954-816a-4ce1831e9ff6} <Debug> DynamicQueryHandler: Done processing query
6756 2024.10.22 17:02:28.005990 [ 270 ] {0d5ea2f6-8bd6-4954-816a-4ce1831e9ff6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6757 2024.10.22 17:02:28.006006 [ 270 ] {} <Debug> HTTP-Session: 4e01a38b-7415-43d4-b605-c73ea165ec6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6758 2024.10.22 17:02:28.006130 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6759 2024.10.22 17:02:28.006226 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61450, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6760 2024.10.22 17:02:28.006288 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6761 2024.10.22 17:02:28.006311 [ 265 ] {} <Debug> HTTP-Session: f4105f62-23c9-4d3d-879d-eebe6e55e1f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61450
6762 2024.10.22 17:02:28.006331 [ 265 ] {} <Debug> HTTP-Session: f4105f62-23c9-4d3d-879d-eebe6e55e1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6763 2024.10.22 17:02:28.006348 [ 265 ] {} <Debug> HTTP-Session: f4105f62-23c9-4d3d-879d-eebe6e55e1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6764 2024.10.22 17:02:28.006387 [ 265 ] {} <Trace> HTTP-Session: f4105f62-23c9-4d3d-879d-eebe6e55e1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6765 2024.10.22 17:02:28.006516 [ 265 ] {1ceb0524-0ad5-465a-a77b-d8b9f843b545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61450) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6766 2024.10.22 17:02:28.006569 [ 265 ] {1ceb0524-0ad5-465a-a77b-d8b9f843b545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6767 2024.10.22 17:02:28.006869 [ 265 ] {1ceb0524-0ad5-465a-a77b-d8b9f843b545} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6768 2024.10.22 17:02:28.007219 [ 265 ] {1ceb0524-0ad5-465a-a77b-d8b9f843b545} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6769 2024.10.22 17:02:28.007255 [ 265 ] {1ceb0524-0ad5-465a-a77b-d8b9f843b545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6770 2024.10.22 17:02:28.007619 [ 265 ] {1ceb0524-0ad5-465a-a77b-d8b9f843b545} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6771 2024.10.22 17:02:28.007994 [ 265 ] {1ceb0524-0ad5-465a-a77b-d8b9f843b545} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6772 2024.10.22 17:02:28.008154 [ 265 ] {1ceb0524-0ad5-465a-a77b-d8b9f843b545} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001668 sec., 12589.928057553956 rows/sec., 869.42 KiB/sec.
6773 2024.10.22 17:02:28.008483 [ 265 ] {1ceb0524-0ad5-465a-a77b-d8b9f843b545} <Debug> DynamicQueryHandler: Done processing query
6774 2024.10.22 17:02:28.008509 [ 265 ] {1ceb0524-0ad5-465a-a77b-d8b9f843b545} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6775 2024.10.22 17:02:28.008525 [ 265 ] {} <Debug> HTTP-Session: f4105f62-23c9-4d3d-879d-eebe6e55e1f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6776 2024.10.22 17:02:28.008699 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6777 2024.10.22 17:02:28.008733 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60716, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6778 2024.10.22 17:02:28.008788 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6779 2024.10.22 17:02:28.008812 [ 270 ] {} <Debug> HTTP-Session: 779ce793-8bad-4b16-b4cd-1f474f4d46c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60716
6780 2024.10.22 17:02:28.008831 [ 270 ] {} <Debug> HTTP-Session: 779ce793-8bad-4b16-b4cd-1f474f4d46c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6781 2024.10.22 17:02:28.008847 [ 270 ] {} <Debug> HTTP-Session: 779ce793-8bad-4b16-b4cd-1f474f4d46c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6782 2024.10.22 17:02:28.008877 [ 270 ] {} <Trace> HTTP-Session: 779ce793-8bad-4b16-b4cd-1f474f4d46c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6783 2024.10.22 17:02:28.008984 [ 270 ] {27636ffb-a0cc-43f4-8a23-b4a7b0bb31f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60716) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6784 2024.10.22 17:02:28.009027 [ 270 ] {27636ffb-a0cc-43f4-8a23-b4a7b0bb31f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6785 2024.10.22 17:02:28.009267 [ 270 ] {27636ffb-a0cc-43f4-8a23-b4a7b0bb31f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6786 2024.10.22 17:02:28.009654 [ 270 ] {27636ffb-a0cc-43f4-8a23-b4a7b0bb31f7} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6787 2024.10.22 17:02:28.009691 [ 270 ] {27636ffb-a0cc-43f4-8a23-b4a7b0bb31f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6788 2024.10.22 17:02:28.010044 [ 270 ] {27636ffb-a0cc-43f4-8a23-b4a7b0bb31f7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6789 2024.10.22 17:02:28.010403 [ 270 ] {27636ffb-a0cc-43f4-8a23-b4a7b0bb31f7} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6790 2024.10.22 17:02:28.010566 [ 270 ] {27636ffb-a0cc-43f4-8a23-b4a7b0bb31f7} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001609 sec., 7458.048477315103 rows/sec., 458.84 KiB/sec.
6791 2024.10.22 17:02:28.010750 [ 270 ] {27636ffb-a0cc-43f4-8a23-b4a7b0bb31f7} <Debug> DynamicQueryHandler: Done processing query
6792 2024.10.22 17:02:28.010774 [ 270 ] {27636ffb-a0cc-43f4-8a23-b4a7b0bb31f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6793 2024.10.22 17:02:28.010790 [ 270 ] {} <Debug> HTTP-Session: 779ce793-8bad-4b16-b4cd-1f474f4d46c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6794 2024.10.22 17:02:28.010986 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6795 2024.10.22 17:02:28.011103 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65365, User-Agent: (none), Length: 67194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6796 2024.10.22 17:02:28.011162 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6797 2024.10.22 17:02:28.011185 [ 265 ] {} <Debug> HTTP-Session: e1aca318-5f66-4869-8af7-e249c0f4d8ff Authenticating user 'default' from [fd00:1122:3344:101::d]:65365
6798 2024.10.22 17:02:28.011205 [ 265 ] {} <Debug> HTTP-Session: e1aca318-5f66-4869-8af7-e249c0f4d8ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6799 2024.10.22 17:02:28.011222 [ 265 ] {} <Debug> HTTP-Session: e1aca318-5f66-4869-8af7-e249c0f4d8ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6800 2024.10.22 17:02:28.011261 [ 265 ] {} <Trace> HTTP-Session: e1aca318-5f66-4869-8af7-e249c0f4d8ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6801 2024.10.22 17:02:28.011551 [ 265 ] {e9f2726b-446b-4091-913f-b3519fc6d624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6802 2024.10.22 17:02:28.011605 [ 265 ] {e9f2726b-446b-4091-913f-b3519fc6d624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6803 2024.10.22 17:02:28.011886 [ 265 ] {e9f2726b-446b-4091-913f-b3519fc6d624} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6804 2024.10.22 17:02:28.012633 [ 265 ] {e9f2726b-446b-4091-913f-b3519fc6d624} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6805 2024.10.22 17:02:28.012669 [ 265 ] {e9f2726b-446b-4091-913f-b3519fc6d624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6806 2024.10.22 17:02:28.013049 [ 265 ] {e9f2726b-446b-4091-913f-b3519fc6d624} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6807 2024.10.22 17:02:28.013415 [ 265 ] {e9f2726b-446b-4091-913f-b3519fc6d624} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6808 2024.10.22 17:02:28.013577 [ 265 ] {e9f2726b-446b-4091-913f-b3519fc6d624} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.00219 sec., 189041.09589041094 rows/sec., 13.49 MiB/sec.
6809 2024.10.22 17:02:28.013766 [ 265 ] {e9f2726b-446b-4091-913f-b3519fc6d624} <Debug> DynamicQueryHandler: Done processing query
6810 2024.10.22 17:02:28.013790 [ 265 ] {e9f2726b-446b-4091-913f-b3519fc6d624} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6811 2024.10.22 17:02:28.013806 [ 265 ] {} <Debug> HTTP-Session: e1aca318-5f66-4869-8af7-e249c0f4d8ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6812 2024.10.22 17:02:28.013965 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60716, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6813 2024.10.22 17:02:28.013974 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6814 2024.10.22 17:02:28.014019 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6815 2024.10.22 17:02:28.014039 [ 270 ] {} <Debug> HTTP-Session: 53f2e69c-e6cd-4dbe-8352-f9b2bb1e6a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:60716
6816 2024.10.22 17:02:28.014057 [ 270 ] {} <Debug> HTTP-Session: 53f2e69c-e6cd-4dbe-8352-f9b2bb1e6a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6817 2024.10.22 17:02:28.014071 [ 270 ] {} <Debug> HTTP-Session: 53f2e69c-e6cd-4dbe-8352-f9b2bb1e6a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6818 2024.10.22 17:02:28.014105 [ 270 ] {} <Trace> HTTP-Session: 53f2e69c-e6cd-4dbe-8352-f9b2bb1e6a33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6819 2024.10.22 17:02:28.014203 [ 270 ] {f23175bc-2b17-44c2-ac46-3723baa45d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60716) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6820 2024.10.22 17:02:28.014248 [ 270 ] {f23175bc-2b17-44c2-ac46-3723baa45d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6821 2024.10.22 17:02:28.014380 [ 270 ] {f23175bc-2b17-44c2-ac46-3723baa45d66} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6822 2024.10.22 17:02:28.014649 [ 270 ] {f23175bc-2b17-44c2-ac46-3723baa45d66} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6823 2024.10.22 17:02:28.014685 [ 270 ] {f23175bc-2b17-44c2-ac46-3723baa45d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6824 2024.10.22 17:02:28.015046 [ 270 ] {f23175bc-2b17-44c2-ac46-3723baa45d66} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6825 2024.10.22 17:02:28.015364 [ 270 ] {f23175bc-2b17-44c2-ac46-3723baa45d66} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6826 2024.10.22 17:02:28.015516 [ 112 ] {} <Debug> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
6827 2024.10.22 17:02:28.015528 [ 270 ] {f23175bc-2b17-44c2-ac46-3723baa45d66} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 234.29 KiB/sec.
6828 2024.10.22 17:02:28.015611 [ 112 ] {} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6829 2024.10.22 17:02:28.015683 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6830 2024.10.22 17:02:28.015852 [ 270 ] {f23175bc-2b17-44c2-ac46-3723baa45d66} <Debug> DynamicQueryHandler: Done processing query
6831 2024.10.22 17:02:28.015874 [ 200 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::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
6832 2024.10.22 17:02:28.015885 [ 270 ] {f23175bc-2b17-44c2-ac46-3723baa45d66} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6833 2024.10.22 17:02:28.015949 [ 270 ] {} <Debug> HTTP-Session: 53f2e69c-e6cd-4dbe-8352-f9b2bb1e6a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6834 2024.10.22 17:02:28.016123 [ 200 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6835 2024.10.22 17:02:28.016142 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6836 2024.10.22 17:02:28.016204 [ 200 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
6837 2024.10.22 17:02:28.016318 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53069, User-Agent: (none), Length: 44794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6838 2024.10.22 17:02:28.016471 [ 200 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
6839 2024.10.22 17:02:28.016533 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6840 2024.10.22 17:02:28.016632 [ 265 ] {} <Debug> HTTP-Session: c13d9840-c844-4497-8527-edc4660f5b27 Authenticating user 'default' from [fd00:1122:3344:101::d]:53069
6841 2024.10.22 17:02:28.016721 [ 265 ] {} <Debug> HTTP-Session: c13d9840-c844-4497-8527-edc4660f5b27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6842 2024.10.22 17:02:28.016756 [ 200 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
6843 2024.10.22 17:02:28.016790 [ 265 ] {} <Debug> HTTP-Session: c13d9840-c844-4497-8527-edc4660f5b27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6844 2024.10.22 17:02:28.016976 [ 265 ] {} <Trace> HTTP-Session: c13d9840-c844-4497-8527-edc4660f5b27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6845 2024.10.22 17:02:28.017099 [ 200 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
6846 2024.10.22 17:02:28.017340 [ 200 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
6847 2024.10.22 17:02:28.017540 [ 265 ] {a82e2104-ffcc-4a2b-91d3-fbb775f59380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53069) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6848 2024.10.22 17:02:28.017577 [ 200 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
6849 2024.10.22 17:02:28.017763 [ 265 ] {a82e2104-ffcc-4a2b-91d3-fbb775f59380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6850 2024.10.22 17:02:28.018406 [ 265 ] {a82e2104-ffcc-4a2b-91d3-fbb775f59380} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6851 2024.10.22 17:02:28.019585 [ 265 ] {a82e2104-ffcc-4a2b-91d3-fbb775f59380} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6852 2024.10.22 17:02:28.019655 [ 265 ] {a82e2104-ffcc-4a2b-91d3-fbb775f59380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6853 2024.10.22 17:02:28.020118 [ 196 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.00432638 sec., 15255.248036464665 rows/sec., 797.03 KiB/sec.
6854 2024.10.22 17:02:28.020379 [ 196 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
6855 2024.10.22 17:02:28.020665 [ 265 ] {a82e2104-ffcc-4a2b-91d3-fbb775f59380} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6856 2024.10.22 17:02:28.021424 [ 196 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_11_2} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6857 2024.10.22 17:02:28.021600 [ 265 ] {a82e2104-ffcc-4a2b-91d3-fbb775f59380} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6858 2024.10.22 17:02:28.021633 [ 196 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_11_2} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
6859 2024.10.22 17:02:28.021791 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6860 2024.10.22 17:02:28.021909 [ 265 ] {a82e2104-ffcc-4a2b-91d3-fbb775f59380} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004643 sec., 51259.96123196209 rows/sec., 3.44 MiB/sec.
6861 2024.10.22 17:02:28.022129 [ 265 ] {a82e2104-ffcc-4a2b-91d3-fbb775f59380} <Debug> DynamicQueryHandler: Done processing query
6862 2024.10.22 17:02:28.022155 [ 265 ] {a82e2104-ffcc-4a2b-91d3-fbb775f59380} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6863 2024.10.22 17:02:28.022173 [ 265 ] {} <Debug> HTTP-Session: c13d9840-c844-4497-8527-edc4660f5b27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6864 2024.10.22 17:02:28.022332 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6865 2024.10.22 17:02:28.022370 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58619, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6866 2024.10.22 17:02:28.022423 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6867 2024.10.22 17:02:28.022443 [ 270 ] {} <Debug> HTTP-Session: 9b4c9f13-6b12-48b8-bcd9-edba9a18652b Authenticating user 'default' from [fd00:1122:3344:101::d]:58619
6868 2024.10.22 17:02:28.022462 [ 270 ] {} <Debug> HTTP-Session: 9b4c9f13-6b12-48b8-bcd9-edba9a18652b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6869 2024.10.22 17:02:28.022477 [ 270 ] {} <Debug> HTTP-Session: 9b4c9f13-6b12-48b8-bcd9-edba9a18652b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6870 2024.10.22 17:02:28.022508 [ 270 ] {} <Trace> HTTP-Session: 9b4c9f13-6b12-48b8-bcd9-edba9a18652b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6871 2024.10.22 17:02:28.022600 [ 270 ] {9d545d95-0211-4649-a9a4-863e53226fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6872 2024.10.22 17:02:28.022646 [ 270 ] {9d545d95-0211-4649-a9a4-863e53226fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6873 2024.10.22 17:02:28.022784 [ 270 ] {9d545d95-0211-4649-a9a4-863e53226fae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6874 2024.10.22 17:02:28.023074 [ 270 ] {9d545d95-0211-4649-a9a4-863e53226fae} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6875 2024.10.22 17:02:28.023109 [ 270 ] {9d545d95-0211-4649-a9a4-863e53226fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6876 2024.10.22 17:02:28.023457 [ 270 ] {9d545d95-0211-4649-a9a4-863e53226fae} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6877 2024.10.22 17:02:28.023779 [ 270 ] {9d545d95-0211-4649-a9a4-863e53226fae} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6878 2024.10.22 17:02:28.023951 [ 270 ] {9d545d95-0211-4649-a9a4-863e53226fae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001353 sec., 739.0983000739099 rows/sec., 49.80 KiB/sec.
6879 2024.10.22 17:02:28.024248 [ 270 ] {9d545d95-0211-4649-a9a4-863e53226fae} <Debug> DynamicQueryHandler: Done processing query
6880 2024.10.22 17:02:28.024273 [ 270 ] {9d545d95-0211-4649-a9a4-863e53226fae} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6881 2024.10.22 17:02:28.024290 [ 270 ] {} <Debug> HTTP-Session: 9b4c9f13-6b12-48b8-bcd9-edba9a18652b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6882 2024.10.22 17:02:28.024455 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6883 2024.10.22 17:02:28.024541 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37179, User-Agent: (none), Length: 50152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6884 2024.10.22 17:02:28.024601 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6885 2024.10.22 17:02:28.024626 [ 265 ] {} <Debug> HTTP-Session: c95abc9b-9840-4e42-850c-f0a078472c79 Authenticating user 'default' from [fd00:1122:3344:101::d]:37179
6886 2024.10.22 17:02:28.024646 [ 265 ] {} <Debug> HTTP-Session: c95abc9b-9840-4e42-850c-f0a078472c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6887 2024.10.22 17:02:28.024663 [ 265 ] {} <Debug> HTTP-Session: c95abc9b-9840-4e42-850c-f0a078472c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6888 2024.10.22 17:02:28.024702 [ 265 ] {} <Trace> HTTP-Session: c95abc9b-9840-4e42-850c-f0a078472c79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6889 2024.10.22 17:02:28.025163 [ 265 ] {261bf31c-3d60-4bbd-b75d-cceaaaabafbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37179) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6890 2024.10.22 17:02:28.025237 [ 265 ] {261bf31c-3d60-4bbd-b75d-cceaaaabafbe} <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
6891 2024.10.22 17:02:28.025694 [ 265 ] {261bf31c-3d60-4bbd-b75d-cceaaaabafbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6892 2024.10.22 17:02:28.026481 [ 265 ] {261bf31c-3d60-4bbd-b75d-cceaaaabafbe} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6893 2024.10.22 17:02:28.026518 [ 265 ] {261bf31c-3d60-4bbd-b75d-cceaaaabafbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6894 2024.10.22 17:02:28.027175 [ 265 ] {261bf31c-3d60-4bbd-b75d-cceaaaabafbe} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6895 2024.10.22 17:02:28.027610 [ 265 ] {261bf31c-3d60-4bbd-b75d-cceaaaabafbe} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6896 2024.10.22 17:02:28.027799 [ 265 ] {261bf31c-3d60-4bbd-b75d-cceaaaabafbe} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002983 sec., 10056.989607777405 rows/sec., 18.02 MiB/sec.
6897 2024.10.22 17:02:28.028026 [ 265 ] {261bf31c-3d60-4bbd-b75d-cceaaaabafbe} <Debug> DynamicQueryHandler: Done processing query
6898 2024.10.22 17:02:28.028050 [ 265 ] {261bf31c-3d60-4bbd-b75d-cceaaaabafbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
6899 2024.10.22 17:02:28.028067 [ 265 ] {} <Debug> HTTP-Session: c95abc9b-9840-4e42-850c-f0a078472c79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6900 2024.10.22 17:02:28.028221 [ 265 ] {} <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)
6901 2024.10.22 17:02:28.028323 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34861, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6902 2024.10.22 17:02:28.028373 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6903 2024.10.22 17:02:28.028392 [ 270 ] {} <Debug> HTTP-Session: ba7622e3-c106-4964-aca2-d6af7d9fd15e Authenticating user 'default' from [fd00:1122:3344:101::d]:34861
6904 2024.10.22 17:02:28.028408 [ 270 ] {} <Debug> HTTP-Session: ba7622e3-c106-4964-aca2-d6af7d9fd15e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6905 2024.10.22 17:02:28.028422 [ 270 ] {} <Debug> HTTP-Session: ba7622e3-c106-4964-aca2-d6af7d9fd15e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6906 2024.10.22 17:02:28.028455 [ 270 ] {} <Trace> HTTP-Session: ba7622e3-c106-4964-aca2-d6af7d9fd15e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6907 2024.10.22 17:02:28.028585 [ 270 ] {a9bd1918-0871-4a06-9c35-9e6b5c4d485f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34861) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6908 2024.10.22 17:02:28.028628 [ 270 ] {a9bd1918-0871-4a06-9c35-9e6b5c4d485f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6909 2024.10.22 17:02:28.028757 [ 270 ] {a9bd1918-0871-4a06-9c35-9e6b5c4d485f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6910 2024.10.22 17:02:28.029085 [ 270 ] {a9bd1918-0871-4a06-9c35-9e6b5c4d485f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6911 2024.10.22 17:02:28.029121 [ 270 ] {a9bd1918-0871-4a06-9c35-9e6b5c4d485f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6912 2024.10.22 17:02:28.029481 [ 270 ] {a9bd1918-0871-4a06-9c35-9e6b5c4d485f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6913 2024.10.22 17:02:28.029798 [ 270 ] {a9bd1918-0871-4a06-9c35-9e6b5c4d485f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6914 2024.10.22 17:02:28.029957 [ 270 ] {a9bd1918-0871-4a06-9c35-9e6b5c4d485f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001428 sec., 57422.969187675066 rows/sec., 3.65 MiB/sec.
6915 2024.10.22 17:02:28.030132 [ 270 ] {a9bd1918-0871-4a06-9c35-9e6b5c4d485f} <Debug> DynamicQueryHandler: Done processing query
6916 2024.10.22 17:02:28.030157 [ 270 ] {a9bd1918-0871-4a06-9c35-9e6b5c4d485f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6917 2024.10.22 17:02:28.030173 [ 270 ] {} <Debug> HTTP-Session: ba7622e3-c106-4964-aca2-d6af7d9fd15e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6918 2024.10.22 17:02:28.030469 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6919 2024.10.22 17:02:29.000207 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.01 MiB, peak 169.84 MiB, free memory in arenas 0.00 B, will set to 161.26 MiB (RSS), difference: 4.25 MiB
6920 2024.10.22 17:02:32.125353 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache
6921 2024.10.22 17:02:32.125412 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache
6922 2024.10.22 17:02:32.313682 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37179, User-Agent: (none), Length: 175948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6923 2024.10.22 17:02:32.313796 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6924 2024.10.22 17:02:32.313823 [ 265 ] {} <Debug> HTTP-Session: 7cb37d0b-5206-46a5-beff-15accdb6a654 Authenticating user 'default' from [fd00:1122:3344:101::d]:37179
6925 2024.10.22 17:02:32.313850 [ 265 ] {} <Debug> HTTP-Session: 7cb37d0b-5206-46a5-beff-15accdb6a654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6926 2024.10.22 17:02:32.313868 [ 265 ] {} <Debug> HTTP-Session: 7cb37d0b-5206-46a5-beff-15accdb6a654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6927 2024.10.22 17:02:32.313923 [ 265 ] {} <Trace> HTTP-Session: 7cb37d0b-5206-46a5-beff-15accdb6a654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6928 2024.10.22 17:02:32.314836 [ 265 ] {024c4473-1302-436f-974b-769ea7d80fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37179) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6929 2024.10.22 17:02:32.314901 [ 265 ] {024c4473-1302-436f-974b-769ea7d80fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6930 2024.10.22 17:02:32.315220 [ 265 ] {024c4473-1302-436f-974b-769ea7d80fa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6931 2024.10.22 17:02:32.316559 [ 265 ] {024c4473-1302-436f-974b-769ea7d80fa3} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6932 2024.10.22 17:02:32.316597 [ 265 ] {024c4473-1302-436f-974b-769ea7d80fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6933 2024.10.22 17:02:32.317084 [ 265 ] {024c4473-1302-436f-974b-769ea7d80fa3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6934 2024.10.22 17:02:32.317470 [ 265 ] {024c4473-1302-436f-974b-769ea7d80fa3} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6935 2024.10.22 17:02:32.317609 [ 265 ] {024c4473-1302-436f-974b-769ea7d80fa3} <Debug> executeQuery: Read 1216 rows, 102.39 KiB in 0.003496 sec., 347826.0869565217 rows/sec., 28.60 MiB/sec.
6936 2024.10.22 17:02:32.317807 [ 265 ] {024c4473-1302-436f-974b-769ea7d80fa3} <Debug> DynamicQueryHandler: Done processing query
6937 2024.10.22 17:02:32.317833 [ 265 ] {024c4473-1302-436f-974b-769ea7d80fa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
6938 2024.10.22 17:02:32.317849 [ 265 ] {} <Debug> HTTP-Session: 7cb37d0b-5206-46a5-beff-15accdb6a654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6939 2024.10.22 17:02:32.318038 [ 265 ] {} <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)
6940 2024.10.22 17:02:32.318164 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64574, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6941 2024.10.22 17:02:32.318226 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6942 2024.10.22 17:02:32.318247 [ 270 ] {} <Debug> HTTP-Session: 5206564f-0533-4d6f-b7bb-0d0799f977de Authenticating user 'default' from [fd00:1122:3344:101::d]:64574
6943 2024.10.22 17:02:32.318264 [ 270 ] {} <Debug> HTTP-Session: 5206564f-0533-4d6f-b7bb-0d0799f977de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6944 2024.10.22 17:02:32.318279 [ 270 ] {} <Debug> HTTP-Session: 5206564f-0533-4d6f-b7bb-0d0799f977de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6945 2024.10.22 17:02:32.318311 [ 270 ] {} <Trace> HTTP-Session: 5206564f-0533-4d6f-b7bb-0d0799f977de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6946 2024.10.22 17:02:32.318418 [ 270 ] {e1d1cd8b-179f-4ed7-905d-4e95cc7f32ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64574) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6947 2024.10.22 17:02:32.318464 [ 270 ] {e1d1cd8b-179f-4ed7-905d-4e95cc7f32ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6948 2024.10.22 17:02:32.318695 [ 270 ] {e1d1cd8b-179f-4ed7-905d-4e95cc7f32ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6949 2024.10.22 17:02:32.319034 [ 270 ] {e1d1cd8b-179f-4ed7-905d-4e95cc7f32ce} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6950 2024.10.22 17:02:32.319070 [ 270 ] {e1d1cd8b-179f-4ed7-905d-4e95cc7f32ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6951 2024.10.22 17:02:32.319425 [ 270 ] {e1d1cd8b-179f-4ed7-905d-4e95cc7f32ce} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6952 2024.10.22 17:02:32.319779 [ 270 ] {e1d1cd8b-179f-4ed7-905d-4e95cc7f32ce} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6953 2024.10.22 17:02:32.319907 [ 270 ] {e1d1cd8b-179f-4ed7-905d-4e95cc7f32ce} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001514 sec., 6605.019815059445 rows/sec., 496.67 KiB/sec.
6954 2024.10.22 17:02:32.320084 [ 270 ] {e1d1cd8b-179f-4ed7-905d-4e95cc7f32ce} <Debug> DynamicQueryHandler: Done processing query
6955 2024.10.22 17:02:32.320109 [ 270 ] {e1d1cd8b-179f-4ed7-905d-4e95cc7f32ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6956 2024.10.22 17:02:32.320126 [ 270 ] {} <Debug> HTTP-Session: 5206564f-0533-4d6f-b7bb-0d0799f977de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6957 2024.10.22 17:02:32.320288 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37179, User-Agent: (none), Length: 30474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6958 2024.10.22 17:02:32.320315 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6959 2024.10.22 17:02:32.320358 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6960 2024.10.22 17:02:32.320383 [ 265 ] {} <Debug> HTTP-Session: 8becc594-d385-4acb-9052-f28a51f3b4e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:37179
6961 2024.10.22 17:02:32.320405 [ 265 ] {} <Debug> HTTP-Session: 8becc594-d385-4acb-9052-f28a51f3b4e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6962 2024.10.22 17:02:32.320423 [ 265 ] {} <Debug> HTTP-Session: 8becc594-d385-4acb-9052-f28a51f3b4e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6963 2024.10.22 17:02:32.320463 [ 265 ] {} <Trace> HTTP-Session: 8becc594-d385-4acb-9052-f28a51f3b4e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6964 2024.10.22 17:02:32.320691 [ 265 ] {5fcc84c0-8eae-4fe8-a114-fe899b7a6bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37179) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6965 2024.10.22 17:02:32.320741 [ 265 ] {5fcc84c0-8eae-4fe8-a114-fe899b7a6bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6966 2024.10.22 17:02:32.321013 [ 265 ] {5fcc84c0-8eae-4fe8-a114-fe899b7a6bf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6967 2024.10.22 17:02:32.321435 [ 265 ] {5fcc84c0-8eae-4fe8-a114-fe899b7a6bf2} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6968 2024.10.22 17:02:32.321469 [ 265 ] {5fcc84c0-8eae-4fe8-a114-fe899b7a6bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6969 2024.10.22 17:02:32.321827 [ 265 ] {5fcc84c0-8eae-4fe8-a114-fe899b7a6bf2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
6970 2024.10.22 17:02:32.322181 [ 265 ] {5fcc84c0-8eae-4fe8-a114-fe899b7a6bf2} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6971 2024.10.22 17:02:32.322327 [ 265 ] {5fcc84c0-8eae-4fe8-a114-fe899b7a6bf2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001766 sec., 129105.3227633069 rows/sec., 8.74 MiB/sec.
6972 2024.10.22 17:02:32.322628 [ 265 ] {5fcc84c0-8eae-4fe8-a114-fe899b7a6bf2} <Debug> DynamicQueryHandler: Done processing query
6973 2024.10.22 17:02:32.322653 [ 265 ] {5fcc84c0-8eae-4fe8-a114-fe899b7a6bf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
6974 2024.10.22 17:02:32.322669 [ 265 ] {} <Debug> HTTP-Session: 8becc594-d385-4acb-9052-f28a51f3b4e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6975 2024.10.22 17:02:32.322839 [ 265 ] {} <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)
6976 2024.10.22 17:02:32.322959 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59665, User-Agent: (none), Length: 87557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6977 2024.10.22 17:02:32.323011 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6978 2024.10.22 17:02:32.323031 [ 270 ] {} <Debug> HTTP-Session: a8024bf0-8e90-4e57-9b31-fb638f7d008a Authenticating user 'default' from [fd00:1122:3344:101::d]:59665
6979 2024.10.22 17:02:32.323071 [ 270 ] {} <Debug> HTTP-Session: a8024bf0-8e90-4e57-9b31-fb638f7d008a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6980 2024.10.22 17:02:32.323087 [ 270 ] {} <Debug> HTTP-Session: a8024bf0-8e90-4e57-9b31-fb638f7d008a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6981 2024.10.22 17:02:32.323118 [ 270 ] {} <Trace> HTTP-Session: a8024bf0-8e90-4e57-9b31-fb638f7d008a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6982 2024.10.22 17:02:32.323444 [ 270 ] {09a06bfe-0626-4698-abbc-93109f898ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59665) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6983 2024.10.22 17:02:32.323489 [ 270 ] {09a06bfe-0626-4698-abbc-93109f898ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6984 2024.10.22 17:02:32.323735 [ 270 ] {09a06bfe-0626-4698-abbc-93109f898ff9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6985 2024.10.22 17:02:32.324379 [ 270 ] {09a06bfe-0626-4698-abbc-93109f898ff9} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6986 2024.10.22 17:02:32.324416 [ 270 ] {09a06bfe-0626-4698-abbc-93109f898ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
6987 2024.10.22 17:02:32.324803 [ 270 ] {09a06bfe-0626-4698-abbc-93109f898ff9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6988 2024.10.22 17:02:32.325240 [ 270 ] {09a06bfe-0626-4698-abbc-93109f898ff9} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6989 2024.10.22 17:02:32.325382 [ 270 ] {09a06bfe-0626-4698-abbc-93109f898ff9} <Debug> executeQuery: Read 530 rows, 40.21 KiB in 0.002172 sec., 244014.73296500923 rows/sec., 18.08 MiB/sec.
6990 2024.10.22 17:02:32.325559 [ 270 ] {09a06bfe-0626-4698-abbc-93109f898ff9} <Debug> DynamicQueryHandler: Done processing query
6991 2024.10.22 17:02:32.325584 [ 270 ] {09a06bfe-0626-4698-abbc-93109f898ff9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
6992 2024.10.22 17:02:32.325599 [ 270 ] {} <Debug> HTTP-Session: a8024bf0-8e90-4e57-9b31-fb638f7d008a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6993 2024.10.22 17:02:32.325871 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6994 2024.10.22 17:02:32.325884 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37179, User-Agent: (none), Length: 185223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6995 2024.10.22 17:02:32.325949 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6996 2024.10.22 17:02:32.325969 [ 265 ] {} <Debug> HTTP-Session: 9f57e4c3-01ef-435b-a1ed-b939ad2a633f Authenticating user 'default' from [fd00:1122:3344:101::d]:37179
6997 2024.10.22 17:02:32.325988 [ 265 ] {} <Debug> HTTP-Session: 9f57e4c3-01ef-435b-a1ed-b939ad2a633f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6998 2024.10.22 17:02:32.326003 [ 265 ] {} <Debug> HTTP-Session: 9f57e4c3-01ef-435b-a1ed-b939ad2a633f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6999 2024.10.22 17:02:32.326040 [ 265 ] {} <Trace> HTTP-Session: 9f57e4c3-01ef-435b-a1ed-b939ad2a633f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7000 2024.10.22 17:02:32.326471 [ 265 ] {96a46456-98cb-4a05-8f67-1b6ea66e9c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37179) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7001 2024.10.22 17:02:32.326519 [ 265 ] {96a46456-98cb-4a05-8f67-1b6ea66e9c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7002 2024.10.22 17:02:32.326666 [ 265 ] {96a46456-98cb-4a05-8f67-1b6ea66e9c25} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7003 2024.10.22 17:02:32.327495 [ 265 ] {96a46456-98cb-4a05-8f67-1b6ea66e9c25} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7004 2024.10.22 17:02:32.327530 [ 265 ] {96a46456-98cb-4a05-8f67-1b6ea66e9c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7005 2024.10.22 17:02:32.327971 [ 265 ] {96a46456-98cb-4a05-8f67-1b6ea66e9c25} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7006 2024.10.22 17:02:32.328322 [ 265 ] {96a46456-98cb-4a05-8f67-1b6ea66e9c25} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7007 2024.10.22 17:02:32.328455 [ 265 ] {96a46456-98cb-4a05-8f67-1b6ea66e9c25} <Debug> executeQuery: Read 976 rows, 67.11 KiB in 0.002269 sec., 430145.4385191714 rows/sec., 28.89 MiB/sec.
7008 2024.10.22 17:02:32.328640 [ 265 ] {96a46456-98cb-4a05-8f67-1b6ea66e9c25} <Debug> DynamicQueryHandler: Done processing query
7009 2024.10.22 17:02:32.328671 [ 265 ] {96a46456-98cb-4a05-8f67-1b6ea66e9c25} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
7010 2024.10.22 17:02:32.328688 [ 265 ] {} <Debug> HTTP-Session: 9f57e4c3-01ef-435b-a1ed-b939ad2a633f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7011 2024.10.22 17:02:32.328931 [ 265 ] {} <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)
7012 2024.10.22 17:02:32.328994 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63691, User-Agent: (none), Length: 16445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7013 2024.10.22 17:02:32.329052 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7014 2024.10.22 17:02:32.329074 [ 270 ] {} <Debug> HTTP-Session: 43e8e5ae-f17f-4145-ba32-cd5d98e07d1c Authenticating user 'default' from [fd00:1122:3344:101::d]:63691
7015 2024.10.22 17:02:32.329092 [ 270 ] {} <Debug> HTTP-Session: 43e8e5ae-f17f-4145-ba32-cd5d98e07d1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7016 2024.10.22 17:02:32.329106 [ 270 ] {} <Debug> HTTP-Session: 43e8e5ae-f17f-4145-ba32-cd5d98e07d1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7017 2024.10.22 17:02:32.329138 [ 270 ] {} <Trace> HTTP-Session: 43e8e5ae-f17f-4145-ba32-cd5d98e07d1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7018 2024.10.22 17:02:32.329380 [ 270 ] {116c8fe7-492e-428a-903a-2f7527783c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63691) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7019 2024.10.22 17:02:32.329444 [ 270 ] {116c8fe7-492e-428a-903a-2f7527783c36} <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
7020 2024.10.22 17:02:32.329860 [ 270 ] {116c8fe7-492e-428a-903a-2f7527783c36} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7021 2024.10.22 17:02:32.330365 [ 270 ] {116c8fe7-492e-428a-903a-2f7527783c36} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7022 2024.10.22 17:02:32.330400 [ 270 ] {116c8fe7-492e-428a-903a-2f7527783c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7023 2024.10.22 17:02:32.330994 [ 270 ] {116c8fe7-492e-428a-903a-2f7527783c36} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
7024 2024.10.22 17:02:32.331401 [ 270 ] {116c8fe7-492e-428a-903a-2f7527783c36} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7025 2024.10.22 17:02:32.331552 [ 270 ] {116c8fe7-492e-428a-903a-2f7527783c36} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002337 sec., 4278.990158322636 rows/sec., 7.67 MiB/sec.
7026 2024.10.22 17:02:32.331758 [ 270 ] {116c8fe7-492e-428a-903a-2f7527783c36} <Debug> DynamicQueryHandler: Done processing query
7027 2024.10.22 17:02:32.331783 [ 270 ] {116c8fe7-492e-428a-903a-2f7527783c36} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
7028 2024.10.22 17:02:32.331799 [ 270 ] {} <Debug> HTTP-Session: 43e8e5ae-f17f-4145-ba32-cd5d98e07d1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7029 2024.10.22 17:02:32.331962 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7030 2024.10.22 17:02:32.332022 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36987, User-Agent: (none), Length: 7608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7031 2024.10.22 17:02:32.332095 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7032 2024.10.22 17:02:32.332120 [ 265 ] {} <Debug> HTTP-Session: 0b9c0aaa-9952-4b48-98d8-401ba32a9ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36987
7033 2024.10.22 17:02:32.332140 [ 265 ] {} <Debug> HTTP-Session: 0b9c0aaa-9952-4b48-98d8-401ba32a9ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7034 2024.10.22 17:02:32.332157 [ 265 ] {} <Debug> HTTP-Session: 0b9c0aaa-9952-4b48-98d8-401ba32a9ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7035 2024.10.22 17:02:32.332193 [ 265 ] {} <Trace> HTTP-Session: 0b9c0aaa-9952-4b48-98d8-401ba32a9ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7036 2024.10.22 17:02:32.332332 [ 265 ] {e21629ce-c361-4987-a0b1-ca629ffce06c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36987) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7037 2024.10.22 17:02:32.332385 [ 265 ] {e21629ce-c361-4987-a0b1-ca629ffce06c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7038 2024.10.22 17:02:32.332539 [ 265 ] {e21629ce-c361-4987-a0b1-ca629ffce06c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7039 2024.10.22 17:02:32.332860 [ 265 ] {e21629ce-c361-4987-a0b1-ca629ffce06c} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7040 2024.10.22 17:02:32.332901 [ 265 ] {e21629ce-c361-4987-a0b1-ca629ffce06c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7041 2024.10.22 17:02:32.333306 [ 265 ] {e21629ce-c361-4987-a0b1-ca629ffce06c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7042 2024.10.22 17:02:32.333633 [ 265 ] {e21629ce-c361-4987-a0b1-ca629ffce06c} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7043 2024.10.22 17:02:32.333757 [ 265 ] {e21629ce-c361-4987-a0b1-ca629ffce06c} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001473 sec., 33944.33129667346 rows/sec., 2.28 MiB/sec.
7044 2024.10.22 17:02:32.333922 [ 265 ] {e21629ce-c361-4987-a0b1-ca629ffce06c} <Debug> DynamicQueryHandler: Done processing query
7045 2024.10.22 17:02:32.333946 [ 265 ] {e21629ce-c361-4987-a0b1-ca629ffce06c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
7046 2024.10.22 17:02:32.333961 [ 265 ] {} <Debug> HTTP-Session: 0b9c0aaa-9952-4b48-98d8-401ba32a9ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7047 2024.10.22 17:02:32.336731 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7048 2024.10.22 17:02:32.983672 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38608, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7049 2024.10.22 17:02:32.983791 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7050 2024.10.22 17:02:32.983819 [ 265 ] {} <Debug> HTTP-Session: 0e954eff-23ac-4a1b-8f4b-bd794d0dab12 Authenticating user 'default' from [fd00:1122:3344:101::d]:38608
7051 2024.10.22 17:02:32.983846 [ 265 ] {} <Debug> HTTP-Session: 0e954eff-23ac-4a1b-8f4b-bd794d0dab12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7052 2024.10.22 17:02:32.983863 [ 265 ] {} <Debug> HTTP-Session: 0e954eff-23ac-4a1b-8f4b-bd794d0dab12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7053 2024.10.22 17:02:32.983917 [ 265 ] {} <Trace> HTTP-Session: 0e954eff-23ac-4a1b-8f4b-bd794d0dab12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7054 2024.10.22 17:02:32.984101 [ 265 ] {57ec24e7-d29a-4a91-9049-f2319462d1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38608) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7055 2024.10.22 17:02:32.984173 [ 265 ] {57ec24e7-d29a-4a91-9049-f2319462d1d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7056 2024.10.22 17:02:32.984506 [ 265 ] {57ec24e7-d29a-4a91-9049-f2319462d1d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7057 2024.10.22 17:02:32.984901 [ 265 ] {57ec24e7-d29a-4a91-9049-f2319462d1d7} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7058 2024.10.22 17:02:32.984941 [ 265 ] {57ec24e7-d29a-4a91-9049-f2319462d1d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7059 2024.10.22 17:02:32.985334 [ 265 ] {57ec24e7-d29a-4a91-9049-f2319462d1d7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
7060 2024.10.22 17:02:32.985720 [ 265 ] {57ec24e7-d29a-4a91-9049-f2319462d1d7} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7061 2024.10.22 17:02:32.985860 [ 265 ] {57ec24e7-d29a-4a91-9049-f2319462d1d7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001814 sec., 2205.071664829107 rows/sec., 179.81 KiB/sec.
7062 2024.10.22 17:02:32.986153 [ 265 ] {57ec24e7-d29a-4a91-9049-f2319462d1d7} <Debug> DynamicQueryHandler: Done processing query
7063 2024.10.22 17:02:32.986180 [ 265 ] {57ec24e7-d29a-4a91-9049-f2319462d1d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7064 2024.10.22 17:02:32.986196 [ 265 ] {} <Debug> HTTP-Session: 0e954eff-23ac-4a1b-8f4b-bd794d0dab12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7065 2024.10.22 17:02:32.986419 [ 265 ] {} <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)
7066 2024.10.22 17:02:32.986522 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64932, User-Agent: (none), Length: 7489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7067 2024.10.22 17:02:32.986579 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7068 2024.10.22 17:02:32.986599 [ 270 ] {} <Debug> HTTP-Session: c28f9274-cdfb-4195-aff4-2e7b44b38190 Authenticating user 'default' from [fd00:1122:3344:101::d]:64932
7069 2024.10.22 17:02:32.986616 [ 270 ] {} <Debug> HTTP-Session: c28f9274-cdfb-4195-aff4-2e7b44b38190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7070 2024.10.22 17:02:32.986630 [ 270 ] {} <Debug> HTTP-Session: c28f9274-cdfb-4195-aff4-2e7b44b38190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7071 2024.10.22 17:02:32.986662 [ 270 ] {} <Trace> HTTP-Session: c28f9274-cdfb-4195-aff4-2e7b44b38190 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7072 2024.10.22 17:02:32.986783 [ 270 ] {e0aa4fac-b198-49f6-8590-6e0f27e0b840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64932) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7073 2024.10.22 17:02:32.986827 [ 270 ] {e0aa4fac-b198-49f6-8590-6e0f27e0b840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7074 2024.10.22 17:02:32.987083 [ 270 ] {e0aa4fac-b198-49f6-8590-6e0f27e0b840} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7075 2024.10.22 17:02:32.987442 [ 270 ] {e0aa4fac-b198-49f6-8590-6e0f27e0b840} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7076 2024.10.22 17:02:32.987477 [ 270 ] {e0aa4fac-b198-49f6-8590-6e0f27e0b840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7077 2024.10.22 17:02:32.987837 [ 270 ] {e0aa4fac-b198-49f6-8590-6e0f27e0b840} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7078 2024.10.22 17:02:32.988199 [ 270 ] {e0aa4fac-b198-49f6-8590-6e0f27e0b840} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7079 2024.10.22 17:02:32.988328 [ 270 ] {e0aa4fac-b198-49f6-8590-6e0f27e0b840} <Debug> executeQuery: Read 54 rows, 4.19 KiB in 0.001582 sec., 34134.00758533502 rows/sec., 2.58 MiB/sec.
7080 2024.10.22 17:02:32.988625 [ 270 ] {e0aa4fac-b198-49f6-8590-6e0f27e0b840} <Debug> DynamicQueryHandler: Done processing query
7081 2024.10.22 17:02:32.988696 [ 270 ] {e0aa4fac-b198-49f6-8590-6e0f27e0b840} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
7082 2024.10.22 17:02:32.988763 [ 270 ] {} <Debug> HTTP-Session: c28f9274-cdfb-4195-aff4-2e7b44b38190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7083 2024.10.22 17:02:32.989015 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38608, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7084 2024.10.22 17:02:32.989061 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7085 2024.10.22 17:02:32.989083 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7086 2024.10.22 17:02:32.989111 [ 265 ] {} <Debug> HTTP-Session: cc36bbe3-b54e-46a6-8265-746468cfda64 Authenticating user 'default' from [fd00:1122:3344:101::d]:38608
7087 2024.10.22 17:02:32.989132 [ 265 ] {} <Debug> HTTP-Session: cc36bbe3-b54e-46a6-8265-746468cfda64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7088 2024.10.22 17:02:32.989152 [ 265 ] {} <Debug> HTTP-Session: cc36bbe3-b54e-46a6-8265-746468cfda64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7089 2024.10.22 17:02:32.989192 [ 265 ] {} <Trace> HTTP-Session: cc36bbe3-b54e-46a6-8265-746468cfda64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7090 2024.10.22 17:02:32.989313 [ 265 ] {046d410b-7559-42f2-9014-1e3ed18fdbe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38608) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7091 2024.10.22 17:02:32.989366 [ 265 ] {046d410b-7559-42f2-9014-1e3ed18fdbe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7092 2024.10.22 17:02:32.989661 [ 265 ] {046d410b-7559-42f2-9014-1e3ed18fdbe4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7093 2024.10.22 17:02:32.990000 [ 265 ] {046d410b-7559-42f2-9014-1e3ed18fdbe4} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7094 2024.10.22 17:02:32.990042 [ 265 ] {046d410b-7559-42f2-9014-1e3ed18fdbe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7095 2024.10.22 17:02:32.990410 [ 265 ] {046d410b-7559-42f2-9014-1e3ed18fdbe4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7096 2024.10.22 17:02:32.990757 [ 265 ] {046d410b-7559-42f2-9014-1e3ed18fdbe4} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7097 2024.10.22 17:02:32.990885 [ 265 ] {046d410b-7559-42f2-9014-1e3ed18fdbe4} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001603 sec., 2495.321272613849 rows/sec., 174.23 KiB/sec.
7098 2024.10.22 17:02:32.991038 [ 265 ] {046d410b-7559-42f2-9014-1e3ed18fdbe4} <Debug> DynamicQueryHandler: Done processing query
7099 2024.10.22 17:02:32.991062 [ 265 ] {046d410b-7559-42f2-9014-1e3ed18fdbe4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7100 2024.10.22 17:02:32.991078 [ 265 ] {} <Debug> HTTP-Session: cc36bbe3-b54e-46a6-8265-746468cfda64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7101 2024.10.22 17:02:32.991222 [ 265 ] {} <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)
7102 2024.10.22 17:02:32.991318 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54140, User-Agent: (none), Length: 10204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7103 2024.10.22 17:02:32.991366 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7104 2024.10.22 17:02:32.991385 [ 270 ] {} <Debug> HTTP-Session: 5f9f3cd0-3b7f-4967-8d9d-43ef4f69113a Authenticating user 'default' from [fd00:1122:3344:101::d]:54140
7105 2024.10.22 17:02:32.991401 [ 270 ] {} <Debug> HTTP-Session: 5f9f3cd0-3b7f-4967-8d9d-43ef4f69113a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7106 2024.10.22 17:02:32.991415 [ 270 ] {} <Debug> HTTP-Session: 5f9f3cd0-3b7f-4967-8d9d-43ef4f69113a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7107 2024.10.22 17:02:32.991445 [ 270 ] {} <Trace> HTTP-Session: 5f9f3cd0-3b7f-4967-8d9d-43ef4f69113a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7108 2024.10.22 17:02:32.991555 [ 270 ] {9f5658ca-5d5e-44cb-b4c8-97f7ef4e4f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54140) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7109 2024.10.22 17:02:32.991598 [ 270 ] {9f5658ca-5d5e-44cb-b4c8-97f7ef4e4f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7110 2024.10.22 17:02:32.991819 [ 270 ] {9f5658ca-5d5e-44cb-b4c8-97f7ef4e4f65} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7111 2024.10.22 17:02:32.992190 [ 270 ] {9f5658ca-5d5e-44cb-b4c8-97f7ef4e4f65} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7112 2024.10.22 17:02:32.992236 [ 270 ] {9f5658ca-5d5e-44cb-b4c8-97f7ef4e4f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7113 2024.10.22 17:02:32.992659 [ 270 ] {9f5658ca-5d5e-44cb-b4c8-97f7ef4e4f65} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7114 2024.10.22 17:02:32.993092 [ 270 ] {9f5658ca-5d5e-44cb-b4c8-97f7ef4e4f65} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7115 2024.10.22 17:02:32.993240 [ 270 ] {9f5658ca-5d5e-44cb-b4c8-97f7ef4e4f65} <Debug> executeQuery: Read 60 rows, 4.80 KiB in 0.001723 sec., 34822.98316889147 rows/sec., 2.72 MiB/sec.
7116 2024.10.22 17:02:32.993405 [ 270 ] {9f5658ca-5d5e-44cb-b4c8-97f7ef4e4f65} <Debug> DynamicQueryHandler: Done processing query
7117 2024.10.22 17:02:32.993428 [ 270 ] {9f5658ca-5d5e-44cb-b4c8-97f7ef4e4f65} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7118 2024.10.22 17:02:32.993443 [ 270 ] {} <Debug> HTTP-Session: 5f9f3cd0-3b7f-4967-8d9d-43ef4f69113a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7119 2024.10.22 17:02:32.993647 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38608, User-Agent: (none), Length: 6162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7120 2024.10.22 17:02:32.993661 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7121 2024.10.22 17:02:32.993708 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7122 2024.10.22 17:02:32.993733 [ 265 ] {} <Debug> HTTP-Session: 865e60f0-6f67-4a71-b96d-4f253e788b73 Authenticating user 'default' from [fd00:1122:3344:101::d]:38608
7123 2024.10.22 17:02:32.993754 [ 265 ] {} <Debug> HTTP-Session: 865e60f0-6f67-4a71-b96d-4f253e788b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7124 2024.10.22 17:02:32.993771 [ 265 ] {} <Debug> HTTP-Session: 865e60f0-6f67-4a71-b96d-4f253e788b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7125 2024.10.22 17:02:32.993810 [ 265 ] {} <Trace> HTTP-Session: 865e60f0-6f67-4a71-b96d-4f253e788b73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7126 2024.10.22 17:02:32.993937 [ 265 ] {cb47eb98-858e-4beb-bc93-7bf6bb63b9a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38608) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7127 2024.10.22 17:02:32.993991 [ 265 ] {cb47eb98-858e-4beb-bc93-7bf6bb63b9a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7128 2024.10.22 17:02:32.994163 [ 265 ] {cb47eb98-858e-4beb-bc93-7bf6bb63b9a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7129 2024.10.22 17:02:32.994447 [ 265 ] {cb47eb98-858e-4beb-bc93-7bf6bb63b9a9} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7130 2024.10.22 17:02:32.994481 [ 265 ] {cb47eb98-858e-4beb-bc93-7bf6bb63b9a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7131 2024.10.22 17:02:32.994835 [ 265 ] {cb47eb98-858e-4beb-bc93-7bf6bb63b9a9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7132 2024.10.22 17:02:32.995166 [ 265 ] {cb47eb98-858e-4beb-bc93-7bf6bb63b9a9} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7133 2024.10.22 17:02:32.995292 [ 265 ] {cb47eb98-858e-4beb-bc93-7bf6bb63b9a9} <Debug> executeQuery: Read 32 rows, 2.27 KiB in 0.001397 sec., 22906.22763063708 rows/sec., 1.59 MiB/sec.
7134 2024.10.22 17:02:32.995441 [ 265 ] {cb47eb98-858e-4beb-bc93-7bf6bb63b9a9} <Debug> DynamicQueryHandler: Done processing query
7135 2024.10.22 17:02:32.995464 [ 265 ] {cb47eb98-858e-4beb-bc93-7bf6bb63b9a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7136 2024.10.22 17:02:32.995479 [ 265 ] {} <Debug> HTTP-Session: 865e60f0-6f67-4a71-b96d-4f253e788b73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7137 2024.10.22 17:02:32.995693 [ 265 ] {} <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)
7138 2024.10.22 17:02:32.995819 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44411, User-Agent: (none), Length: 1581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7139 2024.10.22 17:02:32.995878 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7140 2024.10.22 17:02:32.995901 [ 270 ] {} <Debug> HTTP-Session: 348f5cb6-699c-46e0-a192-facfe3fca52e Authenticating user 'default' from [fd00:1122:3344:101::d]:44411
7141 2024.10.22 17:02:32.995932 [ 270 ] {} <Debug> HTTP-Session: 348f5cb6-699c-46e0-a192-facfe3fca52e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7142 2024.10.22 17:02:32.995961 [ 270 ] {} <Debug> HTTP-Session: 348f5cb6-699c-46e0-a192-facfe3fca52e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7143 2024.10.22 17:02:32.995992 [ 270 ] {} <Trace> HTTP-Session: 348f5cb6-699c-46e0-a192-facfe3fca52e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7144 2024.10.22 17:02:32.996088 [ 270 ] {a023c3af-7688-417e-a9f1-27f6550cde3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44411) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7145 2024.10.22 17:02:32.996132 [ 270 ] {a023c3af-7688-417e-a9f1-27f6550cde3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7146 2024.10.22 17:02:32.996252 [ 270 ] {a023c3af-7688-417e-a9f1-27f6550cde3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7147 2024.10.22 17:02:32.996484 [ 270 ] {a023c3af-7688-417e-a9f1-27f6550cde3f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7148 2024.10.22 17:02:32.996518 [ 270 ] {a023c3af-7688-417e-a9f1-27f6550cde3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7149 2024.10.22 17:02:32.996862 [ 270 ] {a023c3af-7688-417e-a9f1-27f6550cde3f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7150 2024.10.22 17:02:32.997186 [ 270 ] {a023c3af-7688-417e-a9f1-27f6550cde3f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7151 2024.10.22 17:02:32.997308 [ 270 ] {a023c3af-7688-417e-a9f1-27f6550cde3f} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.001242 sec., 8051.529790660225 rows/sec., 565.34 KiB/sec.
7152 2024.10.22 17:02:32.997454 [ 270 ] {a023c3af-7688-417e-a9f1-27f6550cde3f} <Debug> DynamicQueryHandler: Done processing query
7153 2024.10.22 17:02:32.997477 [ 270 ] {a023c3af-7688-417e-a9f1-27f6550cde3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7154 2024.10.22 17:02:32.997493 [ 270 ] {} <Debug> HTTP-Session: 348f5cb6-699c-46e0-a192-facfe3fca52e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7155 2024.10.22 17:02:32.997631 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7156 2024.10.22 17:02:34.731778 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37711, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7157 2024.10.22 17:02:34.959944 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7158 2024.10.22 17:02:35.052369 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64451, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7159 2024.10.22 17:02:35.064802 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7160 2024.10.22 17:02:35.066127 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56916, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7161 2024.10.22 17:02:35.069432 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7162 2024.10.22 17:02:35.069449 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7163 2024.10.22 17:02:35.075793 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58305, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7164 2024.10.22 17:02:35.491493 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7165 2024.10.22 17:02:36.032305 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7166 2024.10.22 17:02:36.064650 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7167 2024.10.22 17:02:36.196057 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36065, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7168 2024.10.22 17:02:36.196774 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7169 2024.10.22 17:02:36.239036 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7170 2024.10.22 17:02:36.340374 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7171 2024.10.22 17:02:36.350758 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7172 2024.10.22 17:02:36.365107 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7173 2024.10.22 17:02:36.374380 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7174 2024.10.22 17:02:36.620822 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53102, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7175 2024.10.22 17:02:36.652360 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41537, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7176 2024.10.22 17:02:36.666779 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7177 2024.10.22 17:02:36.691065 [ 261 ] {} <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)
7178 2024.10.22 17:02:36.730424 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60031, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7179 2024.10.22 17:02:36.922769 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59006, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7180 2024.10.22 17:02:36.922772 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7181 2024.10.22 17:02:36.930287 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35739, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7182 2024.10.22 17:02:36.932559 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58899, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7183 2024.10.22 17:02:37.277322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 638
7184 2024.10.22 17:02:37.280423 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7185 2024.10.22 17:02:37.280481 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7186 2024.10.22 17:02:37.282075 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7187 2024.10.22 17:02:37.283170 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7188 2024.10.22 17:02:37.283769 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 638
7189 2024.10.22 17:02:37.838345 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55883, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7190 2024.10.22 17:02:37.840669 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7191 2024.10.22 17:02:37.844013 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7192 2024.10.22 17:02:37.874268 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7193 2024.10.22 17:02:37.918594 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35524, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7194 2024.10.22 17:02:37.918664 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50162, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7195 2024.10.22 17:02:37.977436 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59116, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7196 2024.10.22 17:02:37.995597 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38608, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7197 2024.10.22 17:02:37.995686 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7198 2024.10.22 17:02:37.995712 [ 265 ] {} <Debug> HTTP-Session: 6fec5b07-cd09-4905-9fd3-c7448931c8b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38608
7199 2024.10.22 17:02:37.995738 [ 265 ] {} <Debug> HTTP-Session: 6fec5b07-cd09-4905-9fd3-c7448931c8b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7200 2024.10.22 17:02:37.995753 [ 265 ] {} <Debug> HTTP-Session: 6fec5b07-cd09-4905-9fd3-c7448931c8b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7201 2024.10.22 17:02:37.995803 [ 265 ] {} <Trace> HTTP-Session: 6fec5b07-cd09-4905-9fd3-c7448931c8b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7202 2024.10.22 17:02:37.996000 [ 265 ] {50be0c0b-1810-48cc-b09d-42ccae532f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38608) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
7203 2024.10.22 17:02:37.996069 [ 265 ] {50be0c0b-1810-48cc-b09d-42ccae532f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
7204 2024.10.22 17:02:37.996455 [ 265 ] {50be0c0b-1810-48cc-b09d-42ccae532f33} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7205 2024.10.22 17:02:37.996841 [ 265 ] {50be0c0b-1810-48cc-b09d-42ccae532f33} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7206 2024.10.22 17:02:37.996886 [ 265 ] {50be0c0b-1810-48cc-b09d-42ccae532f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7207 2024.10.22 17:02:37.997319 [ 265 ] {50be0c0b-1810-48cc-b09d-42ccae532f33} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7208 2024.10.22 17:02:37.997707 [ 265 ] {50be0c0b-1810-48cc-b09d-42ccae532f33} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7209 2024.10.22 17:02:37.997855 [ 265 ] {50be0c0b-1810-48cc-b09d-42ccae532f33} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001913 sec., 6272.869837950862 rows/sec., 438.00 KiB/sec.
7210 2024.10.22 17:02:37.998162 [ 265 ] {50be0c0b-1810-48cc-b09d-42ccae532f33} <Debug> DynamicQueryHandler: Done processing query
7211 2024.10.22 17:02:37.998189 [ 265 ] {50be0c0b-1810-48cc-b09d-42ccae532f33} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7212 2024.10.22 17:02:37.998206 [ 265 ] {} <Debug> HTTP-Session: 6fec5b07-cd09-4905-9fd3-c7448931c8b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7213 2024.10.22 17:02:37.998371 [ 265 ] {} <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)
7214 2024.10.22 17:02:37.998447 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53393, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7215 2024.10.22 17:02:37.998507 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7216 2024.10.22 17:02:37.998528 [ 261 ] {} <Debug> HTTP-Session: 95b5494e-7ff2-49fa-8ecf-bfc5a1d227e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:53393
7217 2024.10.22 17:02:37.998546 [ 261 ] {} <Debug> HTTP-Session: 95b5494e-7ff2-49fa-8ecf-bfc5a1d227e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7218 2024.10.22 17:02:37.998560 [ 261 ] {} <Debug> HTTP-Session: 95b5494e-7ff2-49fa-8ecf-bfc5a1d227e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7219 2024.10.22 17:02:37.998595 [ 261 ] {} <Trace> HTTP-Session: 95b5494e-7ff2-49fa-8ecf-bfc5a1d227e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7220 2024.10.22 17:02:37.998707 [ 261 ] {e13a5555-09a4-481c-92fc-f1997dc31482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53393) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7221 2024.10.22 17:02:37.998755 [ 261 ] {e13a5555-09a4-481c-92fc-f1997dc31482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7222 2024.10.22 17:02:37.999018 [ 261 ] {e13a5555-09a4-481c-92fc-f1997dc31482} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7223 2024.10.22 17:02:37.999315 [ 261 ] {e13a5555-09a4-481c-92fc-f1997dc31482} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7224 2024.10.22 17:02:37.999351 [ 261 ] {e13a5555-09a4-481c-92fc-f1997dc31482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7225 2024.10.22 17:02:37.999696 [ 261 ] {e13a5555-09a4-481c-92fc-f1997dc31482} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
7226 2024.10.22 17:02:38.000154 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.44 MiB, peak 169.84 MiB, free memory in arenas 0.00 B, will set to 162.00 MiB (RSS), difference: -5.44 MiB
7227 2024.10.22 17:02:38.000240 [ 261 ] {e13a5555-09a4-481c-92fc-f1997dc31482} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7228 2024.10.22 17:02:38.000569 [ 261 ] {e13a5555-09a4-481c-92fc-f1997dc31482} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001854 sec., 3236.2459546925566 rows/sec., 263.89 KiB/sec.
7229 2024.10.22 17:02:38.001015 [ 261 ] {e13a5555-09a4-481c-92fc-f1997dc31482} <Debug> DynamicQueryHandler: Done processing query
7230 2024.10.22 17:02:38.001041 [ 261 ] {e13a5555-09a4-481c-92fc-f1997dc31482} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7231 2024.10.22 17:02:38.001057 [ 261 ] {} <Debug> HTTP-Session: 95b5494e-7ff2-49fa-8ecf-bfc5a1d227e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7232 2024.10.22 17:02:38.001255 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7233 2024.10.22 17:02:38.001416 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46405, User-Agent: (none), Length: 39619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7234 2024.10.22 17:02:38.001523 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7235 2024.10.22 17:02:38.001552 [ 266 ] {} <Debug> HTTP-Session: 01bc02e2-0d66-4723-a83f-bf2cdc844898 Authenticating user 'default' from [fd00:1122:3344:101::d]:46405
7236 2024.10.22 17:02:38.001578 [ 266 ] {} <Debug> HTTP-Session: 01bc02e2-0d66-4723-a83f-bf2cdc844898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7237 2024.10.22 17:02:38.001595 [ 266 ] {} <Debug> HTTP-Session: 01bc02e2-0d66-4723-a83f-bf2cdc844898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7238 2024.10.22 17:02:38.001653 [ 266 ] {} <Trace> HTTP-Session: 01bc02e2-0d66-4723-a83f-bf2cdc844898 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7239 2024.10.22 17:02:38.001956 [ 266 ] {b527eae3-b73f-45c6-8e80-8960c6b9f25b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46405) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7240 2024.10.22 17:02:38.002031 [ 266 ] {b527eae3-b73f-45c6-8e80-8960c6b9f25b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7241 2024.10.22 17:02:38.002401 [ 266 ] {b527eae3-b73f-45c6-8e80-8960c6b9f25b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7242 2024.10.22 17:02:38.002994 [ 266 ] {b527eae3-b73f-45c6-8e80-8960c6b9f25b} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7243 2024.10.22 17:02:38.003041 [ 266 ] {b527eae3-b73f-45c6-8e80-8960c6b9f25b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7244 2024.10.22 17:02:38.003515 [ 266 ] {b527eae3-b73f-45c6-8e80-8960c6b9f25b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7245 2024.10.22 17:02:38.003922 [ 266 ] {b527eae3-b73f-45c6-8e80-8960c6b9f25b} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7246 2024.10.22 17:02:38.004095 [ 98 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7247 2024.10.22 17:02:38.004100 [ 266 ] {b527eae3-b73f-45c6-8e80-8960c6b9f25b} <Debug> executeQuery: Read 264 rows, 23.62 KiB in 0.002277 sec., 115942.02898550725 rows/sec., 10.13 MiB/sec.
7248 2024.10.22 17:02:38.004148 [ 98 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7249 2024.10.22 17:02:38.004208 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7250 2024.10.22 17:02:38.004439 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
7251 2024.10.22 17:02:38.004480 [ 266 ] {b527eae3-b73f-45c6-8e80-8960c6b9f25b} <Debug> DynamicQueryHandler: Done processing query
7252 2024.10.22 17:02:38.004540 [ 266 ] {b527eae3-b73f-45c6-8e80-8960c6b9f25b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
7253 2024.10.22 17:02:38.004561 [ 266 ] {} <Debug> HTTP-Session: 01bc02e2-0d66-4723-a83f-bf2cdc844898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7254 2024.10.22 17:02:38.004683 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7255 2024.10.22 17:02:38.004749 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1429 rows starting from the beginning of the part
7256 2024.10.22 17:02:38.004824 [ 266 ] {} <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)
7257 2024.10.22 17:02:38.004823 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53393, User-Agent: (none), Length: 5185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7258 2024.10.22 17:02:38.005054 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7259 2024.10.22 17:02:38.005119 [ 266 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
7260 
7261 (version 23.8.7.1)
7262 2024.10.22 17:02:38.005159 [ 261 ] {} <Debug> HTTP-Session: 3a413acc-24a9-43ba-8f3a-0eb3f9636b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:53393
7263 2024.10.22 17:02:38.005248 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 77 rows starting from the beginning of the part
7264 2024.10.22 17:02:38.005239 [ 261 ] {} <Debug> HTTP-Session: 3a413acc-24a9-43ba-8f3a-0eb3f9636b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7265 2024.10.22 17:02:38.005323 [ 261 ] {} <Debug> HTTP-Session: 3a413acc-24a9-43ba-8f3a-0eb3f9636b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7266 2024.10.22 17:02:38.005458 [ 261 ] {} <Trace> HTTP-Session: 3a413acc-24a9-43ba-8f3a-0eb3f9636b2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7267 2024.10.22 17:02:38.005589 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 262 rows starting from the beginning of the part
7268 2024.10.22 17:02:38.005884 [ 261 ] {685b4b1d-263f-4e81-9787-0b6b4e180dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53393) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7269 2024.10.22 17:02:38.005908 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1216 rows starting from the beginning of the part
7270 2024.10.22 17:02:38.006020 [ 261 ] {685b4b1d-263f-4e81-9787-0b6b4e180dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7271 2024.10.22 17:02:38.006125 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 54 rows starting from the beginning of the part
7272 2024.10.22 17:02:38.006547 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 264 rows starting from the beginning of the part
7273 2024.10.22 17:02:38.007376 [ 261 ] {685b4b1d-263f-4e81-9787-0b6b4e180dd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7274 2024.10.22 17:02:38.008232 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7275 2024.10.22 17:02:38.008330 [ 261 ] {685b4b1d-263f-4e81-9787-0b6b4e180dd2} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7276 2024.10.22 17:02:38.008416 [ 261 ] {685b4b1d-263f-4e81-9787-0b6b4e180dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7277 2024.10.22 17:02:38.009427 [ 261 ] {685b4b1d-263f-4e81-9787-0b6b4e180dd2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7278 2024.10.22 17:02:38.010063 [ 261 ] {685b4b1d-263f-4e81-9787-0b6b4e180dd2} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7279 2024.10.22 17:02:38.010438 [ 197 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.00608624 sec., 542535.2927258866 rows/sec., 47.32 MiB/sec.
7280 2024.10.22 17:02:38.010492 [ 261 ] {685b4b1d-263f-4e81-9787-0b6b4e180dd2} <Debug> executeQuery: Read 36 rows, 2.67 KiB in 0.004795 sec., 7507.820646506778 rows/sec., 557.83 KiB/sec.
7281 2024.10.22 17:02:38.010492 [ 96 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
7282 2024.10.22 17:02:38.010632 [ 96 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7283 2024.10.22 17:02:38.010728 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7284 2024.10.22 17:02:38.010934 [ 197 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7285 2024.10.22 17:02:38.011031 [ 261 ] {685b4b1d-263f-4e81-9787-0b6b4e180dd2} <Debug> DynamicQueryHandler: Done processing query
7286 2024.10.22 17:02:38.011118 [ 261 ] {685b4b1d-263f-4e81-9787-0b6b4e180dd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7287 2024.10.22 17:02:38.011169 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
7288 2024.10.22 17:02:38.011199 [ 261 ] {} <Debug> HTTP-Session: 3a413acc-24a9-43ba-8f3a-0eb3f9636b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7289 2024.10.22 17:02:38.011493 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7290 2024.10.22 17:02:38.011516 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7291 2024.10.22 17:02:38.011632 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63196, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7292 2024.10.22 17:02:38.011656 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 56 rows starting from the beginning of the part
7293 2024.10.22 17:02:38.011830 [ 261 ] {} <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):
7294 
7295 (version 23.8.7.1)
7296 2024.10.22 17:02:38.011902 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7297 2024.10.22 17:02:38.012035 [ 266 ] {} <Debug> HTTP-Session: a5409fe6-52bc-4bac-b7eb-84c51a5065e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63196
7298 2024.10.22 17:02:38.012100 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part
7299 2024.10.22 17:02:38.012115 [ 266 ] {} <Debug> HTTP-Session: a5409fe6-52bc-4bac-b7eb-84c51a5065e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7300 2024.10.22 17:02:38.012188 [ 266 ] {} <Debug> HTTP-Session: a5409fe6-52bc-4bac-b7eb-84c51a5065e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7301 2024.10.22 17:02:38.012339 [ 266 ] {} <Trace> HTTP-Session: a5409fe6-52bc-4bac-b7eb-84c51a5065e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7302 2024.10.22 17:02:38.012430 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
7303 2024.10.22 17:02:38.012892 [ 266 ] {a3f8359a-2af5-4731-ae85-b141bf317f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63196) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7304 2024.10.22 17:02:38.012901 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part
7305 2024.10.22 17:02:38.013172 [ 266 ] {a3f8359a-2af5-4731-ae85-b141bf317f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7306 2024.10.22 17:02:38.013342 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part
7307 2024.10.22 17:02:38.013695 [ 194 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part
7308 2024.10.22 17:02:38.015042 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7309 2024.10.22 17:02:38.015353 [ 266 ] {a3f8359a-2af5-4731-ae85-b141bf317f9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7310 2024.10.22 17:02:38.015833 [ 197 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_31_6} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7311 2024.10.22 17:02:38.016226 [ 197 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_31_6} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7312 2024.10.22 17:02:38.016692 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
7313 2024.10.22 17:02:38.016983 [ 266 ] {a3f8359a-2af5-4731-ae85-b141bf317f9d} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7314 2024.10.22 17:02:38.017068 [ 266 ] {a3f8359a-2af5-4731-ae85-b141bf317f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7315 2024.10.22 17:02:38.017857 [ 201 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 5 columns (5 merged, 0 gathered) in 0.006961919 sec., 21545.783569156723 rows/sec., 1.64 MiB/sec.
7316 2024.10.22 17:02:38.018072 [ 197 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
7317 2024.10.22 17:02:38.018082 [ 266 ] {a3f8359a-2af5-4731-ae85-b141bf317f9d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7318 2024.10.22 17:02:38.019297 [ 197 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_21_4} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7319 2024.10.22 17:02:38.019377 [ 266 ] {a3f8359a-2af5-4731-ae85-b141bf317f9d} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7320 2024.10.22 17:02:38.019479 [ 197 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_21_4} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
7321 2024.10.22 17:02:38.019673 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7322 2024.10.22 17:02:38.019700 [ 96 ] {} <Debug> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
7323 2024.10.22 17:02:38.019776 [ 266 ] {a3f8359a-2af5-4731-ae85-b141bf317f9d} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.007124 sec., 2947.782144862437 rows/sec., 203.56 KiB/sec.
7324 2024.10.22 17:02:38.019792 [ 96 ] {} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7325 2024.10.22 17:02:38.019862 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7326 2024.10.22 17:02:38.020156 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::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
7327 2024.10.22 17:02:38.020239 [ 266 ] {a3f8359a-2af5-4731-ae85-b141bf317f9d} <Debug> DynamicQueryHandler: Done processing query
7328 2024.10.22 17:02:38.020294 [ 266 ] {a3f8359a-2af5-4731-ae85-b141bf317f9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7329 2024.10.22 17:02:38.020340 [ 266 ] {} <Debug> HTTP-Session: a5409fe6-52bc-4bac-b7eb-84c51a5065e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7330 2024.10.22 17:02:38.020429 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7331 2024.10.22 17:02:38.020465 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 249 rows starting from the beginning of the part
7332 2024.10.22 17:02:38.020568 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63196, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7333 2024.10.22 17:02:38.020734 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 21 rows starting from the beginning of the part
7334 2024.10.22 17:02:38.020754 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55939, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7335 2024.10.22 17:02:38.020986 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7336 2024.10.22 17:02:38.021112 [ 261 ] {} <Debug> HTTP-Session: 2b505f70-88ed-47d4-9629-4fd40b7a099e Authenticating user 'default' from [fd00:1122:3344:101::d]:55939
7337 2024.10.22 17:02:38.021127 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 21 rows starting from the beginning of the part
7338 2024.10.22 17:02:38.021195 [ 261 ] {} <Debug> HTTP-Session: 2b505f70-88ed-47d4-9629-4fd40b7a099e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7339 2024.10.22 17:02:38.021273 [ 261 ] {} <Debug> HTTP-Session: 2b505f70-88ed-47d4-9629-4fd40b7a099e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7340 2024.10.22 17:02:38.021506 [ 261 ] {} <Trace> HTTP-Session: 2b505f70-88ed-47d4-9629-4fd40b7a099e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7341 2024.10.22 17:02:38.021516 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 21 rows starting from the beginning of the part
7342 2024.10.22 17:02:38.021800 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part
7343 2024.10.22 17:02:38.021887 [ 261 ] {133ce0a6-ed11-4748-a4b7-97ea1015730e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55939) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7344 2024.10.22 17:02:38.022089 [ 261 ] {133ce0a6-ed11-4748-a4b7-97ea1015730e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7345 2024.10.22 17:02:38.022109 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 21 rows starting from the beginning of the part
7346 2024.10.22 17:02:38.023204 [ 261 ] {133ce0a6-ed11-4748-a4b7-97ea1015730e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7347 2024.10.22 17:02:38.024231 [ 261 ] {133ce0a6-ed11-4748-a4b7-97ea1015730e} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7348 2024.10.22 17:02:38.024299 [ 261 ] {133ce0a6-ed11-4748-a4b7-97ea1015730e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7349 2024.10.22 17:02:38.025383 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 561 rows, containing 5 columns (5 merged, 0 gathered) in 0.005395094 sec., 103983.3596967912 rows/sec., 7.05 MiB/sec.
7350 2024.10.22 17:02:38.025388 [ 261 ] {133ce0a6-ed11-4748-a4b7-97ea1015730e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7351 2024.10.22 17:02:38.025551 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
7352 2024.10.22 17:02:38.026418 [ 261 ] {133ce0a6-ed11-4748-a4b7-97ea1015730e} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7353 2024.10.22 17:02:38.026634 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_16_3} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7354 2024.10.22 17:02:38.026760 [ 261 ] {133ce0a6-ed11-4748-a4b7-97ea1015730e} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.00501 sec., 2395.2095808383233 rows/sec., 147.36 KiB/sec.
7355 2024.10.22 17:02:38.026947 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_16_3} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
7356 2024.10.22 17:02:38.027287 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
7357 2024.10.22 17:02:38.027372 [ 261 ] {133ce0a6-ed11-4748-a4b7-97ea1015730e} <Debug> DynamicQueryHandler: Done processing query
7358 2024.10.22 17:02:38.027403 [ 261 ] {133ce0a6-ed11-4748-a4b7-97ea1015730e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7359 2024.10.22 17:02:38.027420 [ 261 ] {} <Debug> HTTP-Session: 2b505f70-88ed-47d4-9629-4fd40b7a099e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7360 2024.10.22 17:02:38.027654 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55939, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7361 2024.10.22 17:02:38.027783 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39696, User-Agent: (none), Length: 67878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7362 2024.10.22 17:02:38.027849 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7363 2024.10.22 17:02:38.027870 [ 266 ] {} <Debug> HTTP-Session: db5f9c0c-a987-4207-b04c-3e24c034a4b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39696
7364 2024.10.22 17:02:38.027887 [ 266 ] {} <Debug> HTTP-Session: db5f9c0c-a987-4207-b04c-3e24c034a4b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7365 2024.10.22 17:02:38.027903 [ 266 ] {} <Debug> HTTP-Session: db5f9c0c-a987-4207-b04c-3e24c034a4b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7366 2024.10.22 17:02:38.027941 [ 266 ] {} <Trace> HTTP-Session: db5f9c0c-a987-4207-b04c-3e24c034a4b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7367 2024.10.22 17:02:38.028278 [ 266 ] {50cfc523-097f-45ee-b02e-0cef6b772f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39696) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7368 2024.10.22 17:02:38.028326 [ 266 ] {50cfc523-097f-45ee-b02e-0cef6b772f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7369 2024.10.22 17:02:38.028591 [ 266 ] {50cfc523-097f-45ee-b02e-0cef6b772f89} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7370 2024.10.22 17:02:38.029216 [ 266 ] {50cfc523-097f-45ee-b02e-0cef6b772f89} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7371 2024.10.22 17:02:38.029256 [ 266 ] {50cfc523-097f-45ee-b02e-0cef6b772f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7372 2024.10.22 17:02:38.029674 [ 266 ] {50cfc523-097f-45ee-b02e-0cef6b772f89} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7373 2024.10.22 17:02:38.030068 [ 266 ] {50cfc523-097f-45ee-b02e-0cef6b772f89} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7374 2024.10.22 17:02:38.030238 [ 96 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7375 2024.10.22 17:02:38.030246 [ 266 ] {50cfc523-097f-45ee-b02e-0cef6b772f89} <Debug> executeQuery: Read 418 rows, 30.57 KiB in 0.002176 sec., 192095.58823529413 rows/sec., 13.72 MiB/sec.
7376 2024.10.22 17:02:38.030302 [ 96 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7377 2024.10.22 17:02:38.030370 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7378 2024.10.22 17:02:38.030675 [ 266 ] {50cfc523-097f-45ee-b02e-0cef6b772f89} <Debug> DynamicQueryHandler: Done processing query
7379 2024.10.22 17:02:38.030688 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
7380 2024.10.22 17:02:38.030756 [ 266 ] {50cfc523-097f-45ee-b02e-0cef6b772f89} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7381 2024.10.22 17:02:38.030837 [ 266 ] {} <Debug> HTTP-Session: db5f9c0c-a987-4207-b04c-3e24c034a4b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7382 2024.10.22 17:02:38.031160 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55939, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7383 2024.10.22 17:02:38.031205 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7384 2024.10.22 17:02:38.031395 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7385 2024.10.22 17:02:38.031429 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7386 2024.10.22 17:02:38.031506 [ 261 ] {} <Debug> HTTP-Session: b8a6f959-55f6-4a78-ba85-68681b9fa528 Authenticating user 'default' from [fd00:1122:3344:101::d]:55939
7387 2024.10.22 17:02:38.031561 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 912 rows starting from the beginning of the part
7388 2024.10.22 17:02:38.031573 [ 261 ] {} <Debug> HTTP-Session: b8a6f959-55f6-4a78-ba85-68681b9fa528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7389 2024.10.22 17:02:38.031604 [ 261 ] {} <Debug> HTTP-Session: b8a6f959-55f6-4a78-ba85-68681b9fa528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7390 2024.10.22 17:02:38.031683 [ 261 ] {} <Trace> HTTP-Session: b8a6f959-55f6-4a78-ba85-68681b9fa528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7391 2024.10.22 17:02:38.031772 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 76 rows starting from the beginning of the part
7392 2024.10.22 17:02:38.032074 [ 261 ] {da4a1703-437f-4c68-aec9-19f76c003578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55939) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7393 2024.10.22 17:02:38.032096 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 414 rows starting from the beginning of the part
7394 2024.10.22 17:02:38.032164 [ 261 ] {da4a1703-437f-4c68-aec9-19f76c003578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7395 2024.10.22 17:02:38.032352 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 530 rows starting from the beginning of the part
7396 2024.10.22 17:02:38.032738 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
7397 2024.10.22 17:02:38.033118 [ 186 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 418 rows starting from the beginning of the part
7398 2024.10.22 17:02:38.033506 [ 261 ] {da4a1703-437f-4c68-aec9-19f76c003578} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7399 2024.10.22 17:02:38.034075 [ 261 ] {da4a1703-437f-4c68-aec9-19f76c003578} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7400 2024.10.22 17:02:38.034116 [ 261 ] {da4a1703-437f-4c68-aec9-19f76c003578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7401 2024.10.22 17:02:38.034666 [ 261 ] {da4a1703-437f-4c68-aec9-19f76c003578} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7402 2024.10.22 17:02:38.035063 [ 261 ] {da4a1703-437f-4c68-aec9-19f76c003578} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7403 2024.10.22 17:02:38.035384 [ 261 ] {da4a1703-437f-4c68-aec9-19f76c003578} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003486 sec., 1721.170395869191 rows/sec., 89.92 KiB/sec.
7404 2024.10.22 17:02:38.035424 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.004941644 sec., 487691.95029022725 rows/sec., 37.40 MiB/sec.
7405 2024.10.22 17:02:38.035674 [ 261 ] {da4a1703-437f-4c68-aec9-19f76c003578} <Debug> DynamicQueryHandler: Done processing query
7406 2024.10.22 17:02:38.035698 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7407 2024.10.22 17:02:38.035722 [ 261 ] {da4a1703-437f-4c68-aec9-19f76c003578} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7408 2024.10.22 17:02:38.035780 [ 261 ] {} <Debug> HTTP-Session: b8a6f959-55f6-4a78-ba85-68681b9fa528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7409 2024.10.22 17:02:38.036096 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55939, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7410 2024.10.22 17:02:38.036231 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43946, User-Agent: (none), Length: 45175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7411 2024.10.22 17:02:38.036423 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7412 2024.10.22 17:02:38.036459 [ 266 ] {} <Debug> HTTP-Session: 545d3608-c8c0-4bd2-9654-457f5a886541 Authenticating user 'default' from [fd00:1122:3344:101::d]:43946
7413 2024.10.22 17:02:38.036499 [ 266 ] {} <Debug> HTTP-Session: 545d3608-c8c0-4bd2-9654-457f5a886541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7414 2024.10.22 17:02:38.036529 [ 266 ] {} <Debug> HTTP-Session: 545d3608-c8c0-4bd2-9654-457f5a886541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7415 2024.10.22 17:02:38.036589 [ 266 ] {} <Trace> HTTP-Session: 545d3608-c8c0-4bd2-9654-457f5a886541 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7416 2024.10.22 17:02:38.036674 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_31_6} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7417 2024.10.22 17:02:38.036830 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_31_6} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7418 2024.10.22 17:02:38.036938 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
7419 2024.10.22 17:02:38.036996 [ 266 ] {a46d75f6-2f34-41f1-aa75-11994fc476fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43946) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7420 2024.10.22 17:02:38.037054 [ 266 ] {a46d75f6-2f34-41f1-aa75-11994fc476fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7421 2024.10.22 17:02:38.037239 [ 266 ] {a46d75f6-2f34-41f1-aa75-11994fc476fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7422 2024.10.22 17:02:38.037689 [ 266 ] {a46d75f6-2f34-41f1-aa75-11994fc476fb} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7423 2024.10.22 17:02:38.037728 [ 266 ] {a46d75f6-2f34-41f1-aa75-11994fc476fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7424 2024.10.22 17:02:38.038155 [ 266 ] {a46d75f6-2f34-41f1-aa75-11994fc476fb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7425 2024.10.22 17:02:38.038532 [ 266 ] {a46d75f6-2f34-41f1-aa75-11994fc476fb} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7426 2024.10.22 17:02:38.038700 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7427 2024.10.22 17:02:38.038708 [ 266 ] {a46d75f6-2f34-41f1-aa75-11994fc476fb} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001963 sec., 122261.84411614876 rows/sec., 8.20 MiB/sec.
7428 2024.10.22 17:02:38.038757 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7429 2024.10.22 17:02:38.038833 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7430 2024.10.22 17:02:38.039039 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
7431 2024.10.22 17:02:38.039084 [ 266 ] {a46d75f6-2f34-41f1-aa75-11994fc476fb} <Debug> DynamicQueryHandler: Done processing query
7432 2024.10.22 17:02:38.039135 [ 266 ] {a46d75f6-2f34-41f1-aa75-11994fc476fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7433 2024.10.22 17:02:38.039178 [ 266 ] {} <Debug> HTTP-Session: 545d3608-c8c0-4bd2-9654-457f5a886541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7434 2024.10.22 17:02:38.039274 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7435 2024.10.22 17:02:38.039310 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8160 rows starting from the beginning of the part
7436 2024.10.22 17:02:38.039431 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 161 rows starting from the beginning of the part
7437 2024.10.22 17:02:38.039492 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7438 2024.10.22 17:02:38.039729 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58802, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7439 2024.10.22 17:02:38.039774 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 238 rows starting from the beginning of the part
7440 2024.10.22 17:02:38.040119 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7441 2024.10.22 17:02:38.040267 [ 284 ] {} <Debug> HTTP-Session: b3ab859a-9a59-4f98-9441-a32a65415a64 Authenticating user 'default' from [fd00:1122:3344:101::d]:58802
7442 2024.10.22 17:02:38.040278 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 976 rows starting from the beginning of the part
7443 2024.10.22 17:02:38.040390 [ 284 ] {} <Debug> HTTP-Session: b3ab859a-9a59-4f98-9441-a32a65415a64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7444 2024.10.22 17:02:38.040505 [ 284 ] {} <Debug> HTTP-Session: b3ab859a-9a59-4f98-9441-a32a65415a64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7445 2024.10.22 17:02:38.040635 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
7446 2024.10.22 17:02:38.040694 [ 284 ] {} <Trace> HTTP-Session: b3ab859a-9a59-4f98-9441-a32a65415a64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7447 2024.10.22 17:02:38.040929 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 240 rows starting from the beginning of the part
7448 2024.10.22 17:02:38.041245 [ 284 ] {47edb3e1-2ab5-4056-844a-0da78ac0e6f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58802) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7449 2024.10.22 17:02:38.041436 [ 284 ] {47edb3e1-2ab5-4056-844a-0da78ac0e6f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7450 2024.10.22 17:02:38.041986 [ 284 ] {47edb3e1-2ab5-4056-844a-0da78ac0e6f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7451 2024.10.22 17:02:38.042468 [ 284 ] {47edb3e1-2ab5-4056-844a-0da78ac0e6f8} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7452 2024.10.22 17:02:38.042510 [ 284 ] {47edb3e1-2ab5-4056-844a-0da78ac0e6f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7453 2024.10.22 17:02:38.043358 [ 284 ] {47edb3e1-2ab5-4056-844a-0da78ac0e6f8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7454 2024.10.22 17:02:38.044185 [ 284 ] {47edb3e1-2ab5-4056-844a-0da78ac0e6f8} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7455 2024.10.22 17:02:38.044489 [ 284 ] {47edb3e1-2ab5-4056-844a-0da78ac0e6f8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00346 sec., 289.01734104046244 rows/sec., 19.47 KiB/sec.
7456 2024.10.22 17:02:38.045069 [ 284 ] {47edb3e1-2ab5-4056-844a-0da78ac0e6f8} <Debug> DynamicQueryHandler: Done processing query
7457 2024.10.22 17:02:38.045095 [ 284 ] {47edb3e1-2ab5-4056-844a-0da78ac0e6f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7458 2024.10.22 17:02:38.045113 [ 284 ] {} <Debug> HTTP-Session: b3ab859a-9a59-4f98-9441-a32a65415a64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7459 2024.10.22 17:02:38.045315 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7460 2024.10.22 17:02:38.045417 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56532, User-Agent: (none), Length: 50161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7461 2024.10.22 17:02:38.045497 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7462 2024.10.22 17:02:38.045523 [ 266 ] {} <Debug> HTTP-Session: 9a17309a-ae89-4281-b65f-f20ecc8dfd31 Authenticating user 'default' from [fd00:1122:3344:101::d]:56532
7463 2024.10.22 17:02:38.045545 [ 266 ] {} <Debug> HTTP-Session: 9a17309a-ae89-4281-b65f-f20ecc8dfd31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7464 2024.10.22 17:02:38.045563 [ 266 ] {} <Debug> HTTP-Session: 9a17309a-ae89-4281-b65f-f20ecc8dfd31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7465 2024.10.22 17:02:38.045607 [ 266 ] {} <Trace> HTTP-Session: 9a17309a-ae89-4281-b65f-f20ecc8dfd31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7466 2024.10.22 17:02:38.046165 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9807 rows, containing 5 columns (5 merged, 0 gathered) in 0.007215215 sec., 1359211.056080796 rows/sec., 91.68 MiB/sec.
7467 2024.10.22 17:02:38.046330 [ 266 ] {4eecd423-0c0f-4e71-afa3-14ab64f5c03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56532) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7468 2024.10.22 17:02:38.046426 [ 266 ] {4eecd423-0c0f-4e71-afa3-14ab64f5c03b} <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
7469 2024.10.22 17:02:38.046482 [ 199 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7470 2024.10.22 17:02:38.047433 [ 266 ] {4eecd423-0c0f-4e71-afa3-14ab64f5c03b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7471 2024.10.22 17:02:38.047461 [ 199 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7472 2024.10.22 17:02:38.047592 [ 199 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7473 2024.10.22 17:02:38.047735 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB.
7474 2024.10.22 17:02:38.048248 [ 266 ] {4eecd423-0c0f-4e71-afa3-14ab64f5c03b} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7475 2024.10.22 17:02:38.048287 [ 266 ] {4eecd423-0c0f-4e71-afa3-14ab64f5c03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7476 2024.10.22 17:02:38.048976 [ 266 ] {4eecd423-0c0f-4e71-afa3-14ab64f5c03b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
7477 2024.10.22 17:02:38.049412 [ 266 ] {4eecd423-0c0f-4e71-afa3-14ab64f5c03b} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7478 2024.10.22 17:02:38.049608 [ 266 ] {4eecd423-0c0f-4e71-afa3-14ab64f5c03b} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003867 sec., 7757.9519006982155 rows/sec., 13.90 MiB/sec.
7479 2024.10.22 17:02:38.049843 [ 266 ] {4eecd423-0c0f-4e71-afa3-14ab64f5c03b} <Debug> DynamicQueryHandler: Done processing query
7480 2024.10.22 17:02:38.049869 [ 266 ] {4eecd423-0c0f-4e71-afa3-14ab64f5c03b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
7481 2024.10.22 17:02:38.049885 [ 266 ] {} <Debug> HTTP-Session: 9a17309a-ae89-4281-b65f-f20ecc8dfd31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7482 2024.10.22 17:02:38.050067 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58802, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7483 2024.10.22 17:02:38.050084 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56532, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7484 2024.10.22 17:02:38.050159 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7485 2024.10.22 17:02:38.050198 [ 284 ] {} <Debug> HTTP-Session: 07e40d97-a5b2-47ab-94b9-47e649fa09cc Authenticating user 'default' from [fd00:1122:3344:101::d]:58802
7486 2024.10.22 17:02:38.050231 [ 284 ] {} <Debug> HTTP-Session: 07e40d97-a5b2-47ab-94b9-47e649fa09cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7487 2024.10.22 17:02:38.050258 [ 284 ] {} <Debug> HTTP-Session: 07e40d97-a5b2-47ab-94b9-47e649fa09cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7488 2024.10.22 17:02:38.050304 [ 284 ] {} <Trace> HTTP-Session: 07e40d97-a5b2-47ab-94b9-47e649fa09cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7489 2024.10.22 17:02:38.050472 [ 284 ] {0a963ae2-e002-4111-b45b-b151e82037ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58802) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7490 2024.10.22 17:02:38.050521 [ 284 ] {0a963ae2-e002-4111-b45b-b151e82037ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7491 2024.10.22 17:02:38.050686 [ 284 ] {0a963ae2-e002-4111-b45b-b151e82037ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7492 2024.10.22 17:02:38.050998 [ 284 ] {0a963ae2-e002-4111-b45b-b151e82037ca} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7493 2024.10.22 17:02:38.051035 [ 284 ] {0a963ae2-e002-4111-b45b-b151e82037ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7494 2024.10.22 17:02:38.051417 [ 284 ] {0a963ae2-e002-4111-b45b-b151e82037ca} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7495 2024.10.22 17:02:38.051759 [ 284 ] {0a963ae2-e002-4111-b45b-b151e82037ca} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7496 2024.10.22 17:02:38.051925 [ 284 ] {0a963ae2-e002-4111-b45b-b151e82037ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001516 sec., 54089.709762532984 rows/sec., 3.44 MiB/sec.
7497 2024.10.22 17:02:38.051934 [ 96 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7498 2024.10.22 17:02:38.052029 [ 96 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7499 2024.10.22 17:02:38.052083 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
7500 2024.10.22 17:02:38.052210 [ 284 ] {0a963ae2-e002-4111-b45b-b151e82037ca} <Debug> DynamicQueryHandler: Done processing query
7501 2024.10.22 17:02:38.052222 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
7502 2024.10.22 17:02:38.052242 [ 284 ] {0a963ae2-e002-4111-b45b-b151e82037ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7503 2024.10.22 17:02:38.052271 [ 284 ] {} <Debug> HTTP-Session: 07e40d97-a5b2-47ab-94b9-47e649fa09cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7504 2024.10.22 17:02:38.052362 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7505 2024.10.22 17:02:38.052393 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1476 rows starting from the beginning of the part
7506 2024.10.22 17:02:38.052459 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
7507 2024.10.22 17:02:38.052730 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7508 2024.10.22 17:02:38.052755 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
7509 2024.10.22 17:02:38.052990 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 50 rows starting from the beginning of the part
7510 2024.10.22 17:02:38.053168 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part
7511 2024.10.22 17:02:38.053343 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
7512 2024.10.22 17:02:38.054691 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1760 rows, containing 4 columns (4 merged, 0 gathered) in 0.002523388 sec., 697474.982047945 rows/sec., 45.46 MiB/sec.
7513 2024.10.22 17:02:38.054958 [ 189 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7514 2024.10.22 17:02:38.055413 [ 189 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_31_6} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7515 2024.10.22 17:02:38.055494 [ 189 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_31_6} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7516 2024.10.22 17:02:38.055562 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
7517 2024.10.22 17:02:39.000347 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.94 MiB, peak 169.84 MiB, free memory in arenas 0.00 B, will set to 162.90 MiB (RSS), difference: 4.96 MiB
7518 2024.10.22 17:02:39.054206 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7519 2024.10.22 17:02:39.117621 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54796, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7520 2024.10.22 17:02:39.217911 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51375, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7521 2024.10.22 17:02:39.222275 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7522 2024.10.22 17:02:39.231573 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36669, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7523 2024.10.22 17:02:39.262830 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47128, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7524 2024.10.22 17:02:39.280087 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7525 2024.10.22 17:02:39.289352 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7526 2024.10.22 17:02:39.294610 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56095, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7527 2024.10.22 17:02:42.990138 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35199, User-Agent: (none), Length: 10909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7528 2024.10.22 17:02:42.990261 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7529 2024.10.22 17:02:42.990291 [ 284 ] {} <Debug> HTTP-Session: 4d75f68e-f19b-4d1a-86f1-33aa0dd69b4c Authenticating user 'default' from [fd00:1122:3344:101::d]:35199
7530 2024.10.22 17:02:42.990319 [ 284 ] {} <Debug> HTTP-Session: 4d75f68e-f19b-4d1a-86f1-33aa0dd69b4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7531 2024.10.22 17:02:42.990336 [ 284 ] {} <Debug> HTTP-Session: 4d75f68e-f19b-4d1a-86f1-33aa0dd69b4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7532 2024.10.22 17:02:42.990391 [ 284 ] {} <Trace> HTTP-Session: 4d75f68e-f19b-4d1a-86f1-33aa0dd69b4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7533 2024.10.22 17:02:42.990615 [ 284 ] {1d84b148-5b1d-4920-b102-4513ba83e14f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35199) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7534 2024.10.22 17:02:42.990684 [ 284 ] {1d84b148-5b1d-4920-b102-4513ba83e14f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7535 2024.10.22 17:02:42.991039 [ 284 ] {1d84b148-5b1d-4920-b102-4513ba83e14f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7536 2024.10.22 17:02:42.991565 [ 284 ] {1d84b148-5b1d-4920-b102-4513ba83e14f} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7537 2024.10.22 17:02:42.991610 [ 284 ] {1d84b148-5b1d-4920-b102-4513ba83e14f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7538 2024.10.22 17:02:42.992035 [ 284 ] {1d84b148-5b1d-4920-b102-4513ba83e14f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7539 2024.10.22 17:02:42.992432 [ 284 ] {1d84b148-5b1d-4920-b102-4513ba83e14f} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7540 2024.10.22 17:02:42.992595 [ 284 ] {1d84b148-5b1d-4920-b102-4513ba83e14f} <Debug> executeQuery: Read 76 rows, 6.27 KiB in 0.002051 sec., 37055.09507557289 rows/sec., 2.99 MiB/sec.
7541 2024.10.22 17:02:42.992817 [ 284 ] {1d84b148-5b1d-4920-b102-4513ba83e14f} <Debug> DynamicQueryHandler: Done processing query
7542 2024.10.22 17:02:42.992844 [ 284 ] {1d84b148-5b1d-4920-b102-4513ba83e14f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7543 2024.10.22 17:02:42.992860 [ 284 ] {} <Debug> HTTP-Session: 4d75f68e-f19b-4d1a-86f1-33aa0dd69b4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7544 2024.10.22 17:02:42.993069 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7545 2024.10.22 17:02:42.993190 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40167, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7546 2024.10.22 17:02:42.993298 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7547 2024.10.22 17:02:42.993322 [ 280 ] {} <Debug> HTTP-Session: 138c494c-188c-4461-90d3-190738ce49da Authenticating user 'default' from [fd00:1122:3344:101::d]:40167
7548 2024.10.22 17:02:42.993348 [ 280 ] {} <Debug> HTTP-Session: 138c494c-188c-4461-90d3-190738ce49da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7549 2024.10.22 17:02:42.993362 [ 280 ] {} <Debug> HTTP-Session: 138c494c-188c-4461-90d3-190738ce49da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7550 2024.10.22 17:02:42.993415 [ 280 ] {} <Trace> HTTP-Session: 138c494c-188c-4461-90d3-190738ce49da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7551 2024.10.22 17:02:42.993600 [ 280 ] {8beb76df-0426-4be5-a858-1ad0f42f26ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40167) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7552 2024.10.22 17:02:42.993665 [ 280 ] {8beb76df-0426-4be5-a858-1ad0f42f26ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7553 2024.10.22 17:02:42.994010 [ 280 ] {8beb76df-0426-4be5-a858-1ad0f42f26ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7554 2024.10.22 17:02:42.994396 [ 280 ] {8beb76df-0426-4be5-a858-1ad0f42f26ce} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7555 2024.10.22 17:02:42.994440 [ 280 ] {8beb76df-0426-4be5-a858-1ad0f42f26ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7556 2024.10.22 17:02:42.994877 [ 280 ] {8beb76df-0426-4be5-a858-1ad0f42f26ce} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7557 2024.10.22 17:02:42.995275 [ 280 ] {8beb76df-0426-4be5-a858-1ad0f42f26ce} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7558 2024.10.22 17:02:42.995438 [ 280 ] {8beb76df-0426-4be5-a858-1ad0f42f26ce} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001896 sec., 5274.261603375528 rows/sec., 396.60 KiB/sec.
7559 2024.10.22 17:02:42.995654 [ 280 ] {8beb76df-0426-4be5-a858-1ad0f42f26ce} <Debug> DynamicQueryHandler: Done processing query
7560 2024.10.22 17:02:42.995680 [ 280 ] {8beb76df-0426-4be5-a858-1ad0f42f26ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7561 2024.10.22 17:02:42.995697 [ 280 ] {} <Debug> HTTP-Session: 138c494c-188c-4461-90d3-190738ce49da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7562 2024.10.22 17:02:42.995898 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40167, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7563 2024.10.22 17:02:42.995865 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35199, User-Agent: (none), Length: 12575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7564 2024.10.22 17:02:42.996009 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7565 2024.10.22 17:02:42.996036 [ 284 ] {} <Debug> HTTP-Session: 9a182ea9-33b9-4256-a01d-e26dc5e197e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35199
7566 2024.10.22 17:02:42.996070 [ 284 ] {} <Debug> HTTP-Session: 9a182ea9-33b9-4256-a01d-e26dc5e197e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7567 2024.10.22 17:02:42.996093 [ 284 ] {} <Debug> HTTP-Session: 9a182ea9-33b9-4256-a01d-e26dc5e197e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7568 2024.10.22 17:02:42.996139 [ 284 ] {} <Trace> HTTP-Session: 9a182ea9-33b9-4256-a01d-e26dc5e197e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7569 2024.10.22 17:02:42.996306 [ 284 ] {09e5f2c9-b9a7-4110-ab48-290f55bb2395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35199) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7570 2024.10.22 17:02:42.996363 [ 284 ] {09e5f2c9-b9a7-4110-ab48-290f55bb2395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7571 2024.10.22 17:02:42.996650 [ 284 ] {09e5f2c9-b9a7-4110-ab48-290f55bb2395} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7572 2024.10.22 17:02:42.997023 [ 284 ] {09e5f2c9-b9a7-4110-ab48-290f55bb2395} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7573 2024.10.22 17:02:42.997060 [ 284 ] {09e5f2c9-b9a7-4110-ab48-290f55bb2395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7574 2024.10.22 17:02:42.997429 [ 284 ] {09e5f2c9-b9a7-4110-ab48-290f55bb2395} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7575 2024.10.22 17:02:42.997800 [ 284 ] {09e5f2c9-b9a7-4110-ab48-290f55bb2395} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7576 2024.10.22 17:02:42.997963 [ 284 ] {09e5f2c9-b9a7-4110-ab48-290f55bb2395} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001709 sec., 43300.175541252196 rows/sec., 3.38 MiB/sec.
7577 2024.10.22 17:02:42.998144 [ 284 ] {09e5f2c9-b9a7-4110-ab48-290f55bb2395} <Debug> DynamicQueryHandler: Done processing query
7578 2024.10.22 17:02:42.998170 [ 284 ] {09e5f2c9-b9a7-4110-ab48-290f55bb2395} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7579 2024.10.22 17:02:42.998186 [ 284 ] {} <Debug> HTTP-Session: 9a182ea9-33b9-4256-a01d-e26dc5e197e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7580 2024.10.22 17:02:42.998430 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7581 2024.10.22 17:02:42.998526 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39717, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7582 2024.10.22 17:02:42.998598 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7583 2024.10.22 17:02:42.998622 [ 280 ] {} <Debug> HTTP-Session: 697746f9-2198-4fc1-b980-6a33d277821b Authenticating user 'default' from [fd00:1122:3344:101::d]:39717
7584 2024.10.22 17:02:42.998645 [ 280 ] {} <Debug> HTTP-Session: 697746f9-2198-4fc1-b980-6a33d277821b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7585 2024.10.22 17:02:42.998662 [ 280 ] {} <Debug> HTTP-Session: 697746f9-2198-4fc1-b980-6a33d277821b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7586 2024.10.22 17:02:42.998709 [ 280 ] {} <Trace> HTTP-Session: 697746f9-2198-4fc1-b980-6a33d277821b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7587 2024.10.22 17:02:42.998921 [ 280 ] {bac17a6b-2d7e-4584-99a7-d74caf1d013d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39717) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7588 2024.10.22 17:02:42.998983 [ 280 ] {bac17a6b-2d7e-4584-99a7-d74caf1d013d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7589 2024.10.22 17:02:42.999199 [ 280 ] {bac17a6b-2d7e-4584-99a7-d74caf1d013d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7590 2024.10.22 17:02:42.999617 [ 280 ] {bac17a6b-2d7e-4584-99a7-d74caf1d013d} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7591 2024.10.22 17:02:42.999652 [ 280 ] {bac17a6b-2d7e-4584-99a7-d74caf1d013d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7592 2024.10.22 17:02:43.000060 [ 280 ] {bac17a6b-2d7e-4584-99a7-d74caf1d013d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7593 2024.10.22 17:02:43.000153 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.46 MiB, peak 169.84 MiB, free memory in arenas 0.00 B, will set to 162.91 MiB (RSS), difference: -5.55 MiB
7594 2024.10.22 17:02:43.000784 [ 280 ] {bac17a6b-2d7e-4584-99a7-d74caf1d013d} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7595 2024.10.22 17:02:43.000925 [ 280 ] {bac17a6b-2d7e-4584-99a7-d74caf1d013d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002103 sec., 76081.78792201617 rows/sec., 5.30 MiB/sec.
7596 2024.10.22 17:02:43.001112 [ 280 ] {bac17a6b-2d7e-4584-99a7-d74caf1d013d} <Debug> DynamicQueryHandler: Done processing query
7597 2024.10.22 17:02:43.001136 [ 280 ] {bac17a6b-2d7e-4584-99a7-d74caf1d013d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7598 2024.10.22 17:02:43.001153 [ 280 ] {} <Debug> HTTP-Session: 697746f9-2198-4fc1-b980-6a33d277821b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7599 2024.10.22 17:02:43.001338 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35199, User-Agent: (none), Length: 16451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7600 2024.10.22 17:02:43.001356 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39717, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7601 2024.10.22 17:02:43.001428 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7602 2024.10.22 17:02:43.001467 [ 284 ] {} <Debug> HTTP-Session: c5f22807-0c10-411e-8a90-a215704d5eb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35199
7603 2024.10.22 17:02:43.001492 [ 284 ] {} <Debug> HTTP-Session: c5f22807-0c10-411e-8a90-a215704d5eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7604 2024.10.22 17:02:43.001512 [ 284 ] {} <Debug> HTTP-Session: c5f22807-0c10-411e-8a90-a215704d5eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7605 2024.10.22 17:02:43.001570 [ 284 ] {} <Trace> HTTP-Session: c5f22807-0c10-411e-8a90-a215704d5eb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7606 2024.10.22 17:02:43.001821 [ 284 ] {6e775253-571e-48c2-8159-c7ac12097111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35199) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7607 2024.10.22 17:02:43.001915 [ 284 ] {6e775253-571e-48c2-8159-c7ac12097111} <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
7608 2024.10.22 17:02:43.002502 [ 284 ] {6e775253-571e-48c2-8159-c7ac12097111} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7609 2024.10.22 17:02:43.003040 [ 284 ] {6e775253-571e-48c2-8159-c7ac12097111} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7610 2024.10.22 17:02:43.003077 [ 284 ] {6e775253-571e-48c2-8159-c7ac12097111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7611 2024.10.22 17:02:43.003708 [ 284 ] {6e775253-571e-48c2-8159-c7ac12097111} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7612 2024.10.22 17:02:43.004136 [ 284 ] {6e775253-571e-48c2-8159-c7ac12097111} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7613 2024.10.22 17:02:43.004333 [ 284 ] {6e775253-571e-48c2-8159-c7ac12097111} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002665 sec., 3752.3452157598504 rows/sec., 6.72 MiB/sec.
7614 2024.10.22 17:02:43.004668 [ 284 ] {6e775253-571e-48c2-8159-c7ac12097111} <Debug> DynamicQueryHandler: Done processing query
7615 2024.10.22 17:02:43.004693 [ 284 ] {6e775253-571e-48c2-8159-c7ac12097111} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
7616 2024.10.22 17:02:43.004710 [ 284 ] {} <Debug> HTTP-Session: c5f22807-0c10-411e-8a90-a215704d5eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7617 2024.10.22 17:02:43.004871 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7618 2024.10.22 17:02:43.004968 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49667, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7619 2024.10.22 17:02:43.005033 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7620 2024.10.22 17:02:43.005053 [ 280 ] {} <Debug> HTTP-Session: 0d835d77-c339-432f-8018-59a82c00b1a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49667
7621 2024.10.22 17:02:43.005072 [ 280 ] {} <Debug> HTTP-Session: 0d835d77-c339-432f-8018-59a82c00b1a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7622 2024.10.22 17:02:43.005086 [ 280 ] {} <Debug> HTTP-Session: 0d835d77-c339-432f-8018-59a82c00b1a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7623 2024.10.22 17:02:43.005126 [ 280 ] {} <Trace> HTTP-Session: 0d835d77-c339-432f-8018-59a82c00b1a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7624 2024.10.22 17:02:43.005272 [ 280 ] {c258010f-74a5-4c6c-915c-914c0369c378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49667) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7625 2024.10.22 17:02:43.005321 [ 280 ] {c258010f-74a5-4c6c-915c-914c0369c378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7626 2024.10.22 17:02:43.005489 [ 280 ] {c258010f-74a5-4c6c-915c-914c0369c378} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7627 2024.10.22 17:02:43.005798 [ 280 ] {c258010f-74a5-4c6c-915c-914c0369c378} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7628 2024.10.22 17:02:43.005834 [ 280 ] {c258010f-74a5-4c6c-915c-914c0369c378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7629 2024.10.22 17:02:43.006222 [ 280 ] {c258010f-74a5-4c6c-915c-914c0369c378} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7630 2024.10.22 17:02:43.006583 [ 280 ] {c258010f-74a5-4c6c-915c-914c0369c378} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7631 2024.10.22 17:02:43.006738 [ 280 ] {c258010f-74a5-4c6c-915c-914c0369c378} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001521 sec., 39447.731755424065 rows/sec., 2.66 MiB/sec.
7632 2024.10.22 17:02:43.006970 [ 280 ] {c258010f-74a5-4c6c-915c-914c0369c378} <Debug> DynamicQueryHandler: Done processing query
7633 2024.10.22 17:02:43.006994 [ 280 ] {c258010f-74a5-4c6c-915c-914c0369c378} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7634 2024.10.22 17:02:43.007011 [ 280 ] {} <Debug> HTTP-Session: 0d835d77-c339-432f-8018-59a82c00b1a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7635 2024.10.22 17:02:43.007228 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49667, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7636 2024.10.22 17:02:43.117560 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7637 2024.10.22 17:02:43.224884 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47472, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7638 2024.10.22 17:02:43.245217 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61419, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7639 2024.10.22 17:02:43.246494 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40532, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7640 2024.10.22 17:02:43.249763 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7641 2024.10.22 17:02:43.255016 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7642 2024.10.22 17:02:43.257330 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7643 2024.10.22 17:02:43.265593 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7644 2024.10.22 17:02:43.267861 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7645 2024.10.22 17:02:44.000153 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.06 MiB, peak 169.84 MiB, free memory in arenas 0.00 B, will set to 162.91 MiB (RSS), difference: 4.85 MiB
7646 2024.10.22 17:02:47.126308 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache
7647 2024.10.22 17:02:47.126364 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache
7648 2024.10.22 17:02:47.284918 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 674
7649 2024.10.22 17:02:47.287789 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7650 2024.10.22 17:02:47.287846 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7651 2024.10.22 17:02:47.289765 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7652 2024.10.22 17:02:47.290780 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7653 2024.10.22 17:02:47.291422 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 674
7654 2024.10.22 17:02:47.995917 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35199, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7655 2024.10.22 17:02:47.996072 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7656 2024.10.22 17:02:47.996100 [ 284 ] {} <Debug> HTTP-Session: 740b4a98-3a4d-4606-a535-fffb6598ac21 Authenticating user 'default' from [fd00:1122:3344:101::d]:35199
7657 2024.10.22 17:02:47.996124 [ 284 ] {} <Debug> HTTP-Session: 740b4a98-3a4d-4606-a535-fffb6598ac21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7658 2024.10.22 17:02:47.996141 [ 284 ] {} <Debug> HTTP-Session: 740b4a98-3a4d-4606-a535-fffb6598ac21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7659 2024.10.22 17:02:47.996194 [ 284 ] {} <Trace> HTTP-Session: 740b4a98-3a4d-4606-a535-fffb6598ac21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7660 2024.10.22 17:02:47.996400 [ 284 ] {da3df1bb-91f4-4815-b6ce-1e3b5c341891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35199) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
7661 2024.10.22 17:02:47.996474 [ 284 ] {da3df1bb-91f4-4815-b6ce-1e3b5c341891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
7662 2024.10.22 17:02:47.996832 [ 284 ] {da3df1bb-91f4-4815-b6ce-1e3b5c341891} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7663 2024.10.22 17:02:47.997341 [ 284 ] {da3df1bb-91f4-4815-b6ce-1e3b5c341891} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7664 2024.10.22 17:02:47.997386 [ 284 ] {da3df1bb-91f4-4815-b6ce-1e3b5c341891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7665 2024.10.22 17:02:47.997851 [ 284 ] {da3df1bb-91f4-4815-b6ce-1e3b5c341891} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7666 2024.10.22 17:02:47.998265 [ 284 ] {da3df1bb-91f4-4815-b6ce-1e3b5c341891} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7667 2024.10.22 17:02:47.998415 [ 33 ] {} <Debug> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7668 2024.10.22 17:02:47.998421 [ 284 ] {da3df1bb-91f4-4815-b6ce-1e3b5c341891} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002079 sec., 5772.005772005772 rows/sec., 403.03 KiB/sec.
7669 2024.10.22 17:02:47.998457 [ 33 ] {} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7670 2024.10.22 17:02:47.998490 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7671 2024.10.22 17:02:47.998674 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::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
7672 2024.10.22 17:02:47.998744 [ 284 ] {da3df1bb-91f4-4815-b6ce-1e3b5c341891} <Debug> DynamicQueryHandler: Done processing query
7673 2024.10.22 17:02:47.998784 [ 284 ] {da3df1bb-91f4-4815-b6ce-1e3b5c341891} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7674 2024.10.22 17:02:47.998821 [ 284 ] {} <Debug> HTTP-Session: 740b4a98-3a4d-4606-a535-fffb6598ac21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7675 2024.10.22 17:02:47.998867 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7676 2024.10.22 17:02:47.998915 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part
7677 2024.10.22 17:02:47.998994 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part
7678 2024.10.22 17:02:47.999177 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7679 2024.10.22 17:02:47.999399 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33562, User-Agent: (none), Length: 39219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7680 2024.10.22 17:02:47.999465 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part
7681 2024.10.22 17:02:47.999534 [ 284 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
7682 
7683 (version 23.8.7.1)
7684 2024.10.22 17:02:47.999721 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7685 2024.10.22 17:02:47.999826 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part
7686 2024.10.22 17:02:47.999871 [ 283 ] {} <Debug> HTTP-Session: 10c02623-8b25-4192-9e2a-23475734b623 Authenticating user 'default' from [fd00:1122:3344:101::d]:33562
7687 2024.10.22 17:02:47.999967 [ 283 ] {} <Debug> HTTP-Session: 10c02623-8b25-4192-9e2a-23475734b623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7688 2024.10.22 17:02:48.000043 [ 283 ] {} <Debug> HTTP-Session: 10c02623-8b25-4192-9e2a-23475734b623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7689 2024.10.22 17:02:48.000112 [ 193 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part
7690 2024.10.22 17:02:48.000168 [ 283 ] {} <Trace> HTTP-Session: 10c02623-8b25-4192-9e2a-23475734b623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7691 2024.10.22 17:02:48.000192 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.01 MiB, peak 169.84 MiB, free memory in arenas 0.00 B, will set to 162.91 MiB (RSS), difference: -1.09 MiB
7692 2024.10.22 17:02:48.000990 [ 283 ] {a920692f-36a2-439b-b415-633f255cbed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33562) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7693 2024.10.22 17:02:48.001193 [ 283 ] {a920692f-36a2-439b-b415-633f255cbed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7694 2024.10.22 17:02:48.002349 [ 283 ] {a920692f-36a2-439b-b415-633f255cbed2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7695 2024.10.22 17:02:48.003047 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004482613 sec., 13385.050192822802 rows/sec., 983.62 KiB/sec.
7696 2024.10.22 17:02:48.003301 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7697 2024.10.22 17:02:48.003461 [ 283 ] {a920692f-36a2-439b-b415-633f255cbed2} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7698 2024.10.22 17:02:48.003522 [ 283 ] {a920692f-36a2-439b-b415-633f255cbed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7699 2024.10.22 17:02:48.004422 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_13_3} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7700 2024.10.22 17:02:48.004574 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_13_3} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7701 2024.10.22 17:02:48.004590 [ 283 ] {a920692f-36a2-439b-b415-633f255cbed2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7702 2024.10.22 17:02:48.004731 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7703 2024.10.22 17:02:48.005104 [ 283 ] {a920692f-36a2-439b-b415-633f255cbed2} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7704 2024.10.22 17:02:48.005303 [ 283 ] {a920692f-36a2-439b-b415-633f255cbed2} <Debug> executeQuery: Read 261 rows, 23.40 KiB in 0.004733 sec., 55144.72850200718 rows/sec., 4.83 MiB/sec.
7705 2024.10.22 17:02:48.005743 [ 283 ] {a920692f-36a2-439b-b415-633f255cbed2} <Debug> DynamicQueryHandler: Done processing query
7706 2024.10.22 17:02:48.005773 [ 283 ] {a920692f-36a2-439b-b415-633f255cbed2} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
7707 2024.10.22 17:02:48.005792 [ 283 ] {} <Debug> HTTP-Session: 10c02623-8b25-4192-9e2a-23475734b623 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7708 2024.10.22 17:02:48.005997 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7709 2024.10.22 17:02:48.006075 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45401, User-Agent: (none), Length: 4347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7710 2024.10.22 17:02:48.006144 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7711 2024.10.22 17:02:48.006175 [ 284 ] {} <Debug> HTTP-Session: 968ed7c6-0982-4b2d-bd0e-93175012dd5f Authenticating user 'default' from [fd00:1122:3344:101::d]:45401
7712 2024.10.22 17:02:48.006196 [ 284 ] {} <Debug> HTTP-Session: 968ed7c6-0982-4b2d-bd0e-93175012dd5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7713 2024.10.22 17:02:48.006210 [ 284 ] {} <Debug> HTTP-Session: 968ed7c6-0982-4b2d-bd0e-93175012dd5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7714 2024.10.22 17:02:48.006255 [ 284 ] {} <Trace> HTTP-Session: 968ed7c6-0982-4b2d-bd0e-93175012dd5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7715 2024.10.22 17:02:48.006395 [ 284 ] {064b5550-cef1-4120-bf10-6678306f2207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45401) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7716 2024.10.22 17:02:48.006447 [ 284 ] {064b5550-cef1-4120-bf10-6678306f2207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7717 2024.10.22 17:02:48.006721 [ 284 ] {064b5550-cef1-4120-bf10-6678306f2207} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7718 2024.10.22 17:02:48.007082 [ 284 ] {064b5550-cef1-4120-bf10-6678306f2207} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7719 2024.10.22 17:02:48.007120 [ 284 ] {064b5550-cef1-4120-bf10-6678306f2207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7720 2024.10.22 17:02:48.007500 [ 284 ] {064b5550-cef1-4120-bf10-6678306f2207} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7721 2024.10.22 17:02:48.007891 [ 284 ] {064b5550-cef1-4120-bf10-6678306f2207} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7722 2024.10.22 17:02:48.008025 [ 284 ] {064b5550-cef1-4120-bf10-6678306f2207} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001679 sec., 17867.77843954735 rows/sec., 1.31 MiB/sec.
7723 2024.10.22 17:02:48.008200 [ 284 ] {064b5550-cef1-4120-bf10-6678306f2207} <Debug> DynamicQueryHandler: Done processing query
7724 2024.10.22 17:02:48.008226 [ 284 ] {064b5550-cef1-4120-bf10-6678306f2207} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7725 2024.10.22 17:02:48.008242 [ 284 ] {} <Debug> HTTP-Session: 968ed7c6-0982-4b2d-bd0e-93175012dd5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7726 2024.10.22 17:02:48.008387 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7727 2024.10.22 17:02:48.008484 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64033, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7728 2024.10.22 17:02:48.008552 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7729 2024.10.22 17:02:48.008573 [ 283 ] {} <Debug> HTTP-Session: b751f73f-a73d-4404-a5e6-07591c939785 Authenticating user 'default' from [fd00:1122:3344:101::d]:64033
7730 2024.10.22 17:02:48.008593 [ 283 ] {} <Debug> HTTP-Session: b751f73f-a73d-4404-a5e6-07591c939785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7731 2024.10.22 17:02:48.008608 [ 283 ] {} <Debug> HTTP-Session: b751f73f-a73d-4404-a5e6-07591c939785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7732 2024.10.22 17:02:48.008654 [ 283 ] {} <Trace> HTTP-Session: b751f73f-a73d-4404-a5e6-07591c939785 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7733 2024.10.22 17:02:48.008794 [ 283 ] {44723205-d11e-4dc6-911f-f3fa73e02b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64033) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7734 2024.10.22 17:02:48.008848 [ 283 ] {44723205-d11e-4dc6-911f-f3fa73e02b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7735 2024.10.22 17:02:48.009138 [ 283 ] {44723205-d11e-4dc6-911f-f3fa73e02b54} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7736 2024.10.22 17:02:48.009493 [ 283 ] {44723205-d11e-4dc6-911f-f3fa73e02b54} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7737 2024.10.22 17:02:48.009533 [ 283 ] {44723205-d11e-4dc6-911f-f3fa73e02b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7738 2024.10.22 17:02:48.009934 [ 283 ] {44723205-d11e-4dc6-911f-f3fa73e02b54} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7739 2024.10.22 17:02:48.010323 [ 283 ] {44723205-d11e-4dc6-911f-f3fa73e02b54} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7740 2024.10.22 17:02:48.010491 [ 283 ] {44723205-d11e-4dc6-911f-f3fa73e02b54} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001734 sec., 12110.726643598615 rows/sec., 836.33 KiB/sec.
7741 2024.10.22 17:02:48.010703 [ 283 ] {44723205-d11e-4dc6-911f-f3fa73e02b54} <Debug> DynamicQueryHandler: Done processing query
7742 2024.10.22 17:02:48.010730 [ 283 ] {44723205-d11e-4dc6-911f-f3fa73e02b54} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7743 2024.10.22 17:02:48.010746 [ 283 ] {} <Debug> HTTP-Session: b751f73f-a73d-4404-a5e6-07591c939785 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7744 2024.10.22 17:02:48.010910 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7745 2024.10.22 17:02:48.010933 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45401, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7746 2024.10.22 17:02:48.011019 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7747 2024.10.22 17:02:48.011057 [ 284 ] {} <Debug> HTTP-Session: 1299320a-0d37-4261-990f-dcf6986ab79b Authenticating user 'default' from [fd00:1122:3344:101::d]:45401
7748 2024.10.22 17:02:48.011087 [ 284 ] {} <Debug> HTTP-Session: 1299320a-0d37-4261-990f-dcf6986ab79b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7749 2024.10.22 17:02:48.011106 [ 284 ] {} <Debug> HTTP-Session: 1299320a-0d37-4261-990f-dcf6986ab79b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7750 2024.10.22 17:02:48.011156 [ 284 ] {} <Trace> HTTP-Session: 1299320a-0d37-4261-990f-dcf6986ab79b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7751 2024.10.22 17:02:48.011293 [ 284 ] {71b41158-2e8a-4980-8910-cea1ae265857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45401) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7752 2024.10.22 17:02:48.011350 [ 284 ] {71b41158-2e8a-4980-8910-cea1ae265857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7753 2024.10.22 17:02:48.011661 [ 284 ] {71b41158-2e8a-4980-8910-cea1ae265857} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7754 2024.10.22 17:02:48.011975 [ 284 ] {71b41158-2e8a-4980-8910-cea1ae265857} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7755 2024.10.22 17:02:48.012012 [ 284 ] {71b41158-2e8a-4980-8910-cea1ae265857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7756 2024.10.22 17:02:48.012440 [ 284 ] {71b41158-2e8a-4980-8910-cea1ae265857} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7757 2024.10.22 17:02:48.012827 [ 284 ] {71b41158-2e8a-4980-8910-cea1ae265857} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7758 2024.10.22 17:02:48.012953 [ 29 ] {} <Debug> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7759 2024.10.22 17:02:48.012962 [ 284 ] {71b41158-2e8a-4980-8910-cea1ae265857} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001707 sec., 7029.8769771529 rows/sec., 432.50 KiB/sec.
7760 2024.10.22 17:02:48.012998 [ 29 ] {} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7761 2024.10.22 17:02:48.013033 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7762 2024.10.22 17:02:48.013213 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::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
7763 2024.10.22 17:02:48.013235 [ 284 ] {71b41158-2e8a-4980-8910-cea1ae265857} <Debug> DynamicQueryHandler: Done processing query
7764 2024.10.22 17:02:48.013281 [ 284 ] {71b41158-2e8a-4980-8910-cea1ae265857} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7765 2024.10.22 17:02:48.013323 [ 284 ] {} <Debug> HTTP-Session: 1299320a-0d37-4261-990f-dcf6986ab79b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7766 2024.10.22 17:02:48.013440 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7767 2024.10.22 17:02:48.013481 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part
7768 2024.10.22 17:02:48.013669 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part
7769 2024.10.22 17:02:48.013677 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7770 2024.10.22 17:02:48.013753 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38716, User-Agent: (none), Length: 66853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7771 2024.10.22 17:02:48.013961 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7772 2024.10.22 17:02:48.013988 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part
7773 2024.10.22 17:02:48.014086 [ 283 ] {} <Debug> HTTP-Session: 6d2f70a9-966c-486c-adea-8722874724cd Authenticating user 'default' from [fd00:1122:3344:101::d]:38716
7774 2024.10.22 17:02:48.014175 [ 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):
7775 
7776 (version 23.8.7.1)
7777 2024.10.22 17:02:48.014209 [ 283 ] {} <Debug> HTTP-Session: 6d2f70a9-966c-486c-adea-8722874724cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7778 2024.10.22 17:02:48.014312 [ 283 ] {} <Debug> HTTP-Session: 6d2f70a9-966c-486c-adea-8722874724cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7779 2024.10.22 17:02:48.014365 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part
7780 2024.10.22 17:02:48.014494 [ 283 ] {} <Trace> HTTP-Session: 6d2f70a9-966c-486c-adea-8722874724cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7781 2024.10.22 17:02:48.014710 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part
7782 2024.10.22 17:02:48.015124 [ 283 ] {f4d125de-e24c-4a4e-9271-de131b1d6d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38716) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7783 2024.10.22 17:02:48.015408 [ 283 ] {f4d125de-e24c-4a4e-9271-de131b1d6d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7784 2024.10.22 17:02:48.016308 [ 283 ] {f4d125de-e24c-4a4e-9271-de131b1d6d70} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7785 2024.10.22 17:02:48.017462 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004329169 sec., 13859.47279951418 rows/sec., 903.44 KiB/sec.
7786 2024.10.22 17:02:48.017621 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7787 2024.10.22 17:02:48.017641 [ 283 ] {f4d125de-e24c-4a4e-9271-de131b1d6d70} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7788 2024.10.22 17:02:48.017712 [ 283 ] {f4d125de-e24c-4a4e-9271-de131b1d6d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7789 2024.10.22 17:02:48.018518 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_13_3} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7790 2024.10.22 17:02:48.018635 [ 283 ] {f4d125de-e24c-4a4e-9271-de131b1d6d70} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7791 2024.10.22 17:02:48.018647 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_13_3} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7792 2024.10.22 17:02:48.018798 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7793 2024.10.22 17:02:48.019150 [ 283 ] {f4d125de-e24c-4a4e-9271-de131b1d6d70} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7794 2024.10.22 17:02:48.019369 [ 283 ] {f4d125de-e24c-4a4e-9271-de131b1d6d70} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.004558 sec., 90390.52215884159 rows/sec., 6.45 MiB/sec.
7795 2024.10.22 17:02:48.019812 [ 283 ] {f4d125de-e24c-4a4e-9271-de131b1d6d70} <Debug> DynamicQueryHandler: Done processing query
7796 2024.10.22 17:02:48.019842 [ 283 ] {f4d125de-e24c-4a4e-9271-de131b1d6d70} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7797 2024.10.22 17:02:48.019862 [ 283 ] {} <Debug> HTTP-Session: 6d2f70a9-966c-486c-adea-8722874724cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7798 2024.10.22 17:02:48.020035 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7799 2024.10.22 17:02:48.020101 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60501, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7800 2024.10.22 17:02:48.020204 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7801 2024.10.22 17:02:48.020236 [ 284 ] {} <Debug> HTTP-Session: 21d76724-e727-4ed2-a8b8-ae487999d38d Authenticating user 'default' from [fd00:1122:3344:101::d]:60501
7802 2024.10.22 17:02:48.020259 [ 284 ] {} <Debug> HTTP-Session: 21d76724-e727-4ed2-a8b8-ae487999d38d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7803 2024.10.22 17:02:48.020276 [ 284 ] {} <Debug> HTTP-Session: 21d76724-e727-4ed2-a8b8-ae487999d38d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7804 2024.10.22 17:02:48.020323 [ 284 ] {} <Trace> HTTP-Session: 21d76724-e727-4ed2-a8b8-ae487999d38d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7805 2024.10.22 17:02:48.020454 [ 284 ] {7bebaab0-3a6c-48f7-946e-46fd24d1f833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60501) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7806 2024.10.22 17:02:48.020512 [ 284 ] {7bebaab0-3a6c-48f7-946e-46fd24d1f833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7807 2024.10.22 17:02:48.020693 [ 284 ] {7bebaab0-3a6c-48f7-946e-46fd24d1f833} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7808 2024.10.22 17:02:48.020981 [ 284 ] {7bebaab0-3a6c-48f7-946e-46fd24d1f833} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7809 2024.10.22 17:02:48.021017 [ 284 ] {7bebaab0-3a6c-48f7-946e-46fd24d1f833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7810 2024.10.22 17:02:48.021394 [ 284 ] {7bebaab0-3a6c-48f7-946e-46fd24d1f833} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7811 2024.10.22 17:02:48.021745 [ 284 ] {7bebaab0-3a6c-48f7-946e-46fd24d1f833} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7812 2024.10.22 17:02:48.021878 [ 284 ] {7bebaab0-3a6c-48f7-946e-46fd24d1f833} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec.
7813 2024.10.22 17:02:48.022047 [ 284 ] {7bebaab0-3a6c-48f7-946e-46fd24d1f833} <Debug> DynamicQueryHandler: Done processing query
7814 2024.10.22 17:02:48.022083 [ 284 ] {7bebaab0-3a6c-48f7-946e-46fd24d1f833} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7815 2024.10.22 17:02:48.022101 [ 284 ] {} <Debug> HTTP-Session: 21d76724-e727-4ed2-a8b8-ae487999d38d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7816 2024.10.22 17:02:48.022267 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7817 2024.10.22 17:02:48.022380 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39576, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7818 2024.10.22 17:02:48.022448 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7819 2024.10.22 17:02:48.022469 [ 283 ] {} <Debug> HTTP-Session: 4b0e6fbe-e03e-4bb6-bb84-d381b8465505 Authenticating user 'default' from [fd00:1122:3344:101::d]:39576
7820 2024.10.22 17:02:48.022488 [ 283 ] {} <Debug> HTTP-Session: 4b0e6fbe-e03e-4bb6-bb84-d381b8465505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7821 2024.10.22 17:02:48.022502 [ 283 ] {} <Debug> HTTP-Session: 4b0e6fbe-e03e-4bb6-bb84-d381b8465505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7822 2024.10.22 17:02:48.022548 [ 283 ] {} <Trace> HTTP-Session: 4b0e6fbe-e03e-4bb6-bb84-d381b8465505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7823 2024.10.22 17:02:48.022779 [ 283 ] {d472e194-550d-43cc-8c01-6a34063487de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7824 2024.10.22 17:02:48.022835 [ 283 ] {d472e194-550d-43cc-8c01-6a34063487de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7825 2024.10.22 17:02:48.023033 [ 283 ] {d472e194-550d-43cc-8c01-6a34063487de} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7826 2024.10.22 17:02:48.023519 [ 283 ] {d472e194-550d-43cc-8c01-6a34063487de} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7827 2024.10.22 17:02:48.023560 [ 283 ] {d472e194-550d-43cc-8c01-6a34063487de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7828 2024.10.22 17:02:48.024008 [ 283 ] {d472e194-550d-43cc-8c01-6a34063487de} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7829 2024.10.22 17:02:48.024382 [ 283 ] {d472e194-550d-43cc-8c01-6a34063487de} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7830 2024.10.22 17:02:48.024555 [ 283 ] {d472e194-550d-43cc-8c01-6a34063487de} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001883 sec., 125862.98459904408 rows/sec., 8.44 MiB/sec.
7831 2024.10.22 17:02:48.024785 [ 283 ] {d472e194-550d-43cc-8c01-6a34063487de} <Debug> DynamicQueryHandler: Done processing query
7832 2024.10.22 17:02:48.024810 [ 283 ] {d472e194-550d-43cc-8c01-6a34063487de} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7833 2024.10.22 17:02:48.024828 [ 283 ] {} <Debug> HTTP-Session: 4b0e6fbe-e03e-4bb6-bb84-d381b8465505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7834 2024.10.22 17:02:48.024999 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60501, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7835 2024.10.22 17:02:48.025010 [ 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)
7836 2024.10.22 17:02:48.025100 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7837 2024.10.22 17:02:48.025145 [ 284 ] {} <Debug> HTTP-Session: 60ad75d1-db3e-4df8-8958-937c8fe4ebe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60501
7838 2024.10.22 17:02:48.025179 [ 284 ] {} <Debug> HTTP-Session: 60ad75d1-db3e-4df8-8958-937c8fe4ebe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7839 2024.10.22 17:02:48.025203 [ 284 ] {} <Debug> HTTP-Session: 60ad75d1-db3e-4df8-8958-937c8fe4ebe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7840 2024.10.22 17:02:48.025247 [ 284 ] {} <Trace> HTTP-Session: 60ad75d1-db3e-4df8-8958-937c8fe4ebe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7841 2024.10.22 17:02:48.025356 [ 284 ] {17ecde34-fbfc-45ef-bc74-0482fe6b11db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60501) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7842 2024.10.22 17:02:48.025406 [ 284 ] {17ecde34-fbfc-45ef-bc74-0482fe6b11db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7843 2024.10.22 17:02:48.025573 [ 284 ] {17ecde34-fbfc-45ef-bc74-0482fe6b11db} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7844 2024.10.22 17:02:48.025859 [ 284 ] {17ecde34-fbfc-45ef-bc74-0482fe6b11db} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7845 2024.10.22 17:02:48.025896 [ 284 ] {17ecde34-fbfc-45ef-bc74-0482fe6b11db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7846 2024.10.22 17:02:48.026269 [ 284 ] {17ecde34-fbfc-45ef-bc74-0482fe6b11db} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7847 2024.10.22 17:02:48.026616 [ 284 ] {17ecde34-fbfc-45ef-bc74-0482fe6b11db} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7848 2024.10.22 17:02:48.026743 [ 284 ] {17ecde34-fbfc-45ef-bc74-0482fe6b11db} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001415 sec., 706.7137809187279 rows/sec., 47.62 KiB/sec.
7849 2024.10.22 17:02:48.026897 [ 284 ] {17ecde34-fbfc-45ef-bc74-0482fe6b11db} <Debug> DynamicQueryHandler: Done processing query
7850 2024.10.22 17:02:48.026926 [ 284 ] {17ecde34-fbfc-45ef-bc74-0482fe6b11db} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7851 2024.10.22 17:02:48.026942 [ 284 ] {} <Debug> HTTP-Session: 60ad75d1-db3e-4df8-8958-937c8fe4ebe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7852 2024.10.22 17:02:48.027155 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7853 2024.10.22 17:02:48.027285 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40117, User-Agent: (none), Length: 50196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7854 2024.10.22 17:02:48.027351 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7855 2024.10.22 17:02:48.027374 [ 283 ] {} <Debug> HTTP-Session: 9fe4bc4c-0f4b-423b-a8d8-47ebdf8a5cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40117
7856 2024.10.22 17:02:48.027393 [ 283 ] {} <Debug> HTTP-Session: 9fe4bc4c-0f4b-423b-a8d8-47ebdf8a5cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7857 2024.10.22 17:02:48.027407 [ 283 ] {} <Debug> HTTP-Session: 9fe4bc4c-0f4b-423b-a8d8-47ebdf8a5cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7858 2024.10.22 17:02:48.027450 [ 283 ] {} <Trace> HTTP-Session: 9fe4bc4c-0f4b-423b-a8d8-47ebdf8a5cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7859 2024.10.22 17:02:48.027924 [ 283 ] {4c18e140-1fce-4b80-8eda-1ba487a423c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40117) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7860 2024.10.22 17:02:48.028011 [ 283 ] {4c18e140-1fce-4b80-8eda-1ba487a423c9} <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
7861 2024.10.22 17:02:48.028517 [ 283 ] {4c18e140-1fce-4b80-8eda-1ba487a423c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7862 2024.10.22 17:02:48.029256 [ 283 ] {4c18e140-1fce-4b80-8eda-1ba487a423c9} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7863 2024.10.22 17:02:48.029299 [ 283 ] {4c18e140-1fce-4b80-8eda-1ba487a423c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7864 2024.10.22 17:02:48.030123 [ 283 ] {4c18e140-1fce-4b80-8eda-1ba487a423c9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7865 2024.10.22 17:02:48.030667 [ 283 ] {4c18e140-1fce-4b80-8eda-1ba487a423c9} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7866 2024.10.22 17:02:48.030860 [ 29 ] {} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
7867 2024.10.22 17:02:48.030884 [ 283 ] {4c18e140-1fce-4b80-8eda-1ba487a423c9} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003314 sec., 9052.504526252264 rows/sec., 16.22 MiB/sec.
7868 2024.10.22 17:02:48.030922 [ 29 ] {} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7869 2024.10.22 17:02:48.030983 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7870 2024.10.22 17:02:48.031353 [ 193 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
7871 2024.10.22 17:02:48.031680 [ 283 ] {4c18e140-1fce-4b80-8eda-1ba487a423c9} <Debug> DynamicQueryHandler: Done processing query
7872 2024.10.22 17:02:48.031754 [ 283 ] {4c18e140-1fce-4b80-8eda-1ba487a423c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
7873 2024.10.22 17:02:48.031829 [ 283 ] {} <Debug> HTTP-Session: 9fe4bc4c-0f4b-423b-a8d8-47ebdf8a5cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7874 2024.10.22 17:02:48.032136 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60501, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7875 2024.10.22 17:02:48.032210 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7876 2024.10.22 17:02:48.032293 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7877 2024.10.22 17:02:48.032384 [ 284 ] {} <Debug> HTTP-Session: b89c6da7-0022-414d-ab24-8429319ce2a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60501
7878 2024.10.22 17:02:48.032415 [ 284 ] {} <Debug> HTTP-Session: b89c6da7-0022-414d-ab24-8429319ce2a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7879 2024.10.22 17:02:48.032470 [ 284 ] {} <Debug> HTTP-Session: b89c6da7-0022-414d-ab24-8429319ce2a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7880 2024.10.22 17:02:48.032545 [ 284 ] {} <Trace> HTTP-Session: b89c6da7-0022-414d-ab24-8429319ce2a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7881 2024.10.22 17:02:48.032587 [ 283 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
7882 
7883 (version 23.8.7.1)
7884 2024.10.22 17:02:48.032688 [ 193 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7885 2024.10.22 17:02:48.032782 [ 193 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 293 rows starting from the beginning of the part
7886 2024.10.22 17:02:48.032792 [ 284 ] {a991716c-908d-4846-bd98-63b4f2fdfa70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60501) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7887 2024.10.22 17:02:48.032860 [ 284 ] {a991716c-908d-4846-bd98-63b4f2fdfa70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7888 2024.10.22 17:02:48.033268 [ 193 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part
7889 2024.10.22 17:02:48.033372 [ 284 ] {a991716c-908d-4846-bd98-63b4f2fdfa70} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7890 2024.10.22 17:02:48.033686 [ 193 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part
7891 2024.10.22 17:02:48.034127 [ 193 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part
7892 2024.10.22 17:02:48.034357 [ 284 ] {a991716c-908d-4846-bd98-63b4f2fdfa70} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7893 2024.10.22 17:02:48.034429 [ 284 ] {a991716c-908d-4846-bd98-63b4f2fdfa70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7894 2024.10.22 17:02:48.034519 [ 193 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part
7895 2024.10.22 17:02:48.034891 [ 193 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part
7896 2024.10.22 17:02:48.035327 [ 284 ] {a991716c-908d-4846-bd98-63b4f2fdfa70} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7897 2024.10.22 17:02:48.035818 [ 284 ] {a991716c-908d-4846-bd98-63b4f2fdfa70} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7898 2024.10.22 17:02:48.036051 [ 284 ] {a991716c-908d-4846-bd98-63b4f2fdfa70} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003335 sec., 24587.70614692654 rows/sec., 1.56 MiB/sec.
7899 2024.10.22 17:02:48.036254 [ 284 ] {a991716c-908d-4846-bd98-63b4f2fdfa70} <Debug> DynamicQueryHandler: Done processing query
7900 2024.10.22 17:02:48.036283 [ 284 ] {a991716c-908d-4846-bd98-63b4f2fdfa70} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7901 2024.10.22 17:02:48.036306 [ 284 ] {} <Debug> HTTP-Session: b89c6da7-0022-414d-ab24-8429319ce2a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7902 2024.10.22 17:02:48.036636 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7903 2024.10.22 17:02:48.038824 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 403 rows, containing 19 columns (19 merged, 0 gathered) in 0.007715147 sec., 52234.90880990343 rows/sec., 93.60 MiB/sec.
7904 2024.10.22 17:02:48.039614 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
7905 2024.10.22 17:02:48.040280 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7906 2024.10.22 17:02:48.040374 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
7907 2024.10.22 17:02:48.040541 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB.
7908 2024.10.22 17:02:51.186435 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7909 2024.10.22 17:02:52.989641 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50722, User-Agent: (none), Length: 10909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7910 2024.10.22 17:02:52.989757 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7911 2024.10.22 17:02:52.989785 [ 283 ] {} <Debug> HTTP-Session: 4b3045db-c1e3-4fb0-8877-7ec72240600f Authenticating user 'default' from [fd00:1122:3344:101::d]:50722
7912 2024.10.22 17:02:52.989810 [ 283 ] {} <Debug> HTTP-Session: 4b3045db-c1e3-4fb0-8877-7ec72240600f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7913 2024.10.22 17:02:52.989827 [ 283 ] {} <Debug> HTTP-Session: 4b3045db-c1e3-4fb0-8877-7ec72240600f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7914 2024.10.22 17:02:52.989881 [ 283 ] {} <Trace> HTTP-Session: 4b3045db-c1e3-4fb0-8877-7ec72240600f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7915 2024.10.22 17:02:52.990097 [ 283 ] {830099b8-98ca-4bf5-92a9-e991482616b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50722) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7916 2024.10.22 17:02:52.990170 [ 283 ] {830099b8-98ca-4bf5-92a9-e991482616b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7917 2024.10.22 17:02:52.990542 [ 283 ] {830099b8-98ca-4bf5-92a9-e991482616b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7918 2024.10.22 17:02:52.991348 [ 283 ] {830099b8-98ca-4bf5-92a9-e991482616b1} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7919 2024.10.22 17:02:52.991394 [ 283 ] {830099b8-98ca-4bf5-92a9-e991482616b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7920 2024.10.22 17:02:52.991813 [ 283 ] {830099b8-98ca-4bf5-92a9-e991482616b1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7921 2024.10.22 17:02:52.992204 [ 283 ] {830099b8-98ca-4bf5-92a9-e991482616b1} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7922 2024.10.22 17:02:52.992388 [ 283 ] {830099b8-98ca-4bf5-92a9-e991482616b1} <Debug> executeQuery: Read 76 rows, 6.27 KiB in 0.002367 sec., 32108.15378115758 rows/sec., 2.59 MiB/sec.
7923 2024.10.22 17:02:52.992611 [ 283 ] {830099b8-98ca-4bf5-92a9-e991482616b1} <Debug> DynamicQueryHandler: Done processing query
7924 2024.10.22 17:02:52.992639 [ 283 ] {830099b8-98ca-4bf5-92a9-e991482616b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7925 2024.10.22 17:02:52.992655 [ 283 ] {} <Debug> HTTP-Session: 4b3045db-c1e3-4fb0-8877-7ec72240600f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7926 2024.10.22 17:02:52.992834 [ 283 ] {} <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)
7927 2024.10.22 17:02:52.992925 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63003, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7928 2024.10.22 17:02:52.993043 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7929 2024.10.22 17:02:52.993071 [ 278 ] {} <Debug> HTTP-Session: 06ef5bb6-49cb-4047-b4b5-db5571201ab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63003
7930 2024.10.22 17:02:52.993098 [ 278 ] {} <Debug> HTTP-Session: 06ef5bb6-49cb-4047-b4b5-db5571201ab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7931 2024.10.22 17:02:52.993116 [ 278 ] {} <Debug> HTTP-Session: 06ef5bb6-49cb-4047-b4b5-db5571201ab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7932 2024.10.22 17:02:52.993171 [ 278 ] {} <Trace> HTTP-Session: 06ef5bb6-49cb-4047-b4b5-db5571201ab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7933 2024.10.22 17:02:52.993368 [ 278 ] {9383ae75-cb89-4045-8f58-97b792b81436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63003) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7934 2024.10.22 17:02:52.993440 [ 278 ] {9383ae75-cb89-4045-8f58-97b792b81436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7935 2024.10.22 17:02:52.993826 [ 278 ] {9383ae75-cb89-4045-8f58-97b792b81436} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7936 2024.10.22 17:02:52.994226 [ 278 ] {9383ae75-cb89-4045-8f58-97b792b81436} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7937 2024.10.22 17:02:52.994270 [ 278 ] {9383ae75-cb89-4045-8f58-97b792b81436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7938 2024.10.22 17:02:52.994689 [ 278 ] {9383ae75-cb89-4045-8f58-97b792b81436} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7939 2024.10.22 17:02:52.995082 [ 278 ] {9383ae75-cb89-4045-8f58-97b792b81436} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7940 2024.10.22 17:02:52.995262 [ 278 ] {9383ae75-cb89-4045-8f58-97b792b81436} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001957 sec., 5109.8620337250895 rows/sec., 384.24 KiB/sec.
7941 2024.10.22 17:02:52.995474 [ 278 ] {9383ae75-cb89-4045-8f58-97b792b81436} <Debug> DynamicQueryHandler: Done processing query
7942 2024.10.22 17:02:52.995501 [ 278 ] {9383ae75-cb89-4045-8f58-97b792b81436} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7943 2024.10.22 17:02:52.995518 [ 278 ] {} <Debug> HTTP-Session: 06ef5bb6-49cb-4047-b4b5-db5571201ab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7944 2024.10.22 17:02:52.995673 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7945 2024.10.22 17:02:52.995761 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61414, User-Agent: (none), Length: 12575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7946 2024.10.22 17:02:52.995825 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7947 2024.10.22 17:02:52.995846 [ 283 ] {} <Debug> HTTP-Session: 4a1ae60f-4fce-42d1-80c5-db70fe29a8eb Authenticating user 'default' from [fd00:1122:3344:101::d]:61414
7948 2024.10.22 17:02:52.995864 [ 283 ] {} <Debug> HTTP-Session: 4a1ae60f-4fce-42d1-80c5-db70fe29a8eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7949 2024.10.22 17:02:52.995879 [ 283 ] {} <Debug> HTTP-Session: 4a1ae60f-4fce-42d1-80c5-db70fe29a8eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7950 2024.10.22 17:02:52.995918 [ 283 ] {} <Trace> HTTP-Session: 4a1ae60f-4fce-42d1-80c5-db70fe29a8eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7951 2024.10.22 17:02:52.996057 [ 283 ] {b5436fdc-b42f-42f5-95a2-dce772a86004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61414) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7952 2024.10.22 17:02:52.996105 [ 283 ] {b5436fdc-b42f-42f5-95a2-dce772a86004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7953 2024.10.22 17:02:52.996369 [ 283 ] {b5436fdc-b42f-42f5-95a2-dce772a86004} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7954 2024.10.22 17:02:52.996785 [ 283 ] {b5436fdc-b42f-42f5-95a2-dce772a86004} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7955 2024.10.22 17:02:52.996823 [ 283 ] {b5436fdc-b42f-42f5-95a2-dce772a86004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7956 2024.10.22 17:02:52.997186 [ 283 ] {b5436fdc-b42f-42f5-95a2-dce772a86004} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7957 2024.10.22 17:02:52.997549 [ 283 ] {b5436fdc-b42f-42f5-95a2-dce772a86004} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7958 2024.10.22 17:02:52.997713 [ 283 ] {b5436fdc-b42f-42f5-95a2-dce772a86004} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001703 sec., 43452.73047563124 rows/sec., 3.39 MiB/sec.
7959 2024.10.22 17:02:52.998008 [ 283 ] {b5436fdc-b42f-42f5-95a2-dce772a86004} <Debug> DynamicQueryHandler: Done processing query
7960 2024.10.22 17:02:52.998050 [ 283 ] {b5436fdc-b42f-42f5-95a2-dce772a86004} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7961 2024.10.22 17:02:52.998074 [ 283 ] {} <Debug> HTTP-Session: 4a1ae60f-4fce-42d1-80c5-db70fe29a8eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7962 2024.10.22 17:02:52.998240 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7963 2024.10.22 17:02:52.998377 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33512, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7964 2024.10.22 17:02:52.998460 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7965 2024.10.22 17:02:52.998485 [ 278 ] {} <Debug> HTTP-Session: 85f54b73-11d4-4302-b21d-3928d025cc12 Authenticating user 'default' from [fd00:1122:3344:101::d]:33512
7966 2024.10.22 17:02:52.998508 [ 278 ] {} <Debug> HTTP-Session: 85f54b73-11d4-4302-b21d-3928d025cc12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7967 2024.10.22 17:02:52.998524 [ 278 ] {} <Debug> HTTP-Session: 85f54b73-11d4-4302-b21d-3928d025cc12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7968 2024.10.22 17:02:52.998571 [ 278 ] {} <Trace> HTTP-Session: 85f54b73-11d4-4302-b21d-3928d025cc12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7969 2024.10.22 17:02:52.998791 [ 278 ] {ac59fa47-5042-4acd-8717-b7b419471720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7970 2024.10.22 17:02:52.998848 [ 278 ] {ac59fa47-5042-4acd-8717-b7b419471720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7971 2024.10.22 17:02:52.999023 [ 278 ] {ac59fa47-5042-4acd-8717-b7b419471720} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7972 2024.10.22 17:02:52.999451 [ 278 ] {ac59fa47-5042-4acd-8717-b7b419471720} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7973 2024.10.22 17:02:52.999490 [ 278 ] {ac59fa47-5042-4acd-8717-b7b419471720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7974 2024.10.22 17:02:52.999945 [ 278 ] {ac59fa47-5042-4acd-8717-b7b419471720} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7975 2024.10.22 17:02:53.000145 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.17 MiB, peak 171.45 MiB, free memory in arenas 0.00 B, will set to 163.61 MiB (RSS), difference: -5.56 MiB
7976 2024.10.22 17:02:53.000554 [ 278 ] {ac59fa47-5042-4acd-8717-b7b419471720} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7977 2024.10.22 17:02:53.000718 [ 278 ] {ac59fa47-5042-4acd-8717-b7b419471720} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002025 sec., 79012.34567901235 rows/sec., 5.50 MiB/sec.
7978 2024.10.22 17:02:53.001085 [ 278 ] {ac59fa47-5042-4acd-8717-b7b419471720} <Debug> DynamicQueryHandler: Done processing query
7979 2024.10.22 17:02:53.001110 [ 278 ] {ac59fa47-5042-4acd-8717-b7b419471720} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7980 2024.10.22 17:02:53.001127 [ 278 ] {} <Debug> HTTP-Session: 85f54b73-11d4-4302-b21d-3928d025cc12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7981 2024.10.22 17:02:53.001297 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7982 2024.10.22 17:02:53.001321 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61414, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7983 2024.10.22 17:02:53.001428 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7984 2024.10.22 17:02:53.001460 [ 283 ] {} <Debug> HTTP-Session: b9a12d99-8055-42ee-b22e-c87323196e38 Authenticating user 'default' from [fd00:1122:3344:101::d]:61414
7985 2024.10.22 17:02:53.001484 [ 283 ] {} <Debug> HTTP-Session: b9a12d99-8055-42ee-b22e-c87323196e38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7986 2024.10.22 17:02:53.001504 [ 283 ] {} <Debug> HTTP-Session: b9a12d99-8055-42ee-b22e-c87323196e38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7987 2024.10.22 17:02:53.001551 [ 283 ] {} <Trace> HTTP-Session: b9a12d99-8055-42ee-b22e-c87323196e38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7988 2024.10.22 17:02:53.001817 [ 283 ] {132881b1-9542-4662-b04c-ee90007ca267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61414) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7989 2024.10.22 17:02:53.001920 [ 283 ] {132881b1-9542-4662-b04c-ee90007ca267} <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
7990 2024.10.22 17:02:53.002591 [ 283 ] {132881b1-9542-4662-b04c-ee90007ca267} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7991 2024.10.22 17:02:53.003208 [ 283 ] {132881b1-9542-4662-b04c-ee90007ca267} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7992 2024.10.22 17:02:53.003250 [ 283 ] {132881b1-9542-4662-b04c-ee90007ca267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
7993 2024.10.22 17:02:53.003932 [ 283 ] {132881b1-9542-4662-b04c-ee90007ca267} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7994 2024.10.22 17:02:53.004389 [ 283 ] {132881b1-9542-4662-b04c-ee90007ca267} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7995 2024.10.22 17:02:53.004627 [ 283 ] {132881b1-9542-4662-b04c-ee90007ca267} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002949 sec., 3390.9799932180404 rows/sec., 6.08 MiB/sec.
7996 2024.10.22 17:02:53.005231 [ 283 ] {132881b1-9542-4662-b04c-ee90007ca267} <Debug> DynamicQueryHandler: Done processing query
7997 2024.10.22 17:02:53.005256 [ 283 ] {132881b1-9542-4662-b04c-ee90007ca267} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
7998 2024.10.22 17:02:53.005274 [ 283 ] {} <Debug> HTTP-Session: b9a12d99-8055-42ee-b22e-c87323196e38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7999 2024.10.22 17:02:53.005447 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8000 2024.10.22 17:02:53.005507 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62349, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8001 2024.10.22 17:02:53.005586 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8002 2024.10.22 17:02:53.005608 [ 278 ] {} <Debug> HTTP-Session: 695d0570-cf44-4d97-90a1-87e184aec237 Authenticating user 'default' from [fd00:1122:3344:101::d]:62349
8003 2024.10.22 17:02:53.005630 [ 278 ] {} <Debug> HTTP-Session: 695d0570-cf44-4d97-90a1-87e184aec237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8004 2024.10.22 17:02:53.005647 [ 278 ] {} <Debug> HTTP-Session: 695d0570-cf44-4d97-90a1-87e184aec237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8005 2024.10.22 17:02:53.005685 [ 278 ] {} <Trace> HTTP-Session: 695d0570-cf44-4d97-90a1-87e184aec237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8006 2024.10.22 17:02:53.005829 [ 278 ] {f362a37f-fa26-4dba-9131-6b36fae4bde9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62349) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8007 2024.10.22 17:02:53.005880 [ 278 ] {f362a37f-fa26-4dba-9131-6b36fae4bde9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8008 2024.10.22 17:02:53.006035 [ 278 ] {f362a37f-fa26-4dba-9131-6b36fae4bde9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8009 2024.10.22 17:02:53.006362 [ 278 ] {f362a37f-fa26-4dba-9131-6b36fae4bde9} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8010 2024.10.22 17:02:53.006399 [ 278 ] {f362a37f-fa26-4dba-9131-6b36fae4bde9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8011 2024.10.22 17:02:53.006878 [ 278 ] {f362a37f-fa26-4dba-9131-6b36fae4bde9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8012 2024.10.22 17:02:53.007244 [ 278 ] {f362a37f-fa26-4dba-9131-6b36fae4bde9} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8013 2024.10.22 17:02:53.007416 [ 278 ] {f362a37f-fa26-4dba-9131-6b36fae4bde9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001634 sec., 36719.70624235006 rows/sec., 2.47 MiB/sec.
8014 2024.10.22 17:02:53.007613 [ 278 ] {f362a37f-fa26-4dba-9131-6b36fae4bde9} <Debug> DynamicQueryHandler: Done processing query
8015 2024.10.22 17:02:53.007639 [ 278 ] {f362a37f-fa26-4dba-9131-6b36fae4bde9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8016 2024.10.22 17:02:53.007656 [ 278 ] {} <Debug> HTTP-Session: 695d0570-cf44-4d97-90a1-87e184aec237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8017 2024.10.22 17:02:53.007866 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62349, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8018 2024.10.22 17:02:53.668175 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8019 2024.10.22 17:02:53.753831 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60425, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8020 2024.10.22 17:02:53.811733 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8021 2024.10.22 17:02:53.928430 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8022 2024.10.22 17:02:53.928483 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8023 2024.10.22 17:02:53.939925 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33114, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8024 2024.10.22 17:02:53.971066 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60452, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8025 2024.10.22 17:02:54.000160 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.72 MiB, peak 171.45 MiB, free memory in arenas 0.00 B, will set to 163.61 MiB (RSS), difference: 4.89 MiB
8026 2024.10.22 17:02:57.292533 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 708
8027 2024.10.22 17:02:57.295369 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8028 2024.10.22 17:02:57.295421 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8029 2024.10.22 17:02:57.296901 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8030 2024.10.22 17:02:57.297892 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8031 2024.10.22 17:02:57.298111 [ 56 ] {} <Debug> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
8032 2024.10.22 17:02:57.298235 [ 56 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8033 2024.10.22 17:02:57.298308 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8034 2024.10.22 17:02:57.298945 [ 188 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::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
8035 2024.10.22 17:02:57.300132 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 708
8036 2024.10.22 17:02:57.300752 [ 188 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8037 2024.10.22 17:02:57.300913 [ 188 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 514 rows starting from the beginning of the part
8038 2024.10.22 17:02:57.301532 [ 188 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part
8039 2024.10.22 17:02:57.302000 [ 188 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part
8040 2024.10.22 17:02:57.302443 [ 188 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 50 rows starting from the beginning of the part
8041 2024.10.22 17:02:57.302876 [ 188 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part
8042 2024.10.22 17:02:57.303279 [ 188 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part
8043 2024.10.22 17:02:57.311898 [ 187 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 72 columns (72 merged, 0 gathered) in 0.013431138 sec., 52713.32928006547 rows/sec., 38.90 MiB/sec.
8044 2024.10.22 17:02:57.313181 [ 187 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
8045 2024.10.22 17:02:57.314826 [ 187 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_16_3} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8046 2024.10.22 17:02:57.314910 [ 187 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_16_3} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
8047 2024.10.22 17:02:57.315237 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB.
8048 2024.10.22 17:02:57.995623 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50250, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8049 2024.10.22 17:02:57.995747 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8050 2024.10.22 17:02:57.995771 [ 281 ] {} <Debug> HTTP-Session: ce49a36f-ce0b-4e36-8c5a-f736f04a6f92 Authenticating user 'default' from [fd00:1122:3344:101::d]:50250
8051 2024.10.22 17:02:57.995796 [ 281 ] {} <Debug> HTTP-Session: ce49a36f-ce0b-4e36-8c5a-f736f04a6f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8052 2024.10.22 17:02:57.995810 [ 281 ] {} <Debug> HTTP-Session: ce49a36f-ce0b-4e36-8c5a-f736f04a6f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8053 2024.10.22 17:02:57.995863 [ 281 ] {} <Trace> HTTP-Session: ce49a36f-ce0b-4e36-8c5a-f736f04a6f92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8054 2024.10.22 17:02:57.996058 [ 281 ] {7fbebd8c-2b56-474c-84ad-4c5bc1d6da73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50250) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
8055 2024.10.22 17:02:57.996128 [ 281 ] {7fbebd8c-2b56-474c-84ad-4c5bc1d6da73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
8056 2024.10.22 17:02:57.996469 [ 281 ] {7fbebd8c-2b56-474c-84ad-4c5bc1d6da73} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8057 2024.10.22 17:02:57.996912 [ 281 ] {7fbebd8c-2b56-474c-84ad-4c5bc1d6da73} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8058 2024.10.22 17:02:57.996964 [ 281 ] {7fbebd8c-2b56-474c-84ad-4c5bc1d6da73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8059 2024.10.22 17:02:57.997426 [ 281 ] {7fbebd8c-2b56-474c-84ad-4c5bc1d6da73} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8060 2024.10.22 17:02:57.997822 [ 281 ] {7fbebd8c-2b56-474c-84ad-4c5bc1d6da73} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8061 2024.10.22 17:02:57.998019 [ 281 ] {7fbebd8c-2b56-474c-84ad-4c5bc1d6da73} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002004 sec., 5988.0239520958075 rows/sec., 418.11 KiB/sec.
8062 2024.10.22 17:02:57.998368 [ 281 ] {7fbebd8c-2b56-474c-84ad-4c5bc1d6da73} <Debug> DynamicQueryHandler: Done processing query
8063 2024.10.22 17:02:57.998397 [ 281 ] {7fbebd8c-2b56-474c-84ad-4c5bc1d6da73} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8064 2024.10.22 17:02:57.998414 [ 281 ] {} <Debug> HTTP-Session: ce49a36f-ce0b-4e36-8c5a-f736f04a6f92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8065 2024.10.22 17:02:57.998656 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50250, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8066 2024.10.22 17:02:57.998772 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59633, User-Agent: (none), Length: 39219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8067 2024.10.22 17:02:57.998904 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8068 2024.10.22 17:02:57.998933 [ 283 ] {} <Debug> HTTP-Session: 3d99e85a-5637-4f18-a88c-3bbe6b7b898e Authenticating user 'default' from [fd00:1122:3344:101::d]:59633
8069 2024.10.22 17:02:57.998961 [ 283 ] {} <Debug> HTTP-Session: 3d99e85a-5637-4f18-a88c-3bbe6b7b898e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8070 2024.10.22 17:02:57.998979 [ 283 ] {} <Debug> HTTP-Session: 3d99e85a-5637-4f18-a88c-3bbe6b7b898e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8071 2024.10.22 17:02:57.999040 [ 283 ] {} <Trace> HTTP-Session: 3d99e85a-5637-4f18-a88c-3bbe6b7b898e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8072 2024.10.22 17:02:57.999330 [ 283 ] {dd494569-1341-4606-8cb8-733022da799c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59633) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8073 2024.10.22 17:02:57.999401 [ 283 ] {dd494569-1341-4606-8cb8-733022da799c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8074 2024.10.22 17:02:57.999788 [ 283 ] {dd494569-1341-4606-8cb8-733022da799c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8075 2024.10.22 17:02:58.000611 [ 283 ] {dd494569-1341-4606-8cb8-733022da799c} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8076 2024.10.22 17:02:58.000697 [ 283 ] {dd494569-1341-4606-8cb8-733022da799c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8077 2024.10.22 17:02:58.001159 [ 283 ] {dd494569-1341-4606-8cb8-733022da799c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8078 2024.10.22 17:02:58.001541 [ 283 ] {dd494569-1341-4606-8cb8-733022da799c} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8079 2024.10.22 17:02:58.001729 [ 283 ] {dd494569-1341-4606-8cb8-733022da799c} <Debug> executeQuery: Read 261 rows, 23.40 KiB in 0.002528 sec., 103243.67088607595 rows/sec., 9.04 MiB/sec.
8080 2024.10.22 17:02:58.001952 [ 283 ] {dd494569-1341-4606-8cb8-733022da799c} <Debug> DynamicQueryHandler: Done processing query
8081 2024.10.22 17:02:58.001979 [ 283 ] {dd494569-1341-4606-8cb8-733022da799c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
8082 2024.10.22 17:02:58.001997 [ 283 ] {} <Debug> HTTP-Session: 3d99e85a-5637-4f18-a88c-3bbe6b7b898e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8083 2024.10.22 17:02:58.002171 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59633, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8084 2024.10.22 17:02:58.002270 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52861, User-Agent: (none), Length: 4347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8085 2024.10.22 17:02:58.002405 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8086 2024.10.22 17:02:58.002438 [ 278 ] {} <Debug> HTTP-Session: 2e56f0c0-e2f6-4322-8127-67e8d2187a25 Authenticating user 'default' from [fd00:1122:3344:101::d]:52861
8087 2024.10.22 17:02:58.002466 [ 278 ] {} <Debug> HTTP-Session: 2e56f0c0-e2f6-4322-8127-67e8d2187a25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8088 2024.10.22 17:02:58.002483 [ 278 ] {} <Debug> HTTP-Session: 2e56f0c0-e2f6-4322-8127-67e8d2187a25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8089 2024.10.22 17:02:58.002543 [ 278 ] {} <Trace> HTTP-Session: 2e56f0c0-e2f6-4322-8127-67e8d2187a25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8090 2024.10.22 17:02:58.002769 [ 278 ] {bd542cab-7b49-4dce-8026-ac019ed1710f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52861) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8091 2024.10.22 17:02:58.002848 [ 278 ] {bd542cab-7b49-4dce-8026-ac019ed1710f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8092 2024.10.22 17:02:58.003216 [ 278 ] {bd542cab-7b49-4dce-8026-ac019ed1710f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8093 2024.10.22 17:02:58.003608 [ 278 ] {bd542cab-7b49-4dce-8026-ac019ed1710f} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8094 2024.10.22 17:02:58.003656 [ 278 ] {bd542cab-7b49-4dce-8026-ac019ed1710f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8095 2024.10.22 17:02:58.004092 [ 278 ] {bd542cab-7b49-4dce-8026-ac019ed1710f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8096 2024.10.22 17:02:58.004487 [ 278 ] {bd542cab-7b49-4dce-8026-ac019ed1710f} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8097 2024.10.22 17:02:58.004675 [ 278 ] {bd542cab-7b49-4dce-8026-ac019ed1710f} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001972 sec., 15212.981744421908 rows/sec., 1.12 MiB/sec.
8098 2024.10.22 17:02:58.004892 [ 278 ] {bd542cab-7b49-4dce-8026-ac019ed1710f} <Debug> DynamicQueryHandler: Done processing query
8099 2024.10.22 17:02:58.004919 [ 278 ] {bd542cab-7b49-4dce-8026-ac019ed1710f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8100 2024.10.22 17:02:58.004937 [ 278 ] {} <Debug> HTTP-Session: 2e56f0c0-e2f6-4322-8127-67e8d2187a25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8101 2024.10.22 17:02:58.005112 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8102 2024.10.22 17:02:58.005229 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39173, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8103 2024.10.22 17:02:58.005297 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8104 2024.10.22 17:02:58.005321 [ 283 ] {} <Debug> HTTP-Session: d12d674a-e4d3-44e4-9749-44170ae62b5b Authenticating user 'default' from [fd00:1122:3344:101::d]:39173
8105 2024.10.22 17:02:58.005342 [ 283 ] {} <Debug> HTTP-Session: d12d674a-e4d3-44e4-9749-44170ae62b5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8106 2024.10.22 17:02:58.005359 [ 283 ] {} <Debug> HTTP-Session: d12d674a-e4d3-44e4-9749-44170ae62b5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8107 2024.10.22 17:02:58.005403 [ 283 ] {} <Trace> HTTP-Session: d12d674a-e4d3-44e4-9749-44170ae62b5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8108 2024.10.22 17:02:58.005539 [ 283 ] {17d823fc-f982-426b-8863-29916ce0588b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39173) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8109 2024.10.22 17:02:58.005593 [ 283 ] {17d823fc-f982-426b-8863-29916ce0588b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8110 2024.10.22 17:02:58.005910 [ 283 ] {17d823fc-f982-426b-8863-29916ce0588b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8111 2024.10.22 17:02:58.006249 [ 283 ] {17d823fc-f982-426b-8863-29916ce0588b} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8112 2024.10.22 17:02:58.006286 [ 283 ] {17d823fc-f982-426b-8863-29916ce0588b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8113 2024.10.22 17:02:58.006661 [ 283 ] {17d823fc-f982-426b-8863-29916ce0588b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8114 2024.10.22 17:02:58.007037 [ 283 ] {17d823fc-f982-426b-8863-29916ce0588b} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8115 2024.10.22 17:02:58.007198 [ 283 ] {17d823fc-f982-426b-8863-29916ce0588b} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001693 sec., 12404.016538688718 rows/sec., 856.58 KiB/sec.
8116 2024.10.22 17:02:58.007562 [ 283 ] {17d823fc-f982-426b-8863-29916ce0588b} <Debug> DynamicQueryHandler: Done processing query
8117 2024.10.22 17:02:58.007587 [ 283 ] {17d823fc-f982-426b-8863-29916ce0588b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8118 2024.10.22 17:02:58.007604 [ 283 ] {} <Debug> HTTP-Session: d12d674a-e4d3-44e4-9749-44170ae62b5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8119 2024.10.22 17:02:58.007756 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39173, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8120 2024.10.22 17:02:58.007771 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52861, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8121 2024.10.22 17:02:58.007875 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8122 2024.10.22 17:02:58.007910 [ 278 ] {} <Debug> HTTP-Session: 85624115-dc56-4a0d-99ef-da8ab6b6e74b Authenticating user 'default' from [fd00:1122:3344:101::d]:52861
8123 2024.10.22 17:02:58.007935 [ 278 ] {} <Debug> HTTP-Session: 85624115-dc56-4a0d-99ef-da8ab6b6e74b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8124 2024.10.22 17:02:58.007955 [ 278 ] {} <Debug> HTTP-Session: 85624115-dc56-4a0d-99ef-da8ab6b6e74b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8125 2024.10.22 17:02:58.008003 [ 278 ] {} <Trace> HTTP-Session: 85624115-dc56-4a0d-99ef-da8ab6b6e74b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8126 2024.10.22 17:02:58.008150 [ 278 ] {34327aa9-2cbe-46e8-893f-1476866430b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52861) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8127 2024.10.22 17:02:58.008210 [ 278 ] {34327aa9-2cbe-46e8-893f-1476866430b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8128 2024.10.22 17:02:58.008535 [ 278 ] {34327aa9-2cbe-46e8-893f-1476866430b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8129 2024.10.22 17:02:58.008910 [ 278 ] {34327aa9-2cbe-46e8-893f-1476866430b0} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8130 2024.10.22 17:02:58.008952 [ 278 ] {34327aa9-2cbe-46e8-893f-1476866430b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8131 2024.10.22 17:02:58.009316 [ 278 ] {34327aa9-2cbe-46e8-893f-1476866430b0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8132 2024.10.22 17:02:58.009690 [ 278 ] {34327aa9-2cbe-46e8-893f-1476866430b0} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8133 2024.10.22 17:02:58.009854 [ 278 ] {34327aa9-2cbe-46e8-893f-1476866430b0} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001748 sec., 6864.988558352403 rows/sec., 422.36 KiB/sec.
8134 2024.10.22 17:02:58.010039 [ 278 ] {34327aa9-2cbe-46e8-893f-1476866430b0} <Debug> DynamicQueryHandler: Done processing query
8135 2024.10.22 17:02:58.010064 [ 278 ] {34327aa9-2cbe-46e8-893f-1476866430b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8136 2024.10.22 17:02:58.010080 [ 278 ] {} <Debug> HTTP-Session: 85624115-dc56-4a0d-99ef-da8ab6b6e74b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8137 2024.10.22 17:02:58.010285 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8138 2024.10.22 17:02:58.010428 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37379, User-Agent: (none), Length: 66853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8139 2024.10.22 17:02:58.010487 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8140 2024.10.22 17:02:58.010507 [ 283 ] {} <Debug> HTTP-Session: ce9fe0cf-1400-4ab2-9142-73635fe52b35 Authenticating user 'default' from [fd00:1122:3344:101::d]:37379
8141 2024.10.22 17:02:58.010523 [ 283 ] {} <Debug> HTTP-Session: ce9fe0cf-1400-4ab2-9142-73635fe52b35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8142 2024.10.22 17:02:58.010537 [ 283 ] {} <Debug> HTTP-Session: ce9fe0cf-1400-4ab2-9142-73635fe52b35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8143 2024.10.22 17:02:58.010574 [ 283 ] {} <Trace> HTTP-Session: ce9fe0cf-1400-4ab2-9142-73635fe52b35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8144 2024.10.22 17:02:58.010803 [ 283 ] {30c1b5d4-27b3-4817-b271-96c216744572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37379) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8145 2024.10.22 17:02:58.010861 [ 283 ] {30c1b5d4-27b3-4817-b271-96c216744572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8146 2024.10.22 17:02:58.011121 [ 283 ] {30c1b5d4-27b3-4817-b271-96c216744572} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8147 2024.10.22 17:02:58.011722 [ 283 ] {30c1b5d4-27b3-4817-b271-96c216744572} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8148 2024.10.22 17:02:58.011758 [ 283 ] {30c1b5d4-27b3-4817-b271-96c216744572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8149 2024.10.22 17:02:58.012142 [ 283 ] {30c1b5d4-27b3-4817-b271-96c216744572} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8150 2024.10.22 17:02:58.012510 [ 283 ] {30c1b5d4-27b3-4817-b271-96c216744572} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8151 2024.10.22 17:02:58.012682 [ 283 ] {30c1b5d4-27b3-4817-b271-96c216744572} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001981 sec., 207975.76981322563 rows/sec., 14.83 MiB/sec.
8152 2024.10.22 17:02:58.012876 [ 283 ] {30c1b5d4-27b3-4817-b271-96c216744572} <Debug> DynamicQueryHandler: Done processing query
8153 2024.10.22 17:02:58.012900 [ 283 ] {30c1b5d4-27b3-4817-b271-96c216744572} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8154 2024.10.22 17:02:58.012916 [ 283 ] {} <Debug> HTTP-Session: ce9fe0cf-1400-4ab2-9142-73635fe52b35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8155 2024.10.22 17:02:58.013129 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8156 2024.10.22 17:02:58.013145 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52861, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8157 2024.10.22 17:02:58.013234 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8158 2024.10.22 17:02:58.013271 [ 278 ] {} <Debug> HTTP-Session: 4f99e1d9-7ceb-40cd-9969-1b2e97c2fa87 Authenticating user 'default' from [fd00:1122:3344:101::d]:52861
8159 2024.10.22 17:02:58.013295 [ 278 ] {} <Debug> HTTP-Session: 4f99e1d9-7ceb-40cd-9969-1b2e97c2fa87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8160 2024.10.22 17:02:58.013313 [ 278 ] {} <Debug> HTTP-Session: 4f99e1d9-7ceb-40cd-9969-1b2e97c2fa87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8161 2024.10.22 17:02:58.013358 [ 278 ] {} <Trace> HTTP-Session: 4f99e1d9-7ceb-40cd-9969-1b2e97c2fa87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8162 2024.10.22 17:02:58.013493 [ 278 ] {de11a7e2-b8c9-4bcb-95ce-e28acd99f9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52861) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8163 2024.10.22 17:02:58.013552 [ 278 ] {de11a7e2-b8c9-4bcb-95ce-e28acd99f9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8164 2024.10.22 17:02:58.013743 [ 278 ] {de11a7e2-b8c9-4bcb-95ce-e28acd99f9b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8165 2024.10.22 17:02:58.014054 [ 278 ] {de11a7e2-b8c9-4bcb-95ce-e28acd99f9b2} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8166 2024.10.22 17:02:58.014093 [ 278 ] {de11a7e2-b8c9-4bcb-95ce-e28acd99f9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8167 2024.10.22 17:02:58.014478 [ 278 ] {de11a7e2-b8c9-4bcb-95ce-e28acd99f9b2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8168 2024.10.22 17:02:58.014825 [ 278 ] {de11a7e2-b8c9-4bcb-95ce-e28acd99f9b2} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8169 2024.10.22 17:02:58.014992 [ 278 ] {de11a7e2-b8c9-4bcb-95ce-e28acd99f9b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001525 sec., 3934.4262295081967 rows/sec., 205.56 KiB/sec.
8170 2024.10.22 17:02:58.015197 [ 278 ] {de11a7e2-b8c9-4bcb-95ce-e28acd99f9b2} <Debug> DynamicQueryHandler: Done processing query
8171 2024.10.22 17:02:58.015223 [ 278 ] {de11a7e2-b8c9-4bcb-95ce-e28acd99f9b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8172 2024.10.22 17:02:58.015239 [ 278 ] {} <Debug> HTTP-Session: 4f99e1d9-7ceb-40cd-9969-1b2e97c2fa87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8173 2024.10.22 17:02:58.015437 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8174 2024.10.22 17:02:58.015526 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56656, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8175 2024.10.22 17:02:58.015584 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8176 2024.10.22 17:02:58.015603 [ 283 ] {} <Debug> HTTP-Session: b97faf7a-f328-42f3-87d2-c9b5cea5e233 Authenticating user 'default' from [fd00:1122:3344:101::d]:56656
8177 2024.10.22 17:02:58.015620 [ 283 ] {} <Debug> HTTP-Session: b97faf7a-f328-42f3-87d2-c9b5cea5e233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8178 2024.10.22 17:02:58.015633 [ 283 ] {} <Debug> HTTP-Session: b97faf7a-f328-42f3-87d2-c9b5cea5e233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8179 2024.10.22 17:02:58.015670 [ 283 ] {} <Trace> HTTP-Session: b97faf7a-f328-42f3-87d2-c9b5cea5e233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8180 2024.10.22 17:02:58.015898 [ 283 ] {ef4af4e7-745b-455c-8edc-ff11c5d42371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8181 2024.10.22 17:02:58.015948 [ 283 ] {ef4af4e7-745b-455c-8edc-ff11c5d42371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8182 2024.10.22 17:02:58.016126 [ 283 ] {ef4af4e7-745b-455c-8edc-ff11c5d42371} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8183 2024.10.22 17:02:58.016573 [ 283 ] {ef4af4e7-745b-455c-8edc-ff11c5d42371} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8184 2024.10.22 17:02:58.016610 [ 283 ] {ef4af4e7-745b-455c-8edc-ff11c5d42371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8185 2024.10.22 17:02:58.017018 [ 283 ] {ef4af4e7-745b-455c-8edc-ff11c5d42371} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8186 2024.10.22 17:02:58.017354 [ 283 ] {ef4af4e7-745b-455c-8edc-ff11c5d42371} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8187 2024.10.22 17:02:58.017501 [ 283 ] {ef4af4e7-745b-455c-8edc-ff11c5d42371} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001726 sec., 137311.7033603708 rows/sec., 9.20 MiB/sec.
8188 2024.10.22 17:02:58.017676 [ 283 ] {ef4af4e7-745b-455c-8edc-ff11c5d42371} <Debug> DynamicQueryHandler: Done processing query
8189 2024.10.22 17:02:58.017700 [ 283 ] {ef4af4e7-745b-455c-8edc-ff11c5d42371} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8190 2024.10.22 17:02:58.017716 [ 283 ] {} <Debug> HTTP-Session: b97faf7a-f328-42f3-87d2-c9b5cea5e233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8191 2024.10.22 17:02:58.017939 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8192 2024.10.22 17:02:58.017953 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52861, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8193 2024.10.22 17:02:58.018040 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8194 2024.10.22 17:02:58.018076 [ 278 ] {} <Debug> HTTP-Session: 24353c48-96f9-4008-96a1-55632bcaa6e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52861
8195 2024.10.22 17:02:58.018103 [ 278 ] {} <Debug> HTTP-Session: 24353c48-96f9-4008-96a1-55632bcaa6e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8196 2024.10.22 17:02:58.018120 [ 278 ] {} <Debug> HTTP-Session: 24353c48-96f9-4008-96a1-55632bcaa6e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8197 2024.10.22 17:02:58.018164 [ 278 ] {} <Trace> HTTP-Session: 24353c48-96f9-4008-96a1-55632bcaa6e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8198 2024.10.22 17:02:58.018288 [ 278 ] {b1cfd8a3-e401-4224-ab8e-12d768df736a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52861) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8199 2024.10.22 17:02:58.018344 [ 278 ] {b1cfd8a3-e401-4224-ab8e-12d768df736a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8200 2024.10.22 17:02:58.018530 [ 278 ] {b1cfd8a3-e401-4224-ab8e-12d768df736a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8201 2024.10.22 17:02:58.018828 [ 278 ] {b1cfd8a3-e401-4224-ab8e-12d768df736a} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8202 2024.10.22 17:02:58.018872 [ 278 ] {b1cfd8a3-e401-4224-ab8e-12d768df736a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8203 2024.10.22 17:02:58.019243 [ 278 ] {b1cfd8a3-e401-4224-ab8e-12d768df736a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8204 2024.10.22 17:02:58.019591 [ 278 ] {b1cfd8a3-e401-4224-ab8e-12d768df736a} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8205 2024.10.22 17:02:58.019749 [ 278 ] {b1cfd8a3-e401-4224-ab8e-12d768df736a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001481 sec., 675.2194463200541 rows/sec., 45.50 KiB/sec.
8206 2024.10.22 17:02:58.019941 [ 278 ] {b1cfd8a3-e401-4224-ab8e-12d768df736a} <Debug> DynamicQueryHandler: Done processing query
8207 2024.10.22 17:02:58.019967 [ 278 ] {b1cfd8a3-e401-4224-ab8e-12d768df736a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8208 2024.10.22 17:02:58.019983 [ 278 ] {} <Debug> HTTP-Session: 24353c48-96f9-4008-96a1-55632bcaa6e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8209 2024.10.22 17:02:58.020183 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8210 2024.10.22 17:02:58.020278 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62813, User-Agent: (none), Length: 50188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8211 2024.10.22 17:02:58.020337 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8212 2024.10.22 17:02:58.020356 [ 283 ] {} <Debug> HTTP-Session: 8971a3f4-29b8-4cdf-bf8d-df231ce48f01 Authenticating user 'default' from [fd00:1122:3344:101::d]:62813
8213 2024.10.22 17:02:58.020373 [ 283 ] {} <Debug> HTTP-Session: 8971a3f4-29b8-4cdf-bf8d-df231ce48f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8214 2024.10.22 17:02:58.020387 [ 283 ] {} <Debug> HTTP-Session: 8971a3f4-29b8-4cdf-bf8d-df231ce48f01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8215 2024.10.22 17:02:58.020424 [ 283 ] {} <Trace> HTTP-Session: 8971a3f4-29b8-4cdf-bf8d-df231ce48f01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8216 2024.10.22 17:02:58.020761 [ 283 ] {abff25f2-276d-4a2f-a407-a48f2993375f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62813) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8217 2024.10.22 17:02:58.020847 [ 283 ] {abff25f2-276d-4a2f-a407-a48f2993375f} <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
8218 2024.10.22 17:02:58.021318 [ 283 ] {abff25f2-276d-4a2f-a407-a48f2993375f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8219 2024.10.22 17:02:58.022087 [ 283 ] {abff25f2-276d-4a2f-a407-a48f2993375f} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8220 2024.10.22 17:02:58.022124 [ 283 ] {abff25f2-276d-4a2f-a407-a48f2993375f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8221 2024.10.22 17:02:58.022777 [ 283 ] {abff25f2-276d-4a2f-a407-a48f2993375f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
8222 2024.10.22 17:02:58.023203 [ 283 ] {abff25f2-276d-4a2f-a407-a48f2993375f} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8223 2024.10.22 17:02:58.023400 [ 283 ] {abff25f2-276d-4a2f-a407-a48f2993375f} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002863 sec., 10478.51903597625 rows/sec., 18.78 MiB/sec.
8224 2024.10.22 17:02:58.023979 [ 283 ] {abff25f2-276d-4a2f-a407-a48f2993375f} <Debug> DynamicQueryHandler: Done processing query
8225 2024.10.22 17:02:58.024003 [ 283 ] {abff25f2-276d-4a2f-a407-a48f2993375f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
8226 2024.10.22 17:02:58.024019 [ 283 ] {} <Debug> HTTP-Session: 8971a3f4-29b8-4cdf-bf8d-df231ce48f01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8227 2024.10.22 17:02:58.024188 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8228 2024.10.22 17:02:58.024230 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52861, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8229 2024.10.22 17:02:58.024315 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8230 2024.10.22 17:02:58.024353 [ 278 ] {} <Debug> HTTP-Session: d2ea1b64-f182-4a4e-a7a2-cdb7b50c83b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52861
8231 2024.10.22 17:02:58.024380 [ 278 ] {} <Debug> HTTP-Session: d2ea1b64-f182-4a4e-a7a2-cdb7b50c83b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8232 2024.10.22 17:02:58.024398 [ 278 ] {} <Debug> HTTP-Session: d2ea1b64-f182-4a4e-a7a2-cdb7b50c83b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8233 2024.10.22 17:02:58.024440 [ 278 ] {} <Trace> HTTP-Session: d2ea1b64-f182-4a4e-a7a2-cdb7b50c83b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8234 2024.10.22 17:02:58.024612 [ 278 ] {31290b7f-a3a9-4295-8058-34b4ec9a1f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52861) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8235 2024.10.22 17:02:58.024668 [ 278 ] {31290b7f-a3a9-4295-8058-34b4ec9a1f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8236 2024.10.22 17:02:58.024852 [ 278 ] {31290b7f-a3a9-4295-8058-34b4ec9a1f9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8237 2024.10.22 17:02:58.025187 [ 278 ] {31290b7f-a3a9-4295-8058-34b4ec9a1f9b} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8238 2024.10.22 17:02:58.025223 [ 278 ] {31290b7f-a3a9-4295-8058-34b4ec9a1f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8239 2024.10.22 17:02:58.025592 [ 278 ] {31290b7f-a3a9-4295-8058-34b4ec9a1f9b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8240 2024.10.22 17:02:58.025919 [ 278 ] {31290b7f-a3a9-4295-8058-34b4ec9a1f9b} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8241 2024.10.22 17:02:58.026077 [ 278 ] {31290b7f-a3a9-4295-8058-34b4ec9a1f9b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001531 sec., 53559.76485956891 rows/sec., 3.40 MiB/sec.
8242 2024.10.22 17:02:58.026251 [ 278 ] {31290b7f-a3a9-4295-8058-34b4ec9a1f9b} <Debug> DynamicQueryHandler: Done processing query
8243 2024.10.22 17:02:58.026274 [ 278 ] {31290b7f-a3a9-4295-8058-34b4ec9a1f9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8244 2024.10.22 17:02:58.026290 [ 278 ] {} <Debug> HTTP-Session: d2ea1b64-f182-4a4e-a7a2-cdb7b50c83b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8245 2024.10.22 17:02:58.026604 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8246 2024.10.22 17:03:02.126404 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache
8247 2024.10.22 17:03:02.126459 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache
8248 2024.10.22 17:03:02.375208 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49870, User-Agent: (none), Length: 175948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8249 2024.10.22 17:03:02.375324 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8250 2024.10.22 17:03:02.375349 [ 278 ] {} <Debug> HTTP-Session: dcc78b4b-d5fb-42ca-9f36-85dac467ab59 Authenticating user 'default' from [fd00:1122:3344:101::d]:49870
8251 2024.10.22 17:03:02.375373 [ 278 ] {} <Debug> HTTP-Session: dcc78b4b-d5fb-42ca-9f36-85dac467ab59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8252 2024.10.22 17:03:02.375387 [ 278 ] {} <Debug> HTTP-Session: dcc78b4b-d5fb-42ca-9f36-85dac467ab59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8253 2024.10.22 17:03:02.375436 [ 278 ] {} <Trace> HTTP-Session: dcc78b4b-d5fb-42ca-9f36-85dac467ab59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8254 2024.10.22 17:03:02.376185 [ 278 ] {21ddd250-1032-42a2-847a-3d0cc1616a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49870) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8255 2024.10.22 17:03:02.376273 [ 278 ] {21ddd250-1032-42a2-847a-3d0cc1616a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8256 2024.10.22 17:03:02.376657 [ 278 ] {21ddd250-1032-42a2-847a-3d0cc1616a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8257 2024.10.22 17:03:02.377890 [ 278 ] {21ddd250-1032-42a2-847a-3d0cc1616a4f} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8258 2024.10.22 17:03:02.377936 [ 278 ] {21ddd250-1032-42a2-847a-3d0cc1616a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8259 2024.10.22 17:03:02.378480 [ 278 ] {21ddd250-1032-42a2-847a-3d0cc1616a4f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8260 2024.10.22 17:03:02.378879 [ 278 ] {21ddd250-1032-42a2-847a-3d0cc1616a4f} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8261 2024.10.22 17:03:02.379031 [ 278 ] {21ddd250-1032-42a2-847a-3d0cc1616a4f} <Debug> executeQuery: Read 1216 rows, 102.39 KiB in 0.003379 sec., 359869.7839597514 rows/sec., 29.59 MiB/sec.
8262 2024.10.22 17:03:02.379038 [ 79 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8263 2024.10.22 17:03:02.379103 [ 79 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8264 2024.10.22 17:03:02.379141 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8265 2024.10.22 17:03:02.379295 [ 278 ] {21ddd250-1032-42a2-847a-3d0cc1616a4f} <Debug> DynamicQueryHandler: Done processing query
8266 2024.10.22 17:03:02.379338 [ 278 ] {21ddd250-1032-42a2-847a-3d0cc1616a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
8267 2024.10.22 17:03:02.379359 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
8268 2024.10.22 17:03:02.379368 [ 278 ] {} <Debug> HTTP-Session: dcc78b4b-d5fb-42ca-9f36-85dac467ab59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8269 2024.10.22 17:03:02.379614 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8270 2024.10.22 17:03:02.379660 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1430 rows starting from the beginning of the part
8271 2024.10.22 17:03:02.379876 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8272 2024.10.22 17:03:02.379942 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 76 rows starting from the beginning of the part
8273 2024.10.22 17:03:02.380060 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35083, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8274 2024.10.22 17:03:02.380231 [ 278 ] {} <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):
8275 
8276 (version 23.8.7.1)
8277 2024.10.22 17:03:02.380280 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 261 rows starting from the beginning of the part
8278 2024.10.22 17:03:02.380348 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8279 2024.10.22 17:03:02.380474 [ 283 ] {} <Debug> HTTP-Session: ced6253e-ddcb-40ae-baba-a1f7e7a5ea86 Authenticating user 'default' from [fd00:1122:3344:101::d]:35083
8280 2024.10.22 17:03:02.380575 [ 283 ] {} <Debug> HTTP-Session: ced6253e-ddcb-40ae-baba-a1f7e7a5ea86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8281 2024.10.22 17:03:02.380598 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 76 rows starting from the beginning of the part
8282 2024.10.22 17:03:02.380638 [ 283 ] {} <Debug> HTTP-Session: ced6253e-ddcb-40ae-baba-a1f7e7a5ea86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8283 2024.10.22 17:03:02.380834 [ 283 ] {} <Trace> HTTP-Session: ced6253e-ddcb-40ae-baba-a1f7e7a5ea86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8284 2024.10.22 17:03:02.380855 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 261 rows starting from the beginning of the part
8285 2024.10.22 17:03:02.380983 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1216 rows starting from the beginning of the part
8286 2024.10.22 17:03:02.381314 [ 283 ] {e0e25601-b29b-431e-9eca-f002a9c7deba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35083) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8287 2024.10.22 17:03:02.381440 [ 283 ] {e0e25601-b29b-431e-9eca-f002a9c7deba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8288 2024.10.22 17:03:02.382272 [ 283 ] {e0e25601-b29b-431e-9eca-f002a9c7deba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8289 2024.10.22 17:03:02.383337 [ 283 ] {e0e25601-b29b-431e-9eca-f002a9c7deba} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8290 2024.10.22 17:03:02.383421 [ 283 ] {e0e25601-b29b-431e-9eca-f002a9c7deba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8291 2024.10.22 17:03:02.384021 [ 283 ] {e0e25601-b29b-431e-9eca-f002a9c7deba} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8292 2024.10.22 17:03:02.384852 [ 283 ] {e0e25601-b29b-431e-9eca-f002a9c7deba} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8293 2024.10.22 17:03:02.384875 [ 187 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.005640469 sec., 588603.5363371379 rows/sec., 51.38 MiB/sec.
8294 2024.10.22 17:03:02.385101 [ 79 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
8295 2024.10.22 17:03:02.385121 [ 283 ] {e0e25601-b29b-431e-9eca-f002a9c7deba} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.004015 sec., 2490.6600249066 rows/sec., 187.29 KiB/sec.
8296 2024.10.22 17:03:02.385182 [ 79 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8297 2024.10.22 17:03:02.385251 [ 187 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8298 2024.10.22 17:03:02.385265 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8299 2024.10.22 17:03:02.385808 [ 283 ] {e0e25601-b29b-431e-9eca-f002a9c7deba} <Debug> DynamicQueryHandler: Done processing query
8300 2024.10.22 17:03:02.385889 [ 283 ] {e0e25601-b29b-431e-9eca-f002a9c7deba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8301 2024.10.22 17:03:02.385963 [ 283 ] {} <Debug> HTTP-Session: ced6253e-ddcb-40ae-baba-a1f7e7a5ea86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8302 2024.10.22 17:03:02.386421 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35083, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8303 2024.10.22 17:03:02.386503 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52306, User-Agent: (none), Length: 30474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8304 2024.10.22 17:03:02.386793 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8305 2024.10.22 17:03:02.386949 [ 278 ] {} <Debug> HTTP-Session: fa60d3ac-df72-4695-a535-14b717ae1812 Authenticating user 'default' from [fd00:1122:3344:101::d]:52306
8306 2024.10.22 17:03:02.386967 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
8307 2024.10.22 17:03:02.387000 [ 278 ] {} <Debug> HTTP-Session: fa60d3ac-df72-4695-a535-14b717ae1812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8308 2024.10.22 17:03:02.387099 [ 278 ] {} <Debug> HTTP-Session: fa60d3ac-df72-4695-a535-14b717ae1812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8309 2024.10.22 17:03:02.387207 [ 278 ] {} <Trace> HTTP-Session: fa60d3ac-df72-4695-a535-14b717ae1812 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8310 2024.10.22 17:03:02.387440 [ 187 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_36_7} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8311 2024.10.22 17:03:02.387532 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8312 2024.10.22 17:03:02.387652 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 58 rows starting from the beginning of the part
8313 2024.10.22 17:03:02.387685 [ 278 ] {634f8bab-1b2f-48b2-8afb-137ed2da3ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52306) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8314 2024.10.22 17:03:02.387729 [ 187 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_36_7} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8315 2024.10.22 17:03:02.387921 [ 278 ] {634f8bab-1b2f-48b2-8afb-137ed2da3ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8316 2024.10.22 17:03:02.388156 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part
8317 2024.10.22 17:03:02.388158 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
8318 2024.10.22 17:03:02.388574 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part
8319 2024.10.22 17:03:02.388853 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part
8320 2024.10.22 17:03:02.389159 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part
8321 2024.10.22 17:03:02.389522 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part
8322 2024.10.22 17:03:02.390163 [ 278 ] {634f8bab-1b2f-48b2-8afb-137ed2da3ac4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8323 2024.10.22 17:03:02.391374 [ 278 ] {634f8bab-1b2f-48b2-8afb-137ed2da3ac4} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8324 2024.10.22 17:03:02.391450 [ 278 ] {634f8bab-1b2f-48b2-8afb-137ed2da3ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8325 2024.10.22 17:03:02.392417 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 5 columns (5 merged, 0 gathered) in 0.00696371 sec., 21253.03896917017 rows/sec., 1.63 MiB/sec.
8326 2024.10.22 17:03:02.392612 [ 278 ] {634f8bab-1b2f-48b2-8afb-137ed2da3ac4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8327 2024.10.22 17:03:02.392622 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
8328 2024.10.22 17:03:02.394113 [ 278 ] {634f8bab-1b2f-48b2-8afb-137ed2da3ac4} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8329 2024.10.22 17:03:02.394196 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_26_5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8330 2024.10.22 17:03:02.394418 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_26_5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
8331 2024.10.22 17:03:02.394427 [ 278 ] {634f8bab-1b2f-48b2-8afb-137ed2da3ac4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006967 sec., 32725.706903975886 rows/sec., 2.22 MiB/sec.
8332 2024.10.22 17:03:02.394676 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8333 2024.10.22 17:03:02.394878 [ 278 ] {634f8bab-1b2f-48b2-8afb-137ed2da3ac4} <Debug> DynamicQueryHandler: Done processing query
8334 2024.10.22 17:03:02.394910 [ 278 ] {634f8bab-1b2f-48b2-8afb-137ed2da3ac4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
8335 2024.10.22 17:03:02.394926 [ 278 ] {} <Debug> HTTP-Session: fa60d3ac-df72-4695-a535-14b717ae1812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8336 2024.10.22 17:03:02.395164 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52306, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8337 2024.10.22 17:03:02.395309 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44318, User-Agent: (none), Length: 87557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8338 2024.10.22 17:03:02.395382 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8339 2024.10.22 17:03:02.395404 [ 283 ] {} <Debug> HTTP-Session: 55d33d40-71cf-4e2b-96d1-abd7e2598cca Authenticating user 'default' from [fd00:1122:3344:101::d]:44318
8340 2024.10.22 17:03:02.395424 [ 283 ] {} <Debug> HTTP-Session: 55d33d40-71cf-4e2b-96d1-abd7e2598cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8341 2024.10.22 17:03:02.395438 [ 283 ] {} <Debug> HTTP-Session: 55d33d40-71cf-4e2b-96d1-abd7e2598cca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8342 2024.10.22 17:03:02.395479 [ 283 ] {} <Trace> HTTP-Session: 55d33d40-71cf-4e2b-96d1-abd7e2598cca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8343 2024.10.22 17:03:02.395911 [ 283 ] {044588d3-12f8-48eb-84e5-2cc4686a3249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8344 2024.10.22 17:03:02.395964 [ 283 ] {044588d3-12f8-48eb-84e5-2cc4686a3249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8345 2024.10.22 17:03:02.396241 [ 283 ] {044588d3-12f8-48eb-84e5-2cc4686a3249} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8346 2024.10.22 17:03:02.397157 [ 283 ] {044588d3-12f8-48eb-84e5-2cc4686a3249} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8347 2024.10.22 17:03:02.397198 [ 283 ] {044588d3-12f8-48eb-84e5-2cc4686a3249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8348 2024.10.22 17:03:02.397606 [ 283 ] {044588d3-12f8-48eb-84e5-2cc4686a3249} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8349 2024.10.22 17:03:02.397999 [ 283 ] {044588d3-12f8-48eb-84e5-2cc4686a3249} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8350 2024.10.22 17:03:02.398163 [ 79 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8351 2024.10.22 17:03:02.398170 [ 283 ] {044588d3-12f8-48eb-84e5-2cc4686a3249} <Debug> executeQuery: Read 530 rows, 40.21 KiB in 0.002547 sec., 208087.94660384767 rows/sec., 15.42 MiB/sec.
8352 2024.10.22 17:03:02.398230 [ 79 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8353 2024.10.22 17:03:02.398298 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8354 2024.10.22 17:03:02.398516 [ 196 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
8355 2024.10.22 17:03:02.398561 [ 283 ] {044588d3-12f8-48eb-84e5-2cc4686a3249} <Debug> DynamicQueryHandler: Done processing query
8356 2024.10.22 17:03:02.398603 [ 283 ] {044588d3-12f8-48eb-84e5-2cc4686a3249} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
8357 2024.10.22 17:03:02.398648 [ 283 ] {} <Debug> HTTP-Session: 55d33d40-71cf-4e2b-96d1-abd7e2598cca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8358 2024.10.22 17:03:02.398790 [ 196 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8359 2024.10.22 17:03:02.398836 [ 196 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part
8360 2024.10.22 17:03:02.398933 [ 196 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 74 rows starting from the beginning of the part
8361 2024.10.22 17:03:02.399068 [ 196 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 412 rows starting from the beginning of the part
8362 2024.10.22 17:03:02.399207 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8363 2024.10.22 17:03:02.399298 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52306, User-Agent: (none), Length: 185256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8364 2024.10.22 17:03:02.399498 [ 196 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 74 rows starting from the beginning of the part
8365 2024.10.22 17:03:02.399553 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8366 2024.10.22 17:03:02.399662 [ 278 ] {} <Debug> HTTP-Session: 7061ea86-ffaf-4364-a38f-fc08ba80478f Authenticating user 'default' from [fd00:1122:3344:101::d]:52306
8367 2024.10.22 17:03:02.399664 [ 283 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
8368 
8369 (version 23.8.7.1)
8370 2024.10.22 17:03:02.399784 [ 278 ] {} <Debug> HTTP-Session: 7061ea86-ffaf-4364-a38f-fc08ba80478f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8371 2024.10.22 17:03:02.399867 [ 278 ] {} <Debug> HTTP-Session: 7061ea86-ffaf-4364-a38f-fc08ba80478f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8372 2024.10.22 17:03:02.399922 [ 196 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 412 rows starting from the beginning of the part
8373 2024.10.22 17:03:02.399997 [ 278 ] {} <Trace> HTTP-Session: 7061ea86-ffaf-4364-a38f-fc08ba80478f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8374 2024.10.22 17:03:02.400169 [ 196 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 530 rows starting from the beginning of the part
8375 2024.10.22 17:03:02.401182 [ 278 ] {668e41a3-f859-4d02-99ed-34b8ecbe3be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52306) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8376 2024.10.22 17:03:02.401307 [ 278 ] {668e41a3-f859-4d02-99ed-34b8ecbe3be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8377 2024.10.22 17:03:02.401920 [ 278 ] {668e41a3-f859-4d02-99ed-34b8ecbe3be4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8378 2024.10.22 17:03:02.402452 [ 197 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.004036793 sec., 598494.894338154 rows/sec., 45.90 MiB/sec.
8379 2024.10.22 17:03:02.402703 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8380 2024.10.22 17:03:02.403088 [ 278 ] {668e41a3-f859-4d02-99ed-34b8ecbe3be4} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8381 2024.10.22 17:03:02.403132 [ 278 ] {668e41a3-f859-4d02-99ed-34b8ecbe3be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8382 2024.10.22 17:03:02.403276 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_36_7} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8383 2024.10.22 17:03:02.403384 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_36_7} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8384 2024.10.22 17:03:02.403492 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
8385 2024.10.22 17:03:02.403719 [ 278 ] {668e41a3-f859-4d02-99ed-34b8ecbe3be4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8386 2024.10.22 17:03:02.404068 [ 278 ] {668e41a3-f859-4d02-99ed-34b8ecbe3be4} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8387 2024.10.22 17:03:02.404203 [ 278 ] {668e41a3-f859-4d02-99ed-34b8ecbe3be4} <Debug> executeQuery: Read 976 rows, 67.11 KiB in 0.003831 sec., 254763.76925084833 rows/sec., 17.11 MiB/sec.
8388 2024.10.22 17:03:02.404211 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8389 2024.10.22 17:03:02.404277 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8390 2024.10.22 17:03:02.404322 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8391 2024.10.22 17:03:02.404473 [ 278 ] {668e41a3-f859-4d02-99ed-34b8ecbe3be4} <Debug> DynamicQueryHandler: Done processing query
8392 2024.10.22 17:03:02.404546 [ 278 ] {668e41a3-f859-4d02-99ed-34b8ecbe3be4} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
8393 2024.10.22 17:03:02.404605 [ 278 ] {} <Debug> HTTP-Session: 7061ea86-ffaf-4364-a38f-fc08ba80478f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8394 2024.10.22 17:03:02.404647 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
8395 2024.10.22 17:03:02.405013 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52306, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8396 2024.10.22 17:03:02.405095 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40348, User-Agent: (none), Length: 16446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8397 2024.10.22 17:03:02.405300 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8398 2024.10.22 17:03:02.405349 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8399 2024.10.22 17:03:02.405370 [ 283 ] {} <Debug> HTTP-Session: 66704457-624c-4836-8778-928cd0af2f20 Authenticating user 'default' from [fd00:1122:3344:101::d]:40348
8400 2024.10.22 17:03:02.405401 [ 283 ] {} <Debug> HTTP-Session: 66704457-624c-4836-8778-928cd0af2f20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8401 2024.10.22 17:03:02.405404 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9807 rows starting from the beginning of the part
8402 2024.10.22 17:03:02.405417 [ 283 ] {} <Debug> HTTP-Session: 66704457-624c-4836-8778-928cd0af2f20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8403 2024.10.22 17:03:02.405476 [ 283 ] {} <Trace> HTTP-Session: 66704457-624c-4836-8778-928cd0af2f20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8404 2024.10.22 17:03:02.405601 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part
8405 2024.10.22 17:03:02.405844 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part
8406 2024.10.22 17:03:02.406012 [ 283 ] {edfecfa2-58ca-4f64-bb68-6d200d68d9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8407 2024.10.22 17:03:02.406142 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
8408 2024.10.22 17:03:02.406416 [ 283 ] {edfecfa2-58ca-4f64-bb68-6d200d68d9af} <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
8409 2024.10.22 17:03:02.406543 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part
8410 2024.10.22 17:03:02.406932 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 976 rows starting from the beginning of the part
8411 2024.10.22 17:03:02.408075 [ 283 ] {edfecfa2-58ca-4f64-bb68-6d200d68d9af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8412 2024.10.22 17:03:02.408894 [ 283 ] {edfecfa2-58ca-4f64-bb68-6d200d68d9af} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8413 2024.10.22 17:03:02.408945 [ 283 ] {edfecfa2-58ca-4f64-bb68-6d200d68d9af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8414 2024.10.22 17:03:02.410082 [ 283 ] {edfecfa2-58ca-4f64-bb68-6d200d68d9af} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8415 2024.10.22 17:03:02.410810 [ 283 ] {edfecfa2-58ca-4f64-bb68-6d200d68d9af} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8416 2024.10.22 17:03:02.411065 [ 283 ] {edfecfa2-58ca-4f64-bb68-6d200d68d9af} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.005356 sec., 1867.0649738610905 rows/sec., 3.35 MiB/sec.
8417 2024.10.22 17:03:02.411332 [ 283 ] {edfecfa2-58ca-4f64-bb68-6d200d68d9af} <Debug> DynamicQueryHandler: Done processing query
8418 2024.10.22 17:03:02.411358 [ 283 ] {edfecfa2-58ca-4f64-bb68-6d200d68d9af} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
8419 2024.10.22 17:03:02.411374 [ 283 ] {} <Debug> HTTP-Session: 66704457-624c-4836-8778-928cd0af2f20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8420 2024.10.22 17:03:02.411550 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8421 2024.10.22 17:03:02.411645 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50714, User-Agent: (none), Length: 7608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8422 2024.10.22 17:03:02.411767 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8423 2024.10.22 17:03:02.411794 [ 278 ] {} <Debug> HTTP-Session: f43052f2-11ae-47b7-b713-a5696d3e1873 Authenticating user 'default' from [fd00:1122:3344:101::d]:50714
8424 2024.10.22 17:03:02.411818 [ 278 ] {} <Debug> HTTP-Session: f43052f2-11ae-47b7-b713-a5696d3e1873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8425 2024.10.22 17:03:02.411835 [ 278 ] {} <Debug> HTTP-Session: f43052f2-11ae-47b7-b713-a5696d3e1873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8426 2024.10.22 17:03:02.411907 [ 278 ] {} <Trace> HTTP-Session: f43052f2-11ae-47b7-b713-a5696d3e1873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8427 2024.10.22 17:03:02.412241 [ 197 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11577 rows, containing 5 columns (5 merged, 0 gathered) in 0.007825209 sec., 1479449.302887629 rows/sec., 99.82 MiB/sec.
8428 2024.10.22 17:03:02.412260 [ 278 ] {f05ab9b1-2e38-4ed8-8098-8cd30fe39504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50714) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8429 2024.10.22 17:03:02.412368 [ 278 ] {f05ab9b1-2e38-4ed8-8098-8cd30fe39504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8430 2024.10.22 17:03:02.412564 [ 278 ] {f05ab9b1-2e38-4ed8-8098-8cd30fe39504} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8431 2024.10.22 17:03:02.412690 [ 197 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8432 2024.10.22 17:03:02.413139 [ 278 ] {f05ab9b1-2e38-4ed8-8098-8cd30fe39504} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8433 2024.10.22 17:03:02.413258 [ 278 ] {f05ab9b1-2e38-4ed8-8098-8cd30fe39504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8434 2024.10.22 17:03:02.413762 [ 197 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8435 2024.10.22 17:03:02.413955 [ 197 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8436 2024.10.22 17:03:02.414096 [ 278 ] {f05ab9b1-2e38-4ed8-8098-8cd30fe39504} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8437 2024.10.22 17:03:02.414112 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB.
8438 2024.10.22 17:03:02.414483 [ 278 ] {f05ab9b1-2e38-4ed8-8098-8cd30fe39504} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8439 2024.10.22 17:03:02.414662 [ 278 ] {f05ab9b1-2e38-4ed8-8098-8cd30fe39504} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.002517 sec., 19864.91855383393 rows/sec., 1.33 MiB/sec.
8440 2024.10.22 17:03:02.414674 [ 72 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8441 2024.10.22 17:03:02.414779 [ 72 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8442 2024.10.22 17:03:02.414852 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8443 2024.10.22 17:03:02.414980 [ 278 ] {f05ab9b1-2e38-4ed8-8098-8cd30fe39504} <Debug> DynamicQueryHandler: Done processing query
8444 2024.10.22 17:03:02.415040 [ 278 ] {f05ab9b1-2e38-4ed8-8098-8cd30fe39504} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
8445 2024.10.22 17:03:02.415079 [ 278 ] {} <Debug> HTTP-Session: f43052f2-11ae-47b7-b713-a5696d3e1873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8446 2024.10.22 17:03:02.415092 [ 190 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
8447 2024.10.22 17:03:02.415234 [ 190 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8448 2024.10.22 17:03:02.415265 [ 190 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1760 rows starting from the beginning of the part
8449 2024.10.22 17:03:02.415336 [ 190 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
8450 2024.10.22 17:03:02.415531 [ 190 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part
8451 2024.10.22 17:03:02.415736 [ 190 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
8452 2024.10.22 17:03:02.415951 [ 190 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part
8453 2024.10.22 17:03:02.416042 [ 190 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 50 rows starting from the beginning of the part
8454 2024.10.22 17:03:02.417022 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50714, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8455 2024.10.22 17:03:02.417661 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2094 rows, containing 4 columns (4 merged, 0 gathered) in 0.002695341 sec., 776896.1329939329 rows/sec., 50.67 MiB/sec.
8456 2024.10.22 17:03:02.417879 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8457 2024.10.22 17:03:02.418280 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_36_7} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8458 2024.10.22 17:03:02.418361 [ 186 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_36_7} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8459 2024.10.22 17:03:02.418441 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
8460 2024.10.22 17:03:02.982448 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64585, User-Agent: (none), Length: 7222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8461 2024.10.22 17:03:02.982569 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8462 2024.10.22 17:03:02.982600 [ 278 ] {} <Debug> HTTP-Session: fa8094b0-bcb5-431b-9946-3582b58349a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64585
8463 2024.10.22 17:03:02.982628 [ 278 ] {} <Debug> HTTP-Session: fa8094b0-bcb5-431b-9946-3582b58349a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8464 2024.10.22 17:03:02.982646 [ 278 ] {} <Debug> HTTP-Session: fa8094b0-bcb5-431b-9946-3582b58349a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8465 2024.10.22 17:03:02.982702 [ 278 ] {} <Trace> HTTP-Session: fa8094b0-bcb5-431b-9946-3582b58349a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8466 2024.10.22 17:03:02.982910 [ 278 ] {428a571f-874d-4250-894b-ceed81eb85ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64585) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8467 2024.10.22 17:03:02.982984 [ 278 ] {428a571f-874d-4250-894b-ceed81eb85ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8468 2024.10.22 17:03:02.983324 [ 278 ] {428a571f-874d-4250-894b-ceed81eb85ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8469 2024.10.22 17:03:02.983765 [ 278 ] {428a571f-874d-4250-894b-ceed81eb85ab} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8470 2024.10.22 17:03:02.983808 [ 278 ] {428a571f-874d-4250-894b-ceed81eb85ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8471 2024.10.22 17:03:02.984222 [ 278 ] {428a571f-874d-4250-894b-ceed81eb85ab} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8472 2024.10.22 17:03:02.984608 [ 278 ] {428a571f-874d-4250-894b-ceed81eb85ab} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8473 2024.10.22 17:03:02.984775 [ 278 ] {428a571f-874d-4250-894b-ceed81eb85ab} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001933 sec., 26901.189860320745 rows/sec., 2.04 MiB/sec.
8474 2024.10.22 17:03:02.985086 [ 278 ] {428a571f-874d-4250-894b-ceed81eb85ab} <Debug> DynamicQueryHandler: Done processing query
8475 2024.10.22 17:03:02.985123 [ 278 ] {428a571f-874d-4250-894b-ceed81eb85ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8476 2024.10.22 17:03:02.985141 [ 278 ] {} <Debug> HTTP-Session: fa8094b0-bcb5-431b-9946-3582b58349a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8477 2024.10.22 17:03:02.985352 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8478 2024.10.22 17:03:02.985482 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40565, User-Agent: (none), Length: 9520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8479 2024.10.22 17:03:02.985597 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8480 2024.10.22 17:03:02.985625 [ 283 ] {} <Debug> HTTP-Session: 96a54dde-0cb8-4e33-8775-a598ea4eebbe Authenticating user 'default' from [fd00:1122:3344:101::d]:40565
8481 2024.10.22 17:03:02.985652 [ 283 ] {} <Debug> HTTP-Session: 96a54dde-0cb8-4e33-8775-a598ea4eebbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8482 2024.10.22 17:03:02.985670 [ 283 ] {} <Debug> HTTP-Session: 96a54dde-0cb8-4e33-8775-a598ea4eebbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8483 2024.10.22 17:03:02.985727 [ 283 ] {} <Trace> HTTP-Session: 96a54dde-0cb8-4e33-8775-a598ea4eebbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8484 2024.10.22 17:03:02.985941 [ 283 ] {c38528d8-05e4-4820-aa9d-669736fe4fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40565) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8485 2024.10.22 17:03:02.986015 [ 283 ] {c38528d8-05e4-4820-aa9d-669736fe4fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8486 2024.10.22 17:03:02.986362 [ 283 ] {c38528d8-05e4-4820-aa9d-669736fe4fdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8487 2024.10.22 17:03:02.986752 [ 283 ] {c38528d8-05e4-4820-aa9d-669736fe4fdb} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8488 2024.10.22 17:03:02.986801 [ 283 ] {c38528d8-05e4-4820-aa9d-669736fe4fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8489 2024.10.22 17:03:02.987221 [ 283 ] {c38528d8-05e4-4820-aa9d-669736fe4fdb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8490 2024.10.22 17:03:02.987610 [ 283 ] {c38528d8-05e4-4820-aa9d-669736fe4fdb} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8491 2024.10.22 17:03:02.987792 [ 283 ] {c38528d8-05e4-4820-aa9d-669736fe4fdb} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.27 MiB/sec.
8492 2024.10.22 17:03:02.988159 [ 283 ] {c38528d8-05e4-4820-aa9d-669736fe4fdb} <Debug> DynamicQueryHandler: Done processing query
8493 2024.10.22 17:03:02.988195 [ 283 ] {c38528d8-05e4-4820-aa9d-669736fe4fdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
8494 2024.10.22 17:03:02.988226 [ 283 ] {} <Debug> HTTP-Session: 96a54dde-0cb8-4e33-8775-a598ea4eebbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8495 2024.10.22 17:03:02.988430 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64585, User-Agent: (none), Length: 5781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8496 2024.10.22 17:03:02.988451 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40565, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8497 2024.10.22 17:03:02.988520 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8498 2024.10.22 17:03:02.988558 [ 278 ] {} <Debug> HTTP-Session: 24ffb8b5-1585-424c-a8d5-fa8f770b9209 Authenticating user 'default' from [fd00:1122:3344:101::d]:64585
8499 2024.10.22 17:03:02.988583 [ 278 ] {} <Debug> HTTP-Session: 24ffb8b5-1585-424c-a8d5-fa8f770b9209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8500 2024.10.22 17:03:02.988613 [ 278 ] {} <Debug> HTTP-Session: 24ffb8b5-1585-424c-a8d5-fa8f770b9209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8501 2024.10.22 17:03:02.988660 [ 278 ] {} <Trace> HTTP-Session: 24ffb8b5-1585-424c-a8d5-fa8f770b9209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8502 2024.10.22 17:03:02.988804 [ 278 ] {eb522bda-3576-4cec-a60d-6321463bba30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64585) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8503 2024.10.22 17:03:02.988866 [ 278 ] {eb522bda-3576-4cec-a60d-6321463bba30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8504 2024.10.22 17:03:02.989074 [ 278 ] {eb522bda-3576-4cec-a60d-6321463bba30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8505 2024.10.22 17:03:02.989400 [ 278 ] {eb522bda-3576-4cec-a60d-6321463bba30} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8506 2024.10.22 17:03:02.989448 [ 278 ] {eb522bda-3576-4cec-a60d-6321463bba30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8507 2024.10.22 17:03:02.989926 [ 278 ] {eb522bda-3576-4cec-a60d-6321463bba30} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8508 2024.10.22 17:03:02.990294 [ 278 ] {eb522bda-3576-4cec-a60d-6321463bba30} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8509 2024.10.22 17:03:02.990453 [ 278 ] {eb522bda-3576-4cec-a60d-6321463bba30} <Debug> executeQuery: Read 30 rows, 2.13 KiB in 0.001698 sec., 17667.844522968197 rows/sec., 1.22 MiB/sec.
8510 2024.10.22 17:03:02.990616 [ 278 ] {eb522bda-3576-4cec-a60d-6321463bba30} <Debug> DynamicQueryHandler: Done processing query
8511 2024.10.22 17:03:02.990640 [ 278 ] {eb522bda-3576-4cec-a60d-6321463bba30} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8512 2024.10.22 17:03:02.990657 [ 278 ] {} <Debug> HTTP-Session: 24ffb8b5-1585-424c-a8d5-fa8f770b9209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8513 2024.10.22 17:03:02.990797 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8514 2024.10.22 17:03:02.990881 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56456, User-Agent: (none), Length: 1581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8515 2024.10.22 17:03:02.990950 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8516 2024.10.22 17:03:02.990970 [ 283 ] {} <Debug> HTTP-Session: b3f284ca-7829-4ee7-8f13-20728e4c24a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56456
8517 2024.10.22 17:03:02.990990 [ 283 ] {} <Debug> HTTP-Session: b3f284ca-7829-4ee7-8f13-20728e4c24a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8518 2024.10.22 17:03:02.991005 [ 283 ] {} <Debug> HTTP-Session: b3f284ca-7829-4ee7-8f13-20728e4c24a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8519 2024.10.22 17:03:02.991045 [ 283 ] {} <Trace> HTTP-Session: b3f284ca-7829-4ee7-8f13-20728e4c24a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8520 2024.10.22 17:03:02.991169 [ 283 ] {5b0cb658-a3ec-4e6f-b2a2-9b7f5d8add26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56456) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8521 2024.10.22 17:03:02.991222 [ 283 ] {5b0cb658-a3ec-4e6f-b2a2-9b7f5d8add26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8522 2024.10.22 17:03:02.991383 [ 283 ] {5b0cb658-a3ec-4e6f-b2a2-9b7f5d8add26} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8523 2024.10.22 17:03:02.991670 [ 283 ] {5b0cb658-a3ec-4e6f-b2a2-9b7f5d8add26} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8524 2024.10.22 17:03:02.991706 [ 283 ] {5b0cb658-a3ec-4e6f-b2a2-9b7f5d8add26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8525 2024.10.22 17:03:02.992088 [ 283 ] {5b0cb658-a3ec-4e6f-b2a2-9b7f5d8add26} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8526 2024.10.22 17:03:02.992421 [ 283 ] {5b0cb658-a3ec-4e6f-b2a2-9b7f5d8add26} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8527 2024.10.22 17:03:02.992576 [ 283 ] {5b0cb658-a3ec-4e6f-b2a2-9b7f5d8add26} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.001438 sec., 6954.102920723227 rows/sec., 488.28 KiB/sec.
8528 2024.10.22 17:03:02.992915 [ 283 ] {5b0cb658-a3ec-4e6f-b2a2-9b7f5d8add26} <Debug> DynamicQueryHandler: Done processing query
8529 2024.10.22 17:03:02.992947 [ 283 ] {5b0cb658-a3ec-4e6f-b2a2-9b7f5d8add26} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8530 2024.10.22 17:03:02.992964 [ 283 ] {} <Debug> HTTP-Session: b3f284ca-7829-4ee7-8f13-20728e4c24a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8531 2024.10.22 17:03:02.993161 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8532 2024.10.22 17:03:04.750563 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8533 2024.10.22 17:03:04.975630 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8534 2024.10.22 17:03:05.071600 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8535 2024.10.22 17:03:05.073943 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8536 2024.10.22 17:03:05.078270 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8537 2024.10.22 17:03:05.084542 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8538 2024.10.22 17:03:05.085753 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8539 2024.10.22 17:03:05.094012 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48434, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8540 2024.10.22 17:03:05.505360 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58850, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8541 2024.10.22 17:03:06.045413 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8542 2024.10.22 17:03:06.071884 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55781, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8543 2024.10.22 17:03:06.199322 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8544 2024.10.22 17:03:06.212715 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60421, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8545 2024.10.22 17:03:06.251117 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8546 2024.10.22 17:03:06.348320 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8547 2024.10.22 17:03:06.367663 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8548 2024.10.22 17:03:06.369950 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8549 2024.10.22 17:03:06.383289 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8550 2024.10.22 17:03:06.633843 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41587, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8551 2024.10.22 17:03:06.669206 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43823, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8552 2024.10.22 17:03:06.679560 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8553 2024.10.22 17:03:06.711872 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8554 2024.10.22 17:03:06.741264 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44666, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8555 2024.10.22 17:03:06.931226 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8556 2024.10.22 17:03:06.932578 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8557 2024.10.22 17:03:06.933861 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8558 2024.10.22 17:03:06.936164 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8559 2024.10.22 17:03:07.301285 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 752
8560 2024.10.22 17:03:07.304306 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8561 2024.10.22 17:03:07.304363 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8562 2024.10.22 17:03:07.305915 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8563 2024.10.22 17:03:07.306948 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8564 2024.10.22 17:03:07.307533 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 752
8565 2024.10.22 17:03:07.843146 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8566 2024.10.22 17:03:07.843539 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60992, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8567 2024.10.22 17:03:07.859003 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8568 2024.10.22 17:03:07.888332 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8569 2024.10.22 17:03:07.925658 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58434, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8570 2024.10.22 17:03:07.929996 [ 268 ] {} <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)
8571 2024.10.22 17:03:07.987195 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8572 2024.10.22 17:03:07.995043 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64585, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8573 2024.10.22 17:03:07.995125 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8574 2024.10.22 17:03:07.995148 [ 278 ] {} <Debug> HTTP-Session: 2dada35e-c860-4151-a508-420e166ecb2f Authenticating user 'default' from [fd00:1122:3344:101::d]:64585
8575 2024.10.22 17:03:07.995172 [ 278 ] {} <Debug> HTTP-Session: 2dada35e-c860-4151-a508-420e166ecb2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8576 2024.10.22 17:03:07.995186 [ 278 ] {} <Debug> HTTP-Session: 2dada35e-c860-4151-a508-420e166ecb2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8577 2024.10.22 17:03:07.995236 [ 278 ] {} <Trace> HTTP-Session: 2dada35e-c860-4151-a508-420e166ecb2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8578 2024.10.22 17:03:07.995436 [ 278 ] {8ab73557-8bd3-4164-8a67-9409076fb0cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64585) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
8579 2024.10.22 17:03:07.995509 [ 278 ] {8ab73557-8bd3-4164-8a67-9409076fb0cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
8580 2024.10.22 17:03:07.995934 [ 278 ] {8ab73557-8bd3-4164-8a67-9409076fb0cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8581 2024.10.22 17:03:07.996469 [ 278 ] {8ab73557-8bd3-4164-8a67-9409076fb0cf} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8582 2024.10.22 17:03:07.996522 [ 278 ] {8ab73557-8bd3-4164-8a67-9409076fb0cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8583 2024.10.22 17:03:07.997122 [ 278 ] {8ab73557-8bd3-4164-8a67-9409076fb0cf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8584 2024.10.22 17:03:07.997728 [ 278 ] {8ab73557-8bd3-4164-8a67-9409076fb0cf} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8585 2024.10.22 17:03:07.997923 [ 278 ] {8ab73557-8bd3-4164-8a67-9409076fb0cf} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002544 sec., 4716.981132075472 rows/sec., 329.36 KiB/sec.
8586 2024.10.22 17:03:07.998325 [ 278 ] {8ab73557-8bd3-4164-8a67-9409076fb0cf} <Debug> DynamicQueryHandler: Done processing query
8587 2024.10.22 17:03:07.998353 [ 278 ] {8ab73557-8bd3-4164-8a67-9409076fb0cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8588 2024.10.22 17:03:07.998369 [ 278 ] {} <Debug> HTTP-Session: 2dada35e-c860-4151-a508-420e166ecb2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8589 2024.10.22 17:03:07.998504 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8590 2024.10.22 17:03:07.998617 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40198, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8591 2024.10.22 17:03:07.998684 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8592 2024.10.22 17:03:07.998708 [ 268 ] {} <Debug> HTTP-Session: f6225af3-9333-42aa-9132-76428f896e2b Authenticating user 'default' from [fd00:1122:3344:101::d]:40198
8593 2024.10.22 17:03:07.998729 [ 268 ] {} <Debug> HTTP-Session: f6225af3-9333-42aa-9132-76428f896e2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8594 2024.10.22 17:03:07.998746 [ 268 ] {} <Debug> HTTP-Session: f6225af3-9333-42aa-9132-76428f896e2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8595 2024.10.22 17:03:07.998786 [ 268 ] {} <Trace> HTTP-Session: f6225af3-9333-42aa-9132-76428f896e2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8596 2024.10.22 17:03:07.998916 [ 268 ] {6a53e1e6-a9c4-4bae-a25a-17efeb3b2e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40198) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8597 2024.10.22 17:03:07.998971 [ 268 ] {6a53e1e6-a9c4-4bae-a25a-17efeb3b2e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8598 2024.10.22 17:03:07.999263 [ 268 ] {6a53e1e6-a9c4-4bae-a25a-17efeb3b2e25} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8599 2024.10.22 17:03:07.999578 [ 268 ] {6a53e1e6-a9c4-4bae-a25a-17efeb3b2e25} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8600 2024.10.22 17:03:07.999614 [ 268 ] {6a53e1e6-a9c4-4bae-a25a-17efeb3b2e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8601 2024.10.22 17:03:07.999959 [ 268 ] {6a53e1e6-a9c4-4bae-a25a-17efeb3b2e25} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
8602 2024.10.22 17:03:08.000143 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.14 MiB, peak 173.36 MiB, free memory in arenas 0.00 B, will set to 165.70 MiB (RSS), difference: -5.44 MiB
8603 2024.10.22 17:03:08.000590 [ 268 ] {6a53e1e6-a9c4-4bae-a25a-17efeb3b2e25} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8604 2024.10.22 17:03:08.000719 [ 268 ] {6a53e1e6-a9c4-4bae-a25a-17efeb3b2e25} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001837 sec., 1088.7316276537833 rows/sec., 88.78 KiB/sec.
8605 2024.10.22 17:03:08.000898 [ 268 ] {6a53e1e6-a9c4-4bae-a25a-17efeb3b2e25} <Debug> DynamicQueryHandler: Done processing query
8606 2024.10.22 17:03:08.000923 [ 268 ] {6a53e1e6-a9c4-4bae-a25a-17efeb3b2e25} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8607 2024.10.22 17:03:08.000939 [ 268 ] {} <Debug> HTTP-Session: f6225af3-9333-42aa-9132-76428f896e2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8608 2024.10.22 17:03:08.001124 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8609 2024.10.22 17:03:08.001161 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64585, User-Agent: (none), Length: 39353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8610 2024.10.22 17:03:08.001222 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8611 2024.10.22 17:03:08.001249 [ 278 ] {} <Debug> HTTP-Session: ad40d6fc-fc0c-4ffd-b5f5-0423844c8fc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64585
8612 2024.10.22 17:03:08.001270 [ 278 ] {} <Debug> HTTP-Session: ad40d6fc-fc0c-4ffd-b5f5-0423844c8fc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8613 2024.10.22 17:03:08.001288 [ 278 ] {} <Debug> HTTP-Session: ad40d6fc-fc0c-4ffd-b5f5-0423844c8fc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8614 2024.10.22 17:03:08.001327 [ 278 ] {} <Trace> HTTP-Session: ad40d6fc-fc0c-4ffd-b5f5-0423844c8fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8615 2024.10.22 17:03:08.001564 [ 278 ] {c436e234-2fbd-48af-8575-59e7047d816c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64585) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8616 2024.10.22 17:03:08.001617 [ 278 ] {c436e234-2fbd-48af-8575-59e7047d816c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8617 2024.10.22 17:03:08.002393 [ 278 ] {c436e234-2fbd-48af-8575-59e7047d816c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8618 2024.10.22 17:03:08.002936 [ 278 ] {c436e234-2fbd-48af-8575-59e7047d816c} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8619 2024.10.22 17:03:08.002975 [ 278 ] {c436e234-2fbd-48af-8575-59e7047d816c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8620 2024.10.22 17:03:08.003354 [ 278 ] {c436e234-2fbd-48af-8575-59e7047d816c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8621 2024.10.22 17:03:08.003716 [ 278 ] {c436e234-2fbd-48af-8575-59e7047d816c} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8622 2024.10.22 17:03:08.003857 [ 278 ] {c436e234-2fbd-48af-8575-59e7047d816c} <Debug> executeQuery: Read 262 rows, 23.47 KiB in 0.002408 sec., 108803.98671096345 rows/sec., 9.52 MiB/sec.
8623 2024.10.22 17:03:08.004015 [ 278 ] {c436e234-2fbd-48af-8575-59e7047d816c} <Debug> DynamicQueryHandler: Done processing query
8624 2024.10.22 17:03:08.004039 [ 278 ] {c436e234-2fbd-48af-8575-59e7047d816c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
8625 2024.10.22 17:03:08.004054 [ 278 ] {} <Debug> HTTP-Session: ad40d6fc-fc0c-4ffd-b5f5-0423844c8fc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8626 2024.10.22 17:03:08.004263 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8627 2024.10.22 17:03:08.004304 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64466, User-Agent: (none), Length: 4628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8628 2024.10.22 17:03:08.004379 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8629 2024.10.22 17:03:08.004405 [ 268 ] {} <Debug> HTTP-Session: c372161b-ff3b-4b0e-9c8d-e4716d9f19dc Authenticating user 'default' from [fd00:1122:3344:101::d]:64466
8630 2024.10.22 17:03:08.004430 [ 268 ] {} <Debug> HTTP-Session: c372161b-ff3b-4b0e-9c8d-e4716d9f19dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8631 2024.10.22 17:03:08.004447 [ 268 ] {} <Debug> HTTP-Session: c372161b-ff3b-4b0e-9c8d-e4716d9f19dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8632 2024.10.22 17:03:08.004484 [ 268 ] {} <Trace> HTTP-Session: c372161b-ff3b-4b0e-9c8d-e4716d9f19dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8633 2024.10.22 17:03:08.004610 [ 268 ] {b639cf76-8306-42ee-a746-577da1577dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64466) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8634 2024.10.22 17:03:08.004661 [ 268 ] {b639cf76-8306-42ee-a746-577da1577dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8635 2024.10.22 17:03:08.004931 [ 268 ] {b639cf76-8306-42ee-a746-577da1577dee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8636 2024.10.22 17:03:08.005314 [ 268 ] {b639cf76-8306-42ee-a746-577da1577dee} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8637 2024.10.22 17:03:08.005350 [ 268 ] {b639cf76-8306-42ee-a746-577da1577dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8638 2024.10.22 17:03:08.005688 [ 268 ] {b639cf76-8306-42ee-a746-577da1577dee} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8639 2024.10.22 17:03:08.006040 [ 268 ] {b639cf76-8306-42ee-a746-577da1577dee} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8640 2024.10.22 17:03:08.006165 [ 268 ] {b639cf76-8306-42ee-a746-577da1577dee} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.001593 sec., 20087.884494664155 rows/sec., 1.47 MiB/sec.
8641 2024.10.22 17:03:08.006535 [ 268 ] {b639cf76-8306-42ee-a746-577da1577dee} <Debug> DynamicQueryHandler: Done processing query
8642 2024.10.22 17:03:08.006560 [ 268 ] {b639cf76-8306-42ee-a746-577da1577dee} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8643 2024.10.22 17:03:08.006576 [ 268 ] {} <Debug> HTTP-Session: c372161b-ff3b-4b0e-9c8d-e4716d9f19dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8644 2024.10.22 17:03:08.006717 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8645 2024.10.22 17:03:08.006814 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57154, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8646 2024.10.22 17:03:08.006875 [ 269 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8647 2024.10.22 17:03:08.006895 [ 269 ] {} <Debug> HTTP-Session: 4eb3c2c5-cefa-492d-a456-12959855e887 Authenticating user 'default' from [fd00:1122:3344:101::d]:57154
8648 2024.10.22 17:03:08.006912 [ 269 ] {} <Debug> HTTP-Session: 4eb3c2c5-cefa-492d-a456-12959855e887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8649 2024.10.22 17:03:08.006926 [ 269 ] {} <Debug> HTTP-Session: 4eb3c2c5-cefa-492d-a456-12959855e887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8650 2024.10.22 17:03:08.006958 [ 269 ] {} <Trace> HTTP-Session: 4eb3c2c5-cefa-492d-a456-12959855e887 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8651 2024.10.22 17:03:08.007090 [ 269 ] {6aca7671-6d1b-406e-8540-9df813a8556b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57154) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8652 2024.10.22 17:03:08.007135 [ 269 ] {6aca7671-6d1b-406e-8540-9df813a8556b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8653 2024.10.22 17:03:08.007388 [ 269 ] {6aca7671-6d1b-406e-8540-9df813a8556b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8654 2024.10.22 17:03:08.007700 [ 269 ] {6aca7671-6d1b-406e-8540-9df813a8556b} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8655 2024.10.22 17:03:08.007736 [ 269 ] {6aca7671-6d1b-406e-8540-9df813a8556b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8656 2024.10.22 17:03:08.008096 [ 269 ] {6aca7671-6d1b-406e-8540-9df813a8556b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
8657 2024.10.22 17:03:08.008459 [ 269 ] {6aca7671-6d1b-406e-8540-9df813a8556b} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8658 2024.10.22 17:03:08.008588 [ 269 ] {6aca7671-6d1b-406e-8540-9df813a8556b} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001527 sec., 13752.4557956778 rows/sec., 949.70 KiB/sec.
8659 2024.10.22 17:03:08.008953 [ 269 ] {6aca7671-6d1b-406e-8540-9df813a8556b} <Debug> DynamicQueryHandler: Done processing query
8660 2024.10.22 17:03:08.008977 [ 269 ] {6aca7671-6d1b-406e-8540-9df813a8556b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8661 2024.10.22 17:03:08.008994 [ 269 ] {} <Debug> HTTP-Session: 4eb3c2c5-cefa-492d-a456-12959855e887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8662 2024.10.22 17:03:08.009134 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64466, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8663 2024.10.22 17:03:08.009143 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8664 2024.10.22 17:03:08.009197 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8665 2024.10.22 17:03:08.009230 [ 268 ] {} <Debug> HTTP-Session: 1ad8c268-9a15-4e12-96a8-42f380949220 Authenticating user 'default' from [fd00:1122:3344:101::d]:64466
8666 2024.10.22 17:03:08.009250 [ 268 ] {} <Debug> HTTP-Session: 1ad8c268-9a15-4e12-96a8-42f380949220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8667 2024.10.22 17:03:08.009265 [ 268 ] {} <Debug> HTTP-Session: 1ad8c268-9a15-4e12-96a8-42f380949220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8668 2024.10.22 17:03:08.009299 [ 268 ] {} <Trace> HTTP-Session: 1ad8c268-9a15-4e12-96a8-42f380949220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8669 2024.10.22 17:03:08.009405 [ 268 ] {4717043b-3b65-4db4-8c3a-f5e6e5d761c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64466) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8670 2024.10.22 17:03:08.009447 [ 268 ] {4717043b-3b65-4db4-8c3a-f5e6e5d761c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8671 2024.10.22 17:03:08.009696 [ 268 ] {4717043b-3b65-4db4-8c3a-f5e6e5d761c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8672 2024.10.22 17:03:08.010000 [ 268 ] {4717043b-3b65-4db4-8c3a-f5e6e5d761c2} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8673 2024.10.22 17:03:08.010034 [ 268 ] {4717043b-3b65-4db4-8c3a-f5e6e5d761c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8674 2024.10.22 17:03:08.010375 [ 268 ] {4717043b-3b65-4db4-8c3a-f5e6e5d761c2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8675 2024.10.22 17:03:08.010726 [ 268 ] {4717043b-3b65-4db4-8c3a-f5e6e5d761c2} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8676 2024.10.22 17:03:08.010850 [ 268 ] {4717043b-3b65-4db4-8c3a-f5e6e5d761c2} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001475 sec., 8135.593220338983 rows/sec., 500.53 KiB/sec.
8677 2024.10.22 17:03:08.011157 [ 268 ] {4717043b-3b65-4db4-8c3a-f5e6e5d761c2} <Debug> DynamicQueryHandler: Done processing query
8678 2024.10.22 17:03:08.011182 [ 268 ] {4717043b-3b65-4db4-8c3a-f5e6e5d761c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8679 2024.10.22 17:03:08.011198 [ 268 ] {} <Debug> HTTP-Session: 1ad8c268-9a15-4e12-96a8-42f380949220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8680 2024.10.22 17:03:08.011375 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8681 2024.10.22 17:03:08.011482 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59593, User-Agent: (none), Length: 67196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8682 2024.10.22 17:03:08.011533 [ 269 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8683 2024.10.22 17:03:08.011552 [ 269 ] {} <Debug> HTTP-Session: db443bf9-aedf-4dd1-b40c-f5292a2422a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59593
8684 2024.10.22 17:03:08.011568 [ 269 ] {} <Debug> HTTP-Session: db443bf9-aedf-4dd1-b40c-f5292a2422a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8685 2024.10.22 17:03:08.011582 [ 269 ] {} <Debug> HTTP-Session: db443bf9-aedf-4dd1-b40c-f5292a2422a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8686 2024.10.22 17:03:08.011612 [ 269 ] {} <Trace> HTTP-Session: db443bf9-aedf-4dd1-b40c-f5292a2422a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8687 2024.10.22 17:03:08.011822 [ 269 ] {57b7bb60-b1ab-4014-8ba7-818474630b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59593) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8688 2024.10.22 17:03:08.011866 [ 269 ] {57b7bb60-b1ab-4014-8ba7-818474630b9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8689 2024.10.22 17:03:08.012112 [ 269 ] {57b7bb60-b1ab-4014-8ba7-818474630b9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8690 2024.10.22 17:03:08.012670 [ 269 ] {57b7bb60-b1ab-4014-8ba7-818474630b9f} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8691 2024.10.22 17:03:08.012706 [ 269 ] {57b7bb60-b1ab-4014-8ba7-818474630b9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8692 2024.10.22 17:03:08.013080 [ 269 ] {57b7bb60-b1ab-4014-8ba7-818474630b9f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8693 2024.10.22 17:03:08.013426 [ 269 ] {57b7bb60-b1ab-4014-8ba7-818474630b9f} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8694 2024.10.22 17:03:08.013565 [ 269 ] {57b7bb60-b1ab-4014-8ba7-818474630b9f} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.00185 sec., 223783.7837837838 rows/sec., 15.97 MiB/sec.
8695 2024.10.22 17:03:08.013740 [ 269 ] {57b7bb60-b1ab-4014-8ba7-818474630b9f} <Debug> DynamicQueryHandler: Done processing query
8696 2024.10.22 17:03:08.013764 [ 269 ] {57b7bb60-b1ab-4014-8ba7-818474630b9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8697 2024.10.22 17:03:08.013781 [ 269 ] {} <Debug> HTTP-Session: db443bf9-aedf-4dd1-b40c-f5292a2422a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8698 2024.10.22 17:03:08.013973 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64466, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8699 2024.10.22 17:03:08.013978 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59593, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8700 2024.10.22 17:03:08.014035 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8701 2024.10.22 17:03:08.014068 [ 268 ] {} <Debug> HTTP-Session: 11de428a-d10a-4801-a62c-00afa08a4dfd Authenticating user 'default' from [fd00:1122:3344:101::d]:64466
8702 2024.10.22 17:03:08.014092 [ 268 ] {} <Debug> HTTP-Session: 11de428a-d10a-4801-a62c-00afa08a4dfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8703 2024.10.22 17:03:08.014113 [ 268 ] {} <Debug> HTTP-Session: 11de428a-d10a-4801-a62c-00afa08a4dfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8704 2024.10.22 17:03:08.014155 [ 268 ] {} <Trace> HTTP-Session: 11de428a-d10a-4801-a62c-00afa08a4dfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8705 2024.10.22 17:03:08.014267 [ 268 ] {376baf01-edfd-42d1-881f-9cddde80b20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64466) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8706 2024.10.22 17:03:08.014310 [ 268 ] {376baf01-edfd-42d1-881f-9cddde80b20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8707 2024.10.22 17:03:08.014439 [ 268 ] {376baf01-edfd-42d1-881f-9cddde80b20d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8708 2024.10.22 17:03:08.014694 [ 268 ] {376baf01-edfd-42d1-881f-9cddde80b20d} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8709 2024.10.22 17:03:08.014730 [ 268 ] {376baf01-edfd-42d1-881f-9cddde80b20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8710 2024.10.22 17:03:08.015113 [ 268 ] {376baf01-edfd-42d1-881f-9cddde80b20d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8711 2024.10.22 17:03:08.015440 [ 268 ] {376baf01-edfd-42d1-881f-9cddde80b20d} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8712 2024.10.22 17:03:08.015564 [ 268 ] {376baf01-edfd-42d1-881f-9cddde80b20d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 236.94 KiB/sec.
8713 2024.10.22 17:03:08.015781 [ 268 ] {376baf01-edfd-42d1-881f-9cddde80b20d} <Debug> DynamicQueryHandler: Done processing query
8714 2024.10.22 17:03:08.015806 [ 268 ] {376baf01-edfd-42d1-881f-9cddde80b20d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8715 2024.10.22 17:03:08.015824 [ 268 ] {} <Debug> HTTP-Session: 11de428a-d10a-4801-a62c-00afa08a4dfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8716 2024.10.22 17:03:08.015973 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8717 2024.10.22 17:03:08.016032 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Length: 40988, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8718 2024.10.22 17:03:08.016105 [ 269 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8719 2024.10.22 17:03:08.016147 [ 269 ] {} <Debug> HTTP-Session: dff55cbf-bade-46f7-b051-407c45166b28 Authenticating user 'default' from [fd00:1122:3344:101::d]:38202
8720 2024.10.22 17:03:08.016173 [ 269 ] {} <Debug> HTTP-Session: dff55cbf-bade-46f7-b051-407c45166b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8721 2024.10.22 17:03:08.016189 [ 269 ] {} <Debug> HTTP-Session: dff55cbf-bade-46f7-b051-407c45166b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8722 2024.10.22 17:03:08.016220 [ 269 ] {} <Trace> HTTP-Session: dff55cbf-bade-46f7-b051-407c45166b28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8723 2024.10.22 17:03:08.016397 [ 269 ] {e7ca801c-7ae6-49a0-aaeb-6d6e00635d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38202) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8724 2024.10.22 17:03:08.016442 [ 269 ] {e7ca801c-7ae6-49a0-aaeb-6d6e00635d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8725 2024.10.22 17:03:08.016584 [ 269 ] {e7ca801c-7ae6-49a0-aaeb-6d6e00635d7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8726 2024.10.22 17:03:08.016975 [ 269 ] {e7ca801c-7ae6-49a0-aaeb-6d6e00635d7b} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8727 2024.10.22 17:03:08.017011 [ 269 ] {e7ca801c-7ae6-49a0-aaeb-6d6e00635d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8728 2024.10.22 17:03:08.017398 [ 269 ] {e7ca801c-7ae6-49a0-aaeb-6d6e00635d7b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8729 2024.10.22 17:03:08.017731 [ 269 ] {e7ca801c-7ae6-49a0-aaeb-6d6e00635d7b} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8730 2024.10.22 17:03:08.017865 [ 269 ] {e7ca801c-7ae6-49a0-aaeb-6d6e00635d7b} <Debug> executeQuery: Read 218 rows, 14.92 KiB in 0.001547 sec., 140917.90562378798 rows/sec., 9.42 MiB/sec.
8731 2024.10.22 17:03:08.018205 [ 269 ] {e7ca801c-7ae6-49a0-aaeb-6d6e00635d7b} <Debug> DynamicQueryHandler: Done processing query
8732 2024.10.22 17:03:08.018256 [ 269 ] {e7ca801c-7ae6-49a0-aaeb-6d6e00635d7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
8733 2024.10.22 17:03:08.018278 [ 269 ] {} <Debug> HTTP-Session: dff55cbf-bade-46f7-b051-407c45166b28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8734 2024.10.22 17:03:08.018311 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8735 2024.10.22 17:03:08.018441 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8736 2024.10.22 17:03:08.018539 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64086, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8737 2024.10.22 17:03:08.018665 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8738 2024.10.22 17:03:08.018693 [ 285 ] {} <Debug> HTTP-Session: af80b357-ec3d-4533-b429-dea6a50ca51e Authenticating user 'default' from [fd00:1122:3344:101::d]:64086
8739 2024.10.22 17:03:08.018720 [ 285 ] {} <Debug> HTTP-Session: af80b357-ec3d-4533-b429-dea6a50ca51e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8740 2024.10.22 17:03:08.018738 [ 285 ] {} <Debug> HTTP-Session: af80b357-ec3d-4533-b429-dea6a50ca51e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8741 2024.10.22 17:03:08.018801 [ 285 ] {} <Trace> HTTP-Session: af80b357-ec3d-4533-b429-dea6a50ca51e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8742 2024.10.22 17:03:08.018993 [ 285 ] {4b722e98-3664-4c11-ba51-1e4ad16d58c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64086) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8743 2024.10.22 17:03:08.019071 [ 285 ] {4b722e98-3664-4c11-ba51-1e4ad16d58c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8744 2024.10.22 17:03:08.019289 [ 285 ] {4b722e98-3664-4c11-ba51-1e4ad16d58c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8745 2024.10.22 17:03:08.019590 [ 285 ] {4b722e98-3664-4c11-ba51-1e4ad16d58c5} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8746 2024.10.22 17:03:08.019630 [ 285 ] {4b722e98-3664-4c11-ba51-1e4ad16d58c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8747 2024.10.22 17:03:08.020056 [ 285 ] {4b722e98-3664-4c11-ba51-1e4ad16d58c5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8748 2024.10.22 17:03:08.020405 [ 285 ] {4b722e98-3664-4c11-ba51-1e4ad16d58c5} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8749 2024.10.22 17:03:08.020571 [ 87 ] {} <Debug> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
8750 2024.10.22 17:03:08.020583 [ 285 ] {4b722e98-3664-4c11-ba51-1e4ad16d58c5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001642 sec., 609.0133982947625 rows/sec., 41.04 KiB/sec.
8751 2024.10.22 17:03:08.020633 [ 87 ] {} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8752 2024.10.22 17:03:08.020705 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8753 2024.10.22 17:03:08.020886 [ 190 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
8754 2024.10.22 17:03:08.020921 [ 285 ] {4b722e98-3664-4c11-ba51-1e4ad16d58c5} <Debug> DynamicQueryHandler: Done processing query
8755 2024.10.22 17:03:08.020970 [ 285 ] {4b722e98-3664-4c11-ba51-1e4ad16d58c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8756 2024.10.22 17:03:08.021008 [ 285 ] {} <Debug> HTTP-Session: af80b357-ec3d-4533-b429-dea6a50ca51e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8757 2024.10.22 17:03:08.021121 [ 190 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8758 2024.10.22 17:03:08.021160 [ 190 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part
8759 2024.10.22 17:03:08.021262 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64086, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8760 2024.10.22 17:03:08.021373 [ 190 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
8761 2024.10.22 17:03:08.021422 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36396, User-Agent: (none), Length: 50245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8762 2024.10.22 17:03:08.021589 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8763 2024.10.22 17:03:08.021743 [ 269 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8764 2024.10.22 17:03:08.021757 [ 190 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
8765 2024.10.22 17:03:08.021909 [ 269 ] {} <Debug> HTTP-Session: 375fcbc0-5c81-4f8c-bbcb-f7d024be38e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36396
8766 2024.10.22 17:03:08.021985 [ 270 ] {} <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):
8767 
8768 (version 23.8.7.1)
8769 2024.10.22 17:03:08.022033 [ 269 ] {} <Debug> HTTP-Session: 375fcbc0-5c81-4f8c-bbcb-f7d024be38e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8770 2024.10.22 17:03:08.022168 [ 269 ] {} <Debug> HTTP-Session: 375fcbc0-5c81-4f8c-bbcb-f7d024be38e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8771 2024.10.22 17:03:08.022233 [ 190 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
8772 2024.10.22 17:03:08.022382 [ 269 ] {} <Trace> HTTP-Session: 375fcbc0-5c81-4f8c-bbcb-f7d024be38e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8773 2024.10.22 17:03:08.022368 [ 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):
8774 
8775 (version 23.8.7.1)
8776 2024.10.22 17:03:08.022614 [ 190 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
8777 2024.10.22 17:03:08.022951 [ 190 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
8778 2024.10.22 17:03:08.023041 [ 269 ] {fd99ce6f-4125-404c-a13f-3bce9c5b446d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36396) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8779 2024.10.22 17:03:08.023407 [ 269 ] {fd99ce6f-4125-404c-a13f-3bce9c5b446d} <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
8780 2024.10.22 17:03:08.025394 [ 269 ] {fd99ce6f-4125-404c-a13f-3bce9c5b446d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8781 2024.10.22 17:03:08.026130 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005302592 sec., 2828.8052333651167 rows/sec., 190.61 KiB/sec.
8782 2024.10.22 17:03:08.026456 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
8783 2024.10.22 17:03:08.026738 [ 269 ] {fd99ce6f-4125-404c-a13f-3bce9c5b446d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8784 2024.10.22 17:03:08.026793 [ 269 ] {fd99ce6f-4125-404c-a13f-3bce9c5b446d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8785 2024.10.22 17:03:08.027529 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8786 2024.10.22 17:03:08.027704 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_15_3} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
8787 2024.10.22 17:03:08.027885 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8788 2024.10.22 17:03:08.028249 [ 269 ] {fd99ce6f-4125-404c-a13f-3bce9c5b446d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8789 2024.10.22 17:03:08.028696 [ 269 ] {fd99ce6f-4125-404c-a13f-3bce9c5b446d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8790 2024.10.22 17:03:08.028894 [ 269 ] {fd99ce6f-4125-404c-a13f-3bce9c5b446d} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006214 sec., 4827.80817508851 rows/sec., 8.65 MiB/sec.
8791 2024.10.22 17:03:08.029339 [ 269 ] {fd99ce6f-4125-404c-a13f-3bce9c5b446d} <Debug> DynamicQueryHandler: Done processing query
8792 2024.10.22 17:03:08.029363 [ 269 ] {fd99ce6f-4125-404c-a13f-3bce9c5b446d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
8793 2024.10.22 17:03:08.029379 [ 269 ] {} <Debug> HTTP-Session: 375fcbc0-5c81-4f8c-bbcb-f7d024be38e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8794 2024.10.22 17:03:08.029521 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8795 2024.10.22 17:03:08.029617 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44993, User-Agent: (none), Length: 11242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8796 2024.10.22 17:03:08.029684 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8797 2024.10.22 17:03:08.029707 [ 285 ] {} <Debug> HTTP-Session: 3142abc9-3889-4f7b-8776-209cb3d79b5c Authenticating user 'default' from [fd00:1122:3344:101::d]:44993
8798 2024.10.22 17:03:08.029728 [ 285 ] {} <Debug> HTTP-Session: 3142abc9-3889-4f7b-8776-209cb3d79b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8799 2024.10.22 17:03:08.029746 [ 285 ] {} <Debug> HTTP-Session: 3142abc9-3889-4f7b-8776-209cb3d79b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8800 2024.10.22 17:03:08.029791 [ 285 ] {} <Trace> HTTP-Session: 3142abc9-3889-4f7b-8776-209cb3d79b5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8801 2024.10.22 17:03:08.029970 [ 285 ] {83e2dc29-b218-4c06-ab4a-1b075ce18585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44993) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8802 2024.10.22 17:03:08.030027 [ 285 ] {83e2dc29-b218-4c06-ab4a-1b075ce18585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8803 2024.10.22 17:03:08.030218 [ 285 ] {83e2dc29-b218-4c06-ab4a-1b075ce18585} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8804 2024.10.22 17:03:08.030555 [ 285 ] {83e2dc29-b218-4c06-ab4a-1b075ce18585} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8805 2024.10.22 17:03:08.030591 [ 285 ] {83e2dc29-b218-4c06-ab4a-1b075ce18585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8806 2024.10.22 17:03:08.030983 [ 285 ] {83e2dc29-b218-4c06-ab4a-1b075ce18585} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8807 2024.10.22 17:03:08.031321 [ 285 ] {83e2dc29-b218-4c06-ab4a-1b075ce18585} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8808 2024.10.22 17:03:08.031484 [ 285 ] {83e2dc29-b218-4c06-ab4a-1b075ce18585} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.001591 sec., 47768.69893148963 rows/sec., 3.02 MiB/sec.
8809 2024.10.22 17:03:08.031665 [ 285 ] {83e2dc29-b218-4c06-ab4a-1b075ce18585} <Debug> DynamicQueryHandler: Done processing query
8810 2024.10.22 17:03:08.031689 [ 285 ] {83e2dc29-b218-4c06-ab4a-1b075ce18585} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8811 2024.10.22 17:03:08.031705 [ 285 ] {} <Debug> HTTP-Session: 3142abc9-3889-4f7b-8776-209cb3d79b5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8812 2024.10.22 17:03:08.032158 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44993, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8813 2024.10.22 17:03:09.000162 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.55 MiB, peak 173.36 MiB, free memory in arenas 0.00 B, will set to 165.70 MiB (RSS), difference: 4.15 MiB
8814 2024.10.22 17:03:09.074015 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8815 2024.10.22 17:03:09.126609 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8816 2024.10.22 17:03:09.226989 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45419, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8817 2024.10.22 17:03:09.238292 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8818 2024.10.22 17:03:09.240564 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8819 2024.10.22 17:03:09.277954 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8820 2024.10.22 17:03:09.295223 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8821 2024.10.22 17:03:09.310474 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8822 2024.10.22 17:03:09.312905 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8823 2024.10.22 17:03:12.989855 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36396, User-Agent: (none), Length: 10909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8824 2024.10.22 17:03:12.989977 [ 269 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8825 2024.10.22 17:03:12.990007 [ 269 ] {} <Debug> HTTP-Session: 37d1faff-4252-498f-9fd1-ca0106730b35 Authenticating user 'default' from [fd00:1122:3344:101::d]:36396
8826 2024.10.22 17:03:12.990034 [ 269 ] {} <Debug> HTTP-Session: 37d1faff-4252-498f-9fd1-ca0106730b35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8827 2024.10.22 17:03:12.990052 [ 269 ] {} <Debug> HTTP-Session: 37d1faff-4252-498f-9fd1-ca0106730b35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8828 2024.10.22 17:03:12.990107 [ 269 ] {} <Trace> HTTP-Session: 37d1faff-4252-498f-9fd1-ca0106730b35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8829 2024.10.22 17:03:12.990333 [ 269 ] {32526cd8-3854-4ef0-bd1b-379d19123c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36396) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8830 2024.10.22 17:03:12.990404 [ 269 ] {32526cd8-3854-4ef0-bd1b-379d19123c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8831 2024.10.22 17:03:12.990725 [ 269 ] {32526cd8-3854-4ef0-bd1b-379d19123c47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8832 2024.10.22 17:03:12.991205 [ 269 ] {32526cd8-3854-4ef0-bd1b-379d19123c47} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8833 2024.10.22 17:03:12.991248 [ 269 ] {32526cd8-3854-4ef0-bd1b-379d19123c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8834 2024.10.22 17:03:12.991657 [ 269 ] {32526cd8-3854-4ef0-bd1b-379d19123c47} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8835 2024.10.22 17:03:12.992055 [ 269 ] {32526cd8-3854-4ef0-bd1b-379d19123c47} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8836 2024.10.22 17:03:12.992209 [ 269 ] {32526cd8-3854-4ef0-bd1b-379d19123c47} <Debug> executeQuery: Read 76 rows, 6.27 KiB in 0.001957 sec., 38834.95145631068 rows/sec., 3.13 MiB/sec.
8837 2024.10.22 17:03:12.992439 [ 269 ] {32526cd8-3854-4ef0-bd1b-379d19123c47} <Debug> DynamicQueryHandler: Done processing query
8838 2024.10.22 17:03:12.992465 [ 269 ] {32526cd8-3854-4ef0-bd1b-379d19123c47} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8839 2024.10.22 17:03:12.992481 [ 269 ] {} <Debug> HTTP-Session: 37d1faff-4252-498f-9fd1-ca0106730b35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8840 2024.10.22 17:03:12.992619 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8841 2024.10.22 17:03:12.992743 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56607, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8842 2024.10.22 17:03:12.992850 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8843 2024.10.22 17:03:12.992874 [ 270 ] {} <Debug> HTTP-Session: 7adb3699-4659-4c3a-95e4-75cb2f7e5027 Authenticating user 'default' from [fd00:1122:3344:101::d]:56607
8844 2024.10.22 17:03:12.992897 [ 270 ] {} <Debug> HTTP-Session: 7adb3699-4659-4c3a-95e4-75cb2f7e5027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8845 2024.10.22 17:03:12.992911 [ 270 ] {} <Debug> HTTP-Session: 7adb3699-4659-4c3a-95e4-75cb2f7e5027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8846 2024.10.22 17:03:12.992963 [ 270 ] {} <Trace> HTTP-Session: 7adb3699-4659-4c3a-95e4-75cb2f7e5027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8847 2024.10.22 17:03:12.993136 [ 270 ] {dc0f33de-f984-4d4a-ae5f-50d0fa7a7f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56607) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8848 2024.10.22 17:03:12.993201 [ 270 ] {dc0f33de-f984-4d4a-ae5f-50d0fa7a7f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8849 2024.10.22 17:03:12.993530 [ 270 ] {dc0f33de-f984-4d4a-ae5f-50d0fa7a7f1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8850 2024.10.22 17:03:12.993905 [ 270 ] {dc0f33de-f984-4d4a-ae5f-50d0fa7a7f1d} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8851 2024.10.22 17:03:12.993952 [ 270 ] {dc0f33de-f984-4d4a-ae5f-50d0fa7a7f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8852 2024.10.22 17:03:12.994364 [ 270 ] {dc0f33de-f984-4d4a-ae5f-50d0fa7a7f1d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8853 2024.10.22 17:03:12.994752 [ 270 ] {dc0f33de-f984-4d4a-ae5f-50d0fa7a7f1d} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8854 2024.10.22 17:03:12.994938 [ 270 ] {dc0f33de-f984-4d4a-ae5f-50d0fa7a7f1d} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001845 sec., 5420.054200542005 rows/sec., 407.56 KiB/sec.
8855 2024.10.22 17:03:12.995271 [ 270 ] {dc0f33de-f984-4d4a-ae5f-50d0fa7a7f1d} <Debug> DynamicQueryHandler: Done processing query
8856 2024.10.22 17:03:12.995299 [ 270 ] {dc0f33de-f984-4d4a-ae5f-50d0fa7a7f1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8857 2024.10.22 17:03:12.995315 [ 270 ] {} <Debug> HTTP-Session: 7adb3699-4659-4c3a-95e4-75cb2f7e5027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8858 2024.10.22 17:03:12.995514 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8859 2024.10.22 17:03:12.995647 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62773, User-Agent: (none), Length: 12575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8860 2024.10.22 17:03:12.995728 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8861 2024.10.22 17:03:12.995754 [ 266 ] {} <Debug> HTTP-Session: 22d41e6f-f748-488e-9618-bc7a29ee5914 Authenticating user 'default' from [fd00:1122:3344:101::d]:62773
8862 2024.10.22 17:03:12.995776 [ 266 ] {} <Debug> HTTP-Session: 22d41e6f-f748-488e-9618-bc7a29ee5914 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8863 2024.10.22 17:03:12.995794 [ 266 ] {} <Debug> HTTP-Session: 22d41e6f-f748-488e-9618-bc7a29ee5914 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8864 2024.10.22 17:03:12.995838 [ 266 ] {} <Trace> HTTP-Session: 22d41e6f-f748-488e-9618-bc7a29ee5914 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8865 2024.10.22 17:03:12.996003 [ 266 ] {84f27e29-d36a-4eb1-8b5f-0e79b2ed025c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62773) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8866 2024.10.22 17:03:12.996059 [ 266 ] {84f27e29-d36a-4eb1-8b5f-0e79b2ed025c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8867 2024.10.22 17:03:12.996363 [ 266 ] {84f27e29-d36a-4eb1-8b5f-0e79b2ed025c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8868 2024.10.22 17:03:12.996741 [ 266 ] {84f27e29-d36a-4eb1-8b5f-0e79b2ed025c} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8869 2024.10.22 17:03:12.996781 [ 266 ] {84f27e29-d36a-4eb1-8b5f-0e79b2ed025c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8870 2024.10.22 17:03:12.997154 [ 266 ] {84f27e29-d36a-4eb1-8b5f-0e79b2ed025c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8871 2024.10.22 17:03:12.997526 [ 266 ] {84f27e29-d36a-4eb1-8b5f-0e79b2ed025c} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8872 2024.10.22 17:03:12.997682 [ 266 ] {84f27e29-d36a-4eb1-8b5f-0e79b2ed025c} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001732 sec., 42725.173210161665 rows/sec., 3.34 MiB/sec.
8873 2024.10.22 17:03:12.998030 [ 266 ] {84f27e29-d36a-4eb1-8b5f-0e79b2ed025c} <Debug> DynamicQueryHandler: Done processing query
8874 2024.10.22 17:03:12.998060 [ 266 ] {84f27e29-d36a-4eb1-8b5f-0e79b2ed025c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8875 2024.10.22 17:03:12.998076 [ 266 ] {} <Debug> HTTP-Session: 22d41e6f-f748-488e-9618-bc7a29ee5914 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8876 2024.10.22 17:03:12.998230 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56607, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8877 2024.10.22 17:03:12.998249 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8878 2024.10.22 17:03:12.998314 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8879 2024.10.22 17:03:12.998348 [ 270 ] {} <Debug> HTTP-Session: ab8c3373-c3d4-494f-8bd7-e6739ca66e06 Authenticating user 'default' from [fd00:1122:3344:101::d]:56607
8880 2024.10.22 17:03:12.998373 [ 270 ] {} <Debug> HTTP-Session: ab8c3373-c3d4-494f-8bd7-e6739ca66e06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8881 2024.10.22 17:03:12.998398 [ 270 ] {} <Debug> HTTP-Session: ab8c3373-c3d4-494f-8bd7-e6739ca66e06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8882 2024.10.22 17:03:12.998445 [ 270 ] {} <Trace> HTTP-Session: ab8c3373-c3d4-494f-8bd7-e6739ca66e06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8883 2024.10.22 17:03:12.998656 [ 270 ] {346eba2d-0c1a-45ef-9ab6-8eb8861917b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56607) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8884 2024.10.22 17:03:12.998718 [ 270 ] {346eba2d-0c1a-45ef-9ab6-8eb8861917b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8885 2024.10.22 17:03:12.998918 [ 270 ] {346eba2d-0c1a-45ef-9ab6-8eb8861917b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8886 2024.10.22 17:03:12.999341 [ 270 ] {346eba2d-0c1a-45ef-9ab6-8eb8861917b3} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8887 2024.10.22 17:03:12.999383 [ 270 ] {346eba2d-0c1a-45ef-9ab6-8eb8861917b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8888 2024.10.22 17:03:12.999782 [ 270 ] {346eba2d-0c1a-45ef-9ab6-8eb8861917b3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8889 2024.10.22 17:03:13.000136 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.26 MiB, peak 173.36 MiB, free memory in arenas 0.00 B, will set to 165.70 MiB (RSS), difference: -5.56 MiB
8890 2024.10.22 17:03:13.000353 [ 270 ] {346eba2d-0c1a-45ef-9ab6-8eb8861917b3} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8891 2024.10.22 17:03:13.000629 [ 270 ] {346eba2d-0c1a-45ef-9ab6-8eb8861917b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002045 sec., 78239.608801956 rows/sec., 5.45 MiB/sec.
8892 2024.10.22 17:03:13.001208 [ 270 ] {346eba2d-0c1a-45ef-9ab6-8eb8861917b3} <Debug> DynamicQueryHandler: Done processing query
8893 2024.10.22 17:03:13.001240 [ 270 ] {346eba2d-0c1a-45ef-9ab6-8eb8861917b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8894 2024.10.22 17:03:13.001257 [ 270 ] {} <Debug> HTTP-Session: ab8c3373-c3d4-494f-8bd7-e6739ca66e06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8895 2024.10.22 17:03:13.001401 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8896 2024.10.22 17:03:13.001512 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62050, User-Agent: (none), Length: 16446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8897 2024.10.22 17:03:13.001579 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8898 2024.10.22 17:03:13.001603 [ 266 ] {} <Debug> HTTP-Session: 227cae8e-c13d-4dbb-bb59-cdfc3f1865f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:62050
8899 2024.10.22 17:03:13.001623 [ 266 ] {} <Debug> HTTP-Session: 227cae8e-c13d-4dbb-bb59-cdfc3f1865f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8900 2024.10.22 17:03:13.001640 [ 266 ] {} <Debug> HTTP-Session: 227cae8e-c13d-4dbb-bb59-cdfc3f1865f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8901 2024.10.22 17:03:13.001684 [ 266 ] {} <Trace> HTTP-Session: 227cae8e-c13d-4dbb-bb59-cdfc3f1865f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8902 2024.10.22 17:03:13.001913 [ 266 ] {0573a5f4-eba6-40ce-8884-d27bc6647367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62050) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8903 2024.10.22 17:03:13.001991 [ 266 ] {0573a5f4-eba6-40ce-8884-d27bc6647367} <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
8904 2024.10.22 17:03:13.002502 [ 266 ] {0573a5f4-eba6-40ce-8884-d27bc6647367} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8905 2024.10.22 17:03:13.003040 [ 266 ] {0573a5f4-eba6-40ce-8884-d27bc6647367} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8906 2024.10.22 17:03:13.003077 [ 266 ] {0573a5f4-eba6-40ce-8884-d27bc6647367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8907 2024.10.22 17:03:13.003670 [ 266 ] {0573a5f4-eba6-40ce-8884-d27bc6647367} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8908 2024.10.22 17:03:13.004081 [ 266 ] {0573a5f4-eba6-40ce-8884-d27bc6647367} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8909 2024.10.22 17:03:13.004267 [ 80 ] {} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
8910 2024.10.22 17:03:13.004284 [ 266 ] {0573a5f4-eba6-40ce-8884-d27bc6647367} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002492 sec., 4012.841091492777 rows/sec., 7.19 MiB/sec.
8911 2024.10.22 17:03:13.004353 [ 80 ] {} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8912 2024.10.22 17:03:13.004428 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8913 2024.10.22 17:03:13.005008 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
8914 2024.10.22 17:03:13.005314 [ 266 ] {0573a5f4-eba6-40ce-8884-d27bc6647367} <Debug> DynamicQueryHandler: Done processing query
8915 2024.10.22 17:03:13.005376 [ 266 ] {0573a5f4-eba6-40ce-8884-d27bc6647367} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
8916 2024.10.22 17:03:13.005415 [ 266 ] {} <Debug> HTTP-Session: 227cae8e-c13d-4dbb-bb59-cdfc3f1865f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8917 2024.10.22 17:03:13.005652 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56607, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8918 2024.10.22 17:03:13.005707 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8919 2024.10.22 17:03:13.005842 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8920 2024.10.22 17:03:13.005936 [ 270 ] {} <Debug> HTTP-Session: 7b5d35fe-3fe3-4940-9066-57eced206fd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56607
8921 2024.10.22 17:03:13.006000 [ 270 ] {} <Debug> HTTP-Session: 7b5d35fe-3fe3-4940-9066-57eced206fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8922 2024.10.22 17:03:13.006056 [ 270 ] {} <Debug> HTTP-Session: 7b5d35fe-3fe3-4940-9066-57eced206fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8923 2024.10.22 17:03:13.006105 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8924 2024.10.22 17:03:13.006151 [ 270 ] {} <Trace> HTTP-Session: 7b5d35fe-3fe3-4940-9066-57eced206fd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8925 2024.10.22 17:03:13.006255 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 403 rows starting from the beginning of the part
8926 2024.10.22 17:03:13.006479 [ 270 ] {78c05fac-aecb-474b-9651-a49c52aa84bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56607) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8927 2024.10.22 17:03:13.006689 [ 270 ] {78c05fac-aecb-474b-9651-a49c52aa84bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8928 2024.10.22 17:03:13.007024 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part
8929 2024.10.22 17:03:13.007738 [ 270 ] {78c05fac-aecb-474b-9651-a49c52aa84bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8930 2024.10.22 17:03:13.007889 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part
8931 2024.10.22 17:03:13.008419 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part
8932 2024.10.22 17:03:13.009009 [ 270 ] {78c05fac-aecb-474b-9651-a49c52aa84bb} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8933 2024.10.22 17:03:13.009060 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part
8934 2024.10.22 17:03:13.009082 [ 270 ] {78c05fac-aecb-474b-9651-a49c52aa84bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8935 2024.10.22 17:03:13.009714 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part
8936 2024.10.22 17:03:13.010772 [ 270 ] {78c05fac-aecb-474b-9651-a49c52aa84bb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8937 2024.10.22 17:03:13.011694 [ 270 ] {78c05fac-aecb-474b-9651-a49c52aa84bb} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8938 2024.10.22 17:03:13.011976 [ 270 ] {78c05fac-aecb-474b-9651-a49c52aa84bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005625 sec., 10666.666666666668 rows/sec., 736.11 KiB/sec.
8939 2024.10.22 17:03:13.012607 [ 270 ] {78c05fac-aecb-474b-9651-a49c52aa84bb} <Debug> DynamicQueryHandler: Done processing query
8940 2024.10.22 17:03:13.012694 [ 270 ] {78c05fac-aecb-474b-9651-a49c52aa84bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8941 2024.10.22 17:03:13.012763 [ 270 ] {} <Debug> HTTP-Session: 7b5d35fe-3fe3-4940-9066-57eced206fd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8942 2024.10.22 17:03:13.013087 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8943 2024.10.22 17:03:13.015087 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 493 rows, containing 19 columns (19 merged, 0 gathered) in 0.01049872 sec., 46958.10536903547 rows/sec., 84.15 MiB/sec.
8944 2024.10.22 17:03:13.015610 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
8945 2024.10.22 17:03:13.016172 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8946 2024.10.22 17:03:13.016253 [ 189 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
8947 2024.10.22 17:03:13.016364 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.74 MiB.
8948 2024.10.22 17:03:13.127528 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8949 2024.10.22 17:03:13.225946 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8950 2024.10.22 17:03:13.250299 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8951 2024.10.22 17:03:13.260588 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8952 2024.10.22 17:03:13.261873 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52206, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8953 2024.10.22 17:03:13.270134 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8954 2024.10.22 17:03:13.274440 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8955 2024.10.22 17:03:13.275762 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8956 2024.10.22 17:03:13.279027 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8957 2024.10.22 17:03:14.000152 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.90 MiB, peak 173.36 MiB, free memory in arenas 0.00 B, will set to 165.75 MiB (RSS), difference: 4.85 MiB
8958 2024.10.22 17:03:17.126534 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
8959 2024.10.22 17:03:17.126608 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
8960 2024.10.22 17:03:17.308671 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 788
8961 2024.10.22 17:03:17.311728 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8962 2024.10.22 17:03:17.311793 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8963 2024.10.22 17:03:17.313362 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8964 2024.10.22 17:03:17.314382 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8965 2024.10.22 17:03:17.315467 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 788
8966 2024.10.22 17:03:17.999065 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45691, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8967 2024.10.22 17:03:17.999191 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8968 2024.10.22 17:03:17.999217 [ 284 ] {} <Debug> HTTP-Session: ff1674d4-3ced-4c27-b9ab-4a7ff96c8823 Authenticating user 'default' from [fd00:1122:3344:101::d]:45691
8969 2024.10.22 17:03:17.999241 [ 284 ] {} <Debug> HTTP-Session: ff1674d4-3ced-4c27-b9ab-4a7ff96c8823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8970 2024.10.22 17:03:17.999256 [ 284 ] {} <Debug> HTTP-Session: ff1674d4-3ced-4c27-b9ab-4a7ff96c8823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8971 2024.10.22 17:03:17.999309 [ 284 ] {} <Trace> HTTP-Session: ff1674d4-3ced-4c27-b9ab-4a7ff96c8823 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8972 2024.10.22 17:03:17.999504 [ 284 ] {b3c3747e-e247-4f90-9458-a6a805b75e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45691) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
8973 2024.10.22 17:03:17.999578 [ 284 ] {b3c3747e-e247-4f90-9458-a6a805b75e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
8974 2024.10.22 17:03:17.999932 [ 284 ] {b3c3747e-e247-4f90-9458-a6a805b75e80} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8975 2024.10.22 17:03:18.000238 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.76 MiB, peak 173.36 MiB, free memory in arenas 0.00 B, will set to 165.75 MiB (RSS), difference: -1.01 MiB
8976 2024.10.22 17:03:18.000917 [ 284 ] {b3c3747e-e247-4f90-9458-a6a805b75e80} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8977 2024.10.22 17:03:18.000997 [ 284 ] {b3c3747e-e247-4f90-9458-a6a805b75e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8978 2024.10.22 17:03:18.001452 [ 284 ] {b3c3747e-e247-4f90-9458-a6a805b75e80} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8979 2024.10.22 17:03:18.001858 [ 284 ] {b3c3747e-e247-4f90-9458-a6a805b75e80} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8980 2024.10.22 17:03:18.002014 [ 284 ] {b3c3747e-e247-4f90-9458-a6a805b75e80} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002566 sec., 4676.539360872954 rows/sec., 326.54 KiB/sec.
8981 2024.10.22 17:03:18.002366 [ 284 ] {b3c3747e-e247-4f90-9458-a6a805b75e80} <Debug> DynamicQueryHandler: Done processing query
8982 2024.10.22 17:03:18.002395 [ 284 ] {b3c3747e-e247-4f90-9458-a6a805b75e80} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8983 2024.10.22 17:03:18.002412 [ 284 ] {} <Debug> HTTP-Session: ff1674d4-3ced-4c27-b9ab-4a7ff96c8823 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8984 2024.10.22 17:03:18.002615 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8985 2024.10.22 17:03:18.002759 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40733, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8986 2024.10.22 17:03:18.002878 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8987 2024.10.22 17:03:18.002904 [ 280 ] {} <Debug> HTTP-Session: 2cc954bb-3813-4074-aad7-3584138c6eef Authenticating user 'default' from [fd00:1122:3344:101::d]:40733
8988 2024.10.22 17:03:18.002928 [ 280 ] {} <Debug> HTTP-Session: 2cc954bb-3813-4074-aad7-3584138c6eef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8989 2024.10.22 17:03:18.002942 [ 280 ] {} <Debug> HTTP-Session: 2cc954bb-3813-4074-aad7-3584138c6eef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8990 2024.10.22 17:03:18.002998 [ 280 ] {} <Trace> HTTP-Session: 2cc954bb-3813-4074-aad7-3584138c6eef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8991 2024.10.22 17:03:18.003191 [ 280 ] {22ff1644-93bd-45a4-a06f-6a3fb03b1b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40733) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8992 2024.10.22 17:03:18.003265 [ 280 ] {22ff1644-93bd-45a4-a06f-6a3fb03b1b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8993 2024.10.22 17:03:18.003625 [ 280 ] {22ff1644-93bd-45a4-a06f-6a3fb03b1b9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8994 2024.10.22 17:03:18.004046 [ 280 ] {22ff1644-93bd-45a4-a06f-6a3fb03b1b9d} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8995 2024.10.22 17:03:18.004095 [ 280 ] {22ff1644-93bd-45a4-a06f-6a3fb03b1b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
8996 2024.10.22 17:03:18.004540 [ 280 ] {22ff1644-93bd-45a4-a06f-6a3fb03b1b9d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8997 2024.10.22 17:03:18.004945 [ 280 ] {22ff1644-93bd-45a4-a06f-6a3fb03b1b9d} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8998 2024.10.22 17:03:18.005135 [ 73 ] {} <Debug> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
8999 2024.10.22 17:03:18.005147 [ 280 ] {22ff1644-93bd-45a4-a06f-6a3fb03b1b9d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002 sec., 1000 rows/sec., 81.54 KiB/sec.
9000 2024.10.22 17:03:18.005201 [ 73 ] {} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9001 2024.10.22 17:03:18.005270 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9002 2024.10.22 17:03:18.005493 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::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
9003 2024.10.22 17:03:18.005580 [ 280 ] {22ff1644-93bd-45a4-a06f-6a3fb03b1b9d} <Debug> DynamicQueryHandler: Done processing query
9004 2024.10.22 17:03:18.005635 [ 280 ] {22ff1644-93bd-45a4-a06f-6a3fb03b1b9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9005 2024.10.22 17:03:18.005691 [ 280 ] {} <Debug> HTTP-Session: 2cc954bb-3813-4074-aad7-3584138c6eef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9006 2024.10.22 17:03:18.005760 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9007 2024.10.22 17:03:18.005798 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 18 rows starting from the beginning of the part
9008 2024.10.22 17:03:18.005886 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
9009 2024.10.22 17:03:18.006118 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45691, User-Agent: (none), Length: 39353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9010 2024.10.22 17:03:18.006162 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9011 2024.10.22 17:03:18.006357 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part
9012 2024.10.22 17:03:18.006402 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9013 2024.10.22 17:03:18.006499 [ 284 ] {} <Debug> HTTP-Session: d5fa247f-c55d-4cae-bdc9-49b2981f837a Authenticating user 'default' from [fd00:1122:3344:101::d]:45691
9014 2024.10.22 17:03:18.006531 [ 280 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
9015 
9016 (version 23.8.7.1)
9017 2024.10.22 17:03:18.006576 [ 284 ] {} <Debug> HTTP-Session: d5fa247f-c55d-4cae-bdc9-49b2981f837a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9018 2024.10.22 17:03:18.006653 [ 284 ] {} <Debug> HTTP-Session: d5fa247f-c55d-4cae-bdc9-49b2981f837a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9019 2024.10.22 17:03:18.006661 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
9020 2024.10.22 17:03:18.006737 [ 284 ] {} <Trace> HTTP-Session: d5fa247f-c55d-4cae-bdc9-49b2981f837a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9021 2024.10.22 17:03:18.006848 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part
9022 2024.10.22 17:03:18.007161 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::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
9023 2024.10.22 17:03:18.007171 [ 284 ] {8ba703c1-fec5-41ed-8168-6a81edb8cde1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45691) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9024 2024.10.22 17:03:18.007267 [ 284 ] {8ba703c1-fec5-41ed-8168-6a81edb8cde1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9025 2024.10.22 17:03:18.007736 [ 284 ] {8ba703c1-fec5-41ed-8168-6a81edb8cde1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9026 2024.10.22 17:03:18.008502 [ 284 ] {8ba703c1-fec5-41ed-8168-6a81edb8cde1} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9027 2024.10.22 17:03:18.008549 [ 284 ] {8ba703c1-fec5-41ed-8168-6a81edb8cde1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9028 2024.10.22 17:03:18.008761 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.003395728 sec., 10012.58051292683 rows/sec., 855.57 KiB/sec.
9029 2024.10.22 17:03:18.008898 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
9030 2024.10.22 17:03:18.009130 [ 284 ] {8ba703c1-fec5-41ed-8168-6a81edb8cde1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9031 2024.10.22 17:03:18.009475 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_11_2} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9032 2024.10.22 17:03:18.009580 [ 197 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_11_2} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
9033 2024.10.22 17:03:18.009677 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9034 2024.10.22 17:03:18.009704 [ 284 ] {8ba703c1-fec5-41ed-8168-6a81edb8cde1} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9035 2024.10.22 17:03:18.009849 [ 284 ] {8ba703c1-fec5-41ed-8168-6a81edb8cde1} <Debug> executeQuery: Read 262 rows, 23.47 KiB in 0.002893 sec., 90563.42896647079 rows/sec., 7.92 MiB/sec.
9036 2024.10.22 17:03:18.010037 [ 284 ] {8ba703c1-fec5-41ed-8168-6a81edb8cde1} <Debug> DynamicQueryHandler: Done processing query
9037 2024.10.22 17:03:18.010063 [ 284 ] {8ba703c1-fec5-41ed-8168-6a81edb8cde1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
9038 2024.10.22 17:03:18.010080 [ 284 ] {} <Debug> HTTP-Session: d5fa247f-c55d-4cae-bdc9-49b2981f837a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9039 2024.10.22 17:03:18.010261 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9040 2024.10.22 17:03:18.010340 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65004, User-Agent: (none), Length: 4628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9041 2024.10.22 17:03:18.010427 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9042 2024.10.22 17:03:18.010454 [ 280 ] {} <Debug> HTTP-Session: 74579b89-0977-4787-a69b-49de2ee5aec4 Authenticating user 'default' from [fd00:1122:3344:101::d]:65004
9043 2024.10.22 17:03:18.010477 [ 280 ] {} <Debug> HTTP-Session: 74579b89-0977-4787-a69b-49de2ee5aec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9044 2024.10.22 17:03:18.010524 [ 280 ] {} <Debug> HTTP-Session: 74579b89-0977-4787-a69b-49de2ee5aec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9045 2024.10.22 17:03:18.010574 [ 280 ] {} <Trace> HTTP-Session: 74579b89-0977-4787-a69b-49de2ee5aec4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9046 2024.10.22 17:03:18.010739 [ 280 ] {4f4b1b99-0e26-4a0c-bb16-477c613bde1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65004) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9047 2024.10.22 17:03:18.010800 [ 280 ] {4f4b1b99-0e26-4a0c-bb16-477c613bde1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9048 2024.10.22 17:03:18.011129 [ 280 ] {4f4b1b99-0e26-4a0c-bb16-477c613bde1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9049 2024.10.22 17:03:18.011546 [ 280 ] {4f4b1b99-0e26-4a0c-bb16-477c613bde1f} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9050 2024.10.22 17:03:18.011584 [ 280 ] {4f4b1b99-0e26-4a0c-bb16-477c613bde1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9051 2024.10.22 17:03:18.011966 [ 280 ] {4f4b1b99-0e26-4a0c-bb16-477c613bde1f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9052 2024.10.22 17:03:18.012364 [ 280 ] {4f4b1b99-0e26-4a0c-bb16-477c613bde1f} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9053 2024.10.22 17:03:18.012564 [ 280 ] {4f4b1b99-0e26-4a0c-bb16-477c613bde1f} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.001875 sec., 17066.666666666668 rows/sec., 1.25 MiB/sec.
9054 2024.10.22 17:03:18.012892 [ 280 ] {4f4b1b99-0e26-4a0c-bb16-477c613bde1f} <Debug> DynamicQueryHandler: Done processing query
9055 2024.10.22 17:03:18.012941 [ 280 ] {4f4b1b99-0e26-4a0c-bb16-477c613bde1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9056 2024.10.22 17:03:18.012983 [ 280 ] {} <Debug> HTTP-Session: 74579b89-0977-4787-a69b-49de2ee5aec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9057 2024.10.22 17:03:18.013178 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9058 2024.10.22 17:03:18.013248 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32809, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9059 2024.10.22 17:03:18.013337 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9060 2024.10.22 17:03:18.013362 [ 284 ] {} <Debug> HTTP-Session: 3663698b-3388-4ce0-88eb-9329798f6a3c Authenticating user 'default' from [fd00:1122:3344:101::d]:32809
9061 2024.10.22 17:03:18.013384 [ 284 ] {} <Debug> HTTP-Session: 3663698b-3388-4ce0-88eb-9329798f6a3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9062 2024.10.22 17:03:18.013401 [ 284 ] {} <Debug> HTTP-Session: 3663698b-3388-4ce0-88eb-9329798f6a3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9063 2024.10.22 17:03:18.013447 [ 284 ] {} <Trace> HTTP-Session: 3663698b-3388-4ce0-88eb-9329798f6a3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9064 2024.10.22 17:03:18.013585 [ 284 ] {42bb3039-06fe-4bda-941a-63927b4722fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32809) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9065 2024.10.22 17:03:18.013632 [ 284 ] {42bb3039-06fe-4bda-941a-63927b4722fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9066 2024.10.22 17:03:18.013897 [ 284 ] {42bb3039-06fe-4bda-941a-63927b4722fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9067 2024.10.22 17:03:18.014234 [ 284 ] {42bb3039-06fe-4bda-941a-63927b4722fb} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9068 2024.10.22 17:03:18.014271 [ 284 ] {42bb3039-06fe-4bda-941a-63927b4722fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9069 2024.10.22 17:03:18.014642 [ 284 ] {42bb3039-06fe-4bda-941a-63927b4722fb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9070 2024.10.22 17:03:18.015039 [ 284 ] {42bb3039-06fe-4bda-941a-63927b4722fb} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9071 2024.10.22 17:03:18.015176 [ 284 ] {42bb3039-06fe-4bda-941a-63927b4722fb} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001624 sec., 12931.034482758621 rows/sec., 892.98 KiB/sec.
9072 2024.10.22 17:03:18.015177 [ 73 ] {} <Debug> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
9073 2024.10.22 17:03:18.015236 [ 73 ] {} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9074 2024.10.22 17:03:18.015273 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9075 2024.10.22 17:03:18.015449 [ 284 ] {42bb3039-06fe-4bda-941a-63927b4722fb} <Debug> DynamicQueryHandler: Done processing query
9076 2024.10.22 17:03:18.015605 [ 284 ] {42bb3039-06fe-4bda-941a-63927b4722fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9077 2024.10.22 17:03:18.015630 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::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
9078 2024.10.22 17:03:18.015694 [ 284 ] {} <Debug> HTTP-Session: 3663698b-3388-4ce0-88eb-9329798f6a3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9079 2024.10.22 17:03:18.015984 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9080 2024.10.22 17:03:18.016148 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62005, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9081 2024.10.22 17:03:18.016213 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9082 2024.10.22 17:03:18.016287 [ 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):
9083 
9084 (version 23.8.7.1)
9085 2024.10.22 17:03:18.016322 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9086 2024.10.22 17:03:18.016331 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 249 rows starting from the beginning of the part
9087 2024.10.22 17:03:18.016381 [ 280 ] {} <Debug> HTTP-Session: 222e8301-34fd-4bb2-a3d5-40189d48bf89 Authenticating user 'default' from [fd00:1122:3344:101::d]:62005
9088 2024.10.22 17:03:18.016410 [ 280 ] {} <Debug> HTTP-Session: 222e8301-34fd-4bb2-a3d5-40189d48bf89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9089 2024.10.22 17:03:18.016445 [ 280 ] {} <Debug> HTTP-Session: 222e8301-34fd-4bb2-a3d5-40189d48bf89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9090 2024.10.22 17:03:18.016637 [ 280 ] {} <Trace> HTTP-Session: 222e8301-34fd-4bb2-a3d5-40189d48bf89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9091 2024.10.22 17:03:18.016700 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 21 rows starting from the beginning of the part
9092 2024.10.22 17:03:18.017020 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 21 rows starting from the beginning of the part
9093 2024.10.22 17:03:18.017098 [ 280 ] {2596ab3c-68f5-448c-915b-fc7c1491ab01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9094 2024.10.22 17:03:18.017332 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part
9095 2024.10.22 17:03:18.017341 [ 280 ] {2596ab3c-68f5-448c-915b-fc7c1491ab01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9096 2024.10.22 17:03:18.017684 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 21 rows starting from the beginning of the part
9097 2024.10.22 17:03:18.018041 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 21 rows starting from the beginning of the part
9098 2024.10.22 17:03:18.018882 [ 280 ] {2596ab3c-68f5-448c-915b-fc7c1491ab01} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9099 2024.10.22 17:03:18.019680 [ 280 ] {2596ab3c-68f5-448c-915b-fc7c1491ab01} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9100 2024.10.22 17:03:18.019732 [ 280 ] {2596ab3c-68f5-448c-915b-fc7c1491ab01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9101 2024.10.22 17:03:18.020713 [ 280 ] {2596ab3c-68f5-448c-915b-fc7c1491ab01} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
9102 2024.10.22 17:03:18.021707 [ 280 ] {2596ab3c-68f5-448c-915b-fc7c1491ab01} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9103 2024.10.22 17:03:18.022221 [ 280 ] {2596ab3c-68f5-448c-915b-fc7c1491ab01} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.005321 sec., 2255.2151851155795 rows/sec., 138.75 KiB/sec.
9104 2024.10.22 17:03:18.022297 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 561 rows, containing 5 columns (5 merged, 0 gathered) in 0.006921838 sec., 81047.83729408287 rows/sec., 5.49 MiB/sec.
9105 2024.10.22 17:03:18.022756 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
9106 2024.10.22 17:03:18.022901 [ 280 ] {2596ab3c-68f5-448c-915b-fc7c1491ab01} <Debug> DynamicQueryHandler: Done processing query
9107 2024.10.22 17:03:18.022937 [ 280 ] {2596ab3c-68f5-448c-915b-fc7c1491ab01} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9108 2024.10.22 17:03:18.022978 [ 280 ] {} <Debug> HTTP-Session: 222e8301-34fd-4bb2-a3d5-40189d48bf89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9109 2024.10.22 17:03:18.023257 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9110 2024.10.22 17:03:18.023349 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57620, User-Agent: (none), Length: 67196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9111 2024.10.22 17:03:18.023507 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9112 2024.10.22 17:03:18.023563 [ 284 ] {} <Debug> HTTP-Session: ae2e48dc-ae4c-4f90-9c5d-1c2a081420d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57620
9113 2024.10.22 17:03:18.023601 [ 284 ] {} <Debug> HTTP-Session: ae2e48dc-ae4c-4f90-9c5d-1c2a081420d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9114 2024.10.22 17:03:18.023621 [ 284 ] {} <Debug> HTTP-Session: ae2e48dc-ae4c-4f90-9c5d-1c2a081420d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9115 2024.10.22 17:03:18.023689 [ 284 ] {} <Trace> HTTP-Session: ae2e48dc-ae4c-4f90-9c5d-1c2a081420d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9116 2024.10.22 17:03:18.023755 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_21_4} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9117 2024.10.22 17:03:18.023942 [ 198 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_21_4} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
9118 2024.10.22 17:03:18.024007 [ 284 ] {77a5aa6d-6c67-4d49-8b8f-bc486ecd03a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57620) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9119 2024.10.22 17:03:18.024106 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
9120 2024.10.22 17:03:18.024114 [ 284 ] {77a5aa6d-6c67-4d49-8b8f-bc486ecd03a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9121 2024.10.22 17:03:18.024405 [ 284 ] {77a5aa6d-6c67-4d49-8b8f-bc486ecd03a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9122 2024.10.22 17:03:18.025084 [ 284 ] {77a5aa6d-6c67-4d49-8b8f-bc486ecd03a7} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9123 2024.10.22 17:03:18.025124 [ 284 ] {77a5aa6d-6c67-4d49-8b8f-bc486ecd03a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9124 2024.10.22 17:03:18.025511 [ 284 ] {77a5aa6d-6c67-4d49-8b8f-bc486ecd03a7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9125 2024.10.22 17:03:18.025895 [ 284 ] {77a5aa6d-6c67-4d49-8b8f-bc486ecd03a7} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9126 2024.10.22 17:03:18.026024 [ 284 ] {77a5aa6d-6c67-4d49-8b8f-bc486ecd03a7} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.002186 sec., 189387.00823421776 rows/sec., 13.51 MiB/sec.
9127 2024.10.22 17:03:18.026213 [ 284 ] {77a5aa6d-6c67-4d49-8b8f-bc486ecd03a7} <Debug> DynamicQueryHandler: Done processing query
9128 2024.10.22 17:03:18.026237 [ 284 ] {77a5aa6d-6c67-4d49-8b8f-bc486ecd03a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9129 2024.10.22 17:03:18.026254 [ 284 ] {} <Debug> HTTP-Session: ae2e48dc-ae4c-4f90-9c5d-1c2a081420d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9130 2024.10.22 17:03:18.026462 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9131 2024.10.22 17:03:18.026555 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58480, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9132 2024.10.22 17:03:18.026610 [ 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):
9133 
9134 (version 23.8.7.1)
9135 2024.10.22 17:03:18.026629 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9136 2024.10.22 17:03:18.026668 [ 280 ] {} <Debug> HTTP-Session: ad2b8cf7-7d11-4a53-b143-e430f22738ee Authenticating user 'default' from [fd00:1122:3344:101::d]:58480
9137 2024.10.22 17:03:18.026693 [ 280 ] {} <Debug> HTTP-Session: ad2b8cf7-7d11-4a53-b143-e430f22738ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9138 2024.10.22 17:03:18.026709 [ 280 ] {} <Debug> HTTP-Session: ad2b8cf7-7d11-4a53-b143-e430f22738ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9139 2024.10.22 17:03:18.026748 [ 280 ] {} <Trace> HTTP-Session: ad2b8cf7-7d11-4a53-b143-e430f22738ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9140 2024.10.22 17:03:18.026865 [ 280 ] {f5747f58-b34f-4067-b205-17338b55ca77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58480) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9141 2024.10.22 17:03:18.026914 [ 280 ] {f5747f58-b34f-4067-b205-17338b55ca77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9142 2024.10.22 17:03:18.027084 [ 280 ] {f5747f58-b34f-4067-b205-17338b55ca77} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9143 2024.10.22 17:03:18.027380 [ 280 ] {f5747f58-b34f-4067-b205-17338b55ca77} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9144 2024.10.22 17:03:18.027416 [ 280 ] {f5747f58-b34f-4067-b205-17338b55ca77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9145 2024.10.22 17:03:18.027798 [ 280 ] {f5747f58-b34f-4067-b205-17338b55ca77} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
9146 2024.10.22 17:03:18.028143 [ 280 ] {f5747f58-b34f-4067-b205-17338b55ca77} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9147 2024.10.22 17:03:18.028315 [ 280 ] {f5747f58-b34f-4067-b205-17338b55ca77} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec.
9148 2024.10.22 17:03:18.028315 [ 73 ] {} <Debug> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
9149 2024.10.22 17:03:18.028404 [ 73 ] {} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9150 2024.10.22 17:03:18.028451 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9151 2024.10.22 17:03:18.028636 [ 280 ] {f5747f58-b34f-4067-b205-17338b55ca77} <Debug> DynamicQueryHandler: Done processing query
9152 2024.10.22 17:03:18.028730 [ 280 ] {f5747f58-b34f-4067-b205-17338b55ca77} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9153 2024.10.22 17:03:18.028829 [ 280 ] {} <Debug> HTTP-Session: ad2b8cf7-7d11-4a53-b143-e430f22738ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9154 2024.10.22 17:03:18.028871 [ 191 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::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
9155 2024.10.22 17:03:18.029138 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9156 2024.10.22 17:03:18.029213 [ 191 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9157 2024.10.22 17:03:18.029258 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63984, User-Agent: (none), Length: 44794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9158 2024.10.22 17:03:18.029294 [ 191 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
9159 2024.10.22 17:03:18.029401 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9160 2024.10.22 17:03:18.029525 [ 284 ] {} <Debug> HTTP-Session: cb1f1519-27a0-46ae-9e9c-60bd1056aca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63984
9161 2024.10.22 17:03:18.029604 [ 284 ] {} <Debug> HTTP-Session: cb1f1519-27a0-46ae-9e9c-60bd1056aca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9162 2024.10.22 17:03:18.029595 [ 191 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
9163 2024.10.22 17:03:18.029636 [ 284 ] {} <Debug> HTTP-Session: cb1f1519-27a0-46ae-9e9c-60bd1056aca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9164 2024.10.22 17:03:18.029788 [ 284 ] {} <Trace> HTTP-Session: cb1f1519-27a0-46ae-9e9c-60bd1056aca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9165 2024.10.22 17:03:18.029842 [ 191 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
9166 2024.10.22 17:03:18.030147 [ 191 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
9167 2024.10.22 17:03:18.030191 [ 284 ] {b7659429-9b1d-42ff-8bdb-00b16218cc7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9168 2024.10.22 17:03:18.030346 [ 191 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
9169 2024.10.22 17:03:18.030375 [ 284 ] {b7659429-9b1d-42ff-8bdb-00b16218cc7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9170 2024.10.22 17:03:18.030610 [ 191 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
9171 2024.10.22 17:03:18.031635 [ 284 ] {b7659429-9b1d-42ff-8bdb-00b16218cc7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9172 2024.10.22 17:03:18.032620 [ 284 ] {b7659429-9b1d-42ff-8bdb-00b16218cc7d} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9173 2024.10.22 17:03:18.032696 [ 284 ] {b7659429-9b1d-42ff-8bdb-00b16218cc7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9174 2024.10.22 17:03:18.033690 [ 191 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005117658 sec., 18758.580585103577 rows/sec., 980.06 KiB/sec.
9175 2024.10.22 17:03:18.033790 [ 284 ] {b7659429-9b1d-42ff-8bdb-00b16218cc7d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9176 2024.10.22 17:03:18.033942 [ 198 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
9177 2024.10.22 17:03:18.034840 [ 284 ] {b7659429-9b1d-42ff-8bdb-00b16218cc7d} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9178 2024.10.22 17:03:18.034937 [ 198 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_16_3} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9179 2024.10.22 17:03:18.035136 [ 198 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_16_3} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
9180 2024.10.22 17:03:18.035327 [ 284 ] {b7659429-9b1d-42ff-8bdb-00b16218cc7d} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00532 sec., 44736.84210526316 rows/sec., 3.00 MiB/sec.
9181 2024.10.22 17:03:18.035426 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9182 2024.10.22 17:03:18.035828 [ 284 ] {b7659429-9b1d-42ff-8bdb-00b16218cc7d} <Debug> DynamicQueryHandler: Done processing query
9183 2024.10.22 17:03:18.035862 [ 284 ] {b7659429-9b1d-42ff-8bdb-00b16218cc7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9184 2024.10.22 17:03:18.035880 [ 284 ] {} <Debug> HTTP-Session: cb1f1519-27a0-46ae-9e9c-60bd1056aca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9185 2024.10.22 17:03:18.036049 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9186 2024.10.22 17:03:18.036158 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57104, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9187 2024.10.22 17:03:18.036246 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9188 2024.10.22 17:03:18.036276 [ 280 ] {} <Debug> HTTP-Session: b1e24981-68c6-49f5-b7a8-013ff02d8cdc Authenticating user 'default' from [fd00:1122:3344:101::d]:57104
9189 2024.10.22 17:03:18.036304 [ 280 ] {} <Debug> HTTP-Session: b1e24981-68c6-49f5-b7a8-013ff02d8cdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9190 2024.10.22 17:03:18.036327 [ 280 ] {} <Debug> HTTP-Session: b1e24981-68c6-49f5-b7a8-013ff02d8cdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9191 2024.10.22 17:03:18.036383 [ 280 ] {} <Trace> HTTP-Session: b1e24981-68c6-49f5-b7a8-013ff02d8cdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9192 2024.10.22 17:03:18.036529 [ 280 ] {91374df8-0e99-41cd-a2d4-6f96413e3c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57104) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9193 2024.10.22 17:03:18.036601 [ 280 ] {91374df8-0e99-41cd-a2d4-6f96413e3c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9194 2024.10.22 17:03:18.036846 [ 280 ] {91374df8-0e99-41cd-a2d4-6f96413e3c47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9195 2024.10.22 17:03:18.037230 [ 280 ] {91374df8-0e99-41cd-a2d4-6f96413e3c47} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9196 2024.10.22 17:03:18.037280 [ 280 ] {91374df8-0e99-41cd-a2d4-6f96413e3c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9197 2024.10.22 17:03:18.037799 [ 280 ] {91374df8-0e99-41cd-a2d4-6f96413e3c47} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
9198 2024.10.22 17:03:18.038305 [ 280 ] {91374df8-0e99-41cd-a2d4-6f96413e3c47} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9199 2024.10.22 17:03:18.038511 [ 280 ] {91374df8-0e99-41cd-a2d4-6f96413e3c47} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002018 sec., 495.5401387512389 rows/sec., 33.39 KiB/sec.
9200 2024.10.22 17:03:18.038719 [ 280 ] {91374df8-0e99-41cd-a2d4-6f96413e3c47} <Debug> DynamicQueryHandler: Done processing query
9201 2024.10.22 17:03:18.038747 [ 280 ] {91374df8-0e99-41cd-a2d4-6f96413e3c47} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9202 2024.10.22 17:03:18.038765 [ 280 ] {} <Debug> HTTP-Session: b1e24981-68c6-49f5-b7a8-013ff02d8cdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9203 2024.10.22 17:03:18.038983 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57104, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9204 2024.10.22 17:03:18.039077 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61226, User-Agent: (none), Length: 50231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9205 2024.10.22 17:03:18.039183 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9206 2024.10.22 17:03:18.039211 [ 284 ] {} <Debug> HTTP-Session: 03eada8c-3496-4aa5-adac-f1c05808152e Authenticating user 'default' from [fd00:1122:3344:101::d]:61226
9207 2024.10.22 17:03:18.039234 [ 284 ] {} <Debug> HTTP-Session: 03eada8c-3496-4aa5-adac-f1c05808152e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9208 2024.10.22 17:03:18.039278 [ 284 ] {} <Debug> HTTP-Session: 03eada8c-3496-4aa5-adac-f1c05808152e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9209 2024.10.22 17:03:18.039322 [ 284 ] {} <Trace> HTTP-Session: 03eada8c-3496-4aa5-adac-f1c05808152e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9210 2024.10.22 17:03:18.039678 [ 284 ] {80fa7bb4-ff31-4ae5-8cca-982475ba1df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61226) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9211 2024.10.22 17:03:18.039771 [ 284 ] {80fa7bb4-ff31-4ae5-8cca-982475ba1df4} <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
9212 2024.10.22 17:03:18.040302 [ 284 ] {80fa7bb4-ff31-4ae5-8cca-982475ba1df4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9213 2024.10.22 17:03:18.040932 [ 284 ] {80fa7bb4-ff31-4ae5-8cca-982475ba1df4} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9214 2024.10.22 17:03:18.040970 [ 284 ] {80fa7bb4-ff31-4ae5-8cca-982475ba1df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9215 2024.10.22 17:03:18.041642 [ 284 ] {80fa7bb4-ff31-4ae5-8cca-982475ba1df4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9216 2024.10.22 17:03:18.042068 [ 284 ] {80fa7bb4-ff31-4ae5-8cca-982475ba1df4} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9217 2024.10.22 17:03:18.042226 [ 284 ] {80fa7bb4-ff31-4ae5-8cca-982475ba1df4} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002791 sec., 10748.835542816194 rows/sec., 19.26 MiB/sec.
9218 2024.10.22 17:03:18.042839 [ 284 ] {80fa7bb4-ff31-4ae5-8cca-982475ba1df4} <Debug> DynamicQueryHandler: Done processing query
9219 2024.10.22 17:03:18.042864 [ 284 ] {80fa7bb4-ff31-4ae5-8cca-982475ba1df4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
9220 2024.10.22 17:03:18.042880 [ 284 ] {} <Debug> HTTP-Session: 03eada8c-3496-4aa5-adac-f1c05808152e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9221 2024.10.22 17:03:18.043037 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9222 2024.10.22 17:03:18.043123 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42449, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9223 2024.10.22 17:03:18.043229 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9224 2024.10.22 17:03:18.043261 [ 280 ] {} <Debug> HTTP-Session: 3fc88763-3a3c-4481-b475-0e58e5584ef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42449
9225 2024.10.22 17:03:18.043282 [ 280 ] {} <Debug> HTTP-Session: 3fc88763-3a3c-4481-b475-0e58e5584ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9226 2024.10.22 17:03:18.043296 [ 280 ] {} <Debug> HTTP-Session: 3fc88763-3a3c-4481-b475-0e58e5584ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9227 2024.10.22 17:03:18.043338 [ 280 ] {} <Trace> HTTP-Session: 3fc88763-3a3c-4481-b475-0e58e5584ef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9228 2024.10.22 17:03:18.043529 [ 280 ] {f7d3dd5b-270b-468e-8351-94274f77b50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42449) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9229 2024.10.22 17:03:18.043586 [ 280 ] {f7d3dd5b-270b-468e-8351-94274f77b50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9230 2024.10.22 17:03:18.043755 [ 280 ] {f7d3dd5b-270b-468e-8351-94274f77b50b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9231 2024.10.22 17:03:18.044181 [ 280 ] {f7d3dd5b-270b-468e-8351-94274f77b50b} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9232 2024.10.22 17:03:18.044237 [ 280 ] {f7d3dd5b-270b-468e-8351-94274f77b50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9233 2024.10.22 17:03:18.044680 [ 280 ] {f7d3dd5b-270b-468e-8351-94274f77b50b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9234 2024.10.22 17:03:18.045036 [ 280 ] {f7d3dd5b-270b-468e-8351-94274f77b50b} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9235 2024.10.22 17:03:18.045203 [ 280 ] {f7d3dd5b-270b-468e-8351-94274f77b50b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001757 sec., 46670.46101309049 rows/sec., 2.96 MiB/sec.
9236 2024.10.22 17:03:18.045478 [ 280 ] {f7d3dd5b-270b-468e-8351-94274f77b50b} <Debug> DynamicQueryHandler: Done processing query
9237 2024.10.22 17:03:18.045503 [ 280 ] {f7d3dd5b-270b-468e-8351-94274f77b50b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9238 2024.10.22 17:03:18.045520 [ 280 ] {} <Debug> HTTP-Session: 3fc88763-3a3c-4481-b475-0e58e5584ef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9239 2024.10.22 17:03:18.046188 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42449, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9240 2024.10.22 17:03:21.202216 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9241 2024.10.22 17:03:22.989698 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54715, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9242 2024.10.22 17:03:22.989827 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9243 2024.10.22 17:03:22.989857 [ 285 ] {} <Debug> HTTP-Session: 5c668f25-95a2-47a3-9348-5948608d44c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54715
9244 2024.10.22 17:03:22.989886 [ 285 ] {} <Debug> HTTP-Session: 5c668f25-95a2-47a3-9348-5948608d44c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9245 2024.10.22 17:03:22.989904 [ 285 ] {} <Debug> HTTP-Session: 5c668f25-95a2-47a3-9348-5948608d44c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9246 2024.10.22 17:03:22.989961 [ 285 ] {} <Trace> HTTP-Session: 5c668f25-95a2-47a3-9348-5948608d44c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9247 2024.10.22 17:03:22.990166 [ 285 ] {d6fdf8a7-e226-46c2-9f8f-dc0f538dc8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54715) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9248 2024.10.22 17:03:22.990245 [ 285 ] {d6fdf8a7-e226-46c2-9f8f-dc0f538dc8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9249 2024.10.22 17:03:22.990640 [ 285 ] {d6fdf8a7-e226-46c2-9f8f-dc0f538dc8f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9250 2024.10.22 17:03:22.991114 [ 285 ] {d6fdf8a7-e226-46c2-9f8f-dc0f538dc8f3} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9251 2024.10.22 17:03:22.991159 [ 285 ] {d6fdf8a7-e226-46c2-9f8f-dc0f538dc8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9252 2024.10.22 17:03:22.991588 [ 285 ] {d6fdf8a7-e226-46c2-9f8f-dc0f538dc8f3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
9253 2024.10.22 17:03:22.992011 [ 285 ] {d6fdf8a7-e226-46c2-9f8f-dc0f538dc8f3} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9254 2024.10.22 17:03:22.992171 [ 285 ] {d6fdf8a7-e226-46c2-9f8f-dc0f538dc8f3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002067 sec., 967.5858732462507 rows/sec., 78.90 KiB/sec.
9255 2024.10.22 17:03:22.992398 [ 285 ] {d6fdf8a7-e226-46c2-9f8f-dc0f538dc8f3} <Debug> DynamicQueryHandler: Done processing query
9256 2024.10.22 17:03:22.992426 [ 285 ] {d6fdf8a7-e226-46c2-9f8f-dc0f538dc8f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9257 2024.10.22 17:03:22.992444 [ 285 ] {} <Debug> HTTP-Session: 5c668f25-95a2-47a3-9348-5948608d44c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9258 2024.10.22 17:03:22.992660 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9259 2024.10.22 17:03:22.992770 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59495, User-Agent: (none), Length: 11042, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9260 2024.10.22 17:03:22.992892 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9261 2024.10.22 17:03:22.992923 [ 284 ] {} <Debug> HTTP-Session: 8ecd1f5f-212c-409d-95b7-0b5fa136126c Authenticating user 'default' from [fd00:1122:3344:101::d]:59495
9262 2024.10.22 17:03:22.992952 [ 284 ] {} <Debug> HTTP-Session: 8ecd1f5f-212c-409d-95b7-0b5fa136126c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9263 2024.10.22 17:03:22.992970 [ 284 ] {} <Debug> HTTP-Session: 8ecd1f5f-212c-409d-95b7-0b5fa136126c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9264 2024.10.22 17:03:22.993033 [ 284 ] {} <Trace> HTTP-Session: 8ecd1f5f-212c-409d-95b7-0b5fa136126c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9265 2024.10.22 17:03:22.993270 [ 284 ] {6fb2e17a-a2e1-493f-b841-f620503df654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9266 2024.10.22 17:03:22.993345 [ 284 ] {6fb2e17a-a2e1-493f-b841-f620503df654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9267 2024.10.22 17:03:22.993739 [ 284 ] {6fb2e17a-a2e1-493f-b841-f620503df654} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9268 2024.10.22 17:03:22.994157 [ 284 ] {6fb2e17a-a2e1-493f-b841-f620503df654} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9269 2024.10.22 17:03:22.994198 [ 284 ] {6fb2e17a-a2e1-493f-b841-f620503df654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9270 2024.10.22 17:03:22.994634 [ 284 ] {6fb2e17a-a2e1-493f-b841-f620503df654} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9271 2024.10.22 17:03:22.995026 [ 284 ] {6fb2e17a-a2e1-493f-b841-f620503df654} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9272 2024.10.22 17:03:22.995215 [ 284 ] {6fb2e17a-a2e1-493f-b841-f620503df654} <Debug> executeQuery: Read 77 rows, 6.34 KiB in 0.00203 sec., 37931.034482758616 rows/sec., 3.05 MiB/sec.
9273 2024.10.22 17:03:22.995226 [ 64 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9274 2024.10.22 17:03:22.995318 [ 64 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9275 2024.10.22 17:03:22.995374 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9276 2024.10.22 17:03:22.995544 [ 284 ] {6fb2e17a-a2e1-493f-b841-f620503df654} <Debug> DynamicQueryHandler: Done processing query
9277 2024.10.22 17:03:22.995558 [ 200 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
9278 2024.10.22 17:03:22.995584 [ 284 ] {6fb2e17a-a2e1-493f-b841-f620503df654} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9279 2024.10.22 17:03:22.995637 [ 284 ] {} <Debug> HTTP-Session: 8ecd1f5f-212c-409d-95b7-0b5fa136126c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9280 2024.10.22 17:03:22.995902 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9281 2024.10.22 17:03:22.995937 [ 200 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9282 2024.10.22 17:03:22.995952 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37598, User-Agent: (none), Length: 1765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9283 2024.10.22 17:03:22.996034 [ 200 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1430 rows starting from the beginning of the part
9284 2024.10.22 17:03:22.996066 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9285 2024.10.22 17:03:22.996120 [ 285 ] {} <Debug> HTTP-Session: 73a14261-90e3-40d1-aa56-e48c5c658f3b Authenticating user 'default' from [fd00:1122:3344:101::d]:37598
9286 2024.10.22 17:03:22.996174 [ 285 ] {} <Debug> HTTP-Session: 73a14261-90e3-40d1-aa56-e48c5c658f3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9287 2024.10.22 17:03:22.996240 [ 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):
9288 
9289 (version 23.8.7.1)
9290 2024.10.22 17:03:22.996284 [ 285 ] {} <Debug> HTTP-Session: 73a14261-90e3-40d1-aa56-e48c5c658f3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9291 2024.10.22 17:03:22.996299 [ 200 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 52 rows starting from the beginning of the part
9292 2024.10.22 17:03:22.996398 [ 285 ] {} <Trace> HTTP-Session: 73a14261-90e3-40d1-aa56-e48c5c658f3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9293 2024.10.22 17:03:22.996484 [ 200 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 262 rows starting from the beginning of the part
9294 2024.10.22 17:03:22.996634 [ 200 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 76 rows starting from the beginning of the part
9295 2024.10.22 17:03:22.996642 [ 285 ] {9ed511ea-2e46-4a9e-9eae-e38bd0f9fcea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37598) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9296 2024.10.22 17:03:22.996794 [ 285 ] {9ed511ea-2e46-4a9e-9eae-e38bd0f9fcea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9297 2024.10.22 17:03:22.996849 [ 200 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 262 rows starting from the beginning of the part
9298 2024.10.22 17:03:22.997086 [ 200 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part
9299 2024.10.22 17:03:22.997557 [ 285 ] {9ed511ea-2e46-4a9e-9eae-e38bd0f9fcea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9300 2024.10.22 17:03:22.998089 [ 285 ] {9ed511ea-2e46-4a9e-9eae-e38bd0f9fcea} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9301 2024.10.22 17:03:22.998130 [ 285 ] {9ed511ea-2e46-4a9e-9eae-e38bd0f9fcea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9302 2024.10.22 17:03:22.998635 [ 285 ] {9ed511ea-2e46-4a9e-9eae-e38bd0f9fcea} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9303 2024.10.22 17:03:22.999134 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2159 rows, containing 5 columns (5 merged, 0 gathered) in 0.003653134 sec., 590999.3994197858 rows/sec., 51.88 MiB/sec.
9304 2024.10.22 17:03:22.999255 [ 285 ] {9ed511ea-2e46-4a9e-9eae-e38bd0f9fcea} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9305 2024.10.22 17:03:22.999468 [ 285 ] {9ed511ea-2e46-4a9e-9eae-e38bd0f9fcea} <Debug> executeQuery: Read 12 rows, 913.00 B in 0.002911 sec., 4122.294744074201 rows/sec., 306.29 KiB/sec.
9306 2024.10.22 17:03:22.999500 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9307 2024.10.22 17:03:22.999818 [ 285 ] {9ed511ea-2e46-4a9e-9eae-e38bd0f9fcea} <Debug> DynamicQueryHandler: Done processing query
9308 2024.10.22 17:03:22.999873 [ 285 ] {9ed511ea-2e46-4a9e-9eae-e38bd0f9fcea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9309 2024.10.22 17:03:22.999923 [ 285 ] {} <Debug> HTTP-Session: 73a14261-90e3-40d1-aa56-e48c5c658f3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9310 2024.10.22 17:03:23.000154 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9311 2024.10.22 17:03:23.000176 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.31 MiB, peak 174.83 MiB, free memory in arenas 0.00 B, will set to 165.75 MiB (RSS), difference: -3.56 MiB
9312 2024.10.22 17:03:23.000336 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33974, User-Agent: (none), Length: 12916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9313 2024.10.22 17:03:23.000591 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_41_8} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9314 2024.10.22 17:03:23.000617 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9315 2024.10.22 17:03:23.000689 [ 284 ] {} <Debug> HTTP-Session: 9b98cc0e-6c90-4f11-bd63-5710df1c47a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33974
9316 2024.10.22 17:03:23.000731 [ 284 ] {} <Debug> HTTP-Session: 9b98cc0e-6c90-4f11-bd63-5710df1c47a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9317 2024.10.22 17:03:23.000771 [ 284 ] {} <Debug> HTTP-Session: 9b98cc0e-6c90-4f11-bd63-5710df1c47a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9318 2024.10.22 17:03:23.000812 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_41_8} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9319 2024.10.22 17:03:23.000829 [ 284 ] {} <Trace> HTTP-Session: 9b98cc0e-6c90-4f11-bd63-5710df1c47a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9320 2024.10.22 17:03:23.001106 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
9321 2024.10.22 17:03:23.001241 [ 284 ] {b9a10a06-58f6-4de8-8d00-95766268534c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33974) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9322 2024.10.22 17:03:23.001295 [ 284 ] {b9a10a06-58f6-4de8-8d00-95766268534c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9323 2024.10.22 17:03:23.001556 [ 284 ] {b9a10a06-58f6-4de8-8d00-95766268534c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9324 2024.10.22 17:03:23.001946 [ 284 ] {b9a10a06-58f6-4de8-8d00-95766268534c} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9325 2024.10.22 17:03:23.001982 [ 284 ] {b9a10a06-58f6-4de8-8d00-95766268534c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9326 2024.10.22 17:03:23.002352 [ 284 ] {b9a10a06-58f6-4de8-8d00-95766268534c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9327 2024.10.22 17:03:23.002722 [ 284 ] {b9a10a06-58f6-4de8-8d00-95766268534c} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9328 2024.10.22 17:03:23.002882 [ 64 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9329 2024.10.22 17:03:23.002888 [ 284 ] {b9a10a06-58f6-4de8-8d00-95766268534c} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001777 sec., 42768.711311198655 rows/sec., 3.34 MiB/sec.
9330 2024.10.22 17:03:23.002937 [ 64 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9331 2024.10.22 17:03:23.002998 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9332 2024.10.22 17:03:23.003293 [ 284 ] {b9a10a06-58f6-4de8-8d00-95766268534c} <Debug> DynamicQueryHandler: Done processing query
9333 2024.10.22 17:03:23.003317 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
9334 2024.10.22 17:03:23.003380 [ 284 ] {b9a10a06-58f6-4de8-8d00-95766268534c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9335 2024.10.22 17:03:23.003469 [ 284 ] {} <Debug> HTTP-Session: 9b98cc0e-6c90-4f11-bd63-5710df1c47a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9336 2024.10.22 17:03:23.003834 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9337 2024.10.22 17:03:23.003954 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51400, User-Agent: (none), Length: 30782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9338 2024.10.22 17:03:23.004169 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9339 2024.10.22 17:03:23.004288 [ 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):
9340 
9341 (version 23.8.7.1)
9342 2024.10.22 17:03:23.004289 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9343 2024.10.22 17:03:23.004337 [ 285 ] {} <Debug> HTTP-Session: 8bbf62ae-14d4-4088-b38a-c8ea60928617 Authenticating user 'default' from [fd00:1122:3344:101::d]:51400
9344 2024.10.22 17:03:23.004539 [ 285 ] {} <Debug> HTTP-Session: 8bbf62ae-14d4-4088-b38a-c8ea60928617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9345 2024.10.22 17:03:23.004591 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part
9346 2024.10.22 17:03:23.004654 [ 285 ] {} <Debug> HTTP-Session: 8bbf62ae-14d4-4088-b38a-c8ea60928617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9347 2024.10.22 17:03:23.004944 [ 285 ] {} <Trace> HTTP-Session: 8bbf62ae-14d4-4088-b38a-c8ea60928617 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9348 2024.10.22 17:03:23.005349 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part
9349 2024.10.22 17:03:23.005523 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 414 rows starting from the beginning of the part
9350 2024.10.22 17:03:23.005532 [ 285 ] {7e2705ea-b4b8-4ca4-96ea-be931493ae1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51400) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9351 2024.10.22 17:03:23.005657 [ 285 ] {7e2705ea-b4b8-4ca4-96ea-be931493ae1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9352 2024.10.22 17:03:23.005685 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 74 rows starting from the beginning of the part
9353 2024.10.22 17:03:23.005922 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 414 rows starting from the beginning of the part
9354 2024.10.22 17:03:23.006150 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 76 rows starting from the beginning of the part
9355 2024.10.22 17:03:23.006448 [ 285 ] {7e2705ea-b4b8-4ca4-96ea-be931493ae1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9356 2024.10.22 17:03:23.007067 [ 285 ] {7e2705ea-b4b8-4ca4-96ea-be931493ae1e} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9357 2024.10.22 17:03:23.007111 [ 285 ] {7e2705ea-b4b8-4ca4-96ea-be931493ae1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9358 2024.10.22 17:03:23.007716 [ 285 ] {7e2705ea-b4b8-4ca4-96ea-be931493ae1e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9359 2024.10.22 17:03:23.008124 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1948 rows, containing 5 columns (5 merged, 0 gathered) in 0.005023805 sec., 387753.9036646526 rows/sec., 29.68 MiB/sec.
9360 2024.10.22 17:03:23.008195 [ 285 ] {7e2705ea-b4b8-4ca4-96ea-be931493ae1e} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9361 2024.10.22 17:03:23.008341 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9362 2024.10.22 17:03:23.008353 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9363 2024.10.22 17:03:23.008366 [ 285 ] {7e2705ea-b4b8-4ca4-96ea-be931493ae1e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003008 sec., 53523.93617021277 rows/sec., 3.73 MiB/sec.
9364 2024.10.22 17:03:23.008412 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9365 2024.10.22 17:03:23.008466 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9366 2024.10.22 17:03:23.008707 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
9367 2024.10.22 17:03:23.008820 [ 285 ] {7e2705ea-b4b8-4ca4-96ea-be931493ae1e} <Debug> DynamicQueryHandler: Done processing query
9368 2024.10.22 17:03:23.008883 [ 285 ] {7e2705ea-b4b8-4ca4-96ea-be931493ae1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9369 2024.10.22 17:03:23.008951 [ 285 ] {} <Debug> HTTP-Session: 8bbf62ae-14d4-4088-b38a-c8ea60928617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9370 2024.10.22 17:03:23.009100 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9371 2024.10.22 17:03:23.009144 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11577 rows starting from the beginning of the part
9372 2024.10.22 17:03:23.009310 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9373 2024.10.22 17:03:23.009482 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43427, User-Agent: (none), Length: 16464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9374 2024.10.22 17:03:23.009686 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part
9375 2024.10.22 17:03:23.009757 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9376 2024.10.22 17:03:23.009853 [ 284 ] {} <Debug> HTTP-Session: b97f090f-2267-460e-9af6-9f4c468ace8a Authenticating user 'default' from [fd00:1122:3344:101::d]:43427
9377 2024.10.22 17:03:23.009887 [ 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):
9378 
9379 (version 23.8.7.1)
9380 2024.10.22 17:03:23.009994 [ 284 ] {} <Debug> HTTP-Session: b97f090f-2267-460e-9af6-9f4c468ace8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9381 2024.10.22 17:03:23.010094 [ 284 ] {} <Debug> HTTP-Session: b97f090f-2267-460e-9af6-9f4c468ace8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9382 2024.10.22 17:03:23.010314 [ 284 ] {} <Trace> HTTP-Session: b97f090f-2267-460e-9af6-9f4c468ace8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9383 2024.10.22 17:03:23.010354 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 218 rows starting from the beginning of the part
9384 2024.10.22 17:03:23.010367 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_41_8} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9385 2024.10.22 17:03:23.010726 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
9386 2024.10.22 17:03:23.010736 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_41_8} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9387 2024.10.22 17:03:23.010958 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 238 rows starting from the beginning of the part
9388 2024.10.22 17:03:23.011098 [ 284 ] {453c3685-0bff-4086-aeff-b6ea2862a277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43427) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9389 2024.10.22 17:03:23.011093 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
9390 2024.10.22 17:03:23.011488 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 161 rows starting from the beginning of the part
9391 2024.10.22 17:03:23.011554 [ 284 ] {453c3685-0bff-4086-aeff-b6ea2862a277} <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
9392 2024.10.22 17:03:23.013512 [ 284 ] {453c3685-0bff-4086-aeff-b6ea2862a277} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9393 2024.10.22 17:03:23.014362 [ 284 ] {453c3685-0bff-4086-aeff-b6ea2862a277} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9394 2024.10.22 17:03:23.014424 [ 284 ] {453c3685-0bff-4086-aeff-b6ea2862a277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9395 2024.10.22 17:03:23.016522 [ 284 ] {453c3685-0bff-4086-aeff-b6ea2862a277} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9396 2024.10.22 17:03:23.017291 [ 284 ] {453c3685-0bff-4086-aeff-b6ea2862a277} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9397 2024.10.22 17:03:23.017547 [ 284 ] {453c3685-0bff-4086-aeff-b6ea2862a277} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.006971 sec., 1434.5144168698896 rows/sec., 2.57 MiB/sec.
9398 2024.10.22 17:03:23.019136 [ 284 ] {453c3685-0bff-4086-aeff-b6ea2862a277} <Debug> DynamicQueryHandler: Done processing query
9399 2024.10.22 17:03:23.019178 [ 284 ] {453c3685-0bff-4086-aeff-b6ea2862a277} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
9400 2024.10.22 17:03:23.019211 [ 284 ] {} <Debug> HTTP-Session: b97f090f-2267-460e-9af6-9f4c468ace8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9401 2024.10.22 17:03:23.019543 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9402 2024.10.22 17:03:23.019665 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39220, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9403 2024.10.22 17:03:23.019825 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9404 2024.10.22 17:03:23.019822 [ 187 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12384 rows, containing 5 columns (5 merged, 0 gathered) in 0.011252408 sec., 1100564.4302979414 rows/sec., 74.30 MiB/sec.
9405 2024.10.22 17:03:23.019857 [ 284 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
9406 
9407 (version 23.8.7.1)
9408 2024.10.22 17:03:23.019888 [ 285 ] {} <Debug> HTTP-Session: 8d43516f-2e04-4d91-bf8d-aeb7f63a0c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:39220
9409 2024.10.22 17:03:23.019943 [ 285 ] {} <Debug> HTTP-Session: 8d43516f-2e04-4d91-bf8d-aeb7f63a0c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9410 2024.10.22 17:03:23.019968 [ 285 ] {} <Debug> HTTP-Session: 8d43516f-2e04-4d91-bf8d-aeb7f63a0c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9411 2024.10.22 17:03:23.020015 [ 285 ] {} <Trace> HTTP-Session: 8d43516f-2e04-4d91-bf8d-aeb7f63a0c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9412 2024.10.22 17:03:23.020240 [ 285 ] {f8365745-7077-4e6e-85b6-769f4a7e1195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39220) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9413 2024.10.22 17:03:23.020269 [ 187 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9414 2024.10.22 17:03:23.020339 [ 285 ] {f8365745-7077-4e6e-85b6-769f4a7e1195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9415 2024.10.22 17:03:23.020857 [ 285 ] {f8365745-7077-4e6e-85b6-769f4a7e1195} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9416 2024.10.22 17:03:23.021418 [ 187 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9417 2024.10.22 17:03:23.021644 [ 187 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9418 2024.10.22 17:03:23.021664 [ 285 ] {f8365745-7077-4e6e-85b6-769f4a7e1195} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9419 2024.10.22 17:03:23.021742 [ 285 ] {f8365745-7077-4e6e-85b6-769f4a7e1195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9420 2024.10.22 17:03:23.021811 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB.
9421 2024.10.22 17:03:23.022219 [ 285 ] {f8365745-7077-4e6e-85b6-769f4a7e1195} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9422 2024.10.22 17:03:23.022565 [ 285 ] {f8365745-7077-4e6e-85b6-769f4a7e1195} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9423 2024.10.22 17:03:23.022696 [ 64 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9424 2024.10.22 17:03:23.022700 [ 285 ] {f8365745-7077-4e6e-85b6-769f4a7e1195} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002564 sec., 23400.936037441497 rows/sec., 1.58 MiB/sec.
9425 2024.10.22 17:03:23.022743 [ 64 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9426 2024.10.22 17:03:23.022785 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9427 2024.10.22 17:03:23.022899 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
9428 2024.10.22 17:03:23.022938 [ 285 ] {f8365745-7077-4e6e-85b6-769f4a7e1195} <Debug> DynamicQueryHandler: Done processing query
9429 2024.10.22 17:03:23.022969 [ 285 ] {f8365745-7077-4e6e-85b6-769f4a7e1195} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9430 2024.10.22 17:03:23.022999 [ 285 ] {} <Debug> HTTP-Session: 8d43516f-2e04-4d91-bf8d-aeb7f63a0c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9431 2024.10.22 17:03:23.023048 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9432 2024.10.22 17:03:23.023076 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2094 rows starting from the beginning of the part
9433 2024.10.22 17:03:23.023129 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part
9434 2024.10.22 17:03:23.023225 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 76 rows starting from the beginning of the part
9435 2024.10.22 17:03:23.023372 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9436 2024.10.22 17:03:23.023401 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
9437 2024.10.22 17:03:23.023544 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
9438 2024.10.22 17:03:23.023661 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
9439 2024.10.22 17:03:23.024885 [ 187 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2382 rows, containing 4 columns (4 merged, 0 gathered) in 0.002031857 sec., 1172326.595818505 rows/sec., 76.45 MiB/sec.
9440 2024.10.22 17:03:23.025171 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9441 2024.10.22 17:03:23.025607 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_41_8} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9442 2024.10.22 17:03:23.025687 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_41_8} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9443 2024.10.22 17:03:23.025751 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
9444 2024.10.22 17:03:23.670004 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9445 2024.10.22 17:03:23.771595 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57688, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9446 2024.10.22 17:03:23.827670 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9447 2024.10.22 17:03:23.931902 [ 266 ] {} <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)
9448 2024.10.22 17:03:23.938286 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61190, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9449 2024.10.22 17:03:23.959682 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9450 2024.10.22 17:03:23.987006 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9451 2024.10.22 17:03:24.000160 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.06 MiB, peak 174.83 MiB, free memory in arenas 0.00 B, will set to 167.77 MiB (RSS), difference: 6.71 MiB
9452 2024.10.22 17:03:27.316590 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 826
9453 2024.10.22 17:03:27.319585 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9454 2024.10.22 17:03:27.319644 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9455 2024.10.22 17:03:27.321149 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9456 2024.10.22 17:03:27.322143 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9457 2024.10.22 17:03:27.323132 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 826
9458 2024.10.22 17:03:27.995316 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32859, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9459 2024.10.22 17:03:27.995451 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9460 2024.10.22 17:03:27.995483 [ 284 ] {} <Debug> HTTP-Session: 406091ae-5eb1-49e8-b425-4e5d6229e671 Authenticating user 'default' from [fd00:1122:3344:101::d]:32859
9461 2024.10.22 17:03:27.995512 [ 284 ] {} <Debug> HTTP-Session: 406091ae-5eb1-49e8-b425-4e5d6229e671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9462 2024.10.22 17:03:27.995531 [ 284 ] {} <Debug> HTTP-Session: 406091ae-5eb1-49e8-b425-4e5d6229e671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9463 2024.10.22 17:03:27.995590 [ 284 ] {} <Trace> HTTP-Session: 406091ae-5eb1-49e8-b425-4e5d6229e671 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9464 2024.10.22 17:03:27.995817 [ 284 ] {1a03231d-2b38-45b5-b6bd-44e3e07c06fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32859) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
9465 2024.10.22 17:03:27.995889 [ 284 ] {1a03231d-2b38-45b5-b6bd-44e3e07c06fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
9466 2024.10.22 17:03:27.996243 [ 284 ] {1a03231d-2b38-45b5-b6bd-44e3e07c06fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9467 2024.10.22 17:03:27.996678 [ 284 ] {1a03231d-2b38-45b5-b6bd-44e3e07c06fd} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9468 2024.10.22 17:03:27.996729 [ 284 ] {1a03231d-2b38-45b5-b6bd-44e3e07c06fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9469 2024.10.22 17:03:27.997166 [ 284 ] {1a03231d-2b38-45b5-b6bd-44e3e07c06fd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9470 2024.10.22 17:03:27.997566 [ 284 ] {1a03231d-2b38-45b5-b6bd-44e3e07c06fd} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9471 2024.10.22 17:03:27.997721 [ 284 ] {1a03231d-2b38-45b5-b6bd-44e3e07c06fd} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.00197 sec., 6091.370558375635 rows/sec., 425.33 KiB/sec.
9472 2024.10.22 17:03:27.997727 [ 57 ] {} <Debug> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
9473 2024.10.22 17:03:27.997788 [ 57 ] {} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9474 2024.10.22 17:03:27.997828 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9475 2024.10.22 17:03:27.998017 [ 284 ] {1a03231d-2b38-45b5-b6bd-44e3e07c06fd} <Debug> DynamicQueryHandler: Done processing query
9476 2024.10.22 17:03:27.998091 [ 284 ] {1a03231d-2b38-45b5-b6bd-44e3e07c06fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9477 2024.10.22 17:03:27.998178 [ 284 ] {} <Debug> HTTP-Session: 406091ae-5eb1-49e8-b425-4e5d6229e671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9478 2024.10.22 17:03:27.998246 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::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
9479 2024.10.22 17:03:27.998430 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9480 2024.10.22 17:03:27.998629 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51696, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9481 2024.10.22 17:03:27.998669 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9482 2024.10.22 17:03:27.998716 [ 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):
9483 
9484 (version 23.8.7.1)
9485 2024.10.22 17:03:27.998773 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 12 rows starting from the beginning of the part
9486 2024.10.22 17:03:27.998821 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9487 2024.10.22 17:03:27.998873 [ 280 ] {} <Debug> HTTP-Session: 7a6a8a8b-dbfa-4247-8410-c0ab19861139 Authenticating user 'default' from [fd00:1122:3344:101::d]:51696
9488 2024.10.22 17:03:27.998933 [ 280 ] {} <Debug> HTTP-Session: 7a6a8a8b-dbfa-4247-8410-c0ab19861139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9489 2024.10.22 17:03:27.998999 [ 280 ] {} <Debug> HTTP-Session: 7a6a8a8b-dbfa-4247-8410-c0ab19861139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9490 2024.10.22 17:03:27.999076 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part
9491 2024.10.22 17:03:27.999126 [ 280 ] {} <Trace> HTTP-Session: 7a6a8a8b-dbfa-4247-8410-c0ab19861139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9492 2024.10.22 17:03:27.999399 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part
9493 2024.10.22 17:03:27.999520 [ 280 ] {62ec2424-06bc-4661-b329-01ebb8f56c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51696) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9494 2024.10.22 17:03:27.999667 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
9495 2024.10.22 17:03:27.999697 [ 280 ] {62ec2424-06bc-4661-b329-01ebb8f56c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9496 2024.10.22 17:03:28.000024 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part
9497 2024.10.22 17:03:28.000183 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.87 MiB, peak 174.83 MiB, free memory in arenas 0.00 B, will set to 167.77 MiB (RSS), difference: -1.10 MiB
9498 2024.10.22 17:03:28.001705 [ 280 ] {62ec2424-06bc-4661-b329-01ebb8f56c1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9499 2024.10.22 17:03:28.002710 [ 280 ] {62ec2424-06bc-4661-b329-01ebb8f56c1c} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9500 2024.10.22 17:03:28.002780 [ 280 ] {62ec2424-06bc-4661-b329-01ebb8f56c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9501 2024.10.22 17:03:28.003374 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.005446185 sec., 11016.886132219159 rows/sec., 809.59 KiB/sec.
9502 2024.10.22 17:03:28.003595 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
9503 2024.10.22 17:03:28.003834 [ 280 ] {62ec2424-06bc-4661-b329-01ebb8f56c1c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9504 2024.10.22 17:03:28.004814 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_17_4} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9505 2024.10.22 17:03:28.004925 [ 280 ] {62ec2424-06bc-4661-b329-01ebb8f56c1c} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9506 2024.10.22 17:03:28.004989 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_17_4} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
9507 2024.10.22 17:03:28.005202 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9508 2024.10.22 17:03:28.005324 [ 280 ] {62ec2424-06bc-4661-b329-01ebb8f56c1c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00592 sec., 337.83783783783787 rows/sec., 27.55 KiB/sec.
9509 2024.10.22 17:03:28.006029 [ 280 ] {62ec2424-06bc-4661-b329-01ebb8f56c1c} <Debug> DynamicQueryHandler: Done processing query
9510 2024.10.22 17:03:28.006057 [ 280 ] {62ec2424-06bc-4661-b329-01ebb8f56c1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9511 2024.10.22 17:03:28.006074 [ 280 ] {} <Debug> HTTP-Session: 7a6a8a8b-dbfa-4247-8410-c0ab19861139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9512 2024.10.22 17:03:28.006273 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9513 2024.10.22 17:03:28.006328 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60629, User-Agent: (none), Length: 39352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9514 2024.10.22 17:03:28.006404 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9515 2024.10.22 17:03:28.006428 [ 284 ] {} <Debug> HTTP-Session: 00cd3cdc-d008-4b79-8233-0bd29ae681f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60629
9516 2024.10.22 17:03:28.006449 [ 284 ] {} <Debug> HTTP-Session: 00cd3cdc-d008-4b79-8233-0bd29ae681f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9517 2024.10.22 17:03:28.006463 [ 284 ] {} <Debug> HTTP-Session: 00cd3cdc-d008-4b79-8233-0bd29ae681f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9518 2024.10.22 17:03:28.006507 [ 284 ] {} <Trace> HTTP-Session: 00cd3cdc-d008-4b79-8233-0bd29ae681f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9519 2024.10.22 17:03:28.006746 [ 284 ] {92a8adcd-3bd8-4244-b4db-b7df09e2002c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60629) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9520 2024.10.22 17:03:28.006801 [ 284 ] {92a8adcd-3bd8-4244-b4db-b7df09e2002c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9521 2024.10.22 17:03:28.007079 [ 284 ] {92a8adcd-3bd8-4244-b4db-b7df09e2002c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9522 2024.10.22 17:03:28.007600 [ 284 ] {92a8adcd-3bd8-4244-b4db-b7df09e2002c} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9523 2024.10.22 17:03:28.007640 [ 284 ] {92a8adcd-3bd8-4244-b4db-b7df09e2002c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9524 2024.10.22 17:03:28.008052 [ 284 ] {92a8adcd-3bd8-4244-b4db-b7df09e2002c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9525 2024.10.22 17:03:28.008433 [ 284 ] {92a8adcd-3bd8-4244-b4db-b7df09e2002c} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9526 2024.10.22 17:03:28.008570 [ 284 ] {92a8adcd-3bd8-4244-b4db-b7df09e2002c} <Debug> executeQuery: Read 262 rows, 23.47 KiB in 0.001955 sec., 134015.34526854218 rows/sec., 11.72 MiB/sec.
9527 2024.10.22 17:03:28.008871 [ 284 ] {92a8adcd-3bd8-4244-b4db-b7df09e2002c} <Debug> DynamicQueryHandler: Done processing query
9528 2024.10.22 17:03:28.008928 [ 284 ] {92a8adcd-3bd8-4244-b4db-b7df09e2002c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
9529 2024.10.22 17:03:28.008962 [ 284 ] {} <Debug> HTTP-Session: 00cd3cdc-d008-4b79-8233-0bd29ae681f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9530 2024.10.22 17:03:28.009170 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60629, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9531 2024.10.22 17:03:28.009253 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35677, User-Agent: (none), Length: 4625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9532 2024.10.22 17:03:28.009345 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9533 2024.10.22 17:03:28.009369 [ 280 ] {} <Debug> HTTP-Session: bf199ed1-4aa9-4d4a-9a3b-83688c2252fe Authenticating user 'default' from [fd00:1122:3344:101::d]:35677
9534 2024.10.22 17:03:28.009391 [ 280 ] {} <Debug> HTTP-Session: bf199ed1-4aa9-4d4a-9a3b-83688c2252fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9535 2024.10.22 17:03:28.009409 [ 280 ] {} <Debug> HTTP-Session: bf199ed1-4aa9-4d4a-9a3b-83688c2252fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9536 2024.10.22 17:03:28.009454 [ 280 ] {} <Trace> HTTP-Session: bf199ed1-4aa9-4d4a-9a3b-83688c2252fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9537 2024.10.22 17:03:28.009605 [ 280 ] {a91599ae-6c3e-473c-a21a-913639a2cbf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35677) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9538 2024.10.22 17:03:28.009662 [ 280 ] {a91599ae-6c3e-473c-a21a-913639a2cbf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9539 2024.10.22 17:03:28.009958 [ 280 ] {a91599ae-6c3e-473c-a21a-913639a2cbf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9540 2024.10.22 17:03:28.010351 [ 280 ] {a91599ae-6c3e-473c-a21a-913639a2cbf5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9541 2024.10.22 17:03:28.010388 [ 280 ] {a91599ae-6c3e-473c-a21a-913639a2cbf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9542 2024.10.22 17:03:28.010763 [ 280 ] {a91599ae-6c3e-473c-a21a-913639a2cbf5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9543 2024.10.22 17:03:28.011140 [ 280 ] {a91599ae-6c3e-473c-a21a-913639a2cbf5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9544 2024.10.22 17:03:28.011306 [ 57 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9545 2024.10.22 17:03:28.011313 [ 280 ] {a91599ae-6c3e-473c-a21a-913639a2cbf5} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.001749 sec., 18296.169239565468 rows/sec., 1.34 MiB/sec.
9546 2024.10.22 17:03:28.011375 [ 57 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9547 2024.10.22 17:03:28.011452 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9548 2024.10.22 17:03:28.011633 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
9549 2024.10.22 17:03:28.011659 [ 280 ] {a91599ae-6c3e-473c-a21a-913639a2cbf5} <Debug> DynamicQueryHandler: Done processing query
9550 2024.10.22 17:03:28.011698 [ 280 ] {a91599ae-6c3e-473c-a21a-913639a2cbf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9551 2024.10.22 17:03:28.011723 [ 280 ] {} <Debug> HTTP-Session: bf199ed1-4aa9-4d4a-9a3b-83688c2252fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9552 2024.10.22 17:03:28.011811 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9553 2024.10.22 17:03:28.011849 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 58 rows starting from the beginning of the part
9554 2024.10.22 17:03:28.011918 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9555 2024.10.22 17:03:28.012148 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59213, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9556 2024.10.22 17:03:28.012186 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
9557 2024.10.22 17:03:28.012231 [ 280 ] {} <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):
9558 
9559 (version 23.8.7.1)
9560 2024.10.22 17:03:28.012374 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9561 2024.10.22 17:03:28.012493 [ 284 ] {} <Debug> HTTP-Session: c8798653-7aea-4636-b82d-bbe1fe625fbe Authenticating user 'default' from [fd00:1122:3344:101::d]:59213
9562 2024.10.22 17:03:28.012529 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part
9563 2024.10.22 17:03:28.012555 [ 284 ] {} <Debug> HTTP-Session: c8798653-7aea-4636-b82d-bbe1fe625fbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9564 2024.10.22 17:03:28.012607 [ 284 ] {} <Debug> HTTP-Session: c8798653-7aea-4636-b82d-bbe1fe625fbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9565 2024.10.22 17:03:28.012791 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part
9566 2024.10.22 17:03:28.012789 [ 284 ] {} <Trace> HTTP-Session: c8798653-7aea-4636-b82d-bbe1fe625fbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9567 2024.10.22 17:03:28.013039 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part
9568 2024.10.22 17:03:28.013216 [ 284 ] {587b4f02-8c15-4e0f-af92-ef33f3aeb593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59213) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9569 2024.10.22 17:03:28.013258 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part
9570 2024.10.22 17:03:28.013420 [ 284 ] {587b4f02-8c15-4e0f-af92-ef33f3aeb593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9571 2024.10.22 17:03:28.014571 [ 284 ] {587b4f02-8c15-4e0f-af92-ef33f3aeb593} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9572 2024.10.22 17:03:28.015595 [ 284 ] {587b4f02-8c15-4e0f-af92-ef33f3aeb593} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9573 2024.10.22 17:03:28.015680 [ 284 ] {587b4f02-8c15-4e0f-af92-ef33f3aeb593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9574 2024.10.22 17:03:28.016363 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.004806139 sec., 36619.83142809644 rows/sec., 2.80 MiB/sec.
9575 2024.10.22 17:03:28.016570 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9576 2024.10.22 17:03:28.016665 [ 284 ] {587b4f02-8c15-4e0f-af92-ef33f3aeb593} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9577 2024.10.22 17:03:28.017675 [ 201 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_31_6} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9578 2024.10.22 17:03:28.017781 [ 284 ] {587b4f02-8c15-4e0f-af92-ef33f3aeb593} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9579 2024.10.22 17:03:28.017828 [ 201 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_31_6} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9580 2024.10.22 17:03:28.017980 [ 284 ] {587b4f02-8c15-4e0f-af92-ef33f3aeb593} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.004937 sec., 4253.595300789953 rows/sec., 293.74 KiB/sec.
9581 2024.10.22 17:03:28.017999 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9582 2024.10.22 17:03:28.018210 [ 284 ] {587b4f02-8c15-4e0f-af92-ef33f3aeb593} <Debug> DynamicQueryHandler: Done processing query
9583 2024.10.22 17:03:28.018235 [ 284 ] {587b4f02-8c15-4e0f-af92-ef33f3aeb593} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9584 2024.10.22 17:03:28.018251 [ 284 ] {} <Debug> HTTP-Session: c8798653-7aea-4636-b82d-bbe1fe625fbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9585 2024.10.22 17:03:28.018421 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59213, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9586 2024.10.22 17:03:28.018490 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34702, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9587 2024.10.22 17:03:28.018582 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9588 2024.10.22 17:03:28.018613 [ 280 ] {} <Debug> HTTP-Session: ba33e2d1-5004-4609-bb78-ffdb5da3d6b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34702
9589 2024.10.22 17:03:28.018636 [ 280 ] {} <Debug> HTTP-Session: ba33e2d1-5004-4609-bb78-ffdb5da3d6b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9590 2024.10.22 17:03:28.018655 [ 280 ] {} <Debug> HTTP-Session: ba33e2d1-5004-4609-bb78-ffdb5da3d6b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9591 2024.10.22 17:03:28.018701 [ 280 ] {} <Trace> HTTP-Session: ba33e2d1-5004-4609-bb78-ffdb5da3d6b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9592 2024.10.22 17:03:28.018841 [ 280 ] {b0e5eda4-98cd-4722-a56e-b3a06909dfcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34702) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9593 2024.10.22 17:03:28.018889 [ 280 ] {b0e5eda4-98cd-4722-a56e-b3a06909dfcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9594 2024.10.22 17:03:28.019159 [ 280 ] {b0e5eda4-98cd-4722-a56e-b3a06909dfcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9595 2024.10.22 17:03:28.019493 [ 280 ] {b0e5eda4-98cd-4722-a56e-b3a06909dfcf} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9596 2024.10.22 17:03:28.019531 [ 280 ] {b0e5eda4-98cd-4722-a56e-b3a06909dfcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9597 2024.10.22 17:03:28.019908 [ 280 ] {b0e5eda4-98cd-4722-a56e-b3a06909dfcf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9598 2024.10.22 17:03:28.020288 [ 280 ] {b0e5eda4-98cd-4722-a56e-b3a06909dfcf} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9599 2024.10.22 17:03:28.020457 [ 57 ] {} <Debug> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
9600 2024.10.22 17:03:28.020462 [ 280 ] {b0e5eda4-98cd-4722-a56e-b3a06909dfcf} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001641 sec., 7312.614259597805 rows/sec., 449.90 KiB/sec.
9601 2024.10.22 17:03:28.020527 [ 57 ] {} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9602 2024.10.22 17:03:28.020594 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9603 2024.10.22 17:03:28.020928 [ 186 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::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
9604 2024.10.22 17:03:28.021023 [ 280 ] {b0e5eda4-98cd-4722-a56e-b3a06909dfcf} <Debug> DynamicQueryHandler: Done processing query
9605 2024.10.22 17:03:28.021098 [ 280 ] {b0e5eda4-98cd-4722-a56e-b3a06909dfcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9606 2024.10.22 17:03:28.021141 [ 280 ] {} <Debug> HTTP-Session: ba33e2d1-5004-4609-bb78-ffdb5da3d6b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9607 2024.10.22 17:03:28.021247 [ 186 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9608 2024.10.22 17:03:28.021291 [ 186 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 12 rows starting from the beginning of the part
9609 2024.10.22 17:03:28.021415 [ 186 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part
9610 2024.10.22 17:03:28.021513 [ 280 ] {} <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)
9611 2024.10.22 17:03:28.021740 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34567, User-Agent: (none), Length: 67194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9612 2024.10.22 17:03:28.021839 [ 186 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part
9613 2024.10.22 17:03:28.021972 [ 280 ] {} <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):
9614 
9615 (version 23.8.7.1)
9616 2024.10.22 17:03:28.021997 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9617 2024.10.22 17:03:28.022173 [ 284 ] {} <Debug> HTTP-Session: ffc16728-9c59-48b2-b1bc-4c2901cbc78e Authenticating user 'default' from [fd00:1122:3344:101::d]:34567
9618 2024.10.22 17:03:28.022215 [ 186 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
9619 2024.10.22 17:03:28.022235 [ 284 ] {} <Debug> HTTP-Session: ffc16728-9c59-48b2-b1bc-4c2901cbc78e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9620 2024.10.22 17:03:28.022306 [ 284 ] {} <Debug> HTTP-Session: ffc16728-9c59-48b2-b1bc-4c2901cbc78e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9621 2024.10.22 17:03:28.022489 [ 284 ] {} <Trace> HTTP-Session: ffc16728-9c59-48b2-b1bc-4c2901cbc78e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9622 2024.10.22 17:03:28.022557 [ 186 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part
9623 2024.10.22 17:03:28.022992 [ 284 ] {c56e5ec1-817b-4472-91ee-9f841c96bcfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34567) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9624 2024.10.22 17:03:28.023086 [ 284 ] {c56e5ec1-817b-4472-91ee-9f841c96bcfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9625 2024.10.22 17:03:28.023884 [ 284 ] {c56e5ec1-817b-4472-91ee-9f841c96bcfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9626 2024.10.22 17:03:28.025231 [ 284 ] {c56e5ec1-817b-4472-91ee-9f841c96bcfd} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9627 2024.10.22 17:03:28.025239 [ 186 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004518273 sec., 13279.410075486807 rows/sec., 865.63 KiB/sec.
9628 2024.10.22 17:03:28.025285 [ 284 ] {c56e5ec1-817b-4472-91ee-9f841c96bcfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9629 2024.10.22 17:03:28.025443 [ 186 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
9630 2024.10.22 17:03:28.026289 [ 284 ] {c56e5ec1-817b-4472-91ee-9f841c96bcfd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9631 2024.10.22 17:03:28.026607 [ 186 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_17_4} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9632 2024.10.22 17:03:28.026859 [ 186 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_17_4} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
9633 2024.10.22 17:03:28.027002 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9634 2024.10.22 17:03:28.027091 [ 284 ] {c56e5ec1-817b-4472-91ee-9f841c96bcfd} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9635 2024.10.22 17:03:28.027234 [ 284 ] {c56e5ec1-817b-4472-91ee-9f841c96bcfd} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.004518 sec., 91633.46613545816 rows/sec., 6.54 MiB/sec.
9636 2024.10.22 17:03:28.027417 [ 284 ] {c56e5ec1-817b-4472-91ee-9f841c96bcfd} <Debug> DynamicQueryHandler: Done processing query
9637 2024.10.22 17:03:28.027442 [ 284 ] {c56e5ec1-817b-4472-91ee-9f841c96bcfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9638 2024.10.22 17:03:28.027458 [ 284 ] {} <Debug> HTTP-Session: ffc16728-9c59-48b2-b1bc-4c2901cbc78e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9639 2024.10.22 17:03:28.027717 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9640 2024.10.22 17:03:28.027828 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58924, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9641 2024.10.22 17:03:28.027899 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9642 2024.10.22 17:03:28.027924 [ 280 ] {} <Debug> HTTP-Session: 72adaf2c-457a-49d5-b169-0487190d1b3c Authenticating user 'default' from [fd00:1122:3344:101::d]:58924
9643 2024.10.22 17:03:28.027945 [ 280 ] {} <Debug> HTTP-Session: 72adaf2c-457a-49d5-b169-0487190d1b3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9644 2024.10.22 17:03:28.027963 [ 280 ] {} <Debug> HTTP-Session: 72adaf2c-457a-49d5-b169-0487190d1b3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9645 2024.10.22 17:03:28.028009 [ 280 ] {} <Trace> HTTP-Session: 72adaf2c-457a-49d5-b169-0487190d1b3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9646 2024.10.22 17:03:28.028142 [ 280 ] {ed89050b-414a-47fd-acfe-cc94665009fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58924) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9647 2024.10.22 17:03:28.028201 [ 280 ] {ed89050b-414a-47fd-acfe-cc94665009fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9648 2024.10.22 17:03:28.028398 [ 280 ] {ed89050b-414a-47fd-acfe-cc94665009fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9649 2024.10.22 17:03:28.028727 [ 280 ] {ed89050b-414a-47fd-acfe-cc94665009fa} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9650 2024.10.22 17:03:28.028771 [ 280 ] {ed89050b-414a-47fd-acfe-cc94665009fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9651 2024.10.22 17:03:28.029151 [ 280 ] {ed89050b-414a-47fd-acfe-cc94665009fa} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9652 2024.10.22 17:03:28.029509 [ 280 ] {ed89050b-414a-47fd-acfe-cc94665009fa} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9653 2024.10.22 17:03:28.029673 [ 280 ] {ed89050b-414a-47fd-acfe-cc94665009fa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 200.18 KiB/sec.
9654 2024.10.22 17:03:28.029861 [ 280 ] {ed89050b-414a-47fd-acfe-cc94665009fa} <Debug> DynamicQueryHandler: Done processing query
9655 2024.10.22 17:03:28.029886 [ 280 ] {ed89050b-414a-47fd-acfe-cc94665009fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9656 2024.10.22 17:03:28.029902 [ 280 ] {} <Debug> HTTP-Session: 72adaf2c-457a-49d5-b169-0487190d1b3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9657 2024.10.22 17:03:28.030115 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34567, User-Agent: (none), Length: 44794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9658 2024.10.22 17:03:28.030143 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9659 2024.10.22 17:03:28.030211 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9660 2024.10.22 17:03:28.030248 [ 284 ] {} <Debug> HTTP-Session: 44c2f99d-b4c6-4718-b1d9-77161a291f07 Authenticating user 'default' from [fd00:1122:3344:101::d]:34567
9661 2024.10.22 17:03:28.030276 [ 284 ] {} <Debug> HTTP-Session: 44c2f99d-b4c6-4718-b1d9-77161a291f07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9662 2024.10.22 17:03:28.030299 [ 284 ] {} <Debug> HTTP-Session: 44c2f99d-b4c6-4718-b1d9-77161a291f07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9663 2024.10.22 17:03:28.030350 [ 284 ] {} <Trace> HTTP-Session: 44c2f99d-b4c6-4718-b1d9-77161a291f07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9664 2024.10.22 17:03:28.030581 [ 284 ] {df5abe13-defa-4610-ad2f-c9c4661df713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34567) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9665 2024.10.22 17:03:28.030640 [ 284 ] {df5abe13-defa-4610-ad2f-c9c4661df713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9666 2024.10.22 17:03:28.030851 [ 284 ] {df5abe13-defa-4610-ad2f-c9c4661df713} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9667 2024.10.22 17:03:28.031289 [ 284 ] {df5abe13-defa-4610-ad2f-c9c4661df713} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9668 2024.10.22 17:03:28.031324 [ 284 ] {df5abe13-defa-4610-ad2f-c9c4661df713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9669 2024.10.22 17:03:28.031720 [ 284 ] {df5abe13-defa-4610-ad2f-c9c4661df713} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9670 2024.10.22 17:03:28.032067 [ 284 ] {df5abe13-defa-4610-ad2f-c9c4661df713} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9671 2024.10.22 17:03:28.032199 [ 284 ] {df5abe13-defa-4610-ad2f-c9c4661df713} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001749 sec., 136077.75871926817 rows/sec., 9.12 MiB/sec.
9672 2024.10.22 17:03:28.032409 [ 284 ] {df5abe13-defa-4610-ad2f-c9c4661df713} <Debug> DynamicQueryHandler: Done processing query
9673 2024.10.22 17:03:28.032436 [ 284 ] {df5abe13-defa-4610-ad2f-c9c4661df713} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9674 2024.10.22 17:03:28.032451 [ 284 ] {} <Debug> HTTP-Session: 44c2f99d-b4c6-4718-b1d9-77161a291f07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9675 2024.10.22 17:03:28.032637 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9676 2024.10.22 17:03:28.032723 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42799, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9677 2024.10.22 17:03:28.032801 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9678 2024.10.22 17:03:28.032826 [ 280 ] {} <Debug> HTTP-Session: 44ddbdc4-d52b-44e9-902b-d0eec6cb37b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42799
9679 2024.10.22 17:03:28.032852 [ 280 ] {} <Debug> HTTP-Session: 44ddbdc4-d52b-44e9-902b-d0eec6cb37b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9680 2024.10.22 17:03:28.032874 [ 280 ] {} <Debug> HTTP-Session: 44ddbdc4-d52b-44e9-902b-d0eec6cb37b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9681 2024.10.22 17:03:28.032927 [ 280 ] {} <Trace> HTTP-Session: 44ddbdc4-d52b-44e9-902b-d0eec6cb37b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9682 2024.10.22 17:03:28.033068 [ 280 ] {6d01fc23-c7f0-468e-993b-51f2ee047645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42799) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9683 2024.10.22 17:03:28.033139 [ 280 ] {6d01fc23-c7f0-468e-993b-51f2ee047645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9684 2024.10.22 17:03:28.033316 [ 280 ] {6d01fc23-c7f0-468e-993b-51f2ee047645} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9685 2024.10.22 17:03:28.033610 [ 280 ] {6d01fc23-c7f0-468e-993b-51f2ee047645} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9686 2024.10.22 17:03:28.033656 [ 280 ] {6d01fc23-c7f0-468e-993b-51f2ee047645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9687 2024.10.22 17:03:28.034116 [ 280 ] {6d01fc23-c7f0-468e-993b-51f2ee047645} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9688 2024.10.22 17:03:28.034478 [ 280 ] {6d01fc23-c7f0-468e-993b-51f2ee047645} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9689 2024.10.22 17:03:28.034655 [ 280 ] {6d01fc23-c7f0-468e-993b-51f2ee047645} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001619 sec., 617.6652254478073 rows/sec., 41.62 KiB/sec.
9690 2024.10.22 17:03:28.034825 [ 280 ] {6d01fc23-c7f0-468e-993b-51f2ee047645} <Debug> DynamicQueryHandler: Done processing query
9691 2024.10.22 17:03:28.034850 [ 280 ] {6d01fc23-c7f0-468e-993b-51f2ee047645} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9692 2024.10.22 17:03:28.034867 [ 280 ] {} <Debug> HTTP-Session: 44ddbdc4-d52b-44e9-902b-d0eec6cb37b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9693 2024.10.22 17:03:28.035048 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9694 2024.10.22 17:03:28.035136 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45516, User-Agent: (none), Length: 50256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9695 2024.10.22 17:03:28.035218 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9696 2024.10.22 17:03:28.035243 [ 284 ] {} <Debug> HTTP-Session: 1f235e1e-47bc-4d5d-8b3d-29bbe79dafd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45516
9697 2024.10.22 17:03:28.035264 [ 284 ] {} <Debug> HTTP-Session: 1f235e1e-47bc-4d5d-8b3d-29bbe79dafd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9698 2024.10.22 17:03:28.035281 [ 284 ] {} <Debug> HTTP-Session: 1f235e1e-47bc-4d5d-8b3d-29bbe79dafd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9699 2024.10.22 17:03:28.035325 [ 284 ] {} <Trace> HTTP-Session: 1f235e1e-47bc-4d5d-8b3d-29bbe79dafd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9700 2024.10.22 17:03:28.035859 [ 284 ] {404cd67a-228f-4fa1-baa2-5169b6d4fa32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45516) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9701 2024.10.22 17:03:28.035942 [ 284 ] {404cd67a-228f-4fa1-baa2-5169b6d4fa32} <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
9702 2024.10.22 17:03:28.036434 [ 284 ] {404cd67a-228f-4fa1-baa2-5169b6d4fa32} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9703 2024.10.22 17:03:28.037078 [ 284 ] {404cd67a-228f-4fa1-baa2-5169b6d4fa32} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9704 2024.10.22 17:03:28.037114 [ 284 ] {404cd67a-228f-4fa1-baa2-5169b6d4fa32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9705 2024.10.22 17:03:28.037765 [ 284 ] {404cd67a-228f-4fa1-baa2-5169b6d4fa32} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9706 2024.10.22 17:03:28.038177 [ 284 ] {404cd67a-228f-4fa1-baa2-5169b6d4fa32} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9707 2024.10.22 17:03:28.038342 [ 284 ] {404cd67a-228f-4fa1-baa2-5169b6d4fa32} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002892 sec., 10373.443983402489 rows/sec., 18.59 MiB/sec.
9708 2024.10.22 17:03:28.038911 [ 284 ] {404cd67a-228f-4fa1-baa2-5169b6d4fa32} <Debug> DynamicQueryHandler: Done processing query
9709 2024.10.22 17:03:28.038937 [ 284 ] {404cd67a-228f-4fa1-baa2-5169b6d4fa32} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
9710 2024.10.22 17:03:28.038952 [ 284 ] {} <Debug> HTTP-Session: 1f235e1e-47bc-4d5d-8b3d-29bbe79dafd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9711 2024.10.22 17:03:28.039116 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9712 2024.10.22 17:03:28.039217 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35760, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9713 2024.10.22 17:03:28.039288 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9714 2024.10.22 17:03:28.039313 [ 280 ] {} <Debug> HTTP-Session: 29e02ccb-4523-4625-bff0-e2484dfa8302 Authenticating user 'default' from [fd00:1122:3344:101::d]:35760
9715 2024.10.22 17:03:28.039335 [ 280 ] {} <Debug> HTTP-Session: 29e02ccb-4523-4625-bff0-e2484dfa8302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9716 2024.10.22 17:03:28.039353 [ 280 ] {} <Debug> HTTP-Session: 29e02ccb-4523-4625-bff0-e2484dfa8302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9717 2024.10.22 17:03:28.039399 [ 280 ] {} <Trace> HTTP-Session: 29e02ccb-4523-4625-bff0-e2484dfa8302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9718 2024.10.22 17:03:28.039574 [ 280 ] {c4f18f38-9d3b-455f-86a7-24b7e0102174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35760) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9719 2024.10.22 17:03:28.039633 [ 280 ] {c4f18f38-9d3b-455f-86a7-24b7e0102174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9720 2024.10.22 17:03:28.039828 [ 280 ] {c4f18f38-9d3b-455f-86a7-24b7e0102174} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9721 2024.10.22 17:03:28.040174 [ 280 ] {c4f18f38-9d3b-455f-86a7-24b7e0102174} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9722 2024.10.22 17:03:28.040210 [ 280 ] {c4f18f38-9d3b-455f-86a7-24b7e0102174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9723 2024.10.22 17:03:28.040594 [ 280 ] {c4f18f38-9d3b-455f-86a7-24b7e0102174} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9724 2024.10.22 17:03:28.040936 [ 280 ] {c4f18f38-9d3b-455f-86a7-24b7e0102174} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9725 2024.10.22 17:03:28.041094 [ 280 ] {c4f18f38-9d3b-455f-86a7-24b7e0102174} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00159 sec., 51572.32704402516 rows/sec., 3.28 MiB/sec.
9726 2024.10.22 17:03:28.041277 [ 280 ] {c4f18f38-9d3b-455f-86a7-24b7e0102174} <Debug> DynamicQueryHandler: Done processing query
9727 2024.10.22 17:03:28.041302 [ 280 ] {c4f18f38-9d3b-455f-86a7-24b7e0102174} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9728 2024.10.22 17:03:28.041318 [ 280 ] {} <Debug> HTTP-Session: 29e02ccb-4523-4625-bff0-e2484dfa8302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9729 2024.10.22 17:03:28.041631 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9730 2024.10.22 17:03:32.126660 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
9731 2024.10.22 17:03:32.126732 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
9732 2024.10.22 17:03:32.415990 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45516, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9733 2024.10.22 17:03:32.416109 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9734 2024.10.22 17:03:32.416138 [ 284 ] {} <Debug> HTTP-Session: 6f069a9f-a189-44ac-a3ff-cca4724fcdc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45516
9735 2024.10.22 17:03:32.416165 [ 284 ] {} <Debug> HTTP-Session: 6f069a9f-a189-44ac-a3ff-cca4724fcdc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9736 2024.10.22 17:03:32.416183 [ 284 ] {} <Debug> HTTP-Session: 6f069a9f-a189-44ac-a3ff-cca4724fcdc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9737 2024.10.22 17:03:32.416237 [ 284 ] {} <Trace> HTTP-Session: 6f069a9f-a189-44ac-a3ff-cca4724fcdc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9738 2024.10.22 17:03:32.416435 [ 284 ] {506ba0c6-0c77-461a-8abe-7d9f19122ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45516) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9739 2024.10.22 17:03:32.416512 [ 284 ] {506ba0c6-0c77-461a-8abe-7d9f19122ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9740 2024.10.22 17:03:32.416906 [ 284 ] {506ba0c6-0c77-461a-8abe-7d9f19122ba1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9741 2024.10.22 17:03:32.417362 [ 284 ] {506ba0c6-0c77-461a-8abe-7d9f19122ba1} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9742 2024.10.22 17:03:32.417403 [ 284 ] {506ba0c6-0c77-461a-8abe-7d9f19122ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9743 2024.10.22 17:03:32.417823 [ 284 ] {506ba0c6-0c77-461a-8abe-7d9f19122ba1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9744 2024.10.22 17:03:32.418236 [ 284 ] {506ba0c6-0c77-461a-8abe-7d9f19122ba1} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9745 2024.10.22 17:03:32.418386 [ 284 ] {506ba0c6-0c77-461a-8abe-7d9f19122ba1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002011 sec., 994.5300845350571 rows/sec., 81.10 KiB/sec.
9746 2024.10.22 17:03:32.418601 [ 284 ] {506ba0c6-0c77-461a-8abe-7d9f19122ba1} <Debug> DynamicQueryHandler: Done processing query
9747 2024.10.22 17:03:32.418628 [ 284 ] {506ba0c6-0c77-461a-8abe-7d9f19122ba1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9748 2024.10.22 17:03:32.418645 [ 284 ] {} <Debug> HTTP-Session: 6f069a9f-a189-44ac-a3ff-cca4724fcdc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9749 2024.10.22 17:03:32.419044 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9750 2024.10.22 17:03:32.419119 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35760, User-Agent: (none), Length: 176081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9751 2024.10.22 17:03:32.419271 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9752 2024.10.22 17:03:32.419297 [ 280 ] {} <Debug> HTTP-Session: a7381cb3-c3c3-4142-abe1-2bd095b19486 Authenticating user 'default' from [fd00:1122:3344:101::d]:35760
9753 2024.10.22 17:03:32.419323 [ 280 ] {} <Debug> HTTP-Session: a7381cb3-c3c3-4142-abe1-2bd095b19486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9754 2024.10.22 17:03:32.419337 [ 280 ] {} <Debug> HTTP-Session: a7381cb3-c3c3-4142-abe1-2bd095b19486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9755 2024.10.22 17:03:32.419394 [ 280 ] {} <Trace> HTTP-Session: a7381cb3-c3c3-4142-abe1-2bd095b19486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9756 2024.10.22 17:03:32.420317 [ 280 ] {1a52d13f-f719-492a-972a-2e14256ccd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35760) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9757 2024.10.22 17:03:32.420396 [ 280 ] {1a52d13f-f719-492a-972a-2e14256ccd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9758 2024.10.22 17:03:32.420750 [ 280 ] {1a52d13f-f719-492a-972a-2e14256ccd18} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9759 2024.10.22 17:03:32.421960 [ 280 ] {1a52d13f-f719-492a-972a-2e14256ccd18} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9760 2024.10.22 17:03:32.422035 [ 280 ] {1a52d13f-f719-492a-972a-2e14256ccd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9761 2024.10.22 17:03:32.422570 [ 280 ] {1a52d13f-f719-492a-972a-2e14256ccd18} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9762 2024.10.22 17:03:32.422981 [ 280 ] {1a52d13f-f719-492a-972a-2e14256ccd18} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9763 2024.10.22 17:03:32.423175 [ 280 ] {1a52d13f-f719-492a-972a-2e14256ccd18} <Debug> executeQuery: Read 1217 rows, 102.46 KiB in 0.003583 sec., 339659.5032096009 rows/sec., 27.93 MiB/sec.
9764 2024.10.22 17:03:32.423411 [ 280 ] {1a52d13f-f719-492a-972a-2e14256ccd18} <Debug> DynamicQueryHandler: Done processing query
9765 2024.10.22 17:03:32.423439 [ 280 ] {1a52d13f-f719-492a-972a-2e14256ccd18} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
9766 2024.10.22 17:03:32.423456 [ 280 ] {} <Debug> HTTP-Session: a7381cb3-c3c3-4142-abe1-2bd095b19486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9767 2024.10.22 17:03:32.423736 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9768 2024.10.22 17:03:32.423762 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45516, User-Agent: (none), Length: 1765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9769 2024.10.22 17:03:32.423913 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9770 2024.10.22 17:03:32.423962 [ 284 ] {} <Debug> HTTP-Session: 8fa87ba8-1cef-4d10-a75a-07de9b6f5718 Authenticating user 'default' from [fd00:1122:3344:101::d]:45516
9771 2024.10.22 17:03:32.423996 [ 284 ] {} <Debug> HTTP-Session: 8fa87ba8-1cef-4d10-a75a-07de9b6f5718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9772 2024.10.22 17:03:32.424011 [ 284 ] {} <Debug> HTTP-Session: 8fa87ba8-1cef-4d10-a75a-07de9b6f5718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9773 2024.10.22 17:03:32.424052 [ 284 ] {} <Trace> HTTP-Session: 8fa87ba8-1cef-4d10-a75a-07de9b6f5718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9774 2024.10.22 17:03:32.424188 [ 284 ] {10e301bb-3a05-4388-8863-ab315adde9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45516) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9775 2024.10.22 17:03:32.424241 [ 284 ] {10e301bb-3a05-4388-8863-ab315adde9f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9776 2024.10.22 17:03:32.424521 [ 284 ] {10e301bb-3a05-4388-8863-ab315adde9f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9777 2024.10.22 17:03:32.424892 [ 284 ] {10e301bb-3a05-4388-8863-ab315adde9f9} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9778 2024.10.22 17:03:32.424929 [ 284 ] {10e301bb-3a05-4388-8863-ab315adde9f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9779 2024.10.22 17:03:32.425299 [ 284 ] {10e301bb-3a05-4388-8863-ab315adde9f9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9780 2024.10.22 17:03:32.425695 [ 284 ] {10e301bb-3a05-4388-8863-ab315adde9f9} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9781 2024.10.22 17:03:32.425831 [ 284 ] {10e301bb-3a05-4388-8863-ab315adde9f9} <Debug> executeQuery: Read 12 rows, 913.00 B in 0.001683 sec., 7130.124777183601 rows/sec., 529.77 KiB/sec.
9782 2024.10.22 17:03:32.426017 [ 284 ] {10e301bb-3a05-4388-8863-ab315adde9f9} <Debug> DynamicQueryHandler: Done processing query
9783 2024.10.22 17:03:32.426043 [ 284 ] {10e301bb-3a05-4388-8863-ab315adde9f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9784 2024.10.22 17:03:32.426059 [ 284 ] {} <Debug> HTTP-Session: 8fa87ba8-1cef-4d10-a75a-07de9b6f5718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9785 2024.10.22 17:03:32.426220 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9786 2024.10.22 17:03:32.426379 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48866, User-Agent: (none), Length: 30474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9787 2024.10.22 17:03:32.426457 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9788 2024.10.22 17:03:32.426482 [ 280 ] {} <Debug> HTTP-Session: 9fa8ff78-d18d-4539-89d8-9fd14dcde092 Authenticating user 'default' from [fd00:1122:3344:101::d]:48866
9789 2024.10.22 17:03:32.426506 [ 280 ] {} <Debug> HTTP-Session: 9fa8ff78-d18d-4539-89d8-9fd14dcde092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9790 2024.10.22 17:03:32.426523 [ 280 ] {} <Debug> HTTP-Session: 9fa8ff78-d18d-4539-89d8-9fd14dcde092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9791 2024.10.22 17:03:32.426573 [ 280 ] {} <Trace> HTTP-Session: 9fa8ff78-d18d-4539-89d8-9fd14dcde092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9792 2024.10.22 17:03:32.426828 [ 280 ] {f4ae145d-abcc-4d40-a91c-d468ec14d3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48866) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9793 2024.10.22 17:03:32.426888 [ 280 ] {f4ae145d-abcc-4d40-a91c-d468ec14d3b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9794 2024.10.22 17:03:32.427171 [ 280 ] {f4ae145d-abcc-4d40-a91c-d468ec14d3b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9795 2024.10.22 17:03:32.427627 [ 280 ] {f4ae145d-abcc-4d40-a91c-d468ec14d3b1} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9796 2024.10.22 17:03:32.427665 [ 280 ] {f4ae145d-abcc-4d40-a91c-d468ec14d3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9797 2024.10.22 17:03:32.428053 [ 280 ] {f4ae145d-abcc-4d40-a91c-d468ec14d3b1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
9798 2024.10.22 17:03:32.428425 [ 280 ] {f4ae145d-abcc-4d40-a91c-d468ec14d3b1} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9799 2024.10.22 17:03:32.428603 [ 280 ] {f4ae145d-abcc-4d40-a91c-d468ec14d3b1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00191 sec., 119371.7277486911 rows/sec., 8.08 MiB/sec.
9800 2024.10.22 17:03:32.428795 [ 280 ] {f4ae145d-abcc-4d40-a91c-d468ec14d3b1} <Debug> DynamicQueryHandler: Done processing query
9801 2024.10.22 17:03:32.428820 [ 280 ] {f4ae145d-abcc-4d40-a91c-d468ec14d3b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
9802 2024.10.22 17:03:32.428836 [ 280 ] {} <Debug> HTTP-Session: 9fa8ff78-d18d-4539-89d8-9fd14dcde092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9803 2024.10.22 17:03:32.429117 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48866, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9804 2024.10.22 17:03:32.429180 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45516, User-Agent: (none), Length: 87898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9805 2024.10.22 17:03:32.429260 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9806 2024.10.22 17:03:32.429285 [ 284 ] {} <Debug> HTTP-Session: 2afc0a99-dc29-44dc-ae84-02d7f16fbb1c Authenticating user 'default' from [fd00:1122:3344:101::d]:45516
9807 2024.10.22 17:03:32.429306 [ 284 ] {} <Debug> HTTP-Session: 2afc0a99-dc29-44dc-ae84-02d7f16fbb1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9808 2024.10.22 17:03:32.429324 [ 284 ] {} <Debug> HTTP-Session: 2afc0a99-dc29-44dc-ae84-02d7f16fbb1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9809 2024.10.22 17:03:32.429370 [ 284 ] {} <Trace> HTTP-Session: 2afc0a99-dc29-44dc-ae84-02d7f16fbb1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9810 2024.10.22 17:03:32.429845 [ 284 ] {7ebdd12e-8884-4bb6-b772-c35295431ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45516) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9811 2024.10.22 17:03:32.429903 [ 284 ] {7ebdd12e-8884-4bb6-b772-c35295431ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9812 2024.10.22 17:03:32.430181 [ 284 ] {7ebdd12e-8884-4bb6-b772-c35295431ab0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9813 2024.10.22 17:03:32.430871 [ 284 ] {7ebdd12e-8884-4bb6-b772-c35295431ab0} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9814 2024.10.22 17:03:32.430908 [ 284 ] {7ebdd12e-8884-4bb6-b772-c35295431ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9815 2024.10.22 17:03:32.431306 [ 284 ] {7ebdd12e-8884-4bb6-b772-c35295431ab0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9816 2024.10.22 17:03:32.431677 [ 284 ] {7ebdd12e-8884-4bb6-b772-c35295431ab0} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9817 2024.10.22 17:03:32.431814 [ 284 ] {7ebdd12e-8884-4bb6-b772-c35295431ab0} <Debug> executeQuery: Read 532 rows, 40.37 KiB in 0.002312 sec., 230103.80622837372 rows/sec., 17.05 MiB/sec.
9818 2024.10.22 17:03:32.431994 [ 284 ] {7ebdd12e-8884-4bb6-b772-c35295431ab0} <Debug> DynamicQueryHandler: Done processing query
9819 2024.10.22 17:03:32.432020 [ 284 ] {7ebdd12e-8884-4bb6-b772-c35295431ab0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
9820 2024.10.22 17:03:32.432036 [ 284 ] {} <Debug> HTTP-Session: 2afc0a99-dc29-44dc-ae84-02d7f16fbb1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9821 2024.10.22 17:03:32.432317 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9822 2024.10.22 17:03:32.432426 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43573, User-Agent: (none), Length: 189278, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9823 2024.10.22 17:03:32.432498 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9824 2024.10.22 17:03:32.432521 [ 280 ] {} <Debug> HTTP-Session: 330d6842-feae-45ae-abd2-bb30b8a47083 Authenticating user 'default' from [fd00:1122:3344:101::d]:43573
9825 2024.10.22 17:03:32.432543 [ 280 ] {} <Debug> HTTP-Session: 330d6842-feae-45ae-abd2-bb30b8a47083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9826 2024.10.22 17:03:32.432561 [ 280 ] {} <Debug> HTTP-Session: 330d6842-feae-45ae-abd2-bb30b8a47083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9827 2024.10.22 17:03:32.432606 [ 280 ] {} <Trace> HTTP-Session: 330d6842-feae-45ae-abd2-bb30b8a47083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9828 2024.10.22 17:03:32.433188 [ 280 ] {8fbb4184-bd2a-413c-8622-0b71e5ba26cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9829 2024.10.22 17:03:32.433245 [ 280 ] {8fbb4184-bd2a-413c-8622-0b71e5ba26cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9830 2024.10.22 17:03:32.433432 [ 280 ] {8fbb4184-bd2a-413c-8622-0b71e5ba26cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9831 2024.10.22 17:03:32.434383 [ 280 ] {8fbb4184-bd2a-413c-8622-0b71e5ba26cc} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9832 2024.10.22 17:03:32.434419 [ 280 ] {8fbb4184-bd2a-413c-8622-0b71e5ba26cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9833 2024.10.22 17:03:32.434874 [ 280 ] {8fbb4184-bd2a-413c-8622-0b71e5ba26cc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9834 2024.10.22 17:03:32.435226 [ 280 ] {8fbb4184-bd2a-413c-8622-0b71e5ba26cc} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9835 2024.10.22 17:03:32.435406 [ 280 ] {8fbb4184-bd2a-413c-8622-0b71e5ba26cc} <Debug> executeQuery: Read 997 rows, 68.60 KiB in 0.002579 sec., 386583.9472663823 rows/sec., 25.98 MiB/sec.
9836 2024.10.22 17:03:32.435582 [ 280 ] {8fbb4184-bd2a-413c-8622-0b71e5ba26cc} <Debug> DynamicQueryHandler: Done processing query
9837 2024.10.22 17:03:32.435606 [ 280 ] {8fbb4184-bd2a-413c-8622-0b71e5ba26cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
9838 2024.10.22 17:03:32.435622 [ 280 ] {} <Debug> HTTP-Session: 330d6842-feae-45ae-abd2-bb30b8a47083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9839 2024.10.22 17:03:32.435903 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9840 2024.10.22 17:03:32.435917 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45516, User-Agent: (none), Length: 16464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9841 2024.10.22 17:03:32.436033 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9842 2024.10.22 17:03:32.436069 [ 284 ] {} <Debug> HTTP-Session: e343cbe8-83be-4772-a176-43e732ae51e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:45516
9843 2024.10.22 17:03:32.436092 [ 284 ] {} <Debug> HTTP-Session: e343cbe8-83be-4772-a176-43e732ae51e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9844 2024.10.22 17:03:32.436111 [ 284 ] {} <Debug> HTTP-Session: e343cbe8-83be-4772-a176-43e732ae51e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9845 2024.10.22 17:03:32.436156 [ 284 ] {} <Trace> HTTP-Session: e343cbe8-83be-4772-a176-43e732ae51e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9846 2024.10.22 17:03:32.436463 [ 284 ] {90241119-7f30-4778-a8e9-392508c23bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45516) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9847 2024.10.22 17:03:32.436557 [ 284 ] {90241119-7f30-4778-a8e9-392508c23bbd} <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
9848 2024.10.22 17:03:32.437114 [ 284 ] {90241119-7f30-4778-a8e9-392508c23bbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9849 2024.10.22 17:03:32.437620 [ 284 ] {90241119-7f30-4778-a8e9-392508c23bbd} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9850 2024.10.22 17:03:32.437657 [ 284 ] {90241119-7f30-4778-a8e9-392508c23bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9851 2024.10.22 17:03:32.438277 [ 284 ] {90241119-7f30-4778-a8e9-392508c23bbd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9852 2024.10.22 17:03:32.438718 [ 284 ] {90241119-7f30-4778-a8e9-392508c23bbd} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9853 2024.10.22 17:03:32.438878 [ 284 ] {90241119-7f30-4778-a8e9-392508c23bbd} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002611 sec., 3829.9502106472614 rows/sec., 6.86 MiB/sec.
9854 2024.10.22 17:03:32.439094 [ 284 ] {90241119-7f30-4778-a8e9-392508c23bbd} <Debug> DynamicQueryHandler: Done processing query
9855 2024.10.22 17:03:32.439120 [ 284 ] {90241119-7f30-4778-a8e9-392508c23bbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
9856 2024.10.22 17:03:32.439137 [ 284 ] {} <Debug> HTTP-Session: e343cbe8-83be-4772-a176-43e732ae51e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9857 2024.10.22 17:03:32.439290 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9858 2024.10.22 17:03:32.439382 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47638, User-Agent: (none), Length: 8523, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9859 2024.10.22 17:03:32.439462 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9860 2024.10.22 17:03:32.439486 [ 280 ] {} <Debug> HTTP-Session: 17e95b47-59ca-4f91-a774-9e38dc1064ad Authenticating user 'default' from [fd00:1122:3344:101::d]:47638
9861 2024.10.22 17:03:32.439508 [ 280 ] {} <Debug> HTTP-Session: 17e95b47-59ca-4f91-a774-9e38dc1064ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9862 2024.10.22 17:03:32.439525 [ 280 ] {} <Debug> HTTP-Session: 17e95b47-59ca-4f91-a774-9e38dc1064ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9863 2024.10.22 17:03:32.439571 [ 280 ] {} <Trace> HTTP-Session: 17e95b47-59ca-4f91-a774-9e38dc1064ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9864 2024.10.22 17:03:32.439745 [ 280 ] {9ce158b4-e6c8-4db4-b8fc-beb141d797b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47638) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9865 2024.10.22 17:03:32.439803 [ 280 ] {9ce158b4-e6c8-4db4-b8fc-beb141d797b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9866 2024.10.22 17:03:32.439984 [ 280 ] {9ce158b4-e6c8-4db4-b8fc-beb141d797b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9867 2024.10.22 17:03:32.440302 [ 280 ] {9ce158b4-e6c8-4db4-b8fc-beb141d797b5} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9868 2024.10.22 17:03:32.440338 [ 280 ] {9ce158b4-e6c8-4db4-b8fc-beb141d797b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9869 2024.10.22 17:03:32.440705 [ 280 ] {9ce158b4-e6c8-4db4-b8fc-beb141d797b5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9870 2024.10.22 17:03:32.441036 [ 280 ] {9ce158b4-e6c8-4db4-b8fc-beb141d797b5} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9871 2024.10.22 17:03:32.441194 [ 280 ] {9ce158b4-e6c8-4db4-b8fc-beb141d797b5} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.00151 sec., 37086.09271523179 rows/sec., 2.50 MiB/sec.
9872 2024.10.22 17:03:32.441357 [ 280 ] {9ce158b4-e6c8-4db4-b8fc-beb141d797b5} <Debug> DynamicQueryHandler: Done processing query
9873 2024.10.22 17:03:32.441382 [ 280 ] {9ce158b4-e6c8-4db4-b8fc-beb141d797b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9874 2024.10.22 17:03:32.441397 [ 280 ] {} <Debug> HTTP-Session: 17e95b47-59ca-4f91-a774-9e38dc1064ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9875 2024.10.22 17:03:32.441996 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47638, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9876 2024.10.22 17:03:32.981813 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9877 2024.10.22 17:03:32.981941 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9878 2024.10.22 17:03:32.981971 [ 284 ] {} <Debug> HTTP-Session: 164bf0a8-8a38-4ead-8dc1-4151b0948cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:63924
9879 2024.10.22 17:03:32.981999 [ 284 ] {} <Debug> HTTP-Session: 164bf0a8-8a38-4ead-8dc1-4151b0948cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9880 2024.10.22 17:03:32.982018 [ 284 ] {} <Debug> HTTP-Session: 164bf0a8-8a38-4ead-8dc1-4151b0948cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9881 2024.10.22 17:03:32.982075 [ 284 ] {} <Trace> HTTP-Session: 164bf0a8-8a38-4ead-8dc1-4151b0948cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9882 2024.10.22 17:03:32.982265 [ 284 ] {587dc4cc-5d5d-4a3a-9da6-a6ac7146c68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63924) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9883 2024.10.22 17:03:32.982343 [ 284 ] {587dc4cc-5d5d-4a3a-9da6-a6ac7146c68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9884 2024.10.22 17:03:32.982739 [ 284 ] {587dc4cc-5d5d-4a3a-9da6-a6ac7146c68c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9885 2024.10.22 17:03:32.983178 [ 284 ] {587dc4cc-5d5d-4a3a-9da6-a6ac7146c68c} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9886 2024.10.22 17:03:32.983220 [ 284 ] {587dc4cc-5d5d-4a3a-9da6-a6ac7146c68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9887 2024.10.22 17:03:32.983642 [ 284 ] {587dc4cc-5d5d-4a3a-9da6-a6ac7146c68c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9888 2024.10.22 17:03:32.984037 [ 284 ] {587dc4cc-5d5d-4a3a-9da6-a6ac7146c68c} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9889 2024.10.22 17:03:32.984219 [ 284 ] {587dc4cc-5d5d-4a3a-9da6-a6ac7146c68c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002007 sec., 996.512207274539 rows/sec., 81.26 KiB/sec.
9890 2024.10.22 17:03:32.984426 [ 284 ] {587dc4cc-5d5d-4a3a-9da6-a6ac7146c68c} <Debug> DynamicQueryHandler: Done processing query
9891 2024.10.22 17:03:32.984454 [ 284 ] {587dc4cc-5d5d-4a3a-9da6-a6ac7146c68c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9892 2024.10.22 17:03:32.984472 [ 284 ] {} <Debug> HTTP-Session: 164bf0a8-8a38-4ead-8dc1-4151b0948cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9893 2024.10.22 17:03:32.984749 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9894 2024.10.22 17:03:32.984796 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56983, User-Agent: (none), Length: 3815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9895 2024.10.22 17:03:32.984996 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9896 2024.10.22 17:03:32.985030 [ 280 ] {} <Debug> HTTP-Session: 3ef1279b-545a-4f26-9a91-052d3ab41ed0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56983
9897 2024.10.22 17:03:32.985055 [ 280 ] {} <Debug> HTTP-Session: 3ef1279b-545a-4f26-9a91-052d3ab41ed0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9898 2024.10.22 17:03:32.985071 [ 280 ] {} <Debug> HTTP-Session: 3ef1279b-545a-4f26-9a91-052d3ab41ed0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9899 2024.10.22 17:03:32.985126 [ 280 ] {} <Trace> HTTP-Session: 3ef1279b-545a-4f26-9a91-052d3ab41ed0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9900 2024.10.22 17:03:32.985314 [ 280 ] {475d3cbb-4496-4103-9a50-b197a4c59fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56983) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9901 2024.10.22 17:03:32.985381 [ 280 ] {475d3cbb-4496-4103-9a50-b197a4c59fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9902 2024.10.22 17:03:32.985731 [ 280 ] {475d3cbb-4496-4103-9a50-b197a4c59fa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9903 2024.10.22 17:03:32.986135 [ 280 ] {475d3cbb-4496-4103-9a50-b197a4c59fa1} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9904 2024.10.22 17:03:32.986174 [ 280 ] {475d3cbb-4496-4103-9a50-b197a4c59fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9905 2024.10.22 17:03:32.986591 [ 280 ] {475d3cbb-4496-4103-9a50-b197a4c59fa1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9906 2024.10.22 17:03:32.986987 [ 280 ] {475d3cbb-4496-4103-9a50-b197a4c59fa1} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9907 2024.10.22 17:03:32.987132 [ 280 ] {475d3cbb-4496-4103-9a50-b197a4c59fa1} <Debug> executeQuery: Read 27 rows, 2.13 KiB in 0.001879 sec., 14369.345396487493 rows/sec., 1.11 MiB/sec.
9908 2024.10.22 17:03:32.987456 [ 280 ] {475d3cbb-4496-4103-9a50-b197a4c59fa1} <Debug> DynamicQueryHandler: Done processing query
9909 2024.10.22 17:03:32.987494 [ 280 ] {475d3cbb-4496-4103-9a50-b197a4c59fa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9910 2024.10.22 17:03:32.987516 [ 280 ] {} <Debug> HTTP-Session: 3ef1279b-545a-4f26-9a91-052d3ab41ed0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9911 2024.10.22 17:03:32.987700 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9912 2024.10.22 17:03:32.987772 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48147, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9913 2024.10.22 17:03:32.987856 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9914 2024.10.22 17:03:32.987888 [ 284 ] {} <Debug> HTTP-Session: 09341b1a-7f0d-4a54-8525-60a7a21470bf Authenticating user 'default' from [fd00:1122:3344:101::d]:48147
9915 2024.10.22 17:03:32.987912 [ 284 ] {} <Debug> HTTP-Session: 09341b1a-7f0d-4a54-8525-60a7a21470bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9916 2024.10.22 17:03:32.987930 [ 284 ] {} <Debug> HTTP-Session: 09341b1a-7f0d-4a54-8525-60a7a21470bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9917 2024.10.22 17:03:32.987976 [ 284 ] {} <Trace> HTTP-Session: 09341b1a-7f0d-4a54-8525-60a7a21470bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9918 2024.10.22 17:03:32.988095 [ 284 ] {96ceb226-b633-49db-8569-e3c0da1d3b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9919 2024.10.22 17:03:32.988146 [ 284 ] {96ceb226-b633-49db-8569-e3c0da1d3b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9920 2024.10.22 17:03:32.988415 [ 284 ] {96ceb226-b633-49db-8569-e3c0da1d3b72} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9921 2024.10.22 17:03:32.988748 [ 284 ] {96ceb226-b633-49db-8569-e3c0da1d3b72} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9922 2024.10.22 17:03:32.988785 [ 284 ] {96ceb226-b633-49db-8569-e3c0da1d3b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9923 2024.10.22 17:03:32.989142 [ 284 ] {96ceb226-b633-49db-8569-e3c0da1d3b72} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9924 2024.10.22 17:03:32.989505 [ 284 ] {96ceb226-b633-49db-8569-e3c0da1d3b72} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9925 2024.10.22 17:03:32.989677 [ 284 ] {96ceb226-b633-49db-8569-e3c0da1d3b72} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001614 sec., 1239.1573729863692 rows/sec., 86.52 KiB/sec.
9926 2024.10.22 17:03:32.989858 [ 284 ] {96ceb226-b633-49db-8569-e3c0da1d3b72} <Debug> DynamicQueryHandler: Done processing query
9927 2024.10.22 17:03:32.989884 [ 284 ] {96ceb226-b633-49db-8569-e3c0da1d3b72} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9928 2024.10.22 17:03:32.989901 [ 284 ] {} <Debug> HTTP-Session: 09341b1a-7f0d-4a54-8525-60a7a21470bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9929 2024.10.22 17:03:32.990074 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9930 2024.10.22 17:03:32.990190 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45547, User-Agent: (none), Length: 5129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9931 2024.10.22 17:03:32.990260 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9932 2024.10.22 17:03:32.990286 [ 280 ] {} <Debug> HTTP-Session: 9ced16da-559d-47b1-9aea-5100e0014c59 Authenticating user 'default' from [fd00:1122:3344:101::d]:45547
9933 2024.10.22 17:03:32.990308 [ 280 ] {} <Debug> HTTP-Session: 9ced16da-559d-47b1-9aea-5100e0014c59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9934 2024.10.22 17:03:32.990325 [ 280 ] {} <Debug> HTTP-Session: 9ced16da-559d-47b1-9aea-5100e0014c59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9935 2024.10.22 17:03:32.990371 [ 280 ] {} <Trace> HTTP-Session: 9ced16da-559d-47b1-9aea-5100e0014c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9936 2024.10.22 17:03:32.990517 [ 280 ] {63cf6c50-8dd0-4d75-82ad-95ecaace3eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45547) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9937 2024.10.22 17:03:32.990573 [ 280 ] {63cf6c50-8dd0-4d75-82ad-95ecaace3eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9938 2024.10.22 17:03:32.990888 [ 280 ] {63cf6c50-8dd0-4d75-82ad-95ecaace3eaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9939 2024.10.22 17:03:32.991221 [ 280 ] {63cf6c50-8dd0-4d75-82ad-95ecaace3eaa} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9940 2024.10.22 17:03:32.991258 [ 280 ] {63cf6c50-8dd0-4d75-82ad-95ecaace3eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9941 2024.10.22 17:03:32.991613 [ 280 ] {63cf6c50-8dd0-4d75-82ad-95ecaace3eaa} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9942 2024.10.22 17:03:32.991991 [ 280 ] {63cf6c50-8dd0-4d75-82ad-95ecaace3eaa} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9943 2024.10.22 17:03:32.992124 [ 280 ] {63cf6c50-8dd0-4d75-82ad-95ecaace3eaa} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001655 sec., 18126.888217522657 rows/sec., 1.42 MiB/sec.
9944 2024.10.22 17:03:32.992449 [ 280 ] {63cf6c50-8dd0-4d75-82ad-95ecaace3eaa} <Debug> DynamicQueryHandler: Done processing query
9945 2024.10.22 17:03:32.992479 [ 280 ] {63cf6c50-8dd0-4d75-82ad-95ecaace3eaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9946 2024.10.22 17:03:32.992497 [ 280 ] {} <Debug> HTTP-Session: 9ced16da-559d-47b1-9aea-5100e0014c59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9947 2024.10.22 17:03:32.992694 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48147, User-Agent: (none), Length: 2167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9948 2024.10.22 17:03:32.992715 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45547, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9949 2024.10.22 17:03:32.992788 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9950 2024.10.22 17:03:32.992827 [ 284 ] {} <Debug> HTTP-Session: f3662485-7398-4ba4-bd35-2f6c0e1c5ba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48147
9951 2024.10.22 17:03:32.992856 [ 284 ] {} <Debug> HTTP-Session: f3662485-7398-4ba4-bd35-2f6c0e1c5ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9952 2024.10.22 17:03:32.992883 [ 284 ] {} <Debug> HTTP-Session: f3662485-7398-4ba4-bd35-2f6c0e1c5ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9953 2024.10.22 17:03:32.992933 [ 284 ] {} <Trace> HTTP-Session: f3662485-7398-4ba4-bd35-2f6c0e1c5ba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9954 2024.10.22 17:03:32.993054 [ 284 ] {7c4c6d4a-b20a-444f-a22f-f2b9c4c4c976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48147) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9955 2024.10.22 17:03:32.993106 [ 284 ] {7c4c6d4a-b20a-444f-a22f-f2b9c4c4c976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9956 2024.10.22 17:03:32.993279 [ 284 ] {7c4c6d4a-b20a-444f-a22f-f2b9c4c4c976} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9957 2024.10.22 17:03:32.993581 [ 284 ] {7c4c6d4a-b20a-444f-a22f-f2b9c4c4c976} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9958 2024.10.22 17:03:32.993617 [ 284 ] {7c4c6d4a-b20a-444f-a22f-f2b9c4c4c976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9959 2024.10.22 17:03:32.994020 [ 284 ] {7c4c6d4a-b20a-444f-a22f-f2b9c4c4c976} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9960 2024.10.22 17:03:32.994373 [ 284 ] {7c4c6d4a-b20a-444f-a22f-f2b9c4c4c976} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9961 2024.10.22 17:03:32.994530 [ 284 ] {7c4c6d4a-b20a-444f-a22f-f2b9c4c4c976} <Debug> executeQuery: Read 11 rows, 799.00 B in 0.001506 sec., 7304.116865869854 rows/sec., 518.11 KiB/sec.
9962 2024.10.22 17:03:32.994705 [ 284 ] {7c4c6d4a-b20a-444f-a22f-f2b9c4c4c976} <Debug> DynamicQueryHandler: Done processing query
9963 2024.10.22 17:03:32.994730 [ 284 ] {7c4c6d4a-b20a-444f-a22f-f2b9c4c4c976} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
9964 2024.10.22 17:03:32.994746 [ 284 ] {} <Debug> HTTP-Session: f3662485-7398-4ba4-bd35-2f6c0e1c5ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9965 2024.10.22 17:03:32.994862 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9966 2024.10.22 17:03:32.994945 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36316, User-Agent: (none), Length: 666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9967 2024.10.22 17:03:32.995023 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9968 2024.10.22 17:03:32.995049 [ 280 ] {} <Debug> HTTP-Session: ffa0a939-193d-4c9c-a1f9-96c4f693e361 Authenticating user 'default' from [fd00:1122:3344:101::d]:36316
9969 2024.10.22 17:03:32.995071 [ 280 ] {} <Debug> HTTP-Session: ffa0a939-193d-4c9c-a1f9-96c4f693e361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9970 2024.10.22 17:03:32.995089 [ 280 ] {} <Debug> HTTP-Session: ffa0a939-193d-4c9c-a1f9-96c4f693e361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9971 2024.10.22 17:03:32.995135 [ 280 ] {} <Trace> HTTP-Session: ffa0a939-193d-4c9c-a1f9-96c4f693e361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9972 2024.10.22 17:03:32.995264 [ 280 ] {a3a03919-8047-4ced-97af-bb86d0102f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9973 2024.10.22 17:03:32.995323 [ 280 ] {a3a03919-8047-4ced-97af-bb86d0102f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9974 2024.10.22 17:03:32.995517 [ 280 ] {a3a03919-8047-4ced-97af-bb86d0102f54} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9975 2024.10.22 17:03:32.995832 [ 280 ] {a3a03919-8047-4ced-97af-bb86d0102f54} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9976 2024.10.22 17:03:32.995874 [ 280 ] {a3a03919-8047-4ced-97af-bb86d0102f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9977 2024.10.22 17:03:32.996254 [ 280 ] {a3a03919-8047-4ced-97af-bb86d0102f54} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9978 2024.10.22 17:03:32.996587 [ 280 ] {a3a03919-8047-4ced-97af-bb86d0102f54} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9979 2024.10.22 17:03:32.996716 [ 280 ] {a3a03919-8047-4ced-97af-bb86d0102f54} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001487 sec., 2689.979825151311 rows/sec., 189.14 KiB/sec.
9980 2024.10.22 17:03:32.996878 [ 280 ] {a3a03919-8047-4ced-97af-bb86d0102f54} <Debug> DynamicQueryHandler: Done processing query
9981 2024.10.22 17:03:32.996903 [ 280 ] {a3a03919-8047-4ced-97af-bb86d0102f54} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9982 2024.10.22 17:03:32.996919 [ 280 ] {} <Debug> HTTP-Session: ffa0a939-193d-4c9c-a1f9-96c4f693e361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9983 2024.10.22 17:03:32.997055 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9984 2024.10.22 17:03:34.769429 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9985 2024.10.22 17:03:34.995096 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9986 2024.10.22 17:03:35.087471 [ 285 ] {} <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)
9987 2024.10.22 17:03:35.088746 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9988 2024.10.22 17:03:35.090966 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9989 2024.10.22 17:03:35.095235 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9990 2024.10.22 17:03:35.102597 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58171, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9991 2024.10.22 17:03:35.107908 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9992 2024.10.22 17:03:35.513485 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9993 2024.10.22 17:03:36.050445 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62762, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9994 2024.10.22 17:03:36.080934 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9995 2024.10.22 17:03:36.209378 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9996 2024.10.22 17:03:36.219783 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9997 2024.10.22 17:03:36.261207 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9998 2024.10.22 17:03:36.356523 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62900, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9999 2024.10.22 17:03:36.375916 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10000 2024.10.22 17:03:36.381360 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10001 2024.10.22 17:03:36.393684 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38378, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10002 2024.10.22 17:03:36.638984 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10003 2024.10.22 17:03:36.690347 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10004 2024.10.22 17:03:36.690366 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10005 2024.10.22 17:03:36.731878 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54841, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10006 2024.10.22 17:03:36.753207 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10007 2024.10.22 17:03:36.945635 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64430, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10008 2024.10.22 17:03:36.948980 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10009 2024.10.22 17:03:36.950219 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65031, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10010 2024.10.22 17:03:36.952471 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10011 2024.10.22 17:03:37.324258 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 878
10012 2024.10.22 17:03:37.327430 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10013 2024.10.22 17:03:37.327491 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10014 2024.10.22 17:03:37.329003 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10015 2024.10.22 17:03:37.329996 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10016 2024.10.22 17:03:37.330634 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 878
10017 2024.10.22 17:03:37.848353 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55423, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10018 2024.10.22 17:03:37.854670 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10019 2024.10.22 17:03:37.876000 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10020 2024.10.22 17:03:37.909328 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45071, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10021 2024.10.22 17:03:37.942752 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49916, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10022 2024.10.22 17:03:37.951119 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36143, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10023 2024.10.22 17:03:37.993193 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10024 2024.10.22 17:03:37.995000 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55218, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10025 2024.10.22 17:03:37.995079 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10026 2024.10.22 17:03:37.995105 [ 278 ] {} <Debug> HTTP-Session: 97a7c8cb-7594-4ce8-bd5b-3fc0f87a4c45 Authenticating user 'default' from [fd00:1122:3344:101::d]:55218
10027 2024.10.22 17:03:37.995133 [ 278 ] {} <Debug> HTTP-Session: 97a7c8cb-7594-4ce8-bd5b-3fc0f87a4c45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10028 2024.10.22 17:03:37.995150 [ 278 ] {} <Debug> HTTP-Session: 97a7c8cb-7594-4ce8-bd5b-3fc0f87a4c45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10029 2024.10.22 17:03:37.995204 [ 278 ] {} <Trace> HTTP-Session: 97a7c8cb-7594-4ce8-bd5b-3fc0f87a4c45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10030 2024.10.22 17:03:37.995406 [ 278 ] {cc2fdd32-7c3b-4f5c-908b-75579285b192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55218) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
10031 2024.10.22 17:03:37.995480 [ 278 ] {cc2fdd32-7c3b-4f5c-908b-75579285b192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
10032 2024.10.22 17:03:37.995865 [ 278 ] {cc2fdd32-7c3b-4f5c-908b-75579285b192} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10033 2024.10.22 17:03:37.996356 [ 278 ] {cc2fdd32-7c3b-4f5c-908b-75579285b192} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10034 2024.10.22 17:03:37.996400 [ 278 ] {cc2fdd32-7c3b-4f5c-908b-75579285b192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10035 2024.10.22 17:03:37.996817 [ 278 ] {cc2fdd32-7c3b-4f5c-908b-75579285b192} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
10036 2024.10.22 17:03:37.997207 [ 278 ] {cc2fdd32-7c3b-4f5c-908b-75579285b192} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10037 2024.10.22 17:03:37.997368 [ 278 ] {cc2fdd32-7c3b-4f5c-908b-75579285b192} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.00202 sec., 5940.59405940594 rows/sec., 414.80 KiB/sec.
10038 2024.10.22 17:03:37.997585 [ 278 ] {cc2fdd32-7c3b-4f5c-908b-75579285b192} <Debug> DynamicQueryHandler: Done processing query
10039 2024.10.22 17:03:37.997611 [ 278 ] {cc2fdd32-7c3b-4f5c-908b-75579285b192} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10040 2024.10.22 17:03:37.997628 [ 278 ] {} <Debug> HTTP-Session: 97a7c8cb-7594-4ce8-bd5b-3fc0f87a4c45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10041 2024.10.22 17:03:37.997777 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10042 2024.10.22 17:03:37.997883 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56549, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10043 2024.10.22 17:03:37.998004 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10044 2024.10.22 17:03:37.998032 [ 279 ] {} <Debug> HTTP-Session: 352e1d32-c3d1-4b73-93b2-9b912d23639a Authenticating user 'default' from [fd00:1122:3344:101::d]:56549
10045 2024.10.22 17:03:37.998058 [ 279 ] {} <Debug> HTTP-Session: 352e1d32-c3d1-4b73-93b2-9b912d23639a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10046 2024.10.22 17:03:37.998076 [ 279 ] {} <Debug> HTTP-Session: 352e1d32-c3d1-4b73-93b2-9b912d23639a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10047 2024.10.22 17:03:37.998127 [ 279 ] {} <Trace> HTTP-Session: 352e1d32-c3d1-4b73-93b2-9b912d23639a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10048 2024.10.22 17:03:37.998298 [ 279 ] {0e0d49f5-0b84-4da6-b28a-b8f402874397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56549) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
10049 2024.10.22 17:03:37.998363 [ 279 ] {0e0d49f5-0b84-4da6-b28a-b8f402874397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10050 2024.10.22 17:03:37.998698 [ 279 ] {0e0d49f5-0b84-4da6-b28a-b8f402874397} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10051 2024.10.22 17:03:37.999101 [ 279 ] {0e0d49f5-0b84-4da6-b28a-b8f402874397} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10052 2024.10.22 17:03:37.999142 [ 279 ] {0e0d49f5-0b84-4da6-b28a-b8f402874397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10053 2024.10.22 17:03:37.999552 [ 279 ] {0e0d49f5-0b84-4da6-b28a-b8f402874397} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10054 2024.10.22 17:03:37.999952 [ 279 ] {0e0d49f5-0b84-4da6-b28a-b8f402874397} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10055 2024.10.22 17:03:38.000095 [ 279 ] {0e0d49f5-0b84-4da6-b28a-b8f402874397} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001849 sec., 3244.997295835587 rows/sec., 264.61 KiB/sec.
10056 2024.10.22 17:03:38.000100 [ 38 ] {} <Debug> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
10057 2024.10.22 17:03:38.000164 [ 38 ] {} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10058 2024.10.22 17:03:38.000201 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10059 2024.10.22 17:03:38.000389 [ 279 ] {0e0d49f5-0b84-4da6-b28a-b8f402874397} <Debug> DynamicQueryHandler: Done processing query
10060 2024.10.22 17:03:38.000409 [ 195 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::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
10061 2024.10.22 17:03:38.000466 [ 279 ] {0e0d49f5-0b84-4da6-b28a-b8f402874397} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10062 2024.10.22 17:03:38.000555 [ 279 ] {} <Debug> HTTP-Session: 352e1d32-c3d1-4b73-93b2-9b912d23639a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10063 2024.10.22 17:03:38.000763 [ 195 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10064 2024.10.22 17:03:38.000810 [ 195 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 18 rows starting from the beginning of the part
10065 2024.10.22 17:03:38.000874 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10066 2024.10.22 17:03:38.001046 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48580, User-Agent: (none), Length: 39619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10067 2024.10.22 17:03:38.001072 [ 195 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
10068 2024.10.22 17:03:38.001198 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.76 MiB, peak 175.93 MiB, free memory in arenas 0.00 B, will set to 168.46 MiB (RSS), difference: -2.30 MiB
10069 2024.10.22 17:03:38.001324 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10070 2024.10.22 17:03:38.001545 [ 278 ] {} <Debug> HTTP-Session: 92f46c74-82b4-4721-a072-984495e5c402 Authenticating user 'default' from [fd00:1122:3344:101::d]:48580
10071 2024.10.22 17:03:38.001707 [ 278 ] {} <Debug> HTTP-Session: 92f46c74-82b4-4721-a072-984495e5c402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10072 2024.10.22 17:03:38.001828 [ 195 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part
10073 2024.10.22 17:03:38.001837 [ 278 ] {} <Debug> HTTP-Session: 92f46c74-82b4-4721-a072-984495e5c402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10074 2024.10.22 17:03:38.002036 [ 278 ] {} <Trace> HTTP-Session: 92f46c74-82b4-4721-a072-984495e5c402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10075 2024.10.22 17:03:38.002425 [ 195 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
10076 2024.10.22 17:03:38.002743 [ 278 ] {0ee6ad61-351b-4270-a065-1c5f51a95515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48580) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10077 2024.10.22 17:03:38.002893 [ 195 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part
10078 2024.10.22 17:03:38.002931 [ 278 ] {0ee6ad61-351b-4270-a065-1c5f51a95515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10079 2024.10.22 17:03:38.003357 [ 195 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
10080 2024.10.22 17:03:38.005005 [ 278 ] {0ee6ad61-351b-4270-a065-1c5f51a95515} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10081 2024.10.22 17:03:38.005865 [ 278 ] {0ee6ad61-351b-4270-a065-1c5f51a95515} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10082 2024.10.22 17:03:38.005909 [ 278 ] {0ee6ad61-351b-4270-a065-1c5f51a95515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10083 2024.10.22 17:03:38.006174 [ 186 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.005890855 sec., 5432.1486439574555 rows/sec., 464.17 KiB/sec.
10084 2024.10.22 17:03:38.006375 [ 186 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
10085 2024.10.22 17:03:38.006664 [ 278 ] {0ee6ad61-351b-4270-a065-1c5f51a95515} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10086 2024.10.22 17:03:38.007423 [ 195 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_16_3} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10087 2024.10.22 17:03:38.007542 [ 195 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_16_3} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
10088 2024.10.22 17:03:38.007551 [ 278 ] {0ee6ad61-351b-4270-a065-1c5f51a95515} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10089 2024.10.22 17:03:38.007650 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10090 2024.10.22 17:03:38.007764 [ 278 ] {0ee6ad61-351b-4270-a065-1c5f51a95515} <Debug> executeQuery: Read 264 rows, 23.62 KiB in 0.00535 sec., 49345.79439252337 rows/sec., 4.31 MiB/sec.
10091 2024.10.22 17:03:38.007964 [ 278 ] {0ee6ad61-351b-4270-a065-1c5f51a95515} <Debug> DynamicQueryHandler: Done processing query
10092 2024.10.22 17:03:38.007990 [ 278 ] {0ee6ad61-351b-4270-a065-1c5f51a95515} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
10093 2024.10.22 17:03:38.008007 [ 278 ] {} <Debug> HTTP-Session: 92f46c74-82b4-4721-a072-984495e5c402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10094 2024.10.22 17:03:38.008193 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10095 2024.10.22 17:03:38.008311 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42558, User-Agent: (none), Length: 5185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10096 2024.10.22 17:03:38.008381 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10097 2024.10.22 17:03:38.008402 [ 279 ] {} <Debug> HTTP-Session: 246583dd-40dc-49d4-aed3-c39cb7cdf5b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42558
10098 2024.10.22 17:03:38.008421 [ 279 ] {} <Debug> HTTP-Session: 246583dd-40dc-49d4-aed3-c39cb7cdf5b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10099 2024.10.22 17:03:38.008435 [ 279 ] {} <Debug> HTTP-Session: 246583dd-40dc-49d4-aed3-c39cb7cdf5b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10100 2024.10.22 17:03:38.008478 [ 279 ] {} <Trace> HTTP-Session: 246583dd-40dc-49d4-aed3-c39cb7cdf5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10101 2024.10.22 17:03:38.008623 [ 279 ] {df1a2d0b-489f-4aea-ba83-44e7946203a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42558) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10102 2024.10.22 17:03:38.008680 [ 279 ] {df1a2d0b-489f-4aea-ba83-44e7946203a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10103 2024.10.22 17:03:38.008957 [ 279 ] {df1a2d0b-489f-4aea-ba83-44e7946203a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10104 2024.10.22 17:03:38.009348 [ 279 ] {df1a2d0b-489f-4aea-ba83-44e7946203a5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10105 2024.10.22 17:03:38.009386 [ 279 ] {df1a2d0b-489f-4aea-ba83-44e7946203a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10106 2024.10.22 17:03:38.009766 [ 279 ] {df1a2d0b-489f-4aea-ba83-44e7946203a5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10107 2024.10.22 17:03:38.010156 [ 279 ] {df1a2d0b-489f-4aea-ba83-44e7946203a5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10108 2024.10.22 17:03:38.010304 [ 279 ] {df1a2d0b-489f-4aea-ba83-44e7946203a5} <Debug> executeQuery: Read 36 rows, 2.67 KiB in 0.001732 sec., 20785.219399538106 rows/sec., 1.51 MiB/sec.
10109 2024.10.22 17:03:38.010705 [ 279 ] {df1a2d0b-489f-4aea-ba83-44e7946203a5} <Debug> DynamicQueryHandler: Done processing query
10110 2024.10.22 17:03:38.010743 [ 279 ] {df1a2d0b-489f-4aea-ba83-44e7946203a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10111 2024.10.22 17:03:38.010778 [ 279 ] {} <Debug> HTTP-Session: 246583dd-40dc-49d4-aed3-c39cb7cdf5b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10112 2024.10.22 17:03:38.010940 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10113 2024.10.22 17:03:38.011022 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48580, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10114 2024.10.22 17:03:38.011143 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10115 2024.10.22 17:03:38.011167 [ 278 ] {} <Debug> HTTP-Session: b4e55f0a-1afb-4e2a-abc0-579e9bd3e884 Authenticating user 'default' from [fd00:1122:3344:101::d]:48580
10116 2024.10.22 17:03:38.011190 [ 278 ] {} <Debug> HTTP-Session: b4e55f0a-1afb-4e2a-abc0-579e9bd3e884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10117 2024.10.22 17:03:38.011207 [ 278 ] {} <Debug> HTTP-Session: b4e55f0a-1afb-4e2a-abc0-579e9bd3e884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10118 2024.10.22 17:03:38.011254 [ 278 ] {} <Trace> HTTP-Session: b4e55f0a-1afb-4e2a-abc0-579e9bd3e884 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10119 2024.10.22 17:03:38.011391 [ 278 ] {bf8ec07d-847d-4893-90cd-ad109ce23640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48580) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10120 2024.10.22 17:03:38.011443 [ 278 ] {bf8ec07d-847d-4893-90cd-ad109ce23640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10121 2024.10.22 17:03:38.011746 [ 278 ] {bf8ec07d-847d-4893-90cd-ad109ce23640} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10122 2024.10.22 17:03:38.012146 [ 278 ] {bf8ec07d-847d-4893-90cd-ad109ce23640} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10123 2024.10.22 17:03:38.012183 [ 278 ] {bf8ec07d-847d-4893-90cd-ad109ce23640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10124 2024.10.22 17:03:38.012538 [ 278 ] {bf8ec07d-847d-4893-90cd-ad109ce23640} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10125 2024.10.22 17:03:38.012897 [ 278 ] {bf8ec07d-847d-4893-90cd-ad109ce23640} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10126 2024.10.22 17:03:38.013038 [ 278 ] {bf8ec07d-847d-4893-90cd-ad109ce23640} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001689 sec., 12433.392539964476 rows/sec., 858.61 KiB/sec.
10127 2024.10.22 17:03:38.013329 [ 278 ] {bf8ec07d-847d-4893-90cd-ad109ce23640} <Debug> DynamicQueryHandler: Done processing query
10128 2024.10.22 17:03:38.013353 [ 278 ] {bf8ec07d-847d-4893-90cd-ad109ce23640} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10129 2024.10.22 17:03:38.013369 [ 278 ] {} <Debug> HTTP-Session: b4e55f0a-1afb-4e2a-abc0-579e9bd3e884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10130 2024.10.22 17:03:38.013506 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10131 2024.10.22 17:03:38.013594 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38900, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10132 2024.10.22 17:03:38.013687 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10133 2024.10.22 17:03:38.013713 [ 279 ] {} <Debug> HTTP-Session: d3d3df94-0f2c-4b40-a648-3c0c591b6c6e Authenticating user 'default' from [fd00:1122:3344:101::d]:38900
10134 2024.10.22 17:03:38.013738 [ 279 ] {} <Debug> HTTP-Session: d3d3df94-0f2c-4b40-a648-3c0c591b6c6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10135 2024.10.22 17:03:38.013755 [ 279 ] {} <Debug> HTTP-Session: d3d3df94-0f2c-4b40-a648-3c0c591b6c6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10136 2024.10.22 17:03:38.013802 [ 279 ] {} <Trace> HTTP-Session: d3d3df94-0f2c-4b40-a648-3c0c591b6c6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10137 2024.10.22 17:03:38.013946 [ 279 ] {a49bedb5-888f-4b90-9263-26f6aae6b53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38900) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10138 2024.10.22 17:03:38.014007 [ 279 ] {a49bedb5-888f-4b90-9263-26f6aae6b53e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10139 2024.10.22 17:03:38.014295 [ 279 ] {a49bedb5-888f-4b90-9263-26f6aae6b53e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10140 2024.10.22 17:03:38.014629 [ 279 ] {a49bedb5-888f-4b90-9263-26f6aae6b53e} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10141 2024.10.22 17:03:38.014667 [ 279 ] {a49bedb5-888f-4b90-9263-26f6aae6b53e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10142 2024.10.22 17:03:38.015033 [ 279 ] {a49bedb5-888f-4b90-9263-26f6aae6b53e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
10143 2024.10.22 17:03:38.015398 [ 279 ] {a49bedb5-888f-4b90-9263-26f6aae6b53e} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10144 2024.10.22 17:03:38.015568 [ 279 ] {a49bedb5-888f-4b90-9263-26f6aae6b53e} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001664 sec., 7211.538461538462 rows/sec., 443.68 KiB/sec.
10145 2024.10.22 17:03:38.015895 [ 279 ] {a49bedb5-888f-4b90-9263-26f6aae6b53e} <Debug> DynamicQueryHandler: Done processing query
10146 2024.10.22 17:03:38.015924 [ 279 ] {a49bedb5-888f-4b90-9263-26f6aae6b53e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10147 2024.10.22 17:03:38.015940 [ 279 ] {} <Debug> HTTP-Session: d3d3df94-0f2c-4b40-a648-3c0c591b6c6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10148 2024.10.22 17:03:38.016135 [ 279 ] {} <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)
10149 2024.10.22 17:03:38.016237 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37002, User-Agent: (none), Length: 67878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10150 2024.10.22 17:03:38.016304 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10151 2024.10.22 17:03:38.016328 [ 278 ] {} <Debug> HTTP-Session: 5de39b1b-7422-4ed0-8d45-0af9308beea2 Authenticating user 'default' from [fd00:1122:3344:101::d]:37002
10152 2024.10.22 17:03:38.016348 [ 278 ] {} <Debug> HTTP-Session: 5de39b1b-7422-4ed0-8d45-0af9308beea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10153 2024.10.22 17:03:38.016365 [ 278 ] {} <Debug> HTTP-Session: 5de39b1b-7422-4ed0-8d45-0af9308beea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10154 2024.10.22 17:03:38.016409 [ 278 ] {} <Trace> HTTP-Session: 5de39b1b-7422-4ed0-8d45-0af9308beea2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10155 2024.10.22 17:03:38.016739 [ 278 ] {98f3b580-42b5-485a-a5a1-18a2f2294c75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37002) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10156 2024.10.22 17:03:38.016849 [ 278 ] {98f3b580-42b5-485a-a5a1-18a2f2294c75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10157 2024.10.22 17:03:38.017138 [ 278 ] {98f3b580-42b5-485a-a5a1-18a2f2294c75} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10158 2024.10.22 17:03:38.017717 [ 278 ] {98f3b580-42b5-485a-a5a1-18a2f2294c75} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10159 2024.10.22 17:03:38.017754 [ 278 ] {98f3b580-42b5-485a-a5a1-18a2f2294c75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10160 2024.10.22 17:03:38.018128 [ 278 ] {98f3b580-42b5-485a-a5a1-18a2f2294c75} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10161 2024.10.22 17:03:38.018482 [ 278 ] {98f3b580-42b5-485a-a5a1-18a2f2294c75} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10162 2024.10.22 17:03:38.018651 [ 278 ] {98f3b580-42b5-485a-a5a1-18a2f2294c75} <Debug> executeQuery: Read 418 rows, 30.57 KiB in 0.002103 sec., 198763.67094626726 rows/sec., 14.20 MiB/sec.
10163 2024.10.22 17:03:38.018815 [ 278 ] {98f3b580-42b5-485a-a5a1-18a2f2294c75} <Debug> DynamicQueryHandler: Done processing query
10164 2024.10.22 17:03:38.018839 [ 278 ] {98f3b580-42b5-485a-a5a1-18a2f2294c75} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
10165 2024.10.22 17:03:38.018854 [ 278 ] {} <Debug> HTTP-Session: 5de39b1b-7422-4ed0-8d45-0af9308beea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10166 2024.10.22 17:03:38.019010 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37002, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10167 2024.10.22 17:03:38.019024 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38900, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10168 2024.10.22 17:03:38.019108 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10169 2024.10.22 17:03:38.019138 [ 279 ] {} <Debug> HTTP-Session: f61d3b2c-99b3-4a4a-bfb5-4756a5f95bc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38900
10170 2024.10.22 17:03:38.019163 [ 279 ] {} <Debug> HTTP-Session: f61d3b2c-99b3-4a4a-bfb5-4756a5f95bc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10171 2024.10.22 17:03:38.019179 [ 279 ] {} <Debug> HTTP-Session: f61d3b2c-99b3-4a4a-bfb5-4756a5f95bc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10172 2024.10.22 17:03:38.019215 [ 279 ] {} <Trace> HTTP-Session: f61d3b2c-99b3-4a4a-bfb5-4756a5f95bc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10173 2024.10.22 17:03:38.019325 [ 279 ] {7e7a1f61-72af-4bb8-afd9-e82ea821dc97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38900) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10174 2024.10.22 17:03:38.019373 [ 279 ] {7e7a1f61-72af-4bb8-afd9-e82ea821dc97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10175 2024.10.22 17:03:38.019533 [ 279 ] {7e7a1f61-72af-4bb8-afd9-e82ea821dc97} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10176 2024.10.22 17:03:38.019815 [ 279 ] {7e7a1f61-72af-4bb8-afd9-e82ea821dc97} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10177 2024.10.22 17:03:38.019851 [ 279 ] {7e7a1f61-72af-4bb8-afd9-e82ea821dc97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10178 2024.10.22 17:03:38.020222 [ 279 ] {7e7a1f61-72af-4bb8-afd9-e82ea821dc97} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
10179 2024.10.22 17:03:38.020554 [ 279 ] {7e7a1f61-72af-4bb8-afd9-e82ea821dc97} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10180 2024.10.22 17:03:38.020729 [ 279 ] {7e7a1f61-72af-4bb8-afd9-e82ea821dc97} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec.
10181 2024.10.22 17:03:38.020906 [ 279 ] {7e7a1f61-72af-4bb8-afd9-e82ea821dc97} <Debug> DynamicQueryHandler: Done processing query
10182 2024.10.22 17:03:38.020931 [ 279 ] {7e7a1f61-72af-4bb8-afd9-e82ea821dc97} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10183 2024.10.22 17:03:38.020947 [ 279 ] {} <Debug> HTTP-Session: f61d3b2c-99b3-4a4a-bfb5-4756a5f95bc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10184 2024.10.22 17:03:38.021138 [ 279 ] {} <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)
10185 2024.10.22 17:03:38.021244 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38169, User-Agent: (none), Length: 45175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10186 2024.10.22 17:03:38.021310 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10187 2024.10.22 17:03:38.021333 [ 278 ] {} <Debug> HTTP-Session: 15718c39-09c0-4357-811b-467e3786d699 Authenticating user 'default' from [fd00:1122:3344:101::d]:38169
10188 2024.10.22 17:03:38.021354 [ 278 ] {} <Debug> HTTP-Session: 15718c39-09c0-4357-811b-467e3786d699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10189 2024.10.22 17:03:38.021371 [ 278 ] {} <Debug> HTTP-Session: 15718c39-09c0-4357-811b-467e3786d699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10190 2024.10.22 17:03:38.021413 [ 278 ] {} <Trace> HTTP-Session: 15718c39-09c0-4357-811b-467e3786d699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10191 2024.10.22 17:03:38.021659 [ 278 ] {4a7ebdf9-f4da-46a1-8d7f-5347639dfbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10192 2024.10.22 17:03:38.021717 [ 278 ] {4a7ebdf9-f4da-46a1-8d7f-5347639dfbab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10193 2024.10.22 17:03:38.021926 [ 278 ] {4a7ebdf9-f4da-46a1-8d7f-5347639dfbab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10194 2024.10.22 17:03:38.022415 [ 278 ] {4a7ebdf9-f4da-46a1-8d7f-5347639dfbab} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10195 2024.10.22 17:03:38.022450 [ 278 ] {4a7ebdf9-f4da-46a1-8d7f-5347639dfbab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10196 2024.10.22 17:03:38.022837 [ 278 ] {4a7ebdf9-f4da-46a1-8d7f-5347639dfbab} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10197 2024.10.22 17:03:38.023164 [ 278 ] {4a7ebdf9-f4da-46a1-8d7f-5347639dfbab} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10198 2024.10.22 17:03:38.023318 [ 278 ] {4a7ebdf9-f4da-46a1-8d7f-5347639dfbab} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001797 sec., 133555.9265442404 rows/sec., 8.95 MiB/sec.
10199 2024.10.22 17:03:38.023483 [ 278 ] {4a7ebdf9-f4da-46a1-8d7f-5347639dfbab} <Debug> DynamicQueryHandler: Done processing query
10200 2024.10.22 17:03:38.023506 [ 278 ] {4a7ebdf9-f4da-46a1-8d7f-5347639dfbab} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
10201 2024.10.22 17:03:38.023521 [ 278 ] {} <Debug> HTTP-Session: 15718c39-09c0-4357-811b-467e3786d699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10202 2024.10.22 17:03:38.023688 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38900, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10203 2024.10.22 17:03:38.023709 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10204 2024.10.22 17:03:38.023773 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10205 2024.10.22 17:03:38.023807 [ 279 ] {} <Debug> HTTP-Session: 337f75ee-4f12-4740-b4da-46b14e1223ef Authenticating user 'default' from [fd00:1122:3344:101::d]:38900
10206 2024.10.22 17:03:38.023825 [ 279 ] {} <Debug> HTTP-Session: 337f75ee-4f12-4740-b4da-46b14e1223ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10207 2024.10.22 17:03:38.023853 [ 279 ] {} <Debug> HTTP-Session: 337f75ee-4f12-4740-b4da-46b14e1223ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10208 2024.10.22 17:03:38.023898 [ 279 ] {} <Trace> HTTP-Session: 337f75ee-4f12-4740-b4da-46b14e1223ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10209 2024.10.22 17:03:38.023999 [ 279 ] {d87e842d-bb9e-46d1-822d-549671b0b897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38900) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
10210 2024.10.22 17:03:38.024048 [ 279 ] {d87e842d-bb9e-46d1-822d-549671b0b897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10211 2024.10.22 17:03:38.024205 [ 279 ] {d87e842d-bb9e-46d1-822d-549671b0b897} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10212 2024.10.22 17:03:38.024474 [ 279 ] {d87e842d-bb9e-46d1-822d-549671b0b897} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10213 2024.10.22 17:03:38.024509 [ 279 ] {d87e842d-bb9e-46d1-822d-549671b0b897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10214 2024.10.22 17:03:38.024872 [ 279 ] {d87e842d-bb9e-46d1-822d-549671b0b897} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
10215 2024.10.22 17:03:38.025205 [ 279 ] {d87e842d-bb9e-46d1-822d-549671b0b897} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10216 2024.10.22 17:03:38.025371 [ 279 ] {d87e842d-bb9e-46d1-822d-549671b0b897} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec.
10217 2024.10.22 17:03:38.025553 [ 279 ] {d87e842d-bb9e-46d1-822d-549671b0b897} <Debug> DynamicQueryHandler: Done processing query
10218 2024.10.22 17:03:38.025577 [ 279 ] {d87e842d-bb9e-46d1-822d-549671b0b897} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
10219 2024.10.22 17:03:38.025594 [ 279 ] {} <Debug> HTTP-Session: 337f75ee-4f12-4740-b4da-46b14e1223ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10220 2024.10.22 17:03:38.025762 [ 279 ] {} <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)
10221 2024.10.22 17:03:38.025833 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33962, User-Agent: (none), Length: 50239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10222 2024.10.22 17:03:38.025890 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10223 2024.10.22 17:03:38.025909 [ 278 ] {} <Debug> HTTP-Session: 1d9b4fb9-caf8-4639-b2f6-ec1835603d7f Authenticating user 'default' from [fd00:1122:3344:101::d]:33962
10224 2024.10.22 17:03:38.025926 [ 278 ] {} <Debug> HTTP-Session: 1d9b4fb9-caf8-4639-b2f6-ec1835603d7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10225 2024.10.22 17:03:38.025940 [ 278 ] {} <Debug> HTTP-Session: 1d9b4fb9-caf8-4639-b2f6-ec1835603d7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10226 2024.10.22 17:03:38.025975 [ 278 ] {} <Trace> HTTP-Session: 1d9b4fb9-caf8-4639-b2f6-ec1835603d7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10227 2024.10.22 17:03:38.026326 [ 278 ] {9d42b4c4-ed25-40ec-b534-848f4298b32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33962) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10228 2024.10.22 17:03:38.026411 [ 278 ] {9d42b4c4-ed25-40ec-b534-848f4298b32d} <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
10229 2024.10.22 17:03:38.026958 [ 278 ] {9d42b4c4-ed25-40ec-b534-848f4298b32d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10230 2024.10.22 17:03:38.027612 [ 278 ] {9d42b4c4-ed25-40ec-b534-848f4298b32d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10231 2024.10.22 17:03:38.027647 [ 278 ] {9d42b4c4-ed25-40ec-b534-848f4298b32d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10232 2024.10.22 17:03:38.028265 [ 278 ] {9d42b4c4-ed25-40ec-b534-848f4298b32d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
10233 2024.10.22 17:03:38.028677 [ 278 ] {9d42b4c4-ed25-40ec-b534-848f4298b32d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10234 2024.10.22 17:03:38.028859 [ 278 ] {9d42b4c4-ed25-40ec-b534-848f4298b32d} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002773 sec., 10818.608005769926 rows/sec., 19.39 MiB/sec.
10235 2024.10.22 17:03:38.028861 [ 37 ] {} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
10236 2024.10.22 17:03:38.029003 [ 37 ] {} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10237 2024.10.22 17:03:38.029093 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10238 2024.10.22 17:03:38.029215 [ 278 ] {9d42b4c4-ed25-40ec-b534-848f4298b32d} <Debug> DynamicQueryHandler: Done processing query
10239 2024.10.22 17:03:38.029293 [ 278 ] {9d42b4c4-ed25-40ec-b534-848f4298b32d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
10240 2024.10.22 17:03:38.029371 [ 278 ] {} <Debug> HTTP-Session: 1d9b4fb9-caf8-4639-b2f6-ec1835603d7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10241 2024.10.22 17:03:38.029486 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
10242 2024.10.22 17:03:38.029762 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38900, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10243 2024.10.22 17:03:38.029793 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10244 2024.10.22 17:03:38.030019 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10245 2024.10.22 17:03:38.030158 [ 279 ] {} <Debug> HTTP-Session: e7735b9a-9921-4ed8-a498-a819436fed0f Authenticating user 'default' from [fd00:1122:3344:101::d]:38900
10246 2024.10.22 17:03:38.030173 [ 278 ] {} <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):
10247 
10248 (version 23.8.7.1)
10249 2024.10.22 17:03:38.030251 [ 279 ] {} <Debug> HTTP-Session: e7735b9a-9921-4ed8-a498-a819436fed0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10250 2024.10.22 17:03:38.030352 [ 279 ] {} <Debug> HTTP-Session: e7735b9a-9921-4ed8-a498-a819436fed0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10251 2024.10.22 17:03:38.030520 [ 279 ] {} <Trace> HTTP-Session: e7735b9a-9921-4ed8-a498-a819436fed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10252 2024.10.22 17:03:38.030875 [ 279 ] {b8a2c503-65be-44f7-b512-a4c489fda01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38900) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10253 2024.10.22 17:03:38.030945 [ 279 ] {b8a2c503-65be-44f7-b512-a4c489fda01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10254 2024.10.22 17:03:38.031080 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10255 2024.10.22 17:03:38.031220 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 493 rows starting from the beginning of the part
10256 2024.10.22 17:03:38.031293 [ 279 ] {b8a2c503-65be-44f7-b512-a4c489fda01b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10257 2024.10.22 17:03:38.031840 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part
10258 2024.10.22 17:03:38.032499 [ 279 ] {b8a2c503-65be-44f7-b512-a4c489fda01b} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10259 2024.10.22 17:03:38.032517 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part
10260 2024.10.22 17:03:38.032545 [ 279 ] {b8a2c503-65be-44f7-b512-a4c489fda01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10261 2024.10.22 17:03:38.033088 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part
10262 2024.10.22 17:03:38.033671 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part
10263 2024.10.22 17:03:38.033734 [ 279 ] {b8a2c503-65be-44f7-b512-a4c489fda01b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10264 2024.10.22 17:03:38.034271 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part
10265 2024.10.22 17:03:38.034334 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10266 2024.10.22 17:03:38.034735 [ 278 ] {} <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):
10267 
10268 (version 23.8.7.1)
10269 2024.10.22 17:03:38.035200 [ 279 ] {b8a2c503-65be-44f7-b512-a4c489fda01b} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10270 2024.10.22 17:03:38.035514 [ 279 ] {b8a2c503-65be-44f7-b512-a4c489fda01b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004753 sec., 17252.26172943404 rows/sec., 1.10 MiB/sec.
10271 2024.10.22 17:03:38.035763 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10272 2024.10.22 17:03:38.035780 [ 279 ] {b8a2c503-65be-44f7-b512-a4c489fda01b} <Debug> DynamicQueryHandler: Done processing query
10273 2024.10.22 17:03:38.035862 [ 279 ] {b8a2c503-65be-44f7-b512-a4c489fda01b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10274 2024.10.22 17:03:38.035884 [ 279 ] {} <Debug> HTTP-Session: e7735b9a-9921-4ed8-a498-a819436fed0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10275 2024.10.22 17:03:38.036412 [ 279 ] {} <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)
10276 2024.10.22 17:03:38.056763 [ 190 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 603 rows, containing 19 columns (19 merged, 0 gathered) in 0.027573282 sec., 21868.996226129337 rows/sec., 39.19 MiB/sec.
10277 2024.10.22 17:03:38.057392 [ 190 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
10278 2024.10.22 17:03:38.057942 [ 190 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10279 2024.10.22 17:03:38.058034 [ 190 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
10280 2024.10.22 17:03:38.058143 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
10281 2024.10.22 17:03:39.001158 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.50 MiB, peak 175.99 MiB, free memory in arenas 0.00 B, will set to 170.10 MiB (RSS), difference: 1.60 MiB
10282 2024.10.22 17:03:39.081945 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61836, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10283 2024.10.22 17:03:39.132294 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10284 2024.10.22 17:03:39.228709 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10285 2024.10.22 17:03:39.253104 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10286 2024.10.22 17:03:39.253141 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10287 2024.10.22 17:03:39.288586 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10288 2024.10.22 17:03:39.314815 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10289 2024.10.22 17:03:39.314857 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56449, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10290 2024.10.22 17:03:39.330172 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10291 2024.10.22 17:03:42.989205 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49717, User-Agent: (none), Length: 10909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10292 2024.10.22 17:03:42.989328 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10293 2024.10.22 17:03:42.989357 [ 261 ] {} <Debug> HTTP-Session: f78e67ac-2c25-4e67-b6a8-7197e5237006 Authenticating user 'default' from [fd00:1122:3344:101::d]:49717
10294 2024.10.22 17:03:42.989385 [ 261 ] {} <Debug> HTTP-Session: f78e67ac-2c25-4e67-b6a8-7197e5237006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10295 2024.10.22 17:03:42.989403 [ 261 ] {} <Debug> HTTP-Session: f78e67ac-2c25-4e67-b6a8-7197e5237006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10296 2024.10.22 17:03:42.989458 [ 261 ] {} <Trace> HTTP-Session: f78e67ac-2c25-4e67-b6a8-7197e5237006 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10297 2024.10.22 17:03:42.989689 [ 261 ] {a795cdc0-4095-445a-8c6e-151d4cd5d947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49717) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10298 2024.10.22 17:03:42.989762 [ 261 ] {a795cdc0-4095-445a-8c6e-151d4cd5d947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10299 2024.10.22 17:03:42.990136 [ 261 ] {a795cdc0-4095-445a-8c6e-151d4cd5d947} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10300 2024.10.22 17:03:42.990673 [ 261 ] {a795cdc0-4095-445a-8c6e-151d4cd5d947} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10301 2024.10.22 17:03:42.990718 [ 261 ] {a795cdc0-4095-445a-8c6e-151d4cd5d947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10302 2024.10.22 17:03:42.991141 [ 261 ] {a795cdc0-4095-445a-8c6e-151d4cd5d947} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10303 2024.10.22 17:03:42.991539 [ 261 ] {a795cdc0-4095-445a-8c6e-151d4cd5d947} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10304 2024.10.22 17:03:42.991690 [ 261 ] {a795cdc0-4095-445a-8c6e-151d4cd5d947} <Debug> executeQuery: Read 76 rows, 6.27 KiB in 0.002081 sec., 36520.903411821244 rows/sec., 2.94 MiB/sec.
10305 2024.10.22 17:03:42.991696 [ 30 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
10306 2024.10.22 17:03:42.991755 [ 30 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10307 2024.10.22 17:03:42.991784 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10308 2024.10.22 17:03:42.991978 [ 189 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
10309 2024.10.22 17:03:42.991994 [ 261 ] {a795cdc0-4095-445a-8c6e-151d4cd5d947} <Debug> DynamicQueryHandler: Done processing query
10310 2024.10.22 17:03:42.992084 [ 261 ] {a795cdc0-4095-445a-8c6e-151d4cd5d947} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10311 2024.10.22 17:03:42.992107 [ 261 ] {} <Debug> HTTP-Session: f78e67ac-2c25-4e67-b6a8-7197e5237006 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10312 2024.10.22 17:03:42.992232 [ 189 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10313 2024.10.22 17:03:42.992275 [ 189 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1430 rows starting from the beginning of the part
10314 2024.10.22 17:03:42.992327 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49717, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10315 2024.10.22 17:03:42.992518 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39286, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10316 2024.10.22 17:03:42.992585 [ 189 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 262 rows starting from the beginning of the part
10317 2024.10.22 17:03:42.992636 [ 261 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
10318 
10319 (version 23.8.7.1)
10320 2024.10.22 17:03:42.992758 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10321 2024.10.22 17:03:42.992888 [ 268 ] {} <Debug> HTTP-Session: 30a94921-d59c-4e6d-ba38-2241fd7f8171 Authenticating user 'default' from [fd00:1122:3344:101::d]:39286
10322 2024.10.22 17:03:42.992990 [ 268 ] {} <Debug> HTTP-Session: 30a94921-d59c-4e6d-ba38-2241fd7f8171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10323 2024.10.22 17:03:42.993044 [ 189 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1217 rows starting from the beginning of the part
10324 2024.10.22 17:03:42.993059 [ 268 ] {} <Debug> HTTP-Session: 30a94921-d59c-4e6d-ba38-2241fd7f8171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10325 2024.10.22 17:03:42.993216 [ 268 ] {} <Trace> HTTP-Session: 30a94921-d59c-4e6d-ba38-2241fd7f8171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10326 2024.10.22 17:03:42.993325 [ 189 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part
10327 2024.10.22 17:03:42.993620 [ 189 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 264 rows starting from the beginning of the part
10328 2024.10.22 17:03:42.993665 [ 268 ] {d3dc15c6-3339-4648-9c42-4af41de3c74c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39286) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10329 2024.10.22 17:03:42.993855 [ 268 ] {d3dc15c6-3339-4648-9c42-4af41de3c74c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10330 2024.10.22 17:03:42.993915 [ 189 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 76 rows starting from the beginning of the part
10331 2024.10.22 17:03:42.994994 [ 268 ] {d3dc15c6-3339-4648-9c42-4af41de3c74c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10332 2024.10.22 17:03:42.995910 [ 268 ] {d3dc15c6-3339-4648-9c42-4af41de3c74c} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10333 2024.10.22 17:03:42.995976 [ 268 ] {d3dc15c6-3339-4648-9c42-4af41de3c74c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10334 2024.10.22 17:03:42.996845 [ 268 ] {d3dc15c6-3339-4648-9c42-4af41de3c74c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10335 2024.10.22 17:03:42.997588 [ 268 ] {d3dc15c6-3339-4648-9c42-4af41de3c74c} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10336 2024.10.22 17:03:42.997823 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3276 rows, containing 5 columns (5 merged, 0 gathered) in 0.005949026 sec., 550678.3799566517 rows/sec., 48.07 MiB/sec.
10337 2024.10.22 17:03:42.997978 [ 268 ] {d3dc15c6-3339-4648-9c42-4af41de3c74c} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.004482 sec., 2231.1468094600627 rows/sec., 167.77 KiB/sec.
10338 2024.10.22 17:03:42.998245 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10339 2024.10.22 17:03:42.998541 [ 268 ] {d3dc15c6-3339-4648-9c42-4af41de3c74c} <Debug> DynamicQueryHandler: Done processing query
10340 2024.10.22 17:03:42.998620 [ 268 ] {d3dc15c6-3339-4648-9c42-4af41de3c74c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10341 2024.10.22 17:03:42.998704 [ 268 ] {} <Debug> HTTP-Session: 30a94921-d59c-4e6d-ba38-2241fd7f8171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10342 2024.10.22 17:03:42.999074 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39286, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10343 2024.10.22 17:03:42.999149 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50974, User-Agent: (none), Length: 12575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10344 2024.10.22 17:03:42.999362 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10345 2024.10.22 17:03:42.999407 [ 261 ] {} <Debug> HTTP-Session: c31bc525-8e69-4fd1-88aa-045ea895f3b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50974
10346 2024.10.22 17:03:42.999438 [ 261 ] {} <Debug> HTTP-Session: c31bc525-8e69-4fd1-88aa-045ea895f3b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10347 2024.10.22 17:03:42.999461 [ 261 ] {} <Debug> HTTP-Session: c31bc525-8e69-4fd1-88aa-045ea895f3b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10348 2024.10.22 17:03:42.999513 [ 261 ] {} <Trace> HTTP-Session: c31bc525-8e69-4fd1-88aa-045ea895f3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10349 2024.10.22 17:03:42.999576 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_46_9} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10350 2024.10.22 17:03:42.999672 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_46_9} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10351 2024.10.22 17:03:42.999742 [ 261 ] {6b899287-d070-4663-bd27-6745dd0784be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50974) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10352 2024.10.22 17:03:42.999780 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
10353 2024.10.22 17:03:42.999819 [ 261 ] {6b899287-d070-4663-bd27-6745dd0784be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10354 2024.10.22 17:03:43.000130 [ 261 ] {6b899287-d070-4663-bd27-6745dd0784be} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10355 2024.10.22 17:03:43.000551 [ 261 ] {6b899287-d070-4663-bd27-6745dd0784be} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10356 2024.10.22 17:03:43.000588 [ 261 ] {6b899287-d070-4663-bd27-6745dd0784be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10357 2024.10.22 17:03:43.000962 [ 261 ] {6b899287-d070-4663-bd27-6745dd0784be} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10358 2024.10.22 17:03:43.001143 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.59 MiB, peak 179.24 MiB, free memory in arenas 0.00 B, will set to 170.18 MiB (RSS), difference: -5.41 MiB
10359 2024.10.22 17:03:43.001822 [ 261 ] {6b899287-d070-4663-bd27-6745dd0784be} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10360 2024.10.22 17:03:43.001965 [ 30 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
10361 2024.10.22 17:03:43.001966 [ 261 ] {6b899287-d070-4663-bd27-6745dd0784be} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.002325 sec., 31827.956989247316 rows/sec., 2.48 MiB/sec.
10362 2024.10.22 17:03:43.002016 [ 30 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10363 2024.10.22 17:03:43.002053 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10364 2024.10.22 17:03:43.002283 [ 199 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
10365 2024.10.22 17:03:43.002377 [ 261 ] {6b899287-d070-4663-bd27-6745dd0784be} <Debug> DynamicQueryHandler: Done processing query
10366 2024.10.22 17:03:43.002435 [ 261 ] {6b899287-d070-4663-bd27-6745dd0784be} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10367 2024.10.22 17:03:43.002487 [ 261 ] {} <Debug> HTTP-Session: c31bc525-8e69-4fd1-88aa-045ea895f3b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10368 2024.10.22 17:03:43.002553 [ 199 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10369 2024.10.22 17:03:43.002601 [ 199 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part
10370 2024.10.22 17:03:43.002690 [ 199 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 414 rows starting from the beginning of the part
10371 2024.10.22 17:03:43.002846 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10372 2024.10.22 17:03:43.003007 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58582, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10373 2024.10.22 17:03:43.003161 [ 199 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 532 rows starting from the beginning of the part
10374 2024.10.22 17:03:43.003216 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10375 2024.10.22 17:03:43.003337 [ 268 ] {} <Debug> HTTP-Session: 772c86ef-34ec-4458-a588-7351117dc859 Authenticating user 'default' from [fd00:1122:3344:101::d]:58582
10376 2024.10.22 17:03:43.003467 [ 268 ] {} <Debug> HTTP-Session: 772c86ef-34ec-4458-a588-7351117dc859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10377 2024.10.22 17:03:43.003564 [ 268 ] {} <Debug> HTTP-Session: 772c86ef-34ec-4458-a588-7351117dc859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10378 2024.10.22 17:03:43.003609 [ 199 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part
10379 2024.10.22 17:03:43.003683 [ 268 ] {} <Trace> HTTP-Session: 772c86ef-34ec-4458-a588-7351117dc859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10380 2024.10.22 17:03:43.003903 [ 199 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 418 rows starting from the beginning of the part
10381 2024.10.22 17:03:43.004075 [ 199 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part
10382 2024.10.22 17:03:43.004166 [ 268 ] {b7f76fb1-1a19-4f3a-b60b-43d9cd5c7c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10383 2024.10.22 17:03:43.004377 [ 268 ] {b7f76fb1-1a19-4f3a-b60b-43d9cd5c7c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10384 2024.10.22 17:03:43.004792 [ 268 ] {b7f76fb1-1a19-4f3a-b60b-43d9cd5c7c5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10385 2024.10.22 17:03:43.005357 [ 268 ] {b7f76fb1-1a19-4f3a-b60b-43d9cd5c7c5d} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10386 2024.10.22 17:03:43.005402 [ 268 ] {b7f76fb1-1a19-4f3a-b60b-43d9cd5c7c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10387 2024.10.22 17:03:43.006010 [ 268 ] {b7f76fb1-1a19-4f3a-b60b-43d9cd5c7c5d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10388 2024.10.22 17:03:43.006482 [ 268 ] {b7f76fb1-1a19-4f3a-b60b-43d9cd5c7c5d} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10389 2024.10.22 17:03:43.006492 [ 199 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2382 rows, containing 5 columns (5 merged, 0 gathered) in 0.00435206 sec., 547327.0129547847 rows/sec., 41.94 MiB/sec.
10390 2024.10.22 17:03:43.006715 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
10391 2024.10.22 17:03:43.006759 [ 268 ] {b7f76fb1-1a19-4f3a-b60b-43d9cd5c7c5d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002854 sec., 56061.66783461808 rows/sec., 3.90 MiB/sec.
10392 2024.10.22 17:03:43.006778 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10393 2024.10.22 17:03:43.006852 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10394 2024.10.22 17:03:43.006915 [ 197 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10395 2024.10.22 17:03:43.007303 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
10396 2024.10.22 17:03:43.007445 [ 268 ] {b7f76fb1-1a19-4f3a-b60b-43d9cd5c7c5d} <Debug> DynamicQueryHandler: Done processing query
10397 2024.10.22 17:03:43.007534 [ 268 ] {b7f76fb1-1a19-4f3a-b60b-43d9cd5c7c5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10398 2024.10.22 17:03:43.007626 [ 268 ] {} <Debug> HTTP-Session: 772c86ef-34ec-4458-a588-7351117dc859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10399 2024.10.22 17:03:43.007912 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10400 2024.10.22 17:03:43.008004 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10401 2024.10.22 17:03:43.008097 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12384 rows starting from the beginning of the part
10402 2024.10.22 17:03:43.008260 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55505, User-Agent: (none), Length: 16459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10403 2024.10.22 17:03:43.008567 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10404 2024.10.22 17:03:43.008595 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 238 rows starting from the beginning of the part
10405 2024.10.22 17:03:43.008701 [ 261 ] {} <Debug> HTTP-Session: 7c37e1a0-1a54-4ef6-aeaa-1b4d1bbf20dd Authenticating user 'default' from [fd00:1122:3344:101::d]:55505
10406 2024.10.22 17:03:43.008832 [ 261 ] {} <Debug> HTTP-Session: 7c37e1a0-1a54-4ef6-aeaa-1b4d1bbf20dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10407 2024.10.22 17:03:43.008928 [ 261 ] {} <Debug> HTTP-Session: 7c37e1a0-1a54-4ef6-aeaa-1b4d1bbf20dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10408 2024.10.22 17:03:43.008954 [ 197 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_46_9} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10409 2024.10.22 17:03:43.009164 [ 261 ] {} <Trace> HTTP-Session: 7c37e1a0-1a54-4ef6-aeaa-1b4d1bbf20dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10410 2024.10.22 17:03:43.009179 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 997 rows starting from the beginning of the part
10411 2024.10.22 17:03:43.009504 [ 197 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_46_9} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10412 2024.10.22 17:03:43.009715 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 11 rows starting from the beginning of the part
10413 2024.10.22 17:03:43.009773 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
10414 2024.10.22 17:03:43.010024 [ 261 ] {bc9adfb2-e185-4d45-821b-56f8a2c7c5a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55505) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10415 2024.10.22 17:03:43.010034 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 240 rows starting from the beginning of the part
10416 2024.10.22 17:03:43.010363 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part
10417 2024.10.22 17:03:43.010403 [ 261 ] {bc9adfb2-e185-4d45-821b-56f8a2c7c5a5} <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
10418 2024.10.22 17:03:43.012185 [ 261 ] {bc9adfb2-e185-4d45-821b-56f8a2c7c5a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10419 2024.10.22 17:03:43.013486 [ 261 ] {bc9adfb2-e185-4d45-821b-56f8a2c7c5a5} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10420 2024.10.22 17:03:43.013553 [ 261 ] {bc9adfb2-e185-4d45-821b-56f8a2c7c5a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10421 2024.10.22 17:03:43.015374 [ 261 ] {bc9adfb2-e185-4d45-821b-56f8a2c7c5a5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10422 2024.10.22 17:03:43.016171 [ 261 ] {bc9adfb2-e185-4d45-821b-56f8a2c7c5a5} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10423 2024.10.22 17:03:43.016404 [ 261 ] {bc9adfb2-e185-4d45-821b-56f8a2c7c5a5} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.006839 sec., 1462.2020763269484 rows/sec., 2.62 MiB/sec.
10424 2024.10.22 17:03:43.017201 [ 261 ] {bc9adfb2-e185-4d45-821b-56f8a2c7c5a5} <Debug> DynamicQueryHandler: Done processing query
10425 2024.10.22 17:03:43.017230 [ 261 ] {bc9adfb2-e185-4d45-821b-56f8a2c7c5a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
10426 2024.10.22 17:03:43.017256 [ 261 ] {} <Debug> HTTP-Session: 7c37e1a0-1a54-4ef6-aeaa-1b4d1bbf20dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10427 2024.10.22 17:03:43.017428 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10428 2024.10.22 17:03:43.017533 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47230, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10429 2024.10.22 17:03:43.017687 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10430 2024.10.22 17:03:43.017714 [ 268 ] {} <Debug> HTTP-Session: 4effb827-a51a-4cf8-bc82-bd414baf30f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47230
10431 2024.10.22 17:03:43.017737 [ 268 ] {} <Debug> HTTP-Session: 4effb827-a51a-4cf8-bc82-bd414baf30f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10432 2024.10.22 17:03:43.017755 [ 268 ] {} <Debug> HTTP-Session: 4effb827-a51a-4cf8-bc82-bd414baf30f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10433 2024.10.22 17:03:43.017799 [ 268 ] {} <Trace> HTTP-Session: 4effb827-a51a-4cf8-bc82-bd414baf30f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10434 2024.10.22 17:03:43.018051 [ 268 ] {bd835659-635b-48a3-abaf-db8ce9f6bef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47230) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10435 2024.10.22 17:03:43.018181 [ 268 ] {bd835659-635b-48a3-abaf-db8ce9f6bef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10436 2024.10.22 17:03:43.018531 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14030 rows, containing 5 columns (5 merged, 0 gathered) in 0.011502553 sec., 1219729.220113135 rows/sec., 82.33 MiB/sec.
10437 2024.10.22 17:03:43.018671 [ 268 ] {bd835659-635b-48a3-abaf-db8ce9f6bef5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10438 2024.10.22 17:03:43.018981 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10439 2024.10.22 17:03:43.019257 [ 268 ] {bd835659-635b-48a3-abaf-db8ce9f6bef5} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10440 2024.10.22 17:03:43.019320 [ 268 ] {bd835659-635b-48a3-abaf-db8ce9f6bef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10441 2024.10.22 17:03:43.019973 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10442 2024.10.22 17:03:43.020163 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10443 2024.10.22 17:03:43.020266 [ 268 ] {bd835659-635b-48a3-abaf-db8ce9f6bef5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10444 2024.10.22 17:03:43.020300 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.61 MiB.
10445 2024.10.22 17:03:43.020661 [ 268 ] {bd835659-635b-48a3-abaf-db8ce9f6bef5} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10446 2024.10.22 17:03:43.020853 [ 30 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
10447 2024.10.22 17:03:43.020861 [ 268 ] {bd835659-635b-48a3-abaf-db8ce9f6bef5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0029 sec., 20689.655172413793 rows/sec., 1.39 MiB/sec.
10448 2024.10.22 17:03:43.020905 [ 30 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10449 2024.10.22 17:03:43.020970 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10450 2024.10.22 17:03:43.021193 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
10451 2024.10.22 17:03:43.021213 [ 268 ] {bd835659-635b-48a3-abaf-db8ce9f6bef5} <Debug> DynamicQueryHandler: Done processing query
10452 2024.10.22 17:03:43.021263 [ 268 ] {bd835659-635b-48a3-abaf-db8ce9f6bef5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10453 2024.10.22 17:03:43.021304 [ 268 ] {} <Debug> HTTP-Session: 4effb827-a51a-4cf8-bc82-bd414baf30f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10454 2024.10.22 17:03:43.021423 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10455 2024.10.22 17:03:43.021461 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2382 rows starting from the beginning of the part
10456 2024.10.22 17:03:43.021534 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part
10457 2024.10.22 17:03:43.021696 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part
10458 2024.10.22 17:03:43.021706 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47230, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10459 2024.10.22 17:03:43.022045 [ 268 ] {} <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):
10460 
10461 (version 23.8.7.1)
10462 2024.10.22 17:03:43.022062 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part
10463 2024.10.22 17:03:43.022183 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part
10464 2024.10.22 17:03:43.022274 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part
10465 2024.10.22 17:03:43.023557 [ 200 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2666 rows, containing 4 columns (4 merged, 0 gathered) in 0.002465367 sec., 1081380.5814712374 rows/sec., 70.51 MiB/sec.
10466 2024.10.22 17:03:43.023794 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10467 2024.10.22 17:03:43.024159 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_46_9} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10468 2024.10.22 17:03:43.024239 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_46_9} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10469 2024.10.22 17:03:43.024311 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
10470 2024.10.22 17:03:43.137086 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10471 2024.10.22 17:03:43.230452 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46601, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10472 2024.10.22 17:03:43.264782 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10473 2024.10.22 17:03:43.271055 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10474 2024.10.22 17:03:43.273327 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49825, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10475 2024.10.22 17:03:43.276568 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10476 2024.10.22 17:03:43.288820 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10477 2024.10.22 17:03:43.291064 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10478 2024.10.22 17:03:43.293300 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45119, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10479 2024.10.22 17:03:44.000204 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.50 MiB, peak 179.24 MiB, free memory in arenas 0.00 B, will set to 171.79 MiB (RSS), difference: 6.29 MiB
10480 2024.10.22 17:03:47.126799 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache
10481 2024.10.22 17:03:47.126863 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache
10482 2024.10.22 17:03:47.331736 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 914
10483 2024.10.22 17:03:47.334658 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10484 2024.10.22 17:03:47.334718 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10485 2024.10.22 17:03:47.336223 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10486 2024.10.22 17:03:47.337233 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10487 2024.10.22 17:03:47.337450 [ 77 ] {} <Debug> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
10488 2024.10.22 17:03:47.337566 [ 77 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10489 2024.10.22 17:03:47.337624 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10490 2024.10.22 17:03:47.338015 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::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
10491 2024.10.22 17:03:47.338806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 914
10492 2024.10.22 17:03:47.339468 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10493 2024.10.22 17:03:47.339646 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 708 rows starting from the beginning of the part
10494 2024.10.22 17:03:47.340166 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 44 rows starting from the beginning of the part
10495 2024.10.22 17:03:47.340620 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part
10496 2024.10.22 17:03:47.341058 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 38 rows starting from the beginning of the part
10497 2024.10.22 17:03:47.341707 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 52 rows starting from the beginning of the part
10498 2024.10.22 17:03:47.342296 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part
10499 2024.10.22 17:03:47.350545 [ 200 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 914 rows, containing 72 columns (72 merged, 0 gathered) in 0.012777373 sec., 71532.70081416579 rows/sec., 50.35 MiB/sec.
10500 2024.10.22 17:03:47.352036 [ 196 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
10501 2024.10.22 17:03:47.353846 [ 196 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_21_4} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10502 2024.10.22 17:03:47.353948 [ 196 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_21_4} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
10503 2024.10.22 17:03:47.354329 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB.
10504 2024.10.22 17:03:47.994734 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55505, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10505 2024.10.22 17:03:47.994846 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10506 2024.10.22 17:03:47.994872 [ 261 ] {} <Debug> HTTP-Session: 58ece90f-1768-4192-8f4d-2c50936fa059 Authenticating user 'default' from [fd00:1122:3344:101::d]:55505
10507 2024.10.22 17:03:47.994895 [ 261 ] {} <Debug> HTTP-Session: 58ece90f-1768-4192-8f4d-2c50936fa059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10508 2024.10.22 17:03:47.994909 [ 261 ] {} <Debug> HTTP-Session: 58ece90f-1768-4192-8f4d-2c50936fa059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10509 2024.10.22 17:03:47.994959 [ 261 ] {} <Trace> HTTP-Session: 58ece90f-1768-4192-8f4d-2c50936fa059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10510 2024.10.22 17:03:47.995145 [ 261 ] {a2d00ab4-a8de-4d13-935b-5bf022d7f812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55505) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
10511 2024.10.22 17:03:47.995210 [ 261 ] {a2d00ab4-a8de-4d13-935b-5bf022d7f812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
10512 2024.10.22 17:03:47.995546 [ 261 ] {a2d00ab4-a8de-4d13-935b-5bf022d7f812} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10513 2024.10.22 17:03:47.996073 [ 261 ] {a2d00ab4-a8de-4d13-935b-5bf022d7f812} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10514 2024.10.22 17:03:47.996122 [ 261 ] {a2d00ab4-a8de-4d13-935b-5bf022d7f812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10515 2024.10.22 17:03:47.996556 [ 261 ] {a2d00ab4-a8de-4d13-935b-5bf022d7f812} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10516 2024.10.22 17:03:47.996952 [ 261 ] {a2d00ab4-a8de-4d13-935b-5bf022d7f812} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10517 2024.10.22 17:03:47.997121 [ 261 ] {a2d00ab4-a8de-4d13-935b-5bf022d7f812} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002026 sec., 5923.000987166831 rows/sec., 413.57 KiB/sec.
10518 2024.10.22 17:03:47.997352 [ 261 ] {a2d00ab4-a8de-4d13-935b-5bf022d7f812} <Debug> DynamicQueryHandler: Done processing query
10519 2024.10.22 17:03:47.997380 [ 261 ] {a2d00ab4-a8de-4d13-935b-5bf022d7f812} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10520 2024.10.22 17:03:47.997397 [ 261 ] {} <Debug> HTTP-Session: 58ece90f-1768-4192-8f4d-2c50936fa059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10521 2024.10.22 17:03:47.997611 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10522 2024.10.22 17:03:47.997755 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 39219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10523 2024.10.22 17:03:47.997820 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10524 2024.10.22 17:03:47.997841 [ 283 ] {} <Debug> HTTP-Session: 67432987-ff11-44a0-b32d-c3927cddad31 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513
10525 2024.10.22 17:03:47.997859 [ 283 ] {} <Debug> HTTP-Session: 67432987-ff11-44a0-b32d-c3927cddad31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10526 2024.10.22 17:03:47.997873 [ 283 ] {} <Debug> HTTP-Session: 67432987-ff11-44a0-b32d-c3927cddad31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10527 2024.10.22 17:03:47.997909 [ 283 ] {} <Trace> HTTP-Session: 67432987-ff11-44a0-b32d-c3927cddad31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10528 2024.10.22 17:03:47.998104 [ 283 ] {dd8c8882-d2e2-4c16-9d55-2ebf71383a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10529 2024.10.22 17:03:47.998153 [ 283 ] {dd8c8882-d2e2-4c16-9d55-2ebf71383a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10530 2024.10.22 17:03:47.998388 [ 283 ] {dd8c8882-d2e2-4c16-9d55-2ebf71383a77} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10531 2024.10.22 17:03:47.998902 [ 283 ] {dd8c8882-d2e2-4c16-9d55-2ebf71383a77} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10532 2024.10.22 17:03:47.998941 [ 283 ] {dd8c8882-d2e2-4c16-9d55-2ebf71383a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10533 2024.10.22 17:03:47.999329 [ 283 ] {dd8c8882-d2e2-4c16-9d55-2ebf71383a77} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10534 2024.10.22 17:03:47.999691 [ 283 ] {dd8c8882-d2e2-4c16-9d55-2ebf71383a77} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10535 2024.10.22 17:03:47.999844 [ 283 ] {dd8c8882-d2e2-4c16-9d55-2ebf71383a77} <Debug> executeQuery: Read 261 rows, 23.40 KiB in 0.001831 sec., 142545.05734571273 rows/sec., 12.48 MiB/sec.
10536 2024.10.22 17:03:48.000032 [ 283 ] {dd8c8882-d2e2-4c16-9d55-2ebf71383a77} <Debug> DynamicQueryHandler: Done processing query
10537 2024.10.22 17:03:48.000056 [ 283 ] {dd8c8882-d2e2-4c16-9d55-2ebf71383a77} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
10538 2024.10.22 17:03:48.000073 [ 283 ] {} <Debug> HTTP-Session: 67432987-ff11-44a0-b32d-c3927cddad31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10539 2024.10.22 17:03:48.000271 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10540 2024.10.22 17:03:48.000322 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34466, User-Agent: (none), Length: 4347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10541 2024.10.22 17:03:48.000394 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10542 2024.10.22 17:03:48.000418 [ 261 ] {} <Debug> HTTP-Session: 2a2c205f-e759-4013-a001-ef0b7ddbfe78 Authenticating user 'default' from [fd00:1122:3344:101::d]:34466
10543 2024.10.22 17:03:48.000440 [ 261 ] {} <Debug> HTTP-Session: 2a2c205f-e759-4013-a001-ef0b7ddbfe78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10544 2024.10.22 17:03:48.000457 [ 261 ] {} <Debug> HTTP-Session: 2a2c205f-e759-4013-a001-ef0b7ddbfe78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10545 2024.10.22 17:03:48.000497 [ 261 ] {} <Trace> HTTP-Session: 2a2c205f-e759-4013-a001-ef0b7ddbfe78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10546 2024.10.22 17:03:48.000635 [ 261 ] {8939f26c-7a58-4a0a-8be2-35bace67f052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34466) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10547 2024.10.22 17:03:48.000690 [ 261 ] {8939f26c-7a58-4a0a-8be2-35bace67f052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10548 2024.10.22 17:03:48.000986 [ 261 ] {8939f26c-7a58-4a0a-8be2-35bace67f052} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10549 2024.10.22 17:03:48.001155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.09 MiB, peak 179.24 MiB, free memory in arenas 0.00 B, will set to 171.84 MiB (RSS), difference: -1.24 MiB
10550 2024.10.22 17:03:48.001735 [ 261 ] {8939f26c-7a58-4a0a-8be2-35bace67f052} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10551 2024.10.22 17:03:48.001797 [ 261 ] {8939f26c-7a58-4a0a-8be2-35bace67f052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10552 2024.10.22 17:03:48.002170 [ 261 ] {8939f26c-7a58-4a0a-8be2-35bace67f052} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10553 2024.10.22 17:03:48.002553 [ 261 ] {8939f26c-7a58-4a0a-8be2-35bace67f052} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10554 2024.10.22 17:03:48.002717 [ 261 ] {8939f26c-7a58-4a0a-8be2-35bace67f052} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.002116 sec., 14177.693761814746 rows/sec., 1.04 MiB/sec.
10555 2024.10.22 17:03:48.002727 [ 61 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10556 2024.10.22 17:03:48.002828 [ 61 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10557 2024.10.22 17:03:48.002887 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10558 2024.10.22 17:03:48.003026 [ 261 ] {8939f26c-7a58-4a0a-8be2-35bace67f052} <Debug> DynamicQueryHandler: Done processing query
10559 2024.10.22 17:03:48.003075 [ 261 ] {8939f26c-7a58-4a0a-8be2-35bace67f052} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10560 2024.10.22 17:03:48.003082 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
10561 2024.10.22 17:03:48.003098 [ 261 ] {} <Debug> HTTP-Session: 2a2c205f-e759-4013-a001-ef0b7ddbfe78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10562 2024.10.22 17:03:48.003271 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10563 2024.10.22 17:03:48.003307 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10564 2024.10.22 17:03:48.003348 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 58 rows starting from the beginning of the part
10565 2024.10.22 17:03:48.003450 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58460, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10566 2024.10.22 17:03:48.003622 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part
10567 2024.10.22 17:03:48.003671 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10568 2024.10.22 17:03:48.003821 [ 283 ] {} <Debug> HTTP-Session: d08bf1a8-9c6c-4ea8-8ea2-c80e9c94a313 Authenticating user 'default' from [fd00:1122:3344:101::d]:58460
10569 2024.10.22 17:03:48.003936 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part
10570 2024.10.22 17:03:48.003945 [ 283 ] {} <Debug> HTTP-Session: d08bf1a8-9c6c-4ea8-8ea2-c80e9c94a313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10571 2024.10.22 17:03:48.004036 [ 283 ] {} <Debug> HTTP-Session: d08bf1a8-9c6c-4ea8-8ea2-c80e9c94a313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10572 2024.10.22 17:03:48.004238 [ 283 ] {} <Trace> HTTP-Session: d08bf1a8-9c6c-4ea8-8ea2-c80e9c94a313 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10573 2024.10.22 17:03:48.004265 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 36 rows starting from the beginning of the part
10574 2024.10.22 17:03:48.004587 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 10 rows starting from the beginning of the part
10575 2024.10.22 17:03:48.004710 [ 283 ] {997050f8-cd66-4504-b80c-db5414d9e2dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58460) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10576 2024.10.22 17:03:48.004880 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part
10577 2024.10.22 17:03:48.004906 [ 283 ] {997050f8-cd66-4504-b80c-db5414d9e2dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10578 2024.10.22 17:03:48.005965 [ 283 ] {997050f8-cd66-4504-b80c-db5414d9e2dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10579 2024.10.22 17:03:48.006871 [ 283 ] {997050f8-cd66-4504-b80c-db5414d9e2dd} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10580 2024.10.22 17:03:48.006946 [ 283 ] {997050f8-cd66-4504-b80c-db5414d9e2dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10581 2024.10.22 17:03:48.008244 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 5 columns (5 merged, 0 gathered) in 0.005267021 sec., 28099.375339494563 rows/sec., 2.14 MiB/sec.
10582 2024.10.22 17:03:48.008255 [ 283 ] {997050f8-cd66-4504-b80c-db5414d9e2dd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
10583 2024.10.22 17:03:48.008433 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10584 2024.10.22 17:03:48.009215 [ 283 ] {997050f8-cd66-4504-b80c-db5414d9e2dd} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10585 2024.10.22 17:03:48.009501 [ 201 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_36_7} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10586 2024.10.22 17:03:48.009591 [ 283 ] {997050f8-cd66-4504-b80c-db5414d9e2dd} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.005035 sec., 4170.804369414101 rows/sec., 288.02 KiB/sec.
10587 2024.10.22 17:03:48.009877 [ 201 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_36_7} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10588 2024.10.22 17:03:48.010236 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10589 2024.10.22 17:03:48.010284 [ 283 ] {997050f8-cd66-4504-b80c-db5414d9e2dd} <Debug> DynamicQueryHandler: Done processing query
10590 2024.10.22 17:03:48.010364 [ 283 ] {997050f8-cd66-4504-b80c-db5414d9e2dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10591 2024.10.22 17:03:48.010407 [ 283 ] {} <Debug> HTTP-Session: d08bf1a8-9c6c-4ea8-8ea2-c80e9c94a313 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10592 2024.10.22 17:03:48.010605 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10593 2024.10.22 17:03:48.010715 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48032, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10594 2024.10.22 17:03:48.010783 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10595 2024.10.22 17:03:48.010804 [ 261 ] {} <Debug> HTTP-Session: 8d13f3f8-0d49-48d5-8756-a7e53f80020b Authenticating user 'default' from [fd00:1122:3344:101::d]:48032
10596 2024.10.22 17:03:48.010824 [ 261 ] {} <Debug> HTTP-Session: 8d13f3f8-0d49-48d5-8756-a7e53f80020b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10597 2024.10.22 17:03:48.010841 [ 261 ] {} <Debug> HTTP-Session: 8d13f3f8-0d49-48d5-8756-a7e53f80020b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10598 2024.10.22 17:03:48.010875 [ 261 ] {} <Trace> HTTP-Session: 8d13f3f8-0d49-48d5-8756-a7e53f80020b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10599 2024.10.22 17:03:48.010995 [ 261 ] {71f1d05b-c8e9-49b8-aa6f-d91479790fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48032) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10600 2024.10.22 17:03:48.011041 [ 261 ] {71f1d05b-c8e9-49b8-aa6f-d91479790fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10601 2024.10.22 17:03:48.011309 [ 261 ] {71f1d05b-c8e9-49b8-aa6f-d91479790fbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10602 2024.10.22 17:03:48.011652 [ 261 ] {71f1d05b-c8e9-49b8-aa6f-d91479790fbb} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10603 2024.10.22 17:03:48.011690 [ 261 ] {71f1d05b-c8e9-49b8-aa6f-d91479790fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10604 2024.10.22 17:03:48.012061 [ 261 ] {71f1d05b-c8e9-49b8-aa6f-d91479790fbb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10605 2024.10.22 17:03:48.012437 [ 261 ] {71f1d05b-c8e9-49b8-aa6f-d91479790fbb} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10606 2024.10.22 17:03:48.012607 [ 261 ] {71f1d05b-c8e9-49b8-aa6f-d91479790fbb} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.00164 sec., 7317.073170731707 rows/sec., 450.17 KiB/sec.
10607 2024.10.22 17:03:48.012863 [ 261 ] {71f1d05b-c8e9-49b8-aa6f-d91479790fbb} <Debug> DynamicQueryHandler: Done processing query
10608 2024.10.22 17:03:48.012889 [ 261 ] {71f1d05b-c8e9-49b8-aa6f-d91479790fbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10609 2024.10.22 17:03:48.012905 [ 261 ] {} <Debug> HTTP-Session: 8d13f3f8-0d49-48d5-8756-a7e53f80020b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10610 2024.10.22 17:03:48.013116 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10611 2024.10.22 17:03:48.013213 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38647, User-Agent: (none), Length: 66853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10612 2024.10.22 17:03:48.013295 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10613 2024.10.22 17:03:48.013327 [ 270 ] {} <Debug> HTTP-Session: 7be5a761-e799-49ae-ab5f-675ca5a94d68 Authenticating user 'default' from [fd00:1122:3344:101::d]:38647
10614 2024.10.22 17:03:48.013352 [ 270 ] {} <Debug> HTTP-Session: 7be5a761-e799-49ae-ab5f-675ca5a94d68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10615 2024.10.22 17:03:48.013372 [ 270 ] {} <Debug> HTTP-Session: 7be5a761-e799-49ae-ab5f-675ca5a94d68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10616 2024.10.22 17:03:48.013428 [ 270 ] {} <Trace> HTTP-Session: 7be5a761-e799-49ae-ab5f-675ca5a94d68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10617 2024.10.22 17:03:48.013774 [ 270 ] {51ff4a09-a89b-4043-b97d-9ae5800093d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38647) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10618 2024.10.22 17:03:48.013837 [ 270 ] {51ff4a09-a89b-4043-b97d-9ae5800093d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10619 2024.10.22 17:03:48.014170 [ 270 ] {51ff4a09-a89b-4043-b97d-9ae5800093d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10620 2024.10.22 17:03:48.014886 [ 270 ] {51ff4a09-a89b-4043-b97d-9ae5800093d6} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10621 2024.10.22 17:03:48.014935 [ 270 ] {51ff4a09-a89b-4043-b97d-9ae5800093d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10622 2024.10.22 17:03:48.015449 [ 270 ] {51ff4a09-a89b-4043-b97d-9ae5800093d6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10623 2024.10.22 17:03:48.016068 [ 270 ] {51ff4a09-a89b-4043-b97d-9ae5800093d6} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10624 2024.10.22 17:03:48.016273 [ 270 ] {51ff4a09-a89b-4043-b97d-9ae5800093d6} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.002678 sec., 153846.15384615384 rows/sec., 10.97 MiB/sec.
10625 2024.10.22 17:03:48.016496 [ 270 ] {51ff4a09-a89b-4043-b97d-9ae5800093d6} <Debug> DynamicQueryHandler: Done processing query
10626 2024.10.22 17:03:48.016528 [ 270 ] {51ff4a09-a89b-4043-b97d-9ae5800093d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
10627 2024.10.22 17:03:48.016553 [ 270 ] {} <Debug> HTTP-Session: 7be5a761-e799-49ae-ab5f-675ca5a94d68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10628 2024.10.22 17:03:48.016765 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10629 2024.10.22 17:03:48.016819 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47712, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10630 2024.10.22 17:03:48.016880 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10631 2024.10.22 17:03:48.016903 [ 261 ] {} <Debug> HTTP-Session: 447aee05-4517-4c22-9cfa-60980a77e684 Authenticating user 'default' from [fd00:1122:3344:101::d]:47712
10632 2024.10.22 17:03:48.016923 [ 261 ] {} <Debug> HTTP-Session: 447aee05-4517-4c22-9cfa-60980a77e684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10633 2024.10.22 17:03:48.016937 [ 261 ] {} <Debug> HTTP-Session: 447aee05-4517-4c22-9cfa-60980a77e684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10634 2024.10.22 17:03:48.016969 [ 261 ] {} <Trace> HTTP-Session: 447aee05-4517-4c22-9cfa-60980a77e684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10635 2024.10.22 17:03:48.017082 [ 261 ] {a427f1a3-9512-4f90-81f0-c7eac04127dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47712) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10636 2024.10.22 17:03:48.017130 [ 261 ] {a427f1a3-9512-4f90-81f0-c7eac04127dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10637 2024.10.22 17:03:48.017264 [ 261 ] {a427f1a3-9512-4f90-81f0-c7eac04127dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10638 2024.10.22 17:03:48.017547 [ 261 ] {a427f1a3-9512-4f90-81f0-c7eac04127dd} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10639 2024.10.22 17:03:48.017583 [ 261 ] {a427f1a3-9512-4f90-81f0-c7eac04127dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10640 2024.10.22 17:03:48.017948 [ 261 ] {a427f1a3-9512-4f90-81f0-c7eac04127dd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10641 2024.10.22 17:03:48.018447 [ 261 ] {a427f1a3-9512-4f90-81f0-c7eac04127dd} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10642 2024.10.22 17:03:48.018669 [ 261 ] {a427f1a3-9512-4f90-81f0-c7eac04127dd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00161 sec., 3726.7080745341614 rows/sec., 194.71 KiB/sec.
10643 2024.10.22 17:03:48.019070 [ 261 ] {a427f1a3-9512-4f90-81f0-c7eac04127dd} <Debug> DynamicQueryHandler: Done processing query
10644 2024.10.22 17:03:48.019105 [ 261 ] {a427f1a3-9512-4f90-81f0-c7eac04127dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10645 2024.10.22 17:03:48.019130 [ 261 ] {} <Debug> HTTP-Session: 447aee05-4517-4c22-9cfa-60980a77e684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10646 2024.10.22 17:03:48.019331 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10647 2024.10.22 17:03:48.019423 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59049, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10648 2024.10.22 17:03:48.019496 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10649 2024.10.22 17:03:48.019522 [ 270 ] {} <Debug> HTTP-Session: c695849d-4b89-4ae0-ada3-550774cca583 Authenticating user 'default' from [fd00:1122:3344:101::d]:59049
10650 2024.10.22 17:03:48.019546 [ 270 ] {} <Debug> HTTP-Session: c695849d-4b89-4ae0-ada3-550774cca583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10651 2024.10.22 17:03:48.019565 [ 270 ] {} <Debug> HTTP-Session: c695849d-4b89-4ae0-ada3-550774cca583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10652 2024.10.22 17:03:48.019607 [ 270 ] {} <Trace> HTTP-Session: c695849d-4b89-4ae0-ada3-550774cca583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10653 2024.10.22 17:03:48.019939 [ 270 ] {37f37aea-b668-40d6-b37e-a3ed4102a656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59049) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10654 2024.10.22 17:03:48.020007 [ 270 ] {37f37aea-b668-40d6-b37e-a3ed4102a656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10655 2024.10.22 17:03:48.020246 [ 270 ] {37f37aea-b668-40d6-b37e-a3ed4102a656} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10656 2024.10.22 17:03:48.020758 [ 270 ] {37f37aea-b668-40d6-b37e-a3ed4102a656} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10657 2024.10.22 17:03:48.020822 [ 270 ] {37f37aea-b668-40d6-b37e-a3ed4102a656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10658 2024.10.22 17:03:48.021268 [ 270 ] {37f37aea-b668-40d6-b37e-a3ed4102a656} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10659 2024.10.22 17:03:48.021692 [ 270 ] {37f37aea-b668-40d6-b37e-a3ed4102a656} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10660 2024.10.22 17:03:48.021872 [ 270 ] {37f37aea-b668-40d6-b37e-a3ed4102a656} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002136 sec., 110955.05617977529 rows/sec., 7.44 MiB/sec.
10661 2024.10.22 17:03:48.022074 [ 270 ] {37f37aea-b668-40d6-b37e-a3ed4102a656} <Debug> DynamicQueryHandler: Done processing query
10662 2024.10.22 17:03:48.022099 [ 270 ] {37f37aea-b668-40d6-b37e-a3ed4102a656} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
10663 2024.10.22 17:03:48.022116 [ 270 ] {} <Debug> HTTP-Session: c695849d-4b89-4ae0-ada3-550774cca583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10664 2024.10.22 17:03:48.022319 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10665 2024.10.22 17:03:48.022332 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47712, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10666 2024.10.22 17:03:48.022401 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10667 2024.10.22 17:03:48.022434 [ 261 ] {} <Debug> HTTP-Session: d961fc11-dcb0-473d-9786-f8116a16a0a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47712
10668 2024.10.22 17:03:48.022455 [ 261 ] {} <Debug> HTTP-Session: d961fc11-dcb0-473d-9786-f8116a16a0a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10669 2024.10.22 17:03:48.022470 [ 261 ] {} <Debug> HTTP-Session: d961fc11-dcb0-473d-9786-f8116a16a0a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10670 2024.10.22 17:03:48.022502 [ 261 ] {} <Trace> HTTP-Session: d961fc11-dcb0-473d-9786-f8116a16a0a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10671 2024.10.22 17:03:48.022604 [ 261 ] {a3569e05-9fdb-4c89-b4b0-47bf5c15a04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47712) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
10672 2024.10.22 17:03:48.022650 [ 261 ] {a3569e05-9fdb-4c89-b4b0-47bf5c15a04f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10673 2024.10.22 17:03:48.022790 [ 261 ] {a3569e05-9fdb-4c89-b4b0-47bf5c15a04f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10674 2024.10.22 17:03:48.023094 [ 261 ] {a3569e05-9fdb-4c89-b4b0-47bf5c15a04f} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10675 2024.10.22 17:03:48.023132 [ 261 ] {a3569e05-9fdb-4c89-b4b0-47bf5c15a04f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10676 2024.10.22 17:03:48.023591 [ 261 ] {a3569e05-9fdb-4c89-b4b0-47bf5c15a04f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10677 2024.10.22 17:03:48.023952 [ 261 ] {a3569e05-9fdb-4c89-b4b0-47bf5c15a04f} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10678 2024.10.22 17:03:48.024127 [ 261 ] {a3569e05-9fdb-4c89-b4b0-47bf5c15a04f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001534 sec., 651.890482398957 rows/sec., 43.93 KiB/sec.
10679 2024.10.22 17:03:48.024322 [ 261 ] {a3569e05-9fdb-4c89-b4b0-47bf5c15a04f} <Debug> DynamicQueryHandler: Done processing query
10680 2024.10.22 17:03:48.024347 [ 261 ] {a3569e05-9fdb-4c89-b4b0-47bf5c15a04f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
10681 2024.10.22 17:03:48.024363 [ 261 ] {} <Debug> HTTP-Session: d961fc11-dcb0-473d-9786-f8116a16a0a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10682 2024.10.22 17:03:48.024576 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10683 2024.10.22 17:03:48.024742 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47377, User-Agent: (none), Length: 50254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10684 2024.10.22 17:03:48.024819 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10685 2024.10.22 17:03:48.024851 [ 270 ] {} <Debug> HTTP-Session: d9a0b0ee-2245-402f-b465-2f6cec43e0d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47377
10686 2024.10.22 17:03:48.024877 [ 270 ] {} <Debug> HTTP-Session: d9a0b0ee-2245-402f-b465-2f6cec43e0d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10687 2024.10.22 17:03:48.024899 [ 270 ] {} <Debug> HTTP-Session: d9a0b0ee-2245-402f-b465-2f6cec43e0d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10688 2024.10.22 17:03:48.024942 [ 270 ] {} <Trace> HTTP-Session: d9a0b0ee-2245-402f-b465-2f6cec43e0d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10689 2024.10.22 17:03:48.025419 [ 270 ] {1bdf9245-8b8a-40e4-b2ce-bb163c043b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47377) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10690 2024.10.22 17:03:48.025499 [ 270 ] {1bdf9245-8b8a-40e4-b2ce-bb163c043b98} <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
10691 2024.10.22 17:03:48.025994 [ 270 ] {1bdf9245-8b8a-40e4-b2ce-bb163c043b98} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10692 2024.10.22 17:03:48.026762 [ 270 ] {1bdf9245-8b8a-40e4-b2ce-bb163c043b98} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10693 2024.10.22 17:03:48.026801 [ 270 ] {1bdf9245-8b8a-40e4-b2ce-bb163c043b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10694 2024.10.22 17:03:48.027467 [ 270 ] {1bdf9245-8b8a-40e4-b2ce-bb163c043b98} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10695 2024.10.22 17:03:48.027907 [ 270 ] {1bdf9245-8b8a-40e4-b2ce-bb163c043b98} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10696 2024.10.22 17:03:48.028113 [ 270 ] {1bdf9245-8b8a-40e4-b2ce-bb163c043b98} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00303 sec., 9900.990099009901 rows/sec., 17.74 MiB/sec.
10697 2024.10.22 17:03:48.028403 [ 270 ] {1bdf9245-8b8a-40e4-b2ce-bb163c043b98} <Debug> DynamicQueryHandler: Done processing query
10698 2024.10.22 17:03:48.028428 [ 270 ] {1bdf9245-8b8a-40e4-b2ce-bb163c043b98} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
10699 2024.10.22 17:03:48.028444 [ 270 ] {} <Debug> HTTP-Session: d9a0b0ee-2245-402f-b465-2f6cec43e0d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10700 2024.10.22 17:03:48.028603 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10701 2024.10.22 17:03:48.028705 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41005, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10702 2024.10.22 17:03:48.028781 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10703 2024.10.22 17:03:48.028814 [ 261 ] {} <Debug> HTTP-Session: 45f899f4-662c-41f0-a21a-d32ed228c63e Authenticating user 'default' from [fd00:1122:3344:101::d]:41005
10704 2024.10.22 17:03:48.028839 [ 261 ] {} <Debug> HTTP-Session: 45f899f4-662c-41f0-a21a-d32ed228c63e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10705 2024.10.22 17:03:48.028859 [ 261 ] {} <Debug> HTTP-Session: 45f899f4-662c-41f0-a21a-d32ed228c63e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10706 2024.10.22 17:03:48.028901 [ 261 ] {} <Trace> HTTP-Session: 45f899f4-662c-41f0-a21a-d32ed228c63e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10707 2024.10.22 17:03:48.029083 [ 261 ] {78453f19-2ff0-4c19-b2af-53d58649efe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41005) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10708 2024.10.22 17:03:48.029141 [ 261 ] {78453f19-2ff0-4c19-b2af-53d58649efe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10709 2024.10.22 17:03:48.029340 [ 261 ] {78453f19-2ff0-4c19-b2af-53d58649efe4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10710 2024.10.22 17:03:48.029710 [ 261 ] {78453f19-2ff0-4c19-b2af-53d58649efe4} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10711 2024.10.22 17:03:48.029746 [ 261 ] {78453f19-2ff0-4c19-b2af-53d58649efe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10712 2024.10.22 17:03:48.030167 [ 261 ] {78453f19-2ff0-4c19-b2af-53d58649efe4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10713 2024.10.22 17:03:48.030613 [ 261 ] {78453f19-2ff0-4c19-b2af-53d58649efe4} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10714 2024.10.22 17:03:48.030773 [ 261 ] {78453f19-2ff0-4c19-b2af-53d58649efe4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001762 sec., 46538.024971623156 rows/sec., 2.96 MiB/sec.
10715 2024.10.22 17:03:48.030980 [ 261 ] {78453f19-2ff0-4c19-b2af-53d58649efe4} <Debug> DynamicQueryHandler: Done processing query
10716 2024.10.22 17:03:48.031015 [ 261 ] {78453f19-2ff0-4c19-b2af-53d58649efe4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10717 2024.10.22 17:03:48.031040 [ 261 ] {} <Debug> HTTP-Session: 45f899f4-662c-41f0-a21a-d32ed228c63e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10718 2024.10.22 17:03:48.031403 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10719 2024.10.22 17:03:51.217625 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57349, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10720 2024.10.22 17:03:52.989755 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41991, User-Agent: (none), Length: 10909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10721 2024.10.22 17:03:52.989875 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10722 2024.10.22 17:03:52.989906 [ 261 ] {} <Debug> HTTP-Session: 94a1b435-3e97-4baa-984d-495c60ce0eab Authenticating user 'default' from [fd00:1122:3344:101::d]:41991
10723 2024.10.22 17:03:52.989934 [ 261 ] {} <Debug> HTTP-Session: 94a1b435-3e97-4baa-984d-495c60ce0eab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10724 2024.10.22 17:03:52.989953 [ 261 ] {} <Debug> HTTP-Session: 94a1b435-3e97-4baa-984d-495c60ce0eab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10725 2024.10.22 17:03:52.990008 [ 261 ] {} <Trace> HTTP-Session: 94a1b435-3e97-4baa-984d-495c60ce0eab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10726 2024.10.22 17:03:52.990232 [ 261 ] {c4fd1ef3-06e4-41ba-93cb-bf674977b69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41991) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10727 2024.10.22 17:03:52.990304 [ 261 ] {c4fd1ef3-06e4-41ba-93cb-bf674977b69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10728 2024.10.22 17:03:52.990646 [ 261 ] {c4fd1ef3-06e4-41ba-93cb-bf674977b69e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10729 2024.10.22 17:03:52.991137 [ 261 ] {c4fd1ef3-06e4-41ba-93cb-bf674977b69e} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10730 2024.10.22 17:03:52.991181 [ 261 ] {c4fd1ef3-06e4-41ba-93cb-bf674977b69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10731 2024.10.22 17:03:52.991620 [ 261 ] {c4fd1ef3-06e4-41ba-93cb-bf674977b69e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10732 2024.10.22 17:03:52.992009 [ 261 ] {c4fd1ef3-06e4-41ba-93cb-bf674977b69e} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10733 2024.10.22 17:03:52.992161 [ 261 ] {c4fd1ef3-06e4-41ba-93cb-bf674977b69e} <Debug> executeQuery: Read 76 rows, 6.27 KiB in 0.002007 sec., 37867.463876432485 rows/sec., 3.05 MiB/sec.
10734 2024.10.22 17:03:52.992512 [ 261 ] {c4fd1ef3-06e4-41ba-93cb-bf674977b69e} <Debug> DynamicQueryHandler: Done processing query
10735 2024.10.22 17:03:52.992569 [ 261 ] {c4fd1ef3-06e4-41ba-93cb-bf674977b69e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10736 2024.10.22 17:03:52.992607 [ 261 ] {} <Debug> HTTP-Session: 94a1b435-3e97-4baa-984d-495c60ce0eab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10737 2024.10.22 17:03:52.992751 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41991, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10738 2024.10.22 17:03:52.992780 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47377, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10739 2024.10.22 17:03:52.992870 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10740 2024.10.22 17:03:52.992905 [ 270 ] {} <Debug> HTTP-Session: 9e5a0c4f-1d5b-44a3-9532-ed2a57a8c237 Authenticating user 'default' from [fd00:1122:3344:101::d]:47377
10741 2024.10.22 17:03:52.992934 [ 270 ] {} <Debug> HTTP-Session: 9e5a0c4f-1d5b-44a3-9532-ed2a57a8c237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10742 2024.10.22 17:03:52.992956 [ 270 ] {} <Debug> HTTP-Session: 9e5a0c4f-1d5b-44a3-9532-ed2a57a8c237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10743 2024.10.22 17:03:52.993005 [ 270 ] {} <Trace> HTTP-Session: 9e5a0c4f-1d5b-44a3-9532-ed2a57a8c237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10744 2024.10.22 17:03:52.993162 [ 270 ] {eb45df10-48ab-4358-b0db-7d084841569f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47377) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10745 2024.10.22 17:03:52.993229 [ 270 ] {eb45df10-48ab-4358-b0db-7d084841569f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10746 2024.10.22 17:03:52.993593 [ 270 ] {eb45df10-48ab-4358-b0db-7d084841569f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10747 2024.10.22 17:03:52.994003 [ 270 ] {eb45df10-48ab-4358-b0db-7d084841569f} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10748 2024.10.22 17:03:52.994050 [ 270 ] {eb45df10-48ab-4358-b0db-7d084841569f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10749 2024.10.22 17:03:52.994564 [ 270 ] {eb45df10-48ab-4358-b0db-7d084841569f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10750 2024.10.22 17:03:52.995130 [ 270 ] {eb45df10-48ab-4358-b0db-7d084841569f} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10751 2024.10.22 17:03:52.995303 [ 270 ] {eb45df10-48ab-4358-b0db-7d084841569f} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.002188 sec., 4570.383912248629 rows/sec., 343.67 KiB/sec.
10752 2024.10.22 17:03:52.995529 [ 270 ] {eb45df10-48ab-4358-b0db-7d084841569f} <Debug> DynamicQueryHandler: Done processing query
10753 2024.10.22 17:03:52.995560 [ 270 ] {eb45df10-48ab-4358-b0db-7d084841569f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10754 2024.10.22 17:03:52.995580 [ 270 ] {} <Debug> HTTP-Session: 9e5a0c4f-1d5b-44a3-9532-ed2a57a8c237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10755 2024.10.22 17:03:52.995721 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10756 2024.10.22 17:03:52.995820 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Length: 12575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10757 2024.10.22 17:03:52.995894 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10758 2024.10.22 17:03:52.995919 [ 261 ] {} <Debug> HTTP-Session: 46949d66-e6f0-4479-aee6-55fa697c21d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60945
10759 2024.10.22 17:03:52.995940 [ 261 ] {} <Debug> HTTP-Session: 46949d66-e6f0-4479-aee6-55fa697c21d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10760 2024.10.22 17:03:52.995957 [ 261 ] {} <Debug> HTTP-Session: 46949d66-e6f0-4479-aee6-55fa697c21d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10761 2024.10.22 17:03:52.995998 [ 261 ] {} <Trace> HTTP-Session: 46949d66-e6f0-4479-aee6-55fa697c21d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10762 2024.10.22 17:03:52.996150 [ 261 ] {d7c824ea-27e0-473c-8c49-7978a56d72fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60945) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10763 2024.10.22 17:03:52.996203 [ 261 ] {d7c824ea-27e0-473c-8c49-7978a56d72fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10764 2024.10.22 17:03:52.996477 [ 261 ] {d7c824ea-27e0-473c-8c49-7978a56d72fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10765 2024.10.22 17:03:52.996835 [ 261 ] {d7c824ea-27e0-473c-8c49-7978a56d72fe} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10766 2024.10.22 17:03:52.996871 [ 261 ] {d7c824ea-27e0-473c-8c49-7978a56d72fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10767 2024.10.22 17:03:52.997222 [ 261 ] {d7c824ea-27e0-473c-8c49-7978a56d72fe} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10768 2024.10.22 17:03:52.997577 [ 261 ] {d7c824ea-27e0-473c-8c49-7978a56d72fe} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10769 2024.10.22 17:03:52.997715 [ 261 ] {d7c824ea-27e0-473c-8c49-7978a56d72fe} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00162 sec., 45679.01234567902 rows/sec., 3.57 MiB/sec.
10770 2024.10.22 17:03:52.997897 [ 261 ] {d7c824ea-27e0-473c-8c49-7978a56d72fe} <Debug> DynamicQueryHandler: Done processing query
10771 2024.10.22 17:03:52.997922 [ 261 ] {d7c824ea-27e0-473c-8c49-7978a56d72fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10772 2024.10.22 17:03:52.997938 [ 261 ] {} <Debug> HTTP-Session: 46949d66-e6f0-4479-aee6-55fa697c21d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10773 2024.10.22 17:03:52.998101 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10774 2024.10.22 17:03:52.998203 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42526, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10775 2024.10.22 17:03:52.998264 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10776 2024.10.22 17:03:52.998289 [ 270 ] {} <Debug> HTTP-Session: 48cf38b1-dba5-4dc2-b35a-8d69b5e72310 Authenticating user 'default' from [fd00:1122:3344:101::d]:42526
10777 2024.10.22 17:03:52.998310 [ 270 ] {} <Debug> HTTP-Session: 48cf38b1-dba5-4dc2-b35a-8d69b5e72310 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10778 2024.10.22 17:03:52.998327 [ 270 ] {} <Debug> HTTP-Session: 48cf38b1-dba5-4dc2-b35a-8d69b5e72310 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10779 2024.10.22 17:03:52.998365 [ 270 ] {} <Trace> HTTP-Session: 48cf38b1-dba5-4dc2-b35a-8d69b5e72310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10780 2024.10.22 17:03:52.998549 [ 270 ] {cca75add-5857-4a09-a073-b083528a95fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10781 2024.10.22 17:03:52.998607 [ 270 ] {cca75add-5857-4a09-a073-b083528a95fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10782 2024.10.22 17:03:52.998789 [ 270 ] {cca75add-5857-4a09-a073-b083528a95fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10783 2024.10.22 17:03:52.999226 [ 270 ] {cca75add-5857-4a09-a073-b083528a95fe} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10784 2024.10.22 17:03:52.999271 [ 270 ] {cca75add-5857-4a09-a073-b083528a95fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10785 2024.10.22 17:03:52.999684 [ 270 ] {cca75add-5857-4a09-a073-b083528a95fe} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10786 2024.10.22 17:03:53.000025 [ 270 ] {cca75add-5857-4a09-a073-b083528a95fe} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10787 2024.10.22 17:03:53.000187 [ 270 ] {cca75add-5857-4a09-a073-b083528a95fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001715 sec., 93294.46064139942 rows/sec., 6.50 MiB/sec.
10788 2024.10.22 17:03:53.000438 [ 270 ] {cca75add-5857-4a09-a073-b083528a95fe} <Debug> DynamicQueryHandler: Done processing query
10789 2024.10.22 17:03:53.000490 [ 270 ] {cca75add-5857-4a09-a073-b083528a95fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10790 2024.10.22 17:03:53.000517 [ 270 ] {} <Debug> HTTP-Session: 48cf38b1-dba5-4dc2-b35a-8d69b5e72310 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10791 2024.10.22 17:03:53.000696 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42526, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10792 2024.10.22 17:03:53.000714 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10793 2024.10.22 17:03:53.000775 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10794 2024.10.22 17:03:53.000803 [ 261 ] {} <Debug> HTTP-Session: 140a50ee-11fa-4d60-8ee6-7b82d7e70d22 Authenticating user 'default' from [fd00:1122:3344:101::d]:60945
10795 2024.10.22 17:03:53.000824 [ 261 ] {} <Debug> HTTP-Session: 140a50ee-11fa-4d60-8ee6-7b82d7e70d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10796 2024.10.22 17:03:53.000842 [ 261 ] {} <Debug> HTTP-Session: 140a50ee-11fa-4d60-8ee6-7b82d7e70d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10797 2024.10.22 17:03:53.000880 [ 261 ] {} <Trace> HTTP-Session: 140a50ee-11fa-4d60-8ee6-7b82d7e70d22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10798 2024.10.22 17:03:53.001090 [ 261 ] {151092f7-e9c8-4215-86e8-fb0c0978708d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60945) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10799 2024.10.22 17:03:53.001178 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.23 MiB, peak 179.43 MiB, free memory in arenas 0.00 B, will set to 171.86 MiB (RSS), difference: -1.37 MiB
10800 2024.10.22 17:03:53.001196 [ 261 ] {151092f7-e9c8-4215-86e8-fb0c0978708d} <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
10801 2024.10.22 17:03:53.002174 [ 261 ] {151092f7-e9c8-4215-86e8-fb0c0978708d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10802 2024.10.22 17:03:53.002734 [ 261 ] {151092f7-e9c8-4215-86e8-fb0c0978708d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10803 2024.10.22 17:03:53.002770 [ 261 ] {151092f7-e9c8-4215-86e8-fb0c0978708d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10804 2024.10.22 17:03:53.003347 [ 261 ] {151092f7-e9c8-4215-86e8-fb0c0978708d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10805 2024.10.22 17:03:53.003765 [ 261 ] {151092f7-e9c8-4215-86e8-fb0c0978708d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10806 2024.10.22 17:03:53.003944 [ 261 ] {151092f7-e9c8-4215-86e8-fb0c0978708d} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002975 sec., 3361.344537815126 rows/sec., 6.02 MiB/sec.
10807 2024.10.22 17:03:53.004162 [ 261 ] {151092f7-e9c8-4215-86e8-fb0c0978708d} <Debug> DynamicQueryHandler: Done processing query
10808 2024.10.22 17:03:53.004186 [ 261 ] {151092f7-e9c8-4215-86e8-fb0c0978708d} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
10809 2024.10.22 17:03:53.004202 [ 261 ] {} <Debug> HTTP-Session: 140a50ee-11fa-4d60-8ee6-7b82d7e70d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10810 2024.10.22 17:03:53.004328 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10811 2024.10.22 17:03:53.004418 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62715, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10812 2024.10.22 17:03:53.004479 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10813 2024.10.22 17:03:53.004504 [ 270 ] {} <Debug> HTTP-Session: c9ff51c9-9095-4ea0-92ba-0691b3a12be8 Authenticating user 'default' from [fd00:1122:3344:101::d]:62715
10814 2024.10.22 17:03:53.004525 [ 270 ] {} <Debug> HTTP-Session: c9ff51c9-9095-4ea0-92ba-0691b3a12be8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10815 2024.10.22 17:03:53.004542 [ 270 ] {} <Debug> HTTP-Session: c9ff51c9-9095-4ea0-92ba-0691b3a12be8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10816 2024.10.22 17:03:53.004580 [ 270 ] {} <Trace> HTTP-Session: c9ff51c9-9095-4ea0-92ba-0691b3a12be8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10817 2024.10.22 17:03:53.004717 [ 270 ] {72e7a039-36e0-4888-a4b5-458b6d682893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62715) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10818 2024.10.22 17:03:53.004772 [ 270 ] {72e7a039-36e0-4888-a4b5-458b6d682893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10819 2024.10.22 17:03:53.004932 [ 270 ] {72e7a039-36e0-4888-a4b5-458b6d682893} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10820 2024.10.22 17:03:53.005268 [ 270 ] {72e7a039-36e0-4888-a4b5-458b6d682893} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10821 2024.10.22 17:03:53.005311 [ 270 ] {72e7a039-36e0-4888-a4b5-458b6d682893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10822 2024.10.22 17:03:53.005697 [ 270 ] {72e7a039-36e0-4888-a4b5-458b6d682893} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10823 2024.10.22 17:03:53.006024 [ 270 ] {72e7a039-36e0-4888-a4b5-458b6d682893} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10824 2024.10.22 17:03:53.006181 [ 270 ] {72e7a039-36e0-4888-a4b5-458b6d682893} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec.
10825 2024.10.22 17:03:53.006352 [ 270 ] {72e7a039-36e0-4888-a4b5-458b6d682893} <Debug> DynamicQueryHandler: Done processing query
10826 2024.10.22 17:03:53.006377 [ 270 ] {72e7a039-36e0-4888-a4b5-458b6d682893} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10827 2024.10.22 17:03:53.006392 [ 270 ] {} <Debug> HTTP-Session: c9ff51c9-9095-4ea0-92ba-0691b3a12be8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10828 2024.10.22 17:03:53.006589 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10829 2024.10.22 17:03:53.674827 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47335, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10830 2024.10.22 17:03:53.777259 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40472, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10831 2024.10.22 17:03:53.833981 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62238, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10832 2024.10.22 17:03:53.935872 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10833 2024.10.22 17:03:53.940306 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10834 2024.10.22 17:03:53.961564 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10835 2024.10.22 17:03:54.002239 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36358, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10836 2024.10.22 17:03:57.339884 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 948
10837 2024.10.22 17:03:57.342702 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10838 2024.10.22 17:03:57.342761 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10839 2024.10.22 17:03:57.344309 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10840 2024.10.22 17:03:57.345314 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10841 2024.10.22 17:03:57.345880 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 948
10842 2024.10.22 17:03:57.994722 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10843 2024.10.22 17:03:57.994846 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10844 2024.10.22 17:03:57.994875 [ 261 ] {} <Debug> HTTP-Session: 03a35b79-cf7b-428e-9434-ea31de0065c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60945
10845 2024.10.22 17:03:57.994902 [ 261 ] {} <Debug> HTTP-Session: 03a35b79-cf7b-428e-9434-ea31de0065c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10846 2024.10.22 17:03:57.994919 [ 261 ] {} <Debug> HTTP-Session: 03a35b79-cf7b-428e-9434-ea31de0065c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10847 2024.10.22 17:03:57.994974 [ 261 ] {} <Trace> HTTP-Session: 03a35b79-cf7b-428e-9434-ea31de0065c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10848 2024.10.22 17:03:57.995176 [ 261 ] {d74d3f61-5261-41bb-8fc4-4f32b9634724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60945) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
10849 2024.10.22 17:03:57.995250 [ 261 ] {d74d3f61-5261-41bb-8fc4-4f32b9634724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
10850 2024.10.22 17:03:57.995647 [ 261 ] {d74d3f61-5261-41bb-8fc4-4f32b9634724} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10851 2024.10.22 17:03:57.996084 [ 261 ] {d74d3f61-5261-41bb-8fc4-4f32b9634724} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10852 2024.10.22 17:03:57.996131 [ 261 ] {d74d3f61-5261-41bb-8fc4-4f32b9634724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10853 2024.10.22 17:03:57.996550 [ 261 ] {d74d3f61-5261-41bb-8fc4-4f32b9634724} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10854 2024.10.22 17:03:57.996945 [ 261 ] {d74d3f61-5261-41bb-8fc4-4f32b9634724} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10855 2024.10.22 17:03:57.997113 [ 261 ] {d74d3f61-5261-41bb-8fc4-4f32b9634724} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001986 sec., 6042.296072507553 rows/sec., 421.90 KiB/sec.
10856 2024.10.22 17:03:57.997466 [ 261 ] {d74d3f61-5261-41bb-8fc4-4f32b9634724} <Debug> DynamicQueryHandler: Done processing query
10857 2024.10.22 17:03:57.997494 [ 261 ] {d74d3f61-5261-41bb-8fc4-4f32b9634724} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10858 2024.10.22 17:03:57.997510 [ 261 ] {} <Debug> HTTP-Session: 03a35b79-cf7b-428e-9434-ea31de0065c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10859 2024.10.22 17:03:57.997691 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10860 2024.10.22 17:03:57.997854 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62694, User-Agent: (none), Length: 39219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10861 2024.10.22 17:03:57.997912 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10862 2024.10.22 17:03:57.997932 [ 270 ] {} <Debug> HTTP-Session: 742b75e9-4de9-44e6-a637-fa9ec0a674fe Authenticating user 'default' from [fd00:1122:3344:101::d]:62694
10863 2024.10.22 17:03:57.997952 [ 270 ] {} <Debug> HTTP-Session: 742b75e9-4de9-44e6-a637-fa9ec0a674fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10864 2024.10.22 17:03:57.997966 [ 270 ] {} <Debug> HTTP-Session: 742b75e9-4de9-44e6-a637-fa9ec0a674fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10865 2024.10.22 17:03:57.998001 [ 270 ] {} <Trace> HTTP-Session: 742b75e9-4de9-44e6-a637-fa9ec0a674fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10866 2024.10.22 17:03:57.998199 [ 270 ] {4512aeb3-a93b-41e0-b60e-51ba1ba42a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62694) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10867 2024.10.22 17:03:57.998248 [ 270 ] {4512aeb3-a93b-41e0-b60e-51ba1ba42a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10868 2024.10.22 17:03:57.998508 [ 270 ] {4512aeb3-a93b-41e0-b60e-51ba1ba42a95} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10869 2024.10.22 17:03:57.998996 [ 270 ] {4512aeb3-a93b-41e0-b60e-51ba1ba42a95} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10870 2024.10.22 17:03:57.999034 [ 270 ] {4512aeb3-a93b-41e0-b60e-51ba1ba42a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10871 2024.10.22 17:03:57.999420 [ 270 ] {4512aeb3-a93b-41e0-b60e-51ba1ba42a95} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10872 2024.10.22 17:03:57.999800 [ 270 ] {4512aeb3-a93b-41e0-b60e-51ba1ba42a95} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10873 2024.10.22 17:03:57.999952 [ 270 ] {4512aeb3-a93b-41e0-b60e-51ba1ba42a95} <Debug> executeQuery: Read 261 rows, 23.40 KiB in 0.001844 sec., 141540.13015184383 rows/sec., 12.39 MiB/sec.
10874 2024.10.22 17:03:58.000165 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.33 MiB, peak 179.43 MiB, free memory in arenas 0.00 B, will set to 171.86 MiB (RSS), difference: -5.47 MiB
10875 2024.10.22 17:03:58.000251 [ 270 ] {4512aeb3-a93b-41e0-b60e-51ba1ba42a95} <Debug> DynamicQueryHandler: Done processing query
10876 2024.10.22 17:03:58.000296 [ 270 ] {4512aeb3-a93b-41e0-b60e-51ba1ba42a95} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
10877 2024.10.22 17:03:58.000339 [ 270 ] {} <Debug> HTTP-Session: 742b75e9-4de9-44e6-a637-fa9ec0a674fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10878 2024.10.22 17:03:58.000574 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Length: 4347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10879 2024.10.22 17:03:58.000599 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10880 2024.10.22 17:03:58.000681 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10881 2024.10.22 17:03:58.000705 [ 261 ] {} <Debug> HTTP-Session: 53451927-25f3-4201-8759-2da18800216d Authenticating user 'default' from [fd00:1122:3344:101::d]:60945
10882 2024.10.22 17:03:58.000727 [ 261 ] {} <Debug> HTTP-Session: 53451927-25f3-4201-8759-2da18800216d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10883 2024.10.22 17:03:58.000744 [ 261 ] {} <Debug> HTTP-Session: 53451927-25f3-4201-8759-2da18800216d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10884 2024.10.22 17:03:58.000786 [ 261 ] {} <Trace> HTTP-Session: 53451927-25f3-4201-8759-2da18800216d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10885 2024.10.22 17:03:58.000913 [ 261 ] {88c94316-53e7-45d2-b269-8ca98d94a2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60945) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10886 2024.10.22 17:03:58.000965 [ 261 ] {88c94316-53e7-45d2-b269-8ca98d94a2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10887 2024.10.22 17:03:58.001244 [ 261 ] {88c94316-53e7-45d2-b269-8ca98d94a2d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10888 2024.10.22 17:03:58.001595 [ 261 ] {88c94316-53e7-45d2-b269-8ca98d94a2d2} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10889 2024.10.22 17:03:58.001632 [ 261 ] {88c94316-53e7-45d2-b269-8ca98d94a2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10890 2024.10.22 17:03:58.001979 [ 261 ] {88c94316-53e7-45d2-b269-8ca98d94a2d2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10891 2024.10.22 17:03:58.002334 [ 261 ] {88c94316-53e7-45d2-b269-8ca98d94a2d2} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10892 2024.10.22 17:03:58.002485 [ 261 ] {88c94316-53e7-45d2-b269-8ca98d94a2d2} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001607 sec., 18668.32607342875 rows/sec., 1.37 MiB/sec.
10893 2024.10.22 17:03:58.002653 [ 261 ] {88c94316-53e7-45d2-b269-8ca98d94a2d2} <Debug> DynamicQueryHandler: Done processing query
10894 2024.10.22 17:03:58.002676 [ 261 ] {88c94316-53e7-45d2-b269-8ca98d94a2d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10895 2024.10.22 17:03:58.002692 [ 261 ] {} <Debug> HTTP-Session: 53451927-25f3-4201-8759-2da18800216d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10896 2024.10.22 17:03:58.002862 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10897 2024.10.22 17:03:58.002961 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42788, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10898 2024.10.22 17:03:58.003011 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10899 2024.10.22 17:03:58.003030 [ 270 ] {} <Debug> HTTP-Session: 308d8a21-2fdd-4ce7-a4d4-38d36b66d515 Authenticating user 'default' from [fd00:1122:3344:101::d]:42788
10900 2024.10.22 17:03:58.003047 [ 270 ] {} <Debug> HTTP-Session: 308d8a21-2fdd-4ce7-a4d4-38d36b66d515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10901 2024.10.22 17:03:58.003060 [ 270 ] {} <Debug> HTTP-Session: 308d8a21-2fdd-4ce7-a4d4-38d36b66d515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10902 2024.10.22 17:03:58.003092 [ 270 ] {} <Trace> HTTP-Session: 308d8a21-2fdd-4ce7-a4d4-38d36b66d515 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10903 2024.10.22 17:03:58.003190 [ 270 ] {174eedd2-3607-4dc1-8add-629074ba294a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42788) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10904 2024.10.22 17:03:58.003233 [ 270 ] {174eedd2-3607-4dc1-8add-629074ba294a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10905 2024.10.22 17:03:58.003457 [ 270 ] {174eedd2-3607-4dc1-8add-629074ba294a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10906 2024.10.22 17:03:58.003740 [ 270 ] {174eedd2-3607-4dc1-8add-629074ba294a} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10907 2024.10.22 17:03:58.003776 [ 270 ] {174eedd2-3607-4dc1-8add-629074ba294a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10908 2024.10.22 17:03:58.004123 [ 270 ] {174eedd2-3607-4dc1-8add-629074ba294a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
10909 2024.10.22 17:03:58.004472 [ 270 ] {174eedd2-3607-4dc1-8add-629074ba294a} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10910 2024.10.22 17:03:58.004638 [ 270 ] {174eedd2-3607-4dc1-8add-629074ba294a} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001467 sec., 14314.928425357873 rows/sec., 988.54 KiB/sec.
10911 2024.10.22 17:03:58.004648 [ 97 ] {} <Debug> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
10912 2024.10.22 17:03:58.004767 [ 97 ] {} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10913 2024.10.22 17:03:58.004811 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10914 2024.10.22 17:03:58.004890 [ 270 ] {174eedd2-3607-4dc1-8add-629074ba294a} <Debug> DynamicQueryHandler: Done processing query
10915 2024.10.22 17:03:58.004953 [ 270 ] {174eedd2-3607-4dc1-8add-629074ba294a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10916 2024.10.22 17:03:58.005009 [ 270 ] {} <Debug> HTTP-Session: 308d8a21-2fdd-4ce7-a4d4-38d36b66d515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10917 2024.10.22 17:03:58.005068 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::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
10918 2024.10.22 17:03:58.005220 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10919 2024.10.22 17:03:58.005234 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10920 2024.10.22 17:03:58.005341 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10921 2024.10.22 17:03:58.005407 [ 261 ] {} <Debug> HTTP-Session: 2fd026c0-bbdd-4d32-8ef6-940240d38580 Authenticating user 'default' from [fd00:1122:3344:101::d]:60945
10922 2024.10.22 17:03:58.005477 [ 261 ] {} <Debug> HTTP-Session: 2fd026c0-bbdd-4d32-8ef6-940240d38580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10923 2024.10.22 17:03:58.005480 [ 270 ] {} <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):
10924 
10925 (version 23.8.7.1)
10926 2024.10.22 17:03:58.005530 [ 261 ] {} <Debug> HTTP-Session: 2fd026c0-bbdd-4d32-8ef6-940240d38580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10927 2024.10.22 17:03:58.005592 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10928 2024.10.22 17:03:58.005612 [ 261 ] {} <Trace> HTTP-Session: 2fd026c0-bbdd-4d32-8ef6-940240d38580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10929 2024.10.22 17:03:58.005665 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 249 rows starting from the beginning of the part
10930 2024.10.22 17:03:58.005882 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 21 rows starting from the beginning of the part
10931 2024.10.22 17:03:58.005902 [ 261 ] {e55709c6-79dc-49df-ab74-2b788f5e1376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60945) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10932 2024.10.22 17:03:58.006124 [ 261 ] {e55709c6-79dc-49df-ab74-2b788f5e1376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10933 2024.10.22 17:03:58.006233 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part
10934 2024.10.22 17:03:58.006585 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 21 rows starting from the beginning of the part
10935 2024.10.22 17:03:58.006905 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 21 rows starting from the beginning of the part
10936 2024.10.22 17:03:58.007240 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 21 rows starting from the beginning of the part
10937 2024.10.22 17:03:58.008069 [ 261 ] {e55709c6-79dc-49df-ab74-2b788f5e1376} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10938 2024.10.22 17:03:58.008881 [ 261 ] {e55709c6-79dc-49df-ab74-2b788f5e1376} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10939 2024.10.22 17:03:58.008940 [ 261 ] {e55709c6-79dc-49df-ab74-2b788f5e1376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10940 2024.10.22 17:03:58.009847 [ 261 ] {e55709c6-79dc-49df-ab74-2b788f5e1376} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10941 2024.10.22 17:03:58.010364 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 561 rows, containing 5 columns (5 merged, 0 gathered) in 0.005442055 sec., 103086.05848342215 rows/sec., 6.99 MiB/sec.
10942 2024.10.22 17:03:58.010600 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
10943 2024.10.22 17:03:58.010775 [ 261 ] {e55709c6-79dc-49df-ab74-2b788f5e1376} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10944 2024.10.22 17:03:58.011112 [ 261 ] {e55709c6-79dc-49df-ab74-2b788f5e1376} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.005338 sec., 2248.0329711502436 rows/sec., 138.31 KiB/sec.
10945 2024.10.22 17:03:58.011846 [ 261 ] {e55709c6-79dc-49df-ab74-2b788f5e1376} <Debug> DynamicQueryHandler: Done processing query
10946 2024.10.22 17:03:58.011910 [ 261 ] {e55709c6-79dc-49df-ab74-2b788f5e1376} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10947 2024.10.22 17:03:58.011952 [ 261 ] {} <Debug> HTTP-Session: 2fd026c0-bbdd-4d32-8ef6-940240d38580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10948 2024.10.22 17:03:58.012036 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_26_5} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10949 2024.10.22 17:03:58.012126 [ 187 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_26_5} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
10950 2024.10.22 17:03:58.012247 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10951 2024.10.22 17:03:58.012276 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
10952 2024.10.22 17:03:58.012342 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52779, User-Agent: (none), Length: 66853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10953 2024.10.22 17:03:58.012396 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10954 2024.10.22 17:03:58.012414 [ 270 ] {} <Debug> HTTP-Session: 821a03d0-11f5-4329-8b87-30859fba31e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52779
10955 2024.10.22 17:03:58.012431 [ 270 ] {} <Debug> HTTP-Session: 821a03d0-11f5-4329-8b87-30859fba31e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10956 2024.10.22 17:03:58.012449 [ 270 ] {} <Debug> HTTP-Session: 821a03d0-11f5-4329-8b87-30859fba31e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10957 2024.10.22 17:03:58.012481 [ 270 ] {} <Trace> HTTP-Session: 821a03d0-11f5-4329-8b87-30859fba31e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10958 2024.10.22 17:03:58.012703 [ 270 ] {e4c596f0-98ff-4d4b-be5e-051b01617921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52779) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10959 2024.10.22 17:03:58.012746 [ 270 ] {e4c596f0-98ff-4d4b-be5e-051b01617921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10960 2024.10.22 17:03:58.012995 [ 270 ] {e4c596f0-98ff-4d4b-be5e-051b01617921} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10961 2024.10.22 17:03:58.013517 [ 270 ] {e4c596f0-98ff-4d4b-be5e-051b01617921} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10962 2024.10.22 17:03:58.013554 [ 270 ] {e4c596f0-98ff-4d4b-be5e-051b01617921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10963 2024.10.22 17:03:58.013922 [ 270 ] {e4c596f0-98ff-4d4b-be5e-051b01617921} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10964 2024.10.22 17:03:58.014277 [ 270 ] {e4c596f0-98ff-4d4b-be5e-051b01617921} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10965 2024.10.22 17:03:58.014419 [ 270 ] {e4c596f0-98ff-4d4b-be5e-051b01617921} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001836 sec., 224400.871459695 rows/sec., 16.00 MiB/sec.
10966 2024.10.22 17:03:58.014599 [ 270 ] {e4c596f0-98ff-4d4b-be5e-051b01617921} <Debug> DynamicQueryHandler: Done processing query
10967 2024.10.22 17:03:58.014623 [ 270 ] {e4c596f0-98ff-4d4b-be5e-051b01617921} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
10968 2024.10.22 17:03:58.014638 [ 270 ] {} <Debug> HTTP-Session: 821a03d0-11f5-4329-8b87-30859fba31e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10969 2024.10.22 17:03:58.014821 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52779, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10970 2024.10.22 17:03:58.014834 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10971 2024.10.22 17:03:58.014896 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10972 2024.10.22 17:03:58.014919 [ 261 ] {} <Debug> HTTP-Session: 450b46dd-75cb-43c4-a07b-16a01d8999fb Authenticating user 'default' from [fd00:1122:3344:101::d]:60945
10973 2024.10.22 17:03:58.014939 [ 261 ] {} <Debug> HTTP-Session: 450b46dd-75cb-43c4-a07b-16a01d8999fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10974 2024.10.22 17:03:58.014958 [ 261 ] {} <Debug> HTTP-Session: 450b46dd-75cb-43c4-a07b-16a01d8999fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10975 2024.10.22 17:03:58.014998 [ 261 ] {} <Trace> HTTP-Session: 450b46dd-75cb-43c4-a07b-16a01d8999fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10976 2024.10.22 17:03:58.015116 [ 261 ] {2e93f961-b520-498d-b116-64fbdf28b89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60945) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10977 2024.10.22 17:03:58.015168 [ 261 ] {2e93f961-b520-498d-b116-64fbdf28b89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10978 2024.10.22 17:03:58.015323 [ 261 ] {2e93f961-b520-498d-b116-64fbdf28b89f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10979 2024.10.22 17:03:58.015591 [ 261 ] {2e93f961-b520-498d-b116-64fbdf28b89f} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10980 2024.10.22 17:03:58.015628 [ 261 ] {2e93f961-b520-498d-b116-64fbdf28b89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10981 2024.10.22 17:03:58.015973 [ 261 ] {2e93f961-b520-498d-b116-64fbdf28b89f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10982 2024.10.22 17:03:58.016299 [ 261 ] {2e93f961-b520-498d-b116-64fbdf28b89f} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10983 2024.10.22 17:03:58.016462 [ 261 ] {2e93f961-b520-498d-b116-64fbdf28b89f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec.
10984 2024.10.22 17:03:58.016617 [ 261 ] {2e93f961-b520-498d-b116-64fbdf28b89f} <Debug> DynamicQueryHandler: Done processing query
10985 2024.10.22 17:03:58.016641 [ 261 ] {2e93f961-b520-498d-b116-64fbdf28b89f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10986 2024.10.22 17:03:58.016656 [ 261 ] {} <Debug> HTTP-Session: 450b46dd-75cb-43c4-a07b-16a01d8999fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10987 2024.10.22 17:03:58.016839 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10988 2024.10.22 17:03:58.016901 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49548, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10989 2024.10.22 17:03:58.016949 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10990 2024.10.22 17:03:58.016968 [ 270 ] {} <Debug> HTTP-Session: 215d11f9-7f05-4efb-a933-05d3dfc27c7c Authenticating user 'default' from [fd00:1122:3344:101::d]:49548
10991 2024.10.22 17:03:58.016984 [ 270 ] {} <Debug> HTTP-Session: 215d11f9-7f05-4efb-a933-05d3dfc27c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10992 2024.10.22 17:03:58.016998 [ 270 ] {} <Debug> HTTP-Session: 215d11f9-7f05-4efb-a933-05d3dfc27c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10993 2024.10.22 17:03:58.017027 [ 270 ] {} <Trace> HTTP-Session: 215d11f9-7f05-4efb-a933-05d3dfc27c7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10994 2024.10.22 17:03:58.017194 [ 270 ] {8c9d9c84-51ff-400c-b5f3-ba7ca3e4c72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49548) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10995 2024.10.22 17:03:58.017238 [ 270 ] {8c9d9c84-51ff-400c-b5f3-ba7ca3e4c72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10996 2024.10.22 17:03:58.017378 [ 270 ] {8c9d9c84-51ff-400c-b5f3-ba7ca3e4c72b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10997 2024.10.22 17:03:58.017875 [ 270 ] {8c9d9c84-51ff-400c-b5f3-ba7ca3e4c72b} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10998 2024.10.22 17:03:58.017911 [ 270 ] {8c9d9c84-51ff-400c-b5f3-ba7ca3e4c72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10999 2024.10.22 17:03:58.018292 [ 270 ] {8c9d9c84-51ff-400c-b5f3-ba7ca3e4c72b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
11000 2024.10.22 17:03:58.018621 [ 270 ] {8c9d9c84-51ff-400c-b5f3-ba7ca3e4c72b} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11001 2024.10.22 17:03:58.018776 [ 270 ] {8c9d9c84-51ff-400c-b5f3-ba7ca3e4c72b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001653 sec., 143375.68058076224 rows/sec., 9.61 MiB/sec.
11002 2024.10.22 17:03:58.018947 [ 270 ] {8c9d9c84-51ff-400c-b5f3-ba7ca3e4c72b} <Debug> DynamicQueryHandler: Done processing query
11003 2024.10.22 17:03:58.018971 [ 270 ] {8c9d9c84-51ff-400c-b5f3-ba7ca3e4c72b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
11004 2024.10.22 17:03:58.018987 [ 270 ] {} <Debug> HTTP-Session: 215d11f9-7f05-4efb-a933-05d3dfc27c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11005 2024.10.22 17:03:58.019167 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11006 2024.10.22 17:03:58.019175 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11007 2024.10.22 17:03:58.019233 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11008 2024.10.22 17:03:58.019254 [ 261 ] {} <Debug> HTTP-Session: c4106312-4a4e-4b4c-aa3c-35b56d90b74d Authenticating user 'default' from [fd00:1122:3344:101::d]:60945
11009 2024.10.22 17:03:58.019272 [ 261 ] {} <Debug> HTTP-Session: c4106312-4a4e-4b4c-aa3c-35b56d90b74d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11010 2024.10.22 17:03:58.019287 [ 261 ] {} <Debug> HTTP-Session: c4106312-4a4e-4b4c-aa3c-35b56d90b74d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11011 2024.10.22 17:03:58.019318 [ 261 ] {} <Trace> HTTP-Session: c4106312-4a4e-4b4c-aa3c-35b56d90b74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11012 2024.10.22 17:03:58.019409 [ 261 ] {ec714894-a1f4-4a1c-9f1a-df41d573fecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60945) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
11013 2024.10.22 17:03:58.019456 [ 261 ] {ec714894-a1f4-4a1c-9f1a-df41d573fecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11014 2024.10.22 17:03:58.019586 [ 261 ] {ec714894-a1f4-4a1c-9f1a-df41d573fecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11015 2024.10.22 17:03:58.019877 [ 261 ] {ec714894-a1f4-4a1c-9f1a-df41d573fecd} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11016 2024.10.22 17:03:58.019913 [ 261 ] {ec714894-a1f4-4a1c-9f1a-df41d573fecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11017 2024.10.22 17:03:58.020250 [ 261 ] {ec714894-a1f4-4a1c-9f1a-df41d573fecd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
11018 2024.10.22 17:03:58.020566 [ 261 ] {ec714894-a1f4-4a1c-9f1a-df41d573fecd} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11019 2024.10.22 17:03:58.020725 [ 261 ] {ec714894-a1f4-4a1c-9f1a-df41d573fecd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001327 sec., 753.5795026375282 rows/sec., 50.78 KiB/sec.
11020 2024.10.22 17:03:58.020726 [ 104 ] {} <Debug> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
11021 2024.10.22 17:03:58.020839 [ 104 ] {} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11022 2024.10.22 17:03:58.020897 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11023 2024.10.22 17:03:58.020973 [ 261 ] {ec714894-a1f4-4a1c-9f1a-df41d573fecd} <Debug> DynamicQueryHandler: Done processing query
11024 2024.10.22 17:03:58.021033 [ 261 ] {ec714894-a1f4-4a1c-9f1a-df41d573fecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
11025 2024.10.22 17:03:58.021083 [ 261 ] {} <Debug> HTTP-Session: c4106312-4a4e-4b4c-aa3c-35b56d90b74d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11026 2024.10.22 17:03:58.021109 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
11027 2024.10.22 17:03:58.021331 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11028 2024.10.22 17:03:58.021356 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11029 2024.10.22 17:03:58.021422 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part
11030 2024.10.22 17:03:58.021500 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50208, User-Agent: (none), Length: 50297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11031 2024.10.22 17:03:58.021627 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
11032 2024.10.22 17:03:58.021677 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11033 2024.10.22 17:03:58.021774 [ 270 ] {} <Debug> HTTP-Session: d454671a-989e-4aa2-9a5c-7632685e274e Authenticating user 'default' from [fd00:1122:3344:101::d]:50208
11034 2024.10.22 17:03:58.021856 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
11035 2024.10.22 17:03:58.021876 [ 270 ] {} <Debug> HTTP-Session: d454671a-989e-4aa2-9a5c-7632685e274e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11036 2024.10.22 17:03:58.021945 [ 270 ] {} <Debug> HTTP-Session: d454671a-989e-4aa2-9a5c-7632685e274e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11037 2024.10.22 17:03:58.022118 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
11038 2024.10.22 17:03:58.022135 [ 270 ] {} <Trace> HTTP-Session: d454671a-989e-4aa2-9a5c-7632685e274e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11039 2024.10.22 17:03:58.022293 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
11040 2024.10.22 17:03:58.022522 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
11041 2024.10.22 17:03:58.022758 [ 270 ] {f8f219c2-ff9e-4bd1-ab61-54dc3c1ca5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50208) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11042 2024.10.22 17:03:58.022900 [ 270 ] {f8f219c2-ff9e-4bd1-ab61-54dc3c1ca5c5} <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
11043 2024.10.22 17:03:58.025114 [ 270 ] {f8f219c2-ff9e-4bd1-ab61-54dc3c1ca5c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11044 2024.10.22 17:03:58.025726 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.004733229 sec., 4225.445251011519 rows/sec., 284.72 KiB/sec.
11045 2024.10.22 17:03:58.025879 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
11046 2024.10.22 17:03:58.026789 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11047 2024.10.22 17:03:58.026966 [ 270 ] {f8f219c2-ff9e-4bd1-ab61-54dc3c1ca5c5} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11048 2024.10.22 17:03:58.027019 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_20_4} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
11049 2024.10.22 17:03:58.027042 [ 270 ] {f8f219c2-ff9e-4bd1-ab61-54dc3c1ca5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11050 2024.10.22 17:03:58.027176 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11051 2024.10.22 17:03:58.027840 [ 270 ] {f8f219c2-ff9e-4bd1-ab61-54dc3c1ca5c5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
11052 2024.10.22 17:03:58.028282 [ 270 ] {f8f219c2-ff9e-4bd1-ab61-54dc3c1ca5c5} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11053 2024.10.22 17:03:58.028481 [ 270 ] {f8f219c2-ff9e-4bd1-ab61-54dc3c1ca5c5} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006075 sec., 4938.271604938272 rows/sec., 8.85 MiB/sec.
11054 2024.10.22 17:03:58.028737 [ 270 ] {f8f219c2-ff9e-4bd1-ab61-54dc3c1ca5c5} <Debug> DynamicQueryHandler: Done processing query
11055 2024.10.22 17:03:58.028761 [ 270 ] {f8f219c2-ff9e-4bd1-ab61-54dc3c1ca5c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
11056 2024.10.22 17:03:58.028778 [ 270 ] {} <Debug> HTTP-Session: d454671a-989e-4aa2-9a5c-7632685e274e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11057 2024.10.22 17:03:58.028940 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11058 2024.10.22 17:03:58.029018 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49550, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11059 2024.10.22 17:03:58.029070 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11060 2024.10.22 17:03:58.029090 [ 261 ] {} <Debug> HTTP-Session: 697fcefe-7b47-4ec1-a3ff-e9a3f79ee8e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49550
11061 2024.10.22 17:03:58.029107 [ 261 ] {} <Debug> HTTP-Session: 697fcefe-7b47-4ec1-a3ff-e9a3f79ee8e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11062 2024.10.22 17:03:58.029121 [ 261 ] {} <Debug> HTTP-Session: 697fcefe-7b47-4ec1-a3ff-e9a3f79ee8e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11063 2024.10.22 17:03:58.029153 [ 261 ] {} <Trace> HTTP-Session: 697fcefe-7b47-4ec1-a3ff-e9a3f79ee8e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11064 2024.10.22 17:03:58.029294 [ 261 ] {712d81fe-1fd5-4835-a80e-3eef9b0cc57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49550) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11065 2024.10.22 17:03:58.029338 [ 261 ] {712d81fe-1fd5-4835-a80e-3eef9b0cc57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11066 2024.10.22 17:03:58.029476 [ 261 ] {712d81fe-1fd5-4835-a80e-3eef9b0cc57d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11067 2024.10.22 17:03:58.029798 [ 261 ] {712d81fe-1fd5-4835-a80e-3eef9b0cc57d} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11068 2024.10.22 17:03:58.029834 [ 261 ] {712d81fe-1fd5-4835-a80e-3eef9b0cc57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11069 2024.10.22 17:03:58.030191 [ 261 ] {712d81fe-1fd5-4835-a80e-3eef9b0cc57d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
11070 2024.10.22 17:03:58.030525 [ 261 ] {712d81fe-1fd5-4835-a80e-3eef9b0cc57d} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11071 2024.10.22 17:03:58.030679 [ 261 ] {712d81fe-1fd5-4835-a80e-3eef9b0cc57d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001442 sec., 56865.464632454925 rows/sec., 3.61 MiB/sec.
11072 2024.10.22 17:03:58.030852 [ 261 ] {712d81fe-1fd5-4835-a80e-3eef9b0cc57d} <Debug> DynamicQueryHandler: Done processing query
11073 2024.10.22 17:03:58.030876 [ 261 ] {712d81fe-1fd5-4835-a80e-3eef9b0cc57d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11074 2024.10.22 17:03:58.030892 [ 261 ] {} <Debug> HTTP-Session: 697fcefe-7b47-4ec1-a3ff-e9a3f79ee8e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11075 2024.10.22 17:03:58.031725 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49550, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11076 2024.10.22 17:03:59.000159 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.49 MiB, peak 179.43 MiB, free memory in arenas 0.00 B, will set to 171.90 MiB (RSS), difference: 4.40 MiB
11077 2024.10.22 17:04:02.127108 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache
11078 2024.10.22 17:04:02.127157 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache
11079 2024.10.22 17:04:02.417241 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45350, User-Agent: (none), Length: 175948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11080 2024.10.22 17:04:02.417353 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11081 2024.10.22 17:04:02.417378 [ 261 ] {} <Debug> HTTP-Session: 4b4a21e1-a63d-4793-9f15-6e5fc90e57b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45350
11082 2024.10.22 17:04:02.417403 [ 261 ] {} <Debug> HTTP-Session: 4b4a21e1-a63d-4793-9f15-6e5fc90e57b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11083 2024.10.22 17:04:02.417418 [ 261 ] {} <Debug> HTTP-Session: 4b4a21e1-a63d-4793-9f15-6e5fc90e57b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11084 2024.10.22 17:04:02.417465 [ 261 ] {} <Trace> HTTP-Session: 4b4a21e1-a63d-4793-9f15-6e5fc90e57b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11085 2024.10.22 17:04:02.418240 [ 261 ] {1d74e4eb-1c81-4579-b7e7-b64557578118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45350) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11086 2024.10.22 17:04:02.418313 [ 261 ] {1d74e4eb-1c81-4579-b7e7-b64557578118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11087 2024.10.22 17:04:02.418642 [ 261 ] {1d74e4eb-1c81-4579-b7e7-b64557578118} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11088 2024.10.22 17:04:02.419968 [ 261 ] {1d74e4eb-1c81-4579-b7e7-b64557578118} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11089 2024.10.22 17:04:02.420016 [ 261 ] {1d74e4eb-1c81-4579-b7e7-b64557578118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11090 2024.10.22 17:04:02.420523 [ 261 ] {1d74e4eb-1c81-4579-b7e7-b64557578118} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
11091 2024.10.22 17:04:02.420908 [ 261 ] {1d74e4eb-1c81-4579-b7e7-b64557578118} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11092 2024.10.22 17:04:02.421073 [ 261 ] {1d74e4eb-1c81-4579-b7e7-b64557578118} <Debug> executeQuery: Read 1216 rows, 102.39 KiB in 0.003404 sec., 357226.7920094007 rows/sec., 29.37 MiB/sec.
11093 2024.10.22 17:04:02.421295 [ 261 ] {1d74e4eb-1c81-4579-b7e7-b64557578118} <Debug> DynamicQueryHandler: Done processing query
11094 2024.10.22 17:04:02.421322 [ 261 ] {1d74e4eb-1c81-4579-b7e7-b64557578118} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
11095 2024.10.22 17:04:02.421340 [ 261 ] {} <Debug> HTTP-Session: 4b4a21e1-a63d-4793-9f15-6e5fc90e57b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11096 2024.10.22 17:04:02.421542 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50208, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11097 2024.10.22 17:04:02.421589 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45350, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11098 2024.10.22 17:04:02.421633 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11099 2024.10.22 17:04:02.421666 [ 270 ] {} <Debug> HTTP-Session: 5b95e658-f075-4c29-88fb-05ad4756ec56 Authenticating user 'default' from [fd00:1122:3344:101::d]:50208
11100 2024.10.22 17:04:02.421690 [ 270 ] {} <Debug> HTTP-Session: 5b95e658-f075-4c29-88fb-05ad4756ec56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11101 2024.10.22 17:04:02.421711 [ 270 ] {} <Debug> HTTP-Session: 5b95e658-f075-4c29-88fb-05ad4756ec56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11102 2024.10.22 17:04:02.421757 [ 270 ] {} <Trace> HTTP-Session: 5b95e658-f075-4c29-88fb-05ad4756ec56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11103 2024.10.22 17:04:02.421894 [ 270 ] {57219c48-2015-4ec5-865f-bdcde78a9329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50208) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11104 2024.10.22 17:04:02.421950 [ 270 ] {57219c48-2015-4ec5-865f-bdcde78a9329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11105 2024.10.22 17:04:02.422245 [ 270 ] {57219c48-2015-4ec5-865f-bdcde78a9329} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11106 2024.10.22 17:04:02.422679 [ 270 ] {57219c48-2015-4ec5-865f-bdcde78a9329} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11107 2024.10.22 17:04:02.422716 [ 270 ] {57219c48-2015-4ec5-865f-bdcde78a9329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11108 2024.10.22 17:04:02.423071 [ 270 ] {57219c48-2015-4ec5-865f-bdcde78a9329} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11109 2024.10.22 17:04:02.423424 [ 270 ] {57219c48-2015-4ec5-865f-bdcde78a9329} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11110 2024.10.22 17:04:02.423586 [ 270 ] {57219c48-2015-4ec5-865f-bdcde78a9329} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001725 sec., 5797.101449275362 rows/sec., 435.91 KiB/sec.
11111 2024.10.22 17:04:02.423794 [ 270 ] {57219c48-2015-4ec5-865f-bdcde78a9329} <Debug> DynamicQueryHandler: Done processing query
11112 2024.10.22 17:04:02.423826 [ 270 ] {57219c48-2015-4ec5-865f-bdcde78a9329} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11113 2024.10.22 17:04:02.423852 [ 270 ] {} <Debug> HTTP-Session: 5b95e658-f075-4c29-88fb-05ad4756ec56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11114 2024.10.22 17:04:02.424070 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11115 2024.10.22 17:04:02.424159 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65444, User-Agent: (none), Length: 30474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11116 2024.10.22 17:04:02.424211 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11117 2024.10.22 17:04:02.424231 [ 261 ] {} <Debug> HTTP-Session: c9ca55af-d01b-4b95-a29e-125092df9dcc Authenticating user 'default' from [fd00:1122:3344:101::d]:65444
11118 2024.10.22 17:04:02.424247 [ 261 ] {} <Debug> HTTP-Session: c9ca55af-d01b-4b95-a29e-125092df9dcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11119 2024.10.22 17:04:02.424261 [ 261 ] {} <Debug> HTTP-Session: c9ca55af-d01b-4b95-a29e-125092df9dcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11120 2024.10.22 17:04:02.424291 [ 261 ] {} <Trace> HTTP-Session: c9ca55af-d01b-4b95-a29e-125092df9dcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11121 2024.10.22 17:04:02.424456 [ 261 ] {885b4dff-9820-498d-98b9-e86b8918bea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65444) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
11122 2024.10.22 17:04:02.424499 [ 261 ] {885b4dff-9820-498d-98b9-e86b8918bea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11123 2024.10.22 17:04:02.424725 [ 261 ] {885b4dff-9820-498d-98b9-e86b8918bea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11124 2024.10.22 17:04:02.425200 [ 261 ] {885b4dff-9820-498d-98b9-e86b8918bea9} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11125 2024.10.22 17:04:02.425236 [ 261 ] {885b4dff-9820-498d-98b9-e86b8918bea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11126 2024.10.22 17:04:02.425596 [ 261 ] {885b4dff-9820-498d-98b9-e86b8918bea9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
11127 2024.10.22 17:04:02.425945 [ 261 ] {885b4dff-9820-498d-98b9-e86b8918bea9} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11128 2024.10.22 17:04:02.426071 [ 261 ] {885b4dff-9820-498d-98b9-e86b8918bea9} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001694 sec., 134592.6800472255 rows/sec., 9.11 MiB/sec.
11129 2024.10.22 17:04:02.426250 [ 261 ] {885b4dff-9820-498d-98b9-e86b8918bea9} <Debug> DynamicQueryHandler: Done processing query
11130 2024.10.22 17:04:02.426274 [ 261 ] {885b4dff-9820-498d-98b9-e86b8918bea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
11131 2024.10.22 17:04:02.426289 [ 261 ] {} <Debug> HTTP-Session: c9ca55af-d01b-4b95-a29e-125092df9dcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11132 2024.10.22 17:04:02.426528 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11133 2024.10.22 17:04:02.426528 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50208, User-Agent: (none), Length: 87557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11134 2024.10.22 17:04:02.426609 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11135 2024.10.22 17:04:02.426632 [ 270 ] {} <Debug> HTTP-Session: b5ccd0f5-c612-4de7-b853-0c8c315c0c27 Authenticating user 'default' from [fd00:1122:3344:101::d]:50208
11136 2024.10.22 17:04:02.426654 [ 270 ] {} <Debug> HTTP-Session: b5ccd0f5-c612-4de7-b853-0c8c315c0c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11137 2024.10.22 17:04:02.426702 [ 270 ] {} <Debug> HTTP-Session: b5ccd0f5-c612-4de7-b853-0c8c315c0c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11138 2024.10.22 17:04:02.426740 [ 270 ] {} <Trace> HTTP-Session: b5ccd0f5-c612-4de7-b853-0c8c315c0c27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11139 2024.10.22 17:04:02.427159 [ 270 ] {4da2874c-7aac-4ffe-9a11-6c3c81efd773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50208) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11140 2024.10.22 17:04:02.427212 [ 270 ] {4da2874c-7aac-4ffe-9a11-6c3c81efd773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11141 2024.10.22 17:04:02.427489 [ 270 ] {4da2874c-7aac-4ffe-9a11-6c3c81efd773} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11142 2024.10.22 17:04:02.428194 [ 270 ] {4da2874c-7aac-4ffe-9a11-6c3c81efd773} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11143 2024.10.22 17:04:02.428229 [ 270 ] {4da2874c-7aac-4ffe-9a11-6c3c81efd773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11144 2024.10.22 17:04:02.428599 [ 270 ] {4da2874c-7aac-4ffe-9a11-6c3c81efd773} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
11145 2024.10.22 17:04:02.428954 [ 270 ] {4da2874c-7aac-4ffe-9a11-6c3c81efd773} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11146 2024.10.22 17:04:02.429103 [ 270 ] {4da2874c-7aac-4ffe-9a11-6c3c81efd773} <Debug> executeQuery: Read 530 rows, 40.21 KiB in 0.002245 sec., 236080.17817371938 rows/sec., 17.49 MiB/sec.
11147 2024.10.22 17:04:02.429378 [ 270 ] {4da2874c-7aac-4ffe-9a11-6c3c81efd773} <Debug> DynamicQueryHandler: Done processing query
11148 2024.10.22 17:04:02.429448 [ 270 ] {4da2874c-7aac-4ffe-9a11-6c3c81efd773} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
11149 2024.10.22 17:04:02.429513 [ 270 ] {} <Debug> HTTP-Session: b5ccd0f5-c612-4de7-b853-0c8c315c0c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11150 2024.10.22 17:04:02.430047 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11151 2024.10.22 17:04:02.430170 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41165, User-Agent: (none), Length: 189123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11152 2024.10.22 17:04:02.430232 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11153 2024.10.22 17:04:02.430255 [ 261 ] {} <Debug> HTTP-Session: 79ad6534-4c4e-4a83-8dd6-e73047533d7f Authenticating user 'default' from [fd00:1122:3344:101::d]:41165
11154 2024.10.22 17:04:02.430276 [ 261 ] {} <Debug> HTTP-Session: 79ad6534-4c4e-4a83-8dd6-e73047533d7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11155 2024.10.22 17:04:02.430293 [ 261 ] {} <Debug> HTTP-Session: 79ad6534-4c4e-4a83-8dd6-e73047533d7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11156 2024.10.22 17:04:02.430332 [ 261 ] {} <Trace> HTTP-Session: 79ad6534-4c4e-4a83-8dd6-e73047533d7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11157 2024.10.22 17:04:02.430823 [ 261 ] {aacd4c42-39a3-477d-9278-c732f7260869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41165) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11158 2024.10.22 17:04:02.430872 [ 261 ] {aacd4c42-39a3-477d-9278-c732f7260869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11159 2024.10.22 17:04:02.431031 [ 261 ] {aacd4c42-39a3-477d-9278-c732f7260869} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11160 2024.10.22 17:04:02.431941 [ 261 ] {aacd4c42-39a3-477d-9278-c732f7260869} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11161 2024.10.22 17:04:02.431976 [ 261 ] {aacd4c42-39a3-477d-9278-c732f7260869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11162 2024.10.22 17:04:02.432409 [ 261 ] {aacd4c42-39a3-477d-9278-c732f7260869} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
11163 2024.10.22 17:04:02.432755 [ 261 ] {aacd4c42-39a3-477d-9278-c732f7260869} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11164 2024.10.22 17:04:02.432884 [ 261 ] {aacd4c42-39a3-477d-9278-c732f7260869} <Debug> executeQuery: Read 996 rows, 68.53 KiB in 0.002381 sec., 418311.6337673247 rows/sec., 28.11 MiB/sec.
11165 2024.10.22 17:04:02.433061 [ 261 ] {aacd4c42-39a3-477d-9278-c732f7260869} <Debug> DynamicQueryHandler: Done processing query
11166 2024.10.22 17:04:02.433086 [ 261 ] {aacd4c42-39a3-477d-9278-c732f7260869} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
11167 2024.10.22 17:04:02.433101 [ 261 ] {} <Debug> HTTP-Session: 79ad6534-4c4e-4a83-8dd6-e73047533d7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11168 2024.10.22 17:04:02.433525 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11169 2024.10.22 17:04:02.433553 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50208, User-Agent: (none), Length: 16496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11170 2024.10.22 17:04:02.433613 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11171 2024.10.22 17:04:02.433636 [ 270 ] {} <Debug> HTTP-Session: 53fe4392-0d85-4c6a-8879-16eaa9baf255 Authenticating user 'default' from [fd00:1122:3344:101::d]:50208
11172 2024.10.22 17:04:02.433662 [ 270 ] {} <Debug> HTTP-Session: 53fe4392-0d85-4c6a-8879-16eaa9baf255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11173 2024.10.22 17:04:02.433681 [ 270 ] {} <Debug> HTTP-Session: 53fe4392-0d85-4c6a-8879-16eaa9baf255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11174 2024.10.22 17:04:02.433718 [ 270 ] {} <Trace> HTTP-Session: 53fe4392-0d85-4c6a-8879-16eaa9baf255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11175 2024.10.22 17:04:02.433955 [ 270 ] {b58dfcc8-7b61-4a1e-a0c2-69763b1ebff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50208) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11176 2024.10.22 17:04:02.434029 [ 270 ] {b58dfcc8-7b61-4a1e-a0c2-69763b1ebff9} <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
11177 2024.10.22 17:04:02.434529 [ 270 ] {b58dfcc8-7b61-4a1e-a0c2-69763b1ebff9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11178 2024.10.22 17:04:02.435119 [ 270 ] {b58dfcc8-7b61-4a1e-a0c2-69763b1ebff9} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11179 2024.10.22 17:04:02.435152 [ 270 ] {b58dfcc8-7b61-4a1e-a0c2-69763b1ebff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11180 2024.10.22 17:04:02.435753 [ 270 ] {b58dfcc8-7b61-4a1e-a0c2-69763b1ebff9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11181 2024.10.22 17:04:02.436169 [ 270 ] {b58dfcc8-7b61-4a1e-a0c2-69763b1ebff9} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11182 2024.10.22 17:04:02.436307 [ 110 ] {} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
11183 2024.10.22 17:04:02.436321 [ 270 ] {b58dfcc8-7b61-4a1e-a0c2-69763b1ebff9} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002517 sec., 3972.983710766786 rows/sec., 7.12 MiB/sec.
11184 2024.10.22 17:04:02.436356 [ 110 ] {} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11185 2024.10.22 17:04:02.436401 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11186 2024.10.22 17:04:02.436837 [ 270 ] {b58dfcc8-7b61-4a1e-a0c2-69763b1ebff9} <Debug> DynamicQueryHandler: Done processing query
11187 2024.10.22 17:04:02.436855 [ 195 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
11188 2024.10.22 17:04:02.436910 [ 270 ] {b58dfcc8-7b61-4a1e-a0c2-69763b1ebff9} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
11189 2024.10.22 17:04:02.437002 [ 270 ] {} <Debug> HTTP-Session: 53fe4392-0d85-4c6a-8879-16eaa9baf255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11190 2024.10.22 17:04:02.437294 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11191 2024.10.22 17:04:02.437381 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38609, User-Agent: (none), Length: 8523, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11192 2024.10.22 17:04:02.437563 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11193 2024.10.22 17:04:02.437595 [ 270 ] {} <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):
11194 
11195 (version 23.8.7.1)
11196 2024.10.22 17:04:02.437641 [ 261 ] {} <Debug> HTTP-Session: 5a295a6a-b622-4717-9aab-08ddb5e740c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38609
11197 2024.10.22 17:04:02.437708 [ 261 ] {} <Debug> HTTP-Session: 5a295a6a-b622-4717-9aab-08ddb5e740c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11198 2024.10.22 17:04:02.437748 [ 261 ] {} <Debug> HTTP-Session: 5a295a6a-b622-4717-9aab-08ddb5e740c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11199 2024.10.22 17:04:02.437853 [ 261 ] {} <Trace> HTTP-Session: 5a295a6a-b622-4717-9aab-08ddb5e740c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11200 2024.10.22 17:04:02.438123 [ 261 ] {c3da2e62-8949-4c3e-8363-c73ac4f6f2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38609) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11201 2024.10.22 17:04:02.438235 [ 261 ] {c3da2e62-8949-4c3e-8363-c73ac4f6f2ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11202 2024.10.22 17:04:02.438245 [ 195 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11203 2024.10.22 17:04:02.438459 [ 195 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 603 rows starting from the beginning of the part
11204 2024.10.22 17:04:02.438769 [ 261 ] {c3da2e62-8949-4c3e-8363-c73ac4f6f2ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11205 2024.10.22 17:04:02.439274 [ 195 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part
11206 2024.10.22 17:04:02.439987 [ 195 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part
11207 2024.10.22 17:04:02.440198 [ 261 ] {c3da2e62-8949-4c3e-8363-c73ac4f6f2ae} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11208 2024.10.22 17:04:02.440292 [ 261 ] {c3da2e62-8949-4c3e-8363-c73ac4f6f2ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11209 2024.10.22 17:04:02.440680 [ 195 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part
11210 2024.10.22 17:04:02.441366 [ 195 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part
11211 2024.10.22 17:04:02.441612 [ 261 ] {c3da2e62-8949-4c3e-8363-c73ac4f6f2ae} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
11212 2024.10.22 17:04:02.441938 [ 195 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 10 rows starting from the beginning of the part
11213 2024.10.22 17:04:02.442890 [ 261 ] {c3da2e62-8949-4c3e-8363-c73ac4f6f2ae} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11214 2024.10.22 17:04:02.443335 [ 261 ] {c3da2e62-8949-4c3e-8363-c73ac4f6f2ae} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.005324 sec., 10518.407212622089 rows/sec., 724.90 KiB/sec.
11215 2024.10.22 17:04:02.443960 [ 261 ] {c3da2e62-8949-4c3e-8363-c73ac4f6f2ae} <Debug> DynamicQueryHandler: Done processing query
11216 2024.10.22 17:04:02.444065 [ 261 ] {c3da2e62-8949-4c3e-8363-c73ac4f6f2ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
11217 2024.10.22 17:04:02.444156 [ 261 ] {} <Debug> HTTP-Session: 5a295a6a-b622-4717-9aab-08ddb5e740c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11218 2024.10.22 17:04:02.444778 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11219 2024.10.22 17:04:02.448096 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 693 rows, containing 19 columns (19 merged, 0 gathered) in 0.011557405 sec., 59961.5571142484 rows/sec., 107.45 MiB/sec.
11220 2024.10.22 17:04:02.448833 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
11221 2024.10.22 17:04:02.449413 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11222 2024.10.22 17:04:02.449487 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
11223 2024.10.22 17:04:02.449619 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB.
11224 2024.10.22 17:04:02.981840 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40263, User-Agent: (none), Length: 3681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11225 2024.10.22 17:04:02.981948 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11226 2024.10.22 17:04:02.981972 [ 261 ] {} <Debug> HTTP-Session: 221323d1-0d5e-4045-8351-251163134f7e Authenticating user 'default' from [fd00:1122:3344:101::d]:40263
11227 2024.10.22 17:04:02.981996 [ 261 ] {} <Debug> HTTP-Session: 221323d1-0d5e-4045-8351-251163134f7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11228 2024.10.22 17:04:02.982010 [ 261 ] {} <Debug> HTTP-Session: 221323d1-0d5e-4045-8351-251163134f7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11229 2024.10.22 17:04:02.982059 [ 261 ] {} <Trace> HTTP-Session: 221323d1-0d5e-4045-8351-251163134f7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11230 2024.10.22 17:04:02.982234 [ 261 ] {d7926b49-e711-44fa-949b-272253ad7bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40263) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11231 2024.10.22 17:04:02.982298 [ 261 ] {d7926b49-e711-44fa-949b-272253ad7bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11232 2024.10.22 17:04:02.982626 [ 261 ] {d7926b49-e711-44fa-949b-272253ad7bb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11233 2024.10.22 17:04:02.983121 [ 261 ] {d7926b49-e711-44fa-949b-272253ad7bb7} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11234 2024.10.22 17:04:02.983165 [ 261 ] {d7926b49-e711-44fa-949b-272253ad7bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11235 2024.10.22 17:04:02.983581 [ 261 ] {d7926b49-e711-44fa-949b-272253ad7bb7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
11236 2024.10.22 17:04:02.983972 [ 261 ] {d7926b49-e711-44fa-949b-272253ad7bb7} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11237 2024.10.22 17:04:02.984123 [ 261 ] {d7926b49-e711-44fa-949b-272253ad7bb7} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001943 sec., 13381.369016984045 rows/sec., 1.04 MiB/sec.
11238 2024.10.22 17:04:02.984138 [ 110 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
11239 2024.10.22 17:04:02.984194 [ 110 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11240 2024.10.22 17:04:02.984236 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11241 2024.10.22 17:04:02.984394 [ 261 ] {d7926b49-e711-44fa-949b-272253ad7bb7} <Debug> DynamicQueryHandler: Done processing query
11242 2024.10.22 17:04:02.984452 [ 261 ] {d7926b49-e711-44fa-949b-272253ad7bb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11243 2024.10.22 17:04:02.984463 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
11244 2024.10.22 17:04:02.984493 [ 261 ] {} <Debug> HTTP-Session: 221323d1-0d5e-4045-8351-251163134f7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11245 2024.10.22 17:04:02.984891 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11246 2024.10.22 17:04:02.985041 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55795, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11247 2024.10.22 17:04:02.985295 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11248 2024.10.22 17:04:02.985309 [ 261 ] {} <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):
11249 
11250 (version 23.8.7.1)
11251 2024.10.22 17:04:02.985376 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11252 2024.10.22 17:04:02.985472 [ 270 ] {} <Debug> HTTP-Session: f11f244f-af3c-4eef-b596-c6866c6b9893 Authenticating user 'default' from [fd00:1122:3344:101::d]:55795
11253 2024.10.22 17:04:02.985536 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1430 rows starting from the beginning of the part
11254 2024.10.22 17:04:02.985565 [ 270 ] {} <Debug> HTTP-Session: f11f244f-af3c-4eef-b596-c6866c6b9893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11255 2024.10.22 17:04:02.985663 [ 270 ] {} <Debug> HTTP-Session: f11f244f-af3c-4eef-b596-c6866c6b9893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11256 2024.10.22 17:04:02.985881 [ 270 ] {} <Trace> HTTP-Session: f11f244f-af3c-4eef-b596-c6866c6b9893 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11257 2024.10.22 17:04:02.986053 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 261 rows starting from the beginning of the part
11258 2024.10.22 17:04:02.986268 [ 270 ] {cfb8f5bc-c4bd-4f71-ab90-f48189d85f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55795) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11259 2024.10.22 17:04:02.986300 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 76 rows starting from the beginning of the part
11260 2024.10.22 17:04:02.986410 [ 270 ] {cfb8f5bc-c4bd-4f71-ab90-f48189d85f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11261 2024.10.22 17:04:02.986616 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 261 rows starting from the beginning of the part
11262 2024.10.22 17:04:02.986935 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1216 rows starting from the beginning of the part
11263 2024.10.22 17:04:02.987328 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 26 rows starting from the beginning of the part
11264 2024.10.22 17:04:02.988093 [ 270 ] {cfb8f5bc-c4bd-4f71-ab90-f48189d85f67} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11265 2024.10.22 17:04:02.988655 [ 270 ] {cfb8f5bc-c4bd-4f71-ab90-f48189d85f67} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11266 2024.10.22 17:04:02.988722 [ 270 ] {cfb8f5bc-c4bd-4f71-ab90-f48189d85f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11267 2024.10.22 17:04:02.989282 [ 270 ] {cfb8f5bc-c4bd-4f71-ab90-f48189d85f67} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
11268 2024.10.22 17:04:02.989672 [ 270 ] {cfb8f5bc-c4bd-4f71-ab90-f48189d85f67} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11269 2024.10.22 17:04:02.989842 [ 110 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
11270 2024.10.22 17:04:02.989899 [ 270 ] {cfb8f5bc-c4bd-4f71-ab90-f48189d85f67} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003759 sec., 7448.7895716945995 rows/sec., 594.93 KiB/sec.
11271 2024.10.22 17:04:02.989910 [ 110 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11272 2024.10.22 17:04:02.989964 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11273 2024.10.22 17:04:02.990291 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
11274 2024.10.22 17:04:02.990327 [ 191 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3270 rows, containing 5 columns (5 merged, 0 gathered) in 0.006014748 sec., 543663.6746876178 rows/sec., 47.47 MiB/sec.
11275 2024.10.22 17:04:02.990421 [ 270 ] {cfb8f5bc-c4bd-4f71-ab90-f48189d85f67} <Debug> DynamicQueryHandler: Done processing query
11276 2024.10.22 17:04:02.990471 [ 270 ] {cfb8f5bc-c4bd-4f71-ab90-f48189d85f67} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
11277 2024.10.22 17:04:02.990505 [ 270 ] {} <Debug> HTTP-Session: f11f244f-af3c-4eef-b596-c6866c6b9893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11278 2024.10.22 17:04:02.990516 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11279 2024.10.22 17:04:02.990567 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part
11280 2024.10.22 17:04:02.990659 [ 186 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
11281 2024.10.22 17:04:02.990875 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11282 2024.10.22 17:04:02.990897 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 412 rows starting from the beginning of the part
11283 2024.10.22 17:04:02.990976 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34993, User-Agent: (none), Length: 1975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11284 2024.10.22 17:04:02.991297 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11285 2024.10.22 17:04:02.991294 [ 270 ] {} <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):
11286 
11287 (version 23.8.7.1)
11288 2024.10.22 17:04:02.991489 [ 261 ] {} <Debug> HTTP-Session: c3795527-3b4d-4ab8-8e4d-6c4bbafe24ed Authenticating user 'default' from [fd00:1122:3344:101::d]:34993
11289 2024.10.22 17:04:02.991579 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 74 rows starting from the beginning of the part
11290 2024.10.22 17:04:02.991600 [ 261 ] {} <Debug> HTTP-Session: c3795527-3b4d-4ab8-8e4d-6c4bbafe24ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11291 2024.10.22 17:04:02.991707 [ 261 ] {} <Debug> HTTP-Session: c3795527-3b4d-4ab8-8e4d-6c4bbafe24ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11292 2024.10.22 17:04:02.991931 [ 261 ] {} <Trace> HTTP-Session: c3795527-3b4d-4ab8-8e4d-6c4bbafe24ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11293 2024.10.22 17:04:02.992139 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 412 rows starting from the beginning of the part
11294 2024.10.22 17:04:02.992479 [ 261 ] {2eac5088-8473-439e-9186-6bbf4a56025c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11295 2024.10.22 17:04:02.992702 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 530 rows starting from the beginning of the part
11296 2024.10.22 17:04:02.992759 [ 261 ] {2eac5088-8473-439e-9186-6bbf4a56025c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11297 2024.10.22 17:04:02.993220 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part
11298 2024.10.22 17:04:02.993804 [ 186 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_51_10} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11299 2024.10.22 17:04:02.994034 [ 186 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_51_10} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
11300 2024.10.22 17:04:02.994086 [ 261 ] {2eac5088-8473-439e-9186-6bbf4a56025c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11301 2024.10.22 17:04:02.994196 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
11302 2024.10.22 17:04:02.994754 [ 261 ] {2eac5088-8473-439e-9186-6bbf4a56025c} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11303 2024.10.22 17:04:02.994793 [ 261 ] {2eac5088-8473-439e-9186-6bbf4a56025c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11304 2024.10.22 17:04:02.995334 [ 261 ] {2eac5088-8473-439e-9186-6bbf4a56025c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
11305 2024.10.22 17:04:02.995727 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2370 rows, containing 5 columns (5 merged, 0 gathered) in 0.00565166 sec., 419345.8205199888 rows/sec., 32.12 MiB/sec.
11306 2024.10.22 17:04:02.995889 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
11307 2024.10.22 17:04:02.996036 [ 261 ] {2eac5088-8473-439e-9186-6bbf4a56025c} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11308 2024.10.22 17:04:02.996279 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
11309 2024.10.22 17:04:02.996320 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11310 2024.10.22 17:04:02.996320 [ 261 ] {2eac5088-8473-439e-9186-6bbf4a56025c} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.004067 sec., 2458.8148512417015 rows/sec., 174.57 KiB/sec.
11311 2024.10.22 17:04:02.996350 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11312 2024.10.22 17:04:02.996732 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_51_10} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11313 2024.10.22 17:04:02.996906 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
11314 2024.10.22 17:04:02.997281 [ 261 ] {2eac5088-8473-439e-9186-6bbf4a56025c} <Debug> DynamicQueryHandler: Done processing query
11315 2024.10.22 17:04:02.997374 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_51_10} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
11316 2024.10.22 17:04:02.997416 [ 261 ] {2eac5088-8473-439e-9186-6bbf4a56025c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
11317 2024.10.22 17:04:02.997553 [ 261 ] {} <Debug> HTTP-Session: c3795527-3b4d-4ab8-8e4d-6c4bbafe24ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11318 2024.10.22 17:04:02.997960 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
11319 2024.10.22 17:04:02.998096 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34993, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11320 2024.10.22 17:04:02.998145 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49473, User-Agent: (none), Length: 666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11321 2024.10.22 17:04:02.998289 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11322 2024.10.22 17:04:02.998411 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11323 2024.10.22 17:04:02.998507 [ 261 ] {} <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):
11324 
11325 (version 23.8.7.1)
11326 2024.10.22 17:04:02.998493 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14030 rows starting from the beginning of the part
11327 2024.10.22 17:04:02.998549 [ 270 ] {} <Debug> HTTP-Session: 1e45b36b-c566-4ba6-a8a7-a3f5bece244e Authenticating user 'default' from [fd00:1122:3344:101::d]:49473
11328 2024.10.22 17:04:02.998721 [ 270 ] {} <Debug> HTTP-Session: 1e45b36b-c566-4ba6-a8a7-a3f5bece244e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11329 2024.10.22 17:04:02.998806 [ 270 ] {} <Debug> HTTP-Session: 1e45b36b-c566-4ba6-a8a7-a3f5bece244e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11330 2024.10.22 17:04:02.998949 [ 270 ] {} <Trace> HTTP-Session: 1e45b36b-c566-4ba6-a8a7-a3f5bece244e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11331 2024.10.22 17:04:02.998974 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part
11332 2024.10.22 17:04:02.999242 [ 270 ] {de321d14-08fa-4c3d-abca-af950185fb7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49473) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11333 2024.10.22 17:04:02.999247 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
11334 2024.10.22 17:04:02.999418 [ 270 ] {de321d14-08fa-4c3d-abca-af950185fb7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11335 2024.10.22 17:04:02.999624 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
11336 2024.10.22 17:04:02.999900 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 996 rows starting from the beginning of the part
11337 2024.10.22 17:04:03.000303 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 10 rows starting from the beginning of the part
11338 2024.10.22 17:04:03.000622 [ 270 ] {de321d14-08fa-4c3d-abca-af950185fb7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11339 2024.10.22 17:04:03.001185 [ 270 ] {de321d14-08fa-4c3d-abca-af950185fb7f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11340 2024.10.22 17:04:03.001233 [ 270 ] {de321d14-08fa-4c3d-abca-af950185fb7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11341 2024.10.22 17:04:03.002088 [ 270 ] {de321d14-08fa-4c3d-abca-af950185fb7f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
11342 2024.10.22 17:04:03.002505 [ 270 ] {de321d14-08fa-4c3d-abca-af950185fb7f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11343 2024.10.22 17:04:03.002719 [ 270 ] {de321d14-08fa-4c3d-abca-af950185fb7f} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.003605 sec., 1109.5700416088764 rows/sec., 78.02 KiB/sec.
11344 2024.10.22 17:04:03.002762 [ 123 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
11345 2024.10.22 17:04:03.002915 [ 123 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11346 2024.10.22 17:04:03.003037 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11347 2024.10.22 17:04:03.003145 [ 270 ] {de321d14-08fa-4c3d-abca-af950185fb7f} <Debug> DynamicQueryHandler: Done processing query
11348 2024.10.22 17:04:03.003239 [ 270 ] {de321d14-08fa-4c3d-abca-af950185fb7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
11349 2024.10.22 17:04:03.003305 [ 270 ] {} <Debug> HTTP-Session: 1e45b36b-c566-4ba6-a8a7-a3f5bece244e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11350 2024.10.22 17:04:03.003409 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
11351 2024.10.22 17:04:03.003529 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11352 2024.10.22 17:04:03.003760 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11353 2024.10.22 17:04:03.003821 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2666 rows starting from the beginning of the part
11354 2024.10.22 17:04:03.004006 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part
11355 2024.10.22 17:04:03.004242 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
11356 2024.10.22 17:04:03.004547 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
11357 2024.10.22 17:04:03.004724 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part
11358 2024.10.22 17:04:03.004882 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 4 rows starting from the beginning of the part
11359 2024.10.22 17:04:03.006550 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15670 rows, containing 5 columns (5 merged, 0 gathered) in 0.010093272 sec., 1552519.3415970558 rows/sec., 104.77 MiB/sec.
11360 2024.10.22 17:04:03.006962 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
11361 2024.10.22 17:04:03.007611 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2950 rows, containing 4 columns (4 merged, 0 gathered) in 0.004409191 sec., 669056.9766653338 rows/sec., 43.62 MiB/sec.
11362 2024.10.22 17:04:03.007850 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11363 2024.10.22 17:04:03.007941 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
11364 2024.10.22 17:04:03.007983 [ 194 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
11365 2024.10.22 17:04:03.008131 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB.
11366 2024.10.22 17:04:03.008438 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_51_10} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11367 2024.10.22 17:04:03.008538 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_51_10} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
11368 2024.10.22 17:04:03.008628 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
11369 2024.10.22 17:04:04.000156 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.15 MiB, peak 181.76 MiB, free memory in arenas 0.00 B, will set to 173.55 MiB (RSS), difference: 1.41 MiB
11370 2024.10.22 17:04:04.782442 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35880, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11371 2024.10.22 17:04:05.000216 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59216, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11372 2024.10.22 17:04:05.093882 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11373 2024.10.22 17:04:05.098285 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11374 2024.10.22 17:04:05.100557 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56706, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11375 2024.10.22 17:04:05.105792 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11376 2024.10.22 17:04:05.123112 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55572, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11377 2024.10.22 17:04:05.123173 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11378 2024.10.22 17:04:05.519436 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38593, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11379 2024.10.22 17:04:06.059412 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11380 2024.10.22 17:04:06.088759 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11381 2024.10.22 17:04:06.219176 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49617, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11382 2024.10.22 17:04:06.233591 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11383 2024.10.22 17:04:06.272896 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11384 2024.10.22 17:04:06.374315 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57636, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11385 2024.10.22 17:04:06.376584 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33065, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11386 2024.10.22 17:04:06.391868 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56355, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11387 2024.10.22 17:04:06.410162 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11388 2024.10.22 17:04:06.647608 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11389 2024.10.22 17:04:06.699942 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11390 2024.10.22 17:04:06.710302 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11391 2024.10.22 17:04:06.739678 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11392 2024.10.22 17:04:06.765000 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64755, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11393 2024.10.22 17:04:06.950542 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11394 2024.10.22 17:04:06.956833 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11395 2024.10.22 17:04:06.962117 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37012, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11396 2024.10.22 17:04:06.969393 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11397 2024.10.22 17:04:07.346935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 992
11398 2024.10.22 17:04:07.349991 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11399 2024.10.22 17:04:07.350043 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11400 2024.10.22 17:04:07.351586 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
11401 2024.10.22 17:04:07.352586 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11402 2024.10.22 17:04:07.353181 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 992
11403 2024.10.22 17:04:07.854563 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11404 2024.10.22 17:04:07.870092 [ 261 ] {} <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)
11405 2024.10.22 17:04:07.894545 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11406 2024.10.22 17:04:07.924955 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60894, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11407 2024.10.22 17:04:07.949294 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55441, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11408 2024.10.22 17:04:07.959567 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56742, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11409 2024.10.22 17:04:07.995442 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62568, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11410 2024.10.22 17:04:07.995535 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11411 2024.10.22 17:04:07.995563 [ 261 ] {} <Debug> HTTP-Session: b5c42b0c-fab5-4396-9e4b-3f5c7abb596d Authenticating user 'default' from [fd00:1122:3344:101::d]:62568
11412 2024.10.22 17:04:07.995590 [ 261 ] {} <Debug> HTTP-Session: b5c42b0c-fab5-4396-9e4b-3f5c7abb596d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11413 2024.10.22 17:04:07.995609 [ 261 ] {} <Debug> HTTP-Session: b5c42b0c-fab5-4396-9e4b-3f5c7abb596d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11414 2024.10.22 17:04:07.995663 [ 261 ] {} <Trace> HTTP-Session: b5c42b0c-fab5-4396-9e4b-3f5c7abb596d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11415 2024.10.22 17:04:07.995856 [ 261 ] {910ed31b-ae16-498e-8fae-8070d0ddf3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62568) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
11416 2024.10.22 17:04:07.995921 [ 261 ] {910ed31b-ae16-498e-8fae-8070d0ddf3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
11417 2024.10.22 17:04:07.996253 [ 261 ] {910ed31b-ae16-498e-8fae-8070d0ddf3f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11418 2024.10.22 17:04:07.996734 [ 261 ] {910ed31b-ae16-498e-8fae-8070d0ddf3f3} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11419 2024.10.22 17:04:07.996779 [ 261 ] {910ed31b-ae16-498e-8fae-8070d0ddf3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11420 2024.10.22 17:04:07.997199 [ 261 ] {910ed31b-ae16-498e-8fae-8070d0ddf3f3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
11421 2024.10.22 17:04:07.997603 [ 261 ] {910ed31b-ae16-498e-8fae-8070d0ddf3f3} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11422 2024.10.22 17:04:07.997770 [ 261 ] {910ed31b-ae16-498e-8fae-8070d0ddf3f3} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001962 sec., 6116.207951070336 rows/sec., 427.06 KiB/sec.
11423 2024.10.22 17:04:07.997809 [ 148 ] {} <Debug> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
11424 2024.10.22 17:04:07.997924 [ 148 ] {} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11425 2024.10.22 17:04:07.997981 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11426 2024.10.22 17:04:07.998130 [ 261 ] {910ed31b-ae16-498e-8fae-8070d0ddf3f3} <Debug> DynamicQueryHandler: Done processing query
11427 2024.10.22 17:04:07.998210 [ 261 ] {910ed31b-ae16-498e-8fae-8070d0ddf3f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11428 2024.10.22 17:04:07.998285 [ 261 ] {} <Debug> HTTP-Session: b5c42b0c-fab5-4396-9e4b-3f5c7abb596d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11429 2024.10.22 17:04:07.998373 [ 189 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::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
11430 2024.10.22 17:04:07.998596 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62568, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11431 2024.10.22 17:04:07.998741 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52369, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11432 2024.10.22 17:04:07.998854 [ 189 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11433 2024.10.22 17:04:07.998873 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11434 2024.10.22 17:04:07.998928 [ 189 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 12 rows starting from the beginning of the part
11435 2024.10.22 17:04:07.998939 [ 270 ] {} <Debug> HTTP-Session: f246ae8c-3ef8-47d2-b5ea-3821ea740c63 Authenticating user 'default' from [fd00:1122:3344:101::d]:52369
11436 2024.10.22 17:04:07.998995 [ 270 ] {} <Debug> HTTP-Session: f246ae8c-3ef8-47d2-b5ea-3821ea740c63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11437 2024.10.22 17:04:07.999040 [ 270 ] {} <Debug> HTTP-Session: f246ae8c-3ef8-47d2-b5ea-3821ea740c63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11438 2024.10.22 17:04:07.999161 [ 189 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part
11439 2024.10.22 17:04:07.999253 [ 270 ] {} <Trace> HTTP-Session: f246ae8c-3ef8-47d2-b5ea-3821ea740c63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11440 2024.10.22 17:04:07.999489 [ 189 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part
11441 2024.10.22 17:04:07.999695 [ 270 ] {b8780319-8b15-4c6b-a411-18ba457da670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52369) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
11442 2024.10.22 17:04:07.999779 [ 189 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part
11443 2024.10.22 17:04:07.999983 [ 270 ] {b8780319-8b15-4c6b-a411-18ba457da670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11444 2024.10.22 17:04:08.000139 [ 189 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part
11445 2024.10.22 17:04:08.000208 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.75 MiB, peak 181.76 MiB, free memory in arenas 0.00 B, will set to 173.55 MiB (RSS), difference: -1.19 MiB
11446 2024.10.22 17:04:08.001565 [ 270 ] {b8780319-8b15-4c6b-a411-18ba457da670} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11447 2024.10.22 17:04:08.002512 [ 270 ] {b8780319-8b15-4c6b-a411-18ba457da670} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11448 2024.10.22 17:04:08.002579 [ 270 ] {b8780319-8b15-4c6b-a411-18ba457da670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11449 2024.10.22 17:04:08.003626 [ 189 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.005545997 sec., 10818.613857887049 rows/sec., 795.02 KiB/sec.
11450 2024.10.22 17:04:08.003720 [ 270 ] {b8780319-8b15-4c6b-a411-18ba457da670} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
11451 2024.10.22 17:04:08.003856 [ 196 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
11452 2024.10.22 17:04:08.004726 [ 270 ] {b8780319-8b15-4c6b-a411-18ba457da670} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11453 2024.10.22 17:04:08.004992 [ 196 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_21_5} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11454 2024.10.22 17:04:08.005065 [ 270 ] {b8780319-8b15-4c6b-a411-18ba457da670} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005559 sec., 359.7769382982551 rows/sec., 29.34 KiB/sec.
11455 2024.10.22 17:04:08.005204 [ 196 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_21_5} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
11456 2024.10.22 17:04:08.005425 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11457 2024.10.22 17:04:08.005480 [ 270 ] {b8780319-8b15-4c6b-a411-18ba457da670} <Debug> DynamicQueryHandler: Done processing query
11458 2024.10.22 17:04:08.005511 [ 270 ] {b8780319-8b15-4c6b-a411-18ba457da670} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
11459 2024.10.22 17:04:08.005527 [ 270 ] {} <Debug> HTTP-Session: f246ae8c-3ef8-47d2-b5ea-3821ea740c63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11460 2024.10.22 17:04:08.005747 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11461 2024.10.22 17:04:08.005872 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53903, User-Agent: (none), Length: 39353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11462 2024.10.22 17:04:08.005968 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11463 2024.10.22 17:04:08.005996 [ 266 ] {} <Debug> HTTP-Session: 1c478134-b5d6-41e6-9924-e3faaf47f3b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53903
11464 2024.10.22 17:04:08.006023 [ 266 ] {} <Debug> HTTP-Session: 1c478134-b5d6-41e6-9924-e3faaf47f3b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11465 2024.10.22 17:04:08.006040 [ 266 ] {} <Debug> HTTP-Session: 1c478134-b5d6-41e6-9924-e3faaf47f3b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11466 2024.10.22 17:04:08.006098 [ 266 ] {} <Trace> HTTP-Session: 1c478134-b5d6-41e6-9924-e3faaf47f3b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11467 2024.10.22 17:04:08.006385 [ 266 ] {cf237a42-7da1-449d-b39c-a1a87ee20b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53903) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11468 2024.10.22 17:04:08.006460 [ 266 ] {cf237a42-7da1-449d-b39c-a1a87ee20b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11469 2024.10.22 17:04:08.006832 [ 266 ] {cf237a42-7da1-449d-b39c-a1a87ee20b57} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11470 2024.10.22 17:04:08.007404 [ 266 ] {cf237a42-7da1-449d-b39c-a1a87ee20b57} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11471 2024.10.22 17:04:08.007444 [ 266 ] {cf237a42-7da1-449d-b39c-a1a87ee20b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11472 2024.10.22 17:04:08.007895 [ 266 ] {cf237a42-7da1-449d-b39c-a1a87ee20b57} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11473 2024.10.22 17:04:08.008038 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40060, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11474 2024.10.22 17:04:08.008479 [ 266 ] {cf237a42-7da1-449d-b39c-a1a87ee20b57} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11475 2024.10.22 17:04:08.008661 [ 266 ] {cf237a42-7da1-449d-b39c-a1a87ee20b57} <Debug> executeQuery: Read 262 rows, 23.47 KiB in 0.002416 sec., 108443.70860927152 rows/sec., 9.49 MiB/sec.
11476 2024.10.22 17:04:08.008873 [ 266 ] {cf237a42-7da1-449d-b39c-a1a87ee20b57} <Debug> DynamicQueryHandler: Done processing query
11477 2024.10.22 17:04:08.008901 [ 266 ] {cf237a42-7da1-449d-b39c-a1a87ee20b57} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
11478 2024.10.22 17:04:08.008917 [ 266 ] {} <Debug> HTTP-Session: 1c478134-b5d6-41e6-9924-e3faaf47f3b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11479 2024.10.22 17:04:08.009094 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53903, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11480 2024.10.22 17:04:08.009114 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52369, User-Agent: (none), Length: 4628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11481 2024.10.22 17:04:08.009218 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11482 2024.10.22 17:04:08.009249 [ 270 ] {} <Debug> HTTP-Session: d31ea70d-37d7-4120-b6e8-7c09d79fc372 Authenticating user 'default' from [fd00:1122:3344:101::d]:52369
11483 2024.10.22 17:04:08.009276 [ 270 ] {} <Debug> HTTP-Session: d31ea70d-37d7-4120-b6e8-7c09d79fc372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11484 2024.10.22 17:04:08.009293 [ 270 ] {} <Debug> HTTP-Session: d31ea70d-37d7-4120-b6e8-7c09d79fc372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11485 2024.10.22 17:04:08.009343 [ 270 ] {} <Trace> HTTP-Session: d31ea70d-37d7-4120-b6e8-7c09d79fc372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11486 2024.10.22 17:04:08.009512 [ 270 ] {31640b06-1b6e-411d-85bd-328c4830b2b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52369) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11487 2024.10.22 17:04:08.009576 [ 270 ] {31640b06-1b6e-411d-85bd-328c4830b2b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11488 2024.10.22 17:04:08.009892 [ 270 ] {31640b06-1b6e-411d-85bd-328c4830b2b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11489 2024.10.22 17:04:08.010272 [ 270 ] {31640b06-1b6e-411d-85bd-328c4830b2b2} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11490 2024.10.22 17:04:08.010311 [ 270 ] {31640b06-1b6e-411d-85bd-328c4830b2b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11491 2024.10.22 17:04:08.010690 [ 270 ] {31640b06-1b6e-411d-85bd-328c4830b2b2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11492 2024.10.22 17:04:08.011064 [ 270 ] {31640b06-1b6e-411d-85bd-328c4830b2b2} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11493 2024.10.22 17:04:08.011244 [ 270 ] {31640b06-1b6e-411d-85bd-328c4830b2b2} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.001791 sec., 17867.113344500278 rows/sec., 1.31 MiB/sec.
11494 2024.10.22 17:04:08.011534 [ 270 ] {31640b06-1b6e-411d-85bd-328c4830b2b2} <Debug> DynamicQueryHandler: Done processing query
11495 2024.10.22 17:04:08.011584 [ 270 ] {31640b06-1b6e-411d-85bd-328c4830b2b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
11496 2024.10.22 17:04:08.011621 [ 270 ] {} <Debug> HTTP-Session: d31ea70d-37d7-4120-b6e8-7c09d79fc372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11497 2024.10.22 17:04:08.011791 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11498 2024.10.22 17:04:08.011889 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44372, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11499 2024.10.22 17:04:08.011960 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11500 2024.10.22 17:04:08.011984 [ 266 ] {} <Debug> HTTP-Session: 8815dbd4-d333-45e8-b27b-3501ad4a0970 Authenticating user 'default' from [fd00:1122:3344:101::d]:44372
11501 2024.10.22 17:04:08.012006 [ 266 ] {} <Debug> HTTP-Session: 8815dbd4-d333-45e8-b27b-3501ad4a0970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11502 2024.10.22 17:04:08.012023 [ 266 ] {} <Debug> HTTP-Session: 8815dbd4-d333-45e8-b27b-3501ad4a0970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11503 2024.10.22 17:04:08.012070 [ 266 ] {} <Trace> HTTP-Session: 8815dbd4-d333-45e8-b27b-3501ad4a0970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11504 2024.10.22 17:04:08.012214 [ 266 ] {7e1f78f1-b3d8-433a-941b-cf16967ab757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44372) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
11505 2024.10.22 17:04:08.012271 [ 266 ] {7e1f78f1-b3d8-433a-941b-cf16967ab757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11506 2024.10.22 17:04:08.012577 [ 266 ] {7e1f78f1-b3d8-433a-941b-cf16967ab757} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11507 2024.10.22 17:04:08.013001 [ 266 ] {7e1f78f1-b3d8-433a-941b-cf16967ab757} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11508 2024.10.22 17:04:08.013038 [ 266 ] {7e1f78f1-b3d8-433a-941b-cf16967ab757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11509 2024.10.22 17:04:08.013406 [ 266 ] {7e1f78f1-b3d8-433a-941b-cf16967ab757} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
11510 2024.10.22 17:04:08.013772 [ 266 ] {7e1f78f1-b3d8-433a-941b-cf16967ab757} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11511 2024.10.22 17:04:08.013941 [ 266 ] {7e1f78f1-b3d8-433a-941b-cf16967ab757} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001766 sec., 11891.27972819932 rows/sec., 821.18 KiB/sec.
11512 2024.10.22 17:04:08.014128 [ 266 ] {7e1f78f1-b3d8-433a-941b-cf16967ab757} <Debug> DynamicQueryHandler: Done processing query
11513 2024.10.22 17:04:08.014153 [ 266 ] {7e1f78f1-b3d8-433a-941b-cf16967ab757} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11514 2024.10.22 17:04:08.014169 [ 266 ] {} <Debug> HTTP-Session: 8815dbd4-d333-45e8-b27b-3501ad4a0970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11515 2024.10.22 17:04:08.014330 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11516 2024.10.22 17:04:08.014349 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52369, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11517 2024.10.22 17:04:08.014442 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11518 2024.10.22 17:04:08.014477 [ 270 ] {} <Debug> HTTP-Session: 8bf330d2-16a7-440a-8102-32755196e34b Authenticating user 'default' from [fd00:1122:3344:101::d]:52369
11519 2024.10.22 17:04:08.014503 [ 270 ] {} <Debug> HTTP-Session: 8bf330d2-16a7-440a-8102-32755196e34b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11520 2024.10.22 17:04:08.014521 [ 270 ] {} <Debug> HTTP-Session: 8bf330d2-16a7-440a-8102-32755196e34b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11521 2024.10.22 17:04:08.014568 [ 270 ] {} <Trace> HTTP-Session: 8bf330d2-16a7-440a-8102-32755196e34b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11522 2024.10.22 17:04:08.014706 [ 270 ] {7784aa8c-60aa-4b11-9075-c0965a3c5c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52369) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
11523 2024.10.22 17:04:08.014763 [ 270 ] {7784aa8c-60aa-4b11-9075-c0965a3c5c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11524 2024.10.22 17:04:08.015034 [ 270 ] {7784aa8c-60aa-4b11-9075-c0965a3c5c58} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11525 2024.10.22 17:04:08.015351 [ 270 ] {7784aa8c-60aa-4b11-9075-c0965a3c5c58} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11526 2024.10.22 17:04:08.015412 [ 270 ] {7784aa8c-60aa-4b11-9075-c0965a3c5c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11527 2024.10.22 17:04:08.015799 [ 270 ] {7784aa8c-60aa-4b11-9075-c0965a3c5c58} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
11528 2024.10.22 17:04:08.016177 [ 270 ] {7784aa8c-60aa-4b11-9075-c0965a3c5c58} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11529 2024.10.22 17:04:08.016342 [ 148 ] {} <Debug> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
11530 2024.10.22 17:04:08.016358 [ 270 ] {7784aa8c-60aa-4b11-9075-c0965a3c5c58} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001683 sec., 7130.124777183601 rows/sec., 438.67 KiB/sec.
11531 2024.10.22 17:04:08.016401 [ 148 ] {} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11532 2024.10.22 17:04:08.016478 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11533 2024.10.22 17:04:08.016685 [ 189 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::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
11534 2024.10.22 17:04:08.016741 [ 270 ] {7784aa8c-60aa-4b11-9075-c0965a3c5c58} <Debug> DynamicQueryHandler: Done processing query
11535 2024.10.22 17:04:08.016798 [ 270 ] {7784aa8c-60aa-4b11-9075-c0965a3c5c58} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11536 2024.10.22 17:04:08.016840 [ 270 ] {} <Debug> HTTP-Session: 8bf330d2-16a7-440a-8102-32755196e34b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11537 2024.10.22 17:04:08.017000 [ 189 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11538 2024.10.22 17:04:08.017061 [ 189 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 12 rows starting from the beginning of the part
11539 2024.10.22 17:04:08.017166 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11540 2024.10.22 17:04:08.017403 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61469, User-Agent: (none), Length: 67196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11541 2024.10.22 17:04:08.017559 [ 189 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part
11542 2024.10.22 17:04:08.017576 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11543 2024.10.22 17:04:08.017651 [ 266 ] {} <Debug> HTTP-Session: 9e104aa7-c3f3-4a63-9926-e32a1ab8154c Authenticating user 'default' from [fd00:1122:3344:101::d]:61469
11544 2024.10.22 17:04:08.017739 [ 266 ] {} <Debug> HTTP-Session: 9e104aa7-c3f3-4a63-9926-e32a1ab8154c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11545 2024.10.22 17:04:08.017811 [ 266 ] {} <Debug> HTTP-Session: 9e104aa7-c3f3-4a63-9926-e32a1ab8154c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11546 2024.10.22 17:04:08.017925 [ 189 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part
11547 2024.10.22 17:04:08.017958 [ 266 ] {} <Trace> HTTP-Session: 9e104aa7-c3f3-4a63-9926-e32a1ab8154c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11548 2024.10.22 17:04:08.018220 [ 189 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part
11549 2024.10.22 17:04:08.018480 [ 266 ] {0d879dc2-d28d-46fb-aeed-a3d1072c978b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61469) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11550 2024.10.22 17:04:08.018486 [ 189 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part
11551 2024.10.22 17:04:08.018611 [ 266 ] {0d879dc2-d28d-46fb-aeed-a3d1072c978b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11552 2024.10.22 17:04:08.019717 [ 266 ] {0d879dc2-d28d-46fb-aeed-a3d1072c978b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11553 2024.10.22 17:04:08.020895 [ 189 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004304979 sec., 13937.350217039388 rows/sec., 908.51 KiB/sec.
11554 2024.10.22 17:04:08.020972 [ 266 ] {0d879dc2-d28d-46fb-aeed-a3d1072c978b} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11555 2024.10.22 17:04:08.021037 [ 266 ] {0d879dc2-d28d-46fb-aeed-a3d1072c978b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11556 2024.10.22 17:04:08.021068 [ 189 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
11557 2024.10.22 17:04:08.022065 [ 266 ] {0d879dc2-d28d-46fb-aeed-a3d1072c978b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11558 2024.10.22 17:04:08.022076 [ 197 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_21_5} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11559 2024.10.22 17:04:08.022238 [ 197 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_21_5} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
11560 2024.10.22 17:04:08.022459 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11561 2024.10.22 17:04:08.022705 [ 266 ] {0d879dc2-d28d-46fb-aeed-a3d1072c978b} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11562 2024.10.22 17:04:08.022883 [ 266 ] {0d879dc2-d28d-46fb-aeed-a3d1072c978b} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.00467 sec., 88650.96359743041 rows/sec., 6.33 MiB/sec.
11563 2024.10.22 17:04:08.023303 [ 266 ] {0d879dc2-d28d-46fb-aeed-a3d1072c978b} <Debug> DynamicQueryHandler: Done processing query
11564 2024.10.22 17:04:08.023348 [ 266 ] {0d879dc2-d28d-46fb-aeed-a3d1072c978b} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
11565 2024.10.22 17:04:08.023378 [ 266 ] {} <Debug> HTTP-Session: 9e104aa7-c3f3-4a63-9926-e32a1ab8154c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11566 2024.10.22 17:04:08.023641 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61469, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11567 2024.10.22 17:04:08.023702 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37189, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11568 2024.10.22 17:04:08.023768 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11569 2024.10.22 17:04:08.023799 [ 270 ] {} <Debug> HTTP-Session: 6272d56c-b58a-46d2-ba2b-093a95ba6ebc Authenticating user 'default' from [fd00:1122:3344:101::d]:37189
11570 2024.10.22 17:04:08.023819 [ 270 ] {} <Debug> HTTP-Session: 6272d56c-b58a-46d2-ba2b-093a95ba6ebc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11571 2024.10.22 17:04:08.023834 [ 270 ] {} <Debug> HTTP-Session: 6272d56c-b58a-46d2-ba2b-093a95ba6ebc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11572 2024.10.22 17:04:08.023872 [ 270 ] {} <Trace> HTTP-Session: 6272d56c-b58a-46d2-ba2b-093a95ba6ebc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11573 2024.10.22 17:04:08.023978 [ 270 ] {1845064b-872d-4d04-aab3-c65f33332d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37189) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
11574 2024.10.22 17:04:08.024027 [ 270 ] {1845064b-872d-4d04-aab3-c65f33332d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11575 2024.10.22 17:04:08.024193 [ 270 ] {1845064b-872d-4d04-aab3-c65f33332d51} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11576 2024.10.22 17:04:08.024468 [ 270 ] {1845064b-872d-4d04-aab3-c65f33332d51} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11577 2024.10.22 17:04:08.024505 [ 270 ] {1845064b-872d-4d04-aab3-c65f33332d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11578 2024.10.22 17:04:08.024879 [ 270 ] {1845064b-872d-4d04-aab3-c65f33332d51} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
11579 2024.10.22 17:04:08.025208 [ 270 ] {1845064b-872d-4d04-aab3-c65f33332d51} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11580 2024.10.22 17:04:08.025363 [ 148 ] {} <Debug> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
11581 2024.10.22 17:04:08.025377 [ 270 ] {1845064b-872d-4d04-aab3-c65f33332d51} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001417 sec., 4234.297812279464 rows/sec., 221.23 KiB/sec.
11582 2024.10.22 17:04:08.025416 [ 148 ] {} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11583 2024.10.22 17:04:08.025480 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11584 2024.10.22 17:04:08.025690 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::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
11585 2024.10.22 17:04:08.025726 [ 270 ] {1845064b-872d-4d04-aab3-c65f33332d51} <Debug> DynamicQueryHandler: Done processing query
11586 2024.10.22 17:04:08.025770 [ 270 ] {1845064b-872d-4d04-aab3-c65f33332d51} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
11587 2024.10.22 17:04:08.025818 [ 270 ] {} <Debug> HTTP-Session: 6272d56c-b58a-46d2-ba2b-093a95ba6ebc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11588 2024.10.22 17:04:08.025977 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11589 2024.10.22 17:04:08.026039 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part
11590 2024.10.22 17:04:08.026082 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11591 2024.10.22 17:04:08.026303 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58053, User-Agent: (none), Length: 44794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11592 2024.10.22 17:04:08.026461 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
11593 2024.10.22 17:04:08.026471 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11594 2024.10.22 17:04:08.026546 [ 266 ] {} <Debug> HTTP-Session: 3f564d7d-b4a8-4d31-aa09-16c569004294 Authenticating user 'default' from [fd00:1122:3344:101::d]:58053
11595 2024.10.22 17:04:08.026629 [ 266 ] {} <Debug> HTTP-Session: 3f564d7d-b4a8-4d31-aa09-16c569004294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11596 2024.10.22 17:04:08.026707 [ 266 ] {} <Debug> HTTP-Session: 3f564d7d-b4a8-4d31-aa09-16c569004294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11597 2024.10.22 17:04:08.026812 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
11598 2024.10.22 17:04:08.026843 [ 266 ] {} <Trace> HTTP-Session: 3f564d7d-b4a8-4d31-aa09-16c569004294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11599 2024.10.22 17:04:08.027077 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
11600 2024.10.22 17:04:08.027300 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
11601 2024.10.22 17:04:08.027393 [ 266 ] {6252a784-627e-4335-a136-3113c2a69ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11602 2024.10.22 17:04:08.027563 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
11603 2024.10.22 17:04:08.027604 [ 266 ] {6252a784-627e-4335-a136-3113c2a69ea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11604 2024.10.22 17:04:08.028476 [ 266 ] {6252a784-627e-4335-a136-3113c2a69ea4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11605 2024.10.22 17:04:08.029490 [ 266 ] {6252a784-627e-4335-a136-3113c2a69ea4} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11606 2024.10.22 17:04:08.029565 [ 266 ] {6252a784-627e-4335-a136-3113c2a69ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11607 2024.10.22 17:04:08.030219 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004618785 sec., 27279.901532545897 rows/sec., 1.39 MiB/sec.
11608 2024.10.22 17:04:08.030383 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
11609 2024.10.22 17:04:08.030654 [ 266 ] {6252a784-627e-4335-a136-3113c2a69ea4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11610 2024.10.22 17:04:08.031230 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_21_4} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11611 2024.10.22 17:04:08.031375 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_21_4} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
11612 2024.10.22 17:04:08.031542 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
11613 2024.10.22 17:04:08.031553 [ 266 ] {6252a784-627e-4335-a136-3113c2a69ea4} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11614 2024.10.22 17:04:08.031746 [ 266 ] {6252a784-627e-4335-a136-3113c2a69ea4} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004659 sec., 51083.92358875295 rows/sec., 3.42 MiB/sec.
11615 2024.10.22 17:04:08.031942 [ 266 ] {6252a784-627e-4335-a136-3113c2a69ea4} <Debug> DynamicQueryHandler: Done processing query
11616 2024.10.22 17:04:08.031967 [ 266 ] {6252a784-627e-4335-a136-3113c2a69ea4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
11617 2024.10.22 17:04:08.031984 [ 266 ] {} <Debug> HTTP-Session: 3f564d7d-b4a8-4d31-aa09-16c569004294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11618 2024.10.22 17:04:08.032145 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37189, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11619 2024.10.22 17:04:08.032163 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11620 2024.10.22 17:04:08.032230 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11621 2024.10.22 17:04:08.032261 [ 270 ] {} <Debug> HTTP-Session: dfe459be-143d-4689-9d94-e8f1c2eba4a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:37189
11622 2024.10.22 17:04:08.032279 [ 270 ] {} <Debug> HTTP-Session: dfe459be-143d-4689-9d94-e8f1c2eba4a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11623 2024.10.22 17:04:08.032301 [ 270 ] {} <Debug> HTTP-Session: dfe459be-143d-4689-9d94-e8f1c2eba4a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11624 2024.10.22 17:04:08.032355 [ 270 ] {} <Trace> HTTP-Session: dfe459be-143d-4689-9d94-e8f1c2eba4a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11625 2024.10.22 17:04:08.032459 [ 270 ] {d3cb6d43-37a1-48de-b822-23ad5e72ad8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37189) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
11626 2024.10.22 17:04:08.032509 [ 270 ] {d3cb6d43-37a1-48de-b822-23ad5e72ad8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11627 2024.10.22 17:04:08.032669 [ 270 ] {d3cb6d43-37a1-48de-b822-23ad5e72ad8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11628 2024.10.22 17:04:08.032930 [ 270 ] {d3cb6d43-37a1-48de-b822-23ad5e72ad8d} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11629 2024.10.22 17:04:08.032965 [ 270 ] {d3cb6d43-37a1-48de-b822-23ad5e72ad8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11630 2024.10.22 17:04:08.033319 [ 270 ] {d3cb6d43-37a1-48de-b822-23ad5e72ad8d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
11631 2024.10.22 17:04:08.033659 [ 270 ] {d3cb6d43-37a1-48de-b822-23ad5e72ad8d} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11632 2024.10.22 17:04:08.033826 [ 270 ] {d3cb6d43-37a1-48de-b822-23ad5e72ad8d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001379 sec., 725.1631617113851 rows/sec., 48.86 KiB/sec.
11633 2024.10.22 17:04:08.034184 [ 270 ] {d3cb6d43-37a1-48de-b822-23ad5e72ad8d} <Debug> DynamicQueryHandler: Done processing query
11634 2024.10.22 17:04:08.034210 [ 270 ] {d3cb6d43-37a1-48de-b822-23ad5e72ad8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
11635 2024.10.22 17:04:08.034227 [ 270 ] {} <Debug> HTTP-Session: dfe459be-143d-4689-9d94-e8f1c2eba4a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11636 2024.10.22 17:04:08.034444 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11637 2024.10.22 17:04:08.034616 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56354, User-Agent: (none), Length: 50329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11638 2024.10.22 17:04:08.034724 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11639 2024.10.22 17:04:08.034762 [ 266 ] {} <Debug> HTTP-Session: 6a181920-d3d3-489d-a29e-0d22dd4bd503 Authenticating user 'default' from [fd00:1122:3344:101::d]:56354
11640 2024.10.22 17:04:08.034796 [ 266 ] {} <Debug> HTTP-Session: 6a181920-d3d3-489d-a29e-0d22dd4bd503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11641 2024.10.22 17:04:08.034824 [ 266 ] {} <Debug> HTTP-Session: 6a181920-d3d3-489d-a29e-0d22dd4bd503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11642 2024.10.22 17:04:08.034873 [ 266 ] {} <Trace> HTTP-Session: 6a181920-d3d3-489d-a29e-0d22dd4bd503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11643 2024.10.22 17:04:08.035252 [ 266 ] {24353482-5538-41c4-be21-f3fefa9ca4f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56354) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11644 2024.10.22 17:04:08.035347 [ 266 ] {24353482-5538-41c4-be21-f3fefa9ca4f1} <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
11645 2024.10.22 17:04:08.035897 [ 266 ] {24353482-5538-41c4-be21-f3fefa9ca4f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11646 2024.10.22 17:04:08.036602 [ 266 ] {24353482-5538-41c4-be21-f3fefa9ca4f1} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11647 2024.10.22 17:04:08.036637 [ 266 ] {24353482-5538-41c4-be21-f3fefa9ca4f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11648 2024.10.22 17:04:08.037280 [ 266 ] {24353482-5538-41c4-be21-f3fefa9ca4f1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11649 2024.10.22 17:04:08.037693 [ 266 ] {24353482-5538-41c4-be21-f3fefa9ca4f1} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11650 2024.10.22 17:04:08.037895 [ 266 ] {24353482-5538-41c4-be21-f3fefa9ca4f1} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002903 sec., 10334.137099552187 rows/sec., 18.52 MiB/sec.
11651 2024.10.22 17:04:08.038522 [ 266 ] {24353482-5538-41c4-be21-f3fefa9ca4f1} <Debug> DynamicQueryHandler: Done processing query
11652 2024.10.22 17:04:08.038572 [ 266 ] {24353482-5538-41c4-be21-f3fefa9ca4f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
11653 2024.10.22 17:04:08.038595 [ 266 ] {} <Debug> HTTP-Session: 6a181920-d3d3-489d-a29e-0d22dd4bd503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11654 2024.10.22 17:04:08.038823 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37189, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11655 2024.10.22 17:04:08.038835 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56354, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11656 2024.10.22 17:04:08.038910 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11657 2024.10.22 17:04:08.038942 [ 270 ] {} <Debug> HTTP-Session: e7bf2135-0d45-49ea-8b87-1f65ce1c9e1d Authenticating user 'default' from [fd00:1122:3344:101::d]:37189
11658 2024.10.22 17:04:08.038961 [ 270 ] {} <Debug> HTTP-Session: e7bf2135-0d45-49ea-8b87-1f65ce1c9e1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11659 2024.10.22 17:04:08.038990 [ 270 ] {} <Debug> HTTP-Session: e7bf2135-0d45-49ea-8b87-1f65ce1c9e1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11660 2024.10.22 17:04:08.039037 [ 270 ] {} <Trace> HTTP-Session: e7bf2135-0d45-49ea-8b87-1f65ce1c9e1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11661 2024.10.22 17:04:08.039191 [ 270 ] {b1b83e04-318f-40fa-8480-bc568143d22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37189) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11662 2024.10.22 17:04:08.039239 [ 270 ] {b1b83e04-318f-40fa-8480-bc568143d22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11663 2024.10.22 17:04:08.039407 [ 270 ] {b1b83e04-318f-40fa-8480-bc568143d22d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11664 2024.10.22 17:04:08.039756 [ 270 ] {b1b83e04-318f-40fa-8480-bc568143d22d} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11665 2024.10.22 17:04:08.039791 [ 270 ] {b1b83e04-318f-40fa-8480-bc568143d22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11666 2024.10.22 17:04:08.040154 [ 270 ] {b1b83e04-318f-40fa-8480-bc568143d22d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11667 2024.10.22 17:04:08.040501 [ 270 ] {b1b83e04-318f-40fa-8480-bc568143d22d} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11668 2024.10.22 17:04:08.040645 [ 270 ] {b1b83e04-318f-40fa-8480-bc568143d22d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001521 sec., 53911.90006574622 rows/sec., 3.42 MiB/sec.
11669 2024.10.22 17:04:08.040807 [ 270 ] {b1b83e04-318f-40fa-8480-bc568143d22d} <Debug> DynamicQueryHandler: Done processing query
11670 2024.10.22 17:04:08.040831 [ 270 ] {b1b83e04-318f-40fa-8480-bc568143d22d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11671 2024.10.22 17:04:08.040846 [ 270 ] {} <Debug> HTTP-Session: e7bf2135-0d45-49ea-8b87-1f65ce1c9e1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11672 2024.10.22 17:04:08.041244 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11673 2024.10.22 17:04:08.047682 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11674 2024.10.22 17:04:08.047738 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11675 2024.10.22 17:04:09.083439 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11676 2024.10.22 17:04:09.142878 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11677 2024.10.22 17:04:09.243421 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62239, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11678 2024.10.22 17:04:09.258802 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46006, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11679 2024.10.22 17:04:09.262074 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53756, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11680 2024.10.22 17:04:09.300481 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11681 2024.10.22 17:04:09.320965 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11682 2024.10.22 17:04:09.321235 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38648, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11683 2024.10.22 17:04:09.335536 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60464, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11684 2024.10.22 17:04:12.989352 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41020, User-Agent: (none), Length: 10909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11685 2024.10.22 17:04:12.989480 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11686 2024.10.22 17:04:12.989511 [ 284 ] {} <Debug> HTTP-Session: 084315bd-6933-42af-984b-3f32d3343d03 Authenticating user 'default' from [fd00:1122:3344:101::d]:41020
11687 2024.10.22 17:04:12.989540 [ 284 ] {} <Debug> HTTP-Session: 084315bd-6933-42af-984b-3f32d3343d03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11688 2024.10.22 17:04:12.989559 [ 284 ] {} <Debug> HTTP-Session: 084315bd-6933-42af-984b-3f32d3343d03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11689 2024.10.22 17:04:12.989617 [ 284 ] {} <Trace> HTTP-Session: 084315bd-6933-42af-984b-3f32d3343d03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11690 2024.10.22 17:04:12.989856 [ 284 ] {c6d53d35-1d84-4aea-ac01-374ddbb01a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41020) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11691 2024.10.22 17:04:12.989932 [ 284 ] {c6d53d35-1d84-4aea-ac01-374ddbb01a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11692 2024.10.22 17:04:12.990276 [ 284 ] {c6d53d35-1d84-4aea-ac01-374ddbb01a1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11693 2024.10.22 17:04:12.990762 [ 284 ] {c6d53d35-1d84-4aea-ac01-374ddbb01a1f} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11694 2024.10.22 17:04:12.990808 [ 284 ] {c6d53d35-1d84-4aea-ac01-374ddbb01a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11695 2024.10.22 17:04:12.991254 [ 284 ] {c6d53d35-1d84-4aea-ac01-374ddbb01a1f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11696 2024.10.22 17:04:12.991648 [ 284 ] {c6d53d35-1d84-4aea-ac01-374ddbb01a1f} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11697 2024.10.22 17:04:12.991804 [ 284 ] {c6d53d35-1d84-4aea-ac01-374ddbb01a1f} <Debug> executeQuery: Read 76 rows, 6.27 KiB in 0.002035 sec., 37346.43734643735 rows/sec., 3.01 MiB/sec.
11698 2024.10.22 17:04:12.992008 [ 284 ] {c6d53d35-1d84-4aea-ac01-374ddbb01a1f} <Debug> DynamicQueryHandler: Done processing query
11699 2024.10.22 17:04:12.992035 [ 284 ] {c6d53d35-1d84-4aea-ac01-374ddbb01a1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
11700 2024.10.22 17:04:12.992052 [ 284 ] {} <Debug> HTTP-Session: 084315bd-6933-42af-984b-3f32d3343d03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11701 2024.10.22 17:04:12.992268 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41020, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11702 2024.10.22 17:04:12.992371 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50939, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11703 2024.10.22 17:04:12.992499 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11704 2024.10.22 17:04:12.992525 [ 281 ] {} <Debug> HTTP-Session: ccbd532b-17b0-4549-9775-77478960b608 Authenticating user 'default' from [fd00:1122:3344:101::d]:50939
11705 2024.10.22 17:04:12.992551 [ 281 ] {} <Debug> HTTP-Session: ccbd532b-17b0-4549-9775-77478960b608 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11706 2024.10.22 17:04:12.992566 [ 281 ] {} <Debug> HTTP-Session: ccbd532b-17b0-4549-9775-77478960b608 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11707 2024.10.22 17:04:12.992623 [ 281 ] {} <Trace> HTTP-Session: ccbd532b-17b0-4549-9775-77478960b608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11708 2024.10.22 17:04:12.992823 [ 281 ] {f893cfe5-514b-4a06-abc2-b35a91816d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50939) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11709 2024.10.22 17:04:12.992895 [ 281 ] {f893cfe5-514b-4a06-abc2-b35a91816d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11710 2024.10.22 17:04:12.993258 [ 281 ] {f893cfe5-514b-4a06-abc2-b35a91816d33} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11711 2024.10.22 17:04:12.993686 [ 281 ] {f893cfe5-514b-4a06-abc2-b35a91816d33} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11712 2024.10.22 17:04:12.993738 [ 281 ] {f893cfe5-514b-4a06-abc2-b35a91816d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11713 2024.10.22 17:04:12.994212 [ 281 ] {f893cfe5-514b-4a06-abc2-b35a91816d33} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11714 2024.10.22 17:04:12.994611 [ 281 ] {f893cfe5-514b-4a06-abc2-b35a91816d33} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11715 2024.10.22 17:04:12.994796 [ 281 ] {f893cfe5-514b-4a06-abc2-b35a91816d33} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.00203 sec., 4926.108374384236 rows/sec., 370.42 KiB/sec.
11716 2024.10.22 17:04:12.994807 [ 141 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11717 2024.10.22 17:04:12.994893 [ 141 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11718 2024.10.22 17:04:12.994938 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11719 2024.10.22 17:04:12.995178 [ 281 ] {f893cfe5-514b-4a06-abc2-b35a91816d33} <Debug> DynamicQueryHandler: Done processing query
11720 2024.10.22 17:04:12.995222 [ 281 ] {f893cfe5-514b-4a06-abc2-b35a91816d33} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11721 2024.10.22 17:04:12.995222 [ 196 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
11722 2024.10.22 17:04:12.995297 [ 281 ] {} <Debug> HTTP-Session: ccbd532b-17b0-4549-9775-77478960b608 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11723 2024.10.22 17:04:12.995661 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50939, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11724 2024.10.22 17:04:12.995779 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46402, User-Agent: (none), Length: 12575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11725 2024.10.22 17:04:12.996055 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11726 2024.10.22 17:04:12.996082 [ 281 ] {} <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):
11727 
11728 (version 23.8.7.1)
11729 2024.10.22 17:04:12.996141 [ 196 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11730 2024.10.22 17:04:12.996192 [ 284 ] {} <Debug> HTTP-Session: 78776cee-5945-4b62-ad09-e24a6dc6eebb Authenticating user 'default' from [fd00:1122:3344:101::d]:46402
11731 2024.10.22 17:04:12.996273 [ 284 ] {} <Debug> HTTP-Session: 78776cee-5945-4b62-ad09-e24a6dc6eebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11732 2024.10.22 17:04:12.996280 [ 196 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 58 rows starting from the beginning of the part
11733 2024.10.22 17:04:12.996300 [ 284 ] {} <Debug> HTTP-Session: 78776cee-5945-4b62-ad09-e24a6dc6eebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11734 2024.10.22 17:04:12.996423 [ 284 ] {} <Trace> HTTP-Session: 78776cee-5945-4b62-ad09-e24a6dc6eebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11735 2024.10.22 17:04:12.996521 [ 196 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part
11736 2024.10.22 17:04:12.996731 [ 196 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part
11737 2024.10.22 17:04:12.996930 [ 284 ] {f622c841-96f7-49d4-9901-49b3d0fb9be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46402) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11738 2024.10.22 17:04:12.997046 [ 196 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 10 rows starting from the beginning of the part
11739 2024.10.22 17:04:12.997104 [ 284 ] {f622c841-96f7-49d4-9901-49b3d0fb9be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11740 2024.10.22 17:04:12.997361 [ 196 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part
11741 2024.10.22 17:04:12.997687 [ 196 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 10 rows starting from the beginning of the part
11742 2024.10.22 17:04:12.998513 [ 284 ] {f622c841-96f7-49d4-9901-49b3d0fb9be1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11743 2024.10.22 17:04:12.999590 [ 284 ] {f622c841-96f7-49d4-9901-49b3d0fb9be1} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11744 2024.10.22 17:04:12.999662 [ 284 ] {f622c841-96f7-49d4-9901-49b3d0fb9be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11745 2024.10.22 17:04:13.000190 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.04 MiB, peak 181.80 MiB, free memory in arenas 0.00 B, will set to 173.58 MiB (RSS), difference: -4.46 MiB
11746 2024.10.22 17:04:13.001191 [ 284 ] {f622c841-96f7-49d4-9901-49b3d0fb9be1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11747 2024.10.22 17:04:13.001205 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 5 columns (5 merged, 0 gathered) in 0.006157731 sec., 24359.622075079278 rows/sec., 1.86 MiB/sec.
11748 2024.10.22 17:04:13.001438 [ 192 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11749 2024.10.22 17:04:13.002265 [ 284 ] {f622c841-96f7-49d4-9901-49b3d0fb9be1} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11750 2024.10.22 17:04:13.002621 [ 284 ] {f622c841-96f7-49d4-9901-49b3d0fb9be1} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.005903 sec., 12535.998644756903 rows/sec., 1002.20 KiB/sec.
11751 2024.10.22 17:04:13.002761 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_41_8} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11752 2024.10.22 17:04:13.002989 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_41_8} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11753 2024.10.22 17:04:13.003022 [ 284 ] {f622c841-96f7-49d4-9901-49b3d0fb9be1} <Debug> DynamicQueryHandler: Done processing query
11754 2024.10.22 17:04:13.003061 [ 284 ] {f622c841-96f7-49d4-9901-49b3d0fb9be1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
11755 2024.10.22 17:04:13.003138 [ 284 ] {} <Debug> HTTP-Session: 78776cee-5945-4b62-ad09-e24a6dc6eebb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11756 2024.10.22 17:04:13.003165 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
11757 2024.10.22 17:04:13.003346 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11758 2024.10.22 17:04:13.003447 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33356, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11759 2024.10.22 17:04:13.003524 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11760 2024.10.22 17:04:13.003551 [ 281 ] {} <Debug> HTTP-Session: 55f2f284-98c9-4e5d-823f-53fe7f9785dd Authenticating user 'default' from [fd00:1122:3344:101::d]:33356
11761 2024.10.22 17:04:13.003573 [ 281 ] {} <Debug> HTTP-Session: 55f2f284-98c9-4e5d-823f-53fe7f9785dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11762 2024.10.22 17:04:13.003591 [ 281 ] {} <Debug> HTTP-Session: 55f2f284-98c9-4e5d-823f-53fe7f9785dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11763 2024.10.22 17:04:13.003641 [ 281 ] {} <Trace> HTTP-Session: 55f2f284-98c9-4e5d-823f-53fe7f9785dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11764 2024.10.22 17:04:13.003856 [ 281 ] {f2b8b8c1-5d52-4fd3-9134-4483c4b69106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33356) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11765 2024.10.22 17:04:13.003919 [ 281 ] {f2b8b8c1-5d52-4fd3-9134-4483c4b69106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11766 2024.10.22 17:04:13.004099 [ 281 ] {f2b8b8c1-5d52-4fd3-9134-4483c4b69106} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11767 2024.10.22 17:04:13.004529 [ 281 ] {f2b8b8c1-5d52-4fd3-9134-4483c4b69106} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11768 2024.10.22 17:04:13.004568 [ 281 ] {f2b8b8c1-5d52-4fd3-9134-4483c4b69106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11769 2024.10.22 17:04:13.004983 [ 281 ] {f2b8b8c1-5d52-4fd3-9134-4483c4b69106} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11770 2024.10.22 17:04:13.005363 [ 281 ] {f2b8b8c1-5d52-4fd3-9134-4483c4b69106} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11771 2024.10.22 17:04:13.005539 [ 281 ] {f2b8b8c1-5d52-4fd3-9134-4483c4b69106} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec.
11772 2024.10.22 17:04:13.005863 [ 281 ] {f2b8b8c1-5d52-4fd3-9134-4483c4b69106} <Debug> DynamicQueryHandler: Done processing query
11773 2024.10.22 17:04:13.005911 [ 281 ] {f2b8b8c1-5d52-4fd3-9134-4483c4b69106} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
11774 2024.10.22 17:04:13.005936 [ 281 ] {} <Debug> HTTP-Session: 55f2f284-98c9-4e5d-823f-53fe7f9785dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11775 2024.10.22 17:04:13.006112 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33356, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11776 2024.10.22 17:04:13.006222 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55121, User-Agent: (none), Length: 16495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11777 2024.10.22 17:04:13.006303 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11778 2024.10.22 17:04:13.006330 [ 284 ] {} <Debug> HTTP-Session: e47f871f-779a-4ca1-b87a-d139776d202f Authenticating user 'default' from [fd00:1122:3344:101::d]:55121
11779 2024.10.22 17:04:13.006349 [ 284 ] {} <Debug> HTTP-Session: e47f871f-779a-4ca1-b87a-d139776d202f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11780 2024.10.22 17:04:13.006364 [ 284 ] {} <Debug> HTTP-Session: e47f871f-779a-4ca1-b87a-d139776d202f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11781 2024.10.22 17:04:13.006406 [ 284 ] {} <Trace> HTTP-Session: e47f871f-779a-4ca1-b87a-d139776d202f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11782 2024.10.22 17:04:13.006627 [ 284 ] {a210340f-f3ce-4961-9aca-0cc560ee46c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55121) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11783 2024.10.22 17:04:13.006712 [ 284 ] {a210340f-f3ce-4961-9aca-0cc560ee46c8} <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
11784 2024.10.22 17:04:13.007216 [ 284 ] {a210340f-f3ce-4961-9aca-0cc560ee46c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11785 2024.10.22 17:04:13.007718 [ 284 ] {a210340f-f3ce-4961-9aca-0cc560ee46c8} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11786 2024.10.22 17:04:13.007754 [ 284 ] {a210340f-f3ce-4961-9aca-0cc560ee46c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11787 2024.10.22 17:04:13.008367 [ 284 ] {a210340f-f3ce-4961-9aca-0cc560ee46c8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11788 2024.10.22 17:04:13.008783 [ 284 ] {a210340f-f3ce-4961-9aca-0cc560ee46c8} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11789 2024.10.22 17:04:13.008942 [ 284 ] {a210340f-f3ce-4961-9aca-0cc560ee46c8} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002445 sec., 4089.9795501022495 rows/sec., 7.33 MiB/sec.
11790 2024.10.22 17:04:13.009143 [ 284 ] {a210340f-f3ce-4961-9aca-0cc560ee46c8} <Debug> DynamicQueryHandler: Done processing query
11791 2024.10.22 17:04:13.009167 [ 284 ] {a210340f-f3ce-4961-9aca-0cc560ee46c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
11792 2024.10.22 17:04:13.009183 [ 284 ] {} <Debug> HTTP-Session: e47f871f-779a-4ca1-b87a-d139776d202f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11793 2024.10.22 17:04:13.009372 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55121, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11794 2024.10.22 17:04:13.009437 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50014, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11795 2024.10.22 17:04:13.009524 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11796 2024.10.22 17:04:13.009553 [ 281 ] {} <Debug> HTTP-Session: ca07da04-42b1-4f8e-94a0-0705c5e6bae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50014
11797 2024.10.22 17:04:13.009576 [ 281 ] {} <Debug> HTTP-Session: ca07da04-42b1-4f8e-94a0-0705c5e6bae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11798 2024.10.22 17:04:13.009593 [ 281 ] {} <Debug> HTTP-Session: ca07da04-42b1-4f8e-94a0-0705c5e6bae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11799 2024.10.22 17:04:13.009643 [ 281 ] {} <Trace> HTTP-Session: ca07da04-42b1-4f8e-94a0-0705c5e6bae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11800 2024.10.22 17:04:13.009825 [ 281 ] {377ac830-6eba-424a-8bcb-1178577bd541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50014) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11801 2024.10.22 17:04:13.009886 [ 281 ] {377ac830-6eba-424a-8bcb-1178577bd541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11802 2024.10.22 17:04:13.010065 [ 281 ] {377ac830-6eba-424a-8bcb-1178577bd541} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11803 2024.10.22 17:04:13.010409 [ 281 ] {377ac830-6eba-424a-8bcb-1178577bd541} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11804 2024.10.22 17:04:13.010447 [ 281 ] {377ac830-6eba-424a-8bcb-1178577bd541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11805 2024.10.22 17:04:13.010839 [ 281 ] {377ac830-6eba-424a-8bcb-1178577bd541} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11806 2024.10.22 17:04:13.011187 [ 281 ] {377ac830-6eba-424a-8bcb-1178577bd541} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11807 2024.10.22 17:04:13.011355 [ 281 ] {377ac830-6eba-424a-8bcb-1178577bd541} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001598 sec., 37546.93366708385 rows/sec., 2.53 MiB/sec.
11808 2024.10.22 17:04:13.011533 [ 281 ] {377ac830-6eba-424a-8bcb-1178577bd541} <Debug> DynamicQueryHandler: Done processing query
11809 2024.10.22 17:04:13.011558 [ 281 ] {377ac830-6eba-424a-8bcb-1178577bd541} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
11810 2024.10.22 17:04:13.011575 [ 281 ] {} <Debug> HTTP-Session: ca07da04-42b1-4f8e-94a0-0705c5e6bae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11811 2024.10.22 17:04:13.011857 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11812 2024.10.22 17:04:13.151292 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11813 2024.10.22 17:04:13.236820 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11814 2024.10.22 17:04:13.237152 [ 281 ] {} <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):
11815 
11816 (version 23.8.7.1)
11817 2024.10.22 17:04:13.275234 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11818 2024.10.22 17:04:13.276495 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56472, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11819 2024.10.22 17:04:13.287737 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11820 2024.10.22 17:04:13.291984 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11821 2024.10.22 17:04:13.293225 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11822 2024.10.22 17:04:13.307227 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11823 2024.10.22 17:04:13.311451 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62064, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11824 2024.10.22 17:04:14.000152 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.81 MiB, peak 181.80 MiB, free memory in arenas 0.00 B, will set to 173.58 MiB (RSS), difference: 3.77 MiB
11825 2024.10.22 17:04:17.127215 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
11826 2024.10.22 17:04:17.127273 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
11827 2024.10.22 17:04:17.354292 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1028
11828 2024.10.22 17:04:17.357195 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11829 2024.10.22 17:04:17.357253 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11830 2024.10.22 17:04:17.358782 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
11831 2024.10.22 17:04:17.359788 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11832 2024.10.22 17:04:17.360427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028
11833 2024.10.22 17:04:17.997605 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51678, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11834 2024.10.22 17:04:17.997730 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11835 2024.10.22 17:04:17.997756 [ 281 ] {} <Debug> HTTP-Session: 49537a44-7603-46af-9c27-acb8bc24feb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51678
11836 2024.10.22 17:04:17.997780 [ 281 ] {} <Debug> HTTP-Session: 49537a44-7603-46af-9c27-acb8bc24feb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11837 2024.10.22 17:04:17.997795 [ 281 ] {} <Debug> HTTP-Session: 49537a44-7603-46af-9c27-acb8bc24feb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11838 2024.10.22 17:04:17.997847 [ 281 ] {} <Trace> HTTP-Session: 49537a44-7603-46af-9c27-acb8bc24feb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11839 2024.10.22 17:04:17.998049 [ 281 ] {3e925dd1-31d6-4849-b417-aab70cd1c3ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51678) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
11840 2024.10.22 17:04:17.998120 [ 281 ] {3e925dd1-31d6-4849-b417-aab70cd1c3ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
11841 2024.10.22 17:04:17.998472 [ 281 ] {3e925dd1-31d6-4849-b417-aab70cd1c3ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11842 2024.10.22 17:04:17.998958 [ 281 ] {3e925dd1-31d6-4849-b417-aab70cd1c3ae} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11843 2024.10.22 17:04:17.999003 [ 281 ] {3e925dd1-31d6-4849-b417-aab70cd1c3ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11844 2024.10.22 17:04:17.999542 [ 281 ] {3e925dd1-31d6-4849-b417-aab70cd1c3ae} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
11845 2024.10.22 17:04:18.000077 [ 281 ] {3e925dd1-31d6-4849-b417-aab70cd1c3ae} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11846 2024.10.22 17:04:18.000312 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.82 MiB, peak 181.80 MiB, free memory in arenas 0.00 B, will set to 173.58 MiB (RSS), difference: -5.24 MiB
11847 2024.10.22 17:04:18.000544 [ 281 ] {3e925dd1-31d6-4849-b417-aab70cd1c3ae} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002538 sec., 4728.132387706856 rows/sec., 330.14 KiB/sec.
11848 2024.10.22 17:04:18.001216 [ 281 ] {3e925dd1-31d6-4849-b417-aab70cd1c3ae} <Debug> DynamicQueryHandler: Done processing query
11849 2024.10.22 17:04:18.001276 [ 281 ] {3e925dd1-31d6-4849-b417-aab70cd1c3ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11850 2024.10.22 17:04:18.001309 [ 281 ] {} <Debug> HTTP-Session: 49537a44-7603-46af-9c27-acb8bc24feb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11851 2024.10.22 17:04:18.001601 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51678, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11852 2024.10.22 17:04:18.001822 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34222, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11853 2024.10.22 17:04:18.002013 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11854 2024.10.22 17:04:18.002088 [ 279 ] {} <Debug> HTTP-Session: b800b8ba-61be-4a1c-aa18-fc9b733e01d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34222
11855 2024.10.22 17:04:18.002139 [ 279 ] {} <Debug> HTTP-Session: b800b8ba-61be-4a1c-aa18-fc9b733e01d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11856 2024.10.22 17:04:18.002165 [ 279 ] {} <Debug> HTTP-Session: b800b8ba-61be-4a1c-aa18-fc9b733e01d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11857 2024.10.22 17:04:18.002263 [ 279 ] {} <Trace> HTTP-Session: b800b8ba-61be-4a1c-aa18-fc9b733e01d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11858 2024.10.22 17:04:18.002595 [ 279 ] {ebba335c-8c16-41bb-98b1-fb8fe51d999e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34222) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
11859 2024.10.22 17:04:18.002718 [ 279 ] {ebba335c-8c16-41bb-98b1-fb8fe51d999e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11860 2024.10.22 17:04:18.003791 [ 279 ] {ebba335c-8c16-41bb-98b1-fb8fe51d999e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11861 2024.10.22 17:04:18.004010 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00306081 sec.
11862 2024.10.22 17:04:18.004346 [ 279 ] {ebba335c-8c16-41bb-98b1-fb8fe51d999e} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11863 2024.10.22 17:04:18.004399 [ 279 ] {ebba335c-8c16-41bb-98b1-fb8fe51d999e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11864 2024.10.22 17:04:18.004904 [ 279 ] {ebba335c-8c16-41bb-98b1-fb8fe51d999e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11865 2024.10.22 17:04:18.005415 [ 279 ] {ebba335c-8c16-41bb-98b1-fb8fe51d999e} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11866 2024.10.22 17:04:18.005590 [ 279 ] {ebba335c-8c16-41bb-98b1-fb8fe51d999e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003117 sec., 641.6426050689765 rows/sec., 52.32 KiB/sec.
11867 2024.10.22 17:04:18.005948 [ 279 ] {ebba335c-8c16-41bb-98b1-fb8fe51d999e} <Debug> DynamicQueryHandler: Done processing query
11868 2024.10.22 17:04:18.005979 [ 279 ] {ebba335c-8c16-41bb-98b1-fb8fe51d999e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
11869 2024.10.22 17:04:18.006000 [ 279 ] {} <Debug> HTTP-Session: b800b8ba-61be-4a1c-aa18-fc9b733e01d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11870 2024.10.22 17:04:18.006223 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11871 2024.10.22 17:04:18.006353 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45745, User-Agent: (none), Length: 39353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11872 2024.10.22 17:04:18.006427 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11873 2024.10.22 17:04:18.006448 [ 281 ] {} <Debug> HTTP-Session: adbcc8dd-accf-4f13-8abc-42bd05521751 Authenticating user 'default' from [fd00:1122:3344:101::d]:45745
11874 2024.10.22 17:04:18.006468 [ 281 ] {} <Debug> HTTP-Session: adbcc8dd-accf-4f13-8abc-42bd05521751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11875 2024.10.22 17:04:18.006483 [ 281 ] {} <Debug> HTTP-Session: adbcc8dd-accf-4f13-8abc-42bd05521751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11876 2024.10.22 17:04:18.006528 [ 281 ] {} <Trace> HTTP-Session: adbcc8dd-accf-4f13-8abc-42bd05521751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11877 2024.10.22 17:04:18.006744 [ 281 ] {ed375083-658c-4212-86a9-99fba5f4cb04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45745) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11878 2024.10.22 17:04:18.006799 [ 281 ] {ed375083-658c-4212-86a9-99fba5f4cb04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11879 2024.10.22 17:04:18.007083 [ 281 ] {ed375083-658c-4212-86a9-99fba5f4cb04} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11880 2024.10.22 17:04:18.007605 [ 281 ] {ed375083-658c-4212-86a9-99fba5f4cb04} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11881 2024.10.22 17:04:18.007645 [ 281 ] {ed375083-658c-4212-86a9-99fba5f4cb04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11882 2024.10.22 17:04:18.008059 [ 281 ] {ed375083-658c-4212-86a9-99fba5f4cb04} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11883 2024.10.22 17:04:18.008469 [ 281 ] {ed375083-658c-4212-86a9-99fba5f4cb04} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11884 2024.10.22 17:04:18.008636 [ 281 ] {ed375083-658c-4212-86a9-99fba5f4cb04} <Debug> executeQuery: Read 262 rows, 23.47 KiB in 0.001996 sec., 131262.5250501002 rows/sec., 11.48 MiB/sec.
11885 2024.10.22 17:04:18.008948 [ 281 ] {ed375083-658c-4212-86a9-99fba5f4cb04} <Debug> DynamicQueryHandler: Done processing query
11886 2024.10.22 17:04:18.009007 [ 281 ] {ed375083-658c-4212-86a9-99fba5f4cb04} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
11887 2024.10.22 17:04:18.009048 [ 281 ] {} <Debug> HTTP-Session: adbcc8dd-accf-4f13-8abc-42bd05521751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11888 2024.10.22 17:04:18.009260 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34222, User-Agent: (none), Length: 4628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11889 2024.10.22 17:04:18.009280 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45745, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11890 2024.10.22 17:04:18.009361 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11891 2024.10.22 17:04:18.009399 [ 279 ] {} <Debug> HTTP-Session: 47284e1f-7d52-43c1-b7ad-fff789b2f2a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34222
11892 2024.10.22 17:04:18.009432 [ 279 ] {} <Debug> HTTP-Session: 47284e1f-7d52-43c1-b7ad-fff789b2f2a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11893 2024.10.22 17:04:18.009454 [ 279 ] {} <Debug> HTTP-Session: 47284e1f-7d52-43c1-b7ad-fff789b2f2a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11894 2024.10.22 17:04:18.009506 [ 279 ] {} <Trace> HTTP-Session: 47284e1f-7d52-43c1-b7ad-fff789b2f2a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11895 2024.10.22 17:04:18.009664 [ 279 ] {be91541c-b60e-4824-86a6-4dfeffbd21dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34222) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11896 2024.10.22 17:04:18.009723 [ 279 ] {be91541c-b60e-4824-86a6-4dfeffbd21dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11897 2024.10.22 17:04:18.010048 [ 279 ] {be91541c-b60e-4824-86a6-4dfeffbd21dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11898 2024.10.22 17:04:18.010427 [ 279 ] {be91541c-b60e-4824-86a6-4dfeffbd21dd} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11899 2024.10.22 17:04:18.010467 [ 279 ] {be91541c-b60e-4824-86a6-4dfeffbd21dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11900 2024.10.22 17:04:18.010909 [ 279 ] {be91541c-b60e-4824-86a6-4dfeffbd21dd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11901 2024.10.22 17:04:18.011347 [ 279 ] {be91541c-b60e-4824-86a6-4dfeffbd21dd} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11902 2024.10.22 17:04:18.011501 [ 279 ] {be91541c-b60e-4824-86a6-4dfeffbd21dd} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.001891 sec., 16922.263352723425 rows/sec., 1.24 MiB/sec.
11903 2024.10.22 17:04:18.011679 [ 279 ] {be91541c-b60e-4824-86a6-4dfeffbd21dd} <Debug> DynamicQueryHandler: Done processing query
11904 2024.10.22 17:04:18.011704 [ 279 ] {be91541c-b60e-4824-86a6-4dfeffbd21dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
11905 2024.10.22 17:04:18.011720 [ 279 ] {} <Debug> HTTP-Session: 47284e1f-7d52-43c1-b7ad-fff789b2f2a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11906 2024.10.22 17:04:18.011897 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11907 2024.10.22 17:04:18.011968 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64261, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11908 2024.10.22 17:04:18.012039 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11909 2024.10.22 17:04:18.012074 [ 281 ] {} <Debug> HTTP-Session: 08daf3d9-f39c-4753-b5b0-cbecd3ee8275 Authenticating user 'default' from [fd00:1122:3344:101::d]:64261
11910 2024.10.22 17:04:18.012097 [ 281 ] {} <Debug> HTTP-Session: 08daf3d9-f39c-4753-b5b0-cbecd3ee8275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11911 2024.10.22 17:04:18.012117 [ 281 ] {} <Debug> HTTP-Session: 08daf3d9-f39c-4753-b5b0-cbecd3ee8275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11912 2024.10.22 17:04:18.012162 [ 281 ] {} <Trace> HTTP-Session: 08daf3d9-f39c-4753-b5b0-cbecd3ee8275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11913 2024.10.22 17:04:18.012304 [ 281 ] {fcdaa247-f91f-453b-91ac-220f7adfb3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64261) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
11914 2024.10.22 17:04:18.012363 [ 281 ] {fcdaa247-f91f-453b-91ac-220f7adfb3b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11915 2024.10.22 17:04:18.012678 [ 281 ] {fcdaa247-f91f-453b-91ac-220f7adfb3b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11916 2024.10.22 17:04:18.013086 [ 281 ] {fcdaa247-f91f-453b-91ac-220f7adfb3b9} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11917 2024.10.22 17:04:18.013132 [ 281 ] {fcdaa247-f91f-453b-91ac-220f7adfb3b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11918 2024.10.22 17:04:18.013530 [ 281 ] {fcdaa247-f91f-453b-91ac-220f7adfb3b9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
11919 2024.10.22 17:04:18.013913 [ 281 ] {fcdaa247-f91f-453b-91ac-220f7adfb3b9} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11920 2024.10.22 17:04:18.014088 [ 281 ] {fcdaa247-f91f-453b-91ac-220f7adfb3b9} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.00182 sec., 11538.461538461539 rows/sec., 796.81 KiB/sec.
11921 2024.10.22 17:04:18.014290 [ 281 ] {fcdaa247-f91f-453b-91ac-220f7adfb3b9} <Debug> DynamicQueryHandler: Done processing query
11922 2024.10.22 17:04:18.014316 [ 281 ] {fcdaa247-f91f-453b-91ac-220f7adfb3b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11923 2024.10.22 17:04:18.014333 [ 281 ] {} <Debug> HTTP-Session: 08daf3d9-f39c-4753-b5b0-cbecd3ee8275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11924 2024.10.22 17:04:18.014505 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11925 2024.10.22 17:04:18.014603 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39330, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11926 2024.10.22 17:04:18.014680 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11927 2024.10.22 17:04:18.014700 [ 279 ] {} <Debug> HTTP-Session: 37e24f6d-8886-4704-9553-91d43c3a27a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39330
11928 2024.10.22 17:04:18.014719 [ 279 ] {} <Debug> HTTP-Session: 37e24f6d-8886-4704-9553-91d43c3a27a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11929 2024.10.22 17:04:18.014733 [ 279 ] {} <Debug> HTTP-Session: 37e24f6d-8886-4704-9553-91d43c3a27a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11930 2024.10.22 17:04:18.014774 [ 279 ] {} <Trace> HTTP-Session: 37e24f6d-8886-4704-9553-91d43c3a27a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11931 2024.10.22 17:04:18.014891 [ 279 ] {bb0faf9f-2f60-488c-afc7-5fe1273dbed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39330) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
11932 2024.10.22 17:04:18.014939 [ 279 ] {bb0faf9f-2f60-488c-afc7-5fe1273dbed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11933 2024.10.22 17:04:18.015206 [ 279 ] {bb0faf9f-2f60-488c-afc7-5fe1273dbed7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11934 2024.10.22 17:04:18.015568 [ 279 ] {bb0faf9f-2f60-488c-afc7-5fe1273dbed7} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11935 2024.10.22 17:04:18.015613 [ 279 ] {bb0faf9f-2f60-488c-afc7-5fe1273dbed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11936 2024.10.22 17:04:18.016004 [ 279 ] {bb0faf9f-2f60-488c-afc7-5fe1273dbed7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
11937 2024.10.22 17:04:18.016393 [ 279 ] {bb0faf9f-2f60-488c-afc7-5fe1273dbed7} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11938 2024.10.22 17:04:18.016612 [ 279 ] {bb0faf9f-2f60-488c-afc7-5fe1273dbed7} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001753 sec., 6845.407872219053 rows/sec., 421.15 KiB/sec.
11939 2024.10.22 17:04:18.016790 [ 279 ] {bb0faf9f-2f60-488c-afc7-5fe1273dbed7} <Debug> DynamicQueryHandler: Done processing query
11940 2024.10.22 17:04:18.016815 [ 279 ] {bb0faf9f-2f60-488c-afc7-5fe1273dbed7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11941 2024.10.22 17:04:18.016831 [ 279 ] {} <Debug> HTTP-Session: 37e24f6d-8886-4704-9553-91d43c3a27a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11942 2024.10.22 17:04:18.017044 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11943 2024.10.22 17:04:18.017203 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39834, User-Agent: (none), Length: 67196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11944 2024.10.22 17:04:18.017334 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11945 2024.10.22 17:04:18.017374 [ 281 ] {} <Debug> HTTP-Session: 44122ebd-d9e5-4a38-bd89-69d2f7fa18bc Authenticating user 'default' from [fd00:1122:3344:101::d]:39834
11946 2024.10.22 17:04:18.017408 [ 281 ] {} <Debug> HTTP-Session: 44122ebd-d9e5-4a38-bd89-69d2f7fa18bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11947 2024.10.22 17:04:18.017435 [ 281 ] {} <Debug> HTTP-Session: 44122ebd-d9e5-4a38-bd89-69d2f7fa18bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11948 2024.10.22 17:04:18.017505 [ 281 ] {} <Trace> HTTP-Session: 44122ebd-d9e5-4a38-bd89-69d2f7fa18bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11949 2024.10.22 17:04:18.017938 [ 281 ] {b9fbd779-da3a-4ff8-9d5d-4c3083c31f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39834) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11950 2024.10.22 17:04:18.018027 [ 281 ] {b9fbd779-da3a-4ff8-9d5d-4c3083c31f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11951 2024.10.22 17:04:18.018505 [ 281 ] {b9fbd779-da3a-4ff8-9d5d-4c3083c31f84} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11952 2024.10.22 17:04:18.019203 [ 281 ] {b9fbd779-da3a-4ff8-9d5d-4c3083c31f84} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11953 2024.10.22 17:04:18.019253 [ 281 ] {b9fbd779-da3a-4ff8-9d5d-4c3083c31f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11954 2024.10.22 17:04:18.019664 [ 281 ] {b9fbd779-da3a-4ff8-9d5d-4c3083c31f84} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11955 2024.10.22 17:04:18.020048 [ 281 ] {b9fbd779-da3a-4ff8-9d5d-4c3083c31f84} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11956 2024.10.22 17:04:18.020219 [ 281 ] {b9fbd779-da3a-4ff8-9d5d-4c3083c31f84} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.002498 sec., 165732.5860688551 rows/sec., 11.82 MiB/sec.
11957 2024.10.22 17:04:18.020601 [ 281 ] {b9fbd779-da3a-4ff8-9d5d-4c3083c31f84} <Debug> DynamicQueryHandler: Done processing query
11958 2024.10.22 17:04:18.020665 [ 281 ] {b9fbd779-da3a-4ff8-9d5d-4c3083c31f84} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
11959 2024.10.22 17:04:18.020719 [ 281 ] {} <Debug> HTTP-Session: 44122ebd-d9e5-4a38-bd89-69d2f7fa18bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11960 2024.10.22 17:04:18.020960 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39330, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11961 2024.10.22 17:04:18.020973 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11962 2024.10.22 17:04:18.021055 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11963 2024.10.22 17:04:18.021090 [ 279 ] {} <Debug> HTTP-Session: 3746b688-513b-4d2f-be59-7d5b1a559203 Authenticating user 'default' from [fd00:1122:3344:101::d]:39330
11964 2024.10.22 17:04:18.021113 [ 279 ] {} <Debug> HTTP-Session: 3746b688-513b-4d2f-be59-7d5b1a559203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11965 2024.10.22 17:04:18.021132 [ 279 ] {} <Debug> HTTP-Session: 3746b688-513b-4d2f-be59-7d5b1a559203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11966 2024.10.22 17:04:18.021181 [ 279 ] {} <Trace> HTTP-Session: 3746b688-513b-4d2f-be59-7d5b1a559203 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11967 2024.10.22 17:04:18.021308 [ 279 ] {068e3d3d-4dfa-483a-bc1f-75b95aeebe98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39330) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
11968 2024.10.22 17:04:18.021363 [ 279 ] {068e3d3d-4dfa-483a-bc1f-75b95aeebe98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11969 2024.10.22 17:04:18.021533 [ 279 ] {068e3d3d-4dfa-483a-bc1f-75b95aeebe98} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11970 2024.10.22 17:04:18.021817 [ 279 ] {068e3d3d-4dfa-483a-bc1f-75b95aeebe98} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11971 2024.10.22 17:04:18.021854 [ 279 ] {068e3d3d-4dfa-483a-bc1f-75b95aeebe98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11972 2024.10.22 17:04:18.022249 [ 279 ] {068e3d3d-4dfa-483a-bc1f-75b95aeebe98} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
11973 2024.10.22 17:04:18.022596 [ 279 ] {068e3d3d-4dfa-483a-bc1f-75b95aeebe98} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11974 2024.10.22 17:04:18.022748 [ 279 ] {068e3d3d-4dfa-483a-bc1f-75b95aeebe98} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec.
11975 2024.10.22 17:04:18.023019 [ 279 ] {068e3d3d-4dfa-483a-bc1f-75b95aeebe98} <Debug> DynamicQueryHandler: Done processing query
11976 2024.10.22 17:04:18.023051 [ 279 ] {068e3d3d-4dfa-483a-bc1f-75b95aeebe98} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
11977 2024.10.22 17:04:18.023076 [ 279 ] {} <Debug> HTTP-Session: 3746b688-513b-4d2f-be59-7d5b1a559203 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11978 2024.10.22 17:04:18.023272 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11979 2024.10.22 17:04:18.023375 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53470, User-Agent: (none), Length: 44794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11980 2024.10.22 17:04:18.023438 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11981 2024.10.22 17:04:18.023458 [ 281 ] {} <Debug> HTTP-Session: d5b7792e-9bee-4eae-a63f-785b82ff65c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53470
11982 2024.10.22 17:04:18.023476 [ 281 ] {} <Debug> HTTP-Session: d5b7792e-9bee-4eae-a63f-785b82ff65c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11983 2024.10.22 17:04:18.023490 [ 281 ] {} <Debug> HTTP-Session: d5b7792e-9bee-4eae-a63f-785b82ff65c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11984 2024.10.22 17:04:18.023534 [ 281 ] {} <Trace> HTTP-Session: d5b7792e-9bee-4eae-a63f-785b82ff65c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11985 2024.10.22 17:04:18.023788 [ 281 ] {630ef505-c416-4ceb-969b-2373fffd4de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53470) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11986 2024.10.22 17:04:18.023843 [ 281 ] {630ef505-c416-4ceb-969b-2373fffd4de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11987 2024.10.22 17:04:18.024029 [ 281 ] {630ef505-c416-4ceb-969b-2373fffd4de5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11988 2024.10.22 17:04:18.024507 [ 281 ] {630ef505-c416-4ceb-969b-2373fffd4de5} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11989 2024.10.22 17:04:18.024545 [ 281 ] {630ef505-c416-4ceb-969b-2373fffd4de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11990 2024.10.22 17:04:18.024937 [ 281 ] {630ef505-c416-4ceb-969b-2373fffd4de5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11991 2024.10.22 17:04:18.025284 [ 281 ] {630ef505-c416-4ceb-969b-2373fffd4de5} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11992 2024.10.22 17:04:18.025451 [ 281 ] {630ef505-c416-4ceb-969b-2373fffd4de5} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001805 sec., 131855.95567867038 rows/sec., 8.84 MiB/sec.
11993 2024.10.22 17:04:18.025636 [ 281 ] {630ef505-c416-4ceb-969b-2373fffd4de5} <Debug> DynamicQueryHandler: Done processing query
11994 2024.10.22 17:04:18.025660 [ 281 ] {630ef505-c416-4ceb-969b-2373fffd4de5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
11995 2024.10.22 17:04:18.025676 [ 281 ] {} <Debug> HTTP-Session: d5b7792e-9bee-4eae-a63f-785b82ff65c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11996 2024.10.22 17:04:18.025838 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39330, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11997 2024.10.22 17:04:18.025855 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11998 2024.10.22 17:04:18.025933 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11999 2024.10.22 17:04:18.025966 [ 279 ] {} <Debug> HTTP-Session: 2da64ac1-8761-47fd-a2d3-0fe3e4261b44 Authenticating user 'default' from [fd00:1122:3344:101::d]:39330
12000 2024.10.22 17:04:18.025985 [ 279 ] {} <Debug> HTTP-Session: 2da64ac1-8761-47fd-a2d3-0fe3e4261b44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12001 2024.10.22 17:04:18.026008 [ 279 ] {} <Debug> HTTP-Session: 2da64ac1-8761-47fd-a2d3-0fe3e4261b44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12002 2024.10.22 17:04:18.026054 [ 279 ] {} <Trace> HTTP-Session: 2da64ac1-8761-47fd-a2d3-0fe3e4261b44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12003 2024.10.22 17:04:18.026163 [ 279 ] {fedc0f0f-ed6d-442b-9357-a4518cf7ca66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39330) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
12004 2024.10.22 17:04:18.026214 [ 279 ] {fedc0f0f-ed6d-442b-9357-a4518cf7ca66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12005 2024.10.22 17:04:18.026379 [ 279 ] {fedc0f0f-ed6d-442b-9357-a4518cf7ca66} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12006 2024.10.22 17:04:18.026696 [ 279 ] {fedc0f0f-ed6d-442b-9357-a4518cf7ca66} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12007 2024.10.22 17:04:18.026733 [ 279 ] {fedc0f0f-ed6d-442b-9357-a4518cf7ca66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12008 2024.10.22 17:04:18.027098 [ 279 ] {fedc0f0f-ed6d-442b-9357-a4518cf7ca66} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
12009 2024.10.22 17:04:18.027427 [ 279 ] {fedc0f0f-ed6d-442b-9357-a4518cf7ca66} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12010 2024.10.22 17:04:18.027584 [ 279 ] {fedc0f0f-ed6d-442b-9357-a4518cf7ca66} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001442 sec., 693.4812760055479 rows/sec., 46.73 KiB/sec.
12011 2024.10.22 17:04:18.027921 [ 279 ] {fedc0f0f-ed6d-442b-9357-a4518cf7ca66} <Debug> DynamicQueryHandler: Done processing query
12012 2024.10.22 17:04:18.027947 [ 279 ] {fedc0f0f-ed6d-442b-9357-a4518cf7ca66} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
12013 2024.10.22 17:04:18.027964 [ 279 ] {} <Debug> HTTP-Session: 2da64ac1-8761-47fd-a2d3-0fe3e4261b44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12014 2024.10.22 17:04:18.028144 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12015 2024.10.22 17:04:18.028246 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60555, User-Agent: (none), Length: 50330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12016 2024.10.22 17:04:18.028318 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12017 2024.10.22 17:04:18.028343 [ 281 ] {} <Debug> HTTP-Session: 86f51668-23be-45fb-9391-b291f5b782c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60555
12018 2024.10.22 17:04:18.028364 [ 281 ] {} <Debug> HTTP-Session: 86f51668-23be-45fb-9391-b291f5b782c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12019 2024.10.22 17:04:18.028386 [ 281 ] {} <Debug> HTTP-Session: 86f51668-23be-45fb-9391-b291f5b782c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12020 2024.10.22 17:04:18.028433 [ 281 ] {} <Trace> HTTP-Session: 86f51668-23be-45fb-9391-b291f5b782c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12021 2024.10.22 17:04:18.028813 [ 281 ] {8b8ec3ef-eb71-49ff-88ae-df4704fc3896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60555) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
12022 2024.10.22 17:04:18.028903 [ 281 ] {8b8ec3ef-eb71-49ff-88ae-df4704fc3896} <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
12023 2024.10.22 17:04:18.029397 [ 281 ] {8b8ec3ef-eb71-49ff-88ae-df4704fc3896} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12024 2024.10.22 17:04:18.030063 [ 281 ] {8b8ec3ef-eb71-49ff-88ae-df4704fc3896} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12025 2024.10.22 17:04:18.030100 [ 281 ] {8b8ec3ef-eb71-49ff-88ae-df4704fc3896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12026 2024.10.22 17:04:18.030764 [ 281 ] {8b8ec3ef-eb71-49ff-88ae-df4704fc3896} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
12027 2024.10.22 17:04:18.031173 [ 281 ] {8b8ec3ef-eb71-49ff-88ae-df4704fc3896} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12028 2024.10.22 17:04:18.031354 [ 281 ] {8b8ec3ef-eb71-49ff-88ae-df4704fc3896} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002795 sec., 10733.45259391771 rows/sec., 19.23 MiB/sec.
12029 2024.10.22 17:04:18.031842 [ 281 ] {8b8ec3ef-eb71-49ff-88ae-df4704fc3896} <Debug> DynamicQueryHandler: Done processing query
12030 2024.10.22 17:04:18.031884 [ 281 ] {8b8ec3ef-eb71-49ff-88ae-df4704fc3896} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
12031 2024.10.22 17:04:18.031909 [ 281 ] {} <Debug> HTTP-Session: 86f51668-23be-45fb-9391-b291f5b782c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12032 2024.10.22 17:04:18.032105 [ 281 ] {} <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)
12033 2024.10.22 17:04:18.032126 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39330, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12034 2024.10.22 17:04:18.032207 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12035 2024.10.22 17:04:18.032249 [ 279 ] {} <Debug> HTTP-Session: b000c8b2-888c-437c-8ed3-89807e5d8ebf Authenticating user 'default' from [fd00:1122:3344:101::d]:39330
12036 2024.10.22 17:04:18.032274 [ 279 ] {} <Debug> HTTP-Session: b000c8b2-888c-437c-8ed3-89807e5d8ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12037 2024.10.22 17:04:18.032293 [ 279 ] {} <Debug> HTTP-Session: b000c8b2-888c-437c-8ed3-89807e5d8ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12038 2024.10.22 17:04:18.032337 [ 279 ] {} <Trace> HTTP-Session: b000c8b2-888c-437c-8ed3-89807e5d8ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12039 2024.10.22 17:04:18.032498 [ 279 ] {08ce1933-ee9b-4f9c-9d28-069bb4847832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39330) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12040 2024.10.22 17:04:18.032553 [ 279 ] {08ce1933-ee9b-4f9c-9d28-069bb4847832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12041 2024.10.22 17:04:18.032740 [ 279 ] {08ce1933-ee9b-4f9c-9d28-069bb4847832} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12042 2024.10.22 17:04:18.033089 [ 279 ] {08ce1933-ee9b-4f9c-9d28-069bb4847832} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12043 2024.10.22 17:04:18.033126 [ 279 ] {08ce1933-ee9b-4f9c-9d28-069bb4847832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12044 2024.10.22 17:04:18.033496 [ 279 ] {08ce1933-ee9b-4f9c-9d28-069bb4847832} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
12045 2024.10.22 17:04:18.033820 [ 279 ] {08ce1933-ee9b-4f9c-9d28-069bb4847832} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12046 2024.10.22 17:04:18.033987 [ 279 ] {08ce1933-ee9b-4f9c-9d28-069bb4847832} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001542 sec., 53177.69130998703 rows/sec., 3.38 MiB/sec.
12047 2024.10.22 17:04:18.034269 [ 279 ] {08ce1933-ee9b-4f9c-9d28-069bb4847832} <Debug> DynamicQueryHandler: Done processing query
12048 2024.10.22 17:04:18.034312 [ 279 ] {08ce1933-ee9b-4f9c-9d28-069bb4847832} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12049 2024.10.22 17:04:18.034342 [ 279 ] {} <Debug> HTTP-Session: b000c8b2-888c-437c-8ed3-89807e5d8ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12050 2024.10.22 17:04:18.034821 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12051 2024.10.22 17:04:19.000161 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.45 MiB, peak 181.80 MiB, free memory in arenas 0.00 B, will set to 173.58 MiB (RSS), difference: 4.13 MiB
12052 2024.10.22 17:04:21.224276 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12053 2024.10.22 17:04:22.990112 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54023, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12054 2024.10.22 17:04:22.990275 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12055 2024.10.22 17:04:22.990305 [ 281 ] {} <Debug> HTTP-Session: b77563d9-a2b8-4a75-9b30-4eb7dc9dc795 Authenticating user 'default' from [fd00:1122:3344:101::d]:54023
12056 2024.10.22 17:04:22.990333 [ 281 ] {} <Debug> HTTP-Session: b77563d9-a2b8-4a75-9b30-4eb7dc9dc795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12057 2024.10.22 17:04:22.990351 [ 281 ] {} <Debug> HTTP-Session: b77563d9-a2b8-4a75-9b30-4eb7dc9dc795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12058 2024.10.22 17:04:22.990408 [ 281 ] {} <Trace> HTTP-Session: b77563d9-a2b8-4a75-9b30-4eb7dc9dc795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12059 2024.10.22 17:04:22.990618 [ 281 ] {95935d36-c0e8-4e2b-90d2-6895515eabc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54023) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
12060 2024.10.22 17:04:22.990696 [ 281 ] {95935d36-c0e8-4e2b-90d2-6895515eabc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12061 2024.10.22 17:04:22.991097 [ 281 ] {95935d36-c0e8-4e2b-90d2-6895515eabc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12062 2024.10.22 17:04:22.991551 [ 281 ] {95935d36-c0e8-4e2b-90d2-6895515eabc2} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12063 2024.10.22 17:04:22.991601 [ 281 ] {95935d36-c0e8-4e2b-90d2-6895515eabc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12064 2024.10.22 17:04:22.992034 [ 281 ] {95935d36-c0e8-4e2b-90d2-6895515eabc2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
12065 2024.10.22 17:04:22.992426 [ 281 ] {95935d36-c0e8-4e2b-90d2-6895515eabc2} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12066 2024.10.22 17:04:22.992601 [ 281 ] {95935d36-c0e8-4e2b-90d2-6895515eabc2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002038 sec., 981.3542688910698 rows/sec., 80.02 KiB/sec.
12067 2024.10.22 17:04:22.992991 [ 281 ] {95935d36-c0e8-4e2b-90d2-6895515eabc2} <Debug> DynamicQueryHandler: Done processing query
12068 2024.10.22 17:04:22.993018 [ 281 ] {95935d36-c0e8-4e2b-90d2-6895515eabc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12069 2024.10.22 17:04:22.993036 [ 281 ] {} <Debug> HTTP-Session: b77563d9-a2b8-4a75-9b30-4eb7dc9dc795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12070 2024.10.22 17:04:22.993259 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12071 2024.10.22 17:04:22.993328 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53655, User-Agent: (none), Length: 11042, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12072 2024.10.22 17:04:22.993454 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12073 2024.10.22 17:04:22.993483 [ 279 ] {} <Debug> HTTP-Session: a4183bb3-5dd2-4ab9-89f0-4f8382501b5b Authenticating user 'default' from [fd00:1122:3344:101::d]:53655
12074 2024.10.22 17:04:22.993510 [ 279 ] {} <Debug> HTTP-Session: a4183bb3-5dd2-4ab9-89f0-4f8382501b5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12075 2024.10.22 17:04:22.993528 [ 279 ] {} <Debug> HTTP-Session: a4183bb3-5dd2-4ab9-89f0-4f8382501b5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12076 2024.10.22 17:04:22.993587 [ 279 ] {} <Trace> HTTP-Session: a4183bb3-5dd2-4ab9-89f0-4f8382501b5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12077 2024.10.22 17:04:22.993808 [ 279 ] {4e45dfc8-ae03-4fd2-b497-28a9f577b194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53655) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12078 2024.10.22 17:04:22.993879 [ 279 ] {4e45dfc8-ae03-4fd2-b497-28a9f577b194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12079 2024.10.22 17:04:22.994248 [ 279 ] {4e45dfc8-ae03-4fd2-b497-28a9f577b194} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12080 2024.10.22 17:04:22.994675 [ 279 ] {4e45dfc8-ae03-4fd2-b497-28a9f577b194} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12081 2024.10.22 17:04:22.994716 [ 279 ] {4e45dfc8-ae03-4fd2-b497-28a9f577b194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12082 2024.10.22 17:04:22.995122 [ 279 ] {4e45dfc8-ae03-4fd2-b497-28a9f577b194} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
12083 2024.10.22 17:04:22.995512 [ 279 ] {4e45dfc8-ae03-4fd2-b497-28a9f577b194} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12084 2024.10.22 17:04:22.995692 [ 279 ] {4e45dfc8-ae03-4fd2-b497-28a9f577b194} <Debug> executeQuery: Read 77 rows, 6.34 KiB in 0.00196 sec., 39285.71428571429 rows/sec., 3.16 MiB/sec.
12085 2024.10.22 17:04:22.995896 [ 279 ] {4e45dfc8-ae03-4fd2-b497-28a9f577b194} <Debug> DynamicQueryHandler: Done processing query
12086 2024.10.22 17:04:22.995922 [ 279 ] {4e45dfc8-ae03-4fd2-b497-28a9f577b194} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
12087 2024.10.22 17:04:22.995939 [ 279 ] {} <Debug> HTTP-Session: a4183bb3-5dd2-4ab9-89f0-4f8382501b5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12088 2024.10.22 17:04:22.996116 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53655, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12089 2024.10.22 17:04:22.996175 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47538, User-Agent: (none), Length: 1765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12090 2024.10.22 17:04:22.996299 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12091 2024.10.22 17:04:22.996340 [ 281 ] {} <Debug> HTTP-Session: f638615c-31cf-4a15-95b3-faab316f60a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47538
12092 2024.10.22 17:04:22.996378 [ 281 ] {} <Debug> HTTP-Session: f638615c-31cf-4a15-95b3-faab316f60a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12093 2024.10.22 17:04:22.996406 [ 281 ] {} <Debug> HTTP-Session: f638615c-31cf-4a15-95b3-faab316f60a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12094 2024.10.22 17:04:22.996479 [ 281 ] {} <Trace> HTTP-Session: f638615c-31cf-4a15-95b3-faab316f60a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12095 2024.10.22 17:04:22.996712 [ 281 ] {d2fc5e8e-908b-4f4f-8023-c32d1524fce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47538) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12096 2024.10.22 17:04:22.996809 [ 281 ] {d2fc5e8e-908b-4f4f-8023-c32d1524fce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12097 2024.10.22 17:04:22.997313 [ 281 ] {d2fc5e8e-908b-4f4f-8023-c32d1524fce5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12098 2024.10.22 17:04:22.997678 [ 281 ] {d2fc5e8e-908b-4f4f-8023-c32d1524fce5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12099 2024.10.22 17:04:22.997720 [ 281 ] {d2fc5e8e-908b-4f4f-8023-c32d1524fce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12100 2024.10.22 17:04:22.998093 [ 281 ] {d2fc5e8e-908b-4f4f-8023-c32d1524fce5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12101 2024.10.22 17:04:22.998454 [ 281 ] {d2fc5e8e-908b-4f4f-8023-c32d1524fce5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12102 2024.10.22 17:04:22.998612 [ 281 ] {d2fc5e8e-908b-4f4f-8023-c32d1524fce5} <Debug> executeQuery: Read 12 rows, 913.00 B in 0.001971 sec., 6088.2800608828 rows/sec., 452.36 KiB/sec.
12103 2024.10.22 17:04:22.998938 [ 281 ] {d2fc5e8e-908b-4f4f-8023-c32d1524fce5} <Debug> DynamicQueryHandler: Done processing query
12104 2024.10.22 17:04:22.998978 [ 281 ] {d2fc5e8e-908b-4f4f-8023-c32d1524fce5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12105 2024.10.22 17:04:22.998997 [ 281 ] {} <Debug> HTTP-Session: f638615c-31cf-4a15-95b3-faab316f60a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12106 2024.10.22 17:04:22.999173 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12107 2024.10.22 17:04:22.999283 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52284, User-Agent: (none), Length: 12916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12108 2024.10.22 17:04:22.999354 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12109 2024.10.22 17:04:22.999379 [ 279 ] {} <Debug> HTTP-Session: cc4360f2-ce33-4f9a-8418-ce151d048364 Authenticating user 'default' from [fd00:1122:3344:101::d]:52284
12110 2024.10.22 17:04:22.999401 [ 279 ] {} <Debug> HTTP-Session: cc4360f2-ce33-4f9a-8418-ce151d048364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12111 2024.10.22 17:04:22.999418 [ 279 ] {} <Debug> HTTP-Session: cc4360f2-ce33-4f9a-8418-ce151d048364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12112 2024.10.22 17:04:22.999464 [ 279 ] {} <Trace> HTTP-Session: cc4360f2-ce33-4f9a-8418-ce151d048364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12113 2024.10.22 17:04:22.999626 [ 279 ] {47308514-7125-486e-8726-a8fbcb9a27e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52284) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12114 2024.10.22 17:04:22.999682 [ 279 ] {47308514-7125-486e-8726-a8fbcb9a27e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12115 2024.10.22 17:04:22.999996 [ 279 ] {47308514-7125-486e-8726-a8fbcb9a27e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12116 2024.10.22 17:04:23.000157 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.87 MiB, peak 181.80 MiB, free memory in arenas 0.00 B, will set to 173.58 MiB (RSS), difference: -1.29 MiB
12117 2024.10.22 17:04:23.000745 [ 279 ] {47308514-7125-486e-8726-a8fbcb9a27e0} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12118 2024.10.22 17:04:23.000787 [ 279 ] {47308514-7125-486e-8726-a8fbcb9a27e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12119 2024.10.22 17:04:23.001151 [ 279 ] {47308514-7125-486e-8726-a8fbcb9a27e0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
12120 2024.10.22 17:04:23.001514 [ 279 ] {47308514-7125-486e-8726-a8fbcb9a27e0} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12121 2024.10.22 17:04:23.001671 [ 279 ] {47308514-7125-486e-8726-a8fbcb9a27e0} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002102 sec., 36156.041864890576 rows/sec., 2.82 MiB/sec.
12122 2024.10.22 17:04:23.001861 [ 279 ] {47308514-7125-486e-8726-a8fbcb9a27e0} <Debug> DynamicQueryHandler: Done processing query
12123 2024.10.22 17:04:23.001885 [ 279 ] {47308514-7125-486e-8726-a8fbcb9a27e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
12124 2024.10.22 17:04:23.001900 [ 279 ] {} <Debug> HTTP-Session: cc4360f2-ce33-4f9a-8418-ce151d048364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12125 2024.10.22 17:04:23.002079 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12126 2024.10.22 17:04:23.002147 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47538, User-Agent: (none), Length: 30782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12127 2024.10.22 17:04:23.002220 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12128 2024.10.22 17:04:23.002247 [ 281 ] {} <Debug> HTTP-Session: 1bd48e78-4bce-4aef-8791-6d05456f2b6e Authenticating user 'default' from [fd00:1122:3344:101::d]:47538
12129 2024.10.22 17:04:23.002267 [ 281 ] {} <Debug> HTTP-Session: 1bd48e78-4bce-4aef-8791-6d05456f2b6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12130 2024.10.22 17:04:23.002281 [ 281 ] {} <Debug> HTTP-Session: 1bd48e78-4bce-4aef-8791-6d05456f2b6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12131 2024.10.22 17:04:23.002322 [ 281 ] {} <Trace> HTTP-Session: 1bd48e78-4bce-4aef-8791-6d05456f2b6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12132 2024.10.22 17:04:23.002502 [ 281 ] {8824aa8b-7f10-4d21-a798-33725300d7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47538) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12133 2024.10.22 17:04:23.002557 [ 281 ] {8824aa8b-7f10-4d21-a798-33725300d7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12134 2024.10.22 17:04:23.002740 [ 281 ] {8824aa8b-7f10-4d21-a798-33725300d7f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12135 2024.10.22 17:04:23.003154 [ 281 ] {8824aa8b-7f10-4d21-a798-33725300d7f5} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12136 2024.10.22 17:04:23.003191 [ 281 ] {8824aa8b-7f10-4d21-a798-33725300d7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12137 2024.10.22 17:04:23.003593 [ 281 ] {8824aa8b-7f10-4d21-a798-33725300d7f5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
12138 2024.10.22 17:04:23.003935 [ 281 ] {8824aa8b-7f10-4d21-a798-33725300d7f5} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12139 2024.10.22 17:04:23.004094 [ 281 ] {8824aa8b-7f10-4d21-a798-33725300d7f5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001677 sec., 96004.77042337507 rows/sec., 6.69 MiB/sec.
12140 2024.10.22 17:04:23.004420 [ 281 ] {8824aa8b-7f10-4d21-a798-33725300d7f5} <Debug> DynamicQueryHandler: Done processing query
12141 2024.10.22 17:04:23.004457 [ 281 ] {8824aa8b-7f10-4d21-a798-33725300d7f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
12142 2024.10.22 17:04:23.004475 [ 281 ] {} <Debug> HTTP-Session: 1bd48e78-4bce-4aef-8791-6d05456f2b6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12143 2024.10.22 17:04:23.004715 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12144 2024.10.22 17:04:23.004770 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45367, User-Agent: (none), Length: 16506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12145 2024.10.22 17:04:23.004865 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12146 2024.10.22 17:04:23.004892 [ 279 ] {} <Debug> HTTP-Session: 4a1eeef7-fc1a-4f92-9777-96bafa7c8fbf Authenticating user 'default' from [fd00:1122:3344:101::d]:45367
12147 2024.10.22 17:04:23.004914 [ 279 ] {} <Debug> HTTP-Session: 4a1eeef7-fc1a-4f92-9777-96bafa7c8fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12148 2024.10.22 17:04:23.004931 [ 279 ] {} <Debug> HTTP-Session: 4a1eeef7-fc1a-4f92-9777-96bafa7c8fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12149 2024.10.22 17:04:23.004976 [ 279 ] {} <Trace> HTTP-Session: 4a1eeef7-fc1a-4f92-9777-96bafa7c8fbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12150 2024.10.22 17:04:23.005203 [ 279 ] {7ef613b4-3c83-448d-82f0-00b6bc17de99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45367) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
12151 2024.10.22 17:04:23.005290 [ 279 ] {7ef613b4-3c83-448d-82f0-00b6bc17de99} <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
12152 2024.10.22 17:04:23.005780 [ 279 ] {7ef613b4-3c83-448d-82f0-00b6bc17de99} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12153 2024.10.22 17:04:23.006386 [ 279 ] {7ef613b4-3c83-448d-82f0-00b6bc17de99} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12154 2024.10.22 17:04:23.006422 [ 279 ] {7ef613b4-3c83-448d-82f0-00b6bc17de99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12155 2024.10.22 17:04:23.007031 [ 279 ] {7ef613b4-3c83-448d-82f0-00b6bc17de99} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
12156 2024.10.22 17:04:23.007452 [ 279 ] {7ef613b4-3c83-448d-82f0-00b6bc17de99} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12157 2024.10.22 17:04:23.007630 [ 279 ] {7ef613b4-3c83-448d-82f0-00b6bc17de99} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002544 sec., 3930.8176100628934 rows/sec., 7.04 MiB/sec.
12158 2024.10.22 17:04:23.007858 [ 279 ] {7ef613b4-3c83-448d-82f0-00b6bc17de99} <Debug> DynamicQueryHandler: Done processing query
12159 2024.10.22 17:04:23.007883 [ 279 ] {7ef613b4-3c83-448d-82f0-00b6bc17de99} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
12160 2024.10.22 17:04:23.007899 [ 279 ] {} <Debug> HTTP-Session: 4a1eeef7-fc1a-4f92-9777-96bafa7c8fbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12161 2024.10.22 17:04:23.008061 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12162 2024.10.22 17:04:23.008147 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38262, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12163 2024.10.22 17:04:23.008225 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12164 2024.10.22 17:04:23.008249 [ 281 ] {} <Debug> HTTP-Session: e823fb6c-67f9-4cd1-8280-ab380a4e88e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38262
12165 2024.10.22 17:04:23.008268 [ 281 ] {} <Debug> HTTP-Session: e823fb6c-67f9-4cd1-8280-ab380a4e88e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12166 2024.10.22 17:04:23.008283 [ 281 ] {} <Debug> HTTP-Session: e823fb6c-67f9-4cd1-8280-ab380a4e88e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12167 2024.10.22 17:04:23.008321 [ 281 ] {} <Trace> HTTP-Session: e823fb6c-67f9-4cd1-8280-ab380a4e88e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12168 2024.10.22 17:04:23.008480 [ 281 ] {51150556-72f3-42a1-8a1b-d6dcd069d993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38262) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12169 2024.10.22 17:04:23.008532 [ 281 ] {51150556-72f3-42a1-8a1b-d6dcd069d993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12170 2024.10.22 17:04:23.008692 [ 281 ] {51150556-72f3-42a1-8a1b-d6dcd069d993} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12171 2024.10.22 17:04:23.009032 [ 281 ] {51150556-72f3-42a1-8a1b-d6dcd069d993} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12172 2024.10.22 17:04:23.009068 [ 281 ] {51150556-72f3-42a1-8a1b-d6dcd069d993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12173 2024.10.22 17:04:23.009450 [ 281 ] {51150556-72f3-42a1-8a1b-d6dcd069d993} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
12174 2024.10.22 17:04:23.009777 [ 281 ] {51150556-72f3-42a1-8a1b-d6dcd069d993} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12175 2024.10.22 17:04:23.009933 [ 281 ] {51150556-72f3-42a1-8a1b-d6dcd069d993} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00151 sec., 39735.09933774835 rows/sec., 2.68 MiB/sec.
12176 2024.10.22 17:04:23.010244 [ 281 ] {51150556-72f3-42a1-8a1b-d6dcd069d993} <Debug> DynamicQueryHandler: Done processing query
12177 2024.10.22 17:04:23.010293 [ 281 ] {51150556-72f3-42a1-8a1b-d6dcd069d993} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12178 2024.10.22 17:04:23.010327 [ 281 ] {} <Debug> HTTP-Session: e823fb6c-67f9-4cd1-8280-ab380a4e88e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12179 2024.10.22 17:04:23.010633 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12180 2024.10.22 17:04:23.684717 [ 284 ] {} <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)
12181 2024.10.22 17:04:23.787301 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12182 2024.10.22 17:04:23.836842 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12183 2024.10.22 17:04:23.944493 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12184 2024.10.22 17:04:23.950898 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12185 2024.10.22 17:04:23.969325 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40752, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12186 2024.10.22 17:04:24.017595 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12187 2024.10.22 17:04:27.361512 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1066
12188 2024.10.22 17:04:27.364422 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12189 2024.10.22 17:04:27.364478 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12190 2024.10.22 17:04:27.365982 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
12191 2024.10.22 17:04:27.366977 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12192 2024.10.22 17:04:27.367844 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1066
12193 2024.10.22 17:04:27.994776 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56921, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12194 2024.10.22 17:04:27.994902 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12195 2024.10.22 17:04:27.994930 [ 284 ] {} <Debug> HTTP-Session: 157de439-b4a1-4085-8cee-7c3086673281 Authenticating user 'default' from [fd00:1122:3344:101::d]:56921
12196 2024.10.22 17:04:27.994959 [ 284 ] {} <Debug> HTTP-Session: 157de439-b4a1-4085-8cee-7c3086673281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12197 2024.10.22 17:04:27.994977 [ 284 ] {} <Debug> HTTP-Session: 157de439-b4a1-4085-8cee-7c3086673281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12198 2024.10.22 17:04:27.995033 [ 284 ] {} <Trace> HTTP-Session: 157de439-b4a1-4085-8cee-7c3086673281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12199 2024.10.22 17:04:27.995240 [ 284 ] {17cddd7d-b935-4499-9147-654caee8faaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56921) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
12200 2024.10.22 17:04:27.995316 [ 284 ] {17cddd7d-b935-4499-9147-654caee8faaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
12201 2024.10.22 17:04:27.995656 [ 284 ] {17cddd7d-b935-4499-9147-654caee8faaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12202 2024.10.22 17:04:27.996086 [ 284 ] {17cddd7d-b935-4499-9147-654caee8faaf} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12203 2024.10.22 17:04:27.996124 [ 284 ] {17cddd7d-b935-4499-9147-654caee8faaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12204 2024.10.22 17:04:27.996555 [ 284 ] {17cddd7d-b935-4499-9147-654caee8faaf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
12205 2024.10.22 17:04:27.996945 [ 284 ] {17cddd7d-b935-4499-9147-654caee8faaf} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12206 2024.10.22 17:04:27.997091 [ 284 ] {17cddd7d-b935-4499-9147-654caee8faaf} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001919 sec., 6253.256904637832 rows/sec., 436.63 KiB/sec.
12207 2024.10.22 17:04:27.997287 [ 284 ] {17cddd7d-b935-4499-9147-654caee8faaf} <Debug> DynamicQueryHandler: Done processing query
12208 2024.10.22 17:04:27.997314 [ 284 ] {17cddd7d-b935-4499-9147-654caee8faaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12209 2024.10.22 17:04:27.997330 [ 284 ] {} <Debug> HTTP-Session: 157de439-b4a1-4085-8cee-7c3086673281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12210 2024.10.22 17:04:27.997549 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12211 2024.10.22 17:04:27.997724 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55203, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12212 2024.10.22 17:04:27.997909 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12213 2024.10.22 17:04:27.997953 [ 281 ] {} <Debug> HTTP-Session: c049083b-f966-4d6c-88f8-2deb1ff0b8c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55203
12214 2024.10.22 17:04:27.997995 [ 281 ] {} <Debug> HTTP-Session: c049083b-f966-4d6c-88f8-2deb1ff0b8c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12215 2024.10.22 17:04:27.998023 [ 281 ] {} <Debug> HTTP-Session: c049083b-f966-4d6c-88f8-2deb1ff0b8c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12216 2024.10.22 17:04:27.998111 [ 281 ] {} <Trace> HTTP-Session: c049083b-f966-4d6c-88f8-2deb1ff0b8c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12217 2024.10.22 17:04:27.998389 [ 281 ] {a0d4d77f-31b9-4889-a179-15f4764709a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55203) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
12218 2024.10.22 17:04:27.998460 [ 281 ] {a0d4d77f-31b9-4889-a179-15f4764709a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12219 2024.10.22 17:04:27.998818 [ 281 ] {a0d4d77f-31b9-4889-a179-15f4764709a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12220 2024.10.22 17:04:27.999194 [ 281 ] {a0d4d77f-31b9-4889-a179-15f4764709a8} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12221 2024.10.22 17:04:27.999238 [ 281 ] {a0d4d77f-31b9-4889-a179-15f4764709a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12222 2024.10.22 17:04:27.999658 [ 281 ] {a0d4d77f-31b9-4889-a179-15f4764709a8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
12223 2024.10.22 17:04:28.000075 [ 281 ] {a0d4d77f-31b9-4889-a179-15f4764709a8} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12224 2024.10.22 17:04:28.000173 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.91 MiB, peak 181.80 MiB, free memory in arenas 0.00 B, will set to 173.58 MiB (RSS), difference: -5.33 MiB
12225 2024.10.22 17:04:28.000432 [ 281 ] {a0d4d77f-31b9-4889-a179-15f4764709a8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002094 sec., 955.1098376313277 rows/sec., 77.88 KiB/sec.
12226 2024.10.22 17:04:28.001217 [ 281 ] {a0d4d77f-31b9-4889-a179-15f4764709a8} <Debug> DynamicQueryHandler: Done processing query
12227 2024.10.22 17:04:28.001244 [ 281 ] {a0d4d77f-31b9-4889-a179-15f4764709a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12228 2024.10.22 17:04:28.001262 [ 281 ] {} <Debug> HTTP-Session: c049083b-f966-4d6c-88f8-2deb1ff0b8c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12229 2024.10.22 17:04:28.001479 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55203, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12230 2024.10.22 17:04:28.001528 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56921, User-Agent: (none), Length: 39352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12231 2024.10.22 17:04:28.001611 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12232 2024.10.22 17:04:28.001636 [ 284 ] {} <Debug> HTTP-Session: 411467f6-3e71-40e6-bee0-44c880e0f536 Authenticating user 'default' from [fd00:1122:3344:101::d]:56921
12233 2024.10.22 17:04:28.001658 [ 284 ] {} <Debug> HTTP-Session: 411467f6-3e71-40e6-bee0-44c880e0f536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12234 2024.10.22 17:04:28.001676 [ 284 ] {} <Debug> HTTP-Session: 411467f6-3e71-40e6-bee0-44c880e0f536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12235 2024.10.22 17:04:28.001686 [ 281 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
12236 
12237 (version 23.8.7.1)
12238 2024.10.22 17:04:28.001745 [ 284 ] {} <Trace> HTTP-Session: 411467f6-3e71-40e6-bee0-44c880e0f536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12239 2024.10.22 17:04:28.001983 [ 284 ] {5d726efb-c706-4f6a-a418-ad7e733e059f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56921) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12240 2024.10.22 17:04:28.002042 [ 284 ] {5d726efb-c706-4f6a-a418-ad7e733e059f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12241 2024.10.22 17:04:28.002347 [ 284 ] {5d726efb-c706-4f6a-a418-ad7e733e059f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12242 2024.10.22 17:04:28.002859 [ 284 ] {5d726efb-c706-4f6a-a418-ad7e733e059f} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12243 2024.10.22 17:04:28.002894 [ 284 ] {5d726efb-c706-4f6a-a418-ad7e733e059f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12244 2024.10.22 17:04:28.003284 [ 284 ] {5d726efb-c706-4f6a-a418-ad7e733e059f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
12245 2024.10.22 17:04:28.003653 [ 284 ] {5d726efb-c706-4f6a-a418-ad7e733e059f} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12246 2024.10.22 17:04:28.003786 [ 284 ] {5d726efb-c706-4f6a-a418-ad7e733e059f} <Debug> executeQuery: Read 262 rows, 23.47 KiB in 0.001919 sec., 136529.442417926 rows/sec., 11.94 MiB/sec.
12247 2024.10.22 17:04:28.003797 [ 129 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
12248 2024.10.22 17:04:28.003860 [ 129 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12249 2024.10.22 17:04:28.003899 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12250 2024.10.22 17:04:28.004003 [ 284 ] {5d726efb-c706-4f6a-a418-ad7e733e059f} <Debug> DynamicQueryHandler: Done processing query
12251 2024.10.22 17:04:28.004066 [ 284 ] {5d726efb-c706-4f6a-a418-ad7e733e059f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
12252 2024.10.22 17:04:28.004104 [ 284 ] {} <Debug> HTTP-Session: 411467f6-3e71-40e6-bee0-44c880e0f536 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12253 2024.10.22 17:04:28.004125 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
12254 2024.10.22 17:04:28.004360 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12255 2024.10.22 17:04:28.004379 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12256 2024.10.22 17:04:28.004420 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38062, User-Agent: (none), Length: 4625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12257 2024.10.22 17:04:28.004486 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1430 rows starting from the beginning of the part
12258 2024.10.22 17:04:28.004597 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12259 2024.10.22 17:04:28.004702 [ 281 ] {} <Debug> HTTP-Session: 040f7465-1e5d-4360-a8a9-2909b8bab73c Authenticating user 'default' from [fd00:1122:3344:101::d]:38062
12260 2024.10.22 17:04:28.004724 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 262 rows starting from the beginning of the part
12261 2024.10.22 17:04:28.004755 [ 281 ] {} <Debug> HTTP-Session: 040f7465-1e5d-4360-a8a9-2909b8bab73c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12262 2024.10.22 17:04:28.004812 [ 281 ] {} <Debug> HTTP-Session: 040f7465-1e5d-4360-a8a9-2909b8bab73c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12263 2024.10.22 17:04:28.004982 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 76 rows starting from the beginning of the part
12264 2024.10.22 17:04:28.004987 [ 281 ] {} <Trace> HTTP-Session: 040f7465-1e5d-4360-a8a9-2909b8bab73c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12265 2024.10.22 17:04:28.005584 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 262 rows starting from the beginning of the part
12266 2024.10.22 17:04:28.005774 [ 281 ] {b35d7ed6-d3ec-4725-9122-4ad8191cd45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38062) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12267 2024.10.22 17:04:28.006025 [ 281 ] {b35d7ed6-d3ec-4725-9122-4ad8191cd45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12268 2024.10.22 17:04:28.006155 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 77 rows starting from the beginning of the part
12269 2024.10.22 17:04:28.006573 [ 192 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 262 rows starting from the beginning of the part
12270 2024.10.22 17:04:28.007065 [ 281 ] {b35d7ed6-d3ec-4725-9122-4ad8191cd45e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12271 2024.10.22 17:04:28.007709 [ 281 ] {b35d7ed6-d3ec-4725-9122-4ad8191cd45e} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12272 2024.10.22 17:04:28.007757 [ 281 ] {b35d7ed6-d3ec-4725-9122-4ad8191cd45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12273 2024.10.22 17:04:28.008386 [ 281 ] {b35d7ed6-d3ec-4725-9122-4ad8191cd45e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12274 2024.10.22 17:04:28.008877 [ 188 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2369 rows, containing 5 columns (5 merged, 0 gathered) in 0.004902372 sec., 483235.4623435349 rows/sec., 42.70 MiB/sec.
12275 2024.10.22 17:04:28.008931 [ 281 ] {b35d7ed6-d3ec-4725-9122-4ad8191cd45e} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12276 2024.10.22 17:04:28.009148 [ 188 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
12277 2024.10.22 17:04:28.009170 [ 281 ] {b35d7ed6-d3ec-4725-9122-4ad8191cd45e} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.003706 sec., 8634.646519158121 rows/sec., 646.39 KiB/sec.
12278 2024.10.22 17:04:28.009797 [ 281 ] {b35d7ed6-d3ec-4725-9122-4ad8191cd45e} <Debug> DynamicQueryHandler: Done processing query
12279 2024.10.22 17:04:28.009882 [ 281 ] {b35d7ed6-d3ec-4725-9122-4ad8191cd45e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
12280 2024.10.22 17:04:28.009983 [ 281 ] {} <Debug> HTTP-Session: 040f7465-1e5d-4360-a8a9-2909b8bab73c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12281 2024.10.22 17:04:28.010312 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12282 2024.10.22 17:04:28.010517 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62240, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12283 2024.10.22 17:04:28.010595 [ 281 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
12284 
12285 (version 23.8.7.1)
12286 2024.10.22 17:04:28.010692 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12287 2024.10.22 17:04:28.010752 [ 279 ] {} <Debug> HTTP-Session: 7cba47d1-8b24-44b6-a692-7a96d28123db Authenticating user 'default' from [fd00:1122:3344:101::d]:62240
12288 2024.10.22 17:04:28.010804 [ 279 ] {} <Debug> HTTP-Session: 7cba47d1-8b24-44b6-a692-7a96d28123db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12289 2024.10.22 17:04:28.010840 [ 188 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_56_11} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12290 2024.10.22 17:04:28.010855 [ 279 ] {} <Debug> HTTP-Session: 7cba47d1-8b24-44b6-a692-7a96d28123db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12291 2024.10.22 17:04:28.010967 [ 279 ] {} <Trace> HTTP-Session: 7cba47d1-8b24-44b6-a692-7a96d28123db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12292 2024.10.22 17:04:28.010977 [ 188 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_56_11} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
12293 2024.10.22 17:04:28.011098 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
12294 2024.10.22 17:04:28.011228 [ 279 ] {d7255e3e-437e-46e2-9c79-b8fef093add6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62240) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
12295 2024.10.22 17:04:28.011305 [ 279 ] {d7255e3e-437e-46e2-9c79-b8fef093add6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12296 2024.10.22 17:04:28.011640 [ 279 ] {d7255e3e-437e-46e2-9c79-b8fef093add6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12297 2024.10.22 17:04:28.012028 [ 279 ] {d7255e3e-437e-46e2-9c79-b8fef093add6} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12298 2024.10.22 17:04:28.012069 [ 279 ] {d7255e3e-437e-46e2-9c79-b8fef093add6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12299 2024.10.22 17:04:28.012518 [ 279 ] {d7255e3e-437e-46e2-9c79-b8fef093add6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
12300 2024.10.22 17:04:28.012909 [ 279 ] {d7255e3e-437e-46e2-9c79-b8fef093add6} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12301 2024.10.22 17:04:28.013083 [ 279 ] {d7255e3e-437e-46e2-9c79-b8fef093add6} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001917 sec., 10954.616588419405 rows/sec., 756.49 KiB/sec.
12302 2024.10.22 17:04:28.013298 [ 279 ] {d7255e3e-437e-46e2-9c79-b8fef093add6} <Debug> DynamicQueryHandler: Done processing query
12303 2024.10.22 17:04:28.013325 [ 279 ] {d7255e3e-437e-46e2-9c79-b8fef093add6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12304 2024.10.22 17:04:28.013341 [ 279 ] {} <Debug> HTTP-Session: 7cba47d1-8b24-44b6-a692-7a96d28123db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12305 2024.10.22 17:04:28.013476 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12306 2024.10.22 17:04:28.013570 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61506, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12307 2024.10.22 17:04:28.013639 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12308 2024.10.22 17:04:28.013660 [ 281 ] {} <Debug> HTTP-Session: e142fd19-2dbd-4fdc-bff1-41f5ac71064b Authenticating user 'default' from [fd00:1122:3344:101::d]:61506
12309 2024.10.22 17:04:28.013677 [ 281 ] {} <Debug> HTTP-Session: e142fd19-2dbd-4fdc-bff1-41f5ac71064b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12310 2024.10.22 17:04:28.013691 [ 281 ] {} <Debug> HTTP-Session: e142fd19-2dbd-4fdc-bff1-41f5ac71064b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12311 2024.10.22 17:04:28.013729 [ 281 ] {} <Trace> HTTP-Session: e142fd19-2dbd-4fdc-bff1-41f5ac71064b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12312 2024.10.22 17:04:28.013844 [ 281 ] {dff90944-c399-4433-84a8-b0d076c5bfe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61506) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
12313 2024.10.22 17:04:28.013892 [ 281 ] {dff90944-c399-4433-84a8-b0d076c5bfe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12314 2024.10.22 17:04:28.014158 [ 281 ] {dff90944-c399-4433-84a8-b0d076c5bfe7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12315 2024.10.22 17:04:28.014490 [ 281 ] {dff90944-c399-4433-84a8-b0d076c5bfe7} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12316 2024.10.22 17:04:28.014528 [ 281 ] {dff90944-c399-4433-84a8-b0d076c5bfe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12317 2024.10.22 17:04:28.014896 [ 281 ] {dff90944-c399-4433-84a8-b0d076c5bfe7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
12318 2024.10.22 17:04:28.015291 [ 281 ] {dff90944-c399-4433-84a8-b0d076c5bfe7} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12319 2024.10.22 17:04:28.015462 [ 281 ] {dff90944-c399-4433-84a8-b0d076c5bfe7} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001642 sec., 7308.16077953715 rows/sec., 449.62 KiB/sec.
12320 2024.10.22 17:04:28.015836 [ 281 ] {dff90944-c399-4433-84a8-b0d076c5bfe7} <Debug> DynamicQueryHandler: Done processing query
12321 2024.10.22 17:04:28.015863 [ 281 ] {dff90944-c399-4433-84a8-b0d076c5bfe7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12322 2024.10.22 17:04:28.015879 [ 281 ] {} <Debug> HTTP-Session: e142fd19-2dbd-4fdc-bff1-41f5ac71064b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12323 2024.10.22 17:04:28.016098 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12324 2024.10.22 17:04:28.016194 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40508, User-Agent: (none), Length: 67194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12325 2024.10.22 17:04:28.016256 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12326 2024.10.22 17:04:28.016277 [ 279 ] {} <Debug> HTTP-Session: 90c7dc22-217e-48b3-ab4c-31d407e6c89f Authenticating user 'default' from [fd00:1122:3344:101::d]:40508
12327 2024.10.22 17:04:28.016295 [ 279 ] {} <Debug> HTTP-Session: 90c7dc22-217e-48b3-ab4c-31d407e6c89f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12328 2024.10.22 17:04:28.016309 [ 279 ] {} <Debug> HTTP-Session: 90c7dc22-217e-48b3-ab4c-31d407e6c89f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12329 2024.10.22 17:04:28.016349 [ 279 ] {} <Trace> HTTP-Session: 90c7dc22-217e-48b3-ab4c-31d407e6c89f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12330 2024.10.22 17:04:28.016695 [ 279 ] {10e80e6b-82e5-4e5b-978b-de6eb609ae3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12331 2024.10.22 17:04:28.016744 [ 279 ] {10e80e6b-82e5-4e5b-978b-de6eb609ae3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12332 2024.10.22 17:04:28.017006 [ 279 ] {10e80e6b-82e5-4e5b-978b-de6eb609ae3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12333 2024.10.22 17:04:28.017633 [ 279 ] {10e80e6b-82e5-4e5b-978b-de6eb609ae3b} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12334 2024.10.22 17:04:28.017670 [ 279 ] {10e80e6b-82e5-4e5b-978b-de6eb609ae3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12335 2024.10.22 17:04:28.018063 [ 279 ] {10e80e6b-82e5-4e5b-978b-de6eb609ae3b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
12336 2024.10.22 17:04:28.018440 [ 279 ] {10e80e6b-82e5-4e5b-978b-de6eb609ae3b} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12337 2024.10.22 17:04:28.018589 [ 279 ] {10e80e6b-82e5-4e5b-978b-de6eb609ae3b} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.002108 sec., 196394.68690702086 rows/sec., 14.01 MiB/sec.
12338 2024.10.22 17:04:28.018630 [ 129 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
12339 2024.10.22 17:04:28.018755 [ 129 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12340 2024.10.22 17:04:28.018822 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12341 2024.10.22 17:04:28.018922 [ 279 ] {10e80e6b-82e5-4e5b-978b-de6eb609ae3b} <Debug> DynamicQueryHandler: Done processing query
12342 2024.10.22 17:04:28.018993 [ 279 ] {10e80e6b-82e5-4e5b-978b-de6eb609ae3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
12343 2024.10.22 17:04:28.019050 [ 279 ] {} <Debug> HTTP-Session: 90c7dc22-217e-48b3-ab4c-31d407e6c89f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12344 2024.10.22 17:04:28.019108 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
12345 2024.10.22 17:04:28.019263 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12346 2024.10.22 17:04:28.019334 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part
12347 2024.10.22 17:04:28.019385 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61506, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12348 2024.10.22 17:04:28.019411 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40508, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12349 2024.10.22 17:04:28.019615 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12350 2024.10.22 17:04:28.019661 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 414 rows starting from the beginning of the part
12351 2024.10.22 17:04:28.019767 [ 281 ] {} <Debug> HTTP-Session: f512bba2-63a1-4e20-818c-62698bcfb4a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61506
12352 2024.10.22 17:04:28.019859 [ 281 ] {} <Debug> HTTP-Session: f512bba2-63a1-4e20-818c-62698bcfb4a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12353 2024.10.22 17:04:28.019922 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 74 rows starting from the beginning of the part
12354 2024.10.22 17:04:28.019925 [ 281 ] {} <Debug> HTTP-Session: f512bba2-63a1-4e20-818c-62698bcfb4a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12355 2024.10.22 17:04:28.020083 [ 281 ] {} <Trace> HTTP-Session: f512bba2-63a1-4e20-818c-62698bcfb4a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12356 2024.10.22 17:04:28.020112 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 414 rows starting from the beginning of the part
12357 2024.10.22 17:04:28.020228 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 76 rows starting from the beginning of the part
12358 2024.10.22 17:04:28.020362 [ 281 ] {fa06a09e-41ba-4eb7-bfd3-633464ef67e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61506) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
12359 2024.10.22 17:04:28.020381 [ 192 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 414 rows starting from the beginning of the part
12360 2024.10.22 17:04:28.020519 [ 281 ] {fa06a09e-41ba-4eb7-bfd3-633464ef67e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12361 2024.10.22 17:04:28.020885 [ 281 ] {fa06a09e-41ba-4eb7-bfd3-633464ef67e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12362 2024.10.22 17:04:28.021351 [ 281 ] {fa06a09e-41ba-4eb7-bfd3-633464ef67e7} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12363 2024.10.22 17:04:28.021397 [ 281 ] {fa06a09e-41ba-4eb7-bfd3-633464ef67e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12364 2024.10.22 17:04:28.021924 [ 281 ] {fa06a09e-41ba-4eb7-bfd3-633464ef67e7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
12365 2024.10.22 17:04:28.022337 [ 190 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2306 rows, containing 5 columns (5 merged, 0 gathered) in 0.003396778 sec., 678878.6314560445 rows/sec., 51.70 MiB/sec.
12366 2024.10.22 17:04:28.022462 [ 281 ] {fa06a09e-41ba-4eb7-bfd3-633464ef67e7} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12367 2024.10.22 17:04:28.022635 [ 190 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
12368 2024.10.22 17:04:28.022796 [ 281 ] {fa06a09e-41ba-4eb7-bfd3-633464ef67e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00252 sec., 2380.9523809523807 rows/sec., 124.40 KiB/sec.
12369 2024.10.22 17:04:28.023088 [ 281 ] {fa06a09e-41ba-4eb7-bfd3-633464ef67e7} <Debug> DynamicQueryHandler: Done processing query
12370 2024.10.22 17:04:28.023148 [ 281 ] {fa06a09e-41ba-4eb7-bfd3-633464ef67e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
12371 2024.10.22 17:04:28.023215 [ 281 ] {} <Debug> HTTP-Session: f512bba2-63a1-4e20-818c-62698bcfb4a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12372 2024.10.22 17:04:28.023474 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12373 2024.10.22 17:04:28.023547 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_56_11} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12374 2024.10.22 17:04:28.023583 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43278, User-Agent: (none), Length: 44794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12375 2024.10.22 17:04:28.023730 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12376 2024.10.22 17:04:28.023772 [ 279 ] {} <Debug> HTTP-Session: f26a3b5e-574f-47ba-aa55-b7bb318a89a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43278
12377 2024.10.22 17:04:28.023806 [ 279 ] {} <Debug> HTTP-Session: f26a3b5e-574f-47ba-aa55-b7bb318a89a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12378 2024.10.22 17:04:28.023812 [ 195 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_56_11} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
12379 2024.10.22 17:04:28.023833 [ 279 ] {} <Debug> HTTP-Session: f26a3b5e-574f-47ba-aa55-b7bb318a89a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12380 2024.10.22 17:04:28.023921 [ 279 ] {} <Trace> HTTP-Session: f26a3b5e-574f-47ba-aa55-b7bb318a89a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12381 2024.10.22 17:04:28.023992 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
12382 2024.10.22 17:04:28.024265 [ 279 ] {d94ab16e-5fda-495e-9035-8f5eef1ddeda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12383 2024.10.22 17:04:28.024325 [ 279 ] {d94ab16e-5fda-495e-9035-8f5eef1ddeda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12384 2024.10.22 17:04:28.024502 [ 279 ] {d94ab16e-5fda-495e-9035-8f5eef1ddeda} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12385 2024.10.22 17:04:28.024976 [ 279 ] {d94ab16e-5fda-495e-9035-8f5eef1ddeda} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12386 2024.10.22 17:04:28.025011 [ 279 ] {d94ab16e-5fda-495e-9035-8f5eef1ddeda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12387 2024.10.22 17:04:28.025425 [ 279 ] {d94ab16e-5fda-495e-9035-8f5eef1ddeda} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
12388 2024.10.22 17:04:28.025806 [ 279 ] {d94ab16e-5fda-495e-9035-8f5eef1ddeda} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12389 2024.10.22 17:04:28.025955 [ 279 ] {d94ab16e-5fda-495e-9035-8f5eef1ddeda} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00188 sec., 126595.74468085107 rows/sec., 8.49 MiB/sec.
12390 2024.10.22 17:04:28.025975 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
12391 2024.10.22 17:04:28.026054 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12392 2024.10.22 17:04:28.026105 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12393 2024.10.22 17:04:28.026221 [ 279 ] {d94ab16e-5fda-495e-9035-8f5eef1ddeda} <Debug> DynamicQueryHandler: Done processing query
12394 2024.10.22 17:04:28.026231 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
12395 2024.10.22 17:04:28.026250 [ 279 ] {d94ab16e-5fda-495e-9035-8f5eef1ddeda} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
12396 2024.10.22 17:04:28.026280 [ 279 ] {} <Debug> HTTP-Session: f26a3b5e-574f-47ba-aa55-b7bb318a89a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12397 2024.10.22 17:04:28.026394 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12398 2024.10.22 17:04:28.026435 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15670 rows starting from the beginning of the part
12399 2024.10.22 17:04:28.026493 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12400 2024.10.22 17:04:28.026771 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53698, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12401 2024.10.22 17:04:28.026803 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 238 rows starting from the beginning of the part
12402 2024.10.22 17:04:28.027029 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12403 2024.10.22 17:04:28.027230 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part
12404 2024.10.22 17:04:28.027239 [ 281 ] {} <Debug> HTTP-Session: 7754455d-9950-464e-bf4c-201a9e71cd0f Authenticating user 'default' from [fd00:1122:3344:101::d]:53698
12405 2024.10.22 17:04:28.027357 [ 281 ] {} <Debug> HTTP-Session: 7754455d-9950-464e-bf4c-201a9e71cd0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12406 2024.10.22 17:04:28.027443 [ 281 ] {} <Debug> HTTP-Session: 7754455d-9950-464e-bf4c-201a9e71cd0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12407 2024.10.22 17:04:28.027580 [ 281 ] {} <Trace> HTTP-Session: 7754455d-9950-464e-bf4c-201a9e71cd0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12408 2024.10.22 17:04:28.027609 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 238 rows starting from the beginning of the part
12409 2024.10.22 17:04:28.027820 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 161 rows starting from the beginning of the part
12410 2024.10.22 17:04:28.027874 [ 281 ] {fb323f32-fe0e-4894-8586-d12179314e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53698) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
12411 2024.10.22 17:04:28.028036 [ 281 ] {fb323f32-fe0e-4894-8586-d12179314e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12412 2024.10.22 17:04:28.028129 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 238 rows starting from the beginning of the part
12413 2024.10.22 17:04:28.028940 [ 281 ] {fb323f32-fe0e-4894-8586-d12179314e32} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12414 2024.10.22 17:04:28.029561 [ 281 ] {fb323f32-fe0e-4894-8586-d12179314e32} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12415 2024.10.22 17:04:28.029601 [ 281 ] {fb323f32-fe0e-4894-8586-d12179314e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12416 2024.10.22 17:04:28.030082 [ 281 ] {fb323f32-fe0e-4894-8586-d12179314e32} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
12417 2024.10.22 17:04:28.030560 [ 281 ] {fb323f32-fe0e-4894-8586-d12179314e32} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12418 2024.10.22 17:04:28.030966 [ 281 ] {fb323f32-fe0e-4894-8586-d12179314e32} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003173 sec., 315.1591553734636 rows/sec., 21.24 KiB/sec.
12419 2024.10.22 17:04:28.031832 [ 281 ] {fb323f32-fe0e-4894-8586-d12179314e32} <Debug> DynamicQueryHandler: Done processing query
12420 2024.10.22 17:04:28.031884 [ 281 ] {fb323f32-fe0e-4894-8586-d12179314e32} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
12421 2024.10.22 17:04:28.031912 [ 281 ] {} <Debug> HTTP-Session: 7754455d-9950-464e-bf4c-201a9e71cd0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12422 2024.10.22 17:04:28.032089 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12423 2024.10.22 17:04:28.032171 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62158, User-Agent: (none), Length: 50310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12424 2024.10.22 17:04:28.032240 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12425 2024.10.22 17:04:28.032264 [ 279 ] {} <Debug> HTTP-Session: c843b0ec-24d0-428d-adec-4b7341514a47 Authenticating user 'default' from [fd00:1122:3344:101::d]:62158
12426 2024.10.22 17:04:28.032287 [ 279 ] {} <Debug> HTTP-Session: c843b0ec-24d0-428d-adec-4b7341514a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12427 2024.10.22 17:04:28.032317 [ 279 ] {} <Debug> HTTP-Session: c843b0ec-24d0-428d-adec-4b7341514a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12428 2024.10.22 17:04:28.032357 [ 279 ] {} <Trace> HTTP-Session: c843b0ec-24d0-428d-adec-4b7341514a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12429 2024.10.22 17:04:28.033016 [ 279 ] {958f0131-8e3b-45a8-a2ab-67857356a7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
12430 2024.10.22 17:04:28.033102 [ 279 ] {958f0131-8e3b-45a8-a2ab-67857356a7a2} <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
12431 2024.10.22 17:04:28.033646 [ 279 ] {958f0131-8e3b-45a8-a2ab-67857356a7a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12432 2024.10.22 17:04:28.034509 [ 279 ] {958f0131-8e3b-45a8-a2ab-67857356a7a2} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12433 2024.10.22 17:04:28.034546 [ 279 ] {958f0131-8e3b-45a8-a2ab-67857356a7a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12434 2024.10.22 17:04:28.035015 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16705 rows, containing 5 columns (5 merged, 0 gathered) in 0.008830422 sec., 1891755.5695526218 rows/sec., 127.71 MiB/sec.
12435 2024.10.22 17:04:28.035244 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
12436 2024.10.22 17:04:28.035522 [ 279 ] {958f0131-8e3b-45a8-a2ab-67857356a7a2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12437 2024.10.22 17:04:28.035780 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12438 2024.10.22 17:04:28.035904 [ 190 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
12439 2024.10.22 17:04:28.036023 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB.
12440 2024.10.22 17:04:28.036108 [ 279 ] {958f0131-8e3b-45a8-a2ab-67857356a7a2} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12441 2024.10.22 17:04:28.036290 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
12442 2024.10.22 17:04:28.036322 [ 279 ] {958f0131-8e3b-45a8-a2ab-67857356a7a2} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003849 sec., 7794.23226812159 rows/sec., 13.97 MiB/sec.
12443 2024.10.22 17:04:28.036346 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12444 2024.10.22 17:04:28.036403 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12445 2024.10.22 17:04:28.036742 [ 192 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
12446 2024.10.22 17:04:28.036953 [ 279 ] {958f0131-8e3b-45a8-a2ab-67857356a7a2} <Debug> DynamicQueryHandler: Done processing query
12447 2024.10.22 17:04:28.037013 [ 279 ] {958f0131-8e3b-45a8-a2ab-67857356a7a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
12448 2024.10.22 17:04:28.037078 [ 279 ] {} <Debug> HTTP-Session: c843b0ec-24d0-428d-adec-4b7341514a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12449 2024.10.22 17:04:28.037336 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53698, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12450 2024.10.22 17:04:28.037400 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62158, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12451 2024.10.22 17:04:28.037442 [ 192 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12452 2024.10.22 17:04:28.037488 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12453 2024.10.22 17:04:28.037557 [ 281 ] {} <Debug> HTTP-Session: d3f0a9b1-855b-46cb-b83f-13f02fe2607b Authenticating user 'default' from [fd00:1122:3344:101::d]:53698
12454 2024.10.22 17:04:28.037646 [ 281 ] {} <Debug> HTTP-Session: d3f0a9b1-855b-46cb-b83f-13f02fe2607b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12455 2024.10.22 17:04:28.037653 [ 192 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 693 rows starting from the beginning of the part
12456 2024.10.22 17:04:28.037680 [ 281 ] {} <Debug> HTTP-Session: d3f0a9b1-855b-46cb-b83f-13f02fe2607b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12457 2024.10.22 17:04:28.037741 [ 281 ] {} <Trace> HTTP-Session: d3f0a9b1-855b-46cb-b83f-13f02fe2607b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12458 2024.10.22 17:04:28.038018 [ 192 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part
12459 2024.10.22 17:04:28.038036 [ 281 ] {a00d3ed5-2c04-4c14-86ca-5e5396f8023f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53698) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12460 2024.10.22 17:04:28.038118 [ 281 ] {a00d3ed5-2c04-4c14-86ca-5e5396f8023f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12461 2024.10.22 17:04:28.038476 [ 192 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 10 rows starting from the beginning of the part
12462 2024.10.22 17:04:28.038709 [ 281 ] {a00d3ed5-2c04-4c14-86ca-5e5396f8023f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12463 2024.10.22 17:04:28.038956 [ 192 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part
12464 2024.10.22 17:04:28.039433 [ 192 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 10 rows starting from the beginning of the part
12465 2024.10.22 17:04:28.039616 [ 281 ] {a00d3ed5-2c04-4c14-86ca-5e5396f8023f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12466 2024.10.22 17:04:28.039690 [ 281 ] {a00d3ed5-2c04-4c14-86ca-5e5396f8023f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12467 2024.10.22 17:04:28.039816 [ 192 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part
12468 2024.10.22 17:04:28.040468 [ 281 ] {a00d3ed5-2c04-4c14-86ca-5e5396f8023f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
12469 2024.10.22 17:04:28.040982 [ 281 ] {a00d3ed5-2c04-4c14-86ca-5e5396f8023f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12470 2024.10.22 17:04:28.041162 [ 281 ] {a00d3ed5-2c04-4c14-86ca-5e5396f8023f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003232 sec., 25371.28712871287 rows/sec., 1.61 MiB/sec.
12471 2024.10.22 17:04:28.041168 [ 127 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
12472 2024.10.22 17:04:28.041268 [ 127 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12473 2024.10.22 17:04:28.041334 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12474 2024.10.22 17:04:28.041500 [ 281 ] {a00d3ed5-2c04-4c14-86ca-5e5396f8023f} <Debug> DynamicQueryHandler: Done processing query
12475 2024.10.22 17:04:28.041581 [ 281 ] {a00d3ed5-2c04-4c14-86ca-5e5396f8023f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12476 2024.10.22 17:04:28.041627 [ 281 ] {} <Debug> HTTP-Session: d3f0a9b1-855b-46cb-b83f-13f02fe2607b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12477 2024.10.22 17:04:28.041634 [ 191 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
12478 2024.10.22 17:04:28.041925 [ 191 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12479 2024.10.22 17:04:28.042016 [ 191 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2950 rows starting from the beginning of the part
12480 2024.10.22 17:04:28.042124 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12481 2024.10.22 17:04:28.042439 [ 191 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
12482 2024.10.22 17:04:28.042505 [ 281 ] {} <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):
12483 
12484 (version 23.8.7.1)
12485 2024.10.22 17:04:28.042855 [ 191 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
12486 2024.10.22 17:04:28.043183 [ 191 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part
12487 2024.10.22 17:04:28.043517 [ 191 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part
12488 2024.10.22 17:04:28.043886 [ 191 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part
12489 2024.10.22 17:04:28.047954 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 4 columns (4 merged, 0 gathered) in 0.0065482 sec., 506398.7049876302 rows/sec., 33.00 MiB/sec.
12490 2024.10.22 17:04:28.048703 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
12491 2024.10.22 17:04:28.049101 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_56_11} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12492 2024.10.22 17:04:28.049176 [ 199 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_56_11} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
12493 2024.10.22 17:04:28.049255 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
12494 2024.10.22 17:04:28.056951 [ 192 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 803 rows, containing 19 columns (19 merged, 0 gathered) in 0.020390737 sec., 39380.62660510996 rows/sec., 70.57 MiB/sec.
12495 2024.10.22 17:04:28.058215 [ 199 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
12496 2024.10.22 17:04:28.058786 [ 199 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12497 2024.10.22 17:04:28.058863 [ 199 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
12498 2024.10.22 17:04:28.059010 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB.
12499 2024.10.22 17:04:29.000152 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.53 MiB, peak 181.80 MiB, free memory in arenas 0.00 B, will set to 176.42 MiB (RSS), difference: 6.89 MiB
12500 2024.10.22 17:04:32.127511 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
12501 2024.10.22 17:04:32.127562 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
12502 2024.10.22 17:04:32.417678 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57002, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12503 2024.10.22 17:04:32.417800 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12504 2024.10.22 17:04:32.417825 [ 281 ] {} <Debug> HTTP-Session: 4ce7cfcb-0bbf-492c-8c5e-f5939b8dd5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57002
12505 2024.10.22 17:04:32.417850 [ 281 ] {} <Debug> HTTP-Session: 4ce7cfcb-0bbf-492c-8c5e-f5939b8dd5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12506 2024.10.22 17:04:32.417865 [ 281 ] {} <Debug> HTTP-Session: 4ce7cfcb-0bbf-492c-8c5e-f5939b8dd5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12507 2024.10.22 17:04:32.417915 [ 281 ] {} <Trace> HTTP-Session: 4ce7cfcb-0bbf-492c-8c5e-f5939b8dd5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12508 2024.10.22 17:04:32.418106 [ 281 ] {766da3f2-e169-496f-bd59-7def679ae883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57002) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
12509 2024.10.22 17:04:32.418178 [ 281 ] {766da3f2-e169-496f-bd59-7def679ae883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12510 2024.10.22 17:04:32.418527 [ 281 ] {766da3f2-e169-496f-bd59-7def679ae883} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12511 2024.10.22 17:04:32.418961 [ 281 ] {766da3f2-e169-496f-bd59-7def679ae883} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12512 2024.10.22 17:04:32.419008 [ 281 ] {766da3f2-e169-496f-bd59-7def679ae883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12513 2024.10.22 17:04:32.419438 [ 281 ] {766da3f2-e169-496f-bd59-7def679ae883} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
12514 2024.10.22 17:04:32.419851 [ 281 ] {766da3f2-e169-496f-bd59-7def679ae883} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12515 2024.10.22 17:04:32.420018 [ 281 ] {766da3f2-e169-496f-bd59-7def679ae883} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001959 sec., 1020.9290454313426 rows/sec., 83.25 KiB/sec.
12516 2024.10.22 17:04:32.420102 [ 121 ] {} <Debug> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
12517 2024.10.22 17:04:32.420239 [ 121 ] {} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12518 2024.10.22 17:04:32.420305 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12519 2024.10.22 17:04:32.420360 [ 281 ] {766da3f2-e169-496f-bd59-7def679ae883} <Debug> DynamicQueryHandler: Done processing query
12520 2024.10.22 17:04:32.420441 [ 281 ] {766da3f2-e169-496f-bd59-7def679ae883} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12521 2024.10.22 17:04:32.420510 [ 281 ] {} <Debug> HTTP-Session: 4ce7cfcb-0bbf-492c-8c5e-f5939b8dd5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12522 2024.10.22 17:04:32.420554 [ 193 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::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
12523 2024.10.22 17:04:32.420727 [ 193 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12524 2024.10.22 17:04:32.420765 [ 193 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 18 rows starting from the beginning of the part
12525 2024.10.22 17:04:32.420946 [ 193 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part
12526 2024.10.22 17:04:32.421026 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57002, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12527 2024.10.22 17:04:32.421254 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50791, User-Agent: (none), Length: 176081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12528 2024.10.22 17:04:32.421421 [ 193 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part
12529 2024.10.22 17:04:32.421449 [ 281 ] {} <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):
12530 
12531 (version 23.8.7.1)
12532 2024.10.22 17:04:32.421567 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12533 2024.10.22 17:04:32.421648 [ 279 ] {} <Debug> HTTP-Session: cefc26dd-b5fe-4fc3-a1bd-5dc4da65a5cb Authenticating user 'default' from [fd00:1122:3344:101::d]:50791
12534 2024.10.22 17:04:32.421722 [ 193 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::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
12535 2024.10.22 17:04:32.421794 [ 279 ] {} <Debug> HTTP-Session: cefc26dd-b5fe-4fc3-a1bd-5dc4da65a5cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12536 2024.10.22 17:04:32.421866 [ 279 ] {} <Debug> HTTP-Session: cefc26dd-b5fe-4fc3-a1bd-5dc4da65a5cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12537 2024.10.22 17:04:32.422038 [ 279 ] {} <Trace> HTTP-Session: cefc26dd-b5fe-4fc3-a1bd-5dc4da65a5cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12538 2024.10.22 17:04:32.422078 [ 193 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
12539 2024.10.22 17:04:32.422361 [ 193 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part
12540 2024.10.22 17:04:32.422779 [ 279 ] {f0673a84-05bc-4d6e-9c52-a67fafe26d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50791) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12541 2024.10.22 17:04:32.422870 [ 279 ] {f0673a84-05bc-4d6e-9c52-a67fafe26d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12542 2024.10.22 17:04:32.423930 [ 279 ] {f0673a84-05bc-4d6e-9c52-a67fafe26d9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12543 2024.10.22 17:04:32.424705 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.004297009 sec., 6516.160426938831 rows/sec., 556.80 KiB/sec.
12544 2024.10.22 17:04:32.424868 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
12545 2024.10.22 17:04:32.425555 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_21_4} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12546 2024.10.22 17:04:32.425654 [ 194 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_21_4} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
12547 2024.10.22 17:04:32.425695 [ 279 ] {f0673a84-05bc-4d6e-9c52-a67fafe26d9b} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12548 2024.10.22 17:04:32.425751 [ 279 ] {f0673a84-05bc-4d6e-9c52-a67fafe26d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12549 2024.10.22 17:04:32.425771 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
12550 2024.10.22 17:04:32.426230 [ 279 ] {f0673a84-05bc-4d6e-9c52-a67fafe26d9b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
12551 2024.10.22 17:04:32.426596 [ 279 ] {f0673a84-05bc-4d6e-9c52-a67fafe26d9b} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12552 2024.10.22 17:04:32.426756 [ 279 ] {f0673a84-05bc-4d6e-9c52-a67fafe26d9b} <Debug> executeQuery: Read 1217 rows, 102.46 KiB in 0.004384 sec., 277600.36496350367 rows/sec., 22.82 MiB/sec.
12553 2024.10.22 17:04:32.427010 [ 279 ] {f0673a84-05bc-4d6e-9c52-a67fafe26d9b} <Debug> DynamicQueryHandler: Done processing query
12554 2024.10.22 17:04:32.427038 [ 279 ] {f0673a84-05bc-4d6e-9c52-a67fafe26d9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
12555 2024.10.22 17:04:32.427055 [ 279 ] {} <Debug> HTTP-Session: cefc26dd-b5fe-4fc3-a1bd-5dc4da65a5cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12556 2024.10.22 17:04:32.427298 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12557 2024.10.22 17:04:32.427398 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38812, User-Agent: (none), Length: 1765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12558 2024.10.22 17:04:32.427472 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12559 2024.10.22 17:04:32.427494 [ 281 ] {} <Debug> HTTP-Session: 0034f681-5045-48e2-bfa5-2b0f8cf7140a Authenticating user 'default' from [fd00:1122:3344:101::d]:38812
12560 2024.10.22 17:04:32.427513 [ 281 ] {} <Debug> HTTP-Session: 0034f681-5045-48e2-bfa5-2b0f8cf7140a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12561 2024.10.22 17:04:32.427528 [ 281 ] {} <Debug> HTTP-Session: 0034f681-5045-48e2-bfa5-2b0f8cf7140a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12562 2024.10.22 17:04:32.427570 [ 281 ] {} <Trace> HTTP-Session: 0034f681-5045-48e2-bfa5-2b0f8cf7140a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12563 2024.10.22 17:04:32.427721 [ 281 ] {b3febcb3-603b-4fce-ac6f-fd30abbcaad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38812) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12564 2024.10.22 17:04:32.427775 [ 281 ] {b3febcb3-603b-4fce-ac6f-fd30abbcaad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12565 2024.10.22 17:04:32.428053 [ 281 ] {b3febcb3-603b-4fce-ac6f-fd30abbcaad3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12566 2024.10.22 17:04:32.428514 [ 281 ] {b3febcb3-603b-4fce-ac6f-fd30abbcaad3} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12567 2024.10.22 17:04:32.428554 [ 281 ] {b3febcb3-603b-4fce-ac6f-fd30abbcaad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12568 2024.10.22 17:04:32.428937 [ 281 ] {b3febcb3-603b-4fce-ac6f-fd30abbcaad3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12569 2024.10.22 17:04:32.429323 [ 281 ] {b3febcb3-603b-4fce-ac6f-fd30abbcaad3} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12570 2024.10.22 17:04:32.429500 [ 281 ] {b3febcb3-603b-4fce-ac6f-fd30abbcaad3} <Debug> executeQuery: Read 12 rows, 913.00 B in 0.001813 sec., 6618.863761720905 rows/sec., 491.78 KiB/sec.
12571 2024.10.22 17:04:32.429689 [ 281 ] {b3febcb3-603b-4fce-ac6f-fd30abbcaad3} <Debug> DynamicQueryHandler: Done processing query
12572 2024.10.22 17:04:32.429715 [ 281 ] {b3febcb3-603b-4fce-ac6f-fd30abbcaad3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12573 2024.10.22 17:04:32.429732 [ 281 ] {} <Debug> HTTP-Session: 0034f681-5045-48e2-bfa5-2b0f8cf7140a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12574 2024.10.22 17:04:32.429948 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50791, User-Agent: (none), Length: 30474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12575 2024.10.22 17:04:32.429963 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12576 2024.10.22 17:04:32.430045 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12577 2024.10.22 17:04:32.430092 [ 279 ] {} <Debug> HTTP-Session: d6ec4096-6112-41c8-819e-fd8d581f8977 Authenticating user 'default' from [fd00:1122:3344:101::d]:50791
12578 2024.10.22 17:04:32.430126 [ 279 ] {} <Debug> HTTP-Session: d6ec4096-6112-41c8-819e-fd8d581f8977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12579 2024.10.22 17:04:32.430148 [ 279 ] {} <Debug> HTTP-Session: d6ec4096-6112-41c8-819e-fd8d581f8977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12580 2024.10.22 17:04:32.430195 [ 279 ] {} <Trace> HTTP-Session: d6ec4096-6112-41c8-819e-fd8d581f8977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12581 2024.10.22 17:04:32.430400 [ 279 ] {2c1b8e81-694f-4515-b129-abe298ca5f0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50791) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
12582 2024.10.22 17:04:32.430451 [ 279 ] {2c1b8e81-694f-4515-b129-abe298ca5f0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12583 2024.10.22 17:04:32.430720 [ 279 ] {2c1b8e81-694f-4515-b129-abe298ca5f0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12584 2024.10.22 17:04:32.431203 [ 279 ] {2c1b8e81-694f-4515-b129-abe298ca5f0e} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12585 2024.10.22 17:04:32.431242 [ 279 ] {2c1b8e81-694f-4515-b129-abe298ca5f0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12586 2024.10.22 17:04:32.431640 [ 279 ] {2c1b8e81-694f-4515-b129-abe298ca5f0e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
12587 2024.10.22 17:04:32.432022 [ 279 ] {2c1b8e81-694f-4515-b129-abe298ca5f0e} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12588 2024.10.22 17:04:32.432191 [ 279 ] {2c1b8e81-694f-4515-b129-abe298ca5f0e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001873 sec., 121729.84516817938 rows/sec., 8.24 MiB/sec.
12589 2024.10.22 17:04:32.432194 [ 121 ] {} <Debug> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
12590 2024.10.22 17:04:32.432291 [ 121 ] {} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12591 2024.10.22 17:04:32.432344 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12592 2024.10.22 17:04:32.432540 [ 279 ] {2c1b8e81-694f-4515-b129-abe298ca5f0e} <Debug> DynamicQueryHandler: Done processing query
12593 2024.10.22 17:04:32.432634 [ 279 ] {2c1b8e81-694f-4515-b129-abe298ca5f0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
12594 2024.10.22 17:04:32.432654 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::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
12595 2024.10.22 17:04:32.432723 [ 279 ] {} <Debug> HTTP-Session: d6ec4096-6112-41c8-819e-fd8d581f8977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12596 2024.10.22 17:04:32.432993 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12597 2024.10.22 17:04:32.433077 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 249 rows starting from the beginning of the part
12598 2024.10.22 17:04:32.433091 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12599 2024.10.22 17:04:32.433177 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48817, User-Agent: (none), Length: 87898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12600 2024.10.22 17:04:32.433370 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12601 2024.10.22 17:04:32.433438 [ 279 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
12602 
12603 (version 23.8.7.1)
12604 2024.10.22 17:04:32.433452 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 228 rows starting from the beginning of the part
12605 2024.10.22 17:04:32.433474 [ 281 ] {} <Debug> HTTP-Session: ffd62f3c-4772-423f-b9dc-d2e45acbda57 Authenticating user 'default' from [fd00:1122:3344:101::d]:48817
12606 2024.10.22 17:04:32.433545 [ 281 ] {} <Debug> HTTP-Session: ffd62f3c-4772-423f-b9dc-d2e45acbda57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12607 2024.10.22 17:04:32.433591 [ 281 ] {} <Debug> HTTP-Session: ffd62f3c-4772-423f-b9dc-d2e45acbda57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12608 2024.10.22 17:04:32.433654 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 21 rows starting from the beginning of the part
12609 2024.10.22 17:04:32.433681 [ 281 ] {} <Trace> HTTP-Session: ffd62f3c-4772-423f-b9dc-d2e45acbda57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12610 2024.10.22 17:04:32.433953 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 21 rows starting from the beginning of the part
12611 2024.10.22 17:04:32.434064 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 21 rows starting from the beginning of the part
12612 2024.10.22 17:04:32.434238 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 228 rows starting from the beginning of the part
12613 2024.10.22 17:04:32.434357 [ 281 ] {c018e061-1723-494e-bc6c-f6915609ee98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48817) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12614 2024.10.22 17:04:32.434537 [ 281 ] {c018e061-1723-494e-bc6c-f6915609ee98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12615 2024.10.22 17:04:32.435059 [ 281 ] {c018e061-1723-494e-bc6c-f6915609ee98} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12616 2024.10.22 17:04:32.436074 [ 281 ] {c018e061-1723-494e-bc6c-f6915609ee98} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12617 2024.10.22 17:04:32.436103 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.003670744 sec., 209221.89071207363 rows/sec., 14.18 MiB/sec.
12618 2024.10.22 17:04:32.436117 [ 281 ] {c018e061-1723-494e-bc6c-f6915609ee98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12619 2024.10.22 17:04:32.436245 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
12620 2024.10.22 17:04:32.436718 [ 281 ] {c018e061-1723-494e-bc6c-f6915609ee98} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
12621 2024.10.22 17:04:32.436863 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_31_6} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12622 2024.10.22 17:04:32.437012 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_31_6} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
12623 2024.10.22 17:04:32.437108 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
12624 2024.10.22 17:04:32.437243 [ 281 ] {c018e061-1723-494e-bc6c-f6915609ee98} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12625 2024.10.22 17:04:32.437419 [ 281 ] {c018e061-1723-494e-bc6c-f6915609ee98} <Debug> executeQuery: Read 532 rows, 40.37 KiB in 0.003479 sec., 152917.50503018108 rows/sec., 11.33 MiB/sec.
12626 2024.10.22 17:04:32.437740 [ 281 ] {c018e061-1723-494e-bc6c-f6915609ee98} <Debug> DynamicQueryHandler: Done processing query
12627 2024.10.22 17:04:32.437798 [ 281 ] {c018e061-1723-494e-bc6c-f6915609ee98} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
12628 2024.10.22 17:04:32.437863 [ 281 ] {} <Debug> HTTP-Session: ffd62f3c-4772-423f-b9dc-d2e45acbda57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12629 2024.10.22 17:04:32.438303 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12630 2024.10.22 17:04:32.438407 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54251, User-Agent: (none), Length: 189343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12631 2024.10.22 17:04:32.438480 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12632 2024.10.22 17:04:32.438501 [ 279 ] {} <Debug> HTTP-Session: ccab3152-73fa-41db-b41f-2e774adf67b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54251
12633 2024.10.22 17:04:32.438519 [ 279 ] {} <Debug> HTTP-Session: ccab3152-73fa-41db-b41f-2e774adf67b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12634 2024.10.22 17:04:32.438533 [ 279 ] {} <Debug> HTTP-Session: ccab3152-73fa-41db-b41f-2e774adf67b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12635 2024.10.22 17:04:32.438573 [ 279 ] {} <Trace> HTTP-Session: ccab3152-73fa-41db-b41f-2e774adf67b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12636 2024.10.22 17:04:32.439145 [ 279 ] {a88de234-3d14-445f-96ff-f58c98898b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54251) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12637 2024.10.22 17:04:32.439197 [ 279 ] {a88de234-3d14-445f-96ff-f58c98898b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12638 2024.10.22 17:04:32.439382 [ 279 ] {a88de234-3d14-445f-96ff-f58c98898b46} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12639 2024.10.22 17:04:32.440384 [ 279 ] {a88de234-3d14-445f-96ff-f58c98898b46} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12640 2024.10.22 17:04:32.440422 [ 279 ] {a88de234-3d14-445f-96ff-f58c98898b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12641 2024.10.22 17:04:32.440882 [ 279 ] {a88de234-3d14-445f-96ff-f58c98898b46} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
12642 2024.10.22 17:04:32.441244 [ 279 ] {a88de234-3d14-445f-96ff-f58c98898b46} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12643 2024.10.22 17:04:32.441401 [ 279 ] {a88de234-3d14-445f-96ff-f58c98898b46} <Debug> executeQuery: Read 997 rows, 68.60 KiB in 0.002609 sec., 382138.75047911075 rows/sec., 25.68 MiB/sec.
12644 2024.10.22 17:04:32.441585 [ 279 ] {a88de234-3d14-445f-96ff-f58c98898b46} <Debug> DynamicQueryHandler: Done processing query
12645 2024.10.22 17:04:32.441610 [ 279 ] {a88de234-3d14-445f-96ff-f58c98898b46} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
12646 2024.10.22 17:04:32.441626 [ 279 ] {} <Debug> HTTP-Session: ccab3152-73fa-41db-b41f-2e774adf67b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12647 2024.10.22 17:04:32.442076 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12648 2024.10.22 17:04:32.442155 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62937, User-Agent: (none), Length: 16500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12649 2024.10.22 17:04:32.442243 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12650 2024.10.22 17:04:32.442264 [ 281 ] {} <Debug> HTTP-Session: 144cd1fb-ac57-4c2d-889b-df5073942a77 Authenticating user 'default' from [fd00:1122:3344:101::d]:62937
12651 2024.10.22 17:04:32.442282 [ 281 ] {} <Debug> HTTP-Session: 144cd1fb-ac57-4c2d-889b-df5073942a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12652 2024.10.22 17:04:32.442296 [ 281 ] {} <Debug> HTTP-Session: 144cd1fb-ac57-4c2d-889b-df5073942a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12653 2024.10.22 17:04:32.442336 [ 281 ] {} <Trace> HTTP-Session: 144cd1fb-ac57-4c2d-889b-df5073942a77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12654 2024.10.22 17:04:32.442605 [ 281 ] {350d9166-67a1-41fc-b7dc-8c3c9564838f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62937) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
12655 2024.10.22 17:04:32.442690 [ 281 ] {350d9166-67a1-41fc-b7dc-8c3c9564838f} <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
12656 2024.10.22 17:04:32.443176 [ 281 ] {350d9166-67a1-41fc-b7dc-8c3c9564838f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12657 2024.10.22 17:04:32.443953 [ 281 ] {350d9166-67a1-41fc-b7dc-8c3c9564838f} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12658 2024.10.22 17:04:32.443996 [ 281 ] {350d9166-67a1-41fc-b7dc-8c3c9564838f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12659 2024.10.22 17:04:32.444654 [ 281 ] {350d9166-67a1-41fc-b7dc-8c3c9564838f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12660 2024.10.22 17:04:32.445109 [ 281 ] {350d9166-67a1-41fc-b7dc-8c3c9564838f} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12661 2024.10.22 17:04:32.445311 [ 281 ] {350d9166-67a1-41fc-b7dc-8c3c9564838f} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002877 sec., 3475.8428919012863 rows/sec., 6.23 MiB/sec.
12662 2024.10.22 17:04:32.445746 [ 281 ] {350d9166-67a1-41fc-b7dc-8c3c9564838f} <Debug> DynamicQueryHandler: Done processing query
12663 2024.10.22 17:04:32.445772 [ 281 ] {350d9166-67a1-41fc-b7dc-8c3c9564838f} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
12664 2024.10.22 17:04:32.445789 [ 281 ] {} <Debug> HTTP-Session: 144cd1fb-ac57-4c2d-889b-df5073942a77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12665 2024.10.22 17:04:32.445974 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62937, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12666 2024.10.22 17:04:32.446040 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58311, User-Agent: (none), Length: 8523, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12667 2024.10.22 17:04:32.446118 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12668 2024.10.22 17:04:32.446141 [ 279 ] {} <Debug> HTTP-Session: dd5fb37a-71bb-42d6-9df6-02d92f356909 Authenticating user 'default' from [fd00:1122:3344:101::d]:58311
12669 2024.10.22 17:04:32.446159 [ 279 ] {} <Debug> HTTP-Session: dd5fb37a-71bb-42d6-9df6-02d92f356909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12670 2024.10.22 17:04:32.446173 [ 279 ] {} <Debug> HTTP-Session: dd5fb37a-71bb-42d6-9df6-02d92f356909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12671 2024.10.22 17:04:32.446214 [ 279 ] {} <Trace> HTTP-Session: dd5fb37a-71bb-42d6-9df6-02d92f356909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12672 2024.10.22 17:04:32.446359 [ 279 ] {8e3c864d-ca23-4901-8bbf-d6c47d111ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58311) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12673 2024.10.22 17:04:32.446408 [ 279 ] {8e3c864d-ca23-4901-8bbf-d6c47d111ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12674 2024.10.22 17:04:32.446572 [ 279 ] {8e3c864d-ca23-4901-8bbf-d6c47d111ea6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12675 2024.10.22 17:04:32.446909 [ 279 ] {8e3c864d-ca23-4901-8bbf-d6c47d111ea6} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12676 2024.10.22 17:04:32.446946 [ 279 ] {8e3c864d-ca23-4901-8bbf-d6c47d111ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12677 2024.10.22 17:04:32.447331 [ 279 ] {8e3c864d-ca23-4901-8bbf-d6c47d111ea6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
12678 2024.10.22 17:04:32.447670 [ 279 ] {8e3c864d-ca23-4901-8bbf-d6c47d111ea6} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12679 2024.10.22 17:04:32.447829 [ 279 ] {8e3c864d-ca23-4901-8bbf-d6c47d111ea6} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001518 sec., 36890.64558629776 rows/sec., 2.48 MiB/sec.
12680 2024.10.22 17:04:32.448005 [ 279 ] {8e3c864d-ca23-4901-8bbf-d6c47d111ea6} <Debug> DynamicQueryHandler: Done processing query
12681 2024.10.22 17:04:32.448031 [ 279 ] {8e3c864d-ca23-4901-8bbf-d6c47d111ea6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12682 2024.10.22 17:04:32.448047 [ 279 ] {} <Debug> HTTP-Session: dd5fb37a-71bb-42d6-9df6-02d92f356909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12683 2024.10.22 17:04:32.450879 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58311, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12684 2024.10.22 17:04:32.981714 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44913, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12685 2024.10.22 17:04:32.981838 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12686 2024.10.22 17:04:32.981869 [ 279 ] {} <Debug> HTTP-Session: 16b66303-a98f-491f-9916-12706da27ba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:44913
12687 2024.10.22 17:04:32.981898 [ 279 ] {} <Debug> HTTP-Session: 16b66303-a98f-491f-9916-12706da27ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12688 2024.10.22 17:04:32.981917 [ 279 ] {} <Debug> HTTP-Session: 16b66303-a98f-491f-9916-12706da27ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12689 2024.10.22 17:04:32.981972 [ 279 ] {} <Trace> HTTP-Session: 16b66303-a98f-491f-9916-12706da27ba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12690 2024.10.22 17:04:32.982169 [ 279 ] {ec98c628-1c15-4571-b17b-d0fc400469bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44913) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
12691 2024.10.22 17:04:32.982247 [ 279 ] {ec98c628-1c15-4571-b17b-d0fc400469bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12692 2024.10.22 17:04:32.982620 [ 279 ] {ec98c628-1c15-4571-b17b-d0fc400469bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12693 2024.10.22 17:04:32.983081 [ 279 ] {ec98c628-1c15-4571-b17b-d0fc400469bd} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12694 2024.10.22 17:04:32.983127 [ 279 ] {ec98c628-1c15-4571-b17b-d0fc400469bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12695 2024.10.22 17:04:32.983536 [ 279 ] {ec98c628-1c15-4571-b17b-d0fc400469bd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
12696 2024.10.22 17:04:32.983923 [ 279 ] {ec98c628-1c15-4571-b17b-d0fc400469bd} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12697 2024.10.22 17:04:32.984093 [ 279 ] {ec98c628-1c15-4571-b17b-d0fc400469bd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001976 sec., 1012.1457489878543 rows/sec., 82.53 KiB/sec.
12698 2024.10.22 17:04:32.984412 [ 279 ] {ec98c628-1c15-4571-b17b-d0fc400469bd} <Debug> DynamicQueryHandler: Done processing query
12699 2024.10.22 17:04:32.984452 [ 279 ] {ec98c628-1c15-4571-b17b-d0fc400469bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12700 2024.10.22 17:04:32.984471 [ 279 ] {} <Debug> HTTP-Session: 16b66303-a98f-491f-9916-12706da27ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12701 2024.10.22 17:04:32.984674 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12702 2024.10.22 17:04:32.984749 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45831, User-Agent: (none), Length: 3815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12703 2024.10.22 17:04:32.984886 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12704 2024.10.22 17:04:32.984927 [ 281 ] {} <Debug> HTTP-Session: 85651038-1292-4093-ac8c-716f3653b941 Authenticating user 'default' from [fd00:1122:3344:101::d]:45831
12705 2024.10.22 17:04:32.984966 [ 281 ] {} <Debug> HTTP-Session: 85651038-1292-4093-ac8c-716f3653b941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12706 2024.10.22 17:04:32.984992 [ 281 ] {} <Debug> HTTP-Session: 85651038-1292-4093-ac8c-716f3653b941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12707 2024.10.22 17:04:32.985068 [ 281 ] {} <Trace> HTTP-Session: 85651038-1292-4093-ac8c-716f3653b941 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12708 2024.10.22 17:04:32.985298 [ 281 ] {00fe9960-8c0d-46d0-9009-54390645a169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45831) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12709 2024.10.22 17:04:32.985372 [ 281 ] {00fe9960-8c0d-46d0-9009-54390645a169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12710 2024.10.22 17:04:32.985724 [ 281 ] {00fe9960-8c0d-46d0-9009-54390645a169} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12711 2024.10.22 17:04:32.986171 [ 281 ] {00fe9960-8c0d-46d0-9009-54390645a169} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12712 2024.10.22 17:04:32.986229 [ 281 ] {00fe9960-8c0d-46d0-9009-54390645a169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12713 2024.10.22 17:04:32.986800 [ 281 ] {00fe9960-8c0d-46d0-9009-54390645a169} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12714 2024.10.22 17:04:32.987214 [ 281 ] {00fe9960-8c0d-46d0-9009-54390645a169} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12715 2024.10.22 17:04:32.987390 [ 281 ] {00fe9960-8c0d-46d0-9009-54390645a169} <Debug> executeQuery: Read 27 rows, 2.13 KiB in 0.002155 sec., 12529.002320185617 rows/sec., 990.61 KiB/sec.
12716 2024.10.22 17:04:32.987623 [ 281 ] {00fe9960-8c0d-46d0-9009-54390645a169} <Debug> DynamicQueryHandler: Done processing query
12717 2024.10.22 17:04:32.987661 [ 281 ] {00fe9960-8c0d-46d0-9009-54390645a169} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
12718 2024.10.22 17:04:32.987689 [ 281 ] {} <Debug> HTTP-Session: 85651038-1292-4093-ac8c-716f3653b941 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12719 2024.10.22 17:04:32.987892 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12720 2024.10.22 17:04:32.987975 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33195, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12721 2024.10.22 17:04:32.988052 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12722 2024.10.22 17:04:32.988074 [ 279 ] {} <Debug> HTTP-Session: 3b24cb6d-a245-4a96-8f01-4fd02b2ed905 Authenticating user 'default' from [fd00:1122:3344:101::d]:33195
12723 2024.10.22 17:04:32.988093 [ 279 ] {} <Debug> HTTP-Session: 3b24cb6d-a245-4a96-8f01-4fd02b2ed905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12724 2024.10.22 17:04:32.988107 [ 279 ] {} <Debug> HTTP-Session: 3b24cb6d-a245-4a96-8f01-4fd02b2ed905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12725 2024.10.22 17:04:32.988153 [ 279 ] {} <Trace> HTTP-Session: 3b24cb6d-a245-4a96-8f01-4fd02b2ed905 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12726 2024.10.22 17:04:32.988278 [ 279 ] {17d7c547-b45e-4c74-ae1d-f6a24e646c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33195) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12727 2024.10.22 17:04:32.988332 [ 279 ] {17d7c547-b45e-4c74-ae1d-f6a24e646c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12728 2024.10.22 17:04:32.988614 [ 279 ] {17d7c547-b45e-4c74-ae1d-f6a24e646c13} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12729 2024.10.22 17:04:32.988975 [ 279 ] {17d7c547-b45e-4c74-ae1d-f6a24e646c13} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12730 2024.10.22 17:04:32.989013 [ 279 ] {17d7c547-b45e-4c74-ae1d-f6a24e646c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12731 2024.10.22 17:04:32.989378 [ 279 ] {17d7c547-b45e-4c74-ae1d-f6a24e646c13} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12732 2024.10.22 17:04:32.989750 [ 279 ] {17d7c547-b45e-4c74-ae1d-f6a24e646c13} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12733 2024.10.22 17:04:32.989930 [ 279 ] {17d7c547-b45e-4c74-ae1d-f6a24e646c13} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001674 sec., 1194.7431302270013 rows/sec., 83.42 KiB/sec.
12734 2024.10.22 17:04:32.989933 [ 121 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
12735 2024.10.22 17:04:32.990044 [ 121 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12736 2024.10.22 17:04:32.990108 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12737 2024.10.22 17:04:32.990251 [ 279 ] {17d7c547-b45e-4c74-ae1d-f6a24e646c13} <Debug> DynamicQueryHandler: Done processing query
12738 2024.10.22 17:04:32.990331 [ 279 ] {17d7c547-b45e-4c74-ae1d-f6a24e646c13} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12739 2024.10.22 17:04:32.990392 [ 279 ] {} <Debug> HTTP-Session: 3b24cb6d-a245-4a96-8f01-4fd02b2ed905 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12740 2024.10.22 17:04:32.990417 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
12741 2024.10.22 17:04:32.990912 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12742 2024.10.22 17:04:32.990964 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 58 rows starting from the beginning of the part
12743 2024.10.22 17:04:32.991042 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
12744 2024.10.22 17:04:32.991273 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 12 rows starting from the beginning of the part
12745 2024.10.22 17:04:32.991456 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part
12746 2024.10.22 17:04:32.991655 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12747 2024.10.22 17:04:32.991806 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part
12748 2024.10.22 17:04:32.991872 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45831, User-Agent: (none), Length: 5129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12749 2024.10.22 17:04:32.992099 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2 rows starting from the beginning of the part
12750 2024.10.22 17:04:32.992125 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12751 2024.10.22 17:04:32.992215 [ 281 ] {} <Debug> HTTP-Session: 300dd588-17aa-4648-8c45-d418c35dea0a Authenticating user 'default' from [fd00:1122:3344:101::d]:45831
12752 2024.10.22 17:04:32.992288 [ 281 ] {} <Debug> HTTP-Session: 300dd588-17aa-4648-8c45-d418c35dea0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12753 2024.10.22 17:04:32.992364 [ 281 ] {} <Debug> HTTP-Session: 300dd588-17aa-4648-8c45-d418c35dea0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12754 2024.10.22 17:04:32.992538 [ 281 ] {} <Trace> HTTP-Session: 300dd588-17aa-4648-8c45-d418c35dea0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12755 2024.10.22 17:04:32.992783 [ 281 ] {a657affd-00dc-4664-b766-86144bf9dc14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45831) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12756 2024.10.22 17:04:32.992866 [ 281 ] {a657affd-00dc-4664-b766-86144bf9dc14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12757 2024.10.22 17:04:32.993807 [ 281 ] {a657affd-00dc-4664-b766-86144bf9dc14} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12758 2024.10.22 17:04:32.994844 [ 281 ] {a657affd-00dc-4664-b766-86144bf9dc14} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12759 2024.10.22 17:04:32.994935 [ 281 ] {a657affd-00dc-4664-b766-86144bf9dc14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12760 2024.10.22 17:04:32.995187 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 5 columns (5 merged, 0 gathered) in 0.004992864 sec., 29642.305498407328 rows/sec., 2.26 MiB/sec.
12761 2024.10.22 17:04:32.995399 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
12762 2024.10.22 17:04:32.995808 [ 281 ] {a657affd-00dc-4664-b766-86144bf9dc14} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12763 2024.10.22 17:04:32.996409 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_46_9} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12764 2024.10.22 17:04:32.996560 [ 193 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_46_9} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
12765 2024.10.22 17:04:32.996751 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12766 2024.10.22 17:04:32.996763 [ 281 ] {a657affd-00dc-4664-b766-86144bf9dc14} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12767 2024.10.22 17:04:32.996954 [ 281 ] {a657affd-00dc-4664-b766-86144bf9dc14} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.004249 sec., 7060.484819957637 rows/sec., 564.70 KiB/sec.
12768 2024.10.22 17:04:32.997175 [ 281 ] {a657affd-00dc-4664-b766-86144bf9dc14} <Debug> DynamicQueryHandler: Done processing query
12769 2024.10.22 17:04:32.997202 [ 281 ] {a657affd-00dc-4664-b766-86144bf9dc14} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
12770 2024.10.22 17:04:32.997219 [ 281 ] {} <Debug> HTTP-Session: 300dd588-17aa-4648-8c45-d418c35dea0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12771 2024.10.22 17:04:32.997374 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12772 2024.10.22 17:04:32.997463 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51353, User-Agent: (none), Length: 2167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12773 2024.10.22 17:04:32.997540 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12774 2024.10.22 17:04:32.997562 [ 279 ] {} <Debug> HTTP-Session: 24a4b073-7c9b-46a9-a204-b460f50c2434 Authenticating user 'default' from [fd00:1122:3344:101::d]:51353
12775 2024.10.22 17:04:32.997581 [ 279 ] {} <Debug> HTTP-Session: 24a4b073-7c9b-46a9-a204-b460f50c2434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12776 2024.10.22 17:04:32.997595 [ 279 ] {} <Debug> HTTP-Session: 24a4b073-7c9b-46a9-a204-b460f50c2434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12777 2024.10.22 17:04:32.997644 [ 279 ] {} <Trace> HTTP-Session: 24a4b073-7c9b-46a9-a204-b460f50c2434 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12778 2024.10.22 17:04:32.997811 [ 279 ] {82d22461-4440-44fb-b167-8ac4a53a62f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51353) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12779 2024.10.22 17:04:32.997883 [ 279 ] {82d22461-4440-44fb-b167-8ac4a53a62f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12780 2024.10.22 17:04:32.998080 [ 279 ] {82d22461-4440-44fb-b167-8ac4a53a62f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12781 2024.10.22 17:04:32.998386 [ 279 ] {82d22461-4440-44fb-b167-8ac4a53a62f2} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12782 2024.10.22 17:04:32.998425 [ 279 ] {82d22461-4440-44fb-b167-8ac4a53a62f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12783 2024.10.22 17:04:32.998839 [ 279 ] {82d22461-4440-44fb-b167-8ac4a53a62f2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12784 2024.10.22 17:04:32.999280 [ 279 ] {82d22461-4440-44fb-b167-8ac4a53a62f2} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12785 2024.10.22 17:04:32.999421 [ 279 ] {82d22461-4440-44fb-b167-8ac4a53a62f2} <Debug> executeQuery: Read 11 rows, 799.00 B in 0.001665 sec., 6606.606606606607 rows/sec., 468.63 KiB/sec.
12786 2024.10.22 17:04:32.999746 [ 279 ] {82d22461-4440-44fb-b167-8ac4a53a62f2} <Debug> DynamicQueryHandler: Done processing query
12787 2024.10.22 17:04:32.999805 [ 279 ] {82d22461-4440-44fb-b167-8ac4a53a62f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
12788 2024.10.22 17:04:32.999858 [ 279 ] {} <Debug> HTTP-Session: 24a4b073-7c9b-46a9-a204-b460f50c2434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12789 2024.10.22 17:04:33.000041 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51353, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12790 2024.10.22 17:04:33.000123 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40242, User-Agent: (none), Length: 666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12791 2024.10.22 17:04:33.000166 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.76 MiB, peak 185.96 MiB, free memory in arenas 0.00 B, will set to 176.42 MiB (RSS), difference: -2.33 MiB
12792 2024.10.22 17:04:33.000230 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12793 2024.10.22 17:04:33.000273 [ 285 ] {} <Debug> HTTP-Session: a9bb381b-3ecc-469f-9553-2d7d5a02622a Authenticating user 'default' from [fd00:1122:3344:101::d]:40242
12794 2024.10.22 17:04:33.000306 [ 285 ] {} <Debug> HTTP-Session: a9bb381b-3ecc-469f-9553-2d7d5a02622a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12795 2024.10.22 17:04:33.000341 [ 285 ] {} <Debug> HTTP-Session: a9bb381b-3ecc-469f-9553-2d7d5a02622a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12796 2024.10.22 17:04:33.000423 [ 285 ] {} <Trace> HTTP-Session: a9bb381b-3ecc-469f-9553-2d7d5a02622a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12797 2024.10.22 17:04:33.000607 [ 285 ] {acfc59f2-2b09-44c7-a047-546884b5cc7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40242) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12798 2024.10.22 17:04:33.000670 [ 285 ] {acfc59f2-2b09-44c7-a047-546884b5cc7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12799 2024.10.22 17:04:33.000846 [ 285 ] {acfc59f2-2b09-44c7-a047-546884b5cc7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12800 2024.10.22 17:04:33.001147 [ 285 ] {acfc59f2-2b09-44c7-a047-546884b5cc7a} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12801 2024.10.22 17:04:33.001186 [ 285 ] {acfc59f2-2b09-44c7-a047-546884b5cc7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12802 2024.10.22 17:04:33.001584 [ 285 ] {acfc59f2-2b09-44c7-a047-546884b5cc7a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12803 2024.10.22 17:04:33.001928 [ 285 ] {acfc59f2-2b09-44c7-a047-546884b5cc7a} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12804 2024.10.22 17:04:33.002098 [ 285 ] {acfc59f2-2b09-44c7-a047-546884b5cc7a} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001572 sec., 2544.529262086514 rows/sec., 178.91 KiB/sec.
12805 2024.10.22 17:04:33.002282 [ 285 ] {acfc59f2-2b09-44c7-a047-546884b5cc7a} <Debug> DynamicQueryHandler: Done processing query
12806 2024.10.22 17:04:33.002307 [ 285 ] {acfc59f2-2b09-44c7-a047-546884b5cc7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
12807 2024.10.22 17:04:33.002323 [ 285 ] {} <Debug> HTTP-Session: a9bb381b-3ecc-469f-9553-2d7d5a02622a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12808 2024.10.22 17:04:33.002459 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12809 2024.10.22 17:04:34.795389 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60524, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12810 2024.10.22 17:04:35.006545 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12811 2024.10.22 17:04:35.111038 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35341, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12812 2024.10.22 17:04:35.112370 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42603, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12813 2024.10.22 17:04:35.114647 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12814 2024.10.22 17:04:35.121912 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45899, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12815 2024.10.22 17:04:35.125143 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12816 2024.10.22 17:04:35.131443 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12817 2024.10.22 17:04:35.527862 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12818 2024.10.22 17:04:36.063155 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12819 2024.10.22 17:04:36.093519 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12820 2024.10.22 17:04:36.230958 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12821 2024.10.22 17:04:36.237361 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50349, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12822 2024.10.22 17:04:36.288814 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56917, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12823 2024.10.22 17:04:36.385981 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12824 2024.10.22 17:04:36.387337 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12825 2024.10.22 17:04:36.396596 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12826 2024.10.22 17:04:36.414894 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12827 2024.10.22 17:04:36.651298 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12828 2024.10.22 17:04:36.702758 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12829 2024.10.22 17:04:36.720150 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63897, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12830 2024.10.22 17:04:36.746497 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12831 2024.10.22 17:04:36.775782 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12832 2024.10.22 17:04:36.965806 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59072, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12833 2024.10.22 17:04:36.974227 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12834 2024.10.22 17:04:36.974263 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55673, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12835 2024.10.22 17:04:36.975670 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50702, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12836 2024.10.22 17:04:37.368954 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 1118
12837 2024.10.22 17:04:37.372092 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12838 2024.10.22 17:04:37.372152 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12839 2024.10.22 17:04:37.373650 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
12840 2024.10.22 17:04:37.374651 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12841 2024.10.22 17:04:37.374916 [ 114 ] {} <Debug> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
12842 2024.10.22 17:04:37.375072 [ 114 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12843 2024.10.22 17:04:37.375196 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12844 2024.10.22 17:04:37.375743 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::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
12845 2024.10.22 17:04:37.376724 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1118
12846 2024.10.22 17:04:37.377399 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12847 2024.10.22 17:04:37.377559 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 914 rows starting from the beginning of the part
12848 2024.10.22 17:04:37.378295 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part
12849 2024.10.22 17:04:37.378769 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 44 rows starting from the beginning of the part
12850 2024.10.22 17:04:37.379227 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part
12851 2024.10.22 17:04:37.379660 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 38 rows starting from the beginning of the part
12852 2024.10.22 17:04:37.380081 [ 197 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 52 rows starting from the beginning of the part
12853 2024.10.22 17:04:37.387992 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1118 rows, containing 72 columns (72 merged, 0 gathered) in 0.012619019 sec., 88596.42734510504 rows/sec., 60.48 MiB/sec.
12854 2024.10.22 17:04:37.389278 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
12855 2024.10.22 17:04:37.390725 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_26_5} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12856 2024.10.22 17:04:37.390809 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_26_5} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
12857 2024.10.22 17:04:37.391016 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB.
12858 2024.10.22 17:04:37.871579 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12859 2024.10.22 17:04:37.890978 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12860 2024.10.22 17:04:37.906281 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38800, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12861 2024.10.22 17:04:37.933622 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12862 2024.10.22 17:04:37.951067 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12863 2024.10.22 17:04:37.964450 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12864 2024.10.22 17:04:37.995809 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41022, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12865 2024.10.22 17:04:37.995900 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12866 2024.10.22 17:04:37.995924 [ 265 ] {} <Debug> HTTP-Session: a1b1ed32-ff57-4520-b97f-f49a863345bd Authenticating user 'default' from [fd00:1122:3344:101::d]:41022
12867 2024.10.22 17:04:37.995947 [ 265 ] {} <Debug> HTTP-Session: a1b1ed32-ff57-4520-b97f-f49a863345bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12868 2024.10.22 17:04:37.995961 [ 265 ] {} <Debug> HTTP-Session: a1b1ed32-ff57-4520-b97f-f49a863345bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12869 2024.10.22 17:04:37.996013 [ 265 ] {} <Trace> HTTP-Session: a1b1ed32-ff57-4520-b97f-f49a863345bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12870 2024.10.22 17:04:37.996201 [ 265 ] {78773deb-329f-40b0-ad6a-15ddfab785df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41022) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
12871 2024.10.22 17:04:37.996268 [ 265 ] {78773deb-329f-40b0-ad6a-15ddfab785df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
12872 2024.10.22 17:04:37.996599 [ 265 ] {78773deb-329f-40b0-ad6a-15ddfab785df} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12873 2024.10.22 17:04:37.996979 [ 265 ] {78773deb-329f-40b0-ad6a-15ddfab785df} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12874 2024.10.22 17:04:37.997022 [ 265 ] {78773deb-329f-40b0-ad6a-15ddfab785df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12875 2024.10.22 17:04:37.997459 [ 265 ] {78773deb-329f-40b0-ad6a-15ddfab785df} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
12876 2024.10.22 17:04:37.997840 [ 265 ] {78773deb-329f-40b0-ad6a-15ddfab785df} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12877 2024.10.22 17:04:37.998007 [ 265 ] {78773deb-329f-40b0-ad6a-15ddfab785df} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001858 sec., 6458.557588805166 rows/sec., 450.96 KiB/sec.
12878 2024.10.22 17:04:37.998228 [ 265 ] {78773deb-329f-40b0-ad6a-15ddfab785df} <Debug> DynamicQueryHandler: Done processing query
12879 2024.10.22 17:04:37.998253 [ 265 ] {78773deb-329f-40b0-ad6a-15ddfab785df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12880 2024.10.22 17:04:37.998271 [ 265 ] {} <Debug> HTTP-Session: a1b1ed32-ff57-4520-b97f-f49a863345bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12881 2024.10.22 17:04:37.998488 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41022, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12882 2024.10.22 17:04:37.998631 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60872, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12883 2024.10.22 17:04:37.998706 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12884 2024.10.22 17:04:37.998732 [ 282 ] {} <Debug> HTTP-Session: 38adb34c-9103-4251-bfd9-f2e6e687f4fe Authenticating user 'default' from [fd00:1122:3344:101::d]:60872
12885 2024.10.22 17:04:37.998756 [ 282 ] {} <Debug> HTTP-Session: 38adb34c-9103-4251-bfd9-f2e6e687f4fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12886 2024.10.22 17:04:37.998773 [ 282 ] {} <Debug> HTTP-Session: 38adb34c-9103-4251-bfd9-f2e6e687f4fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12887 2024.10.22 17:04:37.998815 [ 282 ] {} <Trace> HTTP-Session: 38adb34c-9103-4251-bfd9-f2e6e687f4fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12888 2024.10.22 17:04:37.998952 [ 282 ] {172cf887-d0f0-4030-bb35-5c14bebaee3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60872) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
12889 2024.10.22 17:04:37.999009 [ 282 ] {172cf887-d0f0-4030-bb35-5c14bebaee3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12890 2024.10.22 17:04:37.999305 [ 282 ] {172cf887-d0f0-4030-bb35-5c14bebaee3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12891 2024.10.22 17:04:37.999620 [ 282 ] {172cf887-d0f0-4030-bb35-5c14bebaee3e} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12892 2024.10.22 17:04:37.999658 [ 282 ] {172cf887-d0f0-4030-bb35-5c14bebaee3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12893 2024.10.22 17:04:38.000020 [ 282 ] {172cf887-d0f0-4030-bb35-5c14bebaee3e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
12894 2024.10.22 17:04:38.000141 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.95 MiB, peak 185.96 MiB, free memory in arenas 0.00 B, will set to 176.42 MiB (RSS), difference: -5.53 MiB
12895 2024.10.22 17:04:38.000896 [ 282 ] {172cf887-d0f0-4030-bb35-5c14bebaee3e} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12896 2024.10.22 17:04:38.001076 [ 282 ] {172cf887-d0f0-4030-bb35-5c14bebaee3e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002152 sec., 2788.104089219331 rows/sec., 227.35 KiB/sec.
12897 2024.10.22 17:04:38.001440 [ 282 ] {172cf887-d0f0-4030-bb35-5c14bebaee3e} <Debug> DynamicQueryHandler: Done processing query
12898 2024.10.22 17:04:38.001470 [ 282 ] {172cf887-d0f0-4030-bb35-5c14bebaee3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12899 2024.10.22 17:04:38.001487 [ 282 ] {} <Debug> HTTP-Session: 38adb34c-9103-4251-bfd9-f2e6e687f4fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12900 2024.10.22 17:04:38.001726 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12901 2024.10.22 17:04:38.001783 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54000, User-Agent: (none), Length: 39619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12902 2024.10.22 17:04:38.001862 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12903 2024.10.22 17:04:38.001889 [ 265 ] {} <Debug> HTTP-Session: e5602f14-b803-4787-9e5a-d37bdaa78c7a Authenticating user 'default' from [fd00:1122:3344:101::d]:54000
12904 2024.10.22 17:04:38.001912 [ 265 ] {} <Debug> HTTP-Session: e5602f14-b803-4787-9e5a-d37bdaa78c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12905 2024.10.22 17:04:38.001929 [ 265 ] {} <Debug> HTTP-Session: e5602f14-b803-4787-9e5a-d37bdaa78c7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12906 2024.10.22 17:04:38.001970 [ 265 ] {} <Trace> HTTP-Session: e5602f14-b803-4787-9e5a-d37bdaa78c7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12907 2024.10.22 17:04:38.002234 [ 265 ] {b54bc594-65c1-4eb0-b363-92c36e767f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54000) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12908 2024.10.22 17:04:38.002293 [ 265 ] {b54bc594-65c1-4eb0-b363-92c36e767f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12909 2024.10.22 17:04:38.002595 [ 265 ] {b54bc594-65c1-4eb0-b363-92c36e767f58} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12910 2024.10.22 17:04:38.003066 [ 265 ] {b54bc594-65c1-4eb0-b363-92c36e767f58} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12911 2024.10.22 17:04:38.003106 [ 265 ] {b54bc594-65c1-4eb0-b363-92c36e767f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12912 2024.10.22 17:04:38.003513 [ 265 ] {b54bc594-65c1-4eb0-b363-92c36e767f58} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12913 2024.10.22 17:04:38.003887 [ 265 ] {b54bc594-65c1-4eb0-b363-92c36e767f58} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12914 2024.10.22 17:04:38.004055 [ 265 ] {b54bc594-65c1-4eb0-b363-92c36e767f58} <Debug> executeQuery: Read 264 rows, 23.62 KiB in 0.001959 sec., 134762.63399693722 rows/sec., 11.77 MiB/sec.
12915 2024.10.22 17:04:38.004406 [ 265 ] {b54bc594-65c1-4eb0-b363-92c36e767f58} <Debug> DynamicQueryHandler: Done processing query
12916 2024.10.22 17:04:38.004473 [ 265 ] {b54bc594-65c1-4eb0-b363-92c36e767f58} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
12917 2024.10.22 17:04:38.004520 [ 265 ] {} <Debug> HTTP-Session: e5602f14-b803-4787-9e5a-d37bdaa78c7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12918 2024.10.22 17:04:38.004722 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12919 2024.10.22 17:04:38.004775 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61792, User-Agent: (none), Length: 5185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12920 2024.10.22 17:04:38.004836 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12921 2024.10.22 17:04:38.004858 [ 282 ] {} <Debug> HTTP-Session: 55f0b723-16a0-4aa3-847e-3e0b87eb3327 Authenticating user 'default' from [fd00:1122:3344:101::d]:61792
12922 2024.10.22 17:04:38.004878 [ 282 ] {} <Debug> HTTP-Session: 55f0b723-16a0-4aa3-847e-3e0b87eb3327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12923 2024.10.22 17:04:38.004892 [ 282 ] {} <Debug> HTTP-Session: 55f0b723-16a0-4aa3-847e-3e0b87eb3327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12924 2024.10.22 17:04:38.004927 [ 282 ] {} <Trace> HTTP-Session: 55f0b723-16a0-4aa3-847e-3e0b87eb3327 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12925 2024.10.22 17:04:38.005059 [ 282 ] {ad8ce54b-e264-49d1-a984-e7f032510f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61792) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12926 2024.10.22 17:04:38.005110 [ 282 ] {ad8ce54b-e264-49d1-a984-e7f032510f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12927 2024.10.22 17:04:38.005377 [ 282 ] {ad8ce54b-e264-49d1-a984-e7f032510f39} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12928 2024.10.22 17:04:38.005699 [ 282 ] {ad8ce54b-e264-49d1-a984-e7f032510f39} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12929 2024.10.22 17:04:38.005741 [ 282 ] {ad8ce54b-e264-49d1-a984-e7f032510f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12930 2024.10.22 17:04:38.006111 [ 282 ] {ad8ce54b-e264-49d1-a984-e7f032510f39} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12931 2024.10.22 17:04:38.006483 [ 282 ] {ad8ce54b-e264-49d1-a984-e7f032510f39} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12932 2024.10.22 17:04:38.006654 [ 282 ] {ad8ce54b-e264-49d1-a984-e7f032510f39} <Debug> executeQuery: Read 36 rows, 2.67 KiB in 0.001636 sec., 22004.889975550122 rows/sec., 1.60 MiB/sec.
12933 2024.10.22 17:04:38.006860 [ 282 ] {ad8ce54b-e264-49d1-a984-e7f032510f39} <Debug> DynamicQueryHandler: Done processing query
12934 2024.10.22 17:04:38.006885 [ 282 ] {ad8ce54b-e264-49d1-a984-e7f032510f39} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
12935 2024.10.22 17:04:38.006902 [ 282 ] {} <Debug> HTTP-Session: 55f0b723-16a0-4aa3-847e-3e0b87eb3327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12936 2024.10.22 17:04:38.007069 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12937 2024.10.22 17:04:38.007161 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41903, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12938 2024.10.22 17:04:38.007214 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12939 2024.10.22 17:04:38.007234 [ 265 ] {} <Debug> HTTP-Session: 0bea2b47-c45e-4628-8a3d-b6e4c105414a Authenticating user 'default' from [fd00:1122:3344:101::d]:41903
12940 2024.10.22 17:04:38.007251 [ 265 ] {} <Debug> HTTP-Session: 0bea2b47-c45e-4628-8a3d-b6e4c105414a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12941 2024.10.22 17:04:38.007265 [ 265 ] {} <Debug> HTTP-Session: 0bea2b47-c45e-4628-8a3d-b6e4c105414a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12942 2024.10.22 17:04:38.007297 [ 265 ] {} <Trace> HTTP-Session: 0bea2b47-c45e-4628-8a3d-b6e4c105414a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12943 2024.10.22 17:04:38.007409 [ 265 ] {88dc6597-9bcb-45e2-9581-caa7483494fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41903) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
12944 2024.10.22 17:04:38.007454 [ 265 ] {88dc6597-9bcb-45e2-9581-caa7483494fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12945 2024.10.22 17:04:38.007693 [ 265 ] {88dc6597-9bcb-45e2-9581-caa7483494fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12946 2024.10.22 17:04:38.008050 [ 265 ] {88dc6597-9bcb-45e2-9581-caa7483494fb} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12947 2024.10.22 17:04:38.008090 [ 265 ] {88dc6597-9bcb-45e2-9581-caa7483494fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12948 2024.10.22 17:04:38.008460 [ 265 ] {88dc6597-9bcb-45e2-9581-caa7483494fb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
12949 2024.10.22 17:04:38.008836 [ 265 ] {88dc6597-9bcb-45e2-9581-caa7483494fb} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12950 2024.10.22 17:04:38.009004 [ 265 ] {88dc6597-9bcb-45e2-9581-caa7483494fb} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001628 sec., 12899.262899262898 rows/sec., 890.78 KiB/sec.
12951 2024.10.22 17:04:38.009207 [ 265 ] {88dc6597-9bcb-45e2-9581-caa7483494fb} <Debug> DynamicQueryHandler: Done processing query
12952 2024.10.22 17:04:38.009233 [ 265 ] {88dc6597-9bcb-45e2-9581-caa7483494fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12953 2024.10.22 17:04:38.009249 [ 265 ] {} <Debug> HTTP-Session: 0bea2b47-c45e-4628-8a3d-b6e4c105414a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12954 2024.10.22 17:04:38.009395 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61792, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12955 2024.10.22 17:04:38.009404 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41903, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12956 2024.10.22 17:04:38.009460 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12957 2024.10.22 17:04:38.009490 [ 282 ] {} <Debug> HTTP-Session: 92e9d99a-c6c6-4067-8b05-96f09a5a983e Authenticating user 'default' from [fd00:1122:3344:101::d]:61792
12958 2024.10.22 17:04:38.009513 [ 282 ] {} <Debug> HTTP-Session: 92e9d99a-c6c6-4067-8b05-96f09a5a983e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12959 2024.10.22 17:04:38.009534 [ 282 ] {} <Debug> HTTP-Session: 92e9d99a-c6c6-4067-8b05-96f09a5a983e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12960 2024.10.22 17:04:38.009575 [ 282 ] {} <Trace> HTTP-Session: 92e9d99a-c6c6-4067-8b05-96f09a5a983e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12961 2024.10.22 17:04:38.009708 [ 282 ] {4a0c9ba2-fa57-4526-8ffc-2949d6ae7887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61792) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
12962 2024.10.22 17:04:38.009762 [ 282 ] {4a0c9ba2-fa57-4526-8ffc-2949d6ae7887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12963 2024.10.22 17:04:38.010057 [ 282 ] {4a0c9ba2-fa57-4526-8ffc-2949d6ae7887} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12964 2024.10.22 17:04:38.010427 [ 282 ] {4a0c9ba2-fa57-4526-8ffc-2949d6ae7887} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12965 2024.10.22 17:04:38.010473 [ 282 ] {4a0c9ba2-fa57-4526-8ffc-2949d6ae7887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12966 2024.10.22 17:04:38.010854 [ 282 ] {4a0c9ba2-fa57-4526-8ffc-2949d6ae7887} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
12967 2024.10.22 17:04:38.011234 [ 282 ] {4a0c9ba2-fa57-4526-8ffc-2949d6ae7887} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12968 2024.10.22 17:04:38.011415 [ 282 ] {4a0c9ba2-fa57-4526-8ffc-2949d6ae7887} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001741 sec., 6892.590465249857 rows/sec., 424.06 KiB/sec.
12969 2024.10.22 17:04:38.011772 [ 282 ] {4a0c9ba2-fa57-4526-8ffc-2949d6ae7887} <Debug> DynamicQueryHandler: Done processing query
12970 2024.10.22 17:04:38.011799 [ 282 ] {4a0c9ba2-fa57-4526-8ffc-2949d6ae7887} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12971 2024.10.22 17:04:38.011816 [ 282 ] {} <Debug> HTTP-Session: 92e9d99a-c6c6-4067-8b05-96f09a5a983e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12972 2024.10.22 17:04:38.012030 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12973 2024.10.22 17:04:38.012122 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48272, User-Agent: (none), Length: 67878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12974 2024.10.22 17:04:38.012190 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12975 2024.10.22 17:04:38.012214 [ 265 ] {} <Debug> HTTP-Session: a6ada9c2-616e-4f11-b67a-5a12d5bd6b81 Authenticating user 'default' from [fd00:1122:3344:101::d]:48272
12976 2024.10.22 17:04:38.012235 [ 265 ] {} <Debug> HTTP-Session: a6ada9c2-616e-4f11-b67a-5a12d5bd6b81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12977 2024.10.22 17:04:38.012253 [ 265 ] {} <Debug> HTTP-Session: a6ada9c2-616e-4f11-b67a-5a12d5bd6b81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12978 2024.10.22 17:04:38.012292 [ 265 ] {} <Trace> HTTP-Session: a6ada9c2-616e-4f11-b67a-5a12d5bd6b81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12979 2024.10.22 17:04:38.012590 [ 265 ] {a1cda81c-2b21-4313-ba9e-dc6106bf25e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48272) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12980 2024.10.22 17:04:38.012640 [ 265 ] {a1cda81c-2b21-4313-ba9e-dc6106bf25e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12981 2024.10.22 17:04:38.012895 [ 265 ] {a1cda81c-2b21-4313-ba9e-dc6106bf25e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12982 2024.10.22 17:04:38.013472 [ 265 ] {a1cda81c-2b21-4313-ba9e-dc6106bf25e2} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12983 2024.10.22 17:04:38.013512 [ 265 ] {a1cda81c-2b21-4313-ba9e-dc6106bf25e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12984 2024.10.22 17:04:38.013910 [ 265 ] {a1cda81c-2b21-4313-ba9e-dc6106bf25e2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12985 2024.10.22 17:04:38.014275 [ 265 ] {a1cda81c-2b21-4313-ba9e-dc6106bf25e2} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12986 2024.10.22 17:04:38.014442 [ 265 ] {a1cda81c-2b21-4313-ba9e-dc6106bf25e2} <Debug> executeQuery: Read 418 rows, 30.57 KiB in 0.002019 sec., 207033.18474492323 rows/sec., 14.79 MiB/sec.
12987 2024.10.22 17:04:38.014654 [ 265 ] {a1cda81c-2b21-4313-ba9e-dc6106bf25e2} <Debug> DynamicQueryHandler: Done processing query
12988 2024.10.22 17:04:38.014679 [ 265 ] {a1cda81c-2b21-4313-ba9e-dc6106bf25e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
12989 2024.10.22 17:04:38.014695 [ 265 ] {} <Debug> HTTP-Session: a6ada9c2-616e-4f11-b67a-5a12d5bd6b81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12990 2024.10.22 17:04:38.014901 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61792, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12991 2024.10.22 17:04:38.014913 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12992 2024.10.22 17:04:38.014962 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12993 2024.10.22 17:04:38.014989 [ 282 ] {} <Debug> HTTP-Session: cd8f7b84-4e08-401f-8ca4-ae57801b48a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61792
12994 2024.10.22 17:04:38.015011 [ 282 ] {} <Debug> HTTP-Session: cd8f7b84-4e08-401f-8ca4-ae57801b48a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12995 2024.10.22 17:04:38.015028 [ 282 ] {} <Debug> HTTP-Session: cd8f7b84-4e08-401f-8ca4-ae57801b48a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12996 2024.10.22 17:04:38.015067 [ 282 ] {} <Trace> HTTP-Session: cd8f7b84-4e08-401f-8ca4-ae57801b48a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12997 2024.10.22 17:04:38.015192 [ 282 ] {04c7bec7-dbe7-467f-8024-6af5e0f748e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61792) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
12998 2024.10.22 17:04:38.015250 [ 282 ] {04c7bec7-dbe7-467f-8024-6af5e0f748e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12999 2024.10.22 17:04:38.015418 [ 282 ] {04c7bec7-dbe7-467f-8024-6af5e0f748e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13000 2024.10.22 17:04:38.015731 [ 282 ] {04c7bec7-dbe7-467f-8024-6af5e0f748e7} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13001 2024.10.22 17:04:38.015768 [ 282 ] {04c7bec7-dbe7-467f-8024-6af5e0f748e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
13002 2024.10.22 17:04:38.016132 [ 282 ] {04c7bec7-dbe7-467f-8024-6af5e0f748e7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
13003 2024.10.22 17:04:38.016450 [ 282 ] {04c7bec7-dbe7-467f-8024-6af5e0f748e7} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13004 2024.10.22 17:04:38.016615 [ 282 ] {04c7bec7-dbe7-467f-8024-6af5e0f748e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 216.49 KiB/sec.
13005 2024.10.22 17:04:38.016925 [ 282 ] {04c7bec7-dbe7-467f-8024-6af5e0f748e7} <Debug> DynamicQueryHandler: Done processing query
13006 2024.10.22 17:04:38.016984 [ 282 ] {04c7bec7-dbe7-467f-8024-6af5e0f748e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
13007 2024.10.22 17:04:38.017025 [ 282 ] {} <Debug> HTTP-Session: cd8f7b84-4e08-401f-8ca4-ae57801b48a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13008 2024.10.22 17:04:38.017281 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13009 2024.10.22 17:04:38.017352 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48272, User-Agent: (none), Length: 45175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13010 2024.10.22 17:04:38.017415 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13011 2024.10.22 17:04:38.017440 [ 265 ] {} <Debug> HTTP-Session: 38d4469d-0daa-4f6d-a02c-c9d5c27c987e Authenticating user 'default' from [fd00:1122:3344:101::d]:48272
13012 2024.10.22 17:04:38.017461 [ 265 ] {} <Debug> HTTP-Session: 38d4469d-0daa-4f6d-a02c-c9d5c27c987e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13013 2024.10.22 17:04:38.017478 [ 265 ] {} <Debug> HTTP-Session: 38d4469d-0daa-4f6d-a02c-c9d5c27c987e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13014 2024.10.22 17:04:38.017517 [ 265 ] {} <Trace> HTTP-Session: 38d4469d-0daa-4f6d-a02c-c9d5c27c987e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13015 2024.10.22 17:04:38.017749 [ 265 ] {86097c01-e79f-453a-8a54-2bb1243f6f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48272) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13016 2024.10.22 17:04:38.017808 [ 265 ] {86097c01-e79f-453a-8a54-2bb1243f6f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13017 2024.10.22 17:04:38.018006 [ 265 ] {86097c01-e79f-453a-8a54-2bb1243f6f10} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13018 2024.10.22 17:04:38.018485 [ 265 ] {86097c01-e79f-453a-8a54-2bb1243f6f10} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13019 2024.10.22 17:04:38.018528 [ 265 ] {86097c01-e79f-453a-8a54-2bb1243f6f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
13020 2024.10.22 17:04:38.018916 [ 265 ] {86097c01-e79f-453a-8a54-2bb1243f6f10} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
13021 2024.10.22 17:04:38.019249 [ 265 ] {86097c01-e79f-453a-8a54-2bb1243f6f10} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13022 2024.10.22 17:04:38.019400 [ 265 ] {86097c01-e79f-453a-8a54-2bb1243f6f10} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001763 sec., 136131.59387407827 rows/sec., 9.13 MiB/sec.
13023 2024.10.22 17:04:38.019525 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13024 2024.10.22 17:04:38.019574 [ 265 ] {86097c01-e79f-453a-8a54-2bb1243f6f10} <Debug> DynamicQueryHandler: Done processing query
13025 2024.10.22 17:04:38.019601 [ 265 ] {86097c01-e79f-453a-8a54-2bb1243f6f10} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
13026 2024.10.22 17:04:38.019617 [ 265 ] {} <Debug> HTTP-Session: 38d4469d-0daa-4f6d-a02c-c9d5c27c987e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13027 2024.10.22 17:04:38.019856 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13028 2024.10.22 17:04:38.019944 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49294, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13029 2024.10.22 17:04:38.020077 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13030 2024.10.22 17:04:38.020120 [ 268 ] {} <Debug> HTTP-Session: 8b9c92fe-d42c-4bda-828a-0d4dbc683c37 Authenticating user 'default' from [fd00:1122:3344:101::d]:49294
13031 2024.10.22 17:04:38.020160 [ 268 ] {} <Debug> HTTP-Session: 8b9c92fe-d42c-4bda-828a-0d4dbc683c37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13032 2024.10.22 17:04:38.020188 [ 268 ] {} <Debug> HTTP-Session: 8b9c92fe-d42c-4bda-828a-0d4dbc683c37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13033 2024.10.22 17:04:38.020267 [ 268 ] {} <Trace> HTTP-Session: 8b9c92fe-d42c-4bda-828a-0d4dbc683c37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13034 2024.10.22 17:04:38.020588 [ 268 ] {6e49a084-e77b-4fac-92b1-151448f9557b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49294) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
13035 2024.10.22 17:04:38.020759 [ 268 ] {6e49a084-e77b-4fac-92b1-151448f9557b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13036 2024.10.22 17:04:38.021179 [ 268 ] {6e49a084-e77b-4fac-92b1-151448f9557b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13037 2024.10.22 17:04:38.021499 [ 268 ] {6e49a084-e77b-4fac-92b1-151448f9557b} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13038 2024.10.22 17:04:38.021540 [ 268 ] {6e49a084-e77b-4fac-92b1-151448f9557b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
13039 2024.10.22 17:04:38.021972 [ 268 ] {6e49a084-e77b-4fac-92b1-151448f9557b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
13040 2024.10.22 17:04:38.022336 [ 268 ] {6e49a084-e77b-4fac-92b1-151448f9557b} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13041 2024.10.22 17:04:38.022521 [ 268 ] {6e49a084-e77b-4fac-92b1-151448f9557b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002067 sec., 483.79293662312534 rows/sec., 32.60 KiB/sec.
13042 2024.10.22 17:04:38.022777 [ 268 ] {6e49a084-e77b-4fac-92b1-151448f9557b} <Debug> DynamicQueryHandler: Done processing query
13043 2024.10.22 17:04:38.022803 [ 268 ] {6e49a084-e77b-4fac-92b1-151448f9557b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
13044 2024.10.22 17:04:38.022820 [ 268 ] {} <Debug> HTTP-Session: 8b9c92fe-d42c-4bda-828a-0d4dbc683c37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13045 2024.10.22 17:04:38.023055 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13046 2024.10.22 17:04:38.023055 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48272, User-Agent: (none), Length: 50318, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13047 2024.10.22 17:04:38.023164 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13048 2024.10.22 17:04:38.023188 [ 265 ] {} <Debug> HTTP-Session: 31c6563d-e717-44c1-a35c-299a4be1d658 Authenticating user 'default' from [fd00:1122:3344:101::d]:48272
13049 2024.10.22 17:04:38.023214 [ 265 ] {} <Debug> HTTP-Session: 31c6563d-e717-44c1-a35c-299a4be1d658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13050 2024.10.22 17:04:38.023234 [ 265 ] {} <Debug> HTTP-Session: 31c6563d-e717-44c1-a35c-299a4be1d658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13051 2024.10.22 17:04:38.023277 [ 265 ] {} <Trace> HTTP-Session: 31c6563d-e717-44c1-a35c-299a4be1d658 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13052 2024.10.22 17:04:38.023710 [ 265 ] {c6e4a4d7-9640-4f0e-a329-44418d1f95e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48272) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13053 2024.10.22 17:04:38.023789 [ 265 ] {c6e4a4d7-9640-4f0e-a329-44418d1f95e0} <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
13054 2024.10.22 17:04:38.024258 [ 265 ] {c6e4a4d7-9640-4f0e-a329-44418d1f95e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13055 2024.10.22 17:04:38.024916 [ 265 ] {c6e4a4d7-9640-4f0e-a329-44418d1f95e0} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13056 2024.10.22 17:04:38.024953 [ 265 ] {c6e4a4d7-9640-4f0e-a329-44418d1f95e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
13057 2024.10.22 17:04:38.025595 [ 265 ] {c6e4a4d7-9640-4f0e-a329-44418d1f95e0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
13058 2024.10.22 17:04:38.026002 [ 265 ] {c6e4a4d7-9640-4f0e-a329-44418d1f95e0} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13059 2024.10.22 17:04:38.026185 [ 265 ] {c6e4a4d7-9640-4f0e-a329-44418d1f95e0} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002795 sec., 10733.45259391771 rows/sec., 19.23 MiB/sec.
13060 2024.10.22 17:04:38.026399 [ 265 ] {c6e4a4d7-9640-4f0e-a329-44418d1f95e0} <Debug> DynamicQueryHandler: Done processing query
13061 2024.10.22 17:04:38.026424 [ 265 ] {c6e4a4d7-9640-4f0e-a329-44418d1f95e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
13062 2024.10.22 17:04:38.026440 [ 265 ] {} <Debug> HTTP-Session: 31c6563d-e717-44c1-a35c-299a4be1d658 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13063 2024.10.22 17:04:38.026614 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13064 2024.10.22 17:04:38.026730 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61632, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13065 2024.10.22 17:04:38.026818 [ 268 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13066 2024.10.22 17:04:38.026845 [ 268 ] {} <Debug> HTTP-Session: e9155262-6b0d-45d7-86dc-b838b9e01602 Authenticating user 'default' from [fd00:1122:3344:101::d]:61632
13067 2024.10.22 17:04:38.026869 [ 268 ] {} <Debug> HTTP-Session: e9155262-6b0d-45d7-86dc-b838b9e01602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13068 2024.10.22 17:04:38.026893 [ 268 ] {} <Debug> HTTP-Session: e9155262-6b0d-45d7-86dc-b838b9e01602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13069 2024.10.22 17:04:38.026958 [ 268 ] {} <Trace> HTTP-Session: e9155262-6b0d-45d7-86dc-b838b9e01602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13070 2024.10.22 17:04:38.027203 [ 268 ] {f8736bc1-27c6-4226-91be-ede3076f4e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61632) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13071 2024.10.22 17:04:38.027269 [ 268 ] {f8736bc1-27c6-4226-91be-ede3076f4e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13072 2024.10.22 17:04:38.027464 [ 268 ] {f8736bc1-27c6-4226-91be-ede3076f4e57} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13073 2024.10.22 17:04:38.027820 [ 268 ] {f8736bc1-27c6-4226-91be-ede3076f4e57} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13074 2024.10.22 17:04:38.027860 [ 268 ] {f8736bc1-27c6-4226-91be-ede3076f4e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
13075 2024.10.22 17:04:38.028258 [ 268 ] {f8736bc1-27c6-4226-91be-ede3076f4e57} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
13076 2024.10.22 17:04:38.028601 [ 268 ] {f8736bc1-27c6-4226-91be-ede3076f4e57} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13077 2024.10.22 17:04:38.028772 [ 268 ] {f8736bc1-27c6-4226-91be-ede3076f4e57} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001647 sec., 49787.49241044323 rows/sec., 3.16 MiB/sec.
13078 2024.10.22 17:04:38.029104 [ 268 ] {f8736bc1-27c6-4226-91be-ede3076f4e57} <Debug> DynamicQueryHandler: Done processing query
13079 2024.10.22 17:04:38.029147 [ 268 ] {f8736bc1-27c6-4226-91be-ede3076f4e57} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13080 2024.10.22 17:04:38.029165 [ 268 ] {} <Debug> HTTP-Session: e9155262-6b0d-45d7-86dc-b838b9e01602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13081 2024.10.22 17:04:38.029563 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61632, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13082 2024.10.22 17:04:38.056891 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13083 2024.10.22 17:04:38.062179 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13084 2024.10.22 17:04:39.000155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.25 MiB, peak 185.96 MiB, free memory in arenas 0.00 B, will set to 176.43 MiB (RSS), difference: 4.18 MiB
13085 2024.10.22 17:04:39.091904 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42265, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13086 2024.10.22 17:04:39.157407 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13087 2024.10.22 17:04:39.252809 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13088 2024.10.22 17:04:39.264236 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56956, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13089 2024.10.22 17:04:39.272735 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13090 2024.10.22 17:04:39.312146 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13091 2024.10.22 17:04:39.330587 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13092 2024.10.22 17:04:39.339877 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13093 2024.10.22 17:04:39.343254 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57762, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13094 2024.10.22 17:04:42.988864 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48272, User-Agent: (none), Length: 10909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13095 2024.10.22 17:04:42.988992 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13096 2024.10.22 17:04:42.989022 [ 265 ] {} <Debug> HTTP-Session: 0e217768-75e5-421a-bd9c-5fe934db168f Authenticating user 'default' from [fd00:1122:3344:101::d]:48272
13097 2024.10.22 17:04:42.989049 [ 265 ] {} <Debug> HTTP-Session: 0e217768-75e5-421a-bd9c-5fe934db168f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13098 2024.10.22 17:04:42.989066 [ 265 ] {} <Debug> HTTP-Session: 0e217768-75e5-421a-bd9c-5fe934db168f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13099 2024.10.22 17:04:42.989120 [ 265 ] {} <Trace> HTTP-Session: 0e217768-75e5-421a-bd9c-5fe934db168f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13100 2024.10.22 17:04:42.989358 [ 265 ] {63938f33-5562-45ef-83cd-f12221bddecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48272) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13101 2024.10.22 17:04:42.989429 [ 265 ] {63938f33-5562-45ef-83cd-f12221bddecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13102 2024.10.22 17:04:42.989783 [ 265 ] {63938f33-5562-45ef-83cd-f12221bddecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13103 2024.10.22 17:04:42.990270 [ 265 ] {63938f33-5562-45ef-83cd-f12221bddecd} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13104 2024.10.22 17:04:42.990313 [ 265 ] {63938f33-5562-45ef-83cd-f12221bddecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
13105 2024.10.22 17:04:42.990719 [ 265 ] {63938f33-5562-45ef-83cd-f12221bddecd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
13106 2024.10.22 17:04:42.991093 [ 265 ] {63938f33-5562-45ef-83cd-f12221bddecd} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13107 2024.10.22 17:04:42.991241 [ 265 ] {63938f33-5562-45ef-83cd-f12221bddecd} <Debug> executeQuery: Read 76 rows, 6.27 KiB in 0.001962 sec., 38735.98369011212 rows/sec., 3.12 MiB/sec.
13108 2024.10.22 17:04:42.991450 [ 265 ] {63938f33-5562-45ef-83cd-f12221bddecd} <Debug> DynamicQueryHandler: Done processing query
13109 2024.10.22 17:04:42.991477 [ 265 ] {63938f33-5562-45ef-83cd-f12221bddecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13110 2024.10.22 17:04:42.991493 [ 265 ] {} <Debug> HTTP-Session: 0e217768-75e5-421a-bd9c-5fe934db168f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13111 2024.10.22 17:04:42.991679 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13112 2024.10.22 17:04:42.991756 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32941, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13113 2024.10.22 17:04:42.991832 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13114 2024.10.22 17:04:42.991858 [ 261 ] {} <Debug> HTTP-Session: 0dfdb35a-99eb-4c38-bf8c-d6938bec76d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:32941
13115 2024.10.22 17:04:42.991881 [ 261 ] {} <Debug> HTTP-Session: 0dfdb35a-99eb-4c38-bf8c-d6938bec76d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13116 2024.10.22 17:04:42.991900 [ 261 ] {} <Debug> HTTP-Session: 0dfdb35a-99eb-4c38-bf8c-d6938bec76d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13117 2024.10.22 17:04:42.991939 [ 261 ] {} <Trace> HTTP-Session: 0dfdb35a-99eb-4c38-bf8c-d6938bec76d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13118 2024.10.22 17:04:42.992069 [ 261 ] {03bfb1ca-816d-49c3-a3af-26489786e77f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32941) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13119 2024.10.22 17:04:42.992123 [ 261 ] {03bfb1ca-816d-49c3-a3af-26489786e77f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13120 2024.10.22 17:04:42.992410 [ 261 ] {03bfb1ca-816d-49c3-a3af-26489786e77f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13121 2024.10.22 17:04:42.992767 [ 261 ] {03bfb1ca-816d-49c3-a3af-26489786e77f} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13122 2024.10.22 17:04:42.992802 [ 261 ] {03bfb1ca-816d-49c3-a3af-26489786e77f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
13123 2024.10.22 17:04:42.993159 [ 261 ] {03bfb1ca-816d-49c3-a3af-26489786e77f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13124 2024.10.22 17:04:42.993511 [ 261 ] {03bfb1ca-816d-49c3-a3af-26489786e77f} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13125 2024.10.22 17:04:42.993640 [ 261 ] {03bfb1ca-816d-49c3-a3af-26489786e77f} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001606 sec., 6226.650062266501 rows/sec., 468.21 KiB/sec.
13126 2024.10.22 17:04:42.993813 [ 261 ] {03bfb1ca-816d-49c3-a3af-26489786e77f} <Debug> DynamicQueryHandler: Done processing query
13127 2024.10.22 17:04:42.993837 [ 261 ] {03bfb1ca-816d-49c3-a3af-26489786e77f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13128 2024.10.22 17:04:42.993854 [ 261 ] {} <Debug> HTTP-Session: 0dfdb35a-99eb-4c38-bf8c-d6938bec76d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13129 2024.10.22 17:04:42.994093 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13130 2024.10.22 17:04:42.994195 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48039, User-Agent: (none), Length: 12575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13131 2024.10.22 17:04:42.994257 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13132 2024.10.22 17:04:42.994282 [ 265 ] {} <Debug> HTTP-Session: f0e2ee85-8af6-47e8-b8ff-d31f9291eb20 Authenticating user 'default' from [fd00:1122:3344:101::d]:48039
13133 2024.10.22 17:04:42.994302 [ 265 ] {} <Debug> HTTP-Session: f0e2ee85-8af6-47e8-b8ff-d31f9291eb20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13134 2024.10.22 17:04:42.994319 [ 265 ] {} <Debug> HTTP-Session: f0e2ee85-8af6-47e8-b8ff-d31f9291eb20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13135 2024.10.22 17:04:42.994357 [ 265 ] {} <Trace> HTTP-Session: f0e2ee85-8af6-47e8-b8ff-d31f9291eb20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13136 2024.10.22 17:04:42.994504 [ 265 ] {dcd66138-bbb1-4c81-a029-d0901e87ec17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48039) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13137 2024.10.22 17:04:42.994555 [ 265 ] {dcd66138-bbb1-4c81-a029-d0901e87ec17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13138 2024.10.22 17:04:42.994807 [ 265 ] {dcd66138-bbb1-4c81-a029-d0901e87ec17} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13139 2024.10.22 17:04:42.995171 [ 265 ] {dcd66138-bbb1-4c81-a029-d0901e87ec17} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13140 2024.10.22 17:04:42.995207 [ 265 ] {dcd66138-bbb1-4c81-a029-d0901e87ec17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
13141 2024.10.22 17:04:42.995554 [ 265 ] {dcd66138-bbb1-4c81-a029-d0901e87ec17} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
13142 2024.10.22 17:04:42.995896 [ 265 ] {dcd66138-bbb1-4c81-a029-d0901e87ec17} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13143 2024.10.22 17:04:42.996025 [ 265 ] {dcd66138-bbb1-4c81-a029-d0901e87ec17} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001574 sec., 47013.97712833545 rows/sec., 3.67 MiB/sec.
13144 2024.10.22 17:04:42.996203 [ 265 ] {dcd66138-bbb1-4c81-a029-d0901e87ec17} <Debug> DynamicQueryHandler: Done processing query
13145 2024.10.22 17:04:42.996227 [ 265 ] {dcd66138-bbb1-4c81-a029-d0901e87ec17} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13146 2024.10.22 17:04:42.996243 [ 265 ] {} <Debug> HTTP-Session: f0e2ee85-8af6-47e8-b8ff-d31f9291eb20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13147 2024.10.22 17:04:42.996436 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13148 2024.10.22 17:04:42.996504 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32941, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13149 2024.10.22 17:04:42.996565 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13150 2024.10.22 17:04:42.996592 [ 261 ] {} <Debug> HTTP-Session: 28efca1e-c314-470f-86fb-59989ade4450 Authenticating user 'default' from [fd00:1122:3344:101::d]:32941
13151 2024.10.22 17:04:42.996613 [ 261 ] {} <Debug> HTTP-Session: 28efca1e-c314-470f-86fb-59989ade4450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13152 2024.10.22 17:04:42.996630 [ 261 ] {} <Debug> HTTP-Session: 28efca1e-c314-470f-86fb-59989ade4450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13153 2024.10.22 17:04:42.996668 [ 261 ] {} <Trace> HTTP-Session: 28efca1e-c314-470f-86fb-59989ade4450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13154 2024.10.22 17:04:42.996845 [ 261 ] {49ed8aee-56d4-4855-8338-0f541a95950e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32941) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13155 2024.10.22 17:04:42.996900 [ 261 ] {49ed8aee-56d4-4855-8338-0f541a95950e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13156 2024.10.22 17:04:42.997077 [ 261 ] {49ed8aee-56d4-4855-8338-0f541a95950e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13157 2024.10.22 17:04:42.997483 [ 261 ] {49ed8aee-56d4-4855-8338-0f541a95950e} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13158 2024.10.22 17:04:42.997525 [ 261 ] {49ed8aee-56d4-4855-8338-0f541a95950e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
13159 2024.10.22 17:04:42.997940 [ 261 ] {49ed8aee-56d4-4855-8338-0f541a95950e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
13160 2024.10.22 17:04:42.998272 [ 261 ] {49ed8aee-56d4-4855-8338-0f541a95950e} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13161 2024.10.22 17:04:42.998402 [ 261 ] {49ed8aee-56d4-4855-8338-0f541a95950e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec.
13162 2024.10.22 17:04:42.998669 [ 261 ] {49ed8aee-56d4-4855-8338-0f541a95950e} <Debug> DynamicQueryHandler: Done processing query
13163 2024.10.22 17:04:42.998740 [ 261 ] {49ed8aee-56d4-4855-8338-0f541a95950e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
13164 2024.10.22 17:04:42.998799 [ 261 ] {} <Debug> HTTP-Session: 28efca1e-c314-470f-86fb-59989ade4450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13165 2024.10.22 17:04:42.999072 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13166 2024.10.22 17:04:42.999190 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59322, User-Agent: (none), Length: 16507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13167 2024.10.22 17:04:42.999252 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13168 2024.10.22 17:04:42.999276 [ 265 ] {} <Debug> HTTP-Session: 0724c043-8574-46d9-acfe-9e838a375233 Authenticating user 'default' from [fd00:1122:3344:101::d]:59322
13169 2024.10.22 17:04:42.999297 [ 265 ] {} <Debug> HTTP-Session: 0724c043-8574-46d9-acfe-9e838a375233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13170 2024.10.22 17:04:42.999314 [ 265 ] {} <Debug> HTTP-Session: 0724c043-8574-46d9-acfe-9e838a375233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13171 2024.10.22 17:04:42.999353 [ 265 ] {} <Trace> HTTP-Session: 0724c043-8574-46d9-acfe-9e838a375233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13172 2024.10.22 17:04:42.999559 [ 265 ] {659adb22-79e6-4630-87f5-30ff65e1c503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59322) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13173 2024.10.22 17:04:42.999644 [ 265 ] {659adb22-79e6-4630-87f5-30ff65e1c503} <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
13174 2024.10.22 17:04:43.000088 [ 265 ] {659adb22-79e6-4630-87f5-30ff65e1c503} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13175 2024.10.22 17:04:43.000169 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.80 MiB, peak 185.96 MiB, free memory in arenas 0.00 B, will set to 176.43 MiB (RSS), difference: -1.37 MiB
13176 2024.10.22 17:04:43.000981 [ 265 ] {659adb22-79e6-4630-87f5-30ff65e1c503} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13177 2024.10.22 17:04:43.001023 [ 265 ] {659adb22-79e6-4630-87f5-30ff65e1c503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
13178 2024.10.22 17:04:43.001605 [ 265 ] {659adb22-79e6-4630-87f5-30ff65e1c503} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13179 2024.10.22 17:04:43.002020 [ 265 ] {659adb22-79e6-4630-87f5-30ff65e1c503} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13180 2024.10.22 17:04:43.002172 [ 265 ] {659adb22-79e6-4630-87f5-30ff65e1c503} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002728 sec., 3665.6891495601176 rows/sec., 6.57 MiB/sec.
13181 2024.10.22 17:04:43.002707 [ 265 ] {659adb22-79e6-4630-87f5-30ff65e1c503} <Debug> DynamicQueryHandler: Done processing query
13182 2024.10.22 17:04:43.002737 [ 265 ] {659adb22-79e6-4630-87f5-30ff65e1c503} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
13183 2024.10.22 17:04:43.002755 [ 265 ] {} <Debug> HTTP-Session: 0724c043-8574-46d9-acfe-9e838a375233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13184 2024.10.22 17:04:43.002935 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59322, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13185 2024.10.22 17:04:43.002946 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32941, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13186 2024.10.22 17:04:43.003006 [ 261 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13187 2024.10.22 17:04:43.003026 [ 261 ] {} <Debug> HTTP-Session: 9bd371f6-5c2c-4995-8dfe-ba33ce61ba75 Authenticating user 'default' from [fd00:1122:3344:101::d]:32941
13188 2024.10.22 17:04:43.003043 [ 261 ] {} <Debug> HTTP-Session: 9bd371f6-5c2c-4995-8dfe-ba33ce61ba75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13189 2024.10.22 17:04:43.003056 [ 261 ] {} <Debug> HTTP-Session: 9bd371f6-5c2c-4995-8dfe-ba33ce61ba75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13190 2024.10.22 17:04:43.003091 [ 261 ] {} <Trace> HTTP-Session: 9bd371f6-5c2c-4995-8dfe-ba33ce61ba75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13191 2024.10.22 17:04:43.003215 [ 261 ] {7e9c0a62-5dc7-471f-8414-4e5dbc9a9489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32941) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13192 2024.10.22 17:04:43.003265 [ 261 ] {7e9c0a62-5dc7-471f-8414-4e5dbc9a9489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13193 2024.10.22 17:04:43.003415 [ 261 ] {7e9c0a62-5dc7-471f-8414-4e5dbc9a9489} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13194 2024.10.22 17:04:43.003721 [ 261 ] {7e9c0a62-5dc7-471f-8414-4e5dbc9a9489} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13195 2024.10.22 17:04:43.003755 [ 261 ] {7e9c0a62-5dc7-471f-8414-4e5dbc9a9489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
13196 2024.10.22 17:04:43.004122 [ 261 ] {7e9c0a62-5dc7-471f-8414-4e5dbc9a9489} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
13197 2024.10.22 17:04:43.004442 [ 261 ] {7e9c0a62-5dc7-471f-8414-4e5dbc9a9489} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13198 2024.10.22 17:04:43.004574 [ 261 ] {7e9c0a62-5dc7-471f-8414-4e5dbc9a9489} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec.
13199 2024.10.22 17:04:43.004731 [ 261 ] {7e9c0a62-5dc7-471f-8414-4e5dbc9a9489} <Debug> DynamicQueryHandler: Done processing query
13200 2024.10.22 17:04:43.004755 [ 261 ] {7e9c0a62-5dc7-471f-8414-4e5dbc9a9489} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
13201 2024.10.22 17:04:43.004771 [ 261 ] {} <Debug> HTTP-Session: 9bd371f6-5c2c-4995-8dfe-ba33ce61ba75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13202 2024.10.22 17:04:43.004983 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13203 2024.10.22 17:04:43.166519 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13204 2024.10.22 17:04:43.248881 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49743, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13205 2024.10.22 17:04:43.289218 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13206 2024.10.22 17:04:43.292532 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13207 2024.10.22 17:04:43.292576 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13208 2024.10.22 17:04:43.300903 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13209 2024.10.22 17:04:43.310411 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13210 2024.10.22 17:04:43.313699 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33660, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13211 2024.10.22 17:04:43.316981 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55490, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13212 2024.10.22 17:04:47.127819 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
13213 2024.10.22 17:04:47.127900 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
13214 2024.10.22 17:04:47.377887 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1154
13215 2024.10.22 17:04:47.380736 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13216 2024.10.22 17:04:47.380793 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13217 2024.10.22 17:04:47.382340 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
13218 2024.10.22 17:04:47.383343 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13219 2024.10.22 17:04:47.383974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1154
13220 2024.10.22 17:04:47.996610 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60165, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13221 2024.10.22 17:04:47.996732 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13222 2024.10.22 17:04:47.996756 [ 284 ] {} <Debug> HTTP-Session: 0feb82e1-53dd-4ef9-9264-bff6f911ecd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60165
13223 2024.10.22 17:04:47.996780 [ 284 ] {} <Debug> HTTP-Session: 0feb82e1-53dd-4ef9-9264-bff6f911ecd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13224 2024.10.22 17:04:47.996795 [ 284 ] {} <Debug> HTTP-Session: 0feb82e1-53dd-4ef9-9264-bff6f911ecd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13225 2024.10.22 17:04:47.996846 [ 284 ] {} <Trace> HTTP-Session: 0feb82e1-53dd-4ef9-9264-bff6f911ecd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13226 2024.10.22 17:04:47.997052 [ 284 ] {72c424f5-ae8b-435d-bd82-4b82156d6569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60165) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
13227 2024.10.22 17:04:47.997127 [ 284 ] {72c424f5-ae8b-435d-bd82-4b82156d6569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
13228 2024.10.22 17:04:47.997475 [ 284 ] {72c424f5-ae8b-435d-bd82-4b82156d6569} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13229 2024.10.22 17:04:47.997945 [ 284 ] {72c424f5-ae8b-435d-bd82-4b82156d6569} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13230 2024.10.22 17:04:47.997989 [ 284 ] {72c424f5-ae8b-435d-bd82-4b82156d6569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13231 2024.10.22 17:04:47.998423 [ 284 ] {72c424f5-ae8b-435d-bd82-4b82156d6569} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
13232 2024.10.22 17:04:47.998832 [ 284 ] {72c424f5-ae8b-435d-bd82-4b82156d6569} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13233 2024.10.22 17:04:47.998986 [ 284 ] {72c424f5-ae8b-435d-bd82-4b82156d6569} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001993 sec., 6021.073758153538 rows/sec., 420.42 KiB/sec.
13234 2024.10.22 17:04:47.999023 [ 100 ] {} <Debug> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
13235 2024.10.22 17:04:47.999135 [ 100 ] {} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13236 2024.10.22 17:04:47.999186 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13237 2024.10.22 17:04:47.999315 [ 284 ] {72c424f5-ae8b-435d-bd82-4b82156d6569} <Debug> DynamicQueryHandler: Done processing query
13238 2024.10.22 17:04:47.999369 [ 284 ] {72c424f5-ae8b-435d-bd82-4b82156d6569} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13239 2024.10.22 17:04:47.999390 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::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
13240 2024.10.22 17:04:47.999403 [ 284 ] {} <Debug> HTTP-Session: 0feb82e1-53dd-4ef9-9264-bff6f911ecd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13241 2024.10.22 17:04:47.999587 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13242 2024.10.22 17:04:47.999628 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 12 rows starting from the beginning of the part
13243 2024.10.22 17:04:47.999703 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13244 2024.10.22 17:04:47.999887 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part
13245 2024.10.22 17:04:48.000087 [ 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):
13246 
13247 (version 23.8.7.1)
13248 2024.10.22 17:04:48.000094 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49991, User-Agent: (none), Length: 39219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13249 2024.10.22 17:04:48.000148 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part
13250 2024.10.22 17:04:48.000178 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.53 MiB, peak 185.96 MiB, free memory in arenas 0.00 B, will set to 176.43 MiB (RSS), difference: -1.10 MiB
13251 2024.10.22 17:04:48.000358 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13252 2024.10.22 17:04:48.000651 [ 280 ] {} <Debug> HTTP-Session: 6c46efbf-fb84-40c9-bcb5-2450d931429e Authenticating user 'default' from [fd00:1122:3344:101::d]:49991
13253 2024.10.22 17:04:48.000809 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part
13254 2024.10.22 17:04:48.000830 [ 280 ] {} <Debug> HTTP-Session: 6c46efbf-fb84-40c9-bcb5-2450d931429e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13255 2024.10.22 17:04:48.000947 [ 280 ] {} <Debug> HTTP-Session: 6c46efbf-fb84-40c9-bcb5-2450d931429e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13256 2024.10.22 17:04:48.001213 [ 280 ] {} <Trace> HTTP-Session: 6c46efbf-fb84-40c9-bcb5-2450d931429e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13257 2024.10.22 17:04:48.001356 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part
13258 2024.10.22 17:04:48.001840 [ 280 ] {6fe17749-5539-4f95-9277-591fd8392a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49991) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13259 2024.10.22 17:04:48.001974 [ 280 ] {6fe17749-5539-4f95-9277-591fd8392a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13260 2024.10.22 17:04:48.002877 [ 280 ] {6fe17749-5539-4f95-9277-591fd8392a99} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13261 2024.10.22 17:04:48.004155 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004873632 sec., 12311.147004944156 rows/sec., 904.70 KiB/sec.
13262 2024.10.22 17:04:48.004279 [ 280 ] {6fe17749-5539-4f95-9277-591fd8392a99} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13263 2024.10.22 17:04:48.004341 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
13264 2024.10.22 17:04:48.004352 [ 280 ] {6fe17749-5539-4f95-9277-591fd8392a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13265 2024.10.22 17:04:48.005496 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_25_6} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13266 2024.10.22 17:04:48.005504 [ 280 ] {6fe17749-5539-4f95-9277-591fd8392a99} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
13267 2024.10.22 17:04:48.005623 [ 187 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_25_6} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
13268 2024.10.22 17:04:48.005819 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13269 2024.10.22 17:04:48.006158 [ 280 ] {6fe17749-5539-4f95-9277-591fd8392a99} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13270 2024.10.22 17:04:48.006343 [ 280 ] {6fe17749-5539-4f95-9277-591fd8392a99} <Debug> executeQuery: Read 261 rows, 23.40 KiB in 0.00479 sec., 54488.51774530271 rows/sec., 4.77 MiB/sec.
13271 2024.10.22 17:04:48.006365 [ 100 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
13272 2024.10.22 17:04:48.006429 [ 100 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13273 2024.10.22 17:04:48.006483 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13274 2024.10.22 17:04:48.006600 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
13275 2024.10.22 17:04:48.006650 [ 280 ] {6fe17749-5539-4f95-9277-591fd8392a99} <Debug> DynamicQueryHandler: Done processing query
13276 2024.10.22 17:04:48.006686 [ 280 ] {6fe17749-5539-4f95-9277-591fd8392a99} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
13277 2024.10.22 17:04:48.006715 [ 280 ] {} <Debug> HTTP-Session: 6c46efbf-fb84-40c9-bcb5-2450d931429e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13278 2024.10.22 17:04:48.006757 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13279 2024.10.22 17:04:48.006788 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1430 rows starting from the beginning of the part
13280 2024.10.22 17:04:48.006859 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1217 rows starting from the beginning of the part
13281 2024.10.22 17:04:48.007047 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49991, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13282 2024.10.22 17:04:48.007125 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34681, User-Agent: (none), Length: 4347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13283 2024.10.22 17:04:48.007279 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 27 rows starting from the beginning of the part
13284 2024.10.22 17:04:48.007389 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13285 2024.10.22 17:04:48.007517 [ 284 ] {} <Debug> HTTP-Session: d9ede45e-5df9-4cc1-a31d-cdc17778e879 Authenticating user 'default' from [fd00:1122:3344:101::d]:34681
13286 2024.10.22 17:04:48.007547 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 264 rows starting from the beginning of the part
13287 2024.10.22 17:04:48.007592 [ 284 ] {} <Debug> HTTP-Session: d9ede45e-5df9-4cc1-a31d-cdc17778e879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13288 2024.10.22 17:04:48.007677 [ 284 ] {} <Debug> HTTP-Session: d9ede45e-5df9-4cc1-a31d-cdc17778e879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13289 2024.10.22 17:04:48.007854 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 76 rows starting from the beginning of the part
13290 2024.10.22 17:04:48.007867 [ 284 ] {} <Trace> HTTP-Session: d9ede45e-5df9-4cc1-a31d-cdc17778e879 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13291 2024.10.22 17:04:48.008034 [ 196 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 261 rows starting from the beginning of the part
13292 2024.10.22 17:04:48.008293 [ 284 ] {5508a1c7-aedd-4142-a35a-0603954f99a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34681) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13293 2024.10.22 17:04:48.008446 [ 284 ] {5508a1c7-aedd-4142-a35a-0603954f99a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13294 2024.10.22 17:04:48.009292 [ 284 ] {5508a1c7-aedd-4142-a35a-0603954f99a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13295 2024.10.22 17:04:48.010265 [ 284 ] {5508a1c7-aedd-4142-a35a-0603954f99a2} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13296 2024.10.22 17:04:48.010346 [ 284 ] {5508a1c7-aedd-4142-a35a-0603954f99a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13297 2024.10.22 17:04:48.011017 [ 284 ] {5508a1c7-aedd-4142-a35a-0603954f99a2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13298 2024.10.22 17:04:48.011873 [ 186 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3275 rows, containing 5 columns (5 merged, 0 gathered) in 0.005310632 sec., 616687.4300459907 rows/sec., 53.83 MiB/sec.
13299 2024.10.22 17:04:48.012012 [ 284 ] {5508a1c7-aedd-4142-a35a-0603954f99a2} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13300 2024.10.22 17:04:48.012265 [ 186 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
13301 2024.10.22 17:04:48.012274 [ 284 ] {5508a1c7-aedd-4142-a35a-0603954f99a2} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.00416 sec., 7211.538461538462 rows/sec., 542.27 KiB/sec.
13302 2024.10.22 17:04:48.012691 [ 284 ] {5508a1c7-aedd-4142-a35a-0603954f99a2} <Debug> DynamicQueryHandler: Done processing query
13303 2024.10.22 17:04:48.012761 [ 284 ] {5508a1c7-aedd-4142-a35a-0603954f99a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
13304 2024.10.22 17:04:48.012822 [ 284 ] {} <Debug> HTTP-Session: d9ede45e-5df9-4cc1-a31d-cdc17778e879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13305 2024.10.22 17:04:48.013068 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13306 2024.10.22 17:04:48.013190 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55829, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13307 2024.10.22 17:04:48.013298 [ 186 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_61_12} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13308 2024.10.22 17:04:48.013321 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13309 2024.10.22 17:04:48.013384 [ 280 ] {} <Debug> HTTP-Session: fb8a3443-6f40-4642-925f-36eb5f59dd50 Authenticating user 'default' from [fd00:1122:3344:101::d]:55829
13310 2024.10.22 17:04:48.013440 [ 280 ] {} <Debug> HTTP-Session: fb8a3443-6f40-4642-925f-36eb5f59dd50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13311 2024.10.22 17:04:48.013479 [ 280 ] {} <Debug> HTTP-Session: fb8a3443-6f40-4642-925f-36eb5f59dd50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13312 2024.10.22 17:04:48.013509 [ 186 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_61_12} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
13313 2024.10.22 17:04:48.013553 [ 280 ] {} <Trace> HTTP-Session: fb8a3443-6f40-4642-925f-36eb5f59dd50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13314 2024.10.22 17:04:48.013691 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
13315 2024.10.22 17:04:48.013790 [ 280 ] {4749861d-cd2d-4351-b226-0a467113c966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55829) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
13316 2024.10.22 17:04:48.013853 [ 280 ] {4749861d-cd2d-4351-b226-0a467113c966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13317 2024.10.22 17:04:48.014129 [ 280 ] {4749861d-cd2d-4351-b226-0a467113c966} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13318 2024.10.22 17:04:48.014477 [ 280 ] {4749861d-cd2d-4351-b226-0a467113c966} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13319 2024.10.22 17:04:48.014515 [ 280 ] {4749861d-cd2d-4351-b226-0a467113c966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13320 2024.10.22 17:04:48.014902 [ 280 ] {4749861d-cd2d-4351-b226-0a467113c966} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
13321 2024.10.22 17:04:48.015291 [ 280 ] {4749861d-cd2d-4351-b226-0a467113c966} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13322 2024.10.22 17:04:48.015424 [ 280 ] {4749861d-cd2d-4351-b226-0a467113c966} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001692 sec., 12411.347517730497 rows/sec., 857.09 KiB/sec.
13323 2024.10.22 17:04:48.015590 [ 280 ] {4749861d-cd2d-4351-b226-0a467113c966} <Debug> DynamicQueryHandler: Done processing query
13324 2024.10.22 17:04:48.015616 [ 280 ] {4749861d-cd2d-4351-b226-0a467113c966} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13325 2024.10.22 17:04:48.015632 [ 280 ] {} <Debug> HTTP-Session: fb8a3443-6f40-4642-925f-36eb5f59dd50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13326 2024.10.22 17:04:48.015781 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13327 2024.10.22 17:04:48.015860 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55442, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13328 2024.10.22 17:04:48.015926 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13329 2024.10.22 17:04:48.015951 [ 284 ] {} <Debug> HTTP-Session: a65a3d19-3126-4c71-82b0-c3d2b7b107c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55442
13330 2024.10.22 17:04:48.015968 [ 284 ] {} <Debug> HTTP-Session: a65a3d19-3126-4c71-82b0-c3d2b7b107c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13331 2024.10.22 17:04:48.015982 [ 284 ] {} <Debug> HTTP-Session: a65a3d19-3126-4c71-82b0-c3d2b7b107c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13332 2024.10.22 17:04:48.016021 [ 284 ] {} <Trace> HTTP-Session: a65a3d19-3126-4c71-82b0-c3d2b7b107c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13333 2024.10.22 17:04:48.016133 [ 284 ] {6d990b74-afec-475d-8165-56d44ff0ffc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55442) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
13334 2024.10.22 17:04:48.016181 [ 284 ] {6d990b74-afec-475d-8165-56d44ff0ffc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13335 2024.10.22 17:04:48.016445 [ 284 ] {6d990b74-afec-475d-8165-56d44ff0ffc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13336 2024.10.22 17:04:48.016790 [ 284 ] {6d990b74-afec-475d-8165-56d44ff0ffc0} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13337 2024.10.22 17:04:48.016828 [ 284 ] {6d990b74-afec-475d-8165-56d44ff0ffc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13338 2024.10.22 17:04:48.017201 [ 284 ] {6d990b74-afec-475d-8165-56d44ff0ffc0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
13339 2024.10.22 17:04:48.017592 [ 284 ] {6d990b74-afec-475d-8165-56d44ff0ffc0} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13340 2024.10.22 17:04:48.017761 [ 100 ] {} <Debug> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
13341 2024.10.22 17:04:48.017777 [ 284 ] {6d990b74-afec-475d-8165-56d44ff0ffc0} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001666 sec., 7202.881152460985 rows/sec., 443.15 KiB/sec.
13342 2024.10.22 17:04:48.017818 [ 100 ] {} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13343 2024.10.22 17:04:48.017889 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13344 2024.10.22 17:04:48.018186 [ 199 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::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
13345 2024.10.22 17:04:48.018282 [ 284 ] {6d990b74-afec-475d-8165-56d44ff0ffc0} <Debug> DynamicQueryHandler: Done processing query
13346 2024.10.22 17:04:48.018377 [ 284 ] {6d990b74-afec-475d-8165-56d44ff0ffc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13347 2024.10.22 17:04:48.018458 [ 284 ] {} <Debug> HTTP-Session: a65a3d19-3126-4c71-82b0-c3d2b7b107c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13348 2024.10.22 17:04:48.018621 [ 199 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13349 2024.10.22 17:04:48.018662 [ 199 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 12 rows starting from the beginning of the part
13350 2024.10.22 17:04:48.018834 [ 199 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part
13351 2024.10.22 17:04:48.018911 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13352 2024.10.22 17:04:48.019159 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41893, User-Agent: (none), Length: 66853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13353 2024.10.22 17:04:48.019262 [ 199 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part
13354 2024.10.22 17:04:48.019368 [ 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):
13355 
13356 (version 23.8.7.1)
13357 2024.10.22 17:04:48.019441 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13358 2024.10.22 17:04:48.019612 [ 280 ] {} <Debug> HTTP-Session: 8daa5f69-fb6a-4d4f-a43a-85ddf1e8877e Authenticating user 'default' from [fd00:1122:3344:101::d]:41893
13359 2024.10.22 17:04:48.019630 [ 199 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part
13360 2024.10.22 17:04:48.019683 [ 280 ] {} <Debug> HTTP-Session: 8daa5f69-fb6a-4d4f-a43a-85ddf1e8877e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13361 2024.10.22 17:04:48.019750 [ 280 ] {} <Debug> HTTP-Session: 8daa5f69-fb6a-4d4f-a43a-85ddf1e8877e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13362 2024.10.22 17:04:48.019888 [ 280 ] {} <Trace> HTTP-Session: 8daa5f69-fb6a-4d4f-a43a-85ddf1e8877e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13363 2024.10.22 17:04:48.019960 [ 199 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part
13364 2024.10.22 17:04:48.020347 [ 280 ] {5d04860a-910a-407e-bcfb-e12453fa94b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13365 2024.10.22 17:04:48.020449 [ 280 ] {5d04860a-910a-407e-bcfb-e12453fa94b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13366 2024.10.22 17:04:48.021310 [ 280 ] {5d04860a-910a-407e-bcfb-e12453fa94b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13367 2024.10.22 17:04:48.022478 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004484573 sec., 13379.200204790957 rows/sec., 872.13 KiB/sec.
13368 2024.10.22 17:04:48.022657 [ 280 ] {5d04860a-910a-407e-bcfb-e12453fa94b1} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13369 2024.10.22 17:04:48.022674 [ 191 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
13370 2024.10.22 17:04:48.022730 [ 280 ] {5d04860a-910a-407e-bcfb-e12453fa94b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13371 2024.10.22 17:04:48.023700 [ 280 ] {5d04860a-910a-407e-bcfb-e12453fa94b1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
13372 2024.10.22 17:04:48.023750 [ 199 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_25_6} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13373 2024.10.22 17:04:48.023897 [ 199 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_25_6} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
13374 2024.10.22 17:04:48.024154 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13375 2024.10.22 17:04:48.024415 [ 280 ] {5d04860a-910a-407e-bcfb-e12453fa94b1} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13376 2024.10.22 17:04:48.024560 [ 100 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
13377 2024.10.22 17:04:48.024565 [ 280 ] {5d04860a-910a-407e-bcfb-e12453fa94b1} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.004438 sec., 92834.61018476791 rows/sec., 6.62 MiB/sec.
13378 2024.10.22 17:04:48.024591 [ 100 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13379 2024.10.22 17:04:48.024632 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13380 2024.10.22 17:04:48.024855 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
13381 2024.10.22 17:04:48.024918 [ 280 ] {5d04860a-910a-407e-bcfb-e12453fa94b1} <Debug> DynamicQueryHandler: Done processing query
13382 2024.10.22 17:04:48.024964 [ 280 ] {5d04860a-910a-407e-bcfb-e12453fa94b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
13383 2024.10.22 17:04:48.025014 [ 280 ] {} <Debug> HTTP-Session: 8daa5f69-fb6a-4d4f-a43a-85ddf1e8877e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13384 2024.10.22 17:04:48.025098 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13385 2024.10.22 17:04:48.025138 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part
13386 2024.10.22 17:04:48.025303 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 532 rows starting from the beginning of the part
13387 2024.10.22 17:04:48.025335 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13388 2024.10.22 17:04:48.025466 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32799, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13389 2024.10.22 17:04:48.025796 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part
13390 2024.10.22 17:04:48.025806 [ 280 ] {} <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):
13391 
13392 (version 23.8.7.1)
13393 2024.10.22 17:04:48.025840 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13394 2024.10.22 17:04:48.025979 [ 284 ] {} <Debug> HTTP-Session: cbf4560b-eb1d-467f-a5d3-77ebf50ae0fa Authenticating user 'default' from [fd00:1122:3344:101::d]:32799
13395 2024.10.22 17:04:48.026088 [ 284 ] {} <Debug> HTTP-Session: cbf4560b-eb1d-467f-a5d3-77ebf50ae0fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13396 2024.10.22 17:04:48.026166 [ 284 ] {} <Debug> HTTP-Session: cbf4560b-eb1d-467f-a5d3-77ebf50ae0fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13397 2024.10.22 17:04:48.026167 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 418 rows starting from the beginning of the part
13398 2024.10.22 17:04:48.026287 [ 284 ] {} <Trace> HTTP-Session: cbf4560b-eb1d-467f-a5d3-77ebf50ae0fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13399 2024.10.22 17:04:48.026429 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 74 rows starting from the beginning of the part
13400 2024.10.22 17:04:48.026748 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 412 rows starting from the beginning of the part
13401 2024.10.22 17:04:48.026773 [ 284 ] {732bd5a7-4ea9-4af0-b078-5b5ebdbab75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32799) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
13402 2024.10.22 17:04:48.027006 [ 284 ] {732bd5a7-4ea9-4af0-b078-5b5ebdbab75f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13403 2024.10.22 17:04:48.027678 [ 284 ] {732bd5a7-4ea9-4af0-b078-5b5ebdbab75f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13404 2024.10.22 17:04:48.028306 [ 284 ] {732bd5a7-4ea9-4af0-b078-5b5ebdbab75f} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13405 2024.10.22 17:04:48.028364 [ 284 ] {732bd5a7-4ea9-4af0-b078-5b5ebdbab75f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13406 2024.10.22 17:04:48.029344 [ 284 ] {732bd5a7-4ea9-4af0-b078-5b5ebdbab75f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
13407 2024.10.22 17:04:48.029953 [ 284 ] {732bd5a7-4ea9-4af0-b078-5b5ebdbab75f} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13408 2024.10.22 17:04:48.030194 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2380 rows, containing 5 columns (5 merged, 0 gathered) in 0.005454505 sec., 436336.56949622376 rows/sec., 33.43 MiB/sec.
13409 2024.10.22 17:04:48.030369 [ 284 ] {732bd5a7-4ea9-4af0-b078-5b5ebdbab75f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003809 sec., 1575.2165922814388 rows/sec., 82.30 KiB/sec.
13410 2024.10.22 17:04:48.030590 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
13411 2024.10.22 17:04:48.031068 [ 284 ] {732bd5a7-4ea9-4af0-b078-5b5ebdbab75f} <Debug> DynamicQueryHandler: Done processing query
13412 2024.10.22 17:04:48.031149 [ 284 ] {732bd5a7-4ea9-4af0-b078-5b5ebdbab75f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
13413 2024.10.22 17:04:48.031224 [ 284 ] {} <Debug> HTTP-Session: cbf4560b-eb1d-467f-a5d3-77ebf50ae0fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13414 2024.10.22 17:04:48.031507 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13415 2024.10.22 17:04:48.031603 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_61_12} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13416 2024.10.22 17:04:48.031641 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46350, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13417 2024.10.22 17:04:48.031702 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13418 2024.10.22 17:04:48.031707 [ 188 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_61_12} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
13419 2024.10.22 17:04:48.031728 [ 280 ] {} <Debug> HTTP-Session: 00b78e01-7a14-40ab-bbd2-fbac2d899524 Authenticating user 'default' from [fd00:1122:3344:101::d]:46350
13420 2024.10.22 17:04:48.031747 [ 280 ] {} <Debug> HTTP-Session: 00b78e01-7a14-40ab-bbd2-fbac2d899524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13421 2024.10.22 17:04:48.031776 [ 280 ] {} <Debug> HTTP-Session: 00b78e01-7a14-40ab-bbd2-fbac2d899524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13422 2024.10.22 17:04:48.031814 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB.
13423 2024.10.22 17:04:48.031838 [ 280 ] {} <Trace> HTTP-Session: 00b78e01-7a14-40ab-bbd2-fbac2d899524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13424 2024.10.22 17:04:48.032076 [ 280 ] {994f9b8a-7f41-4336-a954-c336772c2ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13425 2024.10.22 17:04:48.032151 [ 280 ] {994f9b8a-7f41-4336-a954-c336772c2ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13426 2024.10.22 17:04:48.032312 [ 280 ] {994f9b8a-7f41-4336-a954-c336772c2ec9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13427 2024.10.22 17:04:48.032738 [ 280 ] {994f9b8a-7f41-4336-a954-c336772c2ec9} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13428 2024.10.22 17:04:48.032774 [ 280 ] {994f9b8a-7f41-4336-a954-c336772c2ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13429 2024.10.22 17:04:48.033203 [ 280 ] {994f9b8a-7f41-4336-a954-c336772c2ec9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
13430 2024.10.22 17:04:48.033592 [ 280 ] {994f9b8a-7f41-4336-a954-c336772c2ec9} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13431 2024.10.22 17:04:48.033745 [ 280 ] {994f9b8a-7f41-4336-a954-c336772c2ec9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001802 sec., 131520.53274139843 rows/sec., 8.82 MiB/sec.
13432 2024.10.22 17:04:48.033768 [ 99 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
13433 2024.10.22 17:04:48.033847 [ 99 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13434 2024.10.22 17:04:48.033900 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13435 2024.10.22 17:04:48.034020 [ 280 ] {994f9b8a-7f41-4336-a954-c336772c2ec9} <Debug> DynamicQueryHandler: Done processing query
13436 2024.10.22 17:04:48.034030 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
13437 2024.10.22 17:04:48.034055 [ 280 ] {994f9b8a-7f41-4336-a954-c336772c2ec9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
13438 2024.10.22 17:04:48.034077 [ 280 ] {} <Debug> HTTP-Session: 00b78e01-7a14-40ab-bbd2-fbac2d899524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13439 2024.10.22 17:04:48.034171 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13440 2024.10.22 17:04:48.034207 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16705 rows starting from the beginning of the part
13441 2024.10.22 17:04:48.034300 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32799, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13442 2024.10.22 17:04:48.034347 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46350, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13443 2024.10.22 17:04:48.034592 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13444 2024.10.22 17:04:48.034620 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 997 rows starting from the beginning of the part
13445 2024.10.22 17:04:48.034705 [ 280 ] {} <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):
13446 
13447 (version 23.8.7.1)
13448 2024.10.22 17:04:48.034729 [ 284 ] {} <Debug> HTTP-Session: d22131cb-fb07-4371-9284-ecda5e83f99e Authenticating user 'default' from [fd00:1122:3344:101::d]:32799
13449 2024.10.22 17:04:48.034845 [ 284 ] {} <Debug> HTTP-Session: d22131cb-fb07-4371-9284-ecda5e83f99e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13450 2024.10.22 17:04:48.034926 [ 284 ] {} <Debug> HTTP-Session: d22131cb-fb07-4371-9284-ecda5e83f99e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13451 2024.10.22 17:04:48.034959 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 11 rows starting from the beginning of the part
13452 2024.10.22 17:04:48.035053 [ 284 ] {} <Trace> HTTP-Session: d22131cb-fb07-4371-9284-ecda5e83f99e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13453 2024.10.22 17:04:48.035161 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 240 rows starting from the beginning of the part
13454 2024.10.22 17:04:48.035439 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
13455 2024.10.22 17:04:48.035533 [ 284 ] {bb028f2f-4bdc-48fb-bd63-e12464c27ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32799) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
13456 2024.10.22 17:04:48.035650 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
13457 2024.10.22 17:04:48.035727 [ 284 ] {bb028f2f-4bdc-48fb-bd63-e12464c27ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13458 2024.10.22 17:04:48.036492 [ 284 ] {bb028f2f-4bdc-48fb-bd63-e12464c27ba4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13459 2024.10.22 17:04:48.037045 [ 284 ] {bb028f2f-4bdc-48fb-bd63-e12464c27ba4} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13460 2024.10.22 17:04:48.037091 [ 284 ] {bb028f2f-4bdc-48fb-bd63-e12464c27ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13461 2024.10.22 17:04:48.037553 [ 284 ] {bb028f2f-4bdc-48fb-bd63-e12464c27ba4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
13462 2024.10.22 17:04:48.038371 [ 284 ] {bb028f2f-4bdc-48fb-bd63-e12464c27ba4} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13463 2024.10.22 17:04:48.038719 [ 99 ] {} <Debug> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
13464 2024.10.22 17:04:48.038785 [ 284 ] {bb028f2f-4bdc-48fb-bd63-e12464c27ba4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003383 sec., 295.59562518474723 rows/sec., 19.92 KiB/sec.
13465 2024.10.22 17:04:48.038809 [ 99 ] {} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13466 2024.10.22 17:04:48.038903 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13467 2024.10.22 17:04:48.039306 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
13468 2024.10.22 17:04:48.039433 [ 284 ] {bb028f2f-4bdc-48fb-bd63-e12464c27ba4} <Debug> DynamicQueryHandler: Done processing query
13469 2024.10.22 17:04:48.039520 [ 284 ] {bb028f2f-4bdc-48fb-bd63-e12464c27ba4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
13470 2024.10.22 17:04:48.039582 [ 284 ] {} <Debug> HTTP-Session: d22131cb-fb07-4371-9284-ecda5e83f99e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13471 2024.10.22 17:04:48.039614 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13472 2024.10.22 17:04:48.039664 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part
13473 2024.10.22 17:04:48.039723 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
13474 2024.10.22 17:04:48.040031 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13475 2024.10.22 17:04:48.040243 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
13476 2024.10.22 17:04:48.040254 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63445, User-Agent: (none), Length: 50313, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13477 2024.10.22 17:04:48.040589 [ 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):
13478 
13479 (version 23.8.7.1)
13480 2024.10.22 17:04:48.040619 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13481 2024.10.22 17:04:48.040765 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
13482 2024.10.22 17:04:48.040809 [ 280 ] {} <Debug> HTTP-Session: 0b8a1fd5-7019-4289-8721-605812b3afac Authenticating user 'default' from [fd00:1122:3344:101::d]:63445
13483 2024.10.22 17:04:48.040903 [ 280 ] {} <Debug> HTTP-Session: 0b8a1fd5-7019-4289-8721-605812b3afac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13484 2024.10.22 17:04:48.041001 [ 280 ] {} <Debug> HTTP-Session: 0b8a1fd5-7019-4289-8721-605812b3afac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13485 2024.10.22 17:04:48.041035 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
13486 2024.10.22 17:04:48.041103 [ 280 ] {} <Trace> HTTP-Session: 0b8a1fd5-7019-4289-8721-605812b3afac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13487 2024.10.22 17:04:48.041208 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
13488 2024.10.22 17:04:48.041737 [ 280 ] {7ac2690f-9073-4b96-8b4b-7b9e2b73d79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63445) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13489 2024.10.22 17:04:48.041864 [ 280 ] {7ac2690f-9073-4b96-8b4b-7b9e2b73d79e} <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
13490 2024.10.22 17:04:48.043243 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.004185267 sec., 5973.33455667225 rows/sec., 402.50 KiB/sec.
13491 2024.10.22 17:04:48.043389 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
13492 2024.10.22 17:04:48.043588 [ 280 ] {7ac2690f-9073-4b96-8b4b-7b9e2b73d79e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13493 2024.10.22 17:04:48.044179 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13494 2024.10.22 17:04:48.044382 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_25_5} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
13495 2024.10.22 17:04:48.044395 [ 193 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18350 rows, containing 5 columns (5 merged, 0 gathered) in 0.010407889 sec., 1763085.6747223188 rows/sec., 119.01 MiB/sec.
13496 2024.10.22 17:04:48.044583 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
13497 2024.10.22 17:04:48.044869 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
13498 2024.10.22 17:04:48.045250 [ 280 ] {7ac2690f-9073-4b96-8b4b-7b9e2b73d79e} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13499 2024.10.22 17:04:48.045323 [ 280 ] {7ac2690f-9073-4b96-8b4b-7b9e2b73d79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13500 2024.10.22 17:04:48.046309 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13501 2024.10.22 17:04:48.046517 [ 189 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
13502 2024.10.22 17:04:48.046712 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.14 MiB.
13503 2024.10.22 17:04:48.047039 [ 280 ] {7ac2690f-9073-4b96-8b4b-7b9e2b73d79e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13504 2024.10.22 17:04:48.047498 [ 280 ] {7ac2690f-9073-4b96-8b4b-7b9e2b73d79e} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13505 2024.10.22 17:04:48.047715 [ 280 ] {7ac2690f-9073-4b96-8b4b-7b9e2b73d79e} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00639 sec., 4694.835680751174 rows/sec., 8.41 MiB/sec.
13506 2024.10.22 17:04:48.047959 [ 280 ] {7ac2690f-9073-4b96-8b4b-7b9e2b73d79e} <Debug> DynamicQueryHandler: Done processing query
13507 2024.10.22 17:04:48.047986 [ 280 ] {7ac2690f-9073-4b96-8b4b-7b9e2b73d79e} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
13508 2024.10.22 17:04:48.048002 [ 280 ] {} <Debug> HTTP-Session: 0b8a1fd5-7019-4289-8721-605812b3afac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13509 2024.10.22 17:04:48.048195 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13510 2024.10.22 17:04:48.048266 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36879, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13511 2024.10.22 17:04:48.048342 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13512 2024.10.22 17:04:48.048363 [ 284 ] {} <Debug> HTTP-Session: 505ac6fb-28b5-4630-9c5c-6844eaf03597 Authenticating user 'default' from [fd00:1122:3344:101::d]:36879
13513 2024.10.22 17:04:48.048381 [ 284 ] {} <Debug> HTTP-Session: 505ac6fb-28b5-4630-9c5c-6844eaf03597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13514 2024.10.22 17:04:48.048395 [ 284 ] {} <Debug> HTTP-Session: 505ac6fb-28b5-4630-9c5c-6844eaf03597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13515 2024.10.22 17:04:48.048434 [ 284 ] {} <Trace> HTTP-Session: 505ac6fb-28b5-4630-9c5c-6844eaf03597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13516 2024.10.22 17:04:48.048591 [ 284 ] {8252f80f-b9d3-4fbd-a40e-0fdca06ffbe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36879) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13517 2024.10.22 17:04:48.048641 [ 284 ] {8252f80f-b9d3-4fbd-a40e-0fdca06ffbe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13518 2024.10.22 17:04:48.048803 [ 284 ] {8252f80f-b9d3-4fbd-a40e-0fdca06ffbe2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13519 2024.10.22 17:04:48.049181 [ 284 ] {8252f80f-b9d3-4fbd-a40e-0fdca06ffbe2} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13520 2024.10.22 17:04:48.049217 [ 284 ] {8252f80f-b9d3-4fbd-a40e-0fdca06ffbe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13521 2024.10.22 17:04:48.049624 [ 284 ] {8252f80f-b9d3-4fbd-a40e-0fdca06ffbe2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
13522 2024.10.22 17:04:48.049959 [ 284 ] {8252f80f-b9d3-4fbd-a40e-0fdca06ffbe2} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13523 2024.10.22 17:04:48.050119 [ 99 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
13524 2024.10.22 17:04:48.050121 [ 284 ] {8252f80f-b9d3-4fbd-a40e-0fdca06ffbe2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001592 sec., 51507.53768844221 rows/sec., 3.27 MiB/sec.
13525 2024.10.22 17:04:48.050173 [ 99 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13526 2024.10.22 17:04:48.050242 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13527 2024.10.22 17:04:48.050418 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
13528 2024.10.22 17:04:48.050445 [ 284 ] {8252f80f-b9d3-4fbd-a40e-0fdca06ffbe2} <Debug> DynamicQueryHandler: Done processing query
13529 2024.10.22 17:04:48.050477 [ 284 ] {8252f80f-b9d3-4fbd-a40e-0fdca06ffbe2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13530 2024.10.22 17:04:48.050502 [ 284 ] {} <Debug> HTTP-Session: 505ac6fb-28b5-4630-9c5c-6844eaf03597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13531 2024.10.22 17:04:48.050592 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13532 2024.10.22 17:04:48.050630 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3316 rows starting from the beginning of the part
13533 2024.10.22 17:04:48.050754 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
13534 2024.10.22 17:04:48.050952 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13535 2024.10.22 17:04:48.051050 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part
13536 2024.10.22 17:04:48.051252 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part
13537 2024.10.22 17:04:48.051389 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
13538 2024.10.22 17:04:48.051581 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
13539 2024.10.22 17:04:48.053209 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3600 rows, containing 4 columns (4 merged, 0 gathered) in 0.002862556 sec., 1257617.3182288834 rows/sec., 81.94 MiB/sec.
13540 2024.10.22 17:04:48.053434 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
13541 2024.10.22 17:04:48.053793 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_61_12} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13542 2024.10.22 17:04:48.053871 [ 193 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_61_12} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
13543 2024.10.22 17:04:48.053939 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
13544 2024.10.22 17:04:51.226401 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13545 2024.10.22 17:04:52.988923 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58607, User-Agent: (none), Length: 11228, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13546 2024.10.22 17:04:52.989058 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13547 2024.10.22 17:04:52.989088 [ 284 ] {} <Debug> HTTP-Session: e4a0b47c-6129-4d78-adfc-fa9fd1f6965e Authenticating user 'default' from [fd00:1122:3344:101::d]:58607
13548 2024.10.22 17:04:52.989117 [ 284 ] {} <Debug> HTTP-Session: e4a0b47c-6129-4d78-adfc-fa9fd1f6965e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13549 2024.10.22 17:04:52.989135 [ 284 ] {} <Debug> HTTP-Session: e4a0b47c-6129-4d78-adfc-fa9fd1f6965e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13550 2024.10.22 17:04:52.989193 [ 284 ] {} <Trace> HTTP-Session: e4a0b47c-6129-4d78-adfc-fa9fd1f6965e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13551 2024.10.22 17:04:52.989436 [ 284 ] {66f59c14-e825-49f9-8355-63abc8d2eb80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58607) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13552 2024.10.22 17:04:52.989513 [ 284 ] {66f59c14-e825-49f9-8355-63abc8d2eb80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13553 2024.10.22 17:04:52.989900 [ 284 ] {66f59c14-e825-49f9-8355-63abc8d2eb80} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13554 2024.10.22 17:04:52.990411 [ 284 ] {66f59c14-e825-49f9-8355-63abc8d2eb80} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13555 2024.10.22 17:04:52.990453 [ 284 ] {66f59c14-e825-49f9-8355-63abc8d2eb80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13556 2024.10.22 17:04:52.990876 [ 284 ] {66f59c14-e825-49f9-8355-63abc8d2eb80} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
13557 2024.10.22 17:04:52.991271 [ 284 ] {66f59c14-e825-49f9-8355-63abc8d2eb80} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13558 2024.10.22 17:04:52.991448 [ 284 ] {66f59c14-e825-49f9-8355-63abc8d2eb80} <Debug> executeQuery: Read 78 rows, 6.47 KiB in 0.002094 sec., 37249.28366762178 rows/sec., 3.02 MiB/sec.
13559 2024.10.22 17:04:52.991655 [ 284 ] {66f59c14-e825-49f9-8355-63abc8d2eb80} <Debug> DynamicQueryHandler: Done processing query
13560 2024.10.22 17:04:52.991682 [ 284 ] {66f59c14-e825-49f9-8355-63abc8d2eb80} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13561 2024.10.22 17:04:52.991699 [ 284 ] {} <Debug> HTTP-Session: e4a0b47c-6129-4d78-adfc-fa9fd1f6965e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13562 2024.10.22 17:04:52.991869 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13563 2024.10.22 17:04:52.992015 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49908, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13564 2024.10.22 17:04:52.992140 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13565 2024.10.22 17:04:52.992168 [ 280 ] {} <Debug> HTTP-Session: d669c3fe-f1b8-4619-b8a4-bc8f701bc5fd Authenticating user 'default' from [fd00:1122:3344:101::d]:49908
13566 2024.10.22 17:04:52.992193 [ 280 ] {} <Debug> HTTP-Session: d669c3fe-f1b8-4619-b8a4-bc8f701bc5fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13567 2024.10.22 17:04:52.992209 [ 280 ] {} <Debug> HTTP-Session: d669c3fe-f1b8-4619-b8a4-bc8f701bc5fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13568 2024.10.22 17:04:52.992265 [ 280 ] {} <Trace> HTTP-Session: d669c3fe-f1b8-4619-b8a4-bc8f701bc5fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13569 2024.10.22 17:04:52.992451 [ 280 ] {dc91cb08-abdc-49d2-830b-fe8962e7e345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49908) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13570 2024.10.22 17:04:52.992519 [ 280 ] {dc91cb08-abdc-49d2-830b-fe8962e7e345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13571 2024.10.22 17:04:52.992881 [ 280 ] {dc91cb08-abdc-49d2-830b-fe8962e7e345} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13572 2024.10.22 17:04:52.993301 [ 280 ] {dc91cb08-abdc-49d2-830b-fe8962e7e345} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13573 2024.10.22 17:04:52.993343 [ 280 ] {dc91cb08-abdc-49d2-830b-fe8962e7e345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13574 2024.10.22 17:04:52.993792 [ 280 ] {dc91cb08-abdc-49d2-830b-fe8962e7e345} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13575 2024.10.22 17:04:52.994202 [ 280 ] {dc91cb08-abdc-49d2-830b-fe8962e7e345} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13576 2024.10.22 17:04:52.994363 [ 280 ] {dc91cb08-abdc-49d2-830b-fe8962e7e345} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.00197 sec., 5583.756345177665 rows/sec., 419.87 KiB/sec.
13577 2024.10.22 17:04:52.994699 [ 280 ] {dc91cb08-abdc-49d2-830b-fe8962e7e345} <Debug> DynamicQueryHandler: Done processing query
13578 2024.10.22 17:04:52.994758 [ 280 ] {dc91cb08-abdc-49d2-830b-fe8962e7e345} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13579 2024.10.22 17:04:52.994788 [ 280 ] {} <Debug> HTTP-Session: d669c3fe-f1b8-4619-b8a4-bc8f701bc5fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13580 2024.10.22 17:04:52.995019 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13581 2024.10.22 17:04:52.995099 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37739, User-Agent: (none), Length: 12744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13582 2024.10.22 17:04:52.995172 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13583 2024.10.22 17:04:52.995199 [ 284 ] {} <Debug> HTTP-Session: 7bfc0aba-86a1-4c13-a390-782f42315434 Authenticating user 'default' from [fd00:1122:3344:101::d]:37739
13584 2024.10.22 17:04:52.995221 [ 284 ] {} <Debug> HTTP-Session: 7bfc0aba-86a1-4c13-a390-782f42315434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13585 2024.10.22 17:04:52.995238 [ 284 ] {} <Debug> HTTP-Session: 7bfc0aba-86a1-4c13-a390-782f42315434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13586 2024.10.22 17:04:52.995283 [ 284 ] {} <Trace> HTTP-Session: 7bfc0aba-86a1-4c13-a390-782f42315434 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13587 2024.10.22 17:04:52.995438 [ 284 ] {edc25c59-86bc-40da-9ca1-6adaa2b9946e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37739) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13588 2024.10.22 17:04:52.995491 [ 284 ] {edc25c59-86bc-40da-9ca1-6adaa2b9946e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13589 2024.10.22 17:04:52.995787 [ 284 ] {edc25c59-86bc-40da-9ca1-6adaa2b9946e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13590 2024.10.22 17:04:52.996178 [ 284 ] {edc25c59-86bc-40da-9ca1-6adaa2b9946e} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13591 2024.10.22 17:04:52.996213 [ 284 ] {edc25c59-86bc-40da-9ca1-6adaa2b9946e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13592 2024.10.22 17:04:52.996581 [ 284 ] {edc25c59-86bc-40da-9ca1-6adaa2b9946e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
13593 2024.10.22 17:04:52.996942 [ 284 ] {edc25c59-86bc-40da-9ca1-6adaa2b9946e} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13594 2024.10.22 17:04:52.997102 [ 284 ] {edc25c59-86bc-40da-9ca1-6adaa2b9946e} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001719 sec., 43630.01745200698 rows/sec., 3.41 MiB/sec.
13595 2024.10.22 17:04:52.997304 [ 284 ] {edc25c59-86bc-40da-9ca1-6adaa2b9946e} <Debug> DynamicQueryHandler: Done processing query
13596 2024.10.22 17:04:52.997332 [ 284 ] {edc25c59-86bc-40da-9ca1-6adaa2b9946e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13597 2024.10.22 17:04:52.997349 [ 284 ] {} <Debug> HTTP-Session: 7bfc0aba-86a1-4c13-a390-782f42315434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13598 2024.10.22 17:04:52.997539 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37739, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13599 2024.10.22 17:04:52.997646 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35043, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13600 2024.10.22 17:04:52.997729 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13601 2024.10.22 17:04:52.997755 [ 280 ] {} <Debug> HTTP-Session: 9dac4089-1464-441e-9e60-7401c8490a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:35043
13602 2024.10.22 17:04:52.997778 [ 280 ] {} <Debug> HTTP-Session: 9dac4089-1464-441e-9e60-7401c8490a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13603 2024.10.22 17:04:52.997796 [ 280 ] {} <Debug> HTTP-Session: 9dac4089-1464-441e-9e60-7401c8490a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13604 2024.10.22 17:04:52.997848 [ 280 ] {} <Trace> HTTP-Session: 9dac4089-1464-441e-9e60-7401c8490a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13605 2024.10.22 17:04:52.998071 [ 280 ] {642140e5-45a2-4c27-aae6-196f174c3275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35043) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13606 2024.10.22 17:04:52.998129 [ 280 ] {642140e5-45a2-4c27-aae6-196f174c3275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13607 2024.10.22 17:04:52.998321 [ 280 ] {642140e5-45a2-4c27-aae6-196f174c3275} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13608 2024.10.22 17:04:52.998740 [ 280 ] {642140e5-45a2-4c27-aae6-196f174c3275} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13609 2024.10.22 17:04:52.998776 [ 280 ] {642140e5-45a2-4c27-aae6-196f174c3275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13610 2024.10.22 17:04:52.999188 [ 280 ] {642140e5-45a2-4c27-aae6-196f174c3275} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
13611 2024.10.22 17:04:52.999543 [ 280 ] {642140e5-45a2-4c27-aae6-196f174c3275} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13612 2024.10.22 17:04:52.999675 [ 280 ] {642140e5-45a2-4c27-aae6-196f174c3275} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec.
13613 2024.10.22 17:04:52.999857 [ 280 ] {642140e5-45a2-4c27-aae6-196f174c3275} <Debug> DynamicQueryHandler: Done processing query
13614 2024.10.22 17:04:52.999882 [ 280 ] {642140e5-45a2-4c27-aae6-196f174c3275} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
13615 2024.10.22 17:04:52.999899 [ 280 ] {} <Debug> HTTP-Session: 9dac4089-1464-441e-9e60-7401c8490a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13616 2024.10.22 17:04:53.000075 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13617 2024.10.22 17:04:53.000128 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37739, User-Agent: (none), Length: 18121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13618 2024.10.22 17:04:53.000161 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.19 MiB, peak 186.65 MiB, free memory in arenas 0.00 B, will set to 176.82 MiB (RSS), difference: -2.37 MiB
13619 2024.10.22 17:04:53.000277 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13620 2024.10.22 17:04:53.000328 [ 284 ] {} <Debug> HTTP-Session: 81d03382-2e54-41b3-a8cf-092d245d10da Authenticating user 'default' from [fd00:1122:3344:101::d]:37739
13621 2024.10.22 17:04:53.000375 [ 284 ] {} <Debug> HTTP-Session: 81d03382-2e54-41b3-a8cf-092d245d10da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13622 2024.10.22 17:04:53.000418 [ 284 ] {} <Debug> HTTP-Session: 81d03382-2e54-41b3-a8cf-092d245d10da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13623 2024.10.22 17:04:53.000487 [ 284 ] {} <Trace> HTTP-Session: 81d03382-2e54-41b3-a8cf-092d245d10da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13624 2024.10.22 17:04:53.000849 [ 284 ] {c4edd940-7338-41ba-a6a4-2e4efb8af50c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37739) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13625 2024.10.22 17:04:53.001105 [ 284 ] {c4edd940-7338-41ba-a6a4-2e4efb8af50c} <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
13626 2024.10.22 17:04:53.001883 [ 284 ] {c4edd940-7338-41ba-a6a4-2e4efb8af50c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13627 2024.10.22 17:04:53.002434 [ 284 ] {c4edd940-7338-41ba-a6a4-2e4efb8af50c} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13628 2024.10.22 17:04:53.002473 [ 284 ] {c4edd940-7338-41ba-a6a4-2e4efb8af50c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13629 2024.10.22 17:04:53.003105 [ 284 ] {c4edd940-7338-41ba-a6a4-2e4efb8af50c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13630 2024.10.22 17:04:53.003538 [ 284 ] {c4edd940-7338-41ba-a6a4-2e4efb8af50c} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13631 2024.10.22 17:04:53.003718 [ 284 ] {c4edd940-7338-41ba-a6a4-2e4efb8af50c} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.003078 sec., 3573.7491877842754 rows/sec., 6.40 MiB/sec.
13632 2024.10.22 17:04:53.003733 [ 90 ] {} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
13633 2024.10.22 17:04:53.003858 [ 90 ] {} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13634 2024.10.22 17:04:53.003925 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13635 2024.10.22 17:04:53.004107 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
13636 2024.10.22 17:04:53.004134 [ 284 ] {c4edd940-7338-41ba-a6a4-2e4efb8af50c} <Debug> DynamicQueryHandler: Done processing query
13637 2024.10.22 17:04:53.004165 [ 284 ] {c4edd940-7338-41ba-a6a4-2e4efb8af50c} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB.
13638 2024.10.22 17:04:53.004185 [ 284 ] {} <Debug> HTTP-Session: 81d03382-2e54-41b3-a8cf-092d245d10da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13639 2024.10.22 17:04:53.004390 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37739, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13640 2024.10.22 17:04:53.004549 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57821, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13641 2024.10.22 17:04:53.004674 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13642 2024.10.22 17:04:53.004680 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13643 2024.10.22 17:04:53.004765 [ 280 ] {} <Debug> HTTP-Session: fca70f11-0e88-4cea-a7b9-a9d68fa10ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57821
13644 2024.10.22 17:04:53.004829 [ 280 ] {} <Debug> HTTP-Session: fca70f11-0e88-4cea-a7b9-a9d68fa10ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13645 2024.10.22 17:04:53.004841 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 803 rows starting from the beginning of the part
13646 2024.10.22 17:04:53.004855 [ 280 ] {} <Debug> HTTP-Session: fca70f11-0e88-4cea-a7b9-a9d68fa10ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13647 2024.10.22 17:04:53.004953 [ 280 ] {} <Trace> HTTP-Session: fca70f11-0e88-4cea-a7b9-a9d68fa10ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13648 2024.10.22 17:04:53.005365 [ 280 ] {3fd12fbf-6766-4efc-a19c-7cdc1ad9edeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13649 2024.10.22 17:04:53.005438 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 10 rows starting from the beginning of the part
13650 2024.10.22 17:04:53.005468 [ 280 ] {3fd12fbf-6766-4efc-a19c-7cdc1ad9edeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13651 2024.10.22 17:04:53.006339 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 30 rows starting from the beginning of the part
13652 2024.10.22 17:04:53.006396 [ 280 ] {3fd12fbf-6766-4efc-a19c-7cdc1ad9edeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13653 2024.10.22 17:04:53.006882 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 10 rows starting from the beginning of the part
13654 2024.10.22 17:04:53.007632 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part
13655 2024.10.22 17:04:53.007649 [ 280 ] {3fd12fbf-6766-4efc-a19c-7cdc1ad9edeb} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13656 2024.10.22 17:04:53.007723 [ 280 ] {3fd12fbf-6766-4efc-a19c-7cdc1ad9edeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13657 2024.10.22 17:04:53.008225 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 11 rows starting from the beginning of the part
13658 2024.10.22 17:04:53.009279 [ 280 ] {3fd12fbf-6766-4efc-a19c-7cdc1ad9edeb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
13659 2024.10.22 17:04:53.010144 [ 280 ] {3fd12fbf-6766-4efc-a19c-7cdc1ad9edeb} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13660 2024.10.22 17:04:53.010509 [ 280 ] {3fd12fbf-6766-4efc-a19c-7cdc1ad9edeb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005344 sec., 11227.54491017964 rows/sec., 774.82 KiB/sec.
13661 2024.10.22 17:04:53.010832 [ 280 ] {3fd12fbf-6766-4efc-a19c-7cdc1ad9edeb} <Debug> DynamicQueryHandler: Done processing query
13662 2024.10.22 17:04:53.010913 [ 280 ] {3fd12fbf-6766-4efc-a19c-7cdc1ad9edeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
13663 2024.10.22 17:04:53.011003 [ 280 ] {} <Debug> HTTP-Session: fca70f11-0e88-4cea-a7b9-a9d68fa10ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13664 2024.10.22 17:04:53.011390 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57821, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13665 2024.10.22 17:04:53.014268 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 894 rows, containing 19 columns (19 merged, 0 gathered) in 0.010221014 sec., 87466.85994168484 rows/sec., 156.74 MiB/sec.
13666 2024.10.22 17:04:53.015727 [ 195 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
13667 2024.10.22 17:04:53.016438 [ 195 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13668 2024.10.22 17:04:53.016544 [ 195 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
13669 2024.10.22 17:04:53.016719 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB.
13670 2024.10.22 17:04:53.706253 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40789, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13671 2024.10.22 17:04:53.804798 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13672 2024.10.22 17:04:53.849176 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13673 2024.10.22 17:04:53.946249 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13674 2024.10.22 17:04:53.955823 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13675 2024.10.22 17:04:53.985155 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58633, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13676 2024.10.22 17:04:54.000161 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.14 MiB, peak 186.65 MiB, free memory in arenas 0.00 B, will set to 177.69 MiB (RSS), difference: 1.55 MiB
13677 2024.10.22 17:04:54.030762 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55670, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13678 2024.10.22 17:04:57.385073 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1188
13679 2024.10.22 17:04:57.387980 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13680 2024.10.22 17:04:57.388030 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13681 2024.10.22 17:04:57.389591 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
13682 2024.10.22 17:04:57.390580 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13683 2024.10.22 17:04:57.391379 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1188
13684 2024.10.22 17:04:57.995588 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49464, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13685 2024.10.22 17:04:57.995697 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13686 2024.10.22 17:04:57.995721 [ 265 ] {} <Debug> HTTP-Session: f136bd76-c12c-46d3-a0b9-f677ef412c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:49464
13687 2024.10.22 17:04:57.995744 [ 265 ] {} <Debug> HTTP-Session: f136bd76-c12c-46d3-a0b9-f677ef412c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13688 2024.10.22 17:04:57.995758 [ 265 ] {} <Debug> HTTP-Session: f136bd76-c12c-46d3-a0b9-f677ef412c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13689 2024.10.22 17:04:57.995807 [ 265 ] {} <Trace> HTTP-Session: f136bd76-c12c-46d3-a0b9-f677ef412c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13690 2024.10.22 17:04:57.995984 [ 265 ] {81266b9b-ee09-42f7-b881-e3b55f78194d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49464) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
13691 2024.10.22 17:04:57.996049 [ 265 ] {81266b9b-ee09-42f7-b881-e3b55f78194d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
13692 2024.10.22 17:04:57.996382 [ 265 ] {81266b9b-ee09-42f7-b881-e3b55f78194d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13693 2024.10.22 17:04:57.996892 [ 265 ] {81266b9b-ee09-42f7-b881-e3b55f78194d} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13694 2024.10.22 17:04:57.996947 [ 265 ] {81266b9b-ee09-42f7-b881-e3b55f78194d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13695 2024.10.22 17:04:57.997378 [ 265 ] {81266b9b-ee09-42f7-b881-e3b55f78194d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
13696 2024.10.22 17:04:57.997784 [ 265 ] {81266b9b-ee09-42f7-b881-e3b55f78194d} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13697 2024.10.22 17:04:57.997934 [ 265 ] {81266b9b-ee09-42f7-b881-e3b55f78194d} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002002 sec., 5994.005994005995 rows/sec., 418.53 KiB/sec.
13698 2024.10.22 17:04:57.998142 [ 265 ] {81266b9b-ee09-42f7-b881-e3b55f78194d} <Debug> DynamicQueryHandler: Done processing query
13699 2024.10.22 17:04:57.998169 [ 265 ] {81266b9b-ee09-42f7-b881-e3b55f78194d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13700 2024.10.22 17:04:57.998186 [ 265 ] {} <Debug> HTTP-Session: f136bd76-c12c-46d3-a0b9-f677ef412c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13701 2024.10.22 17:04:57.998384 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49464, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13702 2024.10.22 17:04:57.998474 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37798, User-Agent: (none), Length: 39219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13703 2024.10.22 17:04:57.998532 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13704 2024.10.22 17:04:57.998555 [ 270 ] {} <Debug> HTTP-Session: 9b7d12bb-7341-44b2-9fa7-9dc1318b0e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:37798
13705 2024.10.22 17:04:57.998571 [ 270 ] {} <Debug> HTTP-Session: 9b7d12bb-7341-44b2-9fa7-9dc1318b0e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13706 2024.10.22 17:04:57.998585 [ 270 ] {} <Debug> HTTP-Session: 9b7d12bb-7341-44b2-9fa7-9dc1318b0e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13707 2024.10.22 17:04:57.998617 [ 270 ] {} <Trace> HTTP-Session: 9b7d12bb-7341-44b2-9fa7-9dc1318b0e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13708 2024.10.22 17:04:57.998805 [ 270 ] {8f9fa5fa-d2ee-43ec-85e4-a404696c47f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13709 2024.10.22 17:04:57.998849 [ 270 ] {8f9fa5fa-d2ee-43ec-85e4-a404696c47f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13710 2024.10.22 17:04:57.999083 [ 270 ] {8f9fa5fa-d2ee-43ec-85e4-a404696c47f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13711 2024.10.22 17:04:57.999567 [ 270 ] {8f9fa5fa-d2ee-43ec-85e4-a404696c47f5} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13712 2024.10.22 17:04:57.999603 [ 270 ] {8f9fa5fa-d2ee-43ec-85e4-a404696c47f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13713 2024.10.22 17:04:57.999975 [ 270 ] {8f9fa5fa-d2ee-43ec-85e4-a404696c47f5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13714 2024.10.22 17:04:58.000179 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.16 MiB, peak 186.65 MiB, free memory in arenas 0.00 B, will set to 177.69 MiB (RSS), difference: -5.47 MiB
13715 2024.10.22 17:04:58.001047 [ 270 ] {8f9fa5fa-d2ee-43ec-85e4-a404696c47f5} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13716 2024.10.22 17:04:58.001189 [ 270 ] {8f9fa5fa-d2ee-43ec-85e4-a404696c47f5} <Debug> executeQuery: Read 261 rows, 23.40 KiB in 0.002474 sec., 105497.17057396928 rows/sec., 9.23 MiB/sec.
13717 2024.10.22 17:04:58.001355 [ 270 ] {8f9fa5fa-d2ee-43ec-85e4-a404696c47f5} <Debug> DynamicQueryHandler: Done processing query
13718 2024.10.22 17:04:58.001381 [ 270 ] {8f9fa5fa-d2ee-43ec-85e4-a404696c47f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
13719 2024.10.22 17:04:58.001398 [ 270 ] {} <Debug> HTTP-Session: 9b7d12bb-7341-44b2-9fa7-9dc1318b0e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13720 2024.10.22 17:04:58.001585 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13721 2024.10.22 17:04:58.001649 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62999, User-Agent: (none), Length: 4347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13722 2024.10.22 17:04:58.001701 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13723 2024.10.22 17:04:58.001720 [ 265 ] {} <Debug> HTTP-Session: dafd92aa-0e8e-45ba-9d5d-c10d896b62dc Authenticating user 'default' from [fd00:1122:3344:101::d]:62999
13724 2024.10.22 17:04:58.001736 [ 265 ] {} <Debug> HTTP-Session: dafd92aa-0e8e-45ba-9d5d-c10d896b62dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13725 2024.10.22 17:04:58.001750 [ 265 ] {} <Debug> HTTP-Session: dafd92aa-0e8e-45ba-9d5d-c10d896b62dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13726 2024.10.22 17:04:58.001782 [ 265 ] {} <Trace> HTTP-Session: dafd92aa-0e8e-45ba-9d5d-c10d896b62dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13727 2024.10.22 17:04:58.001893 [ 265 ] {25b33a6b-40f6-48cd-9387-fe21625fa33e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62999) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13728 2024.10.22 17:04:58.001936 [ 265 ] {25b33a6b-40f6-48cd-9387-fe21625fa33e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13729 2024.10.22 17:04:58.002163 [ 265 ] {25b33a6b-40f6-48cd-9387-fe21625fa33e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13730 2024.10.22 17:04:58.002536 [ 265 ] {25b33a6b-40f6-48cd-9387-fe21625fa33e} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13731 2024.10.22 17:04:58.002572 [ 265 ] {25b33a6b-40f6-48cd-9387-fe21625fa33e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13732 2024.10.22 17:04:58.002938 [ 265 ] {25b33a6b-40f6-48cd-9387-fe21625fa33e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13733 2024.10.22 17:04:58.003311 [ 265 ] {25b33a6b-40f6-48cd-9387-fe21625fa33e} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13734 2024.10.22 17:04:58.003451 [ 265 ] {25b33a6b-40f6-48cd-9387-fe21625fa33e} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001591 sec., 18856.065367693274 rows/sec., 1.38 MiB/sec.
13735 2024.10.22 17:04:58.003509 [ 25 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
13736 2024.10.22 17:04:58.003620 [ 25 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13737 2024.10.22 17:04:58.003652 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13738 2024.10.22 17:04:58.003735 [ 265 ] {25b33a6b-40f6-48cd-9387-fe21625fa33e} <Debug> DynamicQueryHandler: Done processing query
13739 2024.10.22 17:04:58.003776 [ 265 ] {25b33a6b-40f6-48cd-9387-fe21625fa33e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
13740 2024.10.22 17:04:58.003797 [ 265 ] {} <Debug> HTTP-Session: dafd92aa-0e8e-45ba-9d5d-c10d896b62dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13741 2024.10.22 17:04:58.003810 [ 198 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
13742 2024.10.22 17:04:58.003969 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62999, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13743 2024.10.22 17:04:58.003986 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37798, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13744 2024.10.22 17:04:58.004044 [ 198 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13745 2024.10.22 17:04:58.004076 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13746 2024.10.22 17:04:58.004092 [ 198 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 58 rows starting from the beginning of the part
13747 2024.10.22 17:04:58.004102 [ 270 ] {} <Debug> HTTP-Session: 2a6305ab-d99d-42e6-b0e2-d0f305e7472f Authenticating user 'default' from [fd00:1122:3344:101::d]:37798
13748 2024.10.22 17:04:58.004132 [ 270 ] {} <Debug> HTTP-Session: 2a6305ab-d99d-42e6-b0e2-d0f305e7472f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13749 2024.10.22 17:04:58.004156 [ 270 ] {} <Debug> HTTP-Session: 2a6305ab-d99d-42e6-b0e2-d0f305e7472f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13750 2024.10.22 17:04:58.004204 [ 198 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part
13751 2024.10.22 17:04:58.004213 [ 270 ] {} <Trace> HTTP-Session: 2a6305ab-d99d-42e6-b0e2-d0f305e7472f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13752 2024.10.22 17:04:58.004477 [ 198 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 10 rows starting from the beginning of the part
13753 2024.10.22 17:04:58.004563 [ 270 ] {4ca8ce08-62ed-40f5-8dbb-47476130e12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37798) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
13754 2024.10.22 17:04:58.004804 [ 270 ] {4ca8ce08-62ed-40f5-8dbb-47476130e12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13755 2024.10.22 17:04:58.005003 [ 198 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part
13756 2024.10.22 17:04:58.005404 [ 198 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 11 rows starting from the beginning of the part
13757 2024.10.22 17:04:58.005726 [ 198 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part
13758 2024.10.22 17:04:58.006459 [ 270 ] {4ca8ce08-62ed-40f5-8dbb-47476130e12a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13759 2024.10.22 17:04:58.006938 [ 270 ] {4ca8ce08-62ed-40f5-8dbb-47476130e12a} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13760 2024.10.22 17:04:58.006981 [ 270 ] {4ca8ce08-62ed-40f5-8dbb-47476130e12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13761 2024.10.22 17:04:58.007521 [ 270 ] {4ca8ce08-62ed-40f5-8dbb-47476130e12a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
13762 2024.10.22 17:04:58.008092 [ 201 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.00435421 sec., 40190.987572946644 rows/sec., 3.08 MiB/sec.
13763 2024.10.22 17:04:58.008257 [ 270 ] {4ca8ce08-62ed-40f5-8dbb-47476130e12a} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13764 2024.10.22 17:04:58.008360 [ 201 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
13765 2024.10.22 17:04:58.008568 [ 270 ] {4ca8ce08-62ed-40f5-8dbb-47476130e12a} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.004135 sec., 5078.597339782346 rows/sec., 350.71 KiB/sec.
13766 2024.10.22 17:04:58.008919 [ 270 ] {4ca8ce08-62ed-40f5-8dbb-47476130e12a} <Debug> DynamicQueryHandler: Done processing query
13767 2024.10.22 17:04:58.008964 [ 270 ] {4ca8ce08-62ed-40f5-8dbb-47476130e12a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13768 2024.10.22 17:04:58.009020 [ 270 ] {} <Debug> HTTP-Session: 2a6305ab-d99d-42e6-b0e2-d0f305e7472f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13769 2024.10.22 17:04:58.009237 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13770 2024.10.22 17:04:58.009322 [ 201 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_51_10} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13771 2024.10.22 17:04:58.009342 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57260, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13772 2024.10.22 17:04:58.009447 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13773 2024.10.22 17:04:58.009496 [ 265 ] {} <Debug> HTTP-Session: 2dabcf39-1697-4ac5-8d15-0a9b923ed480 Authenticating user 'default' from [fd00:1122:3344:101::d]:57260
13774 2024.10.22 17:04:58.009516 [ 265 ] {} <Debug> HTTP-Session: 2dabcf39-1697-4ac5-8d15-0a9b923ed480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13775 2024.10.22 17:04:58.009534 [ 201 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_51_10} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
13776 2024.10.22 17:04:58.009544 [ 265 ] {} <Debug> HTTP-Session: 2dabcf39-1697-4ac5-8d15-0a9b923ed480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13777 2024.10.22 17:04:58.009608 [ 265 ] {} <Trace> HTTP-Session: 2dabcf39-1697-4ac5-8d15-0a9b923ed480 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13778 2024.10.22 17:04:58.009698 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
13779 2024.10.22 17:04:58.009789 [ 265 ] {927c2412-d0aa-41f6-bad4-747197a2bb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57260) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
13780 2024.10.22 17:04:58.009838 [ 265 ] {927c2412-d0aa-41f6-bad4-747197a2bb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13781 2024.10.22 17:04:58.010091 [ 265 ] {927c2412-d0aa-41f6-bad4-747197a2bb9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13782 2024.10.22 17:04:58.010421 [ 265 ] {927c2412-d0aa-41f6-bad4-747197a2bb9d} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13783 2024.10.22 17:04:58.010457 [ 265 ] {927c2412-d0aa-41f6-bad4-747197a2bb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13784 2024.10.22 17:04:58.010819 [ 265 ] {927c2412-d0aa-41f6-bad4-747197a2bb9d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
13785 2024.10.22 17:04:58.011184 [ 265 ] {927c2412-d0aa-41f6-bad4-747197a2bb9d} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13786 2024.10.22 17:04:58.011344 [ 265 ] {927c2412-d0aa-41f6-bad4-747197a2bb9d} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001575 sec., 7619.047619047619 rows/sec., 468.75 KiB/sec.
13787 2024.10.22 17:04:58.011516 [ 265 ] {927c2412-d0aa-41f6-bad4-747197a2bb9d} <Debug> DynamicQueryHandler: Done processing query
13788 2024.10.22 17:04:58.011542 [ 265 ] {927c2412-d0aa-41f6-bad4-747197a2bb9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13789 2024.10.22 17:04:58.011557 [ 265 ] {} <Debug> HTTP-Session: 2dabcf39-1697-4ac5-8d15-0a9b923ed480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13790 2024.10.22 17:04:58.011750 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57260, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13791 2024.10.22 17:04:58.011856 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40295, User-Agent: (none), Length: 66853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13792 2024.10.22 17:04:58.011943 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13793 2024.10.22 17:04:58.011969 [ 284 ] {} <Debug> HTTP-Session: fdbcaf1e-fb59-44cc-a140-94148712ca53 Authenticating user 'default' from [fd00:1122:3344:101::d]:40295
13794 2024.10.22 17:04:58.011993 [ 284 ] {} <Debug> HTTP-Session: fdbcaf1e-fb59-44cc-a140-94148712ca53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13795 2024.10.22 17:04:58.012007 [ 284 ] {} <Debug> HTTP-Session: fdbcaf1e-fb59-44cc-a140-94148712ca53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13796 2024.10.22 17:04:58.012065 [ 284 ] {} <Trace> HTTP-Session: fdbcaf1e-fb59-44cc-a140-94148712ca53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13797 2024.10.22 17:04:58.012403 [ 284 ] {f938d74e-4c00-4882-a5b6-66633855cac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40295) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13798 2024.10.22 17:04:58.012476 [ 284 ] {f938d74e-4c00-4882-a5b6-66633855cac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13799 2024.10.22 17:04:58.012819 [ 284 ] {f938d74e-4c00-4882-a5b6-66633855cac6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13800 2024.10.22 17:04:58.013447 [ 284 ] {f938d74e-4c00-4882-a5b6-66633855cac6} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13801 2024.10.22 17:04:58.013485 [ 284 ] {f938d74e-4c00-4882-a5b6-66633855cac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13802 2024.10.22 17:04:58.013931 [ 284 ] {f938d74e-4c00-4882-a5b6-66633855cac6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13803 2024.10.22 17:04:58.014351 [ 284 ] {f938d74e-4c00-4882-a5b6-66633855cac6} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13804 2024.10.22 17:04:58.014494 [ 284 ] {f938d74e-4c00-4882-a5b6-66633855cac6} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.002247 sec., 183355.5852247441 rows/sec., 13.07 MiB/sec.
13805 2024.10.22 17:04:58.014703 [ 284 ] {f938d74e-4c00-4882-a5b6-66633855cac6} <Debug> DynamicQueryHandler: Done processing query
13806 2024.10.22 17:04:58.014729 [ 284 ] {f938d74e-4c00-4882-a5b6-66633855cac6} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
13807 2024.10.22 17:04:58.014745 [ 284 ] {} <Debug> HTTP-Session: fdbcaf1e-fb59-44cc-a140-94148712ca53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13808 2024.10.22 17:04:58.014923 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13809 2024.10.22 17:04:58.014933 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57260, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13810 2024.10.22 17:04:58.015033 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13811 2024.10.22 17:04:58.015074 [ 265 ] {} <Debug> HTTP-Session: 10f4148c-e982-42a8-b1eb-8c5c2013506f Authenticating user 'default' from [fd00:1122:3344:101::d]:57260
13812 2024.10.22 17:04:58.015100 [ 265 ] {} <Debug> HTTP-Session: 10f4148c-e982-42a8-b1eb-8c5c2013506f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13813 2024.10.22 17:04:58.015117 [ 265 ] {} <Debug> HTTP-Session: 10f4148c-e982-42a8-b1eb-8c5c2013506f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13814 2024.10.22 17:04:58.015156 [ 265 ] {} <Trace> HTTP-Session: 10f4148c-e982-42a8-b1eb-8c5c2013506f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13815 2024.10.22 17:04:58.015268 [ 265 ] {7c0ad1a8-bc1e-4e0b-a7fd-d1083e281a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57260) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
13816 2024.10.22 17:04:58.015317 [ 265 ] {7c0ad1a8-bc1e-4e0b-a7fd-d1083e281a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13817 2024.10.22 17:04:58.015485 [ 265 ] {7c0ad1a8-bc1e-4e0b-a7fd-d1083e281a50} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13818 2024.10.22 17:04:58.015772 [ 265 ] {7c0ad1a8-bc1e-4e0b-a7fd-d1083e281a50} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13819 2024.10.22 17:04:58.015808 [ 265 ] {7c0ad1a8-bc1e-4e0b-a7fd-d1083e281a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13820 2024.10.22 17:04:58.016177 [ 265 ] {7c0ad1a8-bc1e-4e0b-a7fd-d1083e281a50} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
13821 2024.10.22 17:04:58.016523 [ 265 ] {7c0ad1a8-bc1e-4e0b-a7fd-d1083e281a50} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13822 2024.10.22 17:04:58.016681 [ 265 ] {7c0ad1a8-bc1e-4e0b-a7fd-d1083e281a50} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec.
13823 2024.10.22 17:04:58.016690 [ 25 ] {} <Debug> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
13824 2024.10.22 17:04:58.016779 [ 25 ] {} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13825 2024.10.22 17:04:58.016828 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13826 2024.10.22 17:04:58.017018 [ 265 ] {7c0ad1a8-bc1e-4e0b-a7fd-d1083e281a50} <Debug> DynamicQueryHandler: Done processing query
13827 2024.10.22 17:04:58.017070 [ 265 ] {7c0ad1a8-bc1e-4e0b-a7fd-d1083e281a50} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
13828 2024.10.22 17:04:58.017138 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::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
13829 2024.10.22 17:04:58.017141 [ 265 ] {} <Debug> HTTP-Session: 10f4148c-e982-42a8-b1eb-8c5c2013506f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13830 2024.10.22 17:04:58.017540 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57260, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13831 2024.10.22 17:04:58.017671 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64244, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13832 2024.10.22 17:04:58.017769 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13833 2024.10.22 17:04:58.017796 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13834 2024.10.22 17:04:58.017845 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part
13835 2024.10.22 17:04:58.017863 [ 284 ] {} <Debug> HTTP-Session: 4a6736a0-0257-4755-8e24-ac6748f2b4cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64244
13836 2024.10.22 17:04:58.017908 [ 284 ] {} <Debug> HTTP-Session: 4a6736a0-0257-4755-8e24-ac6748f2b4cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13837 2024.10.22 17:04:58.017965 [ 284 ] {} <Debug> HTTP-Session: 4a6736a0-0257-4755-8e24-ac6748f2b4cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13838 2024.10.22 17:04:58.018034 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
13839 2024.10.22 17:04:58.018103 [ 284 ] {} <Trace> HTTP-Session: 4a6736a0-0257-4755-8e24-ac6748f2b4cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13840 2024.10.22 17:04:58.018328 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
13841 2024.10.22 17:04:58.018614 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
13842 2024.10.22 17:04:58.018718 [ 284 ] {964f2c3a-cc6b-4674-b571-151412dfbc9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64244) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13843 2024.10.22 17:04:58.018982 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
13844 2024.10.22 17:04:58.019019 [ 284 ] {964f2c3a-cc6b-4674-b571-151412dfbc9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13845 2024.10.22 17:04:58.019291 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
13846 2024.10.22 17:04:58.020125 [ 284 ] {964f2c3a-cc6b-4674-b571-151412dfbc9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13847 2024.10.22 17:04:58.021083 [ 284 ] {964f2c3a-cc6b-4674-b571-151412dfbc9a} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13848 2024.10.22 17:04:58.021140 [ 284 ] {964f2c3a-cc6b-4674-b571-151412dfbc9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13849 2024.10.22 17:04:58.022206 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.005275401 sec., 29571.211742955653 rows/sec., 1.51 MiB/sec.
13850 2024.10.22 17:04:58.022343 [ 284 ] {964f2c3a-cc6b-4674-b571-151412dfbc9a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13851 2024.10.22 17:04:58.022381 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
13852 2024.10.22 17:04:58.023360 [ 284 ] {964f2c3a-cc6b-4674-b571-151412dfbc9a} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13853 2024.10.22 17:04:58.023361 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_26_5} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13854 2024.10.22 17:04:58.023552 [ 190 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_26_5} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
13855 2024.10.22 17:04:58.023713 [ 284 ] {964f2c3a-cc6b-4674-b571-151412dfbc9a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005225 sec., 45358.851674641155 rows/sec., 3.04 MiB/sec.
13856 2024.10.22 17:04:58.023786 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13857 2024.10.22 17:04:58.024134 [ 284 ] {964f2c3a-cc6b-4674-b571-151412dfbc9a} <Debug> DynamicQueryHandler: Done processing query
13858 2024.10.22 17:04:58.024197 [ 284 ] {964f2c3a-cc6b-4674-b571-151412dfbc9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
13859 2024.10.22 17:04:58.024256 [ 284 ] {} <Debug> HTTP-Session: 4a6736a0-0257-4755-8e24-ac6748f2b4cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13860 2024.10.22 17:04:58.024426 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13861 2024.10.22 17:04:58.024529 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57328, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13862 2024.10.22 17:04:58.024589 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13863 2024.10.22 17:04:58.024609 [ 265 ] {} <Debug> HTTP-Session: e35bf1d2-4615-4d41-9adb-2f4f1b2d2286 Authenticating user 'default' from [fd00:1122:3344:101::d]:57328
13864 2024.10.22 17:04:58.024627 [ 265 ] {} <Debug> HTTP-Session: e35bf1d2-4615-4d41-9adb-2f4f1b2d2286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13865 2024.10.22 17:04:58.024641 [ 265 ] {} <Debug> HTTP-Session: e35bf1d2-4615-4d41-9adb-2f4f1b2d2286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13866 2024.10.22 17:04:58.024680 [ 265 ] {} <Trace> HTTP-Session: e35bf1d2-4615-4d41-9adb-2f4f1b2d2286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13867 2024.10.22 17:04:58.024784 [ 265 ] {b30f98aa-968c-49b5-8e4b-9dc6050f69e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57328) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
13868 2024.10.22 17:04:58.024834 [ 265 ] {b30f98aa-968c-49b5-8e4b-9dc6050f69e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13869 2024.10.22 17:04:58.024999 [ 265 ] {b30f98aa-968c-49b5-8e4b-9dc6050f69e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13870 2024.10.22 17:04:58.025284 [ 265 ] {b30f98aa-968c-49b5-8e4b-9dc6050f69e6} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13871 2024.10.22 17:04:58.025321 [ 265 ] {b30f98aa-968c-49b5-8e4b-9dc6050f69e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13872 2024.10.22 17:04:58.025682 [ 265 ] {b30f98aa-968c-49b5-8e4b-9dc6050f69e6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
13873 2024.10.22 17:04:58.026017 [ 265 ] {b30f98aa-968c-49b5-8e4b-9dc6050f69e6} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13874 2024.10.22 17:04:58.026167 [ 265 ] {b30f98aa-968c-49b5-8e4b-9dc6050f69e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec.
13875 2024.10.22 17:04:58.026340 [ 265 ] {b30f98aa-968c-49b5-8e4b-9dc6050f69e6} <Debug> DynamicQueryHandler: Done processing query
13876 2024.10.22 17:04:58.026364 [ 265 ] {b30f98aa-968c-49b5-8e4b-9dc6050f69e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
13877 2024.10.22 17:04:58.026380 [ 265 ] {} <Debug> HTTP-Session: e35bf1d2-4615-4d41-9adb-2f4f1b2d2286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13878 2024.10.22 17:04:58.026568 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13879 2024.10.22 17:04:58.026583 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64244, User-Agent: (none), Length: 50315, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13880 2024.10.22 17:04:58.026673 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13881 2024.10.22 17:04:58.026710 [ 284 ] {} <Debug> HTTP-Session: eca3a3a3-7a96-47bb-a40b-ab082eeab9eb Authenticating user 'default' from [fd00:1122:3344:101::d]:64244
13882 2024.10.22 17:04:58.026738 [ 284 ] {} <Debug> HTTP-Session: eca3a3a3-7a96-47bb-a40b-ab082eeab9eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13883 2024.10.22 17:04:58.026757 [ 284 ] {} <Debug> HTTP-Session: eca3a3a3-7a96-47bb-a40b-ab082eeab9eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13884 2024.10.22 17:04:58.026803 [ 284 ] {} <Trace> HTTP-Session: eca3a3a3-7a96-47bb-a40b-ab082eeab9eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13885 2024.10.22 17:04:58.027180 [ 284 ] {736618d5-4f04-4470-832a-1582eccd1a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64244) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13886 2024.10.22 17:04:58.027261 [ 284 ] {736618d5-4f04-4470-832a-1582eccd1a22} <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
13887 2024.10.22 17:04:58.027761 [ 284 ] {736618d5-4f04-4470-832a-1582eccd1a22} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13888 2024.10.22 17:04:58.028400 [ 284 ] {736618d5-4f04-4470-832a-1582eccd1a22} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13889 2024.10.22 17:04:58.028436 [ 284 ] {736618d5-4f04-4470-832a-1582eccd1a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13890 2024.10.22 17:04:58.029088 [ 284 ] {736618d5-4f04-4470-832a-1582eccd1a22} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13891 2024.10.22 17:04:58.029511 [ 284 ] {736618d5-4f04-4470-832a-1582eccd1a22} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13892 2024.10.22 17:04:58.029668 [ 284 ] {736618d5-4f04-4470-832a-1582eccd1a22} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002748 sec., 10917.03056768559 rows/sec., 19.56 MiB/sec.
13893 2024.10.22 17:04:58.029990 [ 284 ] {736618d5-4f04-4470-832a-1582eccd1a22} <Debug> DynamicQueryHandler: Done processing query
13894 2024.10.22 17:04:58.030015 [ 284 ] {736618d5-4f04-4470-832a-1582eccd1a22} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
13895 2024.10.22 17:04:58.030033 [ 284 ] {} <Debug> HTTP-Session: eca3a3a3-7a96-47bb-a40b-ab082eeab9eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13896 2024.10.22 17:04:58.030212 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13897 2024.10.22 17:04:58.030276 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34101, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13898 2024.10.22 17:04:58.030354 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13899 2024.10.22 17:04:58.030384 [ 265 ] {} <Debug> HTTP-Session: 171c3704-88f4-42f0-9247-79c64348ca68 Authenticating user 'default' from [fd00:1122:3344:101::d]:34101
13900 2024.10.22 17:04:58.030404 [ 265 ] {} <Debug> HTTP-Session: 171c3704-88f4-42f0-9247-79c64348ca68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13901 2024.10.22 17:04:58.030422 [ 265 ] {} <Debug> HTTP-Session: 171c3704-88f4-42f0-9247-79c64348ca68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13902 2024.10.22 17:04:58.030467 [ 265 ] {} <Trace> HTTP-Session: 171c3704-88f4-42f0-9247-79c64348ca68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13903 2024.10.22 17:04:58.030647 [ 265 ] {f532ad56-aa1c-45fa-8f28-215ebdc8db3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34101) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13904 2024.10.22 17:04:58.030704 [ 265 ] {f532ad56-aa1c-45fa-8f28-215ebdc8db3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13905 2024.10.22 17:04:58.030898 [ 265 ] {f532ad56-aa1c-45fa-8f28-215ebdc8db3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13906 2024.10.22 17:04:58.031233 [ 265 ] {f532ad56-aa1c-45fa-8f28-215ebdc8db3f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13907 2024.10.22 17:04:58.031297 [ 265 ] {f532ad56-aa1c-45fa-8f28-215ebdc8db3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13908 2024.10.22 17:04:58.031672 [ 265 ] {f532ad56-aa1c-45fa-8f28-215ebdc8db3f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13909 2024.10.22 17:04:58.032018 [ 265 ] {f532ad56-aa1c-45fa-8f28-215ebdc8db3f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13910 2024.10.22 17:04:58.032179 [ 265 ] {f532ad56-aa1c-45fa-8f28-215ebdc8db3f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001602 sec., 51186.01747815231 rows/sec., 3.25 MiB/sec.
13911 2024.10.22 17:04:58.032350 [ 265 ] {f532ad56-aa1c-45fa-8f28-215ebdc8db3f} <Debug> DynamicQueryHandler: Done processing query
13912 2024.10.22 17:04:58.032374 [ 265 ] {f532ad56-aa1c-45fa-8f28-215ebdc8db3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13913 2024.10.22 17:04:58.032390 [ 265 ] {} <Debug> HTTP-Session: 171c3704-88f4-42f0-9247-79c64348ca68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13914 2024.10.22 17:04:58.032872 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34101, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13915 2024.10.22 17:04:59.000152 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.29 MiB, peak 186.65 MiB, free memory in arenas 0.00 B, will set to 177.70 MiB (RSS), difference: 4.41 MiB
13916 2024.10.22 17:05:02.128158 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache
13917 2024.10.22 17:05:02.128270 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache
13918 2024.10.22 17:05:02.418253 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55450, User-Agent: (none), Length: 178740, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13919 2024.10.22 17:05:02.418361 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13920 2024.10.22 17:05:02.418392 [ 265 ] {} <Debug> HTTP-Session: a0032df2-8cc2-42c2-9299-ab0ca88ec74e Authenticating user 'default' from [fd00:1122:3344:101::d]:55450
13921 2024.10.22 17:05:02.418416 [ 265 ] {} <Debug> HTTP-Session: a0032df2-8cc2-42c2-9299-ab0ca88ec74e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13922 2024.10.22 17:05:02.418431 [ 265 ] {} <Debug> HTTP-Session: a0032df2-8cc2-42c2-9299-ab0ca88ec74e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13923 2024.10.22 17:05:02.418479 [ 265 ] {} <Trace> HTTP-Session: a0032df2-8cc2-42c2-9299-ab0ca88ec74e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13924 2024.10.22 17:05:02.419014 [ 265 ] {f8481f23-10ca-40c0-9c39-9ec83c9f6b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55450) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13925 2024.10.22 17:05:02.419081 [ 265 ] {f8481f23-10ca-40c0-9c39-9ec83c9f6b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13926 2024.10.22 17:05:02.419410 [ 265 ] {f8481f23-10ca-40c0-9c39-9ec83c9f6b28} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13927 2024.10.22 17:05:02.420686 [ 265 ] {f8481f23-10ca-40c0-9c39-9ec83c9f6b28} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13928 2024.10.22 17:05:02.420733 [ 265 ] {f8481f23-10ca-40c0-9c39-9ec83c9f6b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13929 2024.10.22 17:05:02.421277 [ 265 ] {f8481f23-10ca-40c0-9c39-9ec83c9f6b28} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13930 2024.10.22 17:05:02.421693 [ 265 ] {f8481f23-10ca-40c0-9c39-9ec83c9f6b28} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13931 2024.10.22 17:05:02.421873 [ 265 ] {f8481f23-10ca-40c0-9c39-9ec83c9f6b28} <Debug> executeQuery: Read 1234 rows, 104.08 KiB in 0.003193 sec., 386470.4040087692 rows/sec., 31.83 MiB/sec.
13932 2024.10.22 17:05:02.422130 [ 265 ] {f8481f23-10ca-40c0-9c39-9ec83c9f6b28} <Debug> DynamicQueryHandler: Done processing query
13933 2024.10.22 17:05:02.422157 [ 265 ] {f8481f23-10ca-40c0-9c39-9ec83c9f6b28} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
13934 2024.10.22 17:05:02.422174 [ 265 ] {} <Debug> HTTP-Session: a0032df2-8cc2-42c2-9299-ab0ca88ec74e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13935 2024.10.22 17:05:02.422482 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13936 2024.10.22 17:05:02.422595 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36123, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13937 2024.10.22 17:05:02.422701 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13938 2024.10.22 17:05:02.422725 [ 284 ] {} <Debug> HTTP-Session: 490bd20b-ddb3-4723-a5f8-ae172fc88f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:36123
13939 2024.10.22 17:05:02.422749 [ 284 ] {} <Debug> HTTP-Session: 490bd20b-ddb3-4723-a5f8-ae172fc88f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13940 2024.10.22 17:05:02.422765 [ 284 ] {} <Debug> HTTP-Session: 490bd20b-ddb3-4723-a5f8-ae172fc88f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13941 2024.10.22 17:05:02.422819 [ 284 ] {} <Trace> HTTP-Session: 490bd20b-ddb3-4723-a5f8-ae172fc88f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13942 2024.10.22 17:05:02.423006 [ 284 ] {2df1c83e-d8ff-43b6-978e-800e42f9c0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36123) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13943 2024.10.22 17:05:02.423073 [ 284 ] {2df1c83e-d8ff-43b6-978e-800e42f9c0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13944 2024.10.22 17:05:02.423416 [ 284 ] {2df1c83e-d8ff-43b6-978e-800e42f9c0d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13945 2024.10.22 17:05:02.423775 [ 284 ] {2df1c83e-d8ff-43b6-978e-800e42f9c0d0} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13946 2024.10.22 17:05:02.423816 [ 284 ] {2df1c83e-d8ff-43b6-978e-800e42f9c0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13947 2024.10.22 17:05:02.424233 [ 284 ] {2df1c83e-d8ff-43b6-978e-800e42f9c0d0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13948 2024.10.22 17:05:02.424629 [ 284 ] {2df1c83e-d8ff-43b6-978e-800e42f9c0d0} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13949 2024.10.22 17:05:02.424807 [ 284 ] {2df1c83e-d8ff-43b6-978e-800e42f9c0d0} <Debug> executeQuery: Read 19 rows, 1.43 KiB in 0.001859 sec., 10220.548682087143 rows/sec., 768.54 KiB/sec.
13950 2024.10.22 17:05:02.425029 [ 284 ] {2df1c83e-d8ff-43b6-978e-800e42f9c0d0} <Debug> DynamicQueryHandler: Done processing query
13951 2024.10.22 17:05:02.425065 [ 284 ] {2df1c83e-d8ff-43b6-978e-800e42f9c0d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13952 2024.10.22 17:05:02.425094 [ 284 ] {} <Debug> HTTP-Session: 490bd20b-ddb3-4723-a5f8-ae172fc88f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13953 2024.10.22 17:05:02.425313 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13954 2024.10.22 17:05:02.425369 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55450, User-Agent: (none), Length: 30474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13955 2024.10.22 17:05:02.425473 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13956 2024.10.22 17:05:02.425504 [ 265 ] {} <Debug> HTTP-Session: 22af6245-0a9b-495b-81e6-481197108cd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55450
13957 2024.10.22 17:05:02.425528 [ 265 ] {} <Debug> HTTP-Session: 22af6245-0a9b-495b-81e6-481197108cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13958 2024.10.22 17:05:02.425548 [ 265 ] {} <Debug> HTTP-Session: 22af6245-0a9b-495b-81e6-481197108cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13959 2024.10.22 17:05:02.425597 [ 265 ] {} <Trace> HTTP-Session: 22af6245-0a9b-495b-81e6-481197108cd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13960 2024.10.22 17:05:02.425869 [ 265 ] {b09f3780-6572-4205-b9ea-3345f6b59245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55450) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
13961 2024.10.22 17:05:02.425930 [ 265 ] {b09f3780-6572-4205-b9ea-3345f6b59245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13962 2024.10.22 17:05:02.426257 [ 265 ] {b09f3780-6572-4205-b9ea-3345f6b59245} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13963 2024.10.22 17:05:02.426711 [ 265 ] {b09f3780-6572-4205-b9ea-3345f6b59245} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13964 2024.10.22 17:05:02.426750 [ 265 ] {b09f3780-6572-4205-b9ea-3345f6b59245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13965 2024.10.22 17:05:02.427144 [ 265 ] {b09f3780-6572-4205-b9ea-3345f6b59245} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
13966 2024.10.22 17:05:02.427529 [ 265 ] {b09f3780-6572-4205-b9ea-3345f6b59245} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13967 2024.10.22 17:05:02.427694 [ 265 ] {b09f3780-6572-4205-b9ea-3345f6b59245} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001972 sec., 115618.66125760651 rows/sec., 7.83 MiB/sec.
13968 2024.10.22 17:05:02.427893 [ 265 ] {b09f3780-6572-4205-b9ea-3345f6b59245} <Debug> DynamicQueryHandler: Done processing query
13969 2024.10.22 17:05:02.427918 [ 265 ] {b09f3780-6572-4205-b9ea-3345f6b59245} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
13970 2024.10.22 17:05:02.427934 [ 265 ] {} <Debug> HTTP-Session: 22af6245-0a9b-495b-81e6-481197108cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13971 2024.10.22 17:05:02.428181 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13972 2024.10.22 17:05:02.428303 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65262, User-Agent: (none), Length: 90131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13973 2024.10.22 17:05:02.428368 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13974 2024.10.22 17:05:02.428389 [ 284 ] {} <Debug> HTTP-Session: 6fa9f907-94c7-41be-aeb1-077e6ba29080 Authenticating user 'default' from [fd00:1122:3344:101::d]:65262
13975 2024.10.22 17:05:02.428407 [ 284 ] {} <Debug> HTTP-Session: 6fa9f907-94c7-41be-aeb1-077e6ba29080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13976 2024.10.22 17:05:02.428421 [ 284 ] {} <Debug> HTTP-Session: 6fa9f907-94c7-41be-aeb1-077e6ba29080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13977 2024.10.22 17:05:02.428463 [ 284 ] {} <Trace> HTTP-Session: 6fa9f907-94c7-41be-aeb1-077e6ba29080 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13978 2024.10.22 17:05:02.428844 [ 284 ] {297d52e4-4eb1-4323-aa1e-45abffe5c14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65262) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13979 2024.10.22 17:05:02.428894 [ 284 ] {297d52e4-4eb1-4323-aa1e-45abffe5c14a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13980 2024.10.22 17:05:02.429169 [ 284 ] {297d52e4-4eb1-4323-aa1e-45abffe5c14a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13981 2024.10.22 17:05:02.429825 [ 284 ] {297d52e4-4eb1-4323-aa1e-45abffe5c14a} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13982 2024.10.22 17:05:02.429862 [ 284 ] {297d52e4-4eb1-4323-aa1e-45abffe5c14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
13983 2024.10.22 17:05:02.430254 [ 284 ] {297d52e4-4eb1-4323-aa1e-45abffe5c14a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13984 2024.10.22 17:05:02.430615 [ 284 ] {297d52e4-4eb1-4323-aa1e-45abffe5c14a} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13985 2024.10.22 17:05:02.430778 [ 284 ] {297d52e4-4eb1-4323-aa1e-45abffe5c14a} <Debug> executeQuery: Read 545 rows, 41.44 KiB in 0.002175 sec., 250574.71264367818 rows/sec., 18.60 MiB/sec.
13986 2024.10.22 17:05:02.430966 [ 284 ] {297d52e4-4eb1-4323-aa1e-45abffe5c14a} <Debug> DynamicQueryHandler: Done processing query
13987 2024.10.22 17:05:02.431004 [ 284 ] {297d52e4-4eb1-4323-aa1e-45abffe5c14a} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB.
13988 2024.10.22 17:05:02.431035 [ 284 ] {} <Debug> HTTP-Session: 6fa9f907-94c7-41be-aeb1-077e6ba29080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13989 2024.10.22 17:05:02.431518 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13990 2024.10.22 17:05:02.431574 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55450, User-Agent: (none), Length: 189184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13991 2024.10.22 17:05:02.431648 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13992 2024.10.22 17:05:02.431668 [ 265 ] {} <Debug> HTTP-Session: f50670f4-40f7-4c1f-89f3-0b6d9f06847c Authenticating user 'default' from [fd00:1122:3344:101::d]:55450
13993 2024.10.22 17:05:02.431687 [ 265 ] {} <Debug> HTTP-Session: f50670f4-40f7-4c1f-89f3-0b6d9f06847c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13994 2024.10.22 17:05:02.431701 [ 265 ] {} <Debug> HTTP-Session: f50670f4-40f7-4c1f-89f3-0b6d9f06847c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13995 2024.10.22 17:05:02.431742 [ 265 ] {} <Trace> HTTP-Session: f50670f4-40f7-4c1f-89f3-0b6d9f06847c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13996 2024.10.22 17:05:02.432337 [ 265 ] {3e3b1fa3-889c-4c94-95db-8465d53246a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55450) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13997 2024.10.22 17:05:02.432392 [ 265 ] {3e3b1fa3-889c-4c94-95db-8465d53246a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13998 2024.10.22 17:05:02.432581 [ 265 ] {3e3b1fa3-889c-4c94-95db-8465d53246a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13999 2024.10.22 17:05:02.433455 [ 265 ] {3e3b1fa3-889c-4c94-95db-8465d53246a5} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14000 2024.10.22 17:05:02.433493 [ 265 ] {3e3b1fa3-889c-4c94-95db-8465d53246a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
14001 2024.10.22 17:05:02.433959 [ 265 ] {3e3b1fa3-889c-4c94-95db-8465d53246a5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
14002 2024.10.22 17:05:02.434326 [ 265 ] {3e3b1fa3-889c-4c94-95db-8465d53246a5} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14003 2024.10.22 17:05:02.434485 [ 265 ] {3e3b1fa3-889c-4c94-95db-8465d53246a5} <Debug> executeQuery: Read 996 rows, 68.53 KiB in 0.002564 sec., 388455.53822152887 rows/sec., 26.10 MiB/sec.
14004 2024.10.22 17:05:02.434663 [ 265 ] {3e3b1fa3-889c-4c94-95db-8465d53246a5} <Debug> DynamicQueryHandler: Done processing query
14005 2024.10.22 17:05:02.434688 [ 265 ] {3e3b1fa3-889c-4c94-95db-8465d53246a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
14006 2024.10.22 17:05:02.434705 [ 265 ] {} <Debug> HTTP-Session: f50670f4-40f7-4c1f-89f3-0b6d9f06847c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14007 2024.10.22 17:05:02.435065 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14008 2024.10.22 17:05:02.435080 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65262, User-Agent: (none), Length: 31104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14009 2024.10.22 17:05:02.435165 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14010 2024.10.22 17:05:02.435185 [ 284 ] {} <Debug> HTTP-Session: 79a31ba9-37fc-4883-adb9-97a14a78ea91 Authenticating user 'default' from [fd00:1122:3344:101::d]:65262
14011 2024.10.22 17:05:02.435203 [ 284 ] {} <Debug> HTTP-Session: 79a31ba9-37fc-4883-adb9-97a14a78ea91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14012 2024.10.22 17:05:02.435229 [ 284 ] {} <Debug> HTTP-Session: 79a31ba9-37fc-4883-adb9-97a14a78ea91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14013 2024.10.22 17:05:02.435280 [ 284 ] {} <Trace> HTTP-Session: 79a31ba9-37fc-4883-adb9-97a14a78ea91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14014 2024.10.22 17:05:02.435665 [ 284 ] {073b4d11-2293-4177-b28f-62b9cc39bb30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65262) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
14015 2024.10.22 17:05:02.435756 [ 284 ] {073b4d11-2293-4177-b28f-62b9cc39bb30} <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
14016 2024.10.22 17:05:02.436315 [ 284 ] {073b4d11-2293-4177-b28f-62b9cc39bb30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14017 2024.10.22 17:05:02.436834 [ 284 ] {073b4d11-2293-4177-b28f-62b9cc39bb30} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14018 2024.10.22 17:05:02.436871 [ 284 ] {073b4d11-2293-4177-b28f-62b9cc39bb30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
14019 2024.10.22 17:05:02.437498 [ 284 ] {073b4d11-2293-4177-b28f-62b9cc39bb30} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14020 2024.10.22 17:05:02.437918 [ 284 ] {073b4d11-2293-4177-b28f-62b9cc39bb30} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14021 2024.10.22 17:05:02.438154 [ 284 ] {073b4d11-2293-4177-b28f-62b9cc39bb30} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002766 sec., 6869.125090383225 rows/sec., 12.31 MiB/sec.
14022 2024.10.22 17:05:02.438356 [ 284 ] {073b4d11-2293-4177-b28f-62b9cc39bb30} <Debug> DynamicQueryHandler: Done processing query
14023 2024.10.22 17:05:02.438380 [ 284 ] {073b4d11-2293-4177-b28f-62b9cc39bb30} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB.
14024 2024.10.22 17:05:02.438395 [ 284 ] {} <Debug> HTTP-Session: 79a31ba9-37fc-4883-adb9-97a14a78ea91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14025 2024.10.22 17:05:02.438546 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14026 2024.10.22 17:05:02.438637 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50996, User-Agent: (none), Length: 1543, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14027 2024.10.22 17:05:02.438709 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14028 2024.10.22 17:05:02.438733 [ 265 ] {} <Debug> HTTP-Session: 65b43fd2-9659-436f-98c0-51011fcf60a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50996
14029 2024.10.22 17:05:02.438756 [ 265 ] {} <Debug> HTTP-Session: 65b43fd2-9659-436f-98c0-51011fcf60a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14030 2024.10.22 17:05:02.438773 [ 265 ] {} <Debug> HTTP-Session: 65b43fd2-9659-436f-98c0-51011fcf60a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14031 2024.10.22 17:05:02.438819 [ 265 ] {} <Trace> HTTP-Session: 65b43fd2-9659-436f-98c0-51011fcf60a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14032 2024.10.22 17:05:02.438958 [ 265 ] {0e426a52-286e-41d6-bcf8-8d312c6f1264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50996) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
14033 2024.10.22 17:05:02.439017 [ 265 ] {0e426a52-286e-41d6-bcf8-8d312c6f1264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
14034 2024.10.22 17:05:02.439206 [ 265 ] {0e426a52-286e-41d6-bcf8-8d312c6f1264} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14035 2024.10.22 17:05:02.439521 [ 265 ] {0e426a52-286e-41d6-bcf8-8d312c6f1264} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14036 2024.10.22 17:05:02.439556 [ 265 ] {0e426a52-286e-41d6-bcf8-8d312c6f1264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
14037 2024.10.22 17:05:02.439921 [ 265 ] {0e426a52-286e-41d6-bcf8-8d312c6f1264} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
14038 2024.10.22 17:05:02.440252 [ 265 ] {0e426a52-286e-41d6-bcf8-8d312c6f1264} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14039 2024.10.22 17:05:02.440408 [ 265 ] {0e426a52-286e-41d6-bcf8-8d312c6f1264} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.00148 sec., 6081.081081081081 rows/sec., 467.83 KiB/sec.
14040 2024.10.22 17:05:02.440697 [ 265 ] {0e426a52-286e-41d6-bcf8-8d312c6f1264} <Debug> DynamicQueryHandler: Done processing query
14041 2024.10.22 17:05:02.440721 [ 265 ] {0e426a52-286e-41d6-bcf8-8d312c6f1264} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
14042 2024.10.22 17:05:02.440737 [ 265 ] {} <Debug> HTTP-Session: 65b43fd2-9659-436f-98c0-51011fcf60a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14043 2024.10.22 17:05:02.440948 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14044 2024.10.22 17:05:02.440955 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65262, User-Agent: (none), Length: 8523, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14045 2024.10.22 17:05:02.441062 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14046 2024.10.22 17:05:02.441088 [ 284 ] {} <Debug> HTTP-Session: b4b04c2e-b907-40d1-8dfb-077ebf0356db Authenticating user 'default' from [fd00:1122:3344:101::d]:65262
14047 2024.10.22 17:05:02.441122 [ 284 ] {} <Debug> HTTP-Session: b4b04c2e-b907-40d1-8dfb-077ebf0356db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14048 2024.10.22 17:05:02.441143 [ 284 ] {} <Debug> HTTP-Session: b4b04c2e-b907-40d1-8dfb-077ebf0356db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14049 2024.10.22 17:05:02.441189 [ 284 ] {} <Trace> HTTP-Session: b4b04c2e-b907-40d1-8dfb-077ebf0356db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14050 2024.10.22 17:05:02.441330 [ 284 ] {942b2d6d-7bb0-47e9-9006-8e169d7e2462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65262) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14051 2024.10.22 17:05:02.441377 [ 284 ] {942b2d6d-7bb0-47e9-9006-8e169d7e2462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14052 2024.10.22 17:05:02.441529 [ 284 ] {942b2d6d-7bb0-47e9-9006-8e169d7e2462} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14053 2024.10.22 17:05:02.441839 [ 284 ] {942b2d6d-7bb0-47e9-9006-8e169d7e2462} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14054 2024.10.22 17:05:02.441876 [ 284 ] {942b2d6d-7bb0-47e9-9006-8e169d7e2462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
14055 2024.10.22 17:05:02.442254 [ 284 ] {942b2d6d-7bb0-47e9-9006-8e169d7e2462} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
14056 2024.10.22 17:05:02.442574 [ 284 ] {942b2d6d-7bb0-47e9-9006-8e169d7e2462} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14057 2024.10.22 17:05:02.442725 [ 284 ] {942b2d6d-7bb0-47e9-9006-8e169d7e2462} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001438 sec., 38942.976356050065 rows/sec., 2.62 MiB/sec.
14058 2024.10.22 17:05:02.442889 [ 284 ] {942b2d6d-7bb0-47e9-9006-8e169d7e2462} <Debug> DynamicQueryHandler: Done processing query
14059 2024.10.22 17:05:02.442913 [ 284 ] {942b2d6d-7bb0-47e9-9006-8e169d7e2462} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14060 2024.10.22 17:05:02.442930 [ 284 ] {} <Debug> HTTP-Session: b4b04c2e-b907-40d1-8dfb-077ebf0356db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14061 2024.10.22 17:05:02.443655 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14062 2024.10.22 17:05:02.980896 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60708, User-Agent: (none), Length: 3681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14063 2024.10.22 17:05:02.981013 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14064 2024.10.22 17:05:02.981043 [ 265 ] {} <Debug> HTTP-Session: a5f7bffa-2b17-49bb-8d2c-279a66831617 Authenticating user 'default' from [fd00:1122:3344:101::d]:60708
14065 2024.10.22 17:05:02.981070 [ 265 ] {} <Debug> HTTP-Session: a5f7bffa-2b17-49bb-8d2c-279a66831617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14066 2024.10.22 17:05:02.981089 [ 265 ] {} <Debug> HTTP-Session: a5f7bffa-2b17-49bb-8d2c-279a66831617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14067 2024.10.22 17:05:02.981145 [ 265 ] {} <Trace> HTTP-Session: a5f7bffa-2b17-49bb-8d2c-279a66831617 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14068 2024.10.22 17:05:02.981332 [ 265 ] {0b3278b0-cd5a-423d-9eda-d0381d5ee1b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60708) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14069 2024.10.22 17:05:02.981395 [ 265 ] {0b3278b0-cd5a-423d-9eda-d0381d5ee1b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14070 2024.10.22 17:05:02.981717 [ 265 ] {0b3278b0-cd5a-423d-9eda-d0381d5ee1b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14071 2024.10.22 17:05:02.982133 [ 265 ] {0b3278b0-cd5a-423d-9eda-d0381d5ee1b8} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14072 2024.10.22 17:05:02.982170 [ 265 ] {0b3278b0-cd5a-423d-9eda-d0381d5ee1b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
14073 2024.10.22 17:05:02.982589 [ 265 ] {0b3278b0-cd5a-423d-9eda-d0381d5ee1b8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
14074 2024.10.22 17:05:02.982973 [ 265 ] {0b3278b0-cd5a-423d-9eda-d0381d5ee1b8} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14075 2024.10.22 17:05:02.983124 [ 265 ] {0b3278b0-cd5a-423d-9eda-d0381d5ee1b8} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.00185 sec., 14054.054054054053 rows/sec., 1.09 MiB/sec.
14076 2024.10.22 17:05:02.983316 [ 265 ] {0b3278b0-cd5a-423d-9eda-d0381d5ee1b8} <Debug> DynamicQueryHandler: Done processing query
14077 2024.10.22 17:05:02.983342 [ 265 ] {0b3278b0-cd5a-423d-9eda-d0381d5ee1b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14078 2024.10.22 17:05:02.983360 [ 265 ] {} <Debug> HTTP-Session: a5f7bffa-2b17-49bb-8d2c-279a66831617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14079 2024.10.22 17:05:02.983594 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14080 2024.10.22 17:05:02.983753 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57919, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14081 2024.10.22 17:05:02.983867 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14082 2024.10.22 17:05:02.983896 [ 284 ] {} <Debug> HTTP-Session: 24262d40-4d25-4b1b-945a-6222b528d0da Authenticating user 'default' from [fd00:1122:3344:101::d]:57919
14083 2024.10.22 17:05:02.983925 [ 284 ] {} <Debug> HTTP-Session: 24262d40-4d25-4b1b-945a-6222b528d0da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14084 2024.10.22 17:05:02.983943 [ 284 ] {} <Debug> HTTP-Session: 24262d40-4d25-4b1b-945a-6222b528d0da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14085 2024.10.22 17:05:02.984000 [ 284 ] {} <Trace> HTTP-Session: 24262d40-4d25-4b1b-945a-6222b528d0da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14086 2024.10.22 17:05:02.984204 [ 284 ] {456bbe3a-1937-4d45-9228-dbbf34e452c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57919) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14087 2024.10.22 17:05:02.984278 [ 284 ] {456bbe3a-1937-4d45-9228-dbbf34e452c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14088 2024.10.22 17:05:02.984623 [ 284 ] {456bbe3a-1937-4d45-9228-dbbf34e452c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14089 2024.10.22 17:05:02.984999 [ 284 ] {456bbe3a-1937-4d45-9228-dbbf34e452c9} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14090 2024.10.22 17:05:02.985040 [ 284 ] {456bbe3a-1937-4d45-9228-dbbf34e452c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
14091 2024.10.22 17:05:02.985458 [ 284 ] {456bbe3a-1937-4d45-9228-dbbf34e452c9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
14092 2024.10.22 17:05:02.985846 [ 284 ] {456bbe3a-1937-4d45-9228-dbbf34e452c9} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14093 2024.10.22 17:05:02.986031 [ 284 ] {456bbe3a-1937-4d45-9228-dbbf34e452c9} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001889 sec., 14822.657490735839 rows/sec., 1.16 MiB/sec.
14094 2024.10.22 17:05:02.986217 [ 284 ] {456bbe3a-1937-4d45-9228-dbbf34e452c9} <Debug> DynamicQueryHandler: Done processing query
14095 2024.10.22 17:05:02.986242 [ 284 ] {456bbe3a-1937-4d45-9228-dbbf34e452c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
14096 2024.10.22 17:05:02.986258 [ 284 ] {} <Debug> HTTP-Session: 24262d40-4d25-4b1b-945a-6222b528d0da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14097 2024.10.22 17:05:02.986425 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57919, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14098 2024.10.22 17:05:02.986449 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60708, User-Agent: (none), Length: 1975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14099 2024.10.22 17:05:02.986539 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14100 2024.10.22 17:05:02.986578 [ 265 ] {} <Debug> HTTP-Session: 15c82264-d258-4d25-b685-fee32cecf6b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60708
14101 2024.10.22 17:05:02.986608 [ 265 ] {} <Debug> HTTP-Session: 15c82264-d258-4d25-b685-fee32cecf6b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14102 2024.10.22 17:05:02.986630 [ 265 ] {} <Debug> HTTP-Session: 15c82264-d258-4d25-b685-fee32cecf6b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14103 2024.10.22 17:05:02.986676 [ 265 ] {} <Trace> HTTP-Session: 15c82264-d258-4d25-b685-fee32cecf6b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14104 2024.10.22 17:05:02.986818 [ 265 ] {ef8f8b8f-cd26-4b3c-be32-aaef203bedaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60708) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14105 2024.10.22 17:05:02.986879 [ 265 ] {ef8f8b8f-cd26-4b3c-be32-aaef203bedaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14106 2024.10.22 17:05:02.987094 [ 265 ] {ef8f8b8f-cd26-4b3c-be32-aaef203bedaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14107 2024.10.22 17:05:02.987401 [ 265 ] {ef8f8b8f-cd26-4b3c-be32-aaef203bedaa} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14108 2024.10.22 17:05:02.987436 [ 265 ] {ef8f8b8f-cd26-4b3c-be32-aaef203bedaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
14109 2024.10.22 17:05:02.987834 [ 265 ] {ef8f8b8f-cd26-4b3c-be32-aaef203bedaa} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
14110 2024.10.22 17:05:02.988206 [ 265 ] {ef8f8b8f-cd26-4b3c-be32-aaef203bedaa} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14111 2024.10.22 17:05:02.988344 [ 265 ] {ef8f8b8f-cd26-4b3c-be32-aaef203bedaa} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.001563 sec., 6397.952655150352 rows/sec., 454.23 KiB/sec.
14112 2024.10.22 17:05:02.988506 [ 265 ] {ef8f8b8f-cd26-4b3c-be32-aaef203bedaa} <Debug> DynamicQueryHandler: Done processing query
14113 2024.10.22 17:05:02.988530 [ 265 ] {ef8f8b8f-cd26-4b3c-be32-aaef203bedaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
14114 2024.10.22 17:05:02.988545 [ 265 ] {} <Debug> HTTP-Session: 15c82264-d258-4d25-b685-fee32cecf6b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14115 2024.10.22 17:05:02.988777 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14116 2024.10.22 17:05:02.988851 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58234, User-Agent: (none), Length: 666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14117 2024.10.22 17:05:02.988929 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14118 2024.10.22 17:05:02.988953 [ 284 ] {} <Debug> HTTP-Session: a8eccca6-147d-4c20-946b-95f5a0fcfa7e Authenticating user 'default' from [fd00:1122:3344:101::d]:58234
14119 2024.10.22 17:05:02.988974 [ 284 ] {} <Debug> HTTP-Session: a8eccca6-147d-4c20-946b-95f5a0fcfa7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14120 2024.10.22 17:05:02.988991 [ 284 ] {} <Debug> HTTP-Session: a8eccca6-147d-4c20-946b-95f5a0fcfa7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14121 2024.10.22 17:05:02.989036 [ 284 ] {} <Trace> HTTP-Session: a8eccca6-147d-4c20-946b-95f5a0fcfa7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14122 2024.10.22 17:05:02.989167 [ 284 ] {9aba76ac-dd89-4e86-9c7b-0d17521ea2e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58234) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14123 2024.10.22 17:05:02.989225 [ 284 ] {9aba76ac-dd89-4e86-9c7b-0d17521ea2e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14124 2024.10.22 17:05:02.989395 [ 284 ] {9aba76ac-dd89-4e86-9c7b-0d17521ea2e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14125 2024.10.22 17:05:02.989662 [ 284 ] {9aba76ac-dd89-4e86-9c7b-0d17521ea2e9} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14126 2024.10.22 17:05:02.989697 [ 284 ] {9aba76ac-dd89-4e86-9c7b-0d17521ea2e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB.
14127 2024.10.22 17:05:02.990066 [ 284 ] {9aba76ac-dd89-4e86-9c7b-0d17521ea2e9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
14128 2024.10.22 17:05:02.990410 [ 284 ] {9aba76ac-dd89-4e86-9c7b-0d17521ea2e9} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14129 2024.10.22 17:05:02.990575 [ 284 ] {9aba76ac-dd89-4e86-9c7b-0d17521ea2e9} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001431 sec., 2795.2480782669463 rows/sec., 196.54 KiB/sec.
14130 2024.10.22 17:05:02.990754 [ 284 ] {9aba76ac-dd89-4e86-9c7b-0d17521ea2e9} <Debug> DynamicQueryHandler: Done processing query
14131 2024.10.22 17:05:02.990788 [ 284 ] {9aba76ac-dd89-4e86-9c7b-0d17521ea2e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
14132 2024.10.22 17:05:02.990821 [ 284 ] {} <Debug> HTTP-Session: a8eccca6-147d-4c20-946b-95f5a0fcfa7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14133 2024.10.22 17:05:02.991023 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58234, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14134 2024.10.22 17:05:03.000149 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.81 MiB, peak 186.65 MiB, free memory in arenas 0.00 B, will set to 177.70 MiB (RSS), difference: -1.11 MiB
14135 2024.10.22 17:05:04.807656 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54006, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14136 2024.10.22 17:05:05.010044 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57947, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14137 2024.10.22 17:05:05.010286 [ 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):
14138 
14139 (version 23.8.7.1)
14140 2024.10.22 17:05:05.120560 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14141 2024.10.22 17:05:05.126795 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14142 2024.10.22 17:05:05.131131 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61211, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14143 2024.10.22 17:05:05.136482 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14144 2024.10.22 17:05:05.136748 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46807, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14145 2024.10.22 17:05:05.142078 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56432, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14146 2024.10.22 17:05:05.544400 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14147 2024.10.22 17:05:06.073018 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14148 2024.10.22 17:05:06.107425 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14149 2024.10.22 17:05:06.247814 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14150 2024.10.22 17:05:06.252133 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14151 2024.10.22 17:05:06.295511 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14152 2024.10.22 17:05:06.394752 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14153 2024.10.22 17:05:06.402023 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14154 2024.10.22 17:05:06.410375 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14155 2024.10.22 17:05:06.415669 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14156 2024.10.22 17:05:06.658976 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14157 2024.10.22 17:05:06.714361 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14158 2024.10.22 17:05:06.738641 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14159 2024.10.22 17:05:06.758936 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14160 2024.10.22 17:05:06.789300 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14161 2024.10.22 17:05:06.977594 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14162 2024.10.22 17:05:06.978859 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14163 2024.10.22 17:05:06.983130 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14164 2024.10.22 17:05:06.994245 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14165 2024.10.22 17:05:07.392512 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1234
14166 2024.10.22 17:05:07.395574 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14167 2024.10.22 17:05:07.395621 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14168 2024.10.22 17:05:07.397124 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
14169 2024.10.22 17:05:07.398119 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14170 2024.10.22 17:05:07.398725 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1234
14171 2024.10.22 17:05:07.891704 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14172 2024.10.22 17:05:07.901071 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14173 2024.10.22 17:05:07.914381 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14174 2024.10.22 17:05:07.952760 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48543, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14175 2024.10.22 17:05:07.960091 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14176 2024.10.22 17:05:07.979370 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55357, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14177 2024.10.22 17:05:07.993969 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60708, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14178 2024.10.22 17:05:07.994064 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14179 2024.10.22 17:05:07.994091 [ 265 ] {} <Debug> HTTP-Session: 4a02d6d5-3af8-4687-8006-e59e14cd8e4f Authenticating user 'default' from [fd00:1122:3344:101::d]:60708
14180 2024.10.22 17:05:07.994119 [ 265 ] {} <Debug> HTTP-Session: 4a02d6d5-3af8-4687-8006-e59e14cd8e4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14181 2024.10.22 17:05:07.994137 [ 265 ] {} <Debug> HTTP-Session: 4a02d6d5-3af8-4687-8006-e59e14cd8e4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14182 2024.10.22 17:05:07.994193 [ 265 ] {} <Trace> HTTP-Session: 4a02d6d5-3af8-4687-8006-e59e14cd8e4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14183 2024.10.22 17:05:07.994395 [ 265 ] {ae975a50-549d-405b-a580-0b6ca0698fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60708) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
14184 2024.10.22 17:05:07.994463 [ 265 ] {ae975a50-549d-405b-a580-0b6ca0698fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
14185 2024.10.22 17:05:07.994794 [ 265 ] {ae975a50-549d-405b-a580-0b6ca0698fe4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14186 2024.10.22 17:05:07.995237 [ 265 ] {ae975a50-549d-405b-a580-0b6ca0698fe4} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14187 2024.10.22 17:05:07.995282 [ 265 ] {ae975a50-549d-405b-a580-0b6ca0698fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14188 2024.10.22 17:05:07.995714 [ 265 ] {ae975a50-549d-405b-a580-0b6ca0698fe4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
14189 2024.10.22 17:05:07.996106 [ 265 ] {ae975a50-549d-405b-a580-0b6ca0698fe4} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14190 2024.10.22 17:05:07.996278 [ 265 ] {ae975a50-549d-405b-a580-0b6ca0698fe4} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001941 sec., 6182.380216383308 rows/sec., 431.68 KiB/sec.
14191 2024.10.22 17:05:07.996520 [ 265 ] {ae975a50-549d-405b-a580-0b6ca0698fe4} <Debug> DynamicQueryHandler: Done processing query
14192 2024.10.22 17:05:07.996546 [ 265 ] {ae975a50-549d-405b-a580-0b6ca0698fe4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14193 2024.10.22 17:05:07.996562 [ 265 ] {} <Debug> HTTP-Session: 4a02d6d5-3af8-4687-8006-e59e14cd8e4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14194 2024.10.22 17:05:07.996720 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14195 2024.10.22 17:05:07.996808 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65136, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14196 2024.10.22 17:05:07.996885 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14197 2024.10.22 17:05:07.996912 [ 279 ] {} <Debug> HTTP-Session: 7287b210-3c33-491a-8137-f374ac296b1b Authenticating user 'default' from [fd00:1122:3344:101::d]:65136
14198 2024.10.22 17:05:07.996936 [ 279 ] {} <Debug> HTTP-Session: 7287b210-3c33-491a-8137-f374ac296b1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14199 2024.10.22 17:05:07.996954 [ 279 ] {} <Debug> HTTP-Session: 7287b210-3c33-491a-8137-f374ac296b1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14200 2024.10.22 17:05:07.996997 [ 279 ] {} <Trace> HTTP-Session: 7287b210-3c33-491a-8137-f374ac296b1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14201 2024.10.22 17:05:07.997133 [ 279 ] {1111d2dd-4f7d-49a4-9ecc-074c4c772584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65136) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
14202 2024.10.22 17:05:07.997191 [ 279 ] {1111d2dd-4f7d-49a4-9ecc-074c4c772584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14203 2024.10.22 17:05:07.997471 [ 279 ] {1111d2dd-4f7d-49a4-9ecc-074c4c772584} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14204 2024.10.22 17:05:07.997857 [ 279 ] {1111d2dd-4f7d-49a4-9ecc-074c4c772584} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14205 2024.10.22 17:05:07.997895 [ 279 ] {1111d2dd-4f7d-49a4-9ecc-074c4c772584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14206 2024.10.22 17:05:07.998263 [ 279 ] {1111d2dd-4f7d-49a4-9ecc-074c4c772584} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
14207 2024.10.22 17:05:07.998649 [ 279 ] {1111d2dd-4f7d-49a4-9ecc-074c4c772584} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14208 2024.10.22 17:05:07.998806 [ 279 ] {1111d2dd-4f7d-49a4-9ecc-074c4c772584} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001701 sec., 1175.7789535567313 rows/sec., 95.88 KiB/sec.
14209 2024.10.22 17:05:07.999113 [ 279 ] {1111d2dd-4f7d-49a4-9ecc-074c4c772584} <Debug> DynamicQueryHandler: Done processing query
14210 2024.10.22 17:05:07.999157 [ 279 ] {1111d2dd-4f7d-49a4-9ecc-074c4c772584} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14211 2024.10.22 17:05:07.999175 [ 279 ] {} <Debug> HTTP-Session: 7287b210-3c33-491a-8137-f374ac296b1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14212 2024.10.22 17:05:07.999414 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14213 2024.10.22 17:05:07.999529 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50278, User-Agent: (none), Length: 39353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14214 2024.10.22 17:05:07.999658 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14215 2024.10.22 17:05:07.999695 [ 285 ] {} <Debug> HTTP-Session: 2160b452-df55-4229-9ba7-bd3100e2d976 Authenticating user 'default' from [fd00:1122:3344:101::d]:50278
14216 2024.10.22 17:05:07.999734 [ 285 ] {} <Debug> HTTP-Session: 2160b452-df55-4229-9ba7-bd3100e2d976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14217 2024.10.22 17:05:07.999752 [ 285 ] {} <Debug> HTTP-Session: 2160b452-df55-4229-9ba7-bd3100e2d976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14218 2024.10.22 17:05:07.999814 [ 285 ] {} <Trace> HTTP-Session: 2160b452-df55-4229-9ba7-bd3100e2d976 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14219 2024.10.22 17:05:08.000137 [ 285 ] {2a6eae89-9d39-4318-846e-c2a410f5c4e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50278) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14220 2024.10.22 17:05:08.000155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.99 MiB, peak 186.65 MiB, free memory in arenas 0.00 B, will set to 177.70 MiB (RSS), difference: -1.28 MiB
14221 2024.10.22 17:05:08.000245 [ 285 ] {2a6eae89-9d39-4318-846e-c2a410f5c4e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14222 2024.10.22 17:05:08.000878 [ 285 ] {2a6eae89-9d39-4318-846e-c2a410f5c4e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14223 2024.10.22 17:05:08.001482 [ 285 ] {2a6eae89-9d39-4318-846e-c2a410f5c4e4} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14224 2024.10.22 17:05:08.001531 [ 285 ] {2a6eae89-9d39-4318-846e-c2a410f5c4e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14225 2024.10.22 17:05:08.002008 [ 285 ] {2a6eae89-9d39-4318-846e-c2a410f5c4e4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
14226 2024.10.22 17:05:08.002419 [ 285 ] {2a6eae89-9d39-4318-846e-c2a410f5c4e4} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14227 2024.10.22 17:05:08.002601 [ 285 ] {2a6eae89-9d39-4318-846e-c2a410f5c4e4} <Debug> executeQuery: Read 262 rows, 23.47 KiB in 0.002614 sec., 100229.53328232594 rows/sec., 8.77 MiB/sec.
14228 2024.10.22 17:05:08.002617 [ 47 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
14229 2024.10.22 17:05:08.002716 [ 47 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14230 2024.10.22 17:05:08.002791 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14231 2024.10.22 17:05:08.002951 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
14232 2024.10.22 17:05:08.002965 [ 285 ] {2a6eae89-9d39-4318-846e-c2a410f5c4e4} <Debug> DynamicQueryHandler: Done processing query
14233 2024.10.22 17:05:08.003026 [ 285 ] {2a6eae89-9d39-4318-846e-c2a410f5c4e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
14234 2024.10.22 17:05:08.003063 [ 285 ] {} <Debug> HTTP-Session: 2160b452-df55-4229-9ba7-bd3100e2d976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14235 2024.10.22 17:05:08.003171 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14236 2024.10.22 17:05:08.003210 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1430 rows starting from the beginning of the part
14237 2024.10.22 17:05:08.003343 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65136, User-Agent: (none), Length: 4628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14238 2024.10.22 17:05:08.003434 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14239 2024.10.22 17:05:08.003523 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 78 rows starting from the beginning of the part
14240 2024.10.22 17:05:08.003600 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14241 2024.10.22 17:05:08.003691 [ 279 ] {} <Debug> HTTP-Session: a649d026-4de5-495f-96be-500ac2a90536 Authenticating user 'default' from [fd00:1122:3344:101::d]:65136
14242 2024.10.22 17:05:08.003796 [ 279 ] {} <Debug> HTTP-Session: a649d026-4de5-495f-96be-500ac2a90536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14243 2024.10.22 17:05:08.003822 [ 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):
14244 
14245 (version 23.8.7.1)
14246 2024.10.22 17:05:08.003901 [ 279 ] {} <Debug> HTTP-Session: a649d026-4de5-495f-96be-500ac2a90536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14247 2024.10.22 17:05:08.003985 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 261 rows starting from the beginning of the part
14248 2024.10.22 17:05:08.004062 [ 279 ] {} <Trace> HTTP-Session: a649d026-4de5-495f-96be-500ac2a90536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14249 2024.10.22 17:05:08.004372 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1234 rows starting from the beginning of the part
14250 2024.10.22 17:05:08.004430 [ 279 ] {ca6daf63-1891-4c44-aefe-37760983e014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65136) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
14251 2024.10.22 17:05:08.004606 [ 279 ] {ca6daf63-1891-4c44-aefe-37760983e014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14252 2024.10.22 17:05:08.004762 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 26 rows starting from the beginning of the part
14253 2024.10.22 17:05:08.005130 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 262 rows starting from the beginning of the part
14254 2024.10.22 17:05:08.005842 [ 279 ] {ca6daf63-1891-4c44-aefe-37760983e014} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14255 2024.10.22 17:05:08.006441 [ 279 ] {ca6daf63-1891-4c44-aefe-37760983e014} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14256 2024.10.22 17:05:08.006491 [ 279 ] {ca6daf63-1891-4c44-aefe-37760983e014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14257 2024.10.22 17:05:08.007036 [ 279 ] {ca6daf63-1891-4c44-aefe-37760983e014} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
14258 2024.10.22 17:05:08.007435 [ 279 ] {ca6daf63-1891-4c44-aefe-37760983e014} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14259 2024.10.22 17:05:08.007830 [ 279 ] {ca6daf63-1891-4c44-aefe-37760983e014} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.003511 sec., 9114.212475078326 rows/sec., 682.29 KiB/sec.
14260 2024.10.22 17:05:08.007893 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3291 rows, containing 5 columns (5 merged, 0 gathered) in 0.005010105 sec., 656872.4607568105 rows/sec., 57.38 MiB/sec.
14261 2024.10.22 17:05:08.008168 [ 279 ] {ca6daf63-1891-4c44-aefe-37760983e014} <Debug> DynamicQueryHandler: Done processing query
14262 2024.10.22 17:05:08.008182 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
14263 2024.10.22 17:05:08.008223 [ 279 ] {ca6daf63-1891-4c44-aefe-37760983e014} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
14264 2024.10.22 17:05:08.008279 [ 279 ] {} <Debug> HTTP-Session: a649d026-4de5-495f-96be-500ac2a90536 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14265 2024.10.22 17:05:08.008485 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14266 2024.10.22 17:05:08.008714 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57115, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14267 2024.10.22 17:05:08.008830 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14268 2024.10.22 17:05:08.008878 [ 285 ] {} <Debug> HTTP-Session: 6259b25c-6aa6-4690-aae2-984592421c87 Authenticating user 'default' from [fd00:1122:3344:101::d]:57115
14269 2024.10.22 17:05:08.008908 [ 285 ] {} <Debug> HTTP-Session: 6259b25c-6aa6-4690-aae2-984592421c87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14270 2024.10.22 17:05:08.008931 [ 285 ] {} <Debug> HTTP-Session: 6259b25c-6aa6-4690-aae2-984592421c87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14271 2024.10.22 17:05:08.009008 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_66_13} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14272 2024.10.22 17:05:08.009022 [ 285 ] {} <Trace> HTTP-Session: 6259b25c-6aa6-4690-aae2-984592421c87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14273 2024.10.22 17:05:08.009147 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_66_13} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
14274 2024.10.22 17:05:08.009295 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
14275 2024.10.22 17:05:08.009302 [ 285 ] {0e84b30e-fabc-41c5-aa1f-df5b9c9e1145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57115) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
14276 2024.10.22 17:05:08.009382 [ 285 ] {0e84b30e-fabc-41c5-aa1f-df5b9c9e1145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14277 2024.10.22 17:05:08.009647 [ 285 ] {0e84b30e-fabc-41c5-aa1f-df5b9c9e1145} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14278 2024.10.22 17:05:08.010010 [ 285 ] {0e84b30e-fabc-41c5-aa1f-df5b9c9e1145} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14279 2024.10.22 17:05:08.010049 [ 285 ] {0e84b30e-fabc-41c5-aa1f-df5b9c9e1145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14280 2024.10.22 17:05:08.010444 [ 285 ] {0e84b30e-fabc-41c5-aa1f-df5b9c9e1145} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
14281 2024.10.22 17:05:08.010826 [ 285 ] {0e84b30e-fabc-41c5-aa1f-df5b9c9e1145} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14282 2024.10.22 17:05:08.010991 [ 285 ] {0e84b30e-fabc-41c5-aa1f-df5b9c9e1145} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001788 sec., 11744.96644295302 rows/sec., 811.07 KiB/sec.
14283 2024.10.22 17:05:08.011002 [ 47 ] {} <Debug> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
14284 2024.10.22 17:05:08.011095 [ 47 ] {} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14285 2024.10.22 17:05:08.011145 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14286 2024.10.22 17:05:08.011301 [ 285 ] {0e84b30e-fabc-41c5-aa1f-df5b9c9e1145} <Debug> DynamicQueryHandler: Done processing query
14287 2024.10.22 17:05:08.011370 [ 285 ] {0e84b30e-fabc-41c5-aa1f-df5b9c9e1145} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14288 2024.10.22 17:05:08.011401 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::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
14289 2024.10.22 17:05:08.011410 [ 285 ] {} <Debug> HTTP-Session: 6259b25c-6aa6-4690-aae2-984592421c87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14290 2024.10.22 17:05:08.011780 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14291 2024.10.22 17:05:08.011929 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64460, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14292 2024.10.22 17:05:08.012219 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14293 2024.10.22 17:05:08.012242 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14294 2024.10.22 17:05:08.012354 [ 279 ] {} <Debug> HTTP-Session: 59a31ed9-690a-4a41-b0e7-f1565206ef74 Authenticating user 'default' from [fd00:1122:3344:101::d]:64460
14295 2024.10.22 17:05:08.012407 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 249 rows starting from the beginning of the part
14296 2024.10.22 17:05:08.012456 [ 279 ] {} <Debug> HTTP-Session: 59a31ed9-690a-4a41-b0e7-f1565206ef74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14297 2024.10.22 17:05:08.012563 [ 279 ] {} <Debug> HTTP-Session: 59a31ed9-690a-4a41-b0e7-f1565206ef74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14298 2024.10.22 17:05:08.012782 [ 279 ] {} <Trace> HTTP-Session: 59a31ed9-690a-4a41-b0e7-f1565206ef74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14299 2024.10.22 17:05:08.012884 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 21 rows starting from the beginning of the part
14300 2024.10.22 17:05:08.013146 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 21 rows starting from the beginning of the part
14301 2024.10.22 17:05:08.013225 [ 279 ] {89386144-13f1-402c-a95a-a3471688b5ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64460) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
14302 2024.10.22 17:05:08.013423 [ 279 ] {89386144-13f1-402c-a95a-a3471688b5ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14303 2024.10.22 17:05:08.013452 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 21 rows starting from the beginning of the part
14304 2024.10.22 17:05:08.013820 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 228 rows starting from the beginning of the part
14305 2024.10.22 17:05:08.014094 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 21 rows starting from the beginning of the part
14306 2024.10.22 17:05:08.014882 [ 279 ] {89386144-13f1-402c-a95a-a3471688b5ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14307 2024.10.22 17:05:08.015917 [ 279 ] {89386144-13f1-402c-a95a-a3471688b5ce} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14308 2024.10.22 17:05:08.015996 [ 279 ] {89386144-13f1-402c-a95a-a3471688b5ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14309 2024.10.22 17:05:08.017085 [ 279 ] {89386144-13f1-402c-a95a-a3471688b5ce} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
14310 2024.10.22 17:05:08.017168 [ 200 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 561 rows, containing 5 columns (5 merged, 0 gathered) in 0.005941487 sec., 94420.80745106403 rows/sec., 6.40 MiB/sec.
14311 2024.10.22 17:05:08.017497 [ 189 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
14312 2024.10.22 17:05:08.017864 [ 279 ] {89386144-13f1-402c-a95a-a3471688b5ce} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14313 2024.10.22 17:05:08.018326 [ 279 ] {89386144-13f1-402c-a95a-a3471688b5ce} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.00527 sec., 2277.0398481973434 rows/sec., 140.09 KiB/sec.
14314 2024.10.22 17:05:08.018719 [ 279 ] {89386144-13f1-402c-a95a-a3471688b5ce} <Debug> DynamicQueryHandler: Done processing query
14315 2024.10.22 17:05:08.018720 [ 189 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_36_7} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14316 2024.10.22 17:05:08.018759 [ 279 ] {89386144-13f1-402c-a95a-a3471688b5ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14317 2024.10.22 17:05:08.018812 [ 279 ] {} <Debug> HTTP-Session: 59a31ed9-690a-4a41-b0e7-f1565206ef74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14318 2024.10.22 17:05:08.018907 [ 189 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_36_7} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
14319 2024.10.22 17:05:08.019042 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
14320 2024.10.22 17:05:08.019066 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14321 2024.10.22 17:05:08.019221 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64594, User-Agent: (none), Length: 67196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14322 2024.10.22 17:05:08.019287 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14323 2024.10.22 17:05:08.019308 [ 285 ] {} <Debug> HTTP-Session: 4a2b63b5-3c21-429e-8154-ab294feb4e11 Authenticating user 'default' from [fd00:1122:3344:101::d]:64594
14324 2024.10.22 17:05:08.019328 [ 285 ] {} <Debug> HTTP-Session: 4a2b63b5-3c21-429e-8154-ab294feb4e11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14325 2024.10.22 17:05:08.019342 [ 285 ] {} <Debug> HTTP-Session: 4a2b63b5-3c21-429e-8154-ab294feb4e11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14326 2024.10.22 17:05:08.019384 [ 285 ] {} <Trace> HTTP-Session: 4a2b63b5-3c21-429e-8154-ab294feb4e11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14327 2024.10.22 17:05:08.019743 [ 285 ] {6b02dae3-46d0-46fd-9ecf-93dec7379799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14328 2024.10.22 17:05:08.019801 [ 285 ] {6b02dae3-46d0-46fd-9ecf-93dec7379799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14329 2024.10.22 17:05:08.020124 [ 285 ] {6b02dae3-46d0-46fd-9ecf-93dec7379799} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14330 2024.10.22 17:05:08.020766 [ 285 ] {6b02dae3-46d0-46fd-9ecf-93dec7379799} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14331 2024.10.22 17:05:08.020805 [ 285 ] {6b02dae3-46d0-46fd-9ecf-93dec7379799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14332 2024.10.22 17:05:08.021211 [ 285 ] {6b02dae3-46d0-46fd-9ecf-93dec7379799} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
14333 2024.10.22 17:05:08.021602 [ 285 ] {6b02dae3-46d0-46fd-9ecf-93dec7379799} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14334 2024.10.22 17:05:08.021767 [ 285 ] {6b02dae3-46d0-46fd-9ecf-93dec7379799} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.002238 sec., 184986.59517426274 rows/sec., 13.20 MiB/sec.
14335 2024.10.22 17:05:08.021787 [ 47 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
14336 2024.10.22 17:05:08.021867 [ 47 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14337 2024.10.22 17:05:08.021920 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14338 2024.10.22 17:05:08.022075 [ 285 ] {6b02dae3-46d0-46fd-9ecf-93dec7379799} <Debug> DynamicQueryHandler: Done processing query
14339 2024.10.22 17:05:08.022105 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
14340 2024.10.22 17:05:08.022119 [ 285 ] {6b02dae3-46d0-46fd-9ecf-93dec7379799} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
14341 2024.10.22 17:05:08.022183 [ 285 ] {} <Debug> HTTP-Session: 4a2b63b5-3c21-429e-8154-ab294feb4e11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14342 2024.10.22 17:05:08.022327 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14343 2024.10.22 17:05:08.022438 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part
14344 2024.10.22 17:05:08.022435 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64460, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14345 2024.10.22 17:05:08.022466 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14346 2024.10.22 17:05:08.022647 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14347 2024.10.22 17:05:08.022772 [ 279 ] {} <Debug> HTTP-Session: 9159da63-16d7-4c28-a984-99914433e208 Authenticating user 'default' from [fd00:1122:3344:101::d]:64460
14348 2024.10.22 17:05:08.022796 [ 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):
14349 
14350 (version 23.8.7.1)
14351 2024.10.22 17:05:08.022798 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 75 rows starting from the beginning of the part
14352 2024.10.22 17:05:08.022890 [ 279 ] {} <Debug> HTTP-Session: 9159da63-16d7-4c28-a984-99914433e208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14353 2024.10.22 17:05:08.022964 [ 279 ] {} <Debug> HTTP-Session: 9159da63-16d7-4c28-a984-99914433e208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14354 2024.10.22 17:05:08.023129 [ 279 ] {} <Trace> HTTP-Session: 9159da63-16d7-4c28-a984-99914433e208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14355 2024.10.22 17:05:08.023149 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 412 rows starting from the beginning of the part
14356 2024.10.22 17:05:08.023410 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 545 rows starting from the beginning of the part
14357 2024.10.22 17:05:08.023542 [ 279 ] {943570f5-bedf-4293-91be-d0a20153251b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64460) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
14358 2024.10.22 17:05:08.023741 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 28 rows starting from the beginning of the part
14359 2024.10.22 17:05:08.023752 [ 279 ] {943570f5-bedf-4293-91be-d0a20153251b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14360 2024.10.22 17:05:08.024110 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 414 rows starting from the beginning of the part
14361 2024.10.22 17:05:08.024879 [ 279 ] {943570f5-bedf-4293-91be-d0a20153251b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14362 2024.10.22 17:05:08.025568 [ 279 ] {943570f5-bedf-4293-91be-d0a20153251b} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14363 2024.10.22 17:05:08.025633 [ 279 ] {943570f5-bedf-4293-91be-d0a20153251b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14364 2024.10.22 17:05:08.026710 [ 279 ] {943570f5-bedf-4293-91be-d0a20153251b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
14365 2024.10.22 17:05:08.027273 [ 279 ] {943570f5-bedf-4293-91be-d0a20153251b} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14366 2024.10.22 17:05:08.027661 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 5 columns (5 merged, 0 gathered) in 0.00563439 sec., 423825.8267532066 rows/sec., 32.48 MiB/sec.
14367 2024.10.22 17:05:08.027691 [ 279 ] {943570f5-bedf-4293-91be-d0a20153251b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004304 sec., 1394.0520446096655 rows/sec., 72.83 KiB/sec.
14368 2024.10.22 17:05:08.027983 [ 279 ] {943570f5-bedf-4293-91be-d0a20153251b} <Debug> DynamicQueryHandler: Done processing query
14369 2024.10.22 17:05:08.028002 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
14370 2024.10.22 17:05:08.028013 [ 279 ] {943570f5-bedf-4293-91be-d0a20153251b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
14371 2024.10.22 17:05:08.028067 [ 279 ] {} <Debug> HTTP-Session: 9159da63-16d7-4c28-a984-99914433e208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14372 2024.10.22 17:05:08.028295 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14373 2024.10.22 17:05:08.028555 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38324, User-Agent: (none), Length: 44794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14374 2024.10.22 17:05:08.028733 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14375 2024.10.22 17:05:08.028775 [ 285 ] {} <Debug> HTTP-Session: 1c73efc2-f307-46fa-946d-86b14150679f Authenticating user 'default' from [fd00:1122:3344:101::d]:38324
14376 2024.10.22 17:05:08.028829 [ 285 ] {} <Debug> HTTP-Session: 1c73efc2-f307-46fa-946d-86b14150679f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14377 2024.10.22 17:05:08.028859 [ 285 ] {} <Debug> HTTP-Session: 1c73efc2-f307-46fa-946d-86b14150679f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14378 2024.10.22 17:05:08.028942 [ 285 ] {} <Trace> HTTP-Session: 1c73efc2-f307-46fa-946d-86b14150679f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14379 2024.10.22 17:05:08.029045 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_66_13} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14380 2024.10.22 17:05:08.029198 [ 191 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_66_13} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
14381 2024.10.22 17:05:08.029320 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
14382 2024.10.22 17:05:08.029375 [ 285 ] {bb25a9fd-4840-4bad-a49d-f5f1d0911905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14383 2024.10.22 17:05:08.029440 [ 285 ] {bb25a9fd-4840-4bad-a49d-f5f1d0911905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14384 2024.10.22 17:05:08.029627 [ 285 ] {bb25a9fd-4840-4bad-a49d-f5f1d0911905} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14385 2024.10.22 17:05:08.030099 [ 285 ] {bb25a9fd-4840-4bad-a49d-f5f1d0911905} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14386 2024.10.22 17:05:08.030138 [ 285 ] {bb25a9fd-4840-4bad-a49d-f5f1d0911905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14387 2024.10.22 17:05:08.030569 [ 285 ] {bb25a9fd-4840-4bad-a49d-f5f1d0911905} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
14388 2024.10.22 17:05:08.030948 [ 285 ] {bb25a9fd-4840-4bad-a49d-f5f1d0911905} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14389 2024.10.22 17:05:08.031119 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
14390 2024.10.22 17:05:08.031125 [ 285 ] {bb25a9fd-4840-4bad-a49d-f5f1d0911905} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002004 sec., 118762.4750499002 rows/sec., 7.96 MiB/sec.
14391 2024.10.22 17:05:08.031170 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14392 2024.10.22 17:05:08.031235 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14393 2024.10.22 17:05:08.031421 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
14394 2024.10.22 17:05:08.031470 [ 285 ] {bb25a9fd-4840-4bad-a49d-f5f1d0911905} <Debug> DynamicQueryHandler: Done processing query
14395 2024.10.22 17:05:08.031503 [ 285 ] {bb25a9fd-4840-4bad-a49d-f5f1d0911905} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
14396 2024.10.22 17:05:08.031528 [ 285 ] {} <Debug> HTTP-Session: 1c73efc2-f307-46fa-946d-86b14150679f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14397 2024.10.22 17:05:08.031594 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14398 2024.10.22 17:05:08.031631 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18350 rows starting from the beginning of the part
14399 2024.10.22 17:05:08.031728 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14400 2024.10.22 17:05:08.031917 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47369, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14401 2024.10.22 17:05:08.031947 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part
14402 2024.10.22 17:05:08.032121 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14403 2024.10.22 17:05:08.032234 [ 279 ] {} <Debug> HTTP-Session: 08008265-1254-4ce5-ac9a-ebaccbf00a49 Authenticating user 'default' from [fd00:1122:3344:101::d]:47369
14404 2024.10.22 17:05:08.032327 [ 279 ] {} <Debug> HTTP-Session: 08008265-1254-4ce5-ac9a-ebaccbf00a49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14405 2024.10.22 17:05:08.032335 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part
14406 2024.10.22 17:05:08.032396 [ 279 ] {} <Debug> HTTP-Session: 08008265-1254-4ce5-ac9a-ebaccbf00a49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14407 2024.10.22 17:05:08.032601 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 996 rows starting from the beginning of the part
14408 2024.10.22 17:05:08.032611 [ 279 ] {} <Trace> HTTP-Session: 08008265-1254-4ce5-ac9a-ebaccbf00a49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14409 2024.10.22 17:05:08.032776 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 10 rows starting from the beginning of the part
14410 2024.10.22 17:05:08.033026 [ 279 ] {6e256a3e-3ce6-4854-8288-32d96ce1c56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47369) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
14411 2024.10.22 17:05:08.033088 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 238 rows starting from the beginning of the part
14412 2024.10.22 17:05:08.033205 [ 279 ] {6e256a3e-3ce6-4854-8288-32d96ce1c56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14413 2024.10.22 17:05:08.033909 [ 279 ] {6e256a3e-3ce6-4854-8288-32d96ce1c56f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14414 2024.10.22 17:05:08.034418 [ 279 ] {6e256a3e-3ce6-4854-8288-32d96ce1c56f} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14415 2024.10.22 17:05:08.034463 [ 279 ] {6e256a3e-3ce6-4854-8288-32d96ce1c56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14416 2024.10.22 17:05:08.034921 [ 279 ] {6e256a3e-3ce6-4854-8288-32d96ce1c56f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
14417 2024.10.22 17:05:08.035698 [ 279 ] {6e256a3e-3ce6-4854-8288-32d96ce1c56f} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14418 2024.10.22 17:05:08.036155 [ 279 ] {6e256a3e-3ce6-4854-8288-32d96ce1c56f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003298 sec., 303.21406913280777 rows/sec., 20.43 KiB/sec.
14419 2024.10.22 17:05:08.036829 [ 279 ] {6e256a3e-3ce6-4854-8288-32d96ce1c56f} <Debug> DynamicQueryHandler: Done processing query
14420 2024.10.22 17:05:08.036854 [ 279 ] {6e256a3e-3ce6-4854-8288-32d96ce1c56f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
14421 2024.10.22 17:05:08.036872 [ 279 ] {} <Debug> HTTP-Session: 08008265-1254-4ce5-ac9a-ebaccbf00a49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14422 2024.10.22 17:05:08.036976 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14423 2024.10.22 17:05:08.037376 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14424 2024.10.22 17:05:08.037408 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40769, User-Agent: (none), Length: 50314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14425 2024.10.22 17:05:08.037514 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14426 2024.10.22 17:05:08.037544 [ 278 ] {} <Debug> HTTP-Session: 72a673e0-fcc0-4388-b04d-ef5594dc209c Authenticating user 'default' from [fd00:1122:3344:101::d]:40769
14427 2024.10.22 17:05:08.037570 [ 278 ] {} <Debug> HTTP-Session: 72a673e0-fcc0-4388-b04d-ef5594dc209c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14428 2024.10.22 17:05:08.037588 [ 278 ] {} <Debug> HTTP-Session: 72a673e0-fcc0-4388-b04d-ef5594dc209c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14429 2024.10.22 17:05:08.037642 [ 278 ] {} <Trace> HTTP-Session: 72a673e0-fcc0-4388-b04d-ef5594dc209c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14430 2024.10.22 17:05:08.038480 [ 278 ] {2739388c-af68-4262-b281-a0f36880b773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40769) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
14431 2024.10.22 17:05:08.038587 [ 278 ] {2739388c-af68-4262-b281-a0f36880b773} <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
14432 2024.10.22 17:05:08.039214 [ 278 ] {2739388c-af68-4262-b281-a0f36880b773} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14433 2024.10.22 17:05:08.040239 [ 278 ] {2739388c-af68-4262-b281-a0f36880b773} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14434 2024.10.22 17:05:08.040277 [ 278 ] {2739388c-af68-4262-b281-a0f36880b773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14435 2024.10.22 17:05:08.041006 [ 186 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19991 rows, containing 5 columns (5 merged, 0 gathered) in 0.009661462 sec., 2069148.5408730067 rows/sec., 139.65 MiB/sec.
14436 2024.10.22 17:05:08.041535 [ 196 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
14437 2024.10.22 17:05:08.041704 [ 278 ] {2739388c-af68-4262-b281-a0f36880b773} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14438 2024.10.22 17:05:08.042630 [ 187 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14439 2024.10.22 17:05:08.042773 [ 187 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
14440 2024.10.22 17:05:08.042847 [ 278 ] {2739388c-af68-4262-b281-a0f36880b773} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14441 2024.10.22 17:05:08.042907 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.26 MiB.
14442 2024.10.22 17:05:08.043085 [ 278 ] {2739388c-af68-4262-b281-a0f36880b773} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00524 sec., 5725.1908396946565 rows/sec., 10.26 MiB/sec.
14443 2024.10.22 17:05:08.043595 [ 278 ] {2739388c-af68-4262-b281-a0f36880b773} <Debug> DynamicQueryHandler: Done processing query
14444 2024.10.22 17:05:08.043621 [ 278 ] {2739388c-af68-4262-b281-a0f36880b773} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
14445 2024.10.22 17:05:08.043638 [ 278 ] {} <Debug> HTTP-Session: 72a673e0-fcc0-4388-b04d-ef5594dc209c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14446 2024.10.22 17:05:08.043852 [ 278 ] {} <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)
14447 2024.10.22 17:05:08.043947 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52935, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14448 2024.10.22 17:05:08.044018 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14449 2024.10.22 17:05:08.044043 [ 279 ] {} <Debug> HTTP-Session: 0dd4a219-b4e0-4698-9ecd-c7d706987216 Authenticating user 'default' from [fd00:1122:3344:101::d]:52935
14450 2024.10.22 17:05:08.044065 [ 279 ] {} <Debug> HTTP-Session: 0dd4a219-b4e0-4698-9ecd-c7d706987216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14451 2024.10.22 17:05:08.044082 [ 279 ] {} <Debug> HTTP-Session: 0dd4a219-b4e0-4698-9ecd-c7d706987216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14452 2024.10.22 17:05:08.044125 [ 279 ] {} <Trace> HTTP-Session: 0dd4a219-b4e0-4698-9ecd-c7d706987216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14453 2024.10.22 17:05:08.044307 [ 279 ] {8a24b856-0c6b-4fd4-ae6c-3acc05660d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52935) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14454 2024.10.22 17:05:08.044367 [ 279 ] {8a24b856-0c6b-4fd4-ae6c-3acc05660d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14455 2024.10.22 17:05:08.044536 [ 279 ] {8a24b856-0c6b-4fd4-ae6c-3acc05660d4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14456 2024.10.22 17:05:08.044871 [ 279 ] {8a24b856-0c6b-4fd4-ae6c-3acc05660d4c} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14457 2024.10.22 17:05:08.044906 [ 279 ] {8a24b856-0c6b-4fd4-ae6c-3acc05660d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14458 2024.10.22 17:05:08.045287 [ 279 ] {8a24b856-0c6b-4fd4-ae6c-3acc05660d4c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
14459 2024.10.22 17:05:08.045628 [ 279 ] {8a24b856-0c6b-4fd4-ae6c-3acc05660d4c} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14460 2024.10.22 17:05:08.045759 [ 50 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
14461 2024.10.22 17:05:08.045761 [ 279 ] {8a24b856-0c6b-4fd4-ae6c-3acc05660d4c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec.
14462 2024.10.22 17:05:08.045808 [ 50 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14463 2024.10.22 17:05:08.045851 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14464 2024.10.22 17:05:08.046035 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
14465 2024.10.22 17:05:08.046051 [ 279 ] {8a24b856-0c6b-4fd4-ae6c-3acc05660d4c} <Debug> DynamicQueryHandler: Done processing query
14466 2024.10.22 17:05:08.046110 [ 279 ] {8a24b856-0c6b-4fd4-ae6c-3acc05660d4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14467 2024.10.22 17:05:08.046139 [ 279 ] {} <Debug> HTTP-Session: 0dd4a219-b4e0-4698-9ecd-c7d706987216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14468 2024.10.22 17:05:08.046269 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14469 2024.10.22 17:05:08.046310 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3600 rows starting from the beginning of the part
14470 2024.10.22 17:05:08.046384 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
14471 2024.10.22 17:05:08.046516 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part
14472 2024.10.22 17:05:08.046768 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part
14473 2024.10.22 17:05:08.046954 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14474 2024.10.22 17:05:08.046987 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 4 rows starting from the beginning of the part
14475 2024.10.22 17:05:08.047268 [ 279 ] {} <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):
14476 
14477 (version 23.8.7.1)
14478 2024.10.22 17:05:08.047348 [ 196 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part
14479 2024.10.22 17:05:08.048721 [ 187 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3884 rows, containing 4 columns (4 merged, 0 gathered) in 0.002779593 sec., 1397326.8748338337 rows/sec., 91.04 MiB/sec.
14480 2024.10.22 17:05:08.048982 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
14481 2024.10.22 17:05:08.049371 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_66_13} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14482 2024.10.22 17:05:08.049451 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_66_13} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
14483 2024.10.22 17:05:08.049526 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
14484 2024.10.22 17:05:08.065295 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14485 2024.10.22 17:05:08.073578 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14486 2024.10.22 17:05:09.000203 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.79 MiB, peak 186.96 MiB, free memory in arenas 0.00 B, will set to 178.90 MiB (RSS), difference: 1.11 MiB
14487 2024.10.22 17:05:09.100690 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46067, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14488 2024.10.22 17:05:09.163030 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14489 2024.10.22 17:05:09.265373 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14490 2024.10.22 17:05:09.267641 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36232, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14491 2024.10.22 17:05:09.285906 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58119, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14492 2024.10.22 17:05:09.331996 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14493 2024.10.22 17:05:09.337270 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14494 2024.10.22 17:05:09.345518 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14495 2024.10.22 17:05:09.360789 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14496 2024.10.22 17:05:12.989420 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40769, User-Agent: (none), Length: 14634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14497 2024.10.22 17:05:12.989555 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14498 2024.10.22 17:05:12.989584 [ 278 ] {} <Debug> HTTP-Session: edf310ec-7c20-4a36-814e-f1c3a344de94 Authenticating user 'default' from [fd00:1122:3344:101::d]:40769
14499 2024.10.22 17:05:12.989611 [ 278 ] {} <Debug> HTTP-Session: edf310ec-7c20-4a36-814e-f1c3a344de94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14500 2024.10.22 17:05:12.989629 [ 278 ] {} <Debug> HTTP-Session: edf310ec-7c20-4a36-814e-f1c3a344de94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14501 2024.10.22 17:05:12.989683 [ 278 ] {} <Trace> HTTP-Session: edf310ec-7c20-4a36-814e-f1c3a344de94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14502 2024.10.22 17:05:12.989916 [ 278 ] {4a132681-2740-408c-932a-8e6047fc4470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40769) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14503 2024.10.22 17:05:12.989995 [ 278 ] {4a132681-2740-408c-932a-8e6047fc4470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14504 2024.10.22 17:05:12.990375 [ 278 ] {4a132681-2740-408c-932a-8e6047fc4470} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14505 2024.10.22 17:05:12.990895 [ 278 ] {4a132681-2740-408c-932a-8e6047fc4470} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14506 2024.10.22 17:05:12.990933 [ 278 ] {4a132681-2740-408c-932a-8e6047fc4470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14507 2024.10.22 17:05:12.991354 [ 278 ] {4a132681-2740-408c-932a-8e6047fc4470} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
14508 2024.10.22 17:05:12.991741 [ 278 ] {4a132681-2740-408c-932a-8e6047fc4470} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14509 2024.10.22 17:05:12.991883 [ 278 ] {4a132681-2740-408c-932a-8e6047fc4470} <Debug> executeQuery: Read 100 rows, 8.53 KiB in 0.002055 sec., 48661.800486618005 rows/sec., 4.05 MiB/sec.
14510 2024.10.22 17:05:12.992089 [ 278 ] {4a132681-2740-408c-932a-8e6047fc4470} <Debug> DynamicQueryHandler: Done processing query
14511 2024.10.22 17:05:12.992116 [ 278 ] {4a132681-2740-408c-932a-8e6047fc4470} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
14512 2024.10.22 17:05:12.992133 [ 278 ] {} <Debug> HTTP-Session: edf310ec-7c20-4a36-814e-f1c3a344de94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14513 2024.10.22 17:05:12.992284 [ 278 ] {} <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)
14514 2024.10.22 17:05:12.992427 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53852, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14515 2024.10.22 17:05:12.992538 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14516 2024.10.22 17:05:12.992563 [ 279 ] {} <Debug> HTTP-Session: c30d92da-49de-4f63-966d-6157bc5c96bf Authenticating user 'default' from [fd00:1122:3344:101::d]:53852
14517 2024.10.22 17:05:12.992588 [ 279 ] {} <Debug> HTTP-Session: c30d92da-49de-4f63-966d-6157bc5c96bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14518 2024.10.22 17:05:12.992603 [ 279 ] {} <Debug> HTTP-Session: c30d92da-49de-4f63-966d-6157bc5c96bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14519 2024.10.22 17:05:12.992655 [ 279 ] {} <Trace> HTTP-Session: c30d92da-49de-4f63-966d-6157bc5c96bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14520 2024.10.22 17:05:12.992846 [ 279 ] {649412e1-f85b-4f44-a4bd-36e2b4934db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53852) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
14521 2024.10.22 17:05:12.992916 [ 279 ] {649412e1-f85b-4f44-a4bd-36e2b4934db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14522 2024.10.22 17:05:12.993272 [ 279 ] {649412e1-f85b-4f44-a4bd-36e2b4934db4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14523 2024.10.22 17:05:12.993661 [ 279 ] {649412e1-f85b-4f44-a4bd-36e2b4934db4} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14524 2024.10.22 17:05:12.993708 [ 279 ] {649412e1-f85b-4f44-a4bd-36e2b4934db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14525 2024.10.22 17:05:12.994150 [ 279 ] {649412e1-f85b-4f44-a4bd-36e2b4934db4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
14526 2024.10.22 17:05:12.994560 [ 279 ] {649412e1-f85b-4f44-a4bd-36e2b4934db4} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14527 2024.10.22 17:05:12.994747 [ 279 ] {649412e1-f85b-4f44-a4bd-36e2b4934db4} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001955 sec., 11253.196930946291 rows/sec., 846.19 KiB/sec.
14528 2024.10.22 17:05:12.995022 [ 279 ] {649412e1-f85b-4f44-a4bd-36e2b4934db4} <Debug> DynamicQueryHandler: Done processing query
14529 2024.10.22 17:05:12.995054 [ 279 ] {649412e1-f85b-4f44-a4bd-36e2b4934db4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14530 2024.10.22 17:05:12.995074 [ 279 ] {} <Debug> HTTP-Session: c30d92da-49de-4f63-966d-6157bc5c96bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14531 2024.10.22 17:05:12.995228 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40769, User-Agent: (none), Length: 15599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14532 2024.10.22 17:05:12.995249 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14533 2024.10.22 17:05:12.995329 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14534 2024.10.22 17:05:12.995379 [ 278 ] {} <Debug> HTTP-Session: a9fbec04-ba26-4b56-8387-b5b1a88784e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40769
14535 2024.10.22 17:05:12.995406 [ 278 ] {} <Debug> HTTP-Session: a9fbec04-ba26-4b56-8387-b5b1a88784e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14536 2024.10.22 17:05:12.995434 [ 278 ] {} <Debug> HTTP-Session: a9fbec04-ba26-4b56-8387-b5b1a88784e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14537 2024.10.22 17:05:12.995483 [ 278 ] {} <Trace> HTTP-Session: a9fbec04-ba26-4b56-8387-b5b1a88784e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14538 2024.10.22 17:05:12.995632 [ 278 ] {a43320f6-721e-471e-af46-f3a5807881a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40769) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14539 2024.10.22 17:05:12.995678 [ 278 ] {a43320f6-721e-471e-af46-f3a5807881a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14540 2024.10.22 17:05:12.995936 [ 278 ] {a43320f6-721e-471e-af46-f3a5807881a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14541 2024.10.22 17:05:12.996325 [ 278 ] {a43320f6-721e-471e-af46-f3a5807881a1} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14542 2024.10.22 17:05:12.996361 [ 278 ] {a43320f6-721e-471e-af46-f3a5807881a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14543 2024.10.22 17:05:12.996737 [ 278 ] {a43320f6-721e-471e-af46-f3a5807881a1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
14544 2024.10.22 17:05:12.997100 [ 278 ] {a43320f6-721e-471e-af46-f3a5807881a1} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14545 2024.10.22 17:05:12.997229 [ 278 ] {a43320f6-721e-471e-af46-f3a5807881a1} <Debug> executeQuery: Read 92 rows, 7.33 KiB in 0.001649 sec., 55791.388720436626 rows/sec., 4.34 MiB/sec.
14546 2024.10.22 17:05:12.997521 [ 278 ] {a43320f6-721e-471e-af46-f3a5807881a1} <Debug> DynamicQueryHandler: Done processing query
14547 2024.10.22 17:05:12.997582 [ 278 ] {a43320f6-721e-471e-af46-f3a5807881a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
14548 2024.10.22 17:05:12.997640 [ 278 ] {} <Debug> HTTP-Session: a9fbec04-ba26-4b56-8387-b5b1a88784e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14549 2024.10.22 17:05:12.997838 [ 278 ] {} <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)
14550 2024.10.22 17:05:12.997947 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53684, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14551 2024.10.22 17:05:12.998023 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14552 2024.10.22 17:05:12.998049 [ 279 ] {} <Debug> HTTP-Session: 6644cc0d-ab72-4f29-90e2-726487561222 Authenticating user 'default' from [fd00:1122:3344:101::d]:53684
14553 2024.10.22 17:05:12.998072 [ 279 ] {} <Debug> HTTP-Session: 6644cc0d-ab72-4f29-90e2-726487561222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14554 2024.10.22 17:05:12.998090 [ 279 ] {} <Debug> HTTP-Session: 6644cc0d-ab72-4f29-90e2-726487561222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14555 2024.10.22 17:05:12.998135 [ 279 ] {} <Trace> HTTP-Session: 6644cc0d-ab72-4f29-90e2-726487561222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14556 2024.10.22 17:05:12.998356 [ 279 ] {8779df30-5ed1-40f4-afd4-0ea2785d06dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53684) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14557 2024.10.22 17:05:12.998421 [ 279 ] {8779df30-5ed1-40f4-afd4-0ea2785d06dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14558 2024.10.22 17:05:12.998625 [ 279 ] {8779df30-5ed1-40f4-afd4-0ea2785d06dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14559 2024.10.22 17:05:12.999030 [ 279 ] {8779df30-5ed1-40f4-afd4-0ea2785d06dc} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14560 2024.10.22 17:05:12.999068 [ 279 ] {8779df30-5ed1-40f4-afd4-0ea2785d06dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14561 2024.10.22 17:05:12.999481 [ 279 ] {8779df30-5ed1-40f4-afd4-0ea2785d06dc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
14562 2024.10.22 17:05:12.999837 [ 279 ] {8779df30-5ed1-40f4-afd4-0ea2785d06dc} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14563 2024.10.22 17:05:12.999987 [ 279 ] {8779df30-5ed1-40f4-afd4-0ea2785d06dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001727 sec., 92646.20729588882 rows/sec., 6.45 MiB/sec.
14564 2024.10.22 17:05:13.000163 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.46 MiB, peak 186.96 MiB, free memory in arenas 0.00 B, will set to 178.90 MiB (RSS), difference: -5.56 MiB
14565 2024.10.22 17:05:13.000261 [ 279 ] {8779df30-5ed1-40f4-afd4-0ea2785d06dc} <Debug> DynamicQueryHandler: Done processing query
14566 2024.10.22 17:05:13.000310 [ 279 ] {8779df30-5ed1-40f4-afd4-0ea2785d06dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
14567 2024.10.22 17:05:13.000343 [ 279 ] {} <Debug> HTTP-Session: 6644cc0d-ab72-4f29-90e2-726487561222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14568 2024.10.22 17:05:13.000587 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40769, User-Agent: (none), Length: 35983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14569 2024.10.22 17:05:13.000600 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53684, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14570 2024.10.22 17:05:13.000682 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14571 2024.10.22 17:05:13.000711 [ 278 ] {} <Debug> HTTP-Session: 8b7caeb6-553a-4726-b91a-819e1b8577b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40769
14572 2024.10.22 17:05:13.000736 [ 278 ] {} <Debug> HTTP-Session: 8b7caeb6-553a-4726-b91a-819e1b8577b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14573 2024.10.22 17:05:13.000760 [ 278 ] {} <Debug> HTTP-Session: 8b7caeb6-553a-4726-b91a-819e1b8577b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14574 2024.10.22 17:05:13.000800 [ 278 ] {} <Trace> HTTP-Session: 8b7caeb6-553a-4726-b91a-819e1b8577b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14575 2024.10.22 17:05:13.001084 [ 278 ] {7785e428-8e47-4bda-9ca3-b85bdb03fedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40769) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
14576 2024.10.22 17:05:13.001157 [ 278 ] {7785e428-8e47-4bda-9ca3-b85bdb03fedb} <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
14577 2024.10.22 17:05:13.001638 [ 278 ] {7785e428-8e47-4bda-9ca3-b85bdb03fedb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14578 2024.10.22 17:05:13.002307 [ 278 ] {7785e428-8e47-4bda-9ca3-b85bdb03fedb} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14579 2024.10.22 17:05:13.002344 [ 278 ] {7785e428-8e47-4bda-9ca3-b85bdb03fedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14580 2024.10.22 17:05:13.003003 [ 278 ] {7785e428-8e47-4bda-9ca3-b85bdb03fedb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14581 2024.10.22 17:05:13.003431 [ 278 ] {7785e428-8e47-4bda-9ca3-b85bdb03fedb} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14582 2024.10.22 17:05:13.003586 [ 278 ] {7785e428-8e47-4bda-9ca3-b85bdb03fedb} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002691 sec., 8175.399479747306 rows/sec., 14.65 MiB/sec.
14583 2024.10.22 17:05:13.003832 [ 278 ] {7785e428-8e47-4bda-9ca3-b85bdb03fedb} <Debug> DynamicQueryHandler: Done processing query
14584 2024.10.22 17:05:13.003857 [ 278 ] {7785e428-8e47-4bda-9ca3-b85bdb03fedb} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
14585 2024.10.22 17:05:13.003873 [ 278 ] {} <Debug> HTTP-Session: 8b7caeb6-553a-4726-b91a-819e1b8577b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14586 2024.10.22 17:05:13.004007 [ 278 ] {} <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)
14587 2024.10.22 17:05:13.004089 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63861, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14588 2024.10.22 17:05:13.004159 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14589 2024.10.22 17:05:13.004183 [ 279 ] {} <Debug> HTTP-Session: de9d694f-f4e9-431a-8bc0-8afc37f5291c Authenticating user 'default' from [fd00:1122:3344:101::d]:63861
14590 2024.10.22 17:05:13.004203 [ 279 ] {} <Debug> HTTP-Session: de9d694f-f4e9-431a-8bc0-8afc37f5291c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14591 2024.10.22 17:05:13.004217 [ 279 ] {} <Debug> HTTP-Session: de9d694f-f4e9-431a-8bc0-8afc37f5291c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14592 2024.10.22 17:05:13.004258 [ 279 ] {} <Trace> HTTP-Session: de9d694f-f4e9-431a-8bc0-8afc37f5291c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14593 2024.10.22 17:05:13.004382 [ 279 ] {eef3a3a5-f48b-4d99-8a88-2bd36f3d34d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63861) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
14594 2024.10.22 17:05:13.004437 [ 279 ] {eef3a3a5-f48b-4d99-8a88-2bd36f3d34d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
14595 2024.10.22 17:05:13.004604 [ 279 ] {eef3a3a5-f48b-4d99-8a88-2bd36f3d34d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14596 2024.10.22 17:05:13.004958 [ 279 ] {eef3a3a5-f48b-4d99-8a88-2bd36f3d34d5} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14597 2024.10.22 17:05:13.005002 [ 279 ] {eef3a3a5-f48b-4d99-8a88-2bd36f3d34d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14598 2024.10.22 17:05:13.005406 [ 279 ] {eef3a3a5-f48b-4d99-8a88-2bd36f3d34d5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
14599 2024.10.22 17:05:13.005763 [ 279 ] {eef3a3a5-f48b-4d99-8a88-2bd36f3d34d5} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14600 2024.10.22 17:05:13.005937 [ 279 ] {eef3a3a5-f48b-4d99-8a88-2bd36f3d34d5} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001585 sec., 3785.488958990536 rows/sec., 249.53 KiB/sec.
14601 2024.10.22 17:05:13.006234 [ 279 ] {eef3a3a5-f48b-4d99-8a88-2bd36f3d34d5} <Debug> DynamicQueryHandler: Done processing query
14602 2024.10.22 17:05:13.006262 [ 279 ] {eef3a3a5-f48b-4d99-8a88-2bd36f3d34d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
14603 2024.10.22 17:05:13.006280 [ 279 ] {} <Debug> HTTP-Session: de9d694f-f4e9-431a-8bc0-8afc37f5291c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14604 2024.10.22 17:05:13.006417 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14605 2024.10.22 17:05:13.006528 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41809, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14606 2024.10.22 17:05:13.006658 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14607 2024.10.22 17:05:13.006686 [ 285 ] {} <Debug> HTTP-Session: 507f5efe-92d5-402a-acd1-cbf211b875cc Authenticating user 'default' from [fd00:1122:3344:101::d]:41809
14608 2024.10.22 17:05:13.006711 [ 285 ] {} <Debug> HTTP-Session: 507f5efe-92d5-402a-acd1-cbf211b875cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14609 2024.10.22 17:05:13.006726 [ 285 ] {} <Debug> HTTP-Session: 507f5efe-92d5-402a-acd1-cbf211b875cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14610 2024.10.22 17:05:13.006780 [ 285 ] {} <Trace> HTTP-Session: 507f5efe-92d5-402a-acd1-cbf211b875cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14611 2024.10.22 17:05:13.007027 [ 285 ] {8aac8a26-4e56-48ac-aa0c-475b7ed50989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41809) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14612 2024.10.22 17:05:13.007108 [ 285 ] {8aac8a26-4e56-48ac-aa0c-475b7ed50989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14613 2024.10.22 17:05:13.007317 [ 285 ] {8aac8a26-4e56-48ac-aa0c-475b7ed50989} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14614 2024.10.22 17:05:13.007713 [ 285 ] {8aac8a26-4e56-48ac-aa0c-475b7ed50989} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14615 2024.10.22 17:05:13.007761 [ 285 ] {8aac8a26-4e56-48ac-aa0c-475b7ed50989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14616 2024.10.22 17:05:13.008234 [ 285 ] {8aac8a26-4e56-48ac-aa0c-475b7ed50989} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
14617 2024.10.22 17:05:13.008605 [ 285 ] {8aac8a26-4e56-48ac-aa0c-475b7ed50989} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14618 2024.10.22 17:05:13.008789 [ 285 ] {8aac8a26-4e56-48ac-aa0c-475b7ed50989} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001859 sec., 32275.416890801505 rows/sec., 2.18 MiB/sec.
14619 2024.10.22 17:05:13.009049 [ 285 ] {8aac8a26-4e56-48ac-aa0c-475b7ed50989} <Debug> DynamicQueryHandler: Done processing query
14620 2024.10.22 17:05:13.009081 [ 285 ] {8aac8a26-4e56-48ac-aa0c-475b7ed50989} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14621 2024.10.22 17:05:13.009100 [ 285 ] {} <Debug> HTTP-Session: 507f5efe-92d5-402a-acd1-cbf211b875cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14622 2024.10.22 17:05:13.009354 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14623 2024.10.22 17:05:13.181752 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64265, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14624 2024.10.22 17:05:13.262240 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14625 2024.10.22 17:05:13.297585 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14626 2024.10.22 17:05:13.298896 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14627 2024.10.22 17:05:13.302750 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61234, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14628 2024.10.22 17:05:13.304994 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14629 2024.10.22 17:05:13.315248 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14630 2024.10.22 17:05:13.320490 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14631 2024.10.22 17:05:13.329731 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14632 2024.10.22 17:05:14.000154 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.13 MiB, peak 186.96 MiB, free memory in arenas 0.00 B, will set to 178.90 MiB (RSS), difference: 4.77 MiB
14633 2024.10.22 17:05:17.128323 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
14634 2024.10.22 17:05:17.128391 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
14635 2024.10.22 17:05:17.399860 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1272
14636 2024.10.22 17:05:17.402802 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14637 2024.10.22 17:05:17.402862 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14638 2024.10.22 17:05:17.404399 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
14639 2024.10.22 17:05:17.405449 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14640 2024.10.22 17:05:17.406076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1272
14641 2024.10.22 17:05:17.993878 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33990, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14642 2024.10.22 17:05:17.994002 [ 281 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14643 2024.10.22 17:05:17.994028 [ 281 ] {} <Debug> HTTP-Session: 3f5b9dee-3a47-4cb3-8de4-306650a6ec71 Authenticating user 'default' from [fd00:1122:3344:101::d]:33990
14644 2024.10.22 17:05:17.994052 [ 281 ] {} <Debug> HTTP-Session: 3f5b9dee-3a47-4cb3-8de4-306650a6ec71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14645 2024.10.22 17:05:17.994067 [ 281 ] {} <Debug> HTTP-Session: 3f5b9dee-3a47-4cb3-8de4-306650a6ec71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14646 2024.10.22 17:05:17.994120 [ 281 ] {} <Trace> HTTP-Session: 3f5b9dee-3a47-4cb3-8de4-306650a6ec71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14647 2024.10.22 17:05:17.994391 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33990) 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)
14648 2024.10.22 17:05:17.994868 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
14649 2024.10.22 17:05:17.994936 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <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
14650 2024.10.22 17:05:17.995344 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
14651 2024.10.22 17:05:17.995431 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
14652 2024.10.22 17:05:17.995609 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
14653 2024.10.22 17:05:17.995652 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps
14654 2024.10.22 17:05:17.995677 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Debug> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (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
14655 2024.10.22 17:05:17.995695 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634) (SelectExecutor): Spreading mark ranges among streams (default reading)
14656 2024.10.22 17:05:17.995746 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <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'))"
14657 2024.10.22 17:05:17.995772 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 41 rows starting from 0
14658 2024.10.22 17:05:17.997032 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002764 sec., 14833.574529667148 rows/sec., 565.66 KiB/sec.
14659 2024.10.22 17:05:17.997332 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Debug> DynamicQueryHandler: Done processing query
14660 2024.10.22 17:05:17.997360 [ 281 ] {257940d4-076b-404e-9743-2cdb85aa6292} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
14661 2024.10.22 17:05:17.997377 [ 281 ] {} <Debug> HTTP-Session: 3f5b9dee-3a47-4cb3-8de4-306650a6ec71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14662 2024.10.22 17:05:17.998147 [ 281 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33990, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14663 2024.10.22 17:05:17.998248 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43193, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14664 2024.10.22 17:05:17.998358 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14665 2024.10.22 17:05:17.998382 [ 279 ] {} <Debug> HTTP-Session: 361bd91a-1a29-4ee7-b038-9578cd77f6a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43193
14666 2024.10.22 17:05:17.998406 [ 279 ] {} <Debug> HTTP-Session: 361bd91a-1a29-4ee7-b038-9578cd77f6a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14667 2024.10.22 17:05:17.998421 [ 279 ] {} <Debug> HTTP-Session: 361bd91a-1a29-4ee7-b038-9578cd77f6a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14668 2024.10.22 17:05:17.998475 [ 279 ] {} <Trace> HTTP-Session: 361bd91a-1a29-4ee7-b038-9578cd77f6a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14669 2024.10.22 17:05:17.998659 [ 279 ] {c276ed8f-dd92-4f46-bf05-f62932f17271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43193) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
14670 2024.10.22 17:05:17.998731 [ 279 ] {c276ed8f-dd92-4f46-bf05-f62932f17271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
14671 2024.10.22 17:05:17.998984 [ 279 ] {c276ed8f-dd92-4f46-bf05-f62932f17271} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14672 2024.10.22 17:05:17.999379 [ 279 ] {c276ed8f-dd92-4f46-bf05-f62932f17271} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14673 2024.10.22 17:05:17.999420 [ 279 ] {c276ed8f-dd92-4f46-bf05-f62932f17271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14674 2024.10.22 17:05:17.999969 [ 279 ] {c276ed8f-dd92-4f46-bf05-f62932f17271} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
14675 2024.10.22 17:05:18.000172 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.24 MiB, peak 186.96 MiB, free memory in arenas 0.00 B, will set to 178.91 MiB (RSS), difference: -5.33 MiB
14676 2024.10.22 17:05:18.000583 [ 279 ] {c276ed8f-dd92-4f46-bf05-f62932f17271} <Trace> oximeter.timeseries_schema (47d441cb-07b7-490d-9412-23b935e69634): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14677 2024.10.22 17:05:18.000847 [ 279 ] {c276ed8f-dd92-4f46-bf05-f62932f17271} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.002239 sec., 446.62795891022773 rows/sec., 124.31 KiB/sec.
14678 2024.10.22 17:05:18.001190 [ 279 ] {c276ed8f-dd92-4f46-bf05-f62932f17271} <Debug> DynamicQueryHandler: Done processing query
14679 2024.10.22 17:05:18.001217 [ 279 ] {c276ed8f-dd92-4f46-bf05-f62932f17271} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
14680 2024.10.22 17:05:18.001233 [ 279 ] {} <Debug> HTTP-Session: 361bd91a-1a29-4ee7-b038-9578cd77f6a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14681 2024.10.22 17:05:18.001407 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14682 2024.10.22 17:05:18.001507 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63022, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14683 2024.10.22 17:05:18.001588 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14684 2024.10.22 17:05:18.001610 [ 285 ] {} <Debug> HTTP-Session: 402a0800-369f-44ef-88c3-c45d0a54ea5e Authenticating user 'default' from [fd00:1122:3344:101::d]:63022
14685 2024.10.22 17:05:18.001631 [ 285 ] {} <Debug> HTTP-Session: 402a0800-369f-44ef-88c3-c45d0a54ea5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14686 2024.10.22 17:05:18.001649 [ 285 ] {} <Debug> HTTP-Session: 402a0800-369f-44ef-88c3-c45d0a54ea5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14687 2024.10.22 17:05:18.001694 [ 285 ] {} <Trace> HTTP-Session: 402a0800-369f-44ef-88c3-c45d0a54ea5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14688 2024.10.22 17:05:18.001845 [ 285 ] {d0f3fcbe-a142-4e8f-9488-9abb6f8eb610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63022) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
14689 2024.10.22 17:05:18.001902 [ 285 ] {d0f3fcbe-a142-4e8f-9488-9abb6f8eb610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
14690 2024.10.22 17:05:18.002193 [ 285 ] {d0f3fcbe-a142-4e8f-9488-9abb6f8eb610} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14691 2024.10.22 17:05:18.002545 [ 285 ] {d0f3fcbe-a142-4e8f-9488-9abb6f8eb610} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14692 2024.10.22 17:05:18.002586 [ 285 ] {d0f3fcbe-a142-4e8f-9488-9abb6f8eb610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14693 2024.10.22 17:05:18.003012 [ 285 ] {d0f3fcbe-a142-4e8f-9488-9abb6f8eb610} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
14694 2024.10.22 17:05:18.003406 [ 285 ] {d0f3fcbe-a142-4e8f-9488-9abb6f8eb610} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14695 2024.10.22 17:05:18.003578 [ 285 ] {d0f3fcbe-a142-4e8f-9488-9abb6f8eb610} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001774 sec., 6764.374295377677 rows/sec., 472.32 KiB/sec.
14696 2024.10.22 17:05:18.003863 [ 285 ] {d0f3fcbe-a142-4e8f-9488-9abb6f8eb610} <Debug> DynamicQueryHandler: Done processing query
14697 2024.10.22 17:05:18.003903 [ 285 ] {d0f3fcbe-a142-4e8f-9488-9abb6f8eb610} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14698 2024.10.22 17:05:18.003921 [ 285 ] {} <Debug> HTTP-Session: 402a0800-369f-44ef-88c3-c45d0a54ea5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14699 2024.10.22 17:05:18.004082 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63022, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14700 2024.10.22 17:05:18.004206 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58613, User-Agent: (none), Length: 515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14701 2024.10.22 17:05:18.004268 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14702 2024.10.22 17:05:18.004288 [ 279 ] {} <Debug> HTTP-Session: f34c2f21-a2ec-4d85-bc00-5805a90c1e92 Authenticating user 'default' from [fd00:1122:3344:101::d]:58613
14703 2024.10.22 17:05:18.004306 [ 279 ] {} <Debug> HTTP-Session: f34c2f21-a2ec-4d85-bc00-5805a90c1e92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14704 2024.10.22 17:05:18.004321 [ 279 ] {} <Debug> HTTP-Session: f34c2f21-a2ec-4d85-bc00-5805a90c1e92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14705 2024.10.22 17:05:18.004361 [ 279 ] {} <Trace> HTTP-Session: f34c2f21-a2ec-4d85-bc00-5805a90c1e92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14706 2024.10.22 17:05:18.004475 [ 279 ] {dd7bca4a-007c-4289-aa8a-1a2e93bb0af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58613) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
14707 2024.10.22 17:05:18.004525 [ 279 ] {dd7bca4a-007c-4289-aa8a-1a2e93bb0af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14708 2024.10.22 17:05:18.004812 [ 279 ] {dd7bca4a-007c-4289-aa8a-1a2e93bb0af4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14709 2024.10.22 17:05:18.005164 [ 279 ] {dd7bca4a-007c-4289-aa8a-1a2e93bb0af4} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14710 2024.10.22 17:05:18.005202 [ 279 ] {dd7bca4a-007c-4289-aa8a-1a2e93bb0af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14711 2024.10.22 17:05:18.005573 [ 279 ] {dd7bca4a-007c-4289-aa8a-1a2e93bb0af4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
14712 2024.10.22 17:05:18.005956 [ 279 ] {dd7bca4a-007c-4289-aa8a-1a2e93bb0af4} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14713 2024.10.22 17:05:18.006130 [ 279 ] {dd7bca4a-007c-4289-aa8a-1a2e93bb0af4} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001669 sec., 1797.4835230677054 rows/sec., 142.18 KiB/sec.
14714 2024.10.22 17:05:18.006474 [ 279 ] {dd7bca4a-007c-4289-aa8a-1a2e93bb0af4} <Debug> DynamicQueryHandler: Done processing query
14715 2024.10.22 17:05:18.006499 [ 279 ] {dd7bca4a-007c-4289-aa8a-1a2e93bb0af4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14716 2024.10.22 17:05:18.006514 [ 279 ] {} <Debug> HTTP-Session: f34c2f21-a2ec-4d85-bc00-5805a90c1e92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14717 2024.10.22 17:05:18.006736 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58613, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14718 2024.10.22 17:05:18.006764 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63022, User-Agent: (none), Length: 39919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14719 2024.10.22 17:05:18.006847 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14720 2024.10.22 17:05:18.006887 [ 285 ] {} <Debug> HTTP-Session: 961ca759-506a-493b-8f4a-e42491d72668 Authenticating user 'default' from [fd00:1122:3344:101::d]:63022
14721 2024.10.22 17:05:18.006918 [ 285 ] {} <Debug> HTTP-Session: 961ca759-506a-493b-8f4a-e42491d72668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14722 2024.10.22 17:05:18.006936 [ 285 ] {} <Debug> HTTP-Session: 961ca759-506a-493b-8f4a-e42491d72668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14723 2024.10.22 17:05:18.006981 [ 285 ] {} <Trace> HTTP-Session: 961ca759-506a-493b-8f4a-e42491d72668 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14724 2024.10.22 17:05:18.007207 [ 285 ] {ce859604-c8be-407c-aab6-ca61766b57af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63022) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14725 2024.10.22 17:05:18.007263 [ 285 ] {ce859604-c8be-407c-aab6-ca61766b57af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14726 2024.10.22 17:05:18.007595 [ 285 ] {ce859604-c8be-407c-aab6-ca61766b57af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14727 2024.10.22 17:05:18.008153 [ 285 ] {ce859604-c8be-407c-aab6-ca61766b57af} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14728 2024.10.22 17:05:18.008191 [ 285 ] {ce859604-c8be-407c-aab6-ca61766b57af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14729 2024.10.22 17:05:18.008574 [ 285 ] {ce859604-c8be-407c-aab6-ca61766b57af} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14730 2024.10.22 17:05:18.008955 [ 285 ] {ce859604-c8be-407c-aab6-ca61766b57af} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14731 2024.10.22 17:05:18.009103 [ 285 ] {ce859604-c8be-407c-aab6-ca61766b57af} <Debug> executeQuery: Read 266 rows, 23.79 KiB in 0.002009 sec., 132404.181184669 rows/sec., 11.57 MiB/sec.
14732 2024.10.22 17:05:18.009383 [ 285 ] {ce859604-c8be-407c-aab6-ca61766b57af} <Debug> DynamicQueryHandler: Done processing query
14733 2024.10.22 17:05:18.009441 [ 285 ] {ce859604-c8be-407c-aab6-ca61766b57af} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
14734 2024.10.22 17:05:18.009493 [ 285 ] {} <Debug> HTTP-Session: 961ca759-506a-493b-8f4a-e42491d72668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14735 2024.10.22 17:05:18.009702 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63022, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14736 2024.10.22 17:05:18.009794 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54702, User-Agent: (none), Length: 4904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14737 2024.10.22 17:05:18.009881 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14738 2024.10.22 17:05:18.009915 [ 279 ] {} <Debug> HTTP-Session: e9bb689f-677f-4d3c-9bf1-edf1b515e21f Authenticating user 'default' from [fd00:1122:3344:101::d]:54702
14739 2024.10.22 17:05:18.009948 [ 279 ] {} <Debug> HTTP-Session: e9bb689f-677f-4d3c-9bf1-edf1b515e21f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14740 2024.10.22 17:05:18.009964 [ 279 ] {} <Debug> HTTP-Session: e9bb689f-677f-4d3c-9bf1-edf1b515e21f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14741 2024.10.22 17:05:18.010003 [ 279 ] {} <Trace> HTTP-Session: e9bb689f-677f-4d3c-9bf1-edf1b515e21f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14742 2024.10.22 17:05:18.010134 [ 279 ] {ea8d1b0c-0c16-426a-96bf-354dcefe78c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54702) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
14743 2024.10.22 17:05:18.010180 [ 279 ] {ea8d1b0c-0c16-426a-96bf-354dcefe78c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14744 2024.10.22 17:05:18.010438 [ 279 ] {ea8d1b0c-0c16-426a-96bf-354dcefe78c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14745 2024.10.22 17:05:18.010843 [ 279 ] {ea8d1b0c-0c16-426a-96bf-354dcefe78c5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14746 2024.10.22 17:05:18.010881 [ 279 ] {ea8d1b0c-0c16-426a-96bf-354dcefe78c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14747 2024.10.22 17:05:18.011271 [ 279 ] {ea8d1b0c-0c16-426a-96bf-354dcefe78c5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14748 2024.10.22 17:05:18.011655 [ 279 ] {ea8d1b0c-0c16-426a-96bf-354dcefe78c5} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14749 2024.10.22 17:05:18.011803 [ 279 ] {ea8d1b0c-0c16-426a-96bf-354dcefe78c5} <Debug> executeQuery: Read 34 rows, 2.53 KiB in 0.001703 sec., 19964.768056371107 rows/sec., 1.45 MiB/sec.
14750 2024.10.22 17:05:18.012002 [ 279 ] {ea8d1b0c-0c16-426a-96bf-354dcefe78c5} <Debug> DynamicQueryHandler: Done processing query
14751 2024.10.22 17:05:18.012026 [ 279 ] {ea8d1b0c-0c16-426a-96bf-354dcefe78c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
14752 2024.10.22 17:05:18.012043 [ 279 ] {} <Debug> HTTP-Session: e9bb689f-677f-4d3c-9bf1-edf1b515e21f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14753 2024.10.22 17:05:18.012183 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54702, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14754 2024.10.22 17:05:18.012277 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37654, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14755 2024.10.22 17:05:18.012352 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14756 2024.10.22 17:05:18.012377 [ 285 ] {} <Debug> HTTP-Session: a44c04f5-a7df-4830-a216-f4673988975d Authenticating user 'default' from [fd00:1122:3344:101::d]:37654
14757 2024.10.22 17:05:18.012398 [ 285 ] {} <Debug> HTTP-Session: a44c04f5-a7df-4830-a216-f4673988975d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14758 2024.10.22 17:05:18.012414 [ 285 ] {} <Debug> HTTP-Session: a44c04f5-a7df-4830-a216-f4673988975d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14759 2024.10.22 17:05:18.012458 [ 285 ] {} <Trace> HTTP-Session: a44c04f5-a7df-4830-a216-f4673988975d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14760 2024.10.22 17:05:18.012600 [ 285 ] {7085729a-82ca-4b86-9dfe-c31856fc23ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37654) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
14761 2024.10.22 17:05:18.012655 [ 285 ] {7085729a-82ca-4b86-9dfe-c31856fc23ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14762 2024.10.22 17:05:18.012917 [ 285 ] {7085729a-82ca-4b86-9dfe-c31856fc23ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14763 2024.10.22 17:05:18.013274 [ 285 ] {7085729a-82ca-4b86-9dfe-c31856fc23ed} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14764 2024.10.22 17:05:18.013311 [ 285 ] {7085729a-82ca-4b86-9dfe-c31856fc23ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14765 2024.10.22 17:05:18.013688 [ 285 ] {7085729a-82ca-4b86-9dfe-c31856fc23ed} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
14766 2024.10.22 17:05:18.014064 [ 285 ] {7085729a-82ca-4b86-9dfe-c31856fc23ed} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14767 2024.10.22 17:05:18.014222 [ 285 ] {7085729a-82ca-4b86-9dfe-c31856fc23ed} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001664 sec., 12620.192307692309 rows/sec., 871.51 KiB/sec.
14768 2024.10.22 17:05:18.014551 [ 285 ] {7085729a-82ca-4b86-9dfe-c31856fc23ed} <Debug> DynamicQueryHandler: Done processing query
14769 2024.10.22 17:05:18.014584 [ 285 ] {7085729a-82ca-4b86-9dfe-c31856fc23ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14770 2024.10.22 17:05:18.014601 [ 285 ] {} <Debug> HTTP-Session: a44c04f5-a7df-4830-a216-f4673988975d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14771 2024.10.22 17:05:18.014767 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37654, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14772 2024.10.22 17:05:18.014834 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58703, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14773 2024.10.22 17:05:18.014911 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14774 2024.10.22 17:05:18.014947 [ 279 ] {} <Debug> HTTP-Session: 930dce78-621e-42f9-a0f3-e4bc8dddb66a Authenticating user 'default' from [fd00:1122:3344:101::d]:58703
14775 2024.10.22 17:05:18.014959 [ 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):
14776 
14777 (version 23.8.7.1)
14778 2024.10.22 17:05:18.014977 [ 279 ] {} <Debug> HTTP-Session: 930dce78-621e-42f9-a0f3-e4bc8dddb66a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14779 2024.10.22 17:05:18.015008 [ 279 ] {} <Debug> HTTP-Session: 930dce78-621e-42f9-a0f3-e4bc8dddb66a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14780 2024.10.22 17:05:18.015054 [ 279 ] {} <Trace> HTTP-Session: 930dce78-621e-42f9-a0f3-e4bc8dddb66a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14781 2024.10.22 17:05:18.015167 [ 279 ] {12155452-fbe5-44ae-8bd1-34e49c6fda21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58703) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
14782 2024.10.22 17:05:18.015215 [ 279 ] {12155452-fbe5-44ae-8bd1-34e49c6fda21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14783 2024.10.22 17:05:18.015461 [ 279 ] {12155452-fbe5-44ae-8bd1-34e49c6fda21} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14784 2024.10.22 17:05:18.015791 [ 279 ] {12155452-fbe5-44ae-8bd1-34e49c6fda21} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14785 2024.10.22 17:05:18.015828 [ 279 ] {12155452-fbe5-44ae-8bd1-34e49c6fda21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14786 2024.10.22 17:05:18.016203 [ 279 ] {12155452-fbe5-44ae-8bd1-34e49c6fda21} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
14787 2024.10.22 17:05:18.016579 [ 279 ] {12155452-fbe5-44ae-8bd1-34e49c6fda21} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14788 2024.10.22 17:05:18.016733 [ 279 ] {12155452-fbe5-44ae-8bd1-34e49c6fda21} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001591 sec., 7542.42614707731 rows/sec., 464.04 KiB/sec.
14789 2024.10.22 17:05:18.017050 [ 279 ] {12155452-fbe5-44ae-8bd1-34e49c6fda21} <Debug> DynamicQueryHandler: Done processing query
14790 2024.10.22 17:05:18.017082 [ 279 ] {12155452-fbe5-44ae-8bd1-34e49c6fda21} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14791 2024.10.22 17:05:18.017098 [ 279 ] {} <Debug> HTTP-Session: 930dce78-621e-42f9-a0f3-e4bc8dddb66a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14792 2024.10.22 17:05:18.017271 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58703, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14793 2024.10.22 17:05:18.017361 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63052, User-Agent: (none), Length: 68478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14794 2024.10.22 17:05:18.017437 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14795 2024.10.22 17:05:18.017460 [ 285 ] {} <Debug> HTTP-Session: 523cf6c4-f1a1-4155-94bc-c85e194b52d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63052
14796 2024.10.22 17:05:18.017481 [ 285 ] {} <Debug> HTTP-Session: 523cf6c4-f1a1-4155-94bc-c85e194b52d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14797 2024.10.22 17:05:18.017498 [ 285 ] {} <Debug> HTTP-Session: 523cf6c4-f1a1-4155-94bc-c85e194b52d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14798 2024.10.22 17:05:18.017542 [ 285 ] {} <Trace> HTTP-Session: 523cf6c4-f1a1-4155-94bc-c85e194b52d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14799 2024.10.22 17:05:18.017795 [ 285 ] {69685d4c-466b-43c1-8730-acee9d163acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63052) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14800 2024.10.22 17:05:18.017842 [ 285 ] {69685d4c-466b-43c1-8730-acee9d163acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14801 2024.10.22 17:05:18.018102 [ 285 ] {69685d4c-466b-43c1-8730-acee9d163acc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14802 2024.10.22 17:05:18.018730 [ 285 ] {69685d4c-466b-43c1-8730-acee9d163acc} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14803 2024.10.22 17:05:18.018767 [ 285 ] {69685d4c-466b-43c1-8730-acee9d163acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14804 2024.10.22 17:05:18.019160 [ 285 ] {69685d4c-466b-43c1-8730-acee9d163acc} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14805 2024.10.22 17:05:18.019533 [ 285 ] {69685d4c-466b-43c1-8730-acee9d163acc} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14806 2024.10.22 17:05:18.019688 [ 285 ] {69685d4c-466b-43c1-8730-acee9d163acc} <Debug> executeQuery: Read 422 rows, 30.82 KiB in 0.002007 sec., 210264.07573492776 rows/sec., 15.00 MiB/sec.
14807 2024.10.22 17:05:18.019985 [ 285 ] {69685d4c-466b-43c1-8730-acee9d163acc} <Debug> DynamicQueryHandler: Done processing query
14808 2024.10.22 17:05:18.020051 [ 285 ] {69685d4c-466b-43c1-8730-acee9d163acc} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
14809 2024.10.22 17:05:18.020113 [ 285 ] {} <Debug> HTTP-Session: 523cf6c4-f1a1-4155-94bc-c85e194b52d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14810 2024.10.22 17:05:18.020326 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14811 2024.10.22 17:05:18.020386 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50164, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14812 2024.10.22 17:05:18.020455 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14813 2024.10.22 17:05:18.020485 [ 279 ] {} <Debug> HTTP-Session: 5b60a258-fe8d-4b15-ba32-da08c8153c1f Authenticating user 'default' from [fd00:1122:3344:101::d]:50164
14814 2024.10.22 17:05:18.020504 [ 279 ] {} <Debug> HTTP-Session: 5b60a258-fe8d-4b15-ba32-da08c8153c1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14815 2024.10.22 17:05:18.020518 [ 279 ] {} <Debug> HTTP-Session: 5b60a258-fe8d-4b15-ba32-da08c8153c1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14816 2024.10.22 17:05:18.020555 [ 279 ] {} <Trace> HTTP-Session: 5b60a258-fe8d-4b15-ba32-da08c8153c1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14817 2024.10.22 17:05:18.020661 [ 279 ] {2a7cdb16-5303-4f8e-a011-396715d2630a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50164) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
14818 2024.10.22 17:05:18.020709 [ 279 ] {2a7cdb16-5303-4f8e-a011-396715d2630a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14819 2024.10.22 17:05:18.020856 [ 279 ] {2a7cdb16-5303-4f8e-a011-396715d2630a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14820 2024.10.22 17:05:18.021161 [ 279 ] {2a7cdb16-5303-4f8e-a011-396715d2630a} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14821 2024.10.22 17:05:18.021212 [ 279 ] {2a7cdb16-5303-4f8e-a011-396715d2630a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14822 2024.10.22 17:05:18.021683 [ 279 ] {2a7cdb16-5303-4f8e-a011-396715d2630a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
14823 2024.10.22 17:05:18.022083 [ 279 ] {2a7cdb16-5303-4f8e-a011-396715d2630a} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14824 2024.10.22 17:05:18.022248 [ 279 ] {2a7cdb16-5303-4f8e-a011-396715d2630a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001609 sec., 3729.0242386575515 rows/sec., 194.83 KiB/sec.
14825 2024.10.22 17:05:18.022583 [ 279 ] {2a7cdb16-5303-4f8e-a011-396715d2630a} <Debug> DynamicQueryHandler: Done processing query
14826 2024.10.22 17:05:18.022609 [ 279 ] {2a7cdb16-5303-4f8e-a011-396715d2630a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
14827 2024.10.22 17:05:18.022626 [ 279 ] {} <Debug> HTTP-Session: 5b60a258-fe8d-4b15-ba32-da08c8153c1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14828 2024.10.22 17:05:18.022804 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14829 2024.10.22 17:05:18.022898 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61627, User-Agent: (none), Length: 44974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14830 2024.10.22 17:05:18.022968 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14831 2024.10.22 17:05:18.022991 [ 285 ] {} <Debug> HTTP-Session: f90dfc2e-c7f7-4575-9f07-043629170d7f Authenticating user 'default' from [fd00:1122:3344:101::d]:61627
14832 2024.10.22 17:05:18.023012 [ 285 ] {} <Debug> HTTP-Session: f90dfc2e-c7f7-4575-9f07-043629170d7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14833 2024.10.22 17:05:18.023030 [ 285 ] {} <Debug> HTTP-Session: f90dfc2e-c7f7-4575-9f07-043629170d7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14834 2024.10.22 17:05:18.023075 [ 285 ] {} <Trace> HTTP-Session: f90dfc2e-c7f7-4575-9f07-043629170d7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14835 2024.10.22 17:05:18.023330 [ 285 ] {9271b9b3-20ae-481e-9a39-d79fbaa5fcc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61627) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14836 2024.10.22 17:05:18.023389 [ 285 ] {9271b9b3-20ae-481e-9a39-d79fbaa5fcc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14837 2024.10.22 17:05:18.023628 [ 285 ] {9271b9b3-20ae-481e-9a39-d79fbaa5fcc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14838 2024.10.22 17:05:18.024088 [ 285 ] {9271b9b3-20ae-481e-9a39-d79fbaa5fcc8} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14839 2024.10.22 17:05:18.024125 [ 285 ] {9271b9b3-20ae-481e-9a39-d79fbaa5fcc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14840 2024.10.22 17:05:18.024521 [ 285 ] {9271b9b3-20ae-481e-9a39-d79fbaa5fcc8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14841 2024.10.22 17:05:18.024857 [ 285 ] {9271b9b3-20ae-481e-9a39-d79fbaa5fcc8} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14842 2024.10.22 17:05:18.025009 [ 285 ] {9271b9b3-20ae-481e-9a39-d79fbaa5fcc8} <Debug> executeQuery: Read 239 rows, 16.40 KiB in 0.001812 sec., 131898.45474613685 rows/sec., 8.84 MiB/sec.
14843 2024.10.22 17:05:18.025296 [ 285 ] {9271b9b3-20ae-481e-9a39-d79fbaa5fcc8} <Debug> DynamicQueryHandler: Done processing query
14844 2024.10.22 17:05:18.025356 [ 285 ] {9271b9b3-20ae-481e-9a39-d79fbaa5fcc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
14845 2024.10.22 17:05:18.025409 [ 285 ] {} <Debug> HTTP-Session: f90dfc2e-c7f7-4575-9f07-043629170d7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14846 2024.10.22 17:05:18.025614 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14847 2024.10.22 17:05:18.025631 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50164, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14848 2024.10.22 17:05:18.025709 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14849 2024.10.22 17:05:18.025738 [ 279 ] {} <Debug> HTTP-Session: ac1f4646-bfb7-4e69-a0f5-e5d363d80712 Authenticating user 'default' from [fd00:1122:3344:101::d]:50164
14850 2024.10.22 17:05:18.025762 [ 279 ] {} <Debug> HTTP-Session: ac1f4646-bfb7-4e69-a0f5-e5d363d80712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14851 2024.10.22 17:05:18.025780 [ 279 ] {} <Debug> HTTP-Session: ac1f4646-bfb7-4e69-a0f5-e5d363d80712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14852 2024.10.22 17:05:18.025820 [ 279 ] {} <Trace> HTTP-Session: ac1f4646-bfb7-4e69-a0f5-e5d363d80712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14853 2024.10.22 17:05:18.025921 [ 279 ] {8b05b304-b0e8-4c20-95d9-5114f3026d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50164) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
14854 2024.10.22 17:05:18.025970 [ 279 ] {8b05b304-b0e8-4c20-95d9-5114f3026d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14855 2024.10.22 17:05:18.026131 [ 279 ] {8b05b304-b0e8-4c20-95d9-5114f3026d28} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14856 2024.10.22 17:05:18.026447 [ 279 ] {8b05b304-b0e8-4c20-95d9-5114f3026d28} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14857 2024.10.22 17:05:18.026488 [ 279 ] {8b05b304-b0e8-4c20-95d9-5114f3026d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14858 2024.10.22 17:05:18.026903 [ 279 ] {8b05b304-b0e8-4c20-95d9-5114f3026d28} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
14859 2024.10.22 17:05:18.027328 [ 279 ] {8b05b304-b0e8-4c20-95d9-5114f3026d28} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14860 2024.10.22 17:05:18.027517 [ 279 ] {8b05b304-b0e8-4c20-95d9-5114f3026d28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001608 sec., 621.8905472636816 rows/sec., 41.90 KiB/sec.
14861 2024.10.22 17:05:18.027703 [ 279 ] {8b05b304-b0e8-4c20-95d9-5114f3026d28} <Debug> DynamicQueryHandler: Done processing query
14862 2024.10.22 17:05:18.027732 [ 279 ] {8b05b304-b0e8-4c20-95d9-5114f3026d28} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
14863 2024.10.22 17:05:18.027752 [ 279 ] {} <Debug> HTTP-Session: ac1f4646-bfb7-4e69-a0f5-e5d363d80712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14864 2024.10.22 17:05:18.027967 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14865 2024.10.22 17:05:18.028082 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36221, User-Agent: (none), Length: 51941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14866 2024.10.22 17:05:18.028147 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14867 2024.10.22 17:05:18.028166 [ 285 ] {} <Debug> HTTP-Session: 3486ac6f-ccec-47cd-bafc-fd336e017aca Authenticating user 'default' from [fd00:1122:3344:101::d]:36221
14868 2024.10.22 17:05:18.028183 [ 285 ] {} <Debug> HTTP-Session: 3486ac6f-ccec-47cd-bafc-fd336e017aca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14869 2024.10.22 17:05:18.028197 [ 285 ] {} <Debug> HTTP-Session: 3486ac6f-ccec-47cd-bafc-fd336e017aca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14870 2024.10.22 17:05:18.028235 [ 285 ] {} <Trace> HTTP-Session: 3486ac6f-ccec-47cd-bafc-fd336e017aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14871 2024.10.22 17:05:18.028565 [ 285 ] {7deafba2-fb26-45be-874e-ba68cbc50b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36221) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
14872 2024.10.22 17:05:18.028645 [ 285 ] {7deafba2-fb26-45be-874e-ba68cbc50b3e} <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
14873 2024.10.22 17:05:18.029152 [ 285 ] {7deafba2-fb26-45be-874e-ba68cbc50b3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14874 2024.10.22 17:05:18.029877 [ 285 ] {7deafba2-fb26-45be-874e-ba68cbc50b3e} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14875 2024.10.22 17:05:18.029915 [ 285 ] {7deafba2-fb26-45be-874e-ba68cbc50b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14876 2024.10.22 17:05:18.030575 [ 285 ] {7deafba2-fb26-45be-874e-ba68cbc50b3e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14877 2024.10.22 17:05:18.031013 [ 285 ] {7deafba2-fb26-45be-874e-ba68cbc50b3e} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14878 2024.10.22 17:05:18.031204 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
14879 2024.10.22 17:05:18.031211 [ 285 ] {7deafba2-fb26-45be-874e-ba68cbc50b3e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002864 sec., 10824.022346368716 rows/sec., 19.40 MiB/sec.
14880 2024.10.22 17:05:18.031300 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14881 2024.10.22 17:05:18.031387 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14882 2024.10.22 17:05:18.031761 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
14883 2024.10.22 17:05:18.031807 [ 285 ] {7deafba2-fb26-45be-874e-ba68cbc50b3e} <Debug> DynamicQueryHandler: Done processing query
14884 2024.10.22 17:05:18.031853 [ 285 ] {7deafba2-fb26-45be-874e-ba68cbc50b3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
14885 2024.10.22 17:05:18.031886 [ 285 ] {} <Debug> HTTP-Session: 3486ac6f-ccec-47cd-bafc-fd336e017aca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14886 2024.10.22 17:05:18.032180 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50164, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14887 2024.10.22 17:05:18.032233 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14888 2024.10.22 17:05:18.032394 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14889 2024.10.22 17:05:18.032464 [ 279 ] {} <Debug> HTTP-Session: 1308ff47-7395-4995-96c7-0dc5425bf16f Authenticating user 'default' from [fd00:1122:3344:101::d]:50164
14890 2024.10.22 17:05:18.032532 [ 279 ] {} <Debug> HTTP-Session: 1308ff47-7395-4995-96c7-0dc5425bf16f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14891 2024.10.22 17:05:18.032608 [ 279 ] {} <Debug> HTTP-Session: 1308ff47-7395-4995-96c7-0dc5425bf16f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14892 2024.10.22 17:05:18.032607 [ 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):
14893 
14894 (version 23.8.7.1)
14895 2024.10.22 17:05:18.032735 [ 279 ] {} <Trace> HTTP-Session: 1308ff47-7395-4995-96c7-0dc5425bf16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14896 2024.10.22 17:05:18.032861 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14897 2024.10.22 17:05:18.033049 [ 279 ] {aff8fa97-563f-4b05-b8c9-556652f52755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50164) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14898 2024.10.22 17:05:18.033053 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 894 rows starting from the beginning of the part
14899 2024.10.22 17:05:18.033154 [ 279 ] {aff8fa97-563f-4b05-b8c9-556652f52755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14900 2024.10.22 17:05:18.033907 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 30 rows starting from the beginning of the part
14901 2024.10.22 17:05:18.034140 [ 279 ] {aff8fa97-563f-4b05-b8c9-556652f52755} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14902 2024.10.22 17:05:18.034700 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 19 rows starting from the beginning of the part
14903 2024.10.22 17:05:18.035470 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part
14904 2024.10.22 17:05:18.035598 [ 279 ] {aff8fa97-563f-4b05-b8c9-556652f52755} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14905 2024.10.22 17:05:18.035702 [ 279 ] {aff8fa97-563f-4b05-b8c9-556652f52755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14906 2024.10.22 17:05:18.036189 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 22 rows starting from the beginning of the part
14907 2024.10.22 17:05:18.036871 [ 197 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 31 rows starting from the beginning of the part
14908 2024.10.22 17:05:18.037211 [ 279 ] {aff8fa97-563f-4b05-b8c9-556652f52755} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14909 2024.10.22 17:05:18.038205 [ 279 ] {aff8fa97-563f-4b05-b8c9-556652f52755} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14910 2024.10.22 17:05:18.038512 [ 279 ] {aff8fa97-563f-4b05-b8c9-556652f52755} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005606 sec., 14627.185158758473 rows/sec., 951.30 KiB/sec.
14911 2024.10.22 17:05:18.038936 [ 279 ] {aff8fa97-563f-4b05-b8c9-556652f52755} <Debug> DynamicQueryHandler: Done processing query
14912 2024.10.22 17:05:18.038975 [ 279 ] {aff8fa97-563f-4b05-b8c9-556652f52755} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14913 2024.10.22 17:05:18.039018 [ 279 ] {} <Debug> HTTP-Session: 1308ff47-7395-4995-96c7-0dc5425bf16f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14914 2024.10.22 17:05:18.039584 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14915 2024.10.22 17:05:18.043352 [ 192 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1026 rows, containing 19 columns (19 merged, 0 gathered) in 0.01181456 sec., 86841.99834780136 rows/sec., 155.62 MiB/sec.
14916 2024.10.22 17:05:18.044641 [ 187 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
14917 2024.10.22 17:05:18.045293 [ 187 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14918 2024.10.22 17:05:18.045387 [ 187 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
14919 2024.10.22 17:05:18.045542 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.36 MiB.
14920 2024.10.22 17:05:19.000150 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.92 MiB, peak 186.96 MiB, free memory in arenas 0.00 B, will set to 180.11 MiB (RSS), difference: 5.19 MiB
14921 2024.10.22 17:05:21.237621 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39112, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14922 2024.10.22 17:05:22.989777 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41839, User-Agent: (none), Length: 513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14923 2024.10.22 17:05:22.989893 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14924 2024.10.22 17:05:22.989917 [ 279 ] {} <Debug> HTTP-Session: dffb3f08-9c8b-4967-b0a2-30ac8e8a6922 Authenticating user 'default' from [fd00:1122:3344:101::d]:41839
14925 2024.10.22 17:05:22.989941 [ 279 ] {} <Debug> HTTP-Session: dffb3f08-9c8b-4967-b0a2-30ac8e8a6922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14926 2024.10.22 17:05:22.989955 [ 279 ] {} <Debug> HTTP-Session: dffb3f08-9c8b-4967-b0a2-30ac8e8a6922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14927 2024.10.22 17:05:22.990004 [ 279 ] {} <Trace> HTTP-Session: dffb3f08-9c8b-4967-b0a2-30ac8e8a6922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14928 2024.10.22 17:05:22.990181 [ 279 ] {342461df-17c9-4b33-8f2f-d6489df113bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41839) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
14929 2024.10.22 17:05:22.990246 [ 279 ] {342461df-17c9-4b33-8f2f-d6489df113bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14930 2024.10.22 17:05:22.990577 [ 279 ] {342461df-17c9-4b33-8f2f-d6489df113bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14931 2024.10.22 17:05:22.991010 [ 279 ] {342461df-17c9-4b33-8f2f-d6489df113bb} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14932 2024.10.22 17:05:22.991055 [ 279 ] {342461df-17c9-4b33-8f2f-d6489df113bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14933 2024.10.22 17:05:22.991462 [ 279 ] {342461df-17c9-4b33-8f2f-d6489df113bb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
14934 2024.10.22 17:05:22.991856 [ 279 ] {342461df-17c9-4b33-8f2f-d6489df113bb} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14935 2024.10.22 17:05:22.992015 [ 279 ] {342461df-17c9-4b33-8f2f-d6489df113bb} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001883 sec., 1593.2023366967605 rows/sec., 126.02 KiB/sec.
14936 2024.10.22 17:05:22.992074 [ 85 ] {} <Debug> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
14937 2024.10.22 17:05:22.992204 [ 85 ] {} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14938 2024.10.22 17:05:22.992242 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14939 2024.10.22 17:05:22.992344 [ 279 ] {342461df-17c9-4b33-8f2f-d6489df113bb} <Debug> DynamicQueryHandler: Done processing query
14940 2024.10.22 17:05:22.992406 [ 279 ] {342461df-17c9-4b33-8f2f-d6489df113bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14941 2024.10.22 17:05:22.992442 [ 279 ] {} <Debug> HTTP-Session: dffb3f08-9c8b-4967-b0a2-30ac8e8a6922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14942 2024.10.22 17:05:22.992480 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::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
14943 2024.10.22 17:05:22.992708 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14944 2024.10.22 17:05:22.992837 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56414, User-Agent: (none), Length: 15335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14945 2024.10.22 17:05:22.992842 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14946 2024.10.22 17:05:22.992910 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 18 rows starting from the beginning of the part
14947 2024.10.22 17:05:22.992985 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14948 2024.10.22 17:05:22.993029 [ 285 ] {} <Debug> HTTP-Session: 695a8371-9b64-4a16-8b23-e7aa36ed235b Authenticating user 'default' from [fd00:1122:3344:101::d]:56414
14949 2024.10.22 17:05:22.993087 [ 285 ] {} <Debug> HTTP-Session: 695a8371-9b64-4a16-8b23-e7aa36ed235b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14950 2024.10.22 17:05:22.993097 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part
14951 2024.10.22 17:05:22.993122 [ 285 ] {} <Debug> HTTP-Session: 695a8371-9b64-4a16-8b23-e7aa36ed235b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14952 2024.10.22 17:05:22.993224 [ 285 ] {} <Trace> HTTP-Session: 695a8371-9b64-4a16-8b23-e7aa36ed235b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14953 2024.10.22 17:05:22.993304 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
14954 2024.10.22 17:05:22.993490 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part
14955 2024.10.22 17:05:22.993780 [ 285 ] {15132e6d-4b24-4280-a365-d9437608d6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56414) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14956 2024.10.22 17:05:22.993807 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 3 rows starting from the beginning of the part
14957 2024.10.22 17:05:22.993870 [ 285 ] {15132e6d-4b24-4280-a365-d9437608d6c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14958 2024.10.22 17:05:22.993949 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 3 rows starting from the beginning of the part
14959 2024.10.22 17:05:22.994564 [ 285 ] {15132e6d-4b24-4280-a365-d9437608d6c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14960 2024.10.22 17:05:22.995214 [ 285 ] {15132e6d-4b24-4280-a365-d9437608d6c5} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14961 2024.10.22 17:05:22.995263 [ 285 ] {15132e6d-4b24-4280-a365-d9437608d6c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14962 2024.10.22 17:05:22.995835 [ 285 ] {15132e6d-4b24-4280-a365-d9437608d6c5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14963 2024.10.22 17:05:22.995878 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.003534111 sec., 9620.524086538311 rows/sec., 817.92 KiB/sec.
14964 2024.10.22 17:05:22.996049 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
14965 2024.10.22 17:05:22.996304 [ 285 ] {15132e6d-4b24-4280-a365-d9437608d6c5} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14966 2024.10.22 17:05:22.996638 [ 285 ] {15132e6d-4b24-4280-a365-d9437608d6c5} <Debug> executeQuery: Read 105 rows, 8.93 KiB in 0.003066 sec., 34246.57534246575 rows/sec., 2.84 MiB/sec.
14967 2024.10.22 17:05:22.997115 [ 285 ] {15132e6d-4b24-4280-a365-d9437608d6c5} <Debug> DynamicQueryHandler: Done processing query
14968 2024.10.22 17:05:22.997215 [ 285 ] {15132e6d-4b24-4280-a365-d9437608d6c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
14969 2024.10.22 17:05:22.997262 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_26_5} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14970 2024.10.22 17:05:22.997292 [ 285 ] {} <Debug> HTTP-Session: 695a8371-9b64-4a16-8b23-e7aa36ed235b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14971 2024.10.22 17:05:22.997634 [ 192 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_26_5} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
14972 2024.10.22 17:05:22.997636 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14973 2024.10.22 17:05:22.997714 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42878, User-Agent: (none), Length: 3765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14974 2024.10.22 17:05:22.997919 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14975 2024.10.22 17:05:22.998002 [ 279 ] {} <Debug> HTTP-Session: ac49c70e-461d-4088-98fb-df135b9b4d2c Authenticating user 'default' from [fd00:1122:3344:101::d]:42878
14976 2024.10.22 17:05:22.998073 [ 279 ] {} <Debug> HTTP-Session: ac49c70e-461d-4088-98fb-df135b9b4d2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14977 2024.10.22 17:05:22.998133 [ 279 ] {} <Debug> HTTP-Session: ac49c70e-461d-4088-98fb-df135b9b4d2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14978 2024.10.22 17:05:22.998264 [ 279 ] {} <Trace> HTTP-Session: ac49c70e-461d-4088-98fb-df135b9b4d2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14979 2024.10.22 17:05:22.998338 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
14980 2024.10.22 17:05:22.998465 [ 279 ] {fde5abff-2538-4e16-a777-101695911773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42878) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
14981 2024.10.22 17:05:22.998521 [ 279 ] {fde5abff-2538-4e16-a777-101695911773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14982 2024.10.22 17:05:22.998797 [ 279 ] {fde5abff-2538-4e16-a777-101695911773} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14983 2024.10.22 17:05:22.999134 [ 279 ] {fde5abff-2538-4e16-a777-101695911773} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14984 2024.10.22 17:05:22.999173 [ 279 ] {fde5abff-2538-4e16-a777-101695911773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14985 2024.10.22 17:05:22.999548 [ 279 ] {fde5abff-2538-4e16-a777-101695911773} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14986 2024.10.22 17:05:22.999939 [ 279 ] {fde5abff-2538-4e16-a777-101695911773} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14987 2024.10.22 17:05:23.000090 [ 279 ] {fde5abff-2538-4e16-a777-101695911773} <Debug> executeQuery: Read 26 rows, 1.93 KiB in 0.001672 sec., 15550.23923444976 rows/sec., 1.13 MiB/sec.
14988 2024.10.22 17:05:23.000173 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.59 MiB, peak 188.75 MiB, free memory in arenas 0.00 B, will set to 180.11 MiB (RSS), difference: -5.48 MiB
14989 2024.10.22 17:05:23.000211 [ 85 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
14990 2024.10.22 17:05:23.000300 [ 85 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14991 2024.10.22 17:05:23.000358 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
14992 2024.10.22 17:05:23.000399 [ 279 ] {fde5abff-2538-4e16-a777-101695911773} <Debug> DynamicQueryHandler: Done processing query
14993 2024.10.22 17:05:23.000534 [ 279 ] {fde5abff-2538-4e16-a777-101695911773} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14994 2024.10.22 17:05:23.000620 [ 279 ] {} <Debug> HTTP-Session: ac49c70e-461d-4088-98fb-df135b9b4d2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14995 2024.10.22 17:05:23.000924 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
14996 2024.10.22 17:05:23.001078 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14997 2024.10.22 17:05:23.001694 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35701, User-Agent: (none), Length: 16234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14998 2024.10.22 17:05:23.001811 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14999 2024.10.22 17:05:23.001942 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
15000 2024.10.22 17:05:23.001997 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15001 2024.10.22 17:05:23.002155 [ 285 ] {} <Debug> HTTP-Session: 8af767f9-2e56-465b-b40a-02b04e1dde1c Authenticating user 'default' from [fd00:1122:3344:101::d]:35701
15002 2024.10.22 17:05:23.002234 [ 285 ] {} <Debug> HTTP-Session: 8af767f9-2e56-465b-b40a-02b04e1dde1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15003 2024.10.22 17:05:23.002297 [ 285 ] {} <Debug> HTTP-Session: 8af767f9-2e56-465b-b40a-02b04e1dde1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15004 2024.10.22 17:05:23.002314 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 19 rows starting from the beginning of the part
15005 2024.10.22 17:05:23.002399 [ 285 ] {} <Trace> HTTP-Session: 8af767f9-2e56-465b-b40a-02b04e1dde1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15006 2024.10.22 17:05:23.002608 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part
15007 2024.10.22 17:05:23.002799 [ 285 ] {0c7d9b8b-0b1a-425e-a143-c058da3bbc83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15008 2024.10.22 17:05:23.002910 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 22 rows starting from the beginning of the part
15009 2024.10.22 17:05:23.002937 [ 285 ] {0c7d9b8b-0b1a-425e-a143-c058da3bbc83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15010 2024.10.22 17:05:23.003245 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 34 rows starting from the beginning of the part
15011 2024.10.22 17:05:23.003567 [ 187 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part
15012 2024.10.22 17:05:23.004359 [ 285 ] {0c7d9b8b-0b1a-425e-a143-c058da3bbc83} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15013 2024.10.22 17:05:23.005293 [ 285 ] {0c7d9b8b-0b1a-425e-a143-c058da3bbc83} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15014 2024.10.22 17:05:23.005372 [ 285 ] {0c7d9b8b-0b1a-425e-a143-c058da3bbc83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15015 2024.10.22 17:05:23.006422 [ 285 ] {0c7d9b8b-0b1a-425e-a143-c058da3bbc83} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
15016 2024.10.22 17:05:23.006572 [ 201 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.006074479 sec., 31607.648985205153 rows/sec., 2.42 MiB/sec.
15017 2024.10.22 17:05:23.006959 [ 190 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
15018 2024.10.22 17:05:23.007199 [ 285 ] {0c7d9b8b-0b1a-425e-a143-c058da3bbc83} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15019 2024.10.22 17:05:23.007665 [ 285 ] {0c7d9b8b-0b1a-425e-a143-c058da3bbc83} <Debug> executeQuery: Read 96 rows, 7.61 KiB in 0.004974 sec., 19300.361881785284 rows/sec., 1.49 MiB/sec.
15020 2024.10.22 17:05:23.008169 [ 285 ] {0c7d9b8b-0b1a-425e-a143-c058da3bbc83} <Debug> DynamicQueryHandler: Done processing query
15021 2024.10.22 17:05:23.008223 [ 285 ] {0c7d9b8b-0b1a-425e-a143-c058da3bbc83} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
15022 2024.10.22 17:05:23.008248 [ 285 ] {} <Debug> HTTP-Session: 8af767f9-2e56-465b-b40a-02b04e1dde1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15023 2024.10.22 17:05:23.008257 [ 190 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_56_11} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15024 2024.10.22 17:05:23.008376 [ 190 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_56_11} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
15025 2024.10.22 17:05:23.008519 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15026 2024.10.22 17:05:23.008571 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
15027 2024.10.22 17:05:23.008639 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45326, User-Agent: (none), Length: 30962, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15028 2024.10.22 17:05:23.008747 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15029 2024.10.22 17:05:23.008775 [ 279 ] {} <Debug> HTTP-Session: eb32099d-c8c4-4c55-8ca2-517173453096 Authenticating user 'default' from [fd00:1122:3344:101::d]:45326
15030 2024.10.22 17:05:23.008801 [ 279 ] {} <Debug> HTTP-Session: eb32099d-c8c4-4c55-8ca2-517173453096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15031 2024.10.22 17:05:23.008818 [ 279 ] {} <Debug> HTTP-Session: eb32099d-c8c4-4c55-8ca2-517173453096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15032 2024.10.22 17:05:23.008865 [ 279 ] {} <Trace> HTTP-Session: eb32099d-c8c4-4c55-8ca2-517173453096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15033 2024.10.22 17:05:23.009099 [ 279 ] {c35fc00f-366f-41f9-a69c-5f75de85d835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45326) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
15034 2024.10.22 17:05:23.009167 [ 279 ] {c35fc00f-366f-41f9-a69c-5f75de85d835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15035 2024.10.22 17:05:23.009377 [ 279 ] {c35fc00f-366f-41f9-a69c-5f75de85d835} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15036 2024.10.22 17:05:23.009843 [ 279 ] {c35fc00f-366f-41f9-a69c-5f75de85d835} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15037 2024.10.22 17:05:23.009886 [ 279 ] {c35fc00f-366f-41f9-a69c-5f75de85d835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15038 2024.10.22 17:05:23.010345 [ 279 ] {c35fc00f-366f-41f9-a69c-5f75de85d835} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
15039 2024.10.22 17:05:23.010718 [ 279 ] {c35fc00f-366f-41f9-a69c-5f75de85d835} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15040 2024.10.22 17:05:23.010909 [ 279 ] {c35fc00f-366f-41f9-a69c-5f75de85d835} <Debug> executeQuery: Read 162 rows, 11.54 KiB in 0.001903 sec., 85128.74408828166 rows/sec., 5.92 MiB/sec.
15041 2024.10.22 17:05:23.011287 [ 279 ] {c35fc00f-366f-41f9-a69c-5f75de85d835} <Debug> DynamicQueryHandler: Done processing query
15042 2024.10.22 17:05:23.011328 [ 279 ] {c35fc00f-366f-41f9-a69c-5f75de85d835} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
15043 2024.10.22 17:05:23.011346 [ 279 ] {} <Debug> HTTP-Session: eb32099d-c8c4-4c55-8ca2-517173453096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15044 2024.10.22 17:05:23.011525 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15045 2024.10.22 17:05:23.011621 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44846, User-Agent: (none), Length: 37622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15046 2024.10.22 17:05:23.011695 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15047 2024.10.22 17:05:23.011721 [ 285 ] {} <Debug> HTTP-Session: 89ee0d01-e920-4d3a-b0f6-388d208066be Authenticating user 'default' from [fd00:1122:3344:101::d]:44846
15048 2024.10.22 17:05:23.011743 [ 285 ] {} <Debug> HTTP-Session: 89ee0d01-e920-4d3a-b0f6-388d208066be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15049 2024.10.22 17:05:23.011760 [ 285 ] {} <Debug> HTTP-Session: 89ee0d01-e920-4d3a-b0f6-388d208066be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15050 2024.10.22 17:05:23.011805 [ 285 ] {} <Trace> HTTP-Session: 89ee0d01-e920-4d3a-b0f6-388d208066be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15051 2024.10.22 17:05:23.012164 [ 285 ] {5e63e7b7-e340-43c2-90a1-5e3a17329bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44846) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
15052 2024.10.22 17:05:23.012259 [ 285 ] {5e63e7b7-e340-43c2-90a1-5e3a17329bec} <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
15053 2024.10.22 17:05:23.012832 [ 285 ] {5e63e7b7-e340-43c2-90a1-5e3a17329bec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15054 2024.10.22 17:05:23.013589 [ 285 ] {5e63e7b7-e340-43c2-90a1-5e3a17329bec} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15055 2024.10.22 17:05:23.013636 [ 285 ] {5e63e7b7-e340-43c2-90a1-5e3a17329bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15056 2024.10.22 17:05:23.014319 [ 285 ] {5e63e7b7-e340-43c2-90a1-5e3a17329bec} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15057 2024.10.22 17:05:23.014740 [ 285 ] {5e63e7b7-e340-43c2-90a1-5e3a17329bec} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15058 2024.10.22 17:05:23.014950 [ 285 ] {5e63e7b7-e340-43c2-90a1-5e3a17329bec} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.003021 sec., 7613.373055279709 rows/sec., 13.64 MiB/sec.
15059 2024.10.22 17:05:23.015198 [ 285 ] {5e63e7b7-e340-43c2-90a1-5e3a17329bec} <Debug> DynamicQueryHandler: Done processing query
15060 2024.10.22 17:05:23.015224 [ 285 ] {5e63e7b7-e340-43c2-90a1-5e3a17329bec} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
15061 2024.10.22 17:05:23.015241 [ 285 ] {} <Debug> HTTP-Session: 89ee0d01-e920-4d3a-b0f6-388d208066be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15062 2024.10.22 17:05:23.015402 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15063 2024.10.22 17:05:23.015441 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45326, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15064 2024.10.22 17:05:23.015525 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15065 2024.10.22 17:05:23.015560 [ 279 ] {} <Debug> HTTP-Session: 86bc5955-8699-4025-8c63-957bbe1b3368 Authenticating user 'default' from [fd00:1122:3344:101::d]:45326
15066 2024.10.22 17:05:23.015585 [ 279 ] {} <Debug> HTTP-Session: 86bc5955-8699-4025-8c63-957bbe1b3368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15067 2024.10.22 17:05:23.015600 [ 279 ] {} <Debug> HTTP-Session: 86bc5955-8699-4025-8c63-957bbe1b3368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15068 2024.10.22 17:05:23.015644 [ 279 ] {} <Trace> HTTP-Session: 86bc5955-8699-4025-8c63-957bbe1b3368 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15069 2024.10.22 17:05:23.015811 [ 279 ] {0d5139a5-beaf-452a-b6c4-6bf33ef99390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45326) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
15070 2024.10.22 17:05:23.015865 [ 279 ] {0d5139a5-beaf-452a-b6c4-6bf33ef99390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15071 2024.10.22 17:05:23.016031 [ 279 ] {0d5139a5-beaf-452a-b6c4-6bf33ef99390} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15072 2024.10.22 17:05:23.016351 [ 279 ] {0d5139a5-beaf-452a-b6c4-6bf33ef99390} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15073 2024.10.22 17:05:23.016387 [ 279 ] {0d5139a5-beaf-452a-b6c4-6bf33ef99390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15074 2024.10.22 17:05:23.016778 [ 279 ] {0d5139a5-beaf-452a-b6c4-6bf33ef99390} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
15075 2024.10.22 17:05:23.017120 [ 279 ] {0d5139a5-beaf-452a-b6c4-6bf33ef99390} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15076 2024.10.22 17:05:23.017250 [ 279 ] {0d5139a5-beaf-452a-b6c4-6bf33ef99390} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001511 sec., 39708.80211780278 rows/sec., 2.68 MiB/sec.
15077 2024.10.22 17:05:23.017557 [ 279 ] {0d5139a5-beaf-452a-b6c4-6bf33ef99390} <Debug> DynamicQueryHandler: Done processing query
15078 2024.10.22 17:05:23.017616 [ 279 ] {0d5139a5-beaf-452a-b6c4-6bf33ef99390} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15079 2024.10.22 17:05:23.017678 [ 279 ] {} <Debug> HTTP-Session: 86bc5955-8699-4025-8c63-957bbe1b3368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15080 2024.10.22 17:05:23.017957 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15081 2024.10.22 17:05:23.712631 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15082 2024.10.22 17:05:23.815622 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15083 2024.10.22 17:05:23.867645 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15084 2024.10.22 17:05:23.954149 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15085 2024.10.22 17:05:23.965478 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48902, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15086 2024.10.22 17:05:23.993337 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47786, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15087 2024.10.22 17:05:24.000173 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.43 MiB, peak 188.75 MiB, free memory in arenas 0.00 B, will set to 180.11 MiB (RSS), difference: 4.68 MiB
15088 2024.10.22 17:05:24.042766 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62311, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15089 2024.10.22 17:05:27.407191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1314
15090 2024.10.22 17:05:27.410215 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15091 2024.10.22 17:05:27.410268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15092 2024.10.22 17:05:27.411774 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
15093 2024.10.22 17:05:27.412751 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15094 2024.10.22 17:05:27.413005 [ 78 ] {} <Debug> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
15095 2024.10.22 17:05:27.413124 [ 78 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15096 2024.10.22 17:05:27.413202 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15097 2024.10.22 17:05:27.414121 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::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
15098 2024.10.22 17:05:27.414958 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1314
15099 2024.10.22 17:05:27.415661 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15100 2024.10.22 17:05:27.415837 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1118 rows starting from the beginning of the part
15101 2024.10.22 17:05:27.416540 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part
15102 2024.10.22 17:05:27.417187 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part
15103 2024.10.22 17:05:27.417737 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 46 rows starting from the beginning of the part
15104 2024.10.22 17:05:27.418282 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 38 rows starting from the beginning of the part
15105 2024.10.22 17:05:27.418764 [ 201 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 42 rows starting from the beginning of the part
15106 2024.10.22 17:05:27.427539 [ 194 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1314 rows, containing 72 columns (72 merged, 0 gathered) in 0.014124424 sec., 93030.34233466795 rows/sec., 62.39 MiB/sec.
15107 2024.10.22 17:05:27.429154 [ 199 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
15108 2024.10.22 17:05:27.430776 [ 199 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_31_6} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15109 2024.10.22 17:05:27.430861 [ 199 ] {6018844f-bb1e-4588-90d2-6bdc86ae09e0::all_1_31_6} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
15110 2024.10.22 17:05:27.431180 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB.
15111 2024.10.22 17:05:27.994784 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36148, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15112 2024.10.22 17:05:27.994914 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15113 2024.10.22 17:05:27.994943 [ 279 ] {} <Debug> HTTP-Session: 5099fa99-e678-4289-bf2b-ed9d8e8999e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36148
15114 2024.10.22 17:05:27.994979 [ 279 ] {} <Debug> HTTP-Session: 5099fa99-e678-4289-bf2b-ed9d8e8999e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15115 2024.10.22 17:05:27.995008 [ 279 ] {} <Debug> HTTP-Session: 5099fa99-e678-4289-bf2b-ed9d8e8999e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15116 2024.10.22 17:05:27.995083 [ 279 ] {} <Trace> HTTP-Session: 5099fa99-e678-4289-bf2b-ed9d8e8999e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15117 2024.10.22 17:05:27.995354 [ 279 ] {5ab1d180-1147-4a7f-8703-49729b942697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36148) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
15118 2024.10.22 17:05:27.995455 [ 279 ] {5ab1d180-1147-4a7f-8703-49729b942697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
15119 2024.10.22 17:05:27.995975 [ 279 ] {5ab1d180-1147-4a7f-8703-49729b942697} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15120 2024.10.22 17:05:27.996444 [ 279 ] {5ab1d180-1147-4a7f-8703-49729b942697} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15121 2024.10.22 17:05:27.996487 [ 279 ] {5ab1d180-1147-4a7f-8703-49729b942697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15122 2024.10.22 17:05:27.996927 [ 279 ] {5ab1d180-1147-4a7f-8703-49729b942697} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
15123 2024.10.22 17:05:27.997324 [ 279 ] {5ab1d180-1147-4a7f-8703-49729b942697} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15124 2024.10.22 17:05:27.997506 [ 279 ] {5ab1d180-1147-4a7f-8703-49729b942697} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002226 sec., 5390.8355795148245 rows/sec., 376.41 KiB/sec.
15125 2024.10.22 17:05:27.997537 [ 76 ] {} <Debug> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
15126 2024.10.22 17:05:27.997691 [ 76 ] {} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15127 2024.10.22 17:05:27.997764 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15128 2024.10.22 17:05:27.997826 [ 279 ] {5ab1d180-1147-4a7f-8703-49729b942697} <Debug> DynamicQueryHandler: Done processing query
15129 2024.10.22 17:05:27.997906 [ 279 ] {5ab1d180-1147-4a7f-8703-49729b942697} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15130 2024.10.22 17:05:27.997993 [ 279 ] {} <Debug> HTTP-Session: 5099fa99-e678-4289-bf2b-ed9d8e8999e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15131 2024.10.22 17:05:27.998060 [ 186 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::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
15132 2024.10.22 17:05:27.998353 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15133 2024.10.22 17:05:27.998512 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59586, User-Agent: (none), Length: 662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15134 2024.10.22 17:05:27.998824 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15135 2024.10.22 17:05:27.998825 [ 186 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15136 2024.10.22 17:05:27.998909 [ 285 ] {} <Debug> HTTP-Session: a28d87db-c9db-4696-9e2b-4c380ab3bf9d Authenticating user 'default' from [fd00:1122:3344:101::d]:59586
15137 2024.10.22 17:05:27.998946 [ 186 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 12 rows starting from the beginning of the part
15138 2024.10.22 17:05:27.998956 [ 285 ] {} <Debug> HTTP-Session: a28d87db-c9db-4696-9e2b-4c380ab3bf9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15139 2024.10.22 17:05:27.999001 [ 285 ] {} <Debug> HTTP-Session: a28d87db-c9db-4696-9e2b-4c380ab3bf9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15140 2024.10.22 17:05:27.999134 [ 285 ] {} <Trace> HTTP-Session: a28d87db-c9db-4696-9e2b-4c380ab3bf9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15141 2024.10.22 17:05:27.999178 [ 186 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part
15142 2024.10.22 17:05:27.999416 [ 186 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part
15143 2024.10.22 17:05:27.999696 [ 285 ] {51bed2fa-d240-48af-bdd4-52d88cd8f675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59586) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
15144 2024.10.22 17:05:27.999731 [ 186 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part
15145 2024.10.22 17:05:27.999902 [ 285 ] {51bed2fa-d240-48af-bdd4-52d88cd8f675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15146 2024.10.22 17:05:28.000072 [ 186 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part
15147 2024.10.22 17:05:28.000177 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.30 MiB, peak 188.75 MiB, free memory in arenas 0.00 B, will set to 180.11 MiB (RSS), difference: -1.19 MiB
15148 2024.10.22 17:05:28.001746 [ 285 ] {51bed2fa-d240-48af-bdd4-52d88cd8f675} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15149 2024.10.22 17:05:28.002730 [ 285 ] {51bed2fa-d240-48af-bdd4-52d88cd8f675} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15150 2024.10.22 17:05:28.002801 [ 285 ] {51bed2fa-d240-48af-bdd4-52d88cd8f675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15151 2024.10.22 17:05:28.003296 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.005436564 sec., 11036.382538677004 rows/sec., 811.02 KiB/sec.
15152 2024.10.22 17:05:28.003568 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
15153 2024.10.22 17:05:28.003796 [ 285 ] {51bed2fa-d240-48af-bdd4-52d88cd8f675} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
15154 2024.10.22 17:05:28.004770 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_29_7} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15155 2024.10.22 17:05:28.004944 [ 285 ] {51bed2fa-d240-48af-bdd4-52d88cd8f675} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15156 2024.10.22 17:05:28.004998 [ 199 ] {0443efe6-1be6-4f90-b5cd-046f6bcba6ed::all_1_29_7} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
15157 2024.10.22 17:05:28.005238 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15158 2024.10.22 17:05:28.005330 [ 285 ] {51bed2fa-d240-48af-bdd4-52d88cd8f675} <Debug> executeQuery: Read 4 rows, 319.00 B in 0.005927 sec., 674.8776784207862 rows/sec., 52.56 KiB/sec.
15159 2024.10.22 17:05:28.005795 [ 285 ] {51bed2fa-d240-48af-bdd4-52d88cd8f675} <Debug> DynamicQueryHandler: Done processing query
15160 2024.10.22 17:05:28.005824 [ 285 ] {51bed2fa-d240-48af-bdd4-52d88cd8f675} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15161 2024.10.22 17:05:28.005842 [ 285 ] {} <Debug> HTTP-Session: a28d87db-c9db-4696-9e2b-4c380ab3bf9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15162 2024.10.22 17:05:28.006053 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15163 2024.10.22 17:05:28.006148 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41725, User-Agent: (none), Length: 40173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15164 2024.10.22 17:05:28.006216 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15165 2024.10.22 17:05:28.006236 [ 279 ] {} <Debug> HTTP-Session: 5421de99-e40a-4219-8814-e946cfa3e17f Authenticating user 'default' from [fd00:1122:3344:101::d]:41725
15166 2024.10.22 17:05:28.006257 [ 279 ] {} <Debug> HTTP-Session: 5421de99-e40a-4219-8814-e946cfa3e17f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15167 2024.10.22 17:05:28.006271 [ 279 ] {} <Debug> HTTP-Session: 5421de99-e40a-4219-8814-e946cfa3e17f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15168 2024.10.22 17:05:28.006315 [ 279 ] {} <Trace> HTTP-Session: 5421de99-e40a-4219-8814-e946cfa3e17f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15169 2024.10.22 17:05:28.006552 [ 279 ] {aca44895-6fee-466a-85b9-c2a6ebeaa8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41725) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
15170 2024.10.22 17:05:28.006605 [ 279 ] {aca44895-6fee-466a-85b9-c2a6ebeaa8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15171 2024.10.22 17:05:28.006878 [ 279 ] {aca44895-6fee-466a-85b9-c2a6ebeaa8ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15172 2024.10.22 17:05:28.007421 [ 279 ] {aca44895-6fee-466a-85b9-c2a6ebeaa8ad} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15173 2024.10.22 17:05:28.007462 [ 279 ] {aca44895-6fee-466a-85b9-c2a6ebeaa8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15174 2024.10.22 17:05:28.007869 [ 279 ] {aca44895-6fee-466a-85b9-c2a6ebeaa8ad} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
15175 2024.10.22 17:05:28.008259 [ 279 ] {aca44895-6fee-466a-85b9-c2a6ebeaa8ad} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15176 2024.10.22 17:05:28.008430 [ 279 ] {aca44895-6fee-466a-85b9-c2a6ebeaa8ad} <Debug> executeQuery: Read 268 rows, 23.93 KiB in 0.001994 sec., 134403.20962888666 rows/sec., 11.72 MiB/sec.
15177 2024.10.22 17:05:28.008655 [ 279 ] {aca44895-6fee-466a-85b9-c2a6ebeaa8ad} <Debug> DynamicQueryHandler: Done processing query
15178 2024.10.22 17:05:28.008682 [ 279 ] {aca44895-6fee-466a-85b9-c2a6ebeaa8ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
15179 2024.10.22 17:05:28.008698 [ 279 ] {} <Debug> HTTP-Session: 5421de99-e40a-4219-8814-e946cfa3e17f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15180 2024.10.22 17:05:28.008904 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59586, User-Agent: (none), Length: 5034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15181 2024.10.22 17:05:28.008914 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15182 2024.10.22 17:05:28.009000 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15183 2024.10.22 17:05:28.009036 [ 285 ] {} <Debug> HTTP-Session: e32f7f9c-8ae1-4cdc-9dc1-265e7ad682e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59586
15184 2024.10.22 17:05:28.009060 [ 285 ] {} <Debug> HTTP-Session: e32f7f9c-8ae1-4cdc-9dc1-265e7ad682e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15185 2024.10.22 17:05:28.009088 [ 285 ] {} <Debug> HTTP-Session: e32f7f9c-8ae1-4cdc-9dc1-265e7ad682e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15186 2024.10.22 17:05:28.009140 [ 285 ] {} <Trace> HTTP-Session: e32f7f9c-8ae1-4cdc-9dc1-265e7ad682e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15187 2024.10.22 17:05:28.009302 [ 285 ] {051c7607-7a41-4bfe-9c6c-41d249b19422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59586) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
15188 2024.10.22 17:05:28.009362 [ 285 ] {051c7607-7a41-4bfe-9c6c-41d249b19422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15189 2024.10.22 17:05:28.009691 [ 285 ] {051c7607-7a41-4bfe-9c6c-41d249b19422} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15190 2024.10.22 17:05:28.010067 [ 285 ] {051c7607-7a41-4bfe-9c6c-41d249b19422} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15191 2024.10.22 17:05:28.010104 [ 285 ] {051c7607-7a41-4bfe-9c6c-41d249b19422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15192 2024.10.22 17:05:28.010484 [ 285 ] {051c7607-7a41-4bfe-9c6c-41d249b19422} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
15193 2024.10.22 17:05:28.010869 [ 285 ] {051c7607-7a41-4bfe-9c6c-41d249b19422} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15194 2024.10.22 17:05:28.011002 [ 285 ] {051c7607-7a41-4bfe-9c6c-41d249b19422} <Debug> executeQuery: Read 35 rows, 2.60 KiB in 0.001755 sec., 19943.019943019943 rows/sec., 1.44 MiB/sec.
15195 2024.10.22 17:05:28.011230 [ 285 ] {051c7607-7a41-4bfe-9c6c-41d249b19422} <Debug> DynamicQueryHandler: Done processing query
15196 2024.10.22 17:05:28.011265 [ 285 ] {051c7607-7a41-4bfe-9c6c-41d249b19422} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
15197 2024.10.22 17:05:28.011284 [ 285 ] {} <Debug> HTTP-Session: e32f7f9c-8ae1-4cdc-9dc1-265e7ad682e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15198 2024.10.22 17:05:28.011538 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15199 2024.10.22 17:05:28.011606 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46024, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15200 2024.10.22 17:05:28.011686 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15201 2024.10.22 17:05:28.011723 [ 279 ] {} <Debug> HTTP-Session: 3b3e1f5e-ea2a-4cdb-9380-adf071862a6f Authenticating user 'default' from [fd00:1122:3344:101::d]:46024
15202 2024.10.22 17:05:28.011748 [ 279 ] {} <Debug> HTTP-Session: 3b3e1f5e-ea2a-4cdb-9380-adf071862a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15203 2024.10.22 17:05:28.011766 [ 279 ] {} <Debug> HTTP-Session: 3b3e1f5e-ea2a-4cdb-9380-adf071862a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15204 2024.10.22 17:05:28.011816 [ 279 ] {} <Trace> HTTP-Session: 3b3e1f5e-ea2a-4cdb-9380-adf071862a6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15205 2024.10.22 17:05:28.011974 [ 279 ] {2bd5b11d-bbbf-4adb-a4bd-07caf8ee971f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46024) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
15206 2024.10.22 17:05:28.012026 [ 279 ] {2bd5b11d-bbbf-4adb-a4bd-07caf8ee971f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15207 2024.10.22 17:05:28.012300 [ 279 ] {2bd5b11d-bbbf-4adb-a4bd-07caf8ee971f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15208 2024.10.22 17:05:28.012628 [ 279 ] {2bd5b11d-bbbf-4adb-a4bd-07caf8ee971f} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15209 2024.10.22 17:05:28.012668 [ 279 ] {2bd5b11d-bbbf-4adb-a4bd-07caf8ee971f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15210 2024.10.22 17:05:28.013056 [ 279 ] {2bd5b11d-bbbf-4adb-a4bd-07caf8ee971f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
15211 2024.10.22 17:05:28.013450 [ 279 ] {2bd5b11d-bbbf-4adb-a4bd-07caf8ee971f} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15212 2024.10.22 17:05:28.013632 [ 279 ] {2bd5b11d-bbbf-4adb-a4bd-07caf8ee971f} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001704 sec., 12323.94366197183 rows/sec., 851.05 KiB/sec.
15213 2024.10.22 17:05:28.013991 [ 279 ] {2bd5b11d-bbbf-4adb-a4bd-07caf8ee971f} <Debug> DynamicQueryHandler: Done processing query
15214 2024.10.22 17:05:28.014017 [ 279 ] {2bd5b11d-bbbf-4adb-a4bd-07caf8ee971f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15215 2024.10.22 17:05:28.014035 [ 279 ] {} <Debug> HTTP-Session: 3b3e1f5e-ea2a-4cdb-9380-adf071862a6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15216 2024.10.22 17:05:28.014189 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15217 2024.10.22 17:05:28.014283 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36261, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15218 2024.10.22 17:05:28.014362 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15219 2024.10.22 17:05:28.014387 [ 282 ] {} <Debug> HTTP-Session: e5a4ab45-6b6c-4518-a900-d7e2855edef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36261
15220 2024.10.22 17:05:28.014411 [ 282 ] {} <Debug> HTTP-Session: e5a4ab45-6b6c-4518-a900-d7e2855edef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15221 2024.10.22 17:05:28.014429 [ 282 ] {} <Debug> HTTP-Session: e5a4ab45-6b6c-4518-a900-d7e2855edef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15222 2024.10.22 17:05:28.014472 [ 282 ] {} <Trace> HTTP-Session: e5a4ab45-6b6c-4518-a900-d7e2855edef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15223 2024.10.22 17:05:28.014617 [ 282 ] {4ada33b5-6f25-42c4-a996-d5d86c4d5da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36261) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
15224 2024.10.22 17:05:28.014676 [ 282 ] {4ada33b5-6f25-42c4-a996-d5d86c4d5da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15225 2024.10.22 17:05:28.014993 [ 282 ] {4ada33b5-6f25-42c4-a996-d5d86c4d5da6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15226 2024.10.22 17:05:28.015315 [ 282 ] {4ada33b5-6f25-42c4-a996-d5d86c4d5da6} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15227 2024.10.22 17:05:28.015354 [ 282 ] {4ada33b5-6f25-42c4-a996-d5d86c4d5da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15228 2024.10.22 17:05:28.015732 [ 282 ] {4ada33b5-6f25-42c4-a996-d5d86c4d5da6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
15229 2024.10.22 17:05:28.016140 [ 282 ] {4ada33b5-6f25-42c4-a996-d5d86c4d5da6} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15230 2024.10.22 17:05:28.016308 [ 76 ] {} <Debug> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
15231 2024.10.22 17:05:28.016318 [ 282 ] {4ada33b5-6f25-42c4-a996-d5d86c4d5da6} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001731 sec., 6932.409012131716 rows/sec., 426.51 KiB/sec.
15232 2024.10.22 17:05:28.016369 [ 76 ] {} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15233 2024.10.22 17:05:28.016448 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15234 2024.10.22 17:05:28.016621 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::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
15235 2024.10.22 17:05:28.016673 [ 282 ] {4ada33b5-6f25-42c4-a996-d5d86c4d5da6} <Debug> DynamicQueryHandler: Done processing query
15236 2024.10.22 17:05:28.016704 [ 282 ] {4ada33b5-6f25-42c4-a996-d5d86c4d5da6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15237 2024.10.22 17:05:28.016737 [ 282 ] {} <Debug> HTTP-Session: e5a4ab45-6b6c-4518-a900-d7e2855edef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15238 2024.10.22 17:05:28.016787 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15239 2024.10.22 17:05:28.016826 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 12 rows starting from the beginning of the part
15240 2024.10.22 17:05:28.016909 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part
15241 2024.10.22 17:05:28.017085 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15242 2024.10.22 17:05:28.017084 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46024, User-Agent: (none), Length: 70582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15243 2024.10.22 17:05:28.017497 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15244 2024.10.22 17:05:28.017510 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part
15245 2024.10.22 17:05:28.017539 [ 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):
15246 
15247 (version 23.8.7.1)
15248 2024.10.22 17:05:28.017659 [ 279 ] {} <Debug> HTTP-Session: 056f023a-4b6c-4682-8a6e-88529f642828 Authenticating user 'default' from [fd00:1122:3344:101::d]:46024
15249 2024.10.22 17:05:28.017729 [ 279 ] {} <Debug> HTTP-Session: 056f023a-4b6c-4682-8a6e-88529f642828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15250 2024.10.22 17:05:28.017803 [ 279 ] {} <Debug> HTTP-Session: 056f023a-4b6c-4682-8a6e-88529f642828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15251 2024.10.22 17:05:28.017816 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part
15252 2024.10.22 17:05:28.017966 [ 279 ] {} <Trace> HTTP-Session: 056f023a-4b6c-4682-8a6e-88529f642828 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15253 2024.10.22 17:05:28.018181 [ 194 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part
15254 2024.10.22 17:05:28.018503 [ 279 ] {3e41cca0-2d39-4d48-84ef-92c51c236e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46024) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15255 2024.10.22 17:05:28.018592 [ 279 ] {3e41cca0-2d39-4d48-84ef-92c51c236e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15256 2024.10.22 17:05:28.019025 [ 279 ] {3e41cca0-2d39-4d48-84ef-92c51c236e0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15257 2024.10.22 17:05:28.019794 [ 196 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.003234723 sec., 18548.72890198017 rows/sec., 1.18 MiB/sec.
15258 2024.10.22 17:05:28.019932 [ 279 ] {3e41cca0-2d39-4d48-84ef-92c51c236e0e} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15259 2024.10.22 17:05:28.019984 [ 196 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
15260 2024.10.22 17:05:28.019993 [ 279 ] {3e41cca0-2d39-4d48-84ef-92c51c236e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15261 2024.10.22 17:05:28.020959 [ 279 ] {3e41cca0-2d39-4d48-84ef-92c51c236e0e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
15262 2024.10.22 17:05:28.020968 [ 196 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_29_7} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15263 2024.10.22 17:05:28.021124 [ 196 ] {09e7f99f-89f4-4545-8473-0439b174c9f1::all_1_29_7} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
15264 2024.10.22 17:05:28.021350 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15265 2024.10.22 17:05:28.021644 [ 279 ] {3e41cca0-2d39-4d48-84ef-92c51c236e0e} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15266 2024.10.22 17:05:28.021823 [ 279 ] {3e41cca0-2d39-4d48-84ef-92c51c236e0e} <Debug> executeQuery: Read 435 rows, 31.76 KiB in 0.003559 sec., 122225.34419780837 rows/sec., 8.72 MiB/sec.
15267 2024.10.22 17:05:28.022169 [ 279 ] {3e41cca0-2d39-4d48-84ef-92c51c236e0e} <Debug> DynamicQueryHandler: Done processing query
15268 2024.10.22 17:05:28.022236 [ 279 ] {3e41cca0-2d39-4d48-84ef-92c51c236e0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
15269 2024.10.22 17:05:28.022295 [ 279 ] {} <Debug> HTTP-Session: 056f023a-4b6c-4682-8a6e-88529f642828 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15270 2024.10.22 17:05:28.022574 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15271 2024.10.22 17:05:28.022680 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43776, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15272 2024.10.22 17:05:28.022771 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15273 2024.10.22 17:05:28.022795 [ 282 ] {} <Debug> HTTP-Session: e657e6b4-e796-4370-bd4a-d88e99e434e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43776
15274 2024.10.22 17:05:28.022817 [ 282 ] {} <Debug> HTTP-Session: e657e6b4-e796-4370-bd4a-d88e99e434e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15275 2024.10.22 17:05:28.022834 [ 282 ] {} <Debug> HTTP-Session: e657e6b4-e796-4370-bd4a-d88e99e434e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15276 2024.10.22 17:05:28.022878 [ 282 ] {} <Trace> HTTP-Session: e657e6b4-e796-4370-bd4a-d88e99e434e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15277 2024.10.22 17:05:28.023005 [ 282 ] {4c0bb30e-aa42-46e6-abd8-ed6d03aa80e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43776) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
15278 2024.10.22 17:05:28.023054 [ 282 ] {4c0bb30e-aa42-46e6-abd8-ed6d03aa80e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15279 2024.10.22 17:05:28.023207 [ 282 ] {4c0bb30e-aa42-46e6-abd8-ed6d03aa80e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15280 2024.10.22 17:05:28.023480 [ 282 ] {4c0bb30e-aa42-46e6-abd8-ed6d03aa80e7} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15281 2024.10.22 17:05:28.023543 [ 282 ] {4c0bb30e-aa42-46e6-abd8-ed6d03aa80e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15282 2024.10.22 17:05:28.023908 [ 282 ] {4c0bb30e-aa42-46e6-abd8-ed6d03aa80e7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
15283 2024.10.22 17:05:28.024246 [ 282 ] {4c0bb30e-aa42-46e6-abd8-ed6d03aa80e7} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15284 2024.10.22 17:05:28.024412 [ 282 ] {4c0bb30e-aa42-46e6-abd8-ed6d03aa80e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00144 sec., 4166.666666666666 rows/sec., 217.69 KiB/sec.
15285 2024.10.22 17:05:28.024599 [ 282 ] {4c0bb30e-aa42-46e6-abd8-ed6d03aa80e7} <Debug> DynamicQueryHandler: Done processing query
15286 2024.10.22 17:05:28.024625 [ 282 ] {4c0bb30e-aa42-46e6-abd8-ed6d03aa80e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
15287 2024.10.22 17:05:28.024640 [ 282 ] {} <Debug> HTTP-Session: e657e6b4-e796-4370-bd4a-d88e99e434e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15288 2024.10.22 17:05:28.024817 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15289 2024.10.22 17:05:28.024838 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46024, User-Agent: (none), Length: 45155, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15290 2024.10.22 17:05:28.024898 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15291 2024.10.22 17:05:28.024921 [ 279 ] {} <Debug> HTTP-Session: 694abd46-b06b-4835-be4f-d10c2723a946 Authenticating user 'default' from [fd00:1122:3344:101::d]:46024
15292 2024.10.22 17:05:28.024941 [ 279 ] {} <Debug> HTTP-Session: 694abd46-b06b-4835-be4f-d10c2723a946 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15293 2024.10.22 17:05:28.024956 [ 279 ] {} <Debug> HTTP-Session: 694abd46-b06b-4835-be4f-d10c2723a946 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15294 2024.10.22 17:05:28.024990 [ 279 ] {} <Trace> HTTP-Session: 694abd46-b06b-4835-be4f-d10c2723a946 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15295 2024.10.22 17:05:28.025219 [ 279 ] {757e6b89-9bc4-4b0e-a1a8-faee19a7a3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
15296 2024.10.22 17:05:28.025269 [ 279 ] {757e6b89-9bc4-4b0e-a1a8-faee19a7a3d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15297 2024.10.22 17:05:28.025426 [ 279 ] {757e6b89-9bc4-4b0e-a1a8-faee19a7a3d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15298 2024.10.22 17:05:28.025850 [ 279 ] {757e6b89-9bc4-4b0e-a1a8-faee19a7a3d1} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15299 2024.10.22 17:05:28.025886 [ 279 ] {757e6b89-9bc4-4b0e-a1a8-faee19a7a3d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15300 2024.10.22 17:05:28.026269 [ 279 ] {757e6b89-9bc4-4b0e-a1a8-faee19a7a3d1} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
15301 2024.10.22 17:05:28.026610 [ 279 ] {757e6b89-9bc4-4b0e-a1a8-faee19a7a3d1} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15302 2024.10.22 17:05:28.026773 [ 279 ] {757e6b89-9bc4-4b0e-a1a8-faee19a7a3d1} <Debug> executeQuery: Read 240 rows, 16.46 KiB in 0.001685 sec., 142433.234421365 rows/sec., 9.54 MiB/sec.
15303 2024.10.22 17:05:28.027060 [ 279 ] {757e6b89-9bc4-4b0e-a1a8-faee19a7a3d1} <Debug> DynamicQueryHandler: Done processing query
15304 2024.10.22 17:05:28.027114 [ 279 ] {757e6b89-9bc4-4b0e-a1a8-faee19a7a3d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
15305 2024.10.22 17:05:28.027170 [ 279 ] {} <Debug> HTTP-Session: 694abd46-b06b-4835-be4f-d10c2723a946 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15306 2024.10.22 17:05:28.027435 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15307 2024.10.22 17:05:28.027532 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58991, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15308 2024.10.22 17:05:28.027595 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15309 2024.10.22 17:05:28.027618 [ 282 ] {} <Debug> HTTP-Session: cad78cef-f9e4-4f4f-b67a-53955542730f Authenticating user 'default' from [fd00:1122:3344:101::d]:58991
15310 2024.10.22 17:05:28.027639 [ 282 ] {} <Debug> HTTP-Session: cad78cef-f9e4-4f4f-b67a-53955542730f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15311 2024.10.22 17:05:28.027655 [ 282 ] {} <Debug> HTTP-Session: cad78cef-f9e4-4f4f-b67a-53955542730f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15312 2024.10.22 17:05:28.027694 [ 282 ] {} <Trace> HTTP-Session: cad78cef-f9e4-4f4f-b67a-53955542730f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15313 2024.10.22 17:05:28.027813 [ 282 ] {0cd981cc-9d4f-43e4-83c2-d7d7f89741f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58991) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
15314 2024.10.22 17:05:28.027868 [ 282 ] {0cd981cc-9d4f-43e4-83c2-d7d7f89741f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15315 2024.10.22 17:05:28.028029 [ 282 ] {0cd981cc-9d4f-43e4-83c2-d7d7f89741f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15316 2024.10.22 17:05:28.028311 [ 282 ] {0cd981cc-9d4f-43e4-83c2-d7d7f89741f1} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15317 2024.10.22 17:05:28.028349 [ 282 ] {0cd981cc-9d4f-43e4-83c2-d7d7f89741f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15318 2024.10.22 17:05:28.028700 [ 282 ] {0cd981cc-9d4f-43e4-83c2-d7d7f89741f1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
15319 2024.10.22 17:05:28.029029 [ 282 ] {0cd981cc-9d4f-43e4-83c2-d7d7f89741f1} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15320 2024.10.22 17:05:28.029195 [ 282 ] {0cd981cc-9d4f-43e4-83c2-d7d7f89741f1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec.
15321 2024.10.22 17:05:28.029528 [ 282 ] {0cd981cc-9d4f-43e4-83c2-d7d7f89741f1} <Debug> DynamicQueryHandler: Done processing query
15322 2024.10.22 17:05:28.029586 [ 282 ] {0cd981cc-9d4f-43e4-83c2-d7d7f89741f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
15323 2024.10.22 17:05:28.029627 [ 282 ] {} <Debug> HTTP-Session: cad78cef-f9e4-4f4f-b67a-53955542730f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15324 2024.10.22 17:05:28.029865 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58991, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15325 2024.10.22 17:05:28.029913 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46024, User-Agent: (none), Length: 52106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15326 2024.10.22 17:05:28.029981 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15327 2024.10.22 17:05:28.030011 [ 279 ] {} <Debug> HTTP-Session: 85976f64-f310-48fd-9ece-888f33012841 Authenticating user 'default' from [fd00:1122:3344:101::d]:46024
15328 2024.10.22 17:05:28.030033 [ 279 ] {} <Debug> HTTP-Session: 85976f64-f310-48fd-9ece-888f33012841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15329 2024.10.22 17:05:28.030052 [ 279 ] {} <Debug> HTTP-Session: 85976f64-f310-48fd-9ece-888f33012841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15330 2024.10.22 17:05:28.030091 [ 279 ] {} <Trace> HTTP-Session: 85976f64-f310-48fd-9ece-888f33012841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15331 2024.10.22 17:05:28.030488 [ 279 ] {6605cdea-9c65-4917-97a3-eab82975911b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46024) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
15332 2024.10.22 17:05:28.030572 [ 279 ] {6605cdea-9c65-4917-97a3-eab82975911b} <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
15333 2024.10.22 17:05:28.031068 [ 279 ] {6605cdea-9c65-4917-97a3-eab82975911b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15334 2024.10.22 17:05:28.031793 [ 279 ] {6605cdea-9c65-4917-97a3-eab82975911b} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15335 2024.10.22 17:05:28.031830 [ 279 ] {6605cdea-9c65-4917-97a3-eab82975911b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15336 2024.10.22 17:05:28.032483 [ 279 ] {6605cdea-9c65-4917-97a3-eab82975911b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15337 2024.10.22 17:05:28.032898 [ 279 ] {6605cdea-9c65-4917-97a3-eab82975911b} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15338 2024.10.22 17:05:28.033114 [ 279 ] {6605cdea-9c65-4917-97a3-eab82975911b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002917 sec., 10627.356873500172 rows/sec., 19.04 MiB/sec.
15339 2024.10.22 17:05:28.033589 [ 279 ] {6605cdea-9c65-4917-97a3-eab82975911b} <Debug> DynamicQueryHandler: Done processing query
15340 2024.10.22 17:05:28.033615 [ 279 ] {6605cdea-9c65-4917-97a3-eab82975911b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
15341 2024.10.22 17:05:28.033633 [ 279 ] {} <Debug> HTTP-Session: 85976f64-f310-48fd-9ece-888f33012841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15342 2024.10.22 17:05:28.033807 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15343 2024.10.22 17:05:28.033933 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64459, User-Agent: (none), Length: 942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15344 2024.10.22 17:05:28.033990 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15345 2024.10.22 17:05:28.034013 [ 282 ] {} <Debug> HTTP-Session: 80a3e9a7-335b-4941-81cc-1eb76557112c Authenticating user 'default' from [fd00:1122:3344:101::d]:64459
15346 2024.10.22 17:05:28.034034 [ 282 ] {} <Debug> HTTP-Session: 80a3e9a7-335b-4941-81cc-1eb76557112c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15347 2024.10.22 17:05:28.034051 [ 282 ] {} <Debug> HTTP-Session: 80a3e9a7-335b-4941-81cc-1eb76557112c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15348 2024.10.22 17:05:28.034087 [ 282 ] {} <Trace> HTTP-Session: 80a3e9a7-335b-4941-81cc-1eb76557112c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15349 2024.10.22 17:05:28.034209 [ 282 ] {e1cbca76-5900-4186-b8ba-9a9d8589ec55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64459) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
15350 2024.10.22 17:05:28.034265 [ 282 ] {e1cbca76-5900-4186-b8ba-9a9d8589ec55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
15351 2024.10.22 17:05:28.034438 [ 282 ] {e1cbca76-5900-4186-b8ba-9a9d8589ec55} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15352 2024.10.22 17:05:28.034732 [ 282 ] {e1cbca76-5900-4186-b8ba-9a9d8589ec55} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15353 2024.10.22 17:05:28.034775 [ 282 ] {e1cbca76-5900-4186-b8ba-9a9d8589ec55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15354 2024.10.22 17:05:28.035171 [ 282 ] {e1cbca76-5900-4186-b8ba-9a9d8589ec55} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
15355 2024.10.22 17:05:28.035504 [ 282 ] {e1cbca76-5900-4186-b8ba-9a9d8589ec55} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15356 2024.10.22 17:05:28.035678 [ 282 ] {e1cbca76-5900-4186-b8ba-9a9d8589ec55} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 264.91 KiB/sec.
15357 2024.10.22 17:05:28.036007 [ 282 ] {e1cbca76-5900-4186-b8ba-9a9d8589ec55} <Debug> DynamicQueryHandler: Done processing query
15358 2024.10.22 17:05:28.036033 [ 282 ] {e1cbca76-5900-4186-b8ba-9a9d8589ec55} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
15359 2024.10.22 17:05:28.036049 [ 282 ] {} <Debug> HTTP-Session: 80a3e9a7-335b-4941-81cc-1eb76557112c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15360 2024.10.22 17:05:28.036210 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15361 2024.10.22 17:05:28.036231 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46024, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15362 2024.10.22 17:05:28.036294 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15363 2024.10.22 17:05:28.036319 [ 279 ] {} <Debug> HTTP-Session: 0ccf9df6-8a23-48ae-a03d-04773d00d42f Authenticating user 'default' from [fd00:1122:3344:101::d]:46024
15364 2024.10.22 17:05:28.036342 [ 279 ] {} <Debug> HTTP-Session: 0ccf9df6-8a23-48ae-a03d-04773d00d42f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15365 2024.10.22 17:05:28.036361 [ 279 ] {} <Debug> HTTP-Session: 0ccf9df6-8a23-48ae-a03d-04773d00d42f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15366 2024.10.22 17:05:28.036399 [ 279 ] {} <Trace> HTTP-Session: 0ccf9df6-8a23-48ae-a03d-04773d00d42f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15367 2024.10.22 17:05:28.036545 [ 279 ] {20329b55-bc6d-4010-b823-afc4b2884a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46024) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
15368 2024.10.22 17:05:28.036601 [ 279 ] {20329b55-bc6d-4010-b823-afc4b2884a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15369 2024.10.22 17:05:28.036785 [ 279 ] {20329b55-bc6d-4010-b823-afc4b2884a0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15370 2024.10.22 17:05:28.037107 [ 279 ] {20329b55-bc6d-4010-b823-afc4b2884a0e} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15371 2024.10.22 17:05:28.037143 [ 279 ] {20329b55-bc6d-4010-b823-afc4b2884a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15372 2024.10.22 17:05:28.037507 [ 279 ] {20329b55-bc6d-4010-b823-afc4b2884a0e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
15373 2024.10.22 17:05:28.037833 [ 279 ] {20329b55-bc6d-4010-b823-afc4b2884a0e} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15374 2024.10.22 17:05:28.037996 [ 279 ] {20329b55-bc6d-4010-b823-afc4b2884a0e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001498 sec., 54739.65287049399 rows/sec., 3.48 MiB/sec.
15375 2024.10.22 17:05:28.038165 [ 279 ] {20329b55-bc6d-4010-b823-afc4b2884a0e} <Debug> DynamicQueryHandler: Done processing query
15376 2024.10.22 17:05:28.038189 [ 279 ] {20329b55-bc6d-4010-b823-afc4b2884a0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15377 2024.10.22 17:05:28.038206 [ 279 ] {} <Debug> HTTP-Session: 0ccf9df6-8a23-48ae-a03d-04773d00d42f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15378 2024.10.22 17:05:28.038622 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15379 2024.10.22 17:05:32.128442 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
15380 2024.10.22 17:05:32.128531 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
15381 2024.10.22 17:05:32.419868 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44766, User-Agent: (none), Length: 513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15382 2024.10.22 17:05:32.419961 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15383 2024.10.22 17:05:32.419985 [ 279 ] {} <Debug> HTTP-Session: 5aa5f5d6-3ce6-48c1-b3dd-db2ca6b0d75e Authenticating user 'default' from [fd00:1122:3344:101::d]:44766
15384 2024.10.22 17:05:32.420010 [ 279 ] {} <Debug> HTTP-Session: 5aa5f5d6-3ce6-48c1-b3dd-db2ca6b0d75e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15385 2024.10.22 17:05:32.420025 [ 279 ] {} <Debug> HTTP-Session: 5aa5f5d6-3ce6-48c1-b3dd-db2ca6b0d75e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15386 2024.10.22 17:05:32.420072 [ 279 ] {} <Trace> HTTP-Session: 5aa5f5d6-3ce6-48c1-b3dd-db2ca6b0d75e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15387 2024.10.22 17:05:32.420251 [ 279 ] {f54cdecd-2da9-468d-9f16-e0a86e0e3df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44766) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
15388 2024.10.22 17:05:32.420315 [ 279 ] {f54cdecd-2da9-468d-9f16-e0a86e0e3df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15389 2024.10.22 17:05:32.420642 [ 279 ] {f54cdecd-2da9-468d-9f16-e0a86e0e3df1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15390 2024.10.22 17:05:32.421031 [ 279 ] {f54cdecd-2da9-468d-9f16-e0a86e0e3df1} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15391 2024.10.22 17:05:32.421071 [ 279 ] {f54cdecd-2da9-468d-9f16-e0a86e0e3df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15392 2024.10.22 17:05:32.421476 [ 279 ] {f54cdecd-2da9-468d-9f16-e0a86e0e3df1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
15393 2024.10.22 17:05:32.421862 [ 279 ] {f54cdecd-2da9-468d-9f16-e0a86e0e3df1} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15394 2024.10.22 17:05:32.422009 [ 279 ] {f54cdecd-2da9-468d-9f16-e0a86e0e3df1} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001807 sec., 1660.2102933038184 rows/sec., 131.33 KiB/sec.
15395 2024.10.22 17:05:32.422338 [ 279 ] {f54cdecd-2da9-468d-9f16-e0a86e0e3df1} <Debug> DynamicQueryHandler: Done processing query
15396 2024.10.22 17:05:32.422366 [ 279 ] {f54cdecd-2da9-468d-9f16-e0a86e0e3df1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15397 2024.10.22 17:05:32.422383 [ 279 ] {} <Debug> HTTP-Session: 5aa5f5d6-3ce6-48c1-b3dd-db2ca6b0d75e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15398 2024.10.22 17:05:32.422783 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15399 2024.10.22 17:05:32.422878 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56326, User-Agent: (none), Length: 182517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15400 2024.10.22 17:05:32.422948 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15401 2024.10.22 17:05:32.422972 [ 282 ] {} <Debug> HTTP-Session: 0154eb7a-ccbc-422d-a09a-ce7927d17156 Authenticating user 'default' from [fd00:1122:3344:101::d]:56326
15402 2024.10.22 17:05:32.422994 [ 282 ] {} <Debug> HTTP-Session: 0154eb7a-ccbc-422d-a09a-ce7927d17156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15403 2024.10.22 17:05:32.423012 [ 282 ] {} <Debug> HTTP-Session: 0154eb7a-ccbc-422d-a09a-ce7927d17156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15404 2024.10.22 17:05:32.423052 [ 282 ] {} <Trace> HTTP-Session: 0154eb7a-ccbc-422d-a09a-ce7927d17156 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15405 2024.10.22 17:05:32.423635 [ 282 ] {501138d6-7a4c-478f-8aa5-d429e5379423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56326) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
15406 2024.10.22 17:05:32.423695 [ 282 ] {501138d6-7a4c-478f-8aa5-d429e5379423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15407 2024.10.22 17:05:32.423999 [ 282 ] {501138d6-7a4c-478f-8aa5-d429e5379423} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15408 2024.10.22 17:05:32.425258 [ 282 ] {501138d6-7a4c-478f-8aa5-d429e5379423} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15409 2024.10.22 17:05:32.425297 [ 282 ] {501138d6-7a4c-478f-8aa5-d429e5379423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15410 2024.10.22 17:05:32.425738 [ 282 ] {501138d6-7a4c-478f-8aa5-d429e5379423} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
15411 2024.10.22 17:05:32.426097 [ 282 ] {501138d6-7a4c-478f-8aa5-d429e5379423} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15412 2024.10.22 17:05:32.426223 [ 70 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
15413 2024.10.22 17:05:32.426227 [ 282 ] {501138d6-7a4c-478f-8aa5-d429e5379423} <Debug> executeQuery: Read 1259 rows, 106.34 KiB in 0.002988 sec., 421352.07496653276 rows/sec., 34.76 MiB/sec.
15414 2024.10.22 17:05:32.426262 [ 70 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15415 2024.10.22 17:05:32.426295 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15416 2024.10.22 17:05:32.426417 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
15417 2024.10.22 17:05:32.426481 [ 282 ] {501138d6-7a4c-478f-8aa5-d429e5379423} <Debug> DynamicQueryHandler: Done processing query
15418 2024.10.22 17:05:32.426513 [ 282 ] {501138d6-7a4c-478f-8aa5-d429e5379423} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
15419 2024.10.22 17:05:32.426540 [ 282 ] {} <Debug> HTTP-Session: 0154eb7a-ccbc-422d-a09a-ce7927d17156 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15420 2024.10.22 17:05:32.426572 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15421 2024.10.22 17:05:32.426604 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1448 rows starting from the beginning of the part
15422 2024.10.22 17:05:32.426665 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 100 rows starting from the beginning of the part
15423 2024.10.22 17:05:32.426967 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15424 2024.10.22 17:05:32.426975 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44766, User-Agent: (none), Length: 4768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15425 2024.10.22 17:05:32.427032 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 266 rows starting from the beginning of the part
15426 2024.10.22 17:05:32.427284 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15427 2024.10.22 17:05:32.427384 [ 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):
15428 
15429 (version 23.8.7.1)
15430 2024.10.22 17:05:32.427555 [ 279 ] {} <Debug> HTTP-Session: eab77606-4955-4523-b08f-0ab8858153dc Authenticating user 'default' from [fd00:1122:3344:101::d]:44766
15431 2024.10.22 17:05:32.427633 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 105 rows starting from the beginning of the part
15432 2024.10.22 17:05:32.427692 [ 279 ] {} <Debug> HTTP-Session: eab77606-4955-4523-b08f-0ab8858153dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15433 2024.10.22 17:05:32.427779 [ 279 ] {} <Debug> HTTP-Session: eab77606-4955-4523-b08f-0ab8858153dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15434 2024.10.22 17:05:32.427959 [ 279 ] {} <Trace> HTTP-Session: eab77606-4955-4523-b08f-0ab8858153dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15435 2024.10.22 17:05:32.427989 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 268 rows starting from the beginning of the part
15436 2024.10.22 17:05:32.428162 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1259 rows starting from the beginning of the part
15437 2024.10.22 17:05:32.428313 [ 279 ] {4d8ebe49-2c15-46da-adbd-2ba553b3f766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44766) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
15438 2024.10.22 17:05:32.428453 [ 279 ] {4d8ebe49-2c15-46da-adbd-2ba553b3f766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15439 2024.10.22 17:05:32.429185 [ 279 ] {4d8ebe49-2c15-46da-adbd-2ba553b3f766} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15440 2024.10.22 17:05:32.429687 [ 279 ] {4d8ebe49-2c15-46da-adbd-2ba553b3f766} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15441 2024.10.22 17:05:32.429738 [ 279 ] {4d8ebe49-2c15-46da-adbd-2ba553b3f766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15442 2024.10.22 17:05:32.430301 [ 279 ] {4d8ebe49-2c15-46da-adbd-2ba553b3f766} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15443 2024.10.22 17:05:32.430706 [ 279 ] {4d8ebe49-2c15-46da-adbd-2ba553b3f766} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15444 2024.10.22 17:05:32.430934 [ 279 ] {4d8ebe49-2c15-46da-adbd-2ba553b3f766} <Debug> executeQuery: Read 33 rows, 2.46 KiB in 0.002766 sec., 11930.58568329718 rows/sec., 888.65 KiB/sec.
15445 2024.10.22 17:05:32.430935 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3446 rows, containing 5 columns (5 merged, 0 gathered) in 0.004569945 sec., 754057.2151305979 rows/sec., 65.98 MiB/sec.
15446 2024.10.22 17:05:32.431130 [ 279 ] {4d8ebe49-2c15-46da-adbd-2ba553b3f766} <Debug> DynamicQueryHandler: Done processing query
15447 2024.10.22 17:05:32.431157 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
15448 2024.10.22 17:05:32.431159 [ 279 ] {4d8ebe49-2c15-46da-adbd-2ba553b3f766} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
15449 2024.10.22 17:05:32.431195 [ 279 ] {} <Debug> HTTP-Session: eab77606-4955-4523-b08f-0ab8858153dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15450 2024.10.22 17:05:32.431384 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15451 2024.10.22 17:05:32.431480 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49005, User-Agent: (none), Length: 30474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15452 2024.10.22 17:05:32.431548 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15453 2024.10.22 17:05:32.431575 [ 282 ] {} <Debug> HTTP-Session: b8a89b26-2761-4a1b-bbf9-46bac34d8b98 Authenticating user 'default' from [fd00:1122:3344:101::d]:49005
15454 2024.10.22 17:05:32.431595 [ 282 ] {} <Debug> HTTP-Session: b8a89b26-2761-4a1b-bbf9-46bac34d8b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15455 2024.10.22 17:05:32.431615 [ 282 ] {} <Debug> HTTP-Session: b8a89b26-2761-4a1b-bbf9-46bac34d8b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15456 2024.10.22 17:05:32.431653 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_71_14} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15457 2024.10.22 17:05:32.431659 [ 282 ] {} <Trace> HTTP-Session: b8a89b26-2761-4a1b-bbf9-46bac34d8b98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15458 2024.10.22 17:05:32.431750 [ 194 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_71_14} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
15459 2024.10.22 17:05:32.431834 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
15460 2024.10.22 17:05:32.431856 [ 282 ] {ccc43de1-0c8b-4a35-9120-3cfb0c8393d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49005) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
15461 2024.10.22 17:05:32.431904 [ 282 ] {ccc43de1-0c8b-4a35-9120-3cfb0c8393d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15462 2024.10.22 17:05:32.432129 [ 282 ] {ccc43de1-0c8b-4a35-9120-3cfb0c8393d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15463 2024.10.22 17:05:32.432564 [ 282 ] {ccc43de1-0c8b-4a35-9120-3cfb0c8393d8} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15464 2024.10.22 17:05:32.432600 [ 282 ] {ccc43de1-0c8b-4a35-9120-3cfb0c8393d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15465 2024.10.22 17:05:32.432966 [ 282 ] {ccc43de1-0c8b-4a35-9120-3cfb0c8393d8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
15466 2024.10.22 17:05:32.433331 [ 282 ] {ccc43de1-0c8b-4a35-9120-3cfb0c8393d8} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15467 2024.10.22 17:05:32.433458 [ 282 ] {ccc43de1-0c8b-4a35-9120-3cfb0c8393d8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00169 sec., 134911.2426035503 rows/sec., 9.13 MiB/sec.
15468 2024.10.22 17:05:32.433778 [ 282 ] {ccc43de1-0c8b-4a35-9120-3cfb0c8393d8} <Debug> DynamicQueryHandler: Done processing query
15469 2024.10.22 17:05:32.433840 [ 282 ] {ccc43de1-0c8b-4a35-9120-3cfb0c8393d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
15470 2024.10.22 17:05:32.433902 [ 282 ] {} <Debug> HTTP-Session: b8a89b26-2761-4a1b-bbf9-46bac34d8b98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15471 2024.10.22 17:05:32.434241 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15472 2024.10.22 17:05:32.434334 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62840, User-Agent: (none), Length: 92940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15473 2024.10.22 17:05:32.434399 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15474 2024.10.22 17:05:32.434425 [ 279 ] {} <Debug> HTTP-Session: b868b8a6-20b2-4b34-8e38-0bcde2939bf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:62840
15475 2024.10.22 17:05:32.434445 [ 279 ] {} <Debug> HTTP-Session: b868b8a6-20b2-4b34-8e38-0bcde2939bf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15476 2024.10.22 17:05:32.434463 [ 279 ] {} <Debug> HTTP-Session: b868b8a6-20b2-4b34-8e38-0bcde2939bf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15477 2024.10.22 17:05:32.434501 [ 279 ] {} <Trace> HTTP-Session: b868b8a6-20b2-4b34-8e38-0bcde2939bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15478 2024.10.22 17:05:32.434812 [ 279 ] {5071ed2c-7b92-4c23-b8b7-bc3aa4782947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62840) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15479 2024.10.22 17:05:32.434866 [ 279 ] {5071ed2c-7b92-4c23-b8b7-bc3aa4782947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15480 2024.10.22 17:05:32.435151 [ 279 ] {5071ed2c-7b92-4c23-b8b7-bc3aa4782947} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15481 2024.10.22 17:05:32.435897 [ 279 ] {5071ed2c-7b92-4c23-b8b7-bc3aa4782947} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15482 2024.10.22 17:05:32.435934 [ 279 ] {5071ed2c-7b92-4c23-b8b7-bc3aa4782947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15483 2024.10.22 17:05:32.436318 [ 279 ] {5071ed2c-7b92-4c23-b8b7-bc3aa4782947} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
15484 2024.10.22 17:05:32.436671 [ 279 ] {5071ed2c-7b92-4c23-b8b7-bc3aa4782947} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15485 2024.10.22 17:05:32.436796 [ 70 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
15486 2024.10.22 17:05:32.436800 [ 279 ] {5071ed2c-7b92-4c23-b8b7-bc3aa4782947} <Debug> executeQuery: Read 562 rows, 42.73 KiB in 0.002162 sec., 259944.4958371878 rows/sec., 19.30 MiB/sec.
15487 2024.10.22 17:05:32.436830 [ 70 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15488 2024.10.22 17:05:32.436866 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15489 2024.10.22 17:05:32.437055 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
15490 2024.10.22 17:05:32.437078 [ 279 ] {5071ed2c-7b92-4c23-b8b7-bc3aa4782947} <Debug> DynamicQueryHandler: Done processing query
15491 2024.10.22 17:05:32.437110 [ 279 ] {5071ed2c-7b92-4c23-b8b7-bc3aa4782947} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB.
15492 2024.10.22 17:05:32.437158 [ 279 ] {} <Debug> HTTP-Session: b868b8a6-20b2-4b34-8e38-0bcde2939bf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15493 2024.10.22 17:05:32.437640 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15494 2024.10.22 17:05:32.437646 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49005, User-Agent: (none), Length: 189216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15495 2024.10.22 17:05:32.437663 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15496 2024.10.22 17:05:32.437815 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 926 rows starting from the beginning of the part
15497 2024.10.22 17:05:32.437881 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15498 2024.10.22 17:05:32.438004 [ 279 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below):
15499 
15500 (version 23.8.7.1)
15501 2024.10.22 17:05:32.438073 [ 282 ] {} <Debug> HTTP-Session: b7f58105-4708-4e96-b916-2e352dbf2065 Authenticating user 'default' from [fd00:1122:3344:101::d]:49005
15502 2024.10.22 17:05:32.438225 [ 282 ] {} <Debug> HTTP-Session: b7f58105-4708-4e96-b916-2e352dbf2065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15503 2024.10.22 17:05:32.438315 [ 282 ] {} <Debug> HTTP-Session: b7f58105-4708-4e96-b916-2e352dbf2065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15504 2024.10.22 17:05:32.438389 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 92 rows starting from the beginning of the part
15505 2024.10.22 17:05:32.438492 [ 282 ] {} <Trace> HTTP-Session: b7f58105-4708-4e96-b916-2e352dbf2065 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15506 2024.10.22 17:05:32.438769 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 422 rows starting from the beginning of the part
15507 2024.10.22 17:05:32.439130 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 96 rows starting from the beginning of the part
15508 2024.10.22 17:05:32.439346 [ 282 ] {61fb4025-4385-464e-b805-f1bc4dc34537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49005) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
15509 2024.10.22 17:05:32.439635 [ 282 ] {61fb4025-4385-464e-b805-f1bc4dc34537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15510 2024.10.22 17:05:32.439686 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 435 rows starting from the beginning of the part
15511 2024.10.22 17:05:32.440193 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 562 rows starting from the beginning of the part
15512 2024.10.22 17:05:32.440788 [ 282 ] {61fb4025-4385-464e-b805-f1bc4dc34537} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15513 2024.10.22 17:05:32.441772 [ 282 ] {61fb4025-4385-464e-b805-f1bc4dc34537} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15514 2024.10.22 17:05:32.441809 [ 282 ] {61fb4025-4385-464e-b805-f1bc4dc34537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15515 2024.10.22 17:05:32.442093 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2533 rows, containing 5 columns (5 merged, 0 gathered) in 0.005142668 sec., 492545.8925211582 rows/sec., 37.83 MiB/sec.
15516 2024.10.22 17:05:32.442410 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
15517 2024.10.22 17:05:32.442564 [ 282 ] {61fb4025-4385-464e-b805-f1bc4dc34537} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
15518 2024.10.22 17:05:32.443667 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_71_14} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15519 2024.10.22 17:05:32.443679 [ 282 ] {61fb4025-4385-464e-b805-f1bc4dc34537} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15520 2024.10.22 17:05:32.443867 [ 193 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_71_14} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
15521 2024.10.22 17:05:32.443950 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
15522 2024.10.22 17:05:32.443962 [ 282 ] {61fb4025-4385-464e-b805-f1bc4dc34537} <Debug> executeQuery: Read 996 rows, 68.51 KiB in 0.00515 sec., 193398.05825242717 rows/sec., 12.99 MiB/sec.
15523 2024.10.22 17:05:32.444024 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15524 2024.10.22 17:05:32.444109 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15525 2024.10.22 17:05:32.444185 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
15526 2024.10.22 17:05:32.444469 [ 282 ] {61fb4025-4385-464e-b805-f1bc4dc34537} <Debug> DynamicQueryHandler: Done processing query
15527 2024.10.22 17:05:32.444505 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
15528 2024.10.22 17:05:32.444525 [ 282 ] {61fb4025-4385-464e-b805-f1bc4dc34537} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
15529 2024.10.22 17:05:32.444643 [ 282 ] {} <Debug> HTTP-Session: b7f58105-4708-4e96-b916-2e352dbf2065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15530 2024.10.22 17:05:32.445026 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15531 2024.10.22 17:05:32.445232 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41502, User-Agent: (none), Length: 49174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15532 2024.10.22 17:05:32.445440 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15533 2024.10.22 17:05:32.445547 [ 279 ] {} <Debug> HTTP-Session: 7a9af54a-37df-4ff0-9072-ac7d3d734c9c Authenticating user 'default' from [fd00:1122:3344:101::d]:41502
15534 2024.10.22 17:05:32.445557 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15535 2024.10.22 17:05:32.445627 [ 279 ] {} <Debug> HTTP-Session: 7a9af54a-37df-4ff0-9072-ac7d3d734c9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15536 2024.10.22 17:05:32.445701 [ 279 ] {} <Debug> HTTP-Session: 7a9af54a-37df-4ff0-9072-ac7d3d734c9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15537 2024.10.22 17:05:32.445728 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19991 rows starting from the beginning of the part
15538 2024.10.22 17:05:32.445859 [ 279 ] {} <Trace> HTTP-Session: 7a9af54a-37df-4ff0-9072-ac7d3d734c9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15539 2024.10.22 17:05:32.446240 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part
15540 2024.10.22 17:05:32.446382 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 239 rows starting from the beginning of the part
15541 2024.10.22 17:05:32.446498 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 162 rows starting from the beginning of the part
15542 2024.10.22 17:05:32.446677 [ 279 ] {ab61152c-d1bf-4f8c-a935-95a69a312044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41502) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
15543 2024.10.22 17:05:32.446913 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 240 rows starting from the beginning of the part
15544 2024.10.22 17:05:32.446975 [ 279 ] {ab61152c-d1bf-4f8c-a935-95a69a312044} <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
15545 2024.10.22 17:05:32.447296 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 996 rows starting from the beginning of the part
15546 2024.10.22 17:05:32.449698 [ 279 ] {ab61152c-d1bf-4f8c-a935-95a69a312044} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15547 2024.10.22 17:05:32.450558 [ 279 ] {ab61152c-d1bf-4f8c-a935-95a69a312044} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15548 2024.10.22 17:05:32.450597 [ 279 ] {ab61152c-d1bf-4f8c-a935-95a69a312044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15549 2024.10.22 17:05:32.452914 [ 279 ] {ab61152c-d1bf-4f8c-a935-95a69a312044} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15550 2024.10.22 17:05:32.453554 [ 279 ] {ab61152c-d1bf-4f8c-a935-95a69a312044} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15551 2024.10.22 17:05:32.454181 [ 279 ] {ab61152c-d1bf-4f8c-a935-95a69a312044} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.008013 sec., 3743.9161362785476 rows/sec., 6.71 MiB/sec.
15552 2024.10.22 17:05:32.455097 [ 279 ] {ab61152c-d1bf-4f8c-a935-95a69a312044} <Debug> DynamicQueryHandler: Done processing query
15553 2024.10.22 17:05:32.455129 [ 279 ] {ab61152c-d1bf-4f8c-a935-95a69a312044} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
15554 2024.10.22 17:05:32.455146 [ 279 ] {} <Debug> HTTP-Session: 7a9af54a-37df-4ff0-9072-ac7d3d734c9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15555 2024.10.22 17:05:32.455325 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15556 2024.10.22 17:05:32.455423 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38804, User-Agent: (none), Length: 563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15557 2024.10.22 17:05:32.455480 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15558 2024.10.22 17:05:32.455499 [ 282 ] {} <Debug> HTTP-Session: 96807935-6200-422e-a771-e2ee62b6a492 Authenticating user 'default' from [fd00:1122:3344:101::d]:38804
15559 2024.10.22 17:05:32.455515 [ 282 ] {} <Debug> HTTP-Session: 96807935-6200-422e-a771-e2ee62b6a492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15560 2024.10.22 17:05:32.455529 [ 282 ] {} <Debug> HTTP-Session: 96807935-6200-422e-a771-e2ee62b6a492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15561 2024.10.22 17:05:32.455560 [ 282 ] {} <Trace> HTTP-Session: 96807935-6200-422e-a771-e2ee62b6a492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15562 2024.10.22 17:05:32.455661 [ 282 ] {02b9f78f-e83f-4f7d-b86b-7ce458e02353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
15563 2024.10.22 17:05:32.455708 [ 282 ] {02b9f78f-e83f-4f7d-b86b-7ce458e02353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
15564 2024.10.22 17:05:32.455868 [ 282 ] {02b9f78f-e83f-4f7d-b86b-7ce458e02353} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15565 2024.10.22 17:05:32.456155 [ 282 ] {02b9f78f-e83f-4f7d-b86b-7ce458e02353} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15566 2024.10.22 17:05:32.456191 [ 282 ] {02b9f78f-e83f-4f7d-b86b-7ce458e02353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15567 2024.10.22 17:05:32.457508 [ 282 ] {02b9f78f-e83f-4f7d-b86b-7ce458e02353} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
15568 2024.10.22 17:05:32.458388 [ 282 ] {02b9f78f-e83f-4f7d-b86b-7ce458e02353} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15569 2024.10.22 17:05:32.458508 [ 70 ] {} <Debug> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
15570 2024.10.22 17:05:32.458523 [ 282 ] {02b9f78f-e83f-4f7d-b86b-7ce458e02353} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.00289 sec., 1038.0622837370242 rows/sec., 83.13 KiB/sec.
15571 2024.10.22 17:05:32.458544 [ 70 ] {} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15572 2024.10.22 17:05:32.458590 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15573 2024.10.22 17:05:32.458982 [ 282 ] {02b9f78f-e83f-4f7d-b86b-7ce458e02353} <Debug> DynamicQueryHandler: Done processing query
15574 2024.10.22 17:05:32.458987 [ 193 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::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
15575 2024.10.22 17:05:32.459016 [ 282 ] {02b9f78f-e83f-4f7d-b86b-7ce458e02353} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
15576 2024.10.22 17:05:32.459073 [ 282 ] {} <Debug> HTTP-Session: 96807935-6200-422e-a771-e2ee62b6a492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15577 2024.10.22 17:05:32.459309 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38804, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15578 2024.10.22 17:05:32.459317 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41502, User-Agent: (none), Length: 8232, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15579 2024.10.22 17:05:32.459489 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15580 2024.10.22 17:05:32.459514 [ 193 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15581 2024.10.22 17:05:32.459534 [ 279 ] {} <Debug> HTTP-Session: 1d18b21a-4233-47b3-bac1-0f586e21057b Authenticating user 'default' from [fd00:1122:3344:101::d]:41502
15582 2024.10.22 17:05:32.459551 [ 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):
15583 
15584 (version 23.8.7.1)
15585 2024.10.22 17:05:32.459755 [ 193 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part
15586 2024.10.22 17:05:32.459769 [ 279 ] {} <Debug> HTTP-Session: 1d18b21a-4233-47b3-bac1-0f586e21057b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15587 2024.10.22 17:05:32.459832 [ 279 ] {} <Debug> HTTP-Session: 1d18b21a-4233-47b3-bac1-0f586e21057b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15588 2024.10.22 17:05:32.460019 [ 193 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
15589 2024.10.22 17:05:32.460027 [ 279 ] {} <Trace> HTTP-Session: 1d18b21a-4233-47b3-bac1-0f586e21057b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15590 2024.10.22 17:05:32.460323 [ 193 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part
15591 2024.10.22 17:05:32.460510 [ 279 ] {21ea688e-2a39-442a-b400-7fd636c7527c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41502) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
15592 2024.10.22 17:05:32.460749 [ 279 ] {21ea688e-2a39-442a-b400-7fd636c7527c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15593 2024.10.22 17:05:32.460767 [ 193 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
15594 2024.10.22 17:05:32.461212 [ 193 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
15595 2024.10.22 17:05:32.461651 [ 193 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part
15596 2024.10.22 17:05:32.462468 [ 279 ] {21ea688e-2a39-442a-b400-7fd636c7527c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15597 2024.10.22 17:05:32.463116 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21788 rows, containing 5 columns (5 merged, 0 gathered) in 0.01876571 sec., 1161053.8583405584 rows/sec., 78.37 MiB/sec.
15598 2024.10.22 17:05:32.463667 [ 279 ] {21ea688e-2a39-442a-b400-7fd636c7527c} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15599 2024.10.22 17:05:32.463759 [ 279 ] {21ea688e-2a39-442a-b400-7fd636c7527c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15600 2024.10.22 17:05:32.463940 [ 198 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
15601 2024.10.22 17:05:32.465438 [ 279 ] {21ea688e-2a39-442a-b400-7fd636c7527c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
15602 2024.10.22 17:05:32.466094 [ 198 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15603 2024.10.22 17:05:32.466506 [ 198 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
15604 2024.10.22 17:05:32.466831 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
15605 2024.10.22 17:05:32.467111 [ 279 ] {21ea688e-2a39-442a-b400-7fd636c7527c} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15606 2024.10.22 17:05:32.467148 [ 188 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.008382203 sec., 6084.319360912638 rows/sec., 443.30 KiB/sec.
15607 2024.10.22 17:05:32.467340 [ 70 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
15608 2024.10.22 17:05:32.467358 [ 279 ] {21ea688e-2a39-442a-b400-7fd636c7527c} <Debug> executeQuery: Read 54 rows, 3.73 KiB in 0.007063 sec., 7645.476426447685 rows/sec., 528.59 KiB/sec.
15609 2024.10.22 17:05:32.467412 [ 70 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15610 2024.10.22 17:05:32.467431 [ 188 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
15611 2024.10.22 17:05:32.467500 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15612 2024.10.22 17:05:32.467967 [ 198 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
15613 2024.10.22 17:05:32.467976 [ 279 ] {21ea688e-2a39-442a-b400-7fd636c7527c} <Debug> DynamicQueryHandler: Done processing query
15614 2024.10.22 17:05:32.468022 [ 279 ] {21ea688e-2a39-442a-b400-7fd636c7527c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15615 2024.10.22 17:05:32.468071 [ 279 ] {} <Debug> HTTP-Session: 1d18b21a-4233-47b3-bac1-0f586e21057b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15616 2024.10.22 17:05:32.468452 [ 198 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15617 2024.10.22 17:05:32.468537 [ 198 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3884 rows starting from the beginning of the part
15618 2024.10.22 17:05:32.468739 [ 198 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part
15619 2024.10.22 17:05:32.469018 [ 198 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part
15620 2024.10.22 17:05:32.469067 [ 188 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::all_1_6_1} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15621 2024.10.22 17:05:32.469304 [ 198 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
15622 2024.10.22 17:05:32.469444 [ 188 ] {469d4f7a-5522-4790-9633-64be3b6b9f3c::all_1_6_1} <Trace> oximeter.measurements_i64 (469d4f7a-5522-4790-9633-64be3b6b9f3c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
15623 2024.10.22 17:05:32.469567 [ 198 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
15624 2024.10.22 17:05:32.469850 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15625 2024.10.22 17:05:32.469926 [ 198 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 54 rows starting from the beginning of the part
15626 2024.10.22 17:05:32.470001 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15627 2024.10.22 17:05:32.471796 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4222 rows, containing 4 columns (4 merged, 0 gathered) in 0.004113494 sec., 1026378.0620562471 rows/sec., 66.91 MiB/sec.
15628 2024.10.22 17:05:32.472151 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
15629 2024.10.22 17:05:32.472803 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_71_14} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15630 2024.10.22 17:05:32.472947 [ 188 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_71_14} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
15631 2024.10.22 17:05:32.473085 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
15632 2024.10.22 17:05:32.981953 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59908, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15633 2024.10.22 17:05:32.982087 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15634 2024.10.22 17:05:32.982128 [ 279 ] {} <Debug> HTTP-Session: b17c24b1-1217-4895-8409-906f88c55e3a Authenticating user 'default' from [fd00:1122:3344:101::d]:59908
15635 2024.10.22 17:05:32.982155 [ 279 ] {} <Debug> HTTP-Session: b17c24b1-1217-4895-8409-906f88c55e3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15636 2024.10.22 17:05:32.982173 [ 279 ] {} <Debug> HTTP-Session: b17c24b1-1217-4895-8409-906f88c55e3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15637 2024.10.22 17:05:32.982225 [ 279 ] {} <Trace> HTTP-Session: b17c24b1-1217-4895-8409-906f88c55e3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15638 2024.10.22 17:05:32.982382 [ 279 ] {5c316a47-7520-42e8-9a6c-8e32b9dffc86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59908) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
15639 2024.10.22 17:05:32.982448 [ 279 ] {5c316a47-7520-42e8-9a6c-8e32b9dffc86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15640 2024.10.22 17:05:32.982797 [ 279 ] {5c316a47-7520-42e8-9a6c-8e32b9dffc86} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15641 2024.10.22 17:05:32.983231 [ 279 ] {5c316a47-7520-42e8-9a6c-8e32b9dffc86} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15642 2024.10.22 17:05:32.983271 [ 279 ] {5c316a47-7520-42e8-9a6c-8e32b9dffc86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15643 2024.10.22 17:05:32.983660 [ 279 ] {5c316a47-7520-42e8-9a6c-8e32b9dffc86} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
15644 2024.10.22 17:05:32.984048 [ 279 ] {5c316a47-7520-42e8-9a6c-8e32b9dffc86} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15645 2024.10.22 17:05:32.984216 [ 279 ] {5c316a47-7520-42e8-9a6c-8e32b9dffc86} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001874 sec., 1067.2358591248667 rows/sec., 87.03 KiB/sec.
15646 2024.10.22 17:05:32.984418 [ 279 ] {5c316a47-7520-42e8-9a6c-8e32b9dffc86} <Debug> DynamicQueryHandler: Done processing query
15647 2024.10.22 17:05:32.984444 [ 279 ] {5c316a47-7520-42e8-9a6c-8e32b9dffc86} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15648 2024.10.22 17:05:32.984460 [ 279 ] {} <Debug> HTTP-Session: b17c24b1-1217-4895-8409-906f88c55e3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15649 2024.10.22 17:05:32.984699 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15650 2024.10.22 17:05:32.984704 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50697, User-Agent: (none), Length: 4395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15651 2024.10.22 17:05:32.984783 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15652 2024.10.22 17:05:32.984807 [ 282 ] {} <Debug> HTTP-Session: 69bf5fab-d67a-4653-80a2-f44634bc7db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50697
15653 2024.10.22 17:05:32.984828 [ 282 ] {} <Debug> HTTP-Session: 69bf5fab-d67a-4653-80a2-f44634bc7db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15654 2024.10.22 17:05:32.984845 [ 282 ] {} <Debug> HTTP-Session: 69bf5fab-d67a-4653-80a2-f44634bc7db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15655 2024.10.22 17:05:32.984887 [ 282 ] {} <Trace> HTTP-Session: 69bf5fab-d67a-4653-80a2-f44634bc7db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15656 2024.10.22 17:05:32.985026 [ 282 ] {6dab8be0-3794-4815-82bc-1ea0d69621db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50697) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
15657 2024.10.22 17:05:32.985078 [ 282 ] {6dab8be0-3794-4815-82bc-1ea0d69621db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15658 2024.10.22 17:05:32.985313 [ 282 ] {6dab8be0-3794-4815-82bc-1ea0d69621db} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15659 2024.10.22 17:05:32.985649 [ 282 ] {6dab8be0-3794-4815-82bc-1ea0d69621db} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15660 2024.10.22 17:05:32.985686 [ 282 ] {6dab8be0-3794-4815-82bc-1ea0d69621db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15661 2024.10.22 17:05:32.986037 [ 282 ] {6dab8be0-3794-4815-82bc-1ea0d69621db} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
15662 2024.10.22 17:05:32.986408 [ 282 ] {6dab8be0-3794-4815-82bc-1ea0d69621db} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15663 2024.10.22 17:05:32.986561 [ 282 ] {6dab8be0-3794-4815-82bc-1ea0d69621db} <Debug> executeQuery: Read 31 rows, 2.47 KiB in 0.001578 sec., 19645.12040557668 rows/sec., 1.53 MiB/sec.
15664 2024.10.22 17:05:32.986750 [ 282 ] {6dab8be0-3794-4815-82bc-1ea0d69621db} <Debug> DynamicQueryHandler: Done processing query
15665 2024.10.22 17:05:32.986775 [ 282 ] {6dab8be0-3794-4815-82bc-1ea0d69621db} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
15666 2024.10.22 17:05:32.986792 [ 282 ] {} <Debug> HTTP-Session: 69bf5fab-d67a-4653-80a2-f44634bc7db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15667 2024.10.22 17:05:32.986942 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50697, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15668 2024.10.22 17:05:32.986983 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45116, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15669 2024.10.22 17:05:32.987040 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15670 2024.10.22 17:05:32.987061 [ 279 ] {} <Debug> HTTP-Session: 449fc129-1f03-43b2-8baf-68b47eb36213 Authenticating user 'default' from [fd00:1122:3344:101::d]:45116
15671 2024.10.22 17:05:32.987079 [ 279 ] {} <Debug> HTTP-Session: 449fc129-1f03-43b2-8baf-68b47eb36213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15672 2024.10.22 17:05:32.987096 [ 279 ] {} <Debug> HTTP-Session: 449fc129-1f03-43b2-8baf-68b47eb36213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15673 2024.10.22 17:05:32.987135 [ 279 ] {} <Trace> HTTP-Session: 449fc129-1f03-43b2-8baf-68b47eb36213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15674 2024.10.22 17:05:32.987249 [ 279 ] {f60aab23-c6aa-4430-a096-aeaad6035787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45116) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
15675 2024.10.22 17:05:32.987299 [ 279 ] {f60aab23-c6aa-4430-a096-aeaad6035787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15676 2024.10.22 17:05:32.987580 [ 279 ] {f60aab23-c6aa-4430-a096-aeaad6035787} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15677 2024.10.22 17:05:32.987924 [ 279 ] {f60aab23-c6aa-4430-a096-aeaad6035787} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15678 2024.10.22 17:05:32.987969 [ 279 ] {f60aab23-c6aa-4430-a096-aeaad6035787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15679 2024.10.22 17:05:32.988334 [ 279 ] {f60aab23-c6aa-4430-a096-aeaad6035787} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15680 2024.10.22 17:05:32.988696 [ 279 ] {f60aab23-c6aa-4430-a096-aeaad6035787} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15681 2024.10.22 17:05:32.988852 [ 279 ] {f60aab23-c6aa-4430-a096-aeaad6035787} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001628 sec., 1228.5012285012285 rows/sec., 85.78 KiB/sec.
15682 2024.10.22 17:05:32.989032 [ 279 ] {f60aab23-c6aa-4430-a096-aeaad6035787} <Debug> DynamicQueryHandler: Done processing query
15683 2024.10.22 17:05:32.989057 [ 279 ] {f60aab23-c6aa-4430-a096-aeaad6035787} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
15684 2024.10.22 17:05:32.989072 [ 279 ] {} <Debug> HTTP-Session: 449fc129-1f03-43b2-8baf-68b47eb36213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15685 2024.10.22 17:05:32.989312 [ 279 ] {} <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)
15686 2024.10.22 17:05:32.989446 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45935, User-Agent: (none), Length: 6489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15687 2024.10.22 17:05:32.989508 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15688 2024.10.22 17:05:32.989531 [ 282 ] {} <Debug> HTTP-Session: 01fa2fa1-4320-4cbe-a138-4042ba983fe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:45935
15689 2024.10.22 17:05:32.989552 [ 282 ] {} <Debug> HTTP-Session: 01fa2fa1-4320-4cbe-a138-4042ba983fe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15690 2024.10.22 17:05:32.989570 [ 282 ] {} <Debug> HTTP-Session: 01fa2fa1-4320-4cbe-a138-4042ba983fe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15691 2024.10.22 17:05:32.989607 [ 282 ] {} <Trace> HTTP-Session: 01fa2fa1-4320-4cbe-a138-4042ba983fe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15692 2024.10.22 17:05:32.989737 [ 282 ] {6c26bf07-761d-42db-8b9a-4bef126f45e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45935) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15693 2024.10.22 17:05:32.989788 [ 282 ] {6c26bf07-761d-42db-8b9a-4bef126f45e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15694 2024.10.22 17:05:32.990065 [ 282 ] {6c26bf07-761d-42db-8b9a-4bef126f45e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15695 2024.10.22 17:05:32.990474 [ 282 ] {6c26bf07-761d-42db-8b9a-4bef126f45e1} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15696 2024.10.22 17:05:32.990511 [ 282 ] {6c26bf07-761d-42db-8b9a-4bef126f45e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15697 2024.10.22 17:05:32.990856 [ 282 ] {6c26bf07-761d-42db-8b9a-4bef126f45e1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
15698 2024.10.22 17:05:32.991217 [ 282 ] {6c26bf07-761d-42db-8b9a-4bef126f45e1} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15699 2024.10.22 17:05:32.991374 [ 282 ] {6c26bf07-761d-42db-8b9a-4bef126f45e1} <Debug> executeQuery: Read 38 rows, 3.04 KiB in 0.00168 sec., 22619.04761904762 rows/sec., 1.77 MiB/sec.
15700 2024.10.22 17:05:32.991578 [ 282 ] {6c26bf07-761d-42db-8b9a-4bef126f45e1} <Debug> DynamicQueryHandler: Done processing query
15701 2024.10.22 17:05:32.991604 [ 282 ] {6c26bf07-761d-42db-8b9a-4bef126f45e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
15702 2024.10.22 17:05:32.991620 [ 282 ] {} <Debug> HTTP-Session: 01fa2fa1-4320-4cbe-a138-4042ba983fe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15703 2024.10.22 17:05:32.991762 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45116, User-Agent: (none), Length: 2558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15704 2024.10.22 17:05:32.991790 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15705 2024.10.22 17:05:32.991826 [ 279 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15706 2024.10.22 17:05:32.991850 [ 279 ] {} <Debug> HTTP-Session: 1fcb2bfe-faf9-42a7-a0c0-fef852bbb6c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45116
15707 2024.10.22 17:05:32.991868 [ 279 ] {} <Debug> HTTP-Session: 1fcb2bfe-faf9-42a7-a0c0-fef852bbb6c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15708 2024.10.22 17:05:32.991884 [ 279 ] {} <Debug> HTTP-Session: 1fcb2bfe-faf9-42a7-a0c0-fef852bbb6c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15709 2024.10.22 17:05:32.991918 [ 279 ] {} <Trace> HTTP-Session: 1fcb2bfe-faf9-42a7-a0c0-fef852bbb6c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15710 2024.10.22 17:05:32.992023 [ 279 ] {7cf4b9bc-bcf5-47f4-b3e6-861903ef9a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
15711 2024.10.22 17:05:32.992071 [ 279 ] {7cf4b9bc-bcf5-47f4-b3e6-861903ef9a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15712 2024.10.22 17:05:32.992221 [ 279 ] {7cf4b9bc-bcf5-47f4-b3e6-861903ef9a49} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15713 2024.10.22 17:05:32.992528 [ 279 ] {7cf4b9bc-bcf5-47f4-b3e6-861903ef9a49} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15714 2024.10.22 17:05:32.992565 [ 279 ] {7cf4b9bc-bcf5-47f4-b3e6-861903ef9a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15715 2024.10.22 17:05:32.992936 [ 279 ] {7cf4b9bc-bcf5-47f4-b3e6-861903ef9a49} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
15716 2024.10.22 17:05:32.993274 [ 279 ] {7cf4b9bc-bcf5-47f4-b3e6-861903ef9a49} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15717 2024.10.22 17:05:32.993427 [ 279 ] {7cf4b9bc-bcf5-47f4-b3e6-861903ef9a49} <Debug> executeQuery: Read 13 rows, 955.00 B in 0.00143 sec., 9090.90909090909 rows/sec., 652.18 KiB/sec.
15718 2024.10.22 17:05:32.993607 [ 279 ] {7cf4b9bc-bcf5-47f4-b3e6-861903ef9a49} <Debug> DynamicQueryHandler: Done processing query
15719 2024.10.22 17:05:32.993633 [ 279 ] {7cf4b9bc-bcf5-47f4-b3e6-861903ef9a49} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
15720 2024.10.22 17:05:32.993650 [ 279 ] {} <Debug> HTTP-Session: 1fcb2bfe-faf9-42a7-a0c0-fef852bbb6c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15721 2024.10.22 17:05:32.993827 [ 279 ] {} <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)
15722 2024.10.22 17:05:32.993868 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44530, User-Agent: (none), Length: 957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15723 2024.10.22 17:05:32.993925 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15724 2024.10.22 17:05:32.993944 [ 282 ] {} <Debug> HTTP-Session: f71717a6-c52f-4a0b-b935-5a3ce8833512 Authenticating user 'default' from [fd00:1122:3344:101::d]:44530
15725 2024.10.22 17:05:32.993967 [ 282 ] {} <Debug> HTTP-Session: f71717a6-c52f-4a0b-b935-5a3ce8833512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15726 2024.10.22 17:05:32.993983 [ 282 ] {} <Debug> HTTP-Session: f71717a6-c52f-4a0b-b935-5a3ce8833512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15727 2024.10.22 17:05:32.994015 [ 282 ] {} <Trace> HTTP-Session: f71717a6-c52f-4a0b-b935-5a3ce8833512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15728 2024.10.22 17:05:32.994119 [ 282 ] {463c1649-8f4f-4c37-8cbc-b432edb04d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44530) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
15729 2024.10.22 17:05:32.994172 [ 282 ] {463c1649-8f4f-4c37-8cbc-b432edb04d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15730 2024.10.22 17:05:32.994328 [ 282 ] {463c1649-8f4f-4c37-8cbc-b432edb04d8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15731 2024.10.22 17:05:32.994647 [ 282 ] {463c1649-8f4f-4c37-8cbc-b432edb04d8f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15732 2024.10.22 17:05:32.994690 [ 282 ] {463c1649-8f4f-4c37-8cbc-b432edb04d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15733 2024.10.22 17:05:32.995110 [ 282 ] {463c1649-8f4f-4c37-8cbc-b432edb04d8f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
15734 2024.10.22 17:05:32.995434 [ 282 ] {463c1649-8f4f-4c37-8cbc-b432edb04d8f} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15735 2024.10.22 17:05:32.995586 [ 282 ] {463c1649-8f4f-4c37-8cbc-b432edb04d8f} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 272.39 KiB/sec.
15736 2024.10.22 17:05:32.995852 [ 282 ] {463c1649-8f4f-4c37-8cbc-b432edb04d8f} <Debug> DynamicQueryHandler: Done processing query
15737 2024.10.22 17:05:32.995919 [ 282 ] {463c1649-8f4f-4c37-8cbc-b432edb04d8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
15738 2024.10.22 17:05:32.995978 [ 282 ] {} <Debug> HTTP-Session: f71717a6-c52f-4a0b-b935-5a3ce8833512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15739 2024.10.22 17:05:32.996178 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15740 2024.10.22 17:05:34.821344 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36270, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15741 2024.10.22 17:05:35.025333 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15742 2024.10.22 17:05:35.139590 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15743 2024.10.22 17:05:35.139598 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35904, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15744 2024.10.22 17:05:35.146051 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15745 2024.10.22 17:05:35.146121 [ 279 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15746 2024.10.22 17:05:35.154361 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15747 2024.10.22 17:05:35.158656 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15748 2024.10.22 17:05:35.552783 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32982, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15749 2024.10.22 17:05:36.079003 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49566, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15750 2024.10.22 17:05:36.126502 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60894, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15751 2024.10.22 17:05:36.255979 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15752 2024.10.22 17:05:36.268362 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63929, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15753 2024.10.22 17:05:36.303633 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15754 2024.10.22 17:05:36.398075 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58917, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15755 2024.10.22 17:05:36.407144 [ 268 ] {} <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)
15756 2024.10.22 17:05:36.413524 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15757 2024.10.22 17:05:36.418828 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15758 2024.10.22 17:05:36.670354 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46167, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15759 2024.10.22 17:05:36.724874 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15760 2024.10.22 17:05:36.755241 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53287, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15761 2024.10.22 17:05:36.770534 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55479, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15762 2024.10.22 17:05:36.792990 [ 268 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15763 2024.10.22 17:05:36.986487 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15764 2024.10.22 17:05:36.987790 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15765 2024.10.22 17:05:36.995125 [ 269 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39636, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15766 2024.10.22 17:05:37.005488 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15767 2024.10.22 17:05:37.416116 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1370
15768 2024.10.22 17:05:37.419323 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15769 2024.10.22 17:05:37.419364 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15770 2024.10.22 17:05:37.420921 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
15771 2024.10.22 17:05:37.421967 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15772 2024.10.22 17:05:37.422464 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1370
15773 2024.10.22 17:05:37.894975 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15774 2024.10.22 17:05:37.918434 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15775 2024.10.22 17:05:37.918470 [ 261 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62864, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15776 2024.10.22 17:05:37.960486 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15777 2024.10.22 17:05:37.964776 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60382, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15778 2024.10.22 17:05:37.989140 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15779 2024.10.22 17:05:37.994959 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44708, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15780 2024.10.22 17:05:37.995030 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15781 2024.10.22 17:05:37.995053 [ 270 ] {} <Debug> HTTP-Session: 098346bc-46c4-4912-b223-f7703df83c3d Authenticating user 'default' from [fd00:1122:3344:101::d]:44708
15782 2024.10.22 17:05:37.995077 [ 270 ] {} <Debug> HTTP-Session: 098346bc-46c4-4912-b223-f7703df83c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15783 2024.10.22 17:05:37.995090 [ 270 ] {} <Debug> HTTP-Session: 098346bc-46c4-4912-b223-f7703df83c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15784 2024.10.22 17:05:37.995138 [ 270 ] {} <Trace> HTTP-Session: 098346bc-46c4-4912-b223-f7703df83c3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15785 2024.10.22 17:05:37.995313 [ 270 ] {be48d5fb-06a3-4545-8a99-6de73ad5fb60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44708) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
15786 2024.10.22 17:05:37.995375 [ 270 ] {be48d5fb-06a3-4545-8a99-6de73ad5fb60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
15787 2024.10.22 17:05:37.995699 [ 270 ] {be48d5fb-06a3-4545-8a99-6de73ad5fb60} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15788 2024.10.22 17:05:37.996161 [ 270 ] {be48d5fb-06a3-4545-8a99-6de73ad5fb60} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15789 2024.10.22 17:05:37.996200 [ 270 ] {be48d5fb-06a3-4545-8a99-6de73ad5fb60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15790 2024.10.22 17:05:37.996621 [ 270 ] {be48d5fb-06a3-4545-8a99-6de73ad5fb60} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
15791 2024.10.22 17:05:37.997020 [ 270 ] {be48d5fb-06a3-4545-8a99-6de73ad5fb60} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15792 2024.10.22 17:05:37.997176 [ 270 ] {be48d5fb-06a3-4545-8a99-6de73ad5fb60} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001915 sec., 6266.318537859008 rows/sec., 437.54 KiB/sec.
15793 2024.10.22 17:05:37.997389 [ 270 ] {be48d5fb-06a3-4545-8a99-6de73ad5fb60} <Debug> DynamicQueryHandler: Done processing query
15794 2024.10.22 17:05:37.997416 [ 270 ] {be48d5fb-06a3-4545-8a99-6de73ad5fb60} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15795 2024.10.22 17:05:37.997432 [ 270 ] {} <Debug> HTTP-Session: 098346bc-46c4-4912-b223-f7703df83c3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15796 2024.10.22 17:05:37.997571 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15797 2024.10.22 17:05:37.997717 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57605, User-Agent: (none), Length: 1286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15798 2024.10.22 17:05:37.997838 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15799 2024.10.22 17:05:37.997869 [ 266 ] {} <Debug> HTTP-Session: f6badb5c-1f7d-4d34-bc34-3a38400630cf Authenticating user 'default' from [fd00:1122:3344:101::d]:57605
15800 2024.10.22 17:05:37.997897 [ 266 ] {} <Debug> HTTP-Session: f6badb5c-1f7d-4d34-bc34-3a38400630cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15801 2024.10.22 17:05:37.997916 [ 266 ] {} <Debug> HTTP-Session: f6badb5c-1f7d-4d34-bc34-3a38400630cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15802 2024.10.22 17:05:37.997975 [ 266 ] {} <Trace> HTTP-Session: f6badb5c-1f7d-4d34-bc34-3a38400630cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15803 2024.10.22 17:05:37.998181 [ 266 ] {c7358be6-e0dc-4b7e-8454-05b6146a39fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57605) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
15804 2024.10.22 17:05:37.998256 [ 266 ] {c7358be6-e0dc-4b7e-8454-05b6146a39fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15805 2024.10.22 17:05:37.998600 [ 266 ] {c7358be6-e0dc-4b7e-8454-05b6146a39fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15806 2024.10.22 17:05:37.999015 [ 266 ] {c7358be6-e0dc-4b7e-8454-05b6146a39fd} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15807 2024.10.22 17:05:37.999060 [ 266 ] {c7358be6-e0dc-4b7e-8454-05b6146a39fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15808 2024.10.22 17:05:37.999482 [ 266 ] {c7358be6-e0dc-4b7e-8454-05b6146a39fd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
15809 2024.10.22 17:05:37.999873 [ 266 ] {c7358be6-e0dc-4b7e-8454-05b6146a39fd} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15810 2024.10.22 17:05:38.000064 [ 266 ] {c7358be6-e0dc-4b7e-8454-05b6146a39fd} <Debug> executeQuery: Read 8 rows, 653.00 B in 0.001941 sec., 4121.586810922205 rows/sec., 328.54 KiB/sec.
15811 2024.10.22 17:05:38.000179 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.72 MiB, peak 193.43 MiB, free memory in arenas 0.00 B, will set to 182.28 MiB (RSS), difference: -5.44 MiB
15812 2024.10.22 17:05:38.000441 [ 266 ] {c7358be6-e0dc-4b7e-8454-05b6146a39fd} <Debug> DynamicQueryHandler: Done processing query
15813 2024.10.22 17:05:38.000545 [ 266 ] {c7358be6-e0dc-4b7e-8454-05b6146a39fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15814 2024.10.22 17:05:38.000647 [ 266 ] {} <Debug> HTTP-Session: f6badb5c-1f7d-4d34-bc34-3a38400630cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15815 2024.10.22 17:05:38.000976 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57605, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15816 2024.10.22 17:05:38.001044 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44708, User-Agent: (none), Length: 40440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15817 2024.10.22 17:05:38.001141 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15818 2024.10.22 17:05:38.001168 [ 270 ] {} <Debug> HTTP-Session: cca7b0f4-5aa8-4cc3-a51d-01412e920d1e Authenticating user 'default' from [fd00:1122:3344:101::d]:44708
15819 2024.10.22 17:05:38.001192 [ 270 ] {} <Debug> HTTP-Session: cca7b0f4-5aa8-4cc3-a51d-01412e920d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15820 2024.10.22 17:05:38.001209 [ 270 ] {} <Debug> HTTP-Session: cca7b0f4-5aa8-4cc3-a51d-01412e920d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15821 2024.10.22 17:05:38.001255 [ 270 ] {} <Trace> HTTP-Session: cca7b0f4-5aa8-4cc3-a51d-01412e920d1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15822 2024.10.22 17:05:38.001458 [ 270 ] {4b064b1e-6dec-4c73-b2ac-266fd6dd25ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44708) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
15823 2024.10.22 17:05:38.001507 [ 270 ] {4b064b1e-6dec-4c73-b2ac-266fd6dd25ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15824 2024.10.22 17:05:38.001781 [ 270 ] {4b064b1e-6dec-4c73-b2ac-266fd6dd25ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15825 2024.10.22 17:05:38.002304 [ 270 ] {4b064b1e-6dec-4c73-b2ac-266fd6dd25ce} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15826 2024.10.22 17:05:38.002342 [ 270 ] {4b064b1e-6dec-4c73-b2ac-266fd6dd25ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15827 2024.10.22 17:05:38.002741 [ 270 ] {4b064b1e-6dec-4c73-b2ac-266fd6dd25ce} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15828 2024.10.22 17:05:38.003117 [ 270 ] {4b064b1e-6dec-4c73-b2ac-266fd6dd25ce} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15829 2024.10.22 17:05:38.003256 [ 270 ] {4b064b1e-6dec-4c73-b2ac-266fd6dd25ce} <Debug> executeQuery: Read 270 rows, 24.07 KiB in 0.001893 sec., 142630.74484944533 rows/sec., 12.42 MiB/sec.
15830 2024.10.22 17:05:38.003445 [ 270 ] {4b064b1e-6dec-4c73-b2ac-266fd6dd25ce} <Debug> DynamicQueryHandler: Done processing query
15831 2024.10.22 17:05:38.003471 [ 270 ] {4b064b1e-6dec-4c73-b2ac-266fd6dd25ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
15832 2024.10.22 17:05:38.003488 [ 270 ] {} <Debug> HTTP-Session: cca7b0f4-5aa8-4cc3-a51d-01412e920d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15833 2024.10.22 17:05:38.003653 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15834 2024.10.22 17:05:38.003732 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37843, User-Agent: (none), Length: 5594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15835 2024.10.22 17:05:38.003810 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15836 2024.10.22 17:05:38.003836 [ 266 ] {} <Debug> HTTP-Session: 87d2c5cc-233a-400b-a2d3-8a3080d10839 Authenticating user 'default' from [fd00:1122:3344:101::d]:37843
15837 2024.10.22 17:05:38.003861 [ 266 ] {} <Debug> HTTP-Session: 87d2c5cc-233a-400b-a2d3-8a3080d10839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15838 2024.10.22 17:05:38.003878 [ 266 ] {} <Debug> HTTP-Session: 87d2c5cc-233a-400b-a2d3-8a3080d10839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15839 2024.10.22 17:05:38.003925 [ 266 ] {} <Trace> HTTP-Session: 87d2c5cc-233a-400b-a2d3-8a3080d10839 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15840 2024.10.22 17:05:38.004077 [ 266 ] {44347851-4b6b-4618-90fc-70a43c399a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37843) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
15841 2024.10.22 17:05:38.004136 [ 266 ] {44347851-4b6b-4618-90fc-70a43c399a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15842 2024.10.22 17:05:38.004421 [ 266 ] {44347851-4b6b-4618-90fc-70a43c399a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15843 2024.10.22 17:05:38.004786 [ 266 ] {44347851-4b6b-4618-90fc-70a43c399a21} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15844 2024.10.22 17:05:38.004823 [ 266 ] {44347851-4b6b-4618-90fc-70a43c399a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15845 2024.10.22 17:05:38.005189 [ 266 ] {44347851-4b6b-4618-90fc-70a43c399a21} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15846 2024.10.22 17:05:38.005557 [ 266 ] {44347851-4b6b-4618-90fc-70a43c399a21} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15847 2024.10.22 17:05:38.005718 [ 266 ] {44347851-4b6b-4618-90fc-70a43c399a21} <Debug> executeQuery: Read 39 rows, 2.88 KiB in 0.001687 sec., 23117.960877296977 rows/sec., 1.66 MiB/sec.
15848 2024.10.22 17:05:38.005915 [ 266 ] {44347851-4b6b-4618-90fc-70a43c399a21} <Debug> DynamicQueryHandler: Done processing query
15849 2024.10.22 17:05:38.005941 [ 266 ] {44347851-4b6b-4618-90fc-70a43c399a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
15850 2024.10.22 17:05:38.005958 [ 266 ] {} <Debug> HTTP-Session: 87d2c5cc-233a-400b-a2d3-8a3080d10839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15851 2024.10.22 17:05:38.006118 [ 266 ] {} <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)
15852 2024.10.22 17:05:38.006208 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48782, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15853 2024.10.22 17:05:38.006268 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15854 2024.10.22 17:05:38.006288 [ 270 ] {} <Debug> HTTP-Session: 0176025c-f19f-4eaf-8421-d7ef2cb0fdef Authenticating user 'default' from [fd00:1122:3344:101::d]:48782
15855 2024.10.22 17:05:38.006305 [ 270 ] {} <Debug> HTTP-Session: 0176025c-f19f-4eaf-8421-d7ef2cb0fdef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15856 2024.10.22 17:05:38.006319 [ 270 ] {} <Debug> HTTP-Session: 0176025c-f19f-4eaf-8421-d7ef2cb0fdef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15857 2024.10.22 17:05:38.006357 [ 270 ] {} <Trace> HTTP-Session: 0176025c-f19f-4eaf-8421-d7ef2cb0fdef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15858 2024.10.22 17:05:38.006471 [ 270 ] {b45312b6-a7cd-45e7-8c62-9829269a0553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48782) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
15859 2024.10.22 17:05:38.006518 [ 270 ] {b45312b6-a7cd-45e7-8c62-9829269a0553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15860 2024.10.22 17:05:38.006775 [ 270 ] {b45312b6-a7cd-45e7-8c62-9829269a0553} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15861 2024.10.22 17:05:38.007111 [ 270 ] {b45312b6-a7cd-45e7-8c62-9829269a0553} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15862 2024.10.22 17:05:38.007146 [ 270 ] {b45312b6-a7cd-45e7-8c62-9829269a0553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15863 2024.10.22 17:05:38.007510 [ 270 ] {b45312b6-a7cd-45e7-8c62-9829269a0553} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
15864 2024.10.22 17:05:38.007883 [ 270 ] {b45312b6-a7cd-45e7-8c62-9829269a0553} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15865 2024.10.22 17:05:38.008019 [ 270 ] {b45312b6-a7cd-45e7-8c62-9829269a0553} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.00158 sec., 13291.139240506329 rows/sec., 917.85 KiB/sec.
15866 2024.10.22 17:05:38.008200 [ 270 ] {b45312b6-a7cd-45e7-8c62-9829269a0553} <Debug> DynamicQueryHandler: Done processing query
15867 2024.10.22 17:05:38.008224 [ 270 ] {b45312b6-a7cd-45e7-8c62-9829269a0553} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15868 2024.10.22 17:05:38.008240 [ 270 ] {} <Debug> HTTP-Session: 0176025c-f19f-4eaf-8421-d7ef2cb0fdef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15869 2024.10.22 17:05:38.008429 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15870 2024.10.22 17:05:38.008438 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37843, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15871 2024.10.22 17:05:38.008564 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15872 2024.10.22 17:05:38.008604 [ 266 ] {} <Debug> HTTP-Session: 69364acf-8d58-4234-b404-f5cb0a068125 Authenticating user 'default' from [fd00:1122:3344:101::d]:37843
15873 2024.10.22 17:05:38.008638 [ 266 ] {} <Debug> HTTP-Session: 69364acf-8d58-4234-b404-f5cb0a068125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15874 2024.10.22 17:05:38.008665 [ 266 ] {} <Debug> HTTP-Session: 69364acf-8d58-4234-b404-f5cb0a068125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15875 2024.10.22 17:05:38.008728 [ 266 ] {} <Trace> HTTP-Session: 69364acf-8d58-4234-b404-f5cb0a068125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15876 2024.10.22 17:05:38.008917 [ 266 ] {b761f6d5-6586-4fbf-8841-ee3f506d8437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37843) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
15877 2024.10.22 17:05:38.008997 [ 266 ] {b761f6d5-6586-4fbf-8841-ee3f506d8437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15878 2024.10.22 17:05:38.009374 [ 266 ] {b761f6d5-6586-4fbf-8841-ee3f506d8437} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15879 2024.10.22 17:05:38.009729 [ 266 ] {b761f6d5-6586-4fbf-8841-ee3f506d8437} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15880 2024.10.22 17:05:38.009766 [ 266 ] {b761f6d5-6586-4fbf-8841-ee3f506d8437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15881 2024.10.22 17:05:38.010129 [ 266 ] {b761f6d5-6586-4fbf-8841-ee3f506d8437} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
15882 2024.10.22 17:05:38.010506 [ 266 ] {b761f6d5-6586-4fbf-8841-ee3f506d8437} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15883 2024.10.22 17:05:38.010663 [ 266 ] {b761f6d5-6586-4fbf-8841-ee3f506d8437} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.001807 sec., 6640.841173215274 rows/sec., 408.57 KiB/sec.
15884 2024.10.22 17:05:38.010855 [ 266 ] {b761f6d5-6586-4fbf-8841-ee3f506d8437} <Debug> DynamicQueryHandler: Done processing query
15885 2024.10.22 17:05:38.010881 [ 266 ] {b761f6d5-6586-4fbf-8841-ee3f506d8437} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
15886 2024.10.22 17:05:38.010897 [ 266 ] {} <Debug> HTTP-Session: 69364acf-8d58-4234-b404-f5cb0a068125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15887 2024.10.22 17:05:38.011141 [ 266 ] {} <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)
15888 2024.10.22 17:05:38.011207 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55774, User-Agent: (none), Length: 70279, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15889 2024.10.22 17:05:38.011279 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15890 2024.10.22 17:05:38.011302 [ 270 ] {} <Debug> HTTP-Session: fc642992-8c5a-4b90-b8ee-c2a22408361a Authenticating user 'default' from [fd00:1122:3344:101::d]:55774
15891 2024.10.22 17:05:38.011323 [ 270 ] {} <Debug> HTTP-Session: fc642992-8c5a-4b90-b8ee-c2a22408361a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15892 2024.10.22 17:05:38.011340 [ 270 ] {} <Debug> HTTP-Session: fc642992-8c5a-4b90-b8ee-c2a22408361a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15893 2024.10.22 17:05:38.011383 [ 270 ] {} <Trace> HTTP-Session: fc642992-8c5a-4b90-b8ee-c2a22408361a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15894 2024.10.22 17:05:38.011677 [ 270 ] {f95c5f79-c69f-4c22-a435-f61cab90969d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55774) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
15895 2024.10.22 17:05:38.011731 [ 270 ] {f95c5f79-c69f-4c22-a435-f61cab90969d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15896 2024.10.22 17:05:38.012038 [ 270 ] {f95c5f79-c69f-4c22-a435-f61cab90969d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15897 2024.10.22 17:05:38.012699 [ 270 ] {f95c5f79-c69f-4c22-a435-f61cab90969d} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15898 2024.10.22 17:05:38.012735 [ 270 ] {f95c5f79-c69f-4c22-a435-f61cab90969d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15899 2024.10.22 17:05:38.013123 [ 270 ] {f95c5f79-c69f-4c22-a435-f61cab90969d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15900 2024.10.22 17:05:38.013486 [ 270 ] {f95c5f79-c69f-4c22-a435-f61cab90969d} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15901 2024.10.22 17:05:38.013620 [ 270 ] {f95c5f79-c69f-4c22-a435-f61cab90969d} <Debug> executeQuery: Read 433 rows, 31.64 KiB in 0.002091 sec., 207077.9531324725 rows/sec., 14.77 MiB/sec.
15902 2024.10.22 17:05:38.013811 [ 270 ] {f95c5f79-c69f-4c22-a435-f61cab90969d} <Debug> DynamicQueryHandler: Done processing query
15903 2024.10.22 17:05:38.013836 [ 270 ] {f95c5f79-c69f-4c22-a435-f61cab90969d} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
15904 2024.10.22 17:05:38.013851 [ 270 ] {} <Debug> HTTP-Session: fc642992-8c5a-4b90-b8ee-c2a22408361a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15905 2024.10.22 17:05:38.014081 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55774, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15906 2024.10.22 17:05:38.014102 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37843, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15907 2024.10.22 17:05:38.014240 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15908 2024.10.22 17:05:38.014289 [ 266 ] {} <Debug> HTTP-Session: db78d230-6218-48a6-bd81-b67b9be3c9be Authenticating user 'default' from [fd00:1122:3344:101::d]:37843
15909 2024.10.22 17:05:38.014314 [ 266 ] {} <Debug> HTTP-Session: db78d230-6218-48a6-bd81-b67b9be3c9be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15910 2024.10.22 17:05:38.014332 [ 266 ] {} <Debug> HTTP-Session: db78d230-6218-48a6-bd81-b67b9be3c9be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15911 2024.10.22 17:05:38.014375 [ 266 ] {} <Trace> HTTP-Session: db78d230-6218-48a6-bd81-b67b9be3c9be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15912 2024.10.22 17:05:38.014503 [ 266 ] {01729262-6915-47d8-badf-f79509fc69bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37843) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
15913 2024.10.22 17:05:38.014561 [ 266 ] {01729262-6915-47d8-badf-f79509fc69bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15914 2024.10.22 17:05:38.014753 [ 266 ] {01729262-6915-47d8-badf-f79509fc69bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15915 2024.10.22 17:05:38.015085 [ 266 ] {01729262-6915-47d8-badf-f79509fc69bb} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15916 2024.10.22 17:05:38.015129 [ 266 ] {01729262-6915-47d8-badf-f79509fc69bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15917 2024.10.22 17:05:38.015520 [ 266 ] {01729262-6915-47d8-badf-f79509fc69bb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
15918 2024.10.22 17:05:38.015864 [ 266 ] {01729262-6915-47d8-badf-f79509fc69bb} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15919 2024.10.22 17:05:38.016024 [ 266 ] {01729262-6915-47d8-badf-f79509fc69bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec.
15920 2024.10.22 17:05:38.016202 [ 266 ] {01729262-6915-47d8-badf-f79509fc69bb} <Debug> DynamicQueryHandler: Done processing query
15921 2024.10.22 17:05:38.016227 [ 266 ] {01729262-6915-47d8-badf-f79509fc69bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
15922 2024.10.22 17:05:38.016243 [ 266 ] {} <Debug> HTTP-Session: db78d230-6218-48a6-bd81-b67b9be3c9be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15923 2024.10.22 17:05:38.016427 [ 266 ] {} <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)
15924 2024.10.22 17:05:38.016490 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58889, User-Agent: (none), Length: 45536, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15925 2024.10.22 17:05:38.016566 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15926 2024.10.22 17:05:38.016590 [ 270 ] {} <Debug> HTTP-Session: 3ea9c368-ec1c-4e68-8f71-f707039ee90b Authenticating user 'default' from [fd00:1122:3344:101::d]:58889
15927 2024.10.22 17:05:38.016611 [ 270 ] {} <Debug> HTTP-Session: 3ea9c368-ec1c-4e68-8f71-f707039ee90b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15928 2024.10.22 17:05:38.016628 [ 270 ] {} <Debug> HTTP-Session: 3ea9c368-ec1c-4e68-8f71-f707039ee90b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15929 2024.10.22 17:05:38.016671 [ 270 ] {} <Trace> HTTP-Session: 3ea9c368-ec1c-4e68-8f71-f707039ee90b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15930 2024.10.22 17:05:38.016929 [ 270 ] {d3576bd4-d9e4-48f7-a262-7c35c9087f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58889) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
15931 2024.10.22 17:05:38.016987 [ 270 ] {d3576bd4-d9e4-48f7-a262-7c35c9087f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15932 2024.10.22 17:05:38.017195 [ 270 ] {d3576bd4-d9e4-48f7-a262-7c35c9087f89} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15933 2024.10.22 17:05:38.017670 [ 270 ] {d3576bd4-d9e4-48f7-a262-7c35c9087f89} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15934 2024.10.22 17:05:38.017706 [ 270 ] {d3576bd4-d9e4-48f7-a262-7c35c9087f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15935 2024.10.22 17:05:38.018108 [ 270 ] {d3576bd4-d9e4-48f7-a262-7c35c9087f89} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15936 2024.10.22 17:05:38.018447 [ 270 ] {d3576bd4-d9e4-48f7-a262-7c35c9087f89} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15937 2024.10.22 17:05:38.018580 [ 270 ] {d3576bd4-d9e4-48f7-a262-7c35c9087f89} <Debug> executeQuery: Read 242 rows, 16.60 KiB in 0.001796 sec., 134743.87527839644 rows/sec., 9.03 MiB/sec.
15938 2024.10.22 17:05:38.018764 [ 270 ] {d3576bd4-d9e4-48f7-a262-7c35c9087f89} <Debug> DynamicQueryHandler: Done processing query
15939 2024.10.22 17:05:38.018788 [ 270 ] {d3576bd4-d9e4-48f7-a262-7c35c9087f89} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
15940 2024.10.22 17:05:38.018805 [ 270 ] {} <Debug> HTTP-Session: 3ea9c368-ec1c-4e68-8f71-f707039ee90b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15941 2024.10.22 17:05:38.018967 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37843, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15942 2024.10.22 17:05:38.018978 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15943 2024.10.22 17:05:38.019053 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15944 2024.10.22 17:05:38.019088 [ 266 ] {} <Debug> HTTP-Session: 7db99d34-e8ac-4efe-aa6a-9e0a2a76e5e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:37843
15945 2024.10.22 17:05:38.019122 [ 266 ] {} <Debug> HTTP-Session: 7db99d34-e8ac-4efe-aa6a-9e0a2a76e5e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15946 2024.10.22 17:05:38.019144 [ 266 ] {} <Debug> HTTP-Session: 7db99d34-e8ac-4efe-aa6a-9e0a2a76e5e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15947 2024.10.22 17:05:38.019187 [ 266 ] {} <Trace> HTTP-Session: 7db99d34-e8ac-4efe-aa6a-9e0a2a76e5e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15948 2024.10.22 17:05:38.019310 [ 266 ] {0e60d8bf-22d4-41eb-9522-b7f4c69ba8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37843) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
15949 2024.10.22 17:05:38.019368 [ 266 ] {0e60d8bf-22d4-41eb-9522-b7f4c69ba8b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15950 2024.10.22 17:05:38.019555 [ 266 ] {0e60d8bf-22d4-41eb-9522-b7f4c69ba8b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15951 2024.10.22 17:05:38.019866 [ 266 ] {0e60d8bf-22d4-41eb-9522-b7f4c69ba8b7} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15952 2024.10.22 17:05:38.019909 [ 266 ] {0e60d8bf-22d4-41eb-9522-b7f4c69ba8b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15953 2024.10.22 17:05:38.020312 [ 266 ] {0e60d8bf-22d4-41eb-9522-b7f4c69ba8b7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
15954 2024.10.22 17:05:38.020632 [ 266 ] {0e60d8bf-22d4-41eb-9522-b7f4c69ba8b7} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15955 2024.10.22 17:05:38.020782 [ 58 ] {} <Debug> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
15956 2024.10.22 17:05:38.020790 [ 266 ] {0e60d8bf-22d4-41eb-9522-b7f4c69ba8b7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001503 sec., 665.3359946773121 rows/sec., 44.83 KiB/sec.
15957 2024.10.22 17:05:38.020845 [ 58 ] {} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15958 2024.10.22 17:05:38.020914 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15959 2024.10.22 17:05:38.021108 [ 266 ] {0e60d8bf-22d4-41eb-9522-b7f4c69ba8b7} <Debug> DynamicQueryHandler: Done processing query
15960 2024.10.22 17:05:38.021128 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
15961 2024.10.22 17:05:38.021148 [ 266 ] {0e60d8bf-22d4-41eb-9522-b7f4c69ba8b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
15962 2024.10.22 17:05:38.021224 [ 266 ] {} <Debug> HTTP-Session: 7db99d34-e8ac-4efe-aa6a-9e0a2a76e5e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15963 2024.10.22 17:05:38.021381 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15964 2024.10.22 17:05:38.021466 [ 266 ] {} <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)
15965 2024.10.22 17:05:38.021470 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part
15966 2024.10.22 17:05:38.021586 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42063, User-Agent: (none), Length: 52110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15967 2024.10.22 17:05:38.021786 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
15968 2024.10.22 17:05:38.021821 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15969 2024.10.22 17:05:38.021919 [ 270 ] {} <Debug> HTTP-Session: 8bddc171-8191-43ca-b738-43afbcda8603 Authenticating user 'default' from [fd00:1122:3344:101::d]:42063
15970 2024.10.22 17:05:38.021997 [ 270 ] {} <Debug> HTTP-Session: 8bddc171-8191-43ca-b738-43afbcda8603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15971 2024.10.22 17:05:38.022041 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
15972 2024.10.22 17:05:38.022077 [ 270 ] {} <Debug> HTTP-Session: 8bddc171-8191-43ca-b738-43afbcda8603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15973 2024.10.22 17:05:38.022274 [ 270 ] {} <Trace> HTTP-Session: 8bddc171-8191-43ca-b738-43afbcda8603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15974 2024.10.22 17:05:38.022482 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
15975 2024.10.22 17:05:38.022694 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
15976 2024.10.22 17:05:38.022780 [ 197 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
15977 2024.10.22 17:05:38.022985 [ 270 ] {aa4e9e4e-cfc5-45de-9dfb-6165148fc1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42063) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
15978 2024.10.22 17:05:38.023271 [ 270 ] {aa4e9e4e-cfc5-45de-9dfb-6165148fc1c2} <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
15979 2024.10.22 17:05:38.025363 [ 270 ] {aa4e9e4e-cfc5-45de-9dfb-6165148fc1c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
15980 2024.10.22 17:05:38.026225 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00520246 sec., 5766.502769843497 rows/sec., 388.56 KiB/sec.
15981 2024.10.22 17:05:38.026498 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
15982 2024.10.22 17:05:38.026956 [ 270 ] {aa4e9e4e-cfc5-45de-9dfb-6165148fc1c2} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15983 2024.10.22 17:05:38.027040 [ 270 ] {aa4e9e4e-cfc5-45de-9dfb-6165148fc1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
15984 2024.10.22 17:05:38.027544 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15985 2024.10.22 17:05:38.027747 [ 188 ] {76dff40e-4f8c-4de3-8620-7fa3370deda1::all_1_30_6} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
15986 2024.10.22 17:05:38.027922 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15987 2024.10.22 17:05:38.028272 [ 270 ] {aa4e9e4e-cfc5-45de-9dfb-6165148fc1c2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15988 2024.10.22 17:05:38.028723 [ 270 ] {aa4e9e4e-cfc5-45de-9dfb-6165148fc1c2} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15989 2024.10.22 17:05:38.028882 [ 270 ] {aa4e9e4e-cfc5-45de-9dfb-6165148fc1c2} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006289 sec., 4929.241532835109 rows/sec., 8.83 MiB/sec.
15990 2024.10.22 17:05:38.029491 [ 270 ] {aa4e9e4e-cfc5-45de-9dfb-6165148fc1c2} <Debug> DynamicQueryHandler: Done processing query
15991 2024.10.22 17:05:38.029537 [ 270 ] {aa4e9e4e-cfc5-45de-9dfb-6165148fc1c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
15992 2024.10.22 17:05:38.029555 [ 270 ] {} <Debug> HTTP-Session: 8bddc171-8191-43ca-b738-43afbcda8603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
15993 2024.10.22 17:05:38.029733 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15994 2024.10.22 17:05:38.029853 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46229, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
15995 2024.10.22 17:05:38.029916 [ 266 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
15996 2024.10.22 17:05:38.029936 [ 266 ] {} <Debug> HTTP-Session: d70456d7-9aff-452a-9c3d-8051270f115e Authenticating user 'default' from [fd00:1122:3344:101::d]:46229
15997 2024.10.22 17:05:38.029953 [ 266 ] {} <Debug> HTTP-Session: d70456d7-9aff-452a-9c3d-8051270f115e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
15998 2024.10.22 17:05:38.029968 [ 266 ] {} <Debug> HTTP-Session: d70456d7-9aff-452a-9c3d-8051270f115e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
15999 2024.10.22 17:05:38.030005 [ 266 ] {} <Trace> HTTP-Session: d70456d7-9aff-452a-9c3d-8051270f115e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16000 2024.10.22 17:05:38.030171 [ 266 ] {a2852922-c3ec-4b49-b91b-50a652f7c3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46229) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
16001 2024.10.22 17:05:38.030220 [ 266 ] {a2852922-c3ec-4b49-b91b-50a652f7c3be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16002 2024.10.22 17:05:38.030377 [ 266 ] {a2852922-c3ec-4b49-b91b-50a652f7c3be} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16003 2024.10.22 17:05:38.030724 [ 266 ] {a2852922-c3ec-4b49-b91b-50a652f7c3be} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16004 2024.10.22 17:05:38.030760 [ 266 ] {a2852922-c3ec-4b49-b91b-50a652f7c3be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16005 2024.10.22 17:05:38.031141 [ 266 ] {a2852922-c3ec-4b49-b91b-50a652f7c3be} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
16006 2024.10.22 17:05:38.031480 [ 266 ] {a2852922-c3ec-4b49-b91b-50a652f7c3be} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16007 2024.10.22 17:05:38.031627 [ 266 ] {a2852922-c3ec-4b49-b91b-50a652f7c3be} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001532 sec., 53524.804177545695 rows/sec., 3.40 MiB/sec.
16008 2024.10.22 17:05:38.031899 [ 266 ] {a2852922-c3ec-4b49-b91b-50a652f7c3be} <Debug> DynamicQueryHandler: Done processing query
16009 2024.10.22 17:05:38.031958 [ 266 ] {a2852922-c3ec-4b49-b91b-50a652f7c3be} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16010 2024.10.22 17:05:38.032021 [ 266 ] {} <Debug> HTTP-Session: d70456d7-9aff-452a-9c3d-8051270f115e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16011 2024.10.22 17:05:38.032391 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16012 2024.10.22 17:05:38.043809 [ 266 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36134, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16013 2024.10.22 17:05:38.081264 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16014 2024.10.22 17:05:38.083611 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45130, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16015 2024.10.22 17:05:39.000158 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.13 MiB, peak 193.43 MiB, free memory in arenas 0.00 B, will set to 182.28 MiB (RSS), difference: 4.15 MiB
16016 2024.10.22 17:05:39.107367 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16017 2024.10.22 17:05:39.173836 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16018 2024.10.22 17:05:39.269241 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16019 2024.10.22 17:05:39.287493 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16020 2024.10.22 17:05:39.289742 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58118, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16021 2024.10.22 17:05:39.334094 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16022 2024.10.22 17:05:39.358471 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16023 2024.10.22 17:05:39.361768 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42686, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16024 2024.10.22 17:05:39.363036 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16025 2024.10.22 17:05:42.989853 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42063, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16026 2024.10.22 17:05:42.989985 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16027 2024.10.22 17:05:42.990015 [ 270 ] {} <Debug> HTTP-Session: f17436b7-948d-4644-916f-3f3862c41da3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42063
16028 2024.10.22 17:05:42.990043 [ 270 ] {} <Debug> HTTP-Session: f17436b7-948d-4644-916f-3f3862c41da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16029 2024.10.22 17:05:42.990061 [ 270 ] {} <Debug> HTTP-Session: f17436b7-948d-4644-916f-3f3862c41da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16030 2024.10.22 17:05:42.990114 [ 270 ] {} <Trace> HTTP-Session: f17436b7-948d-4644-916f-3f3862c41da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16031 2024.10.22 17:05:42.990301 [ 270 ] {9e84a502-94d3-4721-ad37-5854cd205870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42063) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
16032 2024.10.22 17:05:42.990374 [ 270 ] {9e84a502-94d3-4721-ad37-5854cd205870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16033 2024.10.22 17:05:42.990703 [ 270 ] {9e84a502-94d3-4721-ad37-5854cd205870} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16034 2024.10.22 17:05:42.991131 [ 270 ] {9e84a502-94d3-4721-ad37-5854cd205870} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16035 2024.10.22 17:05:42.991169 [ 270 ] {9e84a502-94d3-4721-ad37-5854cd205870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16036 2024.10.22 17:05:42.991566 [ 270 ] {9e84a502-94d3-4721-ad37-5854cd205870} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
16037 2024.10.22 17:05:42.991948 [ 270 ] {9e84a502-94d3-4721-ad37-5854cd205870} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16038 2024.10.22 17:05:42.992090 [ 270 ] {9e84a502-94d3-4721-ad37-5854cd205870} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001843 sec., 542.5935973955508 rows/sec., 40.27 KiB/sec.
16039 2024.10.22 17:05:42.992097 [ 46 ] {} <Debug> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
16040 2024.10.22 17:05:42.992163 [ 46 ] {} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16041 2024.10.22 17:05:42.992200 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16042 2024.10.22 17:05:42.992362 [ 270 ] {9e84a502-94d3-4721-ad37-5854cd205870} <Debug> DynamicQueryHandler: Done processing query
16043 2024.10.22 17:05:42.992425 [ 270 ] {9e84a502-94d3-4721-ad37-5854cd205870} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
16044 2024.10.22 17:05:42.992449 [ 270 ] {} <Debug> HTTP-Session: f17436b7-948d-4644-916f-3f3862c41da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16045 2024.10.22 17:05:42.992470 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::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
16046 2024.10.22 17:05:42.992673 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16047 2024.10.22 17:05:42.992715 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 20 rows starting from the beginning of the part
16048 2024.10.22 17:05:42.992756 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16049 2024.10.22 17:05:42.992948 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62069, User-Agent: (none), Length: 17345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16050 2024.10.22 17:05:42.993017 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part
16051 2024.10.22 17:05:42.993131 [ 265 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16052 2024.10.22 17:05:42.993237 [ 265 ] {} <Debug> HTTP-Session: c84cfeac-1977-4f14-8185-eeca8cca91f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:62069
16053 2024.10.22 17:05:42.993314 [ 265 ] {} <Debug> HTTP-Session: c84cfeac-1977-4f14-8185-eeca8cca91f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16054 2024.10.22 17:05:42.993374 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 3 rows starting from the beginning of the part
16055 2024.10.22 17:05:42.993383 [ 265 ] {} <Debug> HTTP-Session: c84cfeac-1977-4f14-8185-eeca8cca91f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16056 2024.10.22 17:05:42.993556 [ 265 ] {} <Trace> HTTP-Session: c84cfeac-1977-4f14-8185-eeca8cca91f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16057 2024.10.22 17:05:42.993808 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part
16058 2024.10.22 17:05:42.994114 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part
16059 2024.10.22 17:05:42.994110 [ 265 ] {6fb9c7ad-2f45-41d1-9632-dc7454410437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62069) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
16060 2024.10.22 17:05:42.994330 [ 265 ] {6fb9c7ad-2f45-41d1-9632-dc7454410437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16061 2024.10.22 17:05:42.994445 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
16062 2024.10.22 17:05:42.995408 [ 265 ] {6fb9c7ad-2f45-41d1-9632-dc7454410437} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16063 2024.10.22 17:05:42.996461 [ 265 ] {6fb9c7ad-2f45-41d1-9632-dc7454410437} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16064 2024.10.22 17:05:42.996522 [ 265 ] {6fb9c7ad-2f45-41d1-9632-dc7454410437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16065 2024.10.22 17:05:42.997218 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.004918683 sec., 7725.64525910696 rows/sec., 648.24 KiB/sec.
16066 2024.10.22 17:05:42.997425 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
16067 2024.10.22 17:05:42.997484 [ 265 ] {6fb9c7ad-2f45-41d1-9632-dc7454410437} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
16068 2024.10.22 17:05:42.998599 [ 265 ] {6fb9c7ad-2f45-41d1-9632-dc7454410437} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16069 2024.10.22 17:05:42.998728 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_31_6} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16070 2024.10.22 17:05:42.998961 [ 265 ] {6fb9c7ad-2f45-41d1-9632-dc7454410437} <Debug> executeQuery: Read 118 rows, 10.15 KiB in 0.00503 sec., 23459.244532803183 rows/sec., 1.97 MiB/sec.
16071 2024.10.22 17:05:42.999093 [ 187 ] {b76df9fe-00a9-468e-b833-1dc601d17ac5::all_1_31_6} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
16072 2024.10.22 17:05:42.999431 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
16073 2024.10.22 17:05:42.999622 [ 265 ] {6fb9c7ad-2f45-41d1-9632-dc7454410437} <Debug> DynamicQueryHandler: Done processing query
16074 2024.10.22 17:05:42.999687 [ 265 ] {6fb9c7ad-2f45-41d1-9632-dc7454410437} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB.
16075 2024.10.22 17:05:42.999742 [ 265 ] {} <Debug> HTTP-Session: c84cfeac-1977-4f14-8185-eeca8cca91f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16076 2024.10.22 17:05:42.999944 [ 265 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16077 2024.10.22 17:05:43.000059 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38690, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16078 2024.10.22 17:05:43.000157 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.51 MiB, peak 193.43 MiB, free memory in arenas 0.00 B, will set to 182.28 MiB (RSS), difference: -1.23 MiB
16079 2024.10.22 17:05:43.000175 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16080 2024.10.22 17:05:43.000230 [ 270 ] {} <Debug> HTTP-Session: a32028d6-124e-477f-b77e-4b542238b06c Authenticating user 'default' from [fd00:1122:3344:101::d]:38690
16081 2024.10.22 17:05:43.000263 [ 270 ] {} <Debug> HTTP-Session: a32028d6-124e-477f-b77e-4b542238b06c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16082 2024.10.22 17:05:43.000293 [ 270 ] {} <Debug> HTTP-Session: a32028d6-124e-477f-b77e-4b542238b06c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16083 2024.10.22 17:05:43.000365 [ 270 ] {} <Trace> HTTP-Session: a32028d6-124e-477f-b77e-4b542238b06c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16084 2024.10.22 17:05:43.000566 [ 270 ] {31eba58d-a55a-441f-b79a-c586b603d581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38690) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
16085 2024.10.22 17:05:43.000624 [ 270 ] {31eba58d-a55a-441f-b79a-c586b603d581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16086 2024.10.22 17:05:43.000874 [ 270 ] {31eba58d-a55a-441f-b79a-c586b603d581} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16087 2024.10.22 17:05:43.001209 [ 270 ] {31eba58d-a55a-441f-b79a-c586b603d581} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16088 2024.10.22 17:05:43.001247 [ 270 ] {31eba58d-a55a-441f-b79a-c586b603d581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16089 2024.10.22 17:05:43.001606 [ 270 ] {31eba58d-a55a-441f-b79a-c586b603d581} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
16090 2024.10.22 17:05:43.001979 [ 270 ] {31eba58d-a55a-441f-b79a-c586b603d581} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16091 2024.10.22 17:05:43.002106 [ 46 ] {} <Debug> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
16092 2024.10.22 17:05:43.002111 [ 270 ] {31eba58d-a55a-441f-b79a-c586b603d581} <Debug> executeQuery: Read 31 rows, 2.32 KiB in 0.001637 sec., 18937.08002443494 rows/sec., 1.38 MiB/sec.
16093 2024.10.22 17:05:43.002145 [ 46 ] {} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16094 2024.10.22 17:05:43.002183 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16095 2024.10.22 17:05:43.002445 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
16096 2024.10.22 17:05:43.002450 [ 270 ] {31eba58d-a55a-441f-b79a-c586b603d581} <Debug> DynamicQueryHandler: Done processing query
16097 2024.10.22 17:05:43.002590 [ 270 ] {31eba58d-a55a-441f-b79a-c586b603d581} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
16098 2024.10.22 17:05:43.002692 [ 270 ] {} <Debug> HTTP-Session: a32028d6-124e-477f-b77e-4b542238b06c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16099 2024.10.22 17:05:43.003003 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16100 2024.10.22 17:05:43.003043 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16101 2024.10.22 17:05:43.003084 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 74 rows starting from the beginning of the part
16102 2024.10.22 17:05:43.003193 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42220, User-Agent: (none), Length: 17078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16103 2024.10.22 17:05:43.003425 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 35 rows starting from the beginning of the part
16104 2024.10.22 17:05:43.003460 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16105 2024.10.22 17:05:43.003576 [ 278 ] {} <Debug> HTTP-Session: c746be1c-4093-40d5-8fd0-3f941f9295da Authenticating user 'default' from [fd00:1122:3344:101::d]:42220
16106 2024.10.22 17:05:43.003667 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 33 rows starting from the beginning of the part
16107 2024.10.22 17:05:43.003683 [ 278 ] {} <Debug> HTTP-Session: c746be1c-4093-40d5-8fd0-3f941f9295da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16108 2024.10.22 17:05:43.003757 [ 278 ] {} <Debug> HTTP-Session: c746be1c-4093-40d5-8fd0-3f941f9295da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16109 2024.10.22 17:05:43.003924 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::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
16110 2024.10.22 17:05:43.003956 [ 278 ] {} <Trace> HTTP-Session: c746be1c-4093-40d5-8fd0-3f941f9295da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16111 2024.10.22 17:05:43.004136 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part
16112 2024.10.22 17:05:43.004355 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 31 rows starting from the beginning of the part
16113 2024.10.22 17:05:43.004475 [ 278 ] {a9b463dc-6288-4b5f-b095-39dbd896afeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42220) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
16114 2024.10.22 17:05:43.004670 [ 278 ] {a9b463dc-6288-4b5f-b095-39dbd896afeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16115 2024.10.22 17:05:43.005619 [ 278 ] {a9b463dc-6288-4b5f-b095-39dbd896afeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16116 2024.10.22 17:05:43.006754 [ 278 ] {a9b463dc-6288-4b5f-b095-39dbd896afeb} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16117 2024.10.22 17:05:43.006813 [ 278 ] {a9b463dc-6288-4b5f-b095-39dbd896afeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16118 2024.10.22 17:05:43.007324 [ 188 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.005036185 sec., 42492.4819084287 rows/sec., 3.23 MiB/sec.
16119 2024.10.22 17:05:43.007549 [ 186 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
16120 2024.10.22 17:05:43.007722 [ 278 ] {a9b463dc-6288-4b5f-b095-39dbd896afeb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
16121 2024.10.22 17:05:43.008533 [ 186 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_61_12} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16122 2024.10.22 17:05:43.008676 [ 278 ] {a9b463dc-6288-4b5f-b095-39dbd896afeb} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16123 2024.10.22 17:05:43.008718 [ 186 ] {cf1743f0-04c5-400d-a8ad-486db15e01dd::all_1_61_12} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
16124 2024.10.22 17:05:43.008895 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
16125 2024.10.22 17:05:43.008982 [ 278 ] {a9b463dc-6288-4b5f-b095-39dbd896afeb} <Debug> executeQuery: Read 101 rows, 8.01 KiB in 0.004753 sec., 21249.737008205342 rows/sec., 1.65 MiB/sec.
16126 2024.10.22 17:05:43.009196 [ 278 ] {a9b463dc-6288-4b5f-b095-39dbd896afeb} <Debug> DynamicQueryHandler: Done processing query
16127 2024.10.22 17:05:43.009222 [ 278 ] {a9b463dc-6288-4b5f-b095-39dbd896afeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
16128 2024.10.22 17:05:43.009238 [ 278 ] {} <Debug> HTTP-Session: c746be1c-4093-40d5-8fd0-3f941f9295da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16129 2024.10.22 17:05:43.009476 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16130 2024.10.22 17:05:43.009649 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43036, User-Agent: (none), Length: 30772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16131 2024.10.22 17:05:43.009707 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16132 2024.10.22 17:05:43.009728 [ 270 ] {} <Debug> HTTP-Session: a8e82594-287e-4e51-b486-b77887cca398 Authenticating user 'default' from [fd00:1122:3344:101::d]:43036
16133 2024.10.22 17:05:43.009746 [ 270 ] {} <Debug> HTTP-Session: a8e82594-287e-4e51-b486-b77887cca398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16134 2024.10.22 17:05:43.009760 [ 270 ] {} <Debug> HTTP-Session: a8e82594-287e-4e51-b486-b77887cca398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16135 2024.10.22 17:05:43.009797 [ 270 ] {} <Trace> HTTP-Session: a8e82594-287e-4e51-b486-b77887cca398 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16136 2024.10.22 17:05:43.009958 [ 270 ] {1729b006-0d74-48bd-9390-264376962b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
16137 2024.10.22 17:05:43.010008 [ 270 ] {1729b006-0d74-48bd-9390-264376962b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16138 2024.10.22 17:05:43.010186 [ 270 ] {1729b006-0d74-48bd-9390-264376962b9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16139 2024.10.22 17:05:43.010591 [ 270 ] {1729b006-0d74-48bd-9390-264376962b9c} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16140 2024.10.22 17:05:43.010627 [ 270 ] {1729b006-0d74-48bd-9390-264376962b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16141 2024.10.22 17:05:43.011031 [ 270 ] {1729b006-0d74-48bd-9390-264376962b9c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
16142 2024.10.22 17:05:43.011382 [ 270 ] {1729b006-0d74-48bd-9390-264376962b9c} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16143 2024.10.22 17:05:43.011529 [ 270 ] {1729b006-0d74-48bd-9390-264376962b9c} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001646 sec., 97812.87970838397 rows/sec., 6.81 MiB/sec.
16144 2024.10.22 17:05:43.011763 [ 270 ] {1729b006-0d74-48bd-9390-264376962b9c} <Debug> DynamicQueryHandler: Done processing query
16145 2024.10.22 17:05:43.011788 [ 270 ] {1729b006-0d74-48bd-9390-264376962b9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
16146 2024.10.22 17:05:43.011803 [ 270 ] {} <Debug> HTTP-Session: a8e82594-287e-4e51-b486-b77887cca398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16147 2024.10.22 17:05:43.012064 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43036, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16148 2024.10.22 17:05:43.012117 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42220, User-Agent: (none), Length: 49174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16149 2024.10.22 17:05:43.012186 [ 278 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16150 2024.10.22 17:05:43.012215 [ 278 ] {} <Debug> HTTP-Session: e95a42bf-9071-497d-bea7-a506055be26a Authenticating user 'default' from [fd00:1122:3344:101::d]:42220
16151 2024.10.22 17:05:43.012237 [ 278 ] {} <Debug> HTTP-Session: e95a42bf-9071-497d-bea7-a506055be26a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16152 2024.10.22 17:05:43.012259 [ 278 ] {} <Debug> HTTP-Session: e95a42bf-9071-497d-bea7-a506055be26a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16153 2024.10.22 17:05:43.012304 [ 278 ] {} <Trace> HTTP-Session: e95a42bf-9071-497d-bea7-a506055be26a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16154 2024.10.22 17:05:43.012641 [ 278 ] {37104640-e6b8-42e8-9693-98f53578d437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42220) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
16155 2024.10.22 17:05:43.012719 [ 278 ] {37104640-e6b8-42e8-9693-98f53578d437} <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
16156 2024.10.22 17:05:43.013200 [ 278 ] {37104640-e6b8-42e8-9693-98f53578d437} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16157 2024.10.22 17:05:43.013860 [ 278 ] {37104640-e6b8-42e8-9693-98f53578d437} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16158 2024.10.22 17:05:43.013896 [ 278 ] {37104640-e6b8-42e8-9693-98f53578d437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16159 2024.10.22 17:05:43.014517 [ 278 ] {37104640-e6b8-42e8-9693-98f53578d437} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16160 2024.10.22 17:05:43.014951 [ 278 ] {37104640-e6b8-42e8-9693-98f53578d437} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16161 2024.10.22 17:05:43.015155 [ 278 ] {37104640-e6b8-42e8-9693-98f53578d437} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002721 sec., 11025.358324145534 rows/sec., 19.76 MiB/sec.
16162 2024.10.22 17:05:43.015159 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
16163 2024.10.22 17:05:43.015336 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16164 2024.10.22 17:05:43.015414 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16165 2024.10.22 17:05:43.015483 [ 278 ] {37104640-e6b8-42e8-9693-98f53578d437} <Debug> DynamicQueryHandler: Done processing query
16166 2024.10.22 17:05:43.015532 [ 278 ] {37104640-e6b8-42e8-9693-98f53578d437} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
16167 2024.10.22 17:05:43.015558 [ 278 ] {} <Debug> HTTP-Session: e95a42bf-9071-497d-bea7-a506055be26a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16168 2024.10.22 17:05:43.015577 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::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
16169 2024.10.22 17:05:43.015749 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16170 2024.10.22 17:05:43.015877 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57978, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16171 2024.10.22 17:05:43.016018 [ 270 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16172 2024.10.22 17:05:43.016081 [ 270 ] {} <Debug> HTTP-Session: 7943d60c-f6c7-4735-8352-f14e4fa4eba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57978
16173 2024.10.22 17:05:43.016131 [ 270 ] {} <Debug> HTTP-Session: 7943d60c-f6c7-4735-8352-f14e4fa4eba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16174 2024.10.22 17:05:43.016184 [ 270 ] {} <Debug> HTTP-Session: 7943d60c-f6c7-4735-8352-f14e4fa4eba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16175 2024.10.22 17:05:43.016273 [ 270 ] {} <Trace> HTTP-Session: 7943d60c-f6c7-4735-8352-f14e4fa4eba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16176 2024.10.22 17:05:43.016287 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16177 2024.10.22 17:05:43.016383 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1026 rows starting from the beginning of the part
16178 2024.10.22 17:05:43.016518 [ 270 ] {64e362fb-bcf9-47c6-bb9a-25cd507fc29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57978) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
16179 2024.10.22 17:05:43.016719 [ 270 ] {64e362fb-bcf9-47c6-bb9a-25cd507fc29e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16180 2024.10.22 17:05:43.017073 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 23 rows starting from the beginning of the part
16181 2024.10.22 17:05:43.017508 [ 270 ] {64e362fb-bcf9-47c6-bb9a-25cd507fc29e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16182 2024.10.22 17:05:43.017941 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 31 rows starting from the beginning of the part
16183 2024.10.22 17:05:43.018604 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part
16184 2024.10.22 17:05:43.018814 [ 270 ] {64e362fb-bcf9-47c6-bb9a-25cd507fc29e} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16185 2024.10.22 17:05:43.018940 [ 270 ] {64e362fb-bcf9-47c6-bb9a-25cd507fc29e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16186 2024.10.22 17:05:43.019348 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part
16187 2024.10.22 17:05:43.020019 [ 191 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 30 rows starting from the beginning of the part
16188 2024.10.22 17:05:43.020552 [ 270 ] {64e362fb-bcf9-47c6-bb9a-25cd507fc29e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
16189 2024.10.22 17:05:43.021512 [ 270 ] {64e362fb-bcf9-47c6-bb9a-25cd507fc29e} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16190 2024.10.22 17:05:43.021867 [ 270 ] {64e362fb-bcf9-47c6-bb9a-25cd507fc29e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005428 sec., 11053.79513633014 rows/sec., 762.83 KiB/sec.
16191 2024.10.22 17:05:43.022272 [ 270 ] {64e362fb-bcf9-47c6-bb9a-25cd507fc29e} <Debug> DynamicQueryHandler: Done processing query
16192 2024.10.22 17:05:43.022312 [ 270 ] {64e362fb-bcf9-47c6-bb9a-25cd507fc29e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
16193 2024.10.22 17:05:43.022349 [ 270 ] {} <Debug> HTTP-Session: 7943d60c-f6c7-4735-8352-f14e4fa4eba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16194 2024.10.22 17:05:43.022771 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57978, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16195 2024.10.22 17:05:43.027041 [ 186 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1171 rows, containing 19 columns (19 merged, 0 gathered) in 0.011534574 sec., 101520.87107855045 rows/sec., 181.92 MiB/sec.
16196 2024.10.22 17:05:43.028399 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
16197 2024.10.22 17:05:43.029072 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16198 2024.10.22 17:05:43.029162 [ 201 ] {1d42113d-04a4-4627-a37b-a73a3dec06bd::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
16199 2024.10.22 17:05:43.029331 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.40 MiB.
16200 2024.10.22 17:05:43.186610 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16201 2024.10.22 17:05:43.282043 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16202 2024.10.22 17:05:43.305373 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16203 2024.10.22 17:05:43.307616 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16204 2024.10.22 17:05:43.313008 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34654, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16205 2024.10.22 17:05:43.316371 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48378, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16206 2024.10.22 17:05:43.328680 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35827, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16207 2024.10.22 17:05:43.333018 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63855, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16208 2024.10.22 17:05:43.334321 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16209 2024.10.22 17:05:44.000155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.95 MiB, peak 193.43 MiB, free memory in arenas 0.00 B, will set to 183.63 MiB (RSS), difference: 1.67 MiB
16210 2024.10.22 17:05:47.128576 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache
16211 2024.10.22 17:05:47.128655 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache
16212 2024.10.22 17:05:47.423669 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1408
16213 2024.10.22 17:05:47.426589 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16214 2024.10.22 17:05:47.426637 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16215 2024.10.22 17:05:47.428169 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
16216 2024.10.22 17:05:47.429147 [ 242 ] {} <Trace> system.query_log (6018844f-bb1e-4588-90d2-6bdc86ae09e0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16217 2024.10.22 17:05:47.429680 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1408
16218 2024.10.22 17:05:47.994619 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64684, User-Agent: (none), Length: 1688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16219 2024.10.22 17:05:47.994747 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16220 2024.10.22 17:05:47.994772 [ 284 ] {} <Debug> HTTP-Session: 16d1dc32-d109-4fb8-a909-c5c015bf9a9b Authenticating user 'default' from [fd00:1122:3344:101::d]:64684
16221 2024.10.22 17:05:47.994796 [ 284 ] {} <Debug> HTTP-Session: 16d1dc32-d109-4fb8-a909-c5c015bf9a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16222 2024.10.22 17:05:47.994811 [ 284 ] {} <Debug> HTTP-Session: 16d1dc32-d109-4fb8-a909-c5c015bf9a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16223 2024.10.22 17:05:47.994869 [ 284 ] {} <Trace> HTTP-Session: 16d1dc32-d109-4fb8-a909-c5c015bf9a9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16224 2024.10.22 17:05:47.995072 [ 284 ] {8a8a7b33-7ed9-492f-9e4d-ef951d75eacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64684) INSERT INTO oximeter.fields_i8 FORMAT JSONEachRow (stage: Complete)
16225 2024.10.22 17:05:47.995143 [ 284 ] {8a8a7b33-7ed9-492f-9e4d-ef951d75eacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i8
16226 2024.10.22 17:05:47.995498 [ 284 ] {8a8a7b33-7ed9-492f-9e4d-ef951d75eacb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16227 2024.10.22 17:05:47.996006 [ 284 ] {8a8a7b33-7ed9-492f-9e4d-ef951d75eacb} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16228 2024.10.22 17:05:47.996057 [ 284 ] {8a8a7b33-7ed9-492f-9e4d-ef951d75eacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16229 2024.10.22 17:05:47.996500 [ 284 ] {8a8a7b33-7ed9-492f-9e4d-ef951d75eacb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
16230 2024.10.22 17:05:47.996904 [ 284 ] {8a8a7b33-7ed9-492f-9e4d-ef951d75eacb} <Trace> oximeter.fields_i8 (0443efe6-1be6-4f90-b5cd-046f6bcba6ed): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16231 2024.10.22 17:05:47.997068 [ 284 ] {8a8a7b33-7ed9-492f-9e4d-ef951d75eacb} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.002057 sec., 5833.73845405931 rows/sec., 407.34 KiB/sec.
16232 2024.10.22 17:05:47.997330 [ 284 ] {8a8a7b33-7ed9-492f-9e4d-ef951d75eacb} <Debug> DynamicQueryHandler: Done processing query
16233 2024.10.22 17:05:47.997362 [ 284 ] {8a8a7b33-7ed9-492f-9e4d-ef951d75eacb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16234 2024.10.22 17:05:47.997378 [ 284 ] {} <Debug> HTTP-Session: 16d1dc32-d109-4fb8-a909-c5c015bf9a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16235 2024.10.22 17:05:47.997611 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64684, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16236 2024.10.22 17:05:47.997708 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59126, User-Agent: (none), Length: 203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16237 2024.10.22 17:05:47.997827 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16238 2024.10.22 17:05:47.997854 [ 280 ] {} <Debug> HTTP-Session: 11596103-0fd9-41cd-8ec0-ca070a6eefab Authenticating user 'default' from [fd00:1122:3344:101::d]:59126
16239 2024.10.22 17:05:47.997880 [ 280 ] {} <Debug> HTTP-Session: 11596103-0fd9-41cd-8ec0-ca070a6eefab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16240 2024.10.22 17:05:47.997895 [ 280 ] {} <Debug> HTTP-Session: 11596103-0fd9-41cd-8ec0-ca070a6eefab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16241 2024.10.22 17:05:47.997951 [ 280 ] {} <Trace> HTTP-Session: 11596103-0fd9-41cd-8ec0-ca070a6eefab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16242 2024.10.22 17:05:47.998131 [ 280 ] {76efa459-4b91-4c9f-9afc-f91929bceb10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59126) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
16243 2024.10.22 17:05:47.998203 [ 280 ] {76efa459-4b91-4c9f-9afc-f91929bceb10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16244 2024.10.22 17:05:47.998558 [ 280 ] {76efa459-4b91-4c9f-9afc-f91929bceb10} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16245 2024.10.22 17:05:47.998961 [ 280 ] {76efa459-4b91-4c9f-9afc-f91929bceb10} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16246 2024.10.22 17:05:47.999005 [ 280 ] {76efa459-4b91-4c9f-9afc-f91929bceb10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16247 2024.10.22 17:05:47.999443 [ 280 ] {76efa459-4b91-4c9f-9afc-f91929bceb10} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
16248 2024.10.22 17:05:47.999845 [ 280 ] {76efa459-4b91-4c9f-9afc-f91929bceb10} <Trace> oximeter.fields_ipaddr (b76df9fe-00a9-468e-b833-1dc601d17ac5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16249 2024.10.22 17:05:47.999997 [ 280 ] {76efa459-4b91-4c9f-9afc-f91929bceb10} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001919 sec., 521.1047420531527 rows/sec., 38.68 KiB/sec.
16250 2024.10.22 17:05:48.000169 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.95 MiB, peak 193.43 MiB, free memory in arenas 0.00 B, will set to 183.63 MiB (RSS), difference: -5.33 MiB
16251 2024.10.22 17:05:48.000325 [ 280 ] {76efa459-4b91-4c9f-9afc-f91929bceb10} <Debug> DynamicQueryHandler: Done processing query
16252 2024.10.22 17:05:48.000406 [ 280 ] {76efa459-4b91-4c9f-9afc-f91929bceb10} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
16253 2024.10.22 17:05:48.000500 [ 280 ] {} <Debug> HTTP-Session: 11596103-0fd9-41cd-8ec0-ca070a6eefab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16254 2024.10.22 17:05:48.000896 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59126, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16255 2024.10.22 17:05:48.000933 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44607, User-Agent: (none), Length: 39787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16256 2024.10.22 17:05:48.001048 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16257 2024.10.22 17:05:48.001073 [ 284 ] {} <Debug> HTTP-Session: 647d1008-85a3-4c71-b704-ee3fc374cd47 Authenticating user 'default' from [fd00:1122:3344:101::d]:44607
16258 2024.10.22 17:05:48.001108 [ 284 ] {} <Debug> HTTP-Session: 647d1008-85a3-4c71-b704-ee3fc374cd47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16259 2024.10.22 17:05:48.001129 [ 284 ] {} <Debug> HTTP-Session: 647d1008-85a3-4c71-b704-ee3fc374cd47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16260 2024.10.22 17:05:48.001179 [ 284 ] {} <Trace> HTTP-Session: 647d1008-85a3-4c71-b704-ee3fc374cd47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16261 2024.10.22 17:05:48.001418 [ 284 ] {031bd5cd-fe9d-4fb8-80d1-6bf839b93eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44607) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
16262 2024.10.22 17:05:48.001479 [ 284 ] {031bd5cd-fe9d-4fb8-80d1-6bf839b93eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16263 2024.10.22 17:05:48.001763 [ 284 ] {031bd5cd-fe9d-4fb8-80d1-6bf839b93eab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16264 2024.10.22 17:05:48.002329 [ 284 ] {031bd5cd-fe9d-4fb8-80d1-6bf839b93eab} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16265 2024.10.22 17:05:48.002369 [ 284 ] {031bd5cd-fe9d-4fb8-80d1-6bf839b93eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16266 2024.10.22 17:05:48.002766 [ 284 ] {031bd5cd-fe9d-4fb8-80d1-6bf839b93eab} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
16267 2024.10.22 17:05:48.003158 [ 284 ] {031bd5cd-fe9d-4fb8-80d1-6bf839b93eab} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16268 2024.10.22 17:05:48.003320 [ 284 ] {031bd5cd-fe9d-4fb8-80d1-6bf839b93eab} <Debug> executeQuery: Read 265 rows, 23.72 KiB in 0.002022 sec., 131058.35806132543 rows/sec., 11.46 MiB/sec.
16269 2024.10.22 17:05:48.003562 [ 284 ] {031bd5cd-fe9d-4fb8-80d1-6bf839b93eab} <Debug> DynamicQueryHandler: Done processing query
16270 2024.10.22 17:05:48.003601 [ 284 ] {031bd5cd-fe9d-4fb8-80d1-6bf839b93eab} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB.
16271 2024.10.22 17:05:48.003634 [ 284 ] {} <Debug> HTTP-Session: 647d1008-85a3-4c71-b704-ee3fc374cd47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16272 2024.10.22 17:05:48.003825 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16273 2024.10.22 17:05:48.003903 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48618, User-Agent: (none), Length: 4624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16274 2024.10.22 17:05:48.003990 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16275 2024.10.22 17:05:48.004013 [ 280 ] {} <Debug> HTTP-Session: 49a9e29b-b884-4cdb-9251-67f9a0dfb431 Authenticating user 'default' from [fd00:1122:3344:101::d]:48618
16276 2024.10.22 17:05:48.004032 [ 280 ] {} <Debug> HTTP-Session: 49a9e29b-b884-4cdb-9251-67f9a0dfb431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16277 2024.10.22 17:05:48.004046 [ 280 ] {} <Debug> HTTP-Session: 49a9e29b-b884-4cdb-9251-67f9a0dfb431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16278 2024.10.22 17:05:48.004092 [ 280 ] {} <Trace> HTTP-Session: 49a9e29b-b884-4cdb-9251-67f9a0dfb431 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16279 2024.10.22 17:05:48.004231 [ 280 ] {7e01c7f0-f3d1-45df-ac8e-b92b5dbf4373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
16280 2024.10.22 17:05:48.004283 [ 280 ] {7e01c7f0-f3d1-45df-ac8e-b92b5dbf4373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16281 2024.10.22 17:05:48.004566 [ 280 ] {7e01c7f0-f3d1-45df-ac8e-b92b5dbf4373} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16282 2024.10.22 17:05:48.004947 [ 280 ] {7e01c7f0-f3d1-45df-ac8e-b92b5dbf4373} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16283 2024.10.22 17:05:48.004985 [ 280 ] {7e01c7f0-f3d1-45df-ac8e-b92b5dbf4373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16284 2024.10.22 17:05:48.005372 [ 280 ] {7e01c7f0-f3d1-45df-ac8e-b92b5dbf4373} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
16285 2024.10.22 17:05:48.005758 [ 280 ] {7e01c7f0-f3d1-45df-ac8e-b92b5dbf4373} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16286 2024.10.22 17:05:48.005895 [ 280 ] {7e01c7f0-f3d1-45df-ac8e-b92b5dbf4373} <Debug> executeQuery: Read 32 rows, 2.39 KiB in 0.001709 sec., 18724.400234055003 rows/sec., 1.37 MiB/sec.
16287 2024.10.22 17:05:48.006110 [ 280 ] {7e01c7f0-f3d1-45df-ac8e-b92b5dbf4373} <Debug> DynamicQueryHandler: Done processing query
16288 2024.10.22 17:05:48.006143 [ 280 ] {7e01c7f0-f3d1-45df-ac8e-b92b5dbf4373} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
16289 2024.10.22 17:05:48.006163 [ 280 ] {} <Debug> HTTP-Session: 49a9e29b-b884-4cdb-9251-67f9a0dfb431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16290 2024.10.22 17:05:48.006330 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48618, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16291 2024.10.22 17:05:48.006424 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35405, User-Agent: (none), Length: 2838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16292 2024.10.22 17:05:48.006491 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16293 2024.10.22 17:05:48.006511 [ 284 ] {} <Debug> HTTP-Session: e4642b9f-995c-4668-923c-13193cf89d6f Authenticating user 'default' from [fd00:1122:3344:101::d]:35405
16294 2024.10.22 17:05:48.006530 [ 284 ] {} <Debug> HTTP-Session: e4642b9f-995c-4668-923c-13193cf89d6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16295 2024.10.22 17:05:48.006544 [ 284 ] {} <Debug> HTTP-Session: e4642b9f-995c-4668-923c-13193cf89d6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16296 2024.10.22 17:05:48.006586 [ 284 ] {} <Trace> HTTP-Session: e4642b9f-995c-4668-923c-13193cf89d6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16297 2024.10.22 17:05:48.006720 [ 284 ] {72b984ed-fe26-4911-b74f-3833a2ad77a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35405) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
16298 2024.10.22 17:05:48.006770 [ 284 ] {72b984ed-fe26-4911-b74f-3833a2ad77a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16299 2024.10.22 17:05:48.007040 [ 284 ] {72b984ed-fe26-4911-b74f-3833a2ad77a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16300 2024.10.22 17:05:48.007403 [ 284 ] {72b984ed-fe26-4911-b74f-3833a2ad77a7} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16301 2024.10.22 17:05:48.007440 [ 284 ] {72b984ed-fe26-4911-b74f-3833a2ad77a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16302 2024.10.22 17:05:48.007812 [ 284 ] {72b984ed-fe26-4911-b74f-3833a2ad77a7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
16303 2024.10.22 17:05:48.008182 [ 284 ] {72b984ed-fe26-4911-b74f-3833a2ad77a7} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16304 2024.10.22 17:05:48.008345 [ 40 ] {} <Debug> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
16305 2024.10.22 17:05:48.008353 [ 284 ] {72b984ed-fe26-4911-b74f-3833a2ad77a7} <Debug> executeQuery: Read 21 rows, 1.45 KiB in 0.001659 sec., 12658.227848101265 rows/sec., 874.14 KiB/sec.
16306 2024.10.22 17:05:48.008399 [ 40 ] {} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16307 2024.10.22 17:05:48.008474 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16308 2024.10.22 17:05:48.008673 [ 196 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::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
16309 2024.10.22 17:05:48.008726 [ 284 ] {72b984ed-fe26-4911-b74f-3833a2ad77a7} <Debug> DynamicQueryHandler: Done processing query
16310 2024.10.22 17:05:48.008771 [ 284 ] {72b984ed-fe26-4911-b74f-3833a2ad77a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16311 2024.10.22 17:05:48.008811 [ 284 ] {} <Debug> HTTP-Session: e4642b9f-995c-4668-923c-13193cf89d6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16312 2024.10.22 17:05:48.008922 [ 196 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16313 2024.10.22 17:05:48.008960 [ 196 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 249 rows starting from the beginning of the part
16314 2024.10.22 17:05:48.009161 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35405, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16315 2024.10.22 17:05:48.009200 [ 196 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 21 rows starting from the beginning of the part
16316 2024.10.22 17:05:48.009237 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39790, User-Agent: (none), Length: 1586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16317 2024.10.22 17:05:48.009569 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16318 2024.10.22 17:05:48.009593 [ 196 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 21 rows starting from the beginning of the part
16319 2024.10.22 17:05:48.009618 [ 280 ] {} <Debug> HTTP-Session: 89135a83-a86a-44c0-9055-c84f5d5b18c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39790
16320 2024.10.22 17:05:48.009658 [ 280 ] {} <Debug> HTTP-Session: 89135a83-a86a-44c0-9055-c84f5d5b18c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16321 2024.10.22 17:05:48.009701 [ 280 ] {} <Debug> HTTP-Session: 89135a83-a86a-44c0-9055-c84f5d5b18c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16322 2024.10.22 17:05:48.009758 [ 196 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 228 rows starting from the beginning of the part
16323 2024.10.22 17:05:48.009805 [ 280 ] {} <Trace> HTTP-Session: 89135a83-a86a-44c0-9055-c84f5d5b18c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16324 2024.10.22 17:05:48.009958 [ 196 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 21 rows starting from the beginning of the part
16325 2024.10.22 17:05:48.010082 [ 280 ] {3f08d52f-eb64-468c-94da-716bf489fdb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39790) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
16326 2024.10.22 17:05:48.010130 [ 196 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 21 rows starting from the beginning of the part
16327 2024.10.22 17:05:48.010192 [ 280 ] {3f08d52f-eb64-468c-94da-716bf489fdb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16328 2024.10.22 17:05:48.010811 [ 280 ] {3f08d52f-eb64-468c-94da-716bf489fdb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16329 2024.10.22 17:05:48.011415 [ 280 ] {3f08d52f-eb64-468c-94da-716bf489fdb4} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16330 2024.10.22 17:05:48.011461 [ 280 ] {3f08d52f-eb64-468c-94da-716bf489fdb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16331 2024.10.22 17:05:48.012169 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 561 rows, containing 5 columns (5 merged, 0 gathered) in 0.003598103 sec., 155915.49213571707 rows/sec., 10.57 MiB/sec.
16332 2024.10.22 17:05:48.012180 [ 280 ] {3f08d52f-eb64-468c-94da-716bf489fdb4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
16333 2024.10.22 17:05:48.012372 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
16334 2024.10.22 17:05:48.013224 [ 280 ] {3f08d52f-eb64-468c-94da-716bf489fdb4} <Trace> oximeter.fields_u8 (09e7f99f-89f4-4545-8473-0439b174c9f1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16335 2024.10.22 17:05:48.013564 [ 280 ] {3f08d52f-eb64-468c-94da-716bf489fdb4} <Debug> executeQuery: Read 12 rows, 756.00 B in 0.003555 sec., 3375.5274261603377 rows/sec., 207.67 KiB/sec.
16336 2024.10.22 17:05:48.013588 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_41_8} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16337 2024.10.22 17:05:48.013812 [ 201 ] {7f7b6802-37e3-4858-ac75-79dc8f01db5b::all_1_41_8} <Trace> oximeter.fields_u32 (7f7b6802-37e3-4858-ac75-79dc8f01db5b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
16338 2024.10.22 17:05:48.013960 [ 280 ] {3f08d52f-eb64-468c-94da-716bf489fdb4} <Debug> DynamicQueryHandler: Done processing query
16339 2024.10.22 17:05:48.013970 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
16340 2024.10.22 17:05:48.014002 [ 280 ] {3f08d52f-eb64-468c-94da-716bf489fdb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16341 2024.10.22 17:05:48.014038 [ 280 ] {} <Debug> HTTP-Session: 89135a83-a86a-44c0-9055-c84f5d5b18c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16342 2024.10.22 17:05:48.014259 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16343 2024.10.22 17:05:48.014356 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41967, User-Agent: (none), Length: 68142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16344 2024.10.22 17:05:48.014429 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16345 2024.10.22 17:05:48.014454 [ 284 ] {} <Debug> HTTP-Session: c4365ceb-56dc-4b10-8d71-bcad8115a7f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41967
16346 2024.10.22 17:05:48.014476 [ 284 ] {} <Debug> HTTP-Session: c4365ceb-56dc-4b10-8d71-bcad8115a7f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16347 2024.10.22 17:05:48.014493 [ 284 ] {} <Debug> HTTP-Session: c4365ceb-56dc-4b10-8d71-bcad8115a7f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16348 2024.10.22 17:05:48.014537 [ 284 ] {} <Trace> HTTP-Session: c4365ceb-56dc-4b10-8d71-bcad8115a7f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16349 2024.10.22 17:05:48.014788 [ 284 ] {6e23eed6-60ab-4d13-8bbe-de13cd3620ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41967) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
16350 2024.10.22 17:05:48.014836 [ 284 ] {6e23eed6-60ab-4d13-8bbe-de13cd3620ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16351 2024.10.22 17:05:48.015092 [ 284 ] {6e23eed6-60ab-4d13-8bbe-de13cd3620ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16352 2024.10.22 17:05:48.015692 [ 284 ] {6e23eed6-60ab-4d13-8bbe-de13cd3620ec} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16353 2024.10.22 17:05:48.015730 [ 284 ] {6e23eed6-60ab-4d13-8bbe-de13cd3620ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16354 2024.10.22 17:05:48.016122 [ 284 ] {6e23eed6-60ab-4d13-8bbe-de13cd3620ec} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
16355 2024.10.22 17:05:48.016492 [ 284 ] {6e23eed6-60ab-4d13-8bbe-de13cd3620ec} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16356 2024.10.22 17:05:48.016647 [ 284 ] {6e23eed6-60ab-4d13-8bbe-de13cd3620ec} <Debug> executeQuery: Read 420 rows, 30.66 KiB in 0.001983 sec., 211800.3025718608 rows/sec., 15.10 MiB/sec.
16357 2024.10.22 17:05:48.016840 [ 284 ] {6e23eed6-60ab-4d13-8bbe-de13cd3620ec} <Debug> DynamicQueryHandler: Done processing query
16358 2024.10.22 17:05:48.016864 [ 284 ] {6e23eed6-60ab-4d13-8bbe-de13cd3620ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
16359 2024.10.22 17:05:48.016881 [ 284 ] {} <Debug> HTTP-Session: c4365ceb-56dc-4b10-8d71-bcad8115a7f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16360 2024.10.22 17:05:48.017112 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16361 2024.10.22 17:05:48.018885 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39790, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16362 2024.10.22 17:05:48.018968 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16363 2024.10.22 17:05:48.018996 [ 280 ] {} <Debug> HTTP-Session: 75952476-75a2-4cc8-8043-6fa76382fdbe Authenticating user 'default' from [fd00:1122:3344:101::d]:39790
16364 2024.10.22 17:05:48.019019 [ 280 ] {} <Debug> HTTP-Session: 75952476-75a2-4cc8-8043-6fa76382fdbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16365 2024.10.22 17:05:48.019038 [ 280 ] {} <Debug> HTTP-Session: 75952476-75a2-4cc8-8043-6fa76382fdbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16366 2024.10.22 17:05:48.019092 [ 280 ] {} <Trace> HTTP-Session: 75952476-75a2-4cc8-8043-6fa76382fdbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16367 2024.10.22 17:05:48.019250 [ 280 ] {5d73909a-5cc0-4823-9d49-31082f308e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39790) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
16368 2024.10.22 17:05:48.019317 [ 280 ] {5d73909a-5cc0-4823-9d49-31082f308e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16369 2024.10.22 17:05:48.019542 [ 280 ] {5d73909a-5cc0-4823-9d49-31082f308e4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16370 2024.10.22 17:05:48.019968 [ 280 ] {5d73909a-5cc0-4823-9d49-31082f308e4b} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16371 2024.10.22 17:05:48.020011 [ 280 ] {5d73909a-5cc0-4823-9d49-31082f308e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16372 2024.10.22 17:05:48.020765 [ 280 ] {5d73909a-5cc0-4823-9d49-31082f308e4b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
16373 2024.10.22 17:05:48.021134 [ 280 ] {5d73909a-5cc0-4823-9d49-31082f308e4b} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16374 2024.10.22 17:05:48.021303 [ 280 ] {5d73909a-5cc0-4823-9d49-31082f308e4b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00209 sec., 2870.813397129187 rows/sec., 149.99 KiB/sec.
16375 2024.10.22 17:05:48.021321 [ 38 ] {} <Debug> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
16376 2024.10.22 17:05:48.021442 [ 38 ] {} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16377 2024.10.22 17:05:48.021488 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16378 2024.10.22 17:05:48.021634 [ 280 ] {5d73909a-5cc0-4823-9d49-31082f308e4b} <Debug> DynamicQueryHandler: Done processing query
16379 2024.10.22 17:05:48.021719 [ 280 ] {5d73909a-5cc0-4823-9d49-31082f308e4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
16380 2024.10.22 17:05:48.021788 [ 280 ] {} <Debug> HTTP-Session: 75952476-75a2-4cc8-8043-6fa76382fdbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16381 2024.10.22 17:05:48.021842 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::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
16382 2024.10.22 17:05:48.022144 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16383 2024.10.22 17:05:48.022264 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43710, User-Agent: (none), Length: 44784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16384 2024.10.22 17:05:48.022293 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16385 2024.10.22 17:05:48.022342 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part
16386 2024.10.22 17:05:48.022372 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16387 2024.10.22 17:05:48.022417 [ 284 ] {} <Debug> HTTP-Session: 28478735-cfbc-458d-a571-b313f0b9265d Authenticating user 'default' from [fd00:1122:3344:101::d]:43710
16388 2024.10.22 17:05:48.022455 [ 284 ] {} <Debug> HTTP-Session: 28478735-cfbc-458d-a571-b313f0b9265d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16389 2024.10.22 17:05:48.022516 [ 284 ] {} <Debug> HTTP-Session: 28478735-cfbc-458d-a571-b313f0b9265d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16390 2024.10.22 17:05:48.022519 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
16391 2024.10.22 17:05:48.022651 [ 284 ] {} <Trace> HTTP-Session: 28478735-cfbc-458d-a571-b313f0b9265d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16392 2024.10.22 17:05:48.022833 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
16393 2024.10.22 17:05:48.023106 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
16394 2024.10.22 17:05:48.023175 [ 284 ] {f616171a-3356-4e15-8051-ed9df6f8a8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
16395 2024.10.22 17:05:48.023298 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
16396 2024.10.22 17:05:48.023311 [ 284 ] {f616171a-3356-4e15-8051-ed9df6f8a8b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16397 2024.10.22 17:05:48.023600 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
16398 2024.10.22 17:05:48.024168 [ 284 ] {f616171a-3356-4e15-8051-ed9df6f8a8b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16399 2024.10.22 17:05:48.024865 [ 284 ] {f616171a-3356-4e15-8051-ed9df6f8a8b2} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16400 2024.10.22 17:05:48.024914 [ 284 ] {f616171a-3356-4e15-8051-ed9df6f8a8b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16401 2024.10.22 17:05:48.025338 [ 189 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.003762657 sec., 49433.153221247645 rows/sec., 2.52 MiB/sec.
16402 2024.10.22 17:05:48.025562 [ 284 ] {f616171a-3356-4e15-8051-ed9df6f8a8b2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
16403 2024.10.22 17:05:48.025583 [ 195 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
16404 2024.10.22 17:05:48.026240 [ 284 ] {f616171a-3356-4e15-8051-ed9df6f8a8b2} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16405 2024.10.22 17:05:48.026507 [ 195 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_31_6} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16406 2024.10.22 17:05:48.026585 [ 284 ] {f616171a-3356-4e15-8051-ed9df6f8a8b2} <Debug> executeQuery: Read 238 rows, 16.33 KiB in 0.003639 sec., 65402.583127232756 rows/sec., 4.38 MiB/sec.
16407 2024.10.22 17:05:48.026781 [ 195 ] {8e7600b5-bde9-4d1a-b154-e3a6debb08f4::all_1_31_6} <Trace> oximeter.measurements_bool (8e7600b5-bde9-4d1a-b154-e3a6debb08f4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
16408 2024.10.22 17:05:48.026967 [ 284 ] {f616171a-3356-4e15-8051-ed9df6f8a8b2} <Debug> DynamicQueryHandler: Done processing query
16409 2024.10.22 17:05:48.026968 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
16410 2024.10.22 17:05:48.027010 [ 284 ] {f616171a-3356-4e15-8051-ed9df6f8a8b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
16411 2024.10.22 17:05:48.027046 [ 284 ] {} <Debug> HTTP-Session: 28478735-cfbc-458d-a571-b313f0b9265d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16412 2024.10.22 17:05:48.027206 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16413 2024.10.22 17:05:48.027288 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52579, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16414 2024.10.22 17:05:48.027361 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16415 2024.10.22 17:05:48.027385 [ 280 ] {} <Debug> HTTP-Session: d7f70c0a-c51e-4aef-929e-507c0fbc84f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52579
16416 2024.10.22 17:05:48.027404 [ 280 ] {} <Debug> HTTP-Session: d7f70c0a-c51e-4aef-929e-507c0fbc84f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16417 2024.10.22 17:05:48.027419 [ 280 ] {} <Debug> HTTP-Session: d7f70c0a-c51e-4aef-929e-507c0fbc84f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16418 2024.10.22 17:05:48.027460 [ 280 ] {} <Trace> HTTP-Session: d7f70c0a-c51e-4aef-929e-507c0fbc84f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16419 2024.10.22 17:05:48.027573 [ 280 ] {d7d6ad1a-83d7-440f-9625-76fea2691aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52579) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
16420 2024.10.22 17:05:48.027628 [ 280 ] {d7d6ad1a-83d7-440f-9625-76fea2691aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16421 2024.10.22 17:05:48.027800 [ 280 ] {d7d6ad1a-83d7-440f-9625-76fea2691aec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16422 2024.10.22 17:05:48.028120 [ 280 ] {d7d6ad1a-83d7-440f-9625-76fea2691aec} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16423 2024.10.22 17:05:48.028158 [ 280 ] {d7d6ad1a-83d7-440f-9625-76fea2691aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16424 2024.10.22 17:05:48.028553 [ 280 ] {d7d6ad1a-83d7-440f-9625-76fea2691aec} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
16425 2024.10.22 17:05:48.028908 [ 280 ] {d7d6ad1a-83d7-440f-9625-76fea2691aec} <Trace> oximeter.measurements_f64 (76dff40e-4f8c-4de3-8620-7fa3370deda1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16426 2024.10.22 17:05:48.029109 [ 280 ] {d7d6ad1a-83d7-440f-9625-76fea2691aec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 43.70 KiB/sec.
16427 2024.10.22 17:05:48.029335 [ 280 ] {d7d6ad1a-83d7-440f-9625-76fea2691aec} <Debug> DynamicQueryHandler: Done processing query
16428 2024.10.22 17:05:48.029360 [ 280 ] {d7d6ad1a-83d7-440f-9625-76fea2691aec} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
16429 2024.10.22 17:05:48.029377 [ 280 ] {} <Debug> HTTP-Session: d7f70c0a-c51e-4aef-929e-507c0fbc84f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16430 2024.10.22 17:05:48.029572 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52579, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16431 2024.10.22 17:05:48.029655 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35283, User-Agent: (none), Length: 52146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16432 2024.10.22 17:05:48.029724 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16433 2024.10.22 17:05:48.029743 [ 284 ] {} <Debug> HTTP-Session: 5fd8850a-02aa-47db-b35b-64122b923d0a Authenticating user 'default' from [fd00:1122:3344:101::d]:35283
16434 2024.10.22 17:05:48.029761 [ 284 ] {} <Debug> HTTP-Session: 5fd8850a-02aa-47db-b35b-64122b923d0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16435 2024.10.22 17:05:48.029776 [ 284 ] {} <Debug> HTTP-Session: 5fd8850a-02aa-47db-b35b-64122b923d0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16436 2024.10.22 17:05:48.029813 [ 284 ] {} <Trace> HTTP-Session: 5fd8850a-02aa-47db-b35b-64122b923d0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16437 2024.10.22 17:05:48.030159 [ 284 ] {2cce10c9-c75b-4dfa-aacb-a237ef32907d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35283) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
16438 2024.10.22 17:05:48.030237 [ 284 ] {2cce10c9-c75b-4dfa-aacb-a237ef32907d} <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
16439 2024.10.22 17:05:48.030716 [ 284 ] {2cce10c9-c75b-4dfa-aacb-a237ef32907d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16440 2024.10.22 17:05:48.031479 [ 284 ] {2cce10c9-c75b-4dfa-aacb-a237ef32907d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16441 2024.10.22 17:05:48.031515 [ 284 ] {2cce10c9-c75b-4dfa-aacb-a237ef32907d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16442 2024.10.22 17:05:48.032178 [ 284 ] {2cce10c9-c75b-4dfa-aacb-a237ef32907d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16443 2024.10.22 17:05:48.032621 [ 284 ] {2cce10c9-c75b-4dfa-aacb-a237ef32907d} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16444 2024.10.22 17:05:48.032805 [ 284 ] {2cce10c9-c75b-4dfa-aacb-a237ef32907d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002887 sec., 10737.790093522688 rows/sec., 19.24 MiB/sec.
16445 2024.10.22 17:05:48.033033 [ 284 ] {2cce10c9-c75b-4dfa-aacb-a237ef32907d} <Debug> DynamicQueryHandler: Done processing query
16446 2024.10.22 17:05:48.033058 [ 284 ] {2cce10c9-c75b-4dfa-aacb-a237ef32907d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
16447 2024.10.22 17:05:48.033073 [ 284 ] {} <Debug> HTTP-Session: 5fd8850a-02aa-47db-b35b-64122b923d0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16448 2024.10.22 17:05:48.033245 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52579, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16449 2024.10.22 17:05:48.033259 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35283, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16450 2024.10.22 17:05:48.033339 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16451 2024.10.22 17:05:48.033379 [ 280 ] {} <Debug> HTTP-Session: 216d3677-6fa7-4c98-8562-7eee7402d800 Authenticating user 'default' from [fd00:1122:3344:101::d]:52579
16452 2024.10.22 17:05:48.033408 [ 280 ] {} <Debug> HTTP-Session: 216d3677-6fa7-4c98-8562-7eee7402d800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16453 2024.10.22 17:05:48.033428 [ 280 ] {} <Debug> HTTP-Session: 216d3677-6fa7-4c98-8562-7eee7402d800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16454 2024.10.22 17:05:48.033477 [ 280 ] {} <Trace> HTTP-Session: 216d3677-6fa7-4c98-8562-7eee7402d800 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16455 2024.10.22 17:05:48.033658 [ 280 ] {d544e051-474a-49cf-873c-b1010a4975d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52579) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
16456 2024.10.22 17:05:48.033711 [ 280 ] {d544e051-474a-49cf-873c-b1010a4975d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16457 2024.10.22 17:05:48.033876 [ 280 ] {d544e051-474a-49cf-873c-b1010a4975d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16458 2024.10.22 17:05:48.034216 [ 280 ] {d544e051-474a-49cf-873c-b1010a4975d7} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16459 2024.10.22 17:05:48.034253 [ 280 ] {d544e051-474a-49cf-873c-b1010a4975d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
16460 2024.10.22 17:05:48.034647 [ 280 ] {d544e051-474a-49cf-873c-b1010a4975d7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
16461 2024.10.22 17:05:48.035014 [ 280 ] {d544e051-474a-49cf-873c-b1010a4975d7} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16462 2024.10.22 17:05:48.035177 [ 280 ] {d544e051-474a-49cf-873c-b1010a4975d7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001593 sec., 51475.2040175769 rows/sec., 3.27 MiB/sec.
16463 2024.10.22 17:05:48.035478 [ 280 ] {d544e051-474a-49cf-873c-b1010a4975d7} <Debug> DynamicQueryHandler: Done processing query
16464 2024.10.22 17:05:48.035533 [ 280 ] {d544e051-474a-49cf-873c-b1010a4975d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
16465 2024.10.22 17:05:48.035592 [ 280 ] {} <Debug> HTTP-Session: 216d3677-6fa7-4c98-8562-7eee7402d800 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16466 2024.10.22 17:05:48.036287 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52579, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16467 2024.10.22 17:05:49.000163 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.43 MiB, peak 193.43 MiB, free memory in arenas 0.00 B, will set to 183.63 MiB (RSS), difference: 4.19 MiB
16468 2024.10.22 17:05:51.252888 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16469 2024.10.22 17:05:52.990460 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56505, User-Agent: (none), Length: 17092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16470 2024.10.22 17:05:52.990591 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16471 2024.10.22 17:05:52.990619 [ 284 ] {} <Debug> HTTP-Session: e261f3a4-39bf-4981-b836-dd9bd7c60dc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56505
16472 2024.10.22 17:05:52.990648 [ 284 ] {} <Debug> HTTP-Session: e261f3a4-39bf-4981-b836-dd9bd7c60dc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16473 2024.10.22 17:05:52.990666 [ 284 ] {} <Debug> HTTP-Session: e261f3a4-39bf-4981-b836-dd9bd7c60dc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16474 2024.10.22 17:05:52.990721 [ 284 ] {} <Trace> HTTP-Session: e261f3a4-39bf-4981-b836-dd9bd7c60dc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16475 2024.10.22 17:05:52.990986 [ 284 ] {d37e3a2a-2236-4b27-a08b-99af5ec1a064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56505) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
16476 2024.10.22 17:05:52.991061 [ 284 ] {d37e3a2a-2236-4b27-a08b-99af5ec1a064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16477 2024.10.22 17:05:52.991453 [ 284 ] {d37e3a2a-2236-4b27-a08b-99af5ec1a064} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16478 2024.10.22 17:05:52.992028 [ 284 ] {d37e3a2a-2236-4b27-a08b-99af5ec1a064} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16479 2024.10.22 17:05:52.992071 [ 284 ] {d37e3a2a-2236-4b27-a08b-99af5ec1a064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16480 2024.10.22 17:05:52.992502 [ 284 ] {d37e3a2a-2236-4b27-a08b-99af5ec1a064} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
16481 2024.10.22 17:05:52.992895 [ 284 ] {d37e3a2a-2236-4b27-a08b-99af5ec1a064} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16482 2024.10.22 17:05:52.993080 [ 284 ] {d37e3a2a-2236-4b27-a08b-99af5ec1a064} <Debug> executeQuery: Read 116 rows, 10.02 KiB in 0.00218 sec., 53211.00917431193 rows/sec., 4.49 MiB/sec.
16483 2024.10.22 17:05:52.993092 [ 32 ] {} <Debug> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
16484 2024.10.22 17:05:52.993221 [ 32 ] {} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16485 2024.10.22 17:05:52.993271 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16486 2024.10.22 17:05:52.993408 [ 284 ] {d37e3a2a-2236-4b27-a08b-99af5ec1a064} <Debug> DynamicQueryHandler: Done processing query
16487 2024.10.22 17:05:52.993502 [ 284 ] {d37e3a2a-2236-4b27-a08b-99af5ec1a064} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
16488 2024.10.22 17:05:52.993557 [ 284 ] {} <Debug> HTTP-Session: e261f3a4-39bf-4981-b836-dd9bd7c60dc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16489 2024.10.22 17:05:52.993636 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::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
16490 2024.10.22 17:05:52.993928 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16491 2024.10.22 17:05:52.994327 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44918, User-Agent: (none), Length: 4357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16492 2024.10.22 17:05:52.994456 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16493 2024.10.22 17:05:52.994579 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1478 rows starting from the beginning of the part
16494 2024.10.22 17:05:52.994649 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16495 2024.10.22 17:05:52.994956 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 31 rows starting from the beginning of the part
16496 2024.10.22 17:05:52.994933 [ 280 ] {} <Debug> HTTP-Session: f6edbac6-1f97-4de3-984a-637bd17579dc Authenticating user 'default' from [fd00:1122:3344:101::d]:44918
16497 2024.10.22 17:05:52.995064 [ 280 ] {} <Debug> HTTP-Session: f6edbac6-1f97-4de3-984a-637bd17579dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16498 2024.10.22 17:05:52.995139 [ 280 ] {} <Debug> HTTP-Session: f6edbac6-1f97-4de3-984a-637bd17579dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16499 2024.10.22 17:05:52.995217 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 270 rows starting from the beginning of the part
16500 2024.10.22 17:05:52.995359 [ 280 ] {} <Trace> HTTP-Session: f6edbac6-1f97-4de3-984a-637bd17579dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16501 2024.10.22 17:05:52.995500 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 118 rows starting from the beginning of the part
16502 2024.10.22 17:05:52.995819 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 265 rows starting from the beginning of the part
16503 2024.10.22 17:05:52.995911 [ 280 ] {cb9621e2-d959-43a2-91c7-9ea24421a568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44918) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
16504 2024.10.22 17:05:52.996051 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 116 rows starting from the beginning of the part
16505 2024.10.22 17:05:52.996102 [ 280 ] {cb9621e2-d959-43a2-91c7-9ea24421a568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16506 2024.10.22 17:05:52.997356 [ 280 ] {cb9621e2-d959-43a2-91c7-9ea24421a568} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16507 2024.10.22 17:05:52.998435 [ 280 ] {cb9621e2-d959-43a2-91c7-9ea24421a568} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16508 2024.10.22 17:05:52.998503 [ 280 ] {cb9621e2-d959-43a2-91c7-9ea24421a568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16509 2024.10.22 17:05:52.999272 [ 280 ] {cb9621e2-d959-43a2-91c7-9ea24421a568} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16510 2024.10.22 17:05:52.999541 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2278 rows, containing 5 columns (5 merged, 0 gathered) in 0.006182951 sec., 368432.48474717006 rows/sec., 32.50 MiB/sec.
16511 2024.10.22 17:05:53.000038 [ 198 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
16512 2024.10.22 17:05:53.000059 [ 280 ] {cb9621e2-d959-43a2-91c7-9ea24421a568} <Trace> oximeter.fields_u16 (cf1743f0-04c5-400d-a8ad-486db15e01dd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16513 2024.10.22 17:05:53.000240 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.28 MiB, peak 193.43 MiB, free memory in arenas 0.00 B, will set to 183.63 MiB (RSS), difference: -8.66 MiB
16514 2024.10.22 17:05:53.000621 [ 280 ] {cb9621e2-d959-43a2-91c7-9ea24421a568} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.004959 sec., 6049.606775559589 rows/sec., 454.90 KiB/sec.
16515 2024.10.22 17:05:53.001714 [ 280 ] {cb9621e2-d959-43a2-91c7-9ea24421a568} <Debug> DynamicQueryHandler: Done processing query
16516 2024.10.22 17:05:53.001723 [ 193 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_76_15} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16517 2024.10.22 17:05:53.001748 [ 280 ] {cb9621e2-d959-43a2-91c7-9ea24421a568} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
16518 2024.10.22 17:05:53.001823 [ 280 ] {} <Debug> HTTP-Session: f6edbac6-1f97-4de3-984a-637bd17579dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16519 2024.10.22 17:05:53.001940 [ 193 ] {84c660ca-7b90-46e7-ae30-98f977a2766e::all_1_76_15} <Trace> oximeter.fields_string (84c660ca-7b90-46e7-ae30-98f977a2766e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
16520 2024.10.22 17:05:53.002126 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
16521 2024.10.22 17:05:53.002141 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16522 2024.10.22 17:05:53.002168 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38831, User-Agent: (none), Length: 15966, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16523 2024.10.22 17:05:53.002283 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16524 2024.10.22 17:05:53.002319 [ 284 ] {} <Debug> HTTP-Session: 0876837f-ea72-4d14-b208-9a2ef957bd1c Authenticating user 'default' from [fd00:1122:3344:101::d]:38831
16525 2024.10.22 17:05:53.002349 [ 284 ] {} <Debug> HTTP-Session: 0876837f-ea72-4d14-b208-9a2ef957bd1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16526 2024.10.22 17:05:53.002367 [ 284 ] {} <Debug> HTTP-Session: 0876837f-ea72-4d14-b208-9a2ef957bd1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16527 2024.10.22 17:05:53.002416 [ 284 ] {} <Trace> HTTP-Session: 0876837f-ea72-4d14-b208-9a2ef957bd1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16528 2024.10.22 17:05:53.002603 [ 284 ] {46bbd622-2fbe-4536-8146-df9ea91963ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38831) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
16529 2024.10.22 17:05:53.002663 [ 284 ] {46bbd622-2fbe-4536-8146-df9ea91963ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16530 2024.10.22 17:05:53.002948 [ 284 ] {46bbd622-2fbe-4536-8146-df9ea91963ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16531 2024.10.22 17:05:53.003351 [ 284 ] {46bbd622-2fbe-4536-8146-df9ea91963ca} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16532 2024.10.22 17:05:53.003391 [ 284 ] {46bbd622-2fbe-4536-8146-df9ea91963ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16533 2024.10.22 17:05:53.003800 [ 284 ] {46bbd622-2fbe-4536-8146-df9ea91963ca} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
16534 2024.10.22 17:05:53.004183 [ 284 ] {46bbd622-2fbe-4536-8146-df9ea91963ca} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16535 2024.10.22 17:05:53.004347 [ 32 ] {} <Debug> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
16536 2024.10.22 17:05:53.004356 [ 284 ] {46bbd622-2fbe-4536-8146-df9ea91963ca} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001826 sec., 51478.64184008763 rows/sec., 4.02 MiB/sec.
16537 2024.10.22 17:05:53.004396 [ 32 ] {} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16538 2024.10.22 17:05:53.004469 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16539 2024.10.22 17:05:53.004702 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::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
16540 2024.10.22 17:05:53.004737 [ 284 ] {46bbd622-2fbe-4536-8146-df9ea91963ca} <Debug> DynamicQueryHandler: Done processing query
16541 2024.10.22 17:05:53.004775 [ 284 ] {46bbd622-2fbe-4536-8146-df9ea91963ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
16542 2024.10.22 17:05:53.004808 [ 284 ] {} <Debug> HTTP-Session: 0876837f-ea72-4d14-b208-9a2ef957bd1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16543 2024.10.22 17:05:53.004911 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16544 2024.10.22 17:05:53.004948 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 959 rows starting from the beginning of the part
16545 2024.10.22 17:05:53.005119 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 38 rows starting from the beginning of the part
16546 2024.10.22 17:05:53.005137 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16547 2024.10.22 17:05:53.005402 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50342, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16548 2024.10.22 17:05:53.005505 [ 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):
16549 
16550 (version 23.8.7.1)
16551 2024.10.22 17:05:53.005513 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 433 rows starting from the beginning of the part
16552 2024.10.22 17:05:53.005646 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16553 2024.10.22 17:05:53.005751 [ 280 ] {} <Debug> HTTP-Session: 1f0a4aed-9f3f-4e4a-bc13-b5db58dbc86f Authenticating user 'default' from [fd00:1122:3344:101::d]:50342
16554 2024.10.22 17:05:53.005836 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 101 rows starting from the beginning of the part
16555 2024.10.22 17:05:53.005849 [ 280 ] {} <Debug> HTTP-Session: 1f0a4aed-9f3f-4e4a-bc13-b5db58dbc86f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16556 2024.10.22 17:05:53.005961 [ 280 ] {} <Debug> HTTP-Session: 1f0a4aed-9f3f-4e4a-bc13-b5db58dbc86f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16557 2024.10.22 17:05:53.006197 [ 280 ] {} <Trace> HTTP-Session: 1f0a4aed-9f3f-4e4a-bc13-b5db58dbc86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16558 2024.10.22 17:05:53.006246 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 420 rows starting from the beginning of the part
16559 2024.10.22 17:05:53.006625 [ 198 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 94 rows starting from the beginning of the part
16560 2024.10.22 17:05:53.007037 [ 280 ] {2019548c-dc50-408c-8795-28762f331bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50342) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
16561 2024.10.22 17:05:53.007408 [ 280 ] {2019548c-dc50-408c-8795-28762f331bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16562 2024.10.22 17:05:53.008623 [ 280 ] {2019548c-dc50-408c-8795-28762f331bcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16563 2024.10.22 17:05:53.009790 [ 280 ] {2019548c-dc50-408c-8795-28762f331bcd} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16564 2024.10.22 17:05:53.009835 [ 280 ] {2019548c-dc50-408c-8795-28762f331bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16565 2024.10.22 17:05:53.010489 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2045 rows, containing 5 columns (5 merged, 0 gathered) in 0.005907045 sec., 346196.787056811 rows/sec., 26.51 MiB/sec.
16566 2024.10.22 17:05:53.010700 [ 280 ] {2019548c-dc50-408c-8795-28762f331bcd} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
16567 2024.10.22 17:05:53.010765 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
16568 2024.10.22 17:05:53.011508 [ 280 ] {2019548c-dc50-408c-8795-28762f331bcd} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16569 2024.10.22 17:05:53.011696 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_76_15} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16570 2024.10.22 17:05:53.011783 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
16571 2024.10.22 17:05:53.011832 [ 280 ] {2019548c-dc50-408c-8795-28762f331bcd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00519 sec., 30828.516377649325 rows/sec., 2.15 MiB/sec.
16572 2024.10.22 17:05:53.011879 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16573 2024.10.22 17:05:53.011971 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16574 2024.10.22 17:05:53.012049 [ 194 ] {2ae76773-8808-49ee-a83c-33509cb3c2e8::all_1_76_15} <Trace> oximeter.fields_uuid (2ae76773-8808-49ee-a83c-33509cb3c2e8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
16575 2024.10.22 17:05:53.012381 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
16576 2024.10.22 17:05:53.012440 [ 280 ] {2019548c-dc50-408c-8795-28762f331bcd} <Debug> DynamicQueryHandler: Done processing query
16577 2024.10.22 17:05:53.012441 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::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
16578 2024.10.22 17:05:53.012476 [ 280 ] {2019548c-dc50-408c-8795-28762f331bcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
16579 2024.10.22 17:05:53.012504 [ 280 ] {} <Debug> HTTP-Session: 1f0a4aed-9f3f-4e4a-bc13-b5db58dbc86f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16580 2024.10.22 17:05:53.012602 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16581 2024.10.22 17:05:53.012635 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21788 rows starting from the beginning of the part
16582 2024.10.22 17:05:53.012714 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 13 rows starting from the beginning of the part
16583 2024.10.22 17:05:53.012815 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16584 2024.10.22 17:05:53.013094 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42471, User-Agent: (none), Length: 49174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16585 2024.10.22 17:05:53.013162 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 242 rows starting from the beginning of the part
16586 2024.10.22 17:05:53.013231 [ 280 ] {} <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):
16587 
16588 (version 23.8.7.1)
16589 2024.10.22 17:05:53.013349 [ 284 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16590 2024.10.22 17:05:53.013460 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 161 rows starting from the beginning of the part
16591 2024.10.22 17:05:53.013478 [ 284 ] {} <Debug> HTTP-Session: a8a753dc-d8d2-4e05-a879-33887d99e76d Authenticating user 'default' from [fd00:1122:3344:101::d]:42471
16592 2024.10.22 17:05:53.013577 [ 284 ] {} <Debug> HTTP-Session: a8a753dc-d8d2-4e05-a879-33887d99e76d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16593 2024.10.22 17:05:53.013681 [ 284 ] {} <Debug> HTTP-Session: a8a753dc-d8d2-4e05-a879-33887d99e76d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16594 2024.10.22 17:05:53.013733 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 238 rows starting from the beginning of the part
16595 2024.10.22 17:05:53.013821 [ 284 ] {} <Trace> HTTP-Session: a8a753dc-d8d2-4e05-a879-33887d99e76d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16596 2024.10.22 17:05:53.013985 [ 200 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part
16597 2024.10.22 17:05:53.014628 [ 284 ] {41dbb625-d96e-4dbe-9898-b885aff2fe64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42471) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
16598 2024.10.22 17:05:53.014752 [ 284 ] {41dbb625-d96e-4dbe-9898-b885aff2fe64} <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
16599 2024.10.22 17:05:53.015600 [ 284 ] {41dbb625-d96e-4dbe-9898-b885aff2fe64} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16600 2024.10.22 17:05:53.016949 [ 284 ] {41dbb625-d96e-4dbe-9898-b885aff2fe64} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16601 2024.10.22 17:05:53.016994 [ 284 ] {41dbb625-d96e-4dbe-9898-b885aff2fe64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16602 2024.10.22 17:05:53.018096 [ 284 ] {41dbb625-d96e-4dbe-9898-b885aff2fe64} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16603 2024.10.22 17:05:53.018571 [ 284 ] {41dbb625-d96e-4dbe-9898-b885aff2fe64} <Trace> oximeter.measurements_histogramu64 (1d42113d-04a4-4627-a37b-a73a3dec06bd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16604 2024.10.22 17:05:53.018807 [ 284 ] {41dbb625-d96e-4dbe-9898-b885aff2fe64} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00461 sec., 6507.592190889371 rows/sec., 11.66 MiB/sec.
16605 2024.10.22 17:05:53.019105 [ 284 ] {41dbb625-d96e-4dbe-9898-b885aff2fe64} <Debug> DynamicQueryHandler: Done processing query
16606 2024.10.22 17:05:53.019132 [ 284 ] {41dbb625-d96e-4dbe-9898-b885aff2fe64} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
16607 2024.10.22 17:05:53.019149 [ 284 ] {} <Debug> HTTP-Session: a8a753dc-d8d2-4e05-a879-33887d99e76d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16608 2024.10.22 17:05:53.019353 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16609 2024.10.22 17:05:53.019429 [ 280 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38862, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16610 2024.10.22 17:05:53.019507 [ 280 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
16611 2024.10.22 17:05:53.019535 [ 280 ] {} <Debug> HTTP-Session: b67ddb4d-b387-4aa5-b7fa-dd7fd6434888 Authenticating user 'default' from [fd00:1122:3344:101::d]:38862
16612 2024.10.22 17:05:53.019558 [ 280 ] {} <Debug> HTTP-Session: b67ddb4d-b387-4aa5-b7fa-dd7fd6434888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
16613 2024.10.22 17:05:53.019576 [ 280 ] {} <Debug> HTTP-Session: b67ddb4d-b387-4aa5-b7fa-dd7fd6434888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
16614 2024.10.22 17:05:53.019624 [ 280 ] {} <Trace> HTTP-Session: b67ddb4d-b387-4aa5-b7fa-dd7fd6434888 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16615 2024.10.22 17:05:53.019785 [ 280 ] {383b7709-debe-4c7e-aca6-ca2bc6363b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
16616 2024.10.22 17:05:53.019837 [ 280 ] {383b7709-debe-4c7e-aca6-ca2bc6363b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16617 2024.10.22 17:05:53.020000 [ 280 ] {383b7709-debe-4c7e-aca6-ca2bc6363b06} <Trace> ParallelParsingInputFormat: Parallel parsing is used
16618 2024.10.22 17:05:53.020334 [ 280 ] {383b7709-debe-4c7e-aca6-ca2bc6363b06} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16619 2024.10.22 17:05:53.020370 [ 280 ] {383b7709-debe-4c7e-aca6-ca2bc6363b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16620 2024.10.22 17:05:53.020768 [ 280 ] {383b7709-debe-4c7e-aca6-ca2bc6363b06} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
16621 2024.10.22 17:05:53.021117 [ 280 ] {383b7709-debe-4c7e-aca6-ca2bc6363b06} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16622 2024.10.22 17:05:53.021253 [ 280 ] {383b7709-debe-4c7e-aca6-ca2bc6363b06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec.
16623 2024.10.22 17:05:53.021255 [ 32 ] {} <Debug> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
16624 2024.10.22 17:05:53.021317 [ 32 ] {} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16625 2024.10.22 17:05:53.021357 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
16626 2024.10.22 17:05:53.021503 [ 280 ] {383b7709-debe-4c7e-aca6-ca2bc6363b06} <Debug> DynamicQueryHandler: Done processing query
16627 2024.10.22 17:05:53.021594 [ 280 ] {383b7709-debe-4c7e-aca6-ca2bc6363b06} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
16628 2024.10.22 17:05:53.021632 [ 280 ] {} <Debug> HTTP-Session: b67ddb4d-b387-4aa5-b7fa-dd7fd6434888 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
16629 2024.10.22 17:05:53.021645 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
16630 2024.10.22 17:05:53.022070 [ 280 ] {} <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)
16631 2024.10.22 17:05:53.022137 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16632 2024.10.22 17:05:53.022244 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4222 rows starting from the beginning of the part
16633 2024.10.22 17:05:53.022582 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part
16634 2024.10.22 17:05:53.022724 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::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
16635 2024.10.22 17:05:53.022929 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part
16636 2024.10.22 17:05:53.023076 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part
16637 2024.10.22 17:05:53.023220 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part
16638 2024.10.22 17:05:53.025079 [ 192 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4512 rows, containing 4 columns (4 merged, 0 gathered) in 0.003626903 sec., 1244036.578866322 rows/sec., 81.09 MiB/sec.
16639 2024.10.22 17:05:53.025421 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
16640 2024.10.22 17:05:53.025811 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_76_15} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16641 2024.10.22 17:05:53.025884 [ 197 ] {0a5652d1-ea5c-4ae9-b98d-71181928f535::all_1_76_15} <Trace> oximeter.measurements_u64 (0a5652d1-ea5c-4ae9-b98d-71181928f535) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
16642 2024.10.22 17:05:53.025955 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
16643 2024.10.22 17:05:53.036562 [ 188 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22602 rows, containing 5 columns (5 merged, 0 gathered) in 0.02442711 sec., 925283.4248505043 rows/sec., 62.47 MiB/sec.
16644 2024.10.22 17:05:53.037140 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
16645 2024.10.22 17:05:53.037630 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16646 2024.10.22 17:05:53.037723 [ 192 ] {cc17088d-6c09-4768-b054-fb530061cb82::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (cc17088d-6c09-4768-b054-fb530061cb82) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
16647 2024.10.22 17:05:53.037803 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
16648 2024.10.22 17:05:53.727657 [ 278 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16649 2024.10.22 17:05:53.833037 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16650 2024.10.22 17:05:53.886335 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16651 2024.10.22 17:05:53.968559 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16652 2024.10.22 17:05:53.979005 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16653 2024.10.22 17:05:54.000211 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.78 MiB, peak 193.43 MiB, free memory in arenas 0.00 B, will set to 184.31 MiB (RSS), difference: 8.54 MiB
16654 2024.10.22 17:05:54.011438 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49454, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
16655 2024.10.22 17:05:54.043819 [ 270 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)