Max level shown:
1 [ Nov 28 01:35:01 Enabled. ]
2 [ Nov 28 01:35:01 Rereading configuration. ]
3 [ Nov 28 01:35:01 Rereading configuration. ]
4 [ Nov 28 01:35:03 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Nov 28 01:35:03 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2024.11.28 01:35:04.544449 [ 1 ] {} <Information> Application: Will watch for the process with pid 23293
29 2024.11.28 01:35:04.545151 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.11.28 01:35:04.753990 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23293
31 2024.11.28 01:35:04.754731 [ 1 ] {} <Information> Application: starting up
32 2024.11.28 01:35:04.755425 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.11.28 01:35:04.829459 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.11.28 01:35:04.930386 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.11.28 01:35:04.930477 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.11.28 01:35:04.930491 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.11.28 01:35:04.930583 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.11.28 01:35:04.931034 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.11.28 01:35:04.932843 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2024.11.28 01:35:04.933697 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.11.28 01:35:04.934570 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2024.11.28 01:35:04.934594 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2024.11.28 01:35:04.934609 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.11.28 01:35:04.934807 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.11.28 01:35:04.935904 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.11.28 01:35:04.941979 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.11.28 01:35:04.942964 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.11.28 01:35:04.943785 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.11.28 01:35:04.943850 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.11.28 01:35:04.945584 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2024.11.28 01:35:04.946095 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.11.28 01:35:04.950447 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.11.28 01:35:04.951156 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.11.28 01:35:04.952200 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.11.28 01:35:04.952670 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.11.28 01:35:04.953083 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.11.28 01:35:04.953438 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.11.28 01:35:04.954858 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.11.28 01:35:04.954885 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.11.28 01:35:04.954979 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.11.28 01:35:04.955154 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.11.28 01:35:05.005028 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.11.28 01:35:05.005061 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000189433 sec
68 2024.11.28 01:35:05.005116 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.11.28 01:35:05.005136 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.11.28 01:35:05.005963 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.11.28 01:35:05.007272 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.11.28 01:35:05.021065 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.11.28 01:35:05.021113 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.11.28 01:35:05.021135 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.11.28 01:35:05.021149 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.11.28 01:35:05.021179 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.11.28 01:35:05.021199 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.11.28 01:35:05.023816 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.11.28 01:35:05.023862 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.11.28 01:35:05.023883 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.11.28 01:35:05.024061 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.11.28 01:35:05.024081 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.11.28 01:35:05.024116 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.11.28 01:35:05.024135 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.11.28 01:35:05.024148 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.11.28 01:35:05.024176 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.11.28 01:35:05.024193 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.11.28 01:35:05.049248 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.11.28 01:35:05.064978 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.11.28 01:35:05.065037 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000114102 sec
91 2024.11.28 01:35:05.065052 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.11.28 01:35:05.065064 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.11.28 01:35:05.065097 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.11.28 01:35:05.065373 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.11.28 01:35:05.065425 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.11.28 01:35:05.065440 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.11.28 01:35:05.065451 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2024.11.28 01:35:05.065463 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.11.28 01:35:05.091296 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.11.28 01:35:05.091535 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.35 MiB
101 2024.11.28 01:35:05.092497 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.6971e-05 sec.
102 2024.11.28 01:35:05.093622 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.11.28 01:35:05.093733 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.11.28 01:35:05.093756 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.11.28 01:35:05.147038 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53308
106 2024.11.28 01:35:05.147754 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.11.28 01:35:05.147811 [ 3 ] {} <Debug> TCP-Session: b1ef4a3f-53e9-4c7a-b610-7ee8a63353e9 Authenticating user 'default' from [fd00:1122:3344:101::c]:53308
108 2024.11.28 01:35:05.147842 [ 3 ] {} <Debug> TCP-Session: b1ef4a3f-53e9-4c7a-b610-7ee8a63353e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.11.28 01:35:05.147864 [ 3 ] {} <Debug> TCP-Session: b1ef4a3f-53e9-4c7a-b610-7ee8a63353e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.11.28 01:35:05.147952 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.11.28 01:35:05.147979 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2024.11.28 01:35:05.148003 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2024.11.28 01:35:05.148418 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56912
114 2024.11.28 01:35:05.148524 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2024.11.28 01:35:05.148552 [ 4 ] {} <Debug> TCP-Session: b7aef186-8389-44b4-8ade-32ddf2389c2c Authenticating user 'default' from [fd00:1122:3344:101::c]:56912
116 2024.11.28 01:35:05.148576 [ 4 ] {} <Debug> TCP-Session: b7aef186-8389-44b4-8ade-32ddf2389c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2024.11.28 01:35:05.148604 [ 4 ] {} <Debug> TCP-Session: b7aef186-8389-44b4-8ade-32ddf2389c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2024.11.28 01:35:05.149247 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63580
119 2024.11.28 01:35:05.149259 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53025
120 2024.11.28 01:35:05.149334 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63241
121 2024.11.28 01:35:05.149397 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2024.11.28 01:35:05.149439 [ 5 ] {} <Debug> TCP-Session: e117add4-b4da-430c-84d7-0db3b6af6c57 Authenticating user 'default' from [fd00:1122:3344:101::c]:63580
123 2024.11.28 01:35:05.149653 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
124 2024.11.28 01:35:05.149686 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38842
125 2024.11.28 01:35:05.149679 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2024.11.28 01:35:05.149741 [ 253 ] {} <Debug> TCP-Session: a58a2e80-335d-4233-af78-8206eb3c7dc6 Authenticating user 'default' from [fd00:1122:3344:101::c]:53025
127 2024.11.28 01:35:05.149697 [ 5 ] {} <Debug> TCP-Session: e117add4-b4da-430c-84d7-0db3b6af6c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2024.11.28 01:35:05.149938 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57541
129 2024.11.28 01:35:05.149953 [ 253 ] {} <Debug> TCP-Session: a58a2e80-335d-4233-af78-8206eb3c7dc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
130 2024.11.28 01:35:05.149972 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
131 2024.11.28 01:35:05.149994 [ 254 ] {} <Debug> TCP-Session: 3442ce6a-9e8b-4743-b5b1-08d5c76e29bc Authenticating user 'default' from [fd00:1122:3344:101::c]:63241
132 2024.11.28 01:35:05.150014 [ 253 ] {} <Debug> TCP-Session: a58a2e80-335d-4233-af78-8206eb3c7dc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
133 2024.11.28 01:35:05.149965 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57865
134 2024.11.28 01:35:05.149949 [ 5 ] {} <Debug> TCP-Session: e117add4-b4da-430c-84d7-0db3b6af6c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
135 2024.11.28 01:35:05.150321 [ 254 ] {} <Debug> TCP-Session: 3442ce6a-9e8b-4743-b5b1-08d5c76e29bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
136 2024.11.28 01:35:05.150365 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
137 2024.11.28 01:35:05.150406 [ 255 ] {} <Debug> TCP-Session: 4f0788f9-51be-410f-af4d-e82608f804a5 Authenticating user 'default' from [fd00:1122:3344:101::c]:38842
138 2024.11.28 01:35:05.150416 [ 254 ] {} <Debug> TCP-Session: 3442ce6a-9e8b-4743-b5b1-08d5c76e29bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
139 2024.11.28 01:35:05.150454 [ 257 ] {} <Debug> TCP-Session: 3d9c8a80-47e6-4a77-ba0e-9dfe4ebe0056 Authenticating user 'default' from [fd00:1122:3344:101::c]:57541
140 2024.11.28 01:35:05.150468 [ 255 ] {} <Debug> TCP-Session: 4f0788f9-51be-410f-af4d-e82608f804a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
141 2024.11.28 01:35:05.150393 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
142 2024.11.28 01:35:05.150537 [ 255 ] {} <Debug> TCP-Session: 4f0788f9-51be-410f-af4d-e82608f804a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
143 2024.11.28 01:35:05.150572 [ 257 ] {} <Debug> TCP-Session: 3d9c8a80-47e6-4a77-ba0e-9dfe4ebe0056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2024.11.28 01:35:05.150609 [ 256 ] {} <Debug> TCP-Session: 3305b847-00f8-487f-8ebf-7078855fc07c Authenticating user 'default' from [fd00:1122:3344:101::c]:57865
145 2024.11.28 01:35:05.150657 [ 257 ] {} <Debug> TCP-Session: 3d9c8a80-47e6-4a77-ba0e-9dfe4ebe0056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
146 2024.11.28 01:35:05.150671 [ 256 ] {} <Debug> TCP-Session: 3305b847-00f8-487f-8ebf-7078855fc07c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2024.11.28 01:35:05.150749 [ 256 ] {} <Debug> TCP-Session: 3305b847-00f8-487f-8ebf-7078855fc07c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2024.11.28 01:35:05.168185 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43570
149 2024.11.28 01:35:05.168778 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2024.11.28 01:35:05.168836 [ 258 ] {} <Debug> TCP-Session: acb376f3-5624-40da-b4e6-10f615dbd905 Authenticating user 'default' from [fd00:1122:3344:101::b]:43570
151 2024.11.28 01:35:05.168855 [ 258 ] {} <Debug> TCP-Session: acb376f3-5624-40da-b4e6-10f615dbd905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2024.11.28 01:35:05.168869 [ 258 ] {} <Debug> TCP-Session: acb376f3-5624-40da-b4e6-10f615dbd905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2024.11.28 01:35:05.168944 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2024.11.28 01:35:05.168968 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
155 2024.11.28 01:35:05.168995 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2024.11.28 01:35:05.169481 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58610
157 2024.11.28 01:35:05.169634 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47090
158 2024.11.28 01:35:05.169644 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2024.11.28 01:35:05.169699 [ 259 ] {} <Debug> TCP-Session: 0145b156-22bb-4fd0-bfca-3008f0de8dfb Authenticating user 'default' from [fd00:1122:3344:101::b]:58610
160 2024.11.28 01:35:05.169803 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53595
161 2024.11.28 01:35:05.169860 [ 259 ] {} <Debug> TCP-Session: 0145b156-22bb-4fd0-bfca-3008f0de8dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
162 2024.11.28 01:35:05.169871 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
163 2024.11.28 01:35:05.170036 [ 259 ] {} <Debug> TCP-Session: 0145b156-22bb-4fd0-bfca-3008f0de8dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
164 2024.11.28 01:35:05.170051 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
165 2024.11.28 01:35:05.170075 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64800
166 2024.11.28 01:35:05.170062 [ 260 ] {} <Debug> TCP-Session: 44f73c0c-dfa1-438f-9251-e7f17b8319a8 Authenticating user 'default' from [fd00:1122:3344:101::b]:47090
167 2024.11.28 01:35:05.170149 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52527
168 2024.11.28 01:35:05.170199 [ 260 ] {} <Debug> TCP-Session: 44f73c0c-dfa1-438f-9251-e7f17b8319a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
169 2024.11.28 01:35:05.170158 [ 261 ] {} <Debug> TCP-Session: 81e64877-923c-4bb1-85cb-9ea3ce782d9a Authenticating user 'default' from [fd00:1122:3344:101::b]:53595
170 2024.11.28 01:35:05.170316 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51337
171 2024.11.28 01:35:05.170411 [ 261 ] {} <Debug> TCP-Session: 81e64877-923c-4bb1-85cb-9ea3ce782d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
172 2024.11.28 01:35:05.170421 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
173 2024.11.28 01:35:05.170582 [ 260 ] {} <Debug> TCP-Session: 44f73c0c-dfa1-438f-9251-e7f17b8319a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
174 2024.11.28 01:35:05.170651 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50102
175 2024.11.28 01:35:05.170769 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
176 2024.11.28 01:35:05.170784 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
177 2024.11.28 01:35:05.170817 [ 261 ] {} <Debug> TCP-Session: 81e64877-923c-4bb1-85cb-9ea3ce782d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
178 2024.11.28 01:35:05.171069 [ 264 ] {} <Debug> TCP-Session: bd0759eb-f75b-4605-8a0d-504c663dc8b2 Authenticating user 'default' from [fd00:1122:3344:101::b]:51337
179 2024.11.28 01:35:05.171082 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
180 2024.11.28 01:35:05.171106 [ 262 ] {} <Debug> TCP-Session: 057656ed-b1a6-41ab-86db-16b2f2cc8643 Authenticating user 'default' from [fd00:1122:3344:101::b]:64800
181 2024.11.28 01:35:05.171127 [ 264 ] {} <Debug> TCP-Session: bd0759eb-f75b-4605-8a0d-504c663dc8b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2024.11.28 01:35:05.171181 [ 265 ] {} <Debug> TCP-Session: 8132c1cd-ba62-4e93-a725-cbdb9092d15d Authenticating user 'default' from [fd00:1122:3344:101::b]:50102
183 2024.11.28 01:35:05.171178 [ 263 ] {} <Debug> TCP-Session: f15a4d66-ce05-47eb-9922-45e010032898 Authenticating user 'default' from [fd00:1122:3344:101::b]:52527
184 2024.11.28 01:35:05.171218 [ 262 ] {} <Debug> TCP-Session: 057656ed-b1a6-41ab-86db-16b2f2cc8643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
185 2024.11.28 01:35:05.171242 [ 265 ] {} <Debug> TCP-Session: 8132c1cd-ba62-4e93-a725-cbdb9092d15d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
186 2024.11.28 01:35:05.171261 [ 263 ] {} <Debug> TCP-Session: f15a4d66-ce05-47eb-9922-45e010032898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
187 2024.11.28 01:35:05.171279 [ 262 ] {} <Debug> TCP-Session: 057656ed-b1a6-41ab-86db-16b2f2cc8643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2024.11.28 01:35:05.171296 [ 265 ] {} <Debug> TCP-Session: 8132c1cd-ba62-4e93-a725-cbdb9092d15d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
189 2024.11.28 01:35:05.171306 [ 263 ] {} <Debug> TCP-Session: f15a4d66-ce05-47eb-9922-45e010032898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
190 2024.11.28 01:35:05.171201 [ 264 ] {} <Debug> TCP-Session: bd0759eb-f75b-4605-8a0d-504c663dc8b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2024.11.28 01:35:05.434503 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43753
192 2024.11.28 01:35:05.434693 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
193 2024.11.28 01:35:05.434728 [ 266 ] {} <Debug> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Authenticating user 'default' from [fd00:1122:3344:101::d]:43753
194 2024.11.28 01:35:05.434800 [ 266 ] {} <Debug> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2024.11.28 01:35:05.434818 [ 266 ] {} <Debug> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2024.11.28 01:35:05.434904 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
197 2024.11.28 01:35:05.434946 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
198 2024.11.28 01:35:05.434968 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2024.11.28 01:35:05.435389 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59066
200 2024.11.28 01:35:05.435482 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53749
201 2024.11.28 01:35:05.435596 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
202 2024.11.28 01:35:05.435606 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58285
203 2024.11.28 01:35:05.435655 [ 267 ] {} <Debug> TCP-Session: cbb153b9-8c98-47b4-ada8-38aa01056f97 Authenticating user 'default' from [fd00:1122:3344:101::d]:59066
204 2024.11.28 01:35:05.435890 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
205 2024.11.28 01:35:05.435903 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62161
206 2024.11.28 01:35:05.435936 [ 267 ] {} <Debug> TCP-Session: cbb153b9-8c98-47b4-ada8-38aa01056f97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
207 2024.11.28 01:35:05.435900 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
208 2024.11.28 01:35:05.435972 [ 269 ] {} <Debug> TCP-Session: 959bee05-3bc2-4642-a701-c21b0015c0df Authenticating user 'default' from [fd00:1122:3344:101::d]:58285
209 2024.11.28 01:35:05.436052 [ 267 ] {} <Debug> TCP-Session: cbb153b9-8c98-47b4-ada8-38aa01056f97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
210 2024.11.28 01:35:05.436268 [ 268 ] {} <Debug> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Authenticating user 'default' from [fd00:1122:3344:101::d]:53749
211 2024.11.28 01:35:05.436320 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57301
212 2024.11.28 01:35:05.436336 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35645
213 2024.11.28 01:35:05.436385 [ 268 ] {} <Debug> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
214 2024.11.28 01:35:05.436344 [ 269 ] {} <Debug> TCP-Session: 959bee05-3bc2-4642-a701-c21b0015c0df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
215 2024.11.28 01:35:05.436316 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
216 2024.11.28 01:35:05.436561 [ 268 ] {} <Debug> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
217 2024.11.28 01:35:05.436573 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
218 2024.11.28 01:35:05.436622 [ 270 ] {} <Debug> TCP-Session: 63c99aa7-4006-4f13-9b45-de80b9567eb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:62161
219 2024.11.28 01:35:05.436631 [ 269 ] {} <Debug> TCP-Session: 959bee05-3bc2-4642-a701-c21b0015c0df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
220 2024.11.28 01:35:05.436632 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35128
221 2024.11.28 01:35:05.436764 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32881
222 2024.11.28 01:35:05.436794 [ 270 ] {} <Debug> TCP-Session: 63c99aa7-4006-4f13-9b45-de80b9567eb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
223 2024.11.28 01:35:05.437102 [ 270 ] {} <Debug> TCP-Session: 63c99aa7-4006-4f13-9b45-de80b9567eb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
224 2024.11.28 01:35:05.437107 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
225 2024.11.28 01:35:05.437128 [ 272 ] {} <Debug> TCP-Session: b9d439ea-73f0-4ccd-a554-d4bcf5459be6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57301
226 2024.11.28 01:35:05.437273 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
227 2024.11.28 01:35:05.437279 [ 272 ] {} <Debug> TCP-Session: b9d439ea-73f0-4ccd-a554-d4bcf5459be6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
228 2024.11.28 01:35:05.437350 [ 273 ] {} <Debug> TCP-Session: 9942fa76-6845-469f-a63d-0fe5f951717c Authenticating user 'default' from [fd00:1122:3344:101::d]:35128
229 2024.11.28 01:35:05.437360 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
230 2024.11.28 01:35:05.437371 [ 272 ] {} <Debug> TCP-Session: b9d439ea-73f0-4ccd-a554-d4bcf5459be6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
231 2024.11.28 01:35:05.437423 [ 274 ] {} <Debug> TCP-Session: 3a5b45d4-a2dc-4af4-b583-1061d5bd3d48 Authenticating user 'default' from [fd00:1122:3344:101::d]:32881
232 2024.11.28 01:35:05.437506 [ 271 ] {} <Debug> TCP-Session: f3f13479-4596-42cd-83c1-2e7b5b2b88a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35645
233 2024.11.28 01:35:05.437520 [ 274 ] {} <Debug> TCP-Session: 3a5b45d4-a2dc-4af4-b583-1061d5bd3d48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
234 2024.11.28 01:35:05.437463 [ 273 ] {} <Debug> TCP-Session: 9942fa76-6845-469f-a63d-0fe5f951717c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
235 2024.11.28 01:35:05.437591 [ 271 ] {} <Debug> TCP-Session: f3f13479-4596-42cd-83c1-2e7b5b2b88a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
236 2024.11.28 01:35:05.437595 [ 274 ] {} <Debug> TCP-Session: 3a5b45d4-a2dc-4af4-b583-1061d5bd3d48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
237 2024.11.28 01:35:05.437625 [ 273 ] {} <Debug> TCP-Session: 9942fa76-6845-469f-a63d-0fe5f951717c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
238 2024.11.28 01:35:05.437643 [ 271 ] {} <Debug> TCP-Session: f3f13479-4596-42cd-83c1-2e7b5b2b88a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
239 2024.11.28 01:35:05.438759 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
240 2024.11.28 01:35:05.440677 [ 266 ] {3778c33e-0ea3-4abf-87cb-2bdbbd59819d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
241 2024.11.28 01:35:05.492135 [ 266 ] {3778c33e-0ea3-4abf-87cb-2bdbbd59819d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43753) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
242 
243 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
244 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
245 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
246 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
247 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
248 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
249 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
250 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
251 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
252 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
253 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
254 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
255 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
256 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
257 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
258 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
259 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
260 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
261 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
262 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
263 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
264 
265 2024.11.28 01:35:05.492990 [ 266 ] {3778c33e-0ea3-4abf-87cb-2bdbbd59819d} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
266 
267 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
268 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
269 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
270 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
271 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
272 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
273 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
274 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
275 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
276 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
277 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
278 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
279 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
280 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
281 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
282 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
283 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
284 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
285 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
286 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
287 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
288 
289 2024.11.28 01:35:05.493107 [ 266 ] {3778c33e-0ea3-4abf-87cb-2bdbbd59819d} <Debug> TCPHandler: Processed in 0.055524619 sec.
290 2024.11.28 01:35:05.493400 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
291 2024.11.28 01:35:05.493592 [ 268 ] {0e7c5676-0ec1-42b0-b0bb-b906b45b9909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
292 2024.11.28 01:35:05.493937 [ 268 ] {0e7c5676-0ec1-42b0-b0bb-b906b45b9909} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53749) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
293 
294 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
295 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
296 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
297 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
298 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
299 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
300 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
301 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
302 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
303 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
304 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
305 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
306 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
307 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
308 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
309 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
310 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
311 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
312 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
313 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
314 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
315 
316 2024.11.28 01:35:05.494089 [ 268 ] {0e7c5676-0ec1-42b0-b0bb-b906b45b9909} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
317 
318 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
319 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
320 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
321 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
322 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
323 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
324 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
325 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
326 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
327 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
328 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
329 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
330 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
331 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
332 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
333 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
334 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
335 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
336 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
337 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
338 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
339 
340 2024.11.28 01:35:05.494175 [ 268 ] {0e7c5676-0ec1-42b0-b0bb-b906b45b9909} <Debug> TCPHandler: Processed in 0.000923335 sec.
341 2024.11.28 01:35:05.494511 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
342 2024.11.28 01:35:05.495946 [ 266 ] {eb0558b9-4d4e-4d0e-9a04-b47b06753f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) DROP DATABASE IF EXISTS oximeter (stage: Complete)
343 2024.11.28 01:35:05.496670 [ 266 ] {eb0558b9-4d4e-4d0e-9a04-b47b06753f1c} <Debug> TCPHandler: Processed in 0.002286868 sec.
344 2024.11.28 01:35:05.496875 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
345 2024.11.28 01:35:05.497026 [ 268 ] {cf6be51c-e098-46d6-805e-892255529686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
346 2024.11.28 01:35:05.497148 [ 268 ] {cf6be51c-e098-46d6-805e-892255529686} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
347 2024.11.28 01:35:05.507755 [ 268 ] {cf6be51c-e098-46d6-805e-892255529686} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
348 2024.11.28 01:35:05.507795 [ 268 ] {cf6be51c-e098-46d6-805e-892255529686} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.5872e-05 sec
349 2024.11.28 01:35:05.507813 [ 268 ] {cf6be51c-e098-46d6-805e-892255529686} <Trace> ReferentialDeps: No tables
350 2024.11.28 01:35:05.507827 [ 268 ] {cf6be51c-e098-46d6-805e-892255529686} <Trace> LoadingDeps: No tables
351 2024.11.28 01:35:05.507855 [ 268 ] {cf6be51c-e098-46d6-805e-892255529686} <Information> DatabaseAtomic (oximeter): Starting up tables.
352 2024.11.28 01:35:05.507925 [ 268 ] {cf6be51c-e098-46d6-805e-892255529686} <Debug> TCPHandler: Processed in 0.011117694 sec.
353 2024.11.28 01:35:05.508131 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
354 2024.11.28 01:35:05.508315 [ 266 ] {ab7d5004-316e-4215-9d43-26cf0ae5cf98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) /* The version table contains metadata about the `oximeter` database */
355 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
356 2024.11.28 01:35:05.508422 [ 266 ] {ab7d5004-316e-4215-9d43-26cf0ae5cf98} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
357 2024.11.28 01:35:05.516094 [ 266 ] {ab7d5004-316e-4215-9d43-26cf0ae5cf98} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
358 2024.11.28 01:35:05.526915 [ 266 ] {ab7d5004-316e-4215-9d43-26cf0ae5cf98} <Debug> oximeter.version (b04e6a18-c7f5-455c-a019-799dcc21f794): Loading data parts
359 2024.11.28 01:35:05.527604 [ 266 ] {ab7d5004-316e-4215-9d43-26cf0ae5cf98} <Debug> oximeter.version (b04e6a18-c7f5-455c-a019-799dcc21f794): There are no data parts
360 2024.11.28 01:35:05.535181 [ 266 ] {ab7d5004-316e-4215-9d43-26cf0ae5cf98} <Debug> TCPHandler: Processed in 0.027108288 sec.
361 2024.11.28 01:35:05.535420 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
362 2024.11.28 01:35:05.535697 [ 268 ] {14309e4e-60e2-48a9-8aa3-04d393b38afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) /* The measurement tables contain all individual samples from each timeseries.
363 *
364 * Each table stores a single datum type, and otherwise contains nearly the same
365 * structure. The primary sorting key is on the timeseries name, key, and then
366 * timestamp, so that all timeseries from the same schema are grouped, followed
367 * by all samples from the same timeseries.
368 *
369 * This reflects that one usually looks up the _key_ in one or more field table,
370 * and then uses that to index quickly into the measurements tables.
371 */
372 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
373 2024.11.28 01:35:05.535794 [ 268 ] {14309e4e-60e2-48a9-8aa3-04d393b38afd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
374 2024.11.28 01:35:05.574384 [ 268 ] {14309e4e-60e2-48a9-8aa3-04d393b38afd} <Debug> oximeter.measurements_bool (d37e16d7-900f-4ea1-9be4-d380844cec62): Loading data parts
375 2024.11.28 01:35:05.574685 [ 268 ] {14309e4e-60e2-48a9-8aa3-04d393b38afd} <Debug> oximeter.measurements_bool (d37e16d7-900f-4ea1-9be4-d380844cec62): There are no data parts
376 2024.11.28 01:35:05.584238 [ 268 ] {14309e4e-60e2-48a9-8aa3-04d393b38afd} <Debug> TCPHandler: Processed in 0.048892309 sec.
377 2024.11.28 01:35:05.584466 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
378 2024.11.28 01:35:05.584725 [ 266 ] {a3a76382-a59d-4de3-9691-86aa28181a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
379 2024.11.28 01:35:05.584822 [ 266 ] {a3a76382-a59d-4de3-9691-86aa28181a7a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
380 2024.11.28 01:35:05.587285 [ 266 ] {a3a76382-a59d-4de3-9691-86aa28181a7a} <Debug> oximeter.measurements_i8 (aa6c1e3b-7d68-4bc8-b110-270d05ed4b51): Loading data parts
381 2024.11.28 01:35:05.587509 [ 266 ] {a3a76382-a59d-4de3-9691-86aa28181a7a} <Debug> oximeter.measurements_i8 (aa6c1e3b-7d68-4bc8-b110-270d05ed4b51): There are no data parts
382 2024.11.28 01:35:05.596229 [ 266 ] {a3a76382-a59d-4de3-9691-86aa28181a7a} <Debug> TCPHandler: Processed in 0.011834855 sec.
383 2024.11.28 01:35:05.596764 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
384 2024.11.28 01:35:05.597032 [ 268 ] {d8d9c60c-e040-4f6d-9846-0abb6a591f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
385 2024.11.28 01:35:05.597106 [ 268 ] {d8d9c60c-e040-4f6d-9846-0abb6a591f6a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
386 2024.11.28 01:35:05.604320 [ 268 ] {d8d9c60c-e040-4f6d-9846-0abb6a591f6a} <Debug> oximeter.measurements_u8 (5afddf16-17a0-4ab8-bca1-68e484f0c932): Loading data parts
387 2024.11.28 01:35:05.604557 [ 268 ] {d8d9c60c-e040-4f6d-9846-0abb6a591f6a} <Debug> oximeter.measurements_u8 (5afddf16-17a0-4ab8-bca1-68e484f0c932): There are no data parts
388 2024.11.28 01:35:05.609927 [ 268 ] {d8d9c60c-e040-4f6d-9846-0abb6a591f6a} <Debug> TCPHandler: Processed in 0.013233739 sec.
389 2024.11.28 01:35:05.610171 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
390 2024.11.28 01:35:05.610385 [ 266 ] {c9183157-fcb0-488f-a28b-c508cdc0f467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
391 2024.11.28 01:35:05.610462 [ 266 ] {c9183157-fcb0-488f-a28b-c508cdc0f467} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
392 2024.11.28 01:35:05.617288 [ 266 ] {c9183157-fcb0-488f-a28b-c508cdc0f467} <Debug> oximeter.measurements_i16 (88af4ca7-ba1d-4c10-9f3f-38f455210c1d): Loading data parts
393 2024.11.28 01:35:05.617483 [ 266 ] {c9183157-fcb0-488f-a28b-c508cdc0f467} <Debug> oximeter.measurements_i16 (88af4ca7-ba1d-4c10-9f3f-38f455210c1d): There are no data parts
394 2024.11.28 01:35:05.621618 [ 266 ] {c9183157-fcb0-488f-a28b-c508cdc0f467} <Debug> TCPHandler: Processed in 0.01150668 sec.
395 2024.11.28 01:35:05.621817 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
396 2024.11.28 01:35:05.622093 [ 268 ] {1ccb4f2a-6106-46d9-9645-24b57550ba22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
397 2024.11.28 01:35:05.622164 [ 268 ] {1ccb4f2a-6106-46d9-9645-24b57550ba22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
398 2024.11.28 01:35:05.628919 [ 268 ] {1ccb4f2a-6106-46d9-9645-24b57550ba22} <Debug> oximeter.measurements_u16 (830f81ec-e2bb-4dab-9042-1381f411d154): Loading data parts
399 2024.11.28 01:35:05.629099 [ 268 ] {1ccb4f2a-6106-46d9-9645-24b57550ba22} <Debug> oximeter.measurements_u16 (830f81ec-e2bb-4dab-9042-1381f411d154): There are no data parts
400 2024.11.28 01:35:05.635410 [ 268 ] {1ccb4f2a-6106-46d9-9645-24b57550ba22} <Debug> TCPHandler: Processed in 0.013667456 sec.
401 2024.11.28 01:35:05.635648 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
402 2024.11.28 01:35:05.635859 [ 266 ] {54544187-86ae-40bd-9301-760a6653c4f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
403 2024.11.28 01:35:05.635938 [ 266 ] {54544187-86ae-40bd-9301-760a6653c4f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
404 2024.11.28 01:35:05.647144 [ 266 ] {54544187-86ae-40bd-9301-760a6653c4f0} <Debug> oximeter.measurements_i32 (0dabc66e-ff1a-4a4b-802e-8d2cabf00199): Loading data parts
405 2024.11.28 01:35:05.647353 [ 266 ] {54544187-86ae-40bd-9301-760a6653c4f0} <Debug> oximeter.measurements_i32 (0dabc66e-ff1a-4a4b-802e-8d2cabf00199): There are no data parts
406 2024.11.28 01:35:05.657410 [ 266 ] {54544187-86ae-40bd-9301-760a6653c4f0} <Debug> TCPHandler: Processed in 0.021828881 sec.
407 2024.11.28 01:35:05.657675 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
408 2024.11.28 01:35:05.657905 [ 268 ] {7e6e9f6d-2406-48c8-965e-cf4bd42e89d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
409 2024.11.28 01:35:05.657965 [ 268 ] {7e6e9f6d-2406-48c8-965e-cf4bd42e89d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
410 2024.11.28 01:35:05.664016 [ 268 ] {7e6e9f6d-2406-48c8-965e-cf4bd42e89d2} <Debug> oximeter.measurements_u32 (49f0c74b-e6e1-4aa7-ab90-cb2523d070fa): Loading data parts
411 2024.11.28 01:35:05.664212 [ 268 ] {7e6e9f6d-2406-48c8-965e-cf4bd42e89d2} <Debug> oximeter.measurements_u32 (49f0c74b-e6e1-4aa7-ab90-cb2523d070fa): There are no data parts
412 2024.11.28 01:35:05.676324 [ 268 ] {7e6e9f6d-2406-48c8-965e-cf4bd42e89d2} <Debug> TCPHandler: Processed in 0.0187298 sec.
413 2024.11.28 01:35:05.676506 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2024.11.28 01:35:05.676719 [ 266 ] {6fe6fad3-f744-4e08-8bc2-529f6b174f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
415 2024.11.28 01:35:05.676798 [ 266 ] {6fe6fad3-f744-4e08-8bc2-529f6b174f07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
416 2024.11.28 01:35:05.682957 [ 266 ] {6fe6fad3-f744-4e08-8bc2-529f6b174f07} <Debug> oximeter.measurements_i64 (1034b18f-217e-4235-ac6e-572ed9996a68): Loading data parts
417 2024.11.28 01:35:05.683176 [ 266 ] {6fe6fad3-f744-4e08-8bc2-529f6b174f07} <Debug> oximeter.measurements_i64 (1034b18f-217e-4235-ac6e-572ed9996a68): There are no data parts
418 2024.11.28 01:35:05.689712 [ 266 ] {6fe6fad3-f744-4e08-8bc2-529f6b174f07} <Debug> TCPHandler: Processed in 0.013261609 sec.
419 2024.11.28 01:35:05.689911 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2024.11.28 01:35:05.690197 [ 268 ] {a4108ef6-f4b3-4f5b-9cbe-65bd520b7ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
421 2024.11.28 01:35:05.690273 [ 268 ] {a4108ef6-f4b3-4f5b-9cbe-65bd520b7ef5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
422 2024.11.28 01:35:05.692529 [ 268 ] {a4108ef6-f4b3-4f5b-9cbe-65bd520b7ef5} <Debug> oximeter.measurements_u64 (e4a9a7f2-d2de-40f5-9af9-e4dedf359c9a): Loading data parts
423 2024.11.28 01:35:05.692699 [ 268 ] {a4108ef6-f4b3-4f5b-9cbe-65bd520b7ef5} <Debug> oximeter.measurements_u64 (e4a9a7f2-d2de-40f5-9af9-e4dedf359c9a): There are no data parts
424 2024.11.28 01:35:05.701284 [ 268 ] {a4108ef6-f4b3-4f5b-9cbe-65bd520b7ef5} <Debug> TCPHandler: Processed in 0.011441809 sec.
425 2024.11.28 01:35:05.701461 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
426 2024.11.28 01:35:05.701674 [ 266 ] {eee8de91-5cf1-4488-b279-f0fbb1090b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
427 2024.11.28 01:35:05.701753 [ 266 ] {eee8de91-5cf1-4488-b279-f0fbb1090b56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
428 2024.11.28 01:35:05.704159 [ 266 ] {eee8de91-5cf1-4488-b279-f0fbb1090b56} <Debug> oximeter.measurements_f32 (1d4256c5-0c98-40af-a39a-7d10f6ae999b): Loading data parts
429 2024.11.28 01:35:05.704331 [ 266 ] {eee8de91-5cf1-4488-b279-f0fbb1090b56} <Debug> oximeter.measurements_f32 (1d4256c5-0c98-40af-a39a-7d10f6ae999b): There are no data parts
430 2024.11.28 01:35:05.714798 [ 266 ] {eee8de91-5cf1-4488-b279-f0fbb1090b56} <Debug> TCPHandler: Processed in 0.013397042 sec.
431 2024.11.28 01:35:05.715008 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2024.11.28 01:35:05.715299 [ 268 ] {2d4d6b21-6982-42d1-abcd-220068c10c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
433 2024.11.28 01:35:05.715380 [ 268 ] {2d4d6b21-6982-42d1-abcd-220068c10c53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
434 2024.11.28 01:35:05.718059 [ 268 ] {2d4d6b21-6982-42d1-abcd-220068c10c53} <Debug> oximeter.measurements_f64 (7fb08490-aa9f-48d4-94e1-b94be250856e): Loading data parts
435 2024.11.28 01:35:05.718245 [ 268 ] {2d4d6b21-6982-42d1-abcd-220068c10c53} <Debug> oximeter.measurements_f64 (7fb08490-aa9f-48d4-94e1-b94be250856e): There are no data parts
436 2024.11.28 01:35:05.726459 [ 268 ] {2d4d6b21-6982-42d1-abcd-220068c10c53} <Debug> TCPHandler: Processed in 0.01151953 sec.
437 2024.11.28 01:35:05.726643 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
438 2024.11.28 01:35:05.726846 [ 266 ] {d7e33dc4-59ad-45b4-a031-270ce7424c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
439 2024.11.28 01:35:05.726924 [ 266 ] {d7e33dc4-59ad-45b4-a031-270ce7424c74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
440 2024.11.28 01:35:05.732292 [ 266 ] {d7e33dc4-59ad-45b4-a031-270ce7424c74} <Debug> oximeter.measurements_string (57c93d6f-413d-4783-a775-17956f80d29b): Loading data parts
441 2024.11.28 01:35:05.732486 [ 266 ] {d7e33dc4-59ad-45b4-a031-270ce7424c74} <Debug> oximeter.measurements_string (57c93d6f-413d-4783-a775-17956f80d29b): There are no data parts
442 2024.11.28 01:35:05.739840 [ 266 ] {d7e33dc4-59ad-45b4-a031-270ce7424c74} <Debug> TCPHandler: Processed in 0.01325369 sec.
443 2024.11.28 01:35:05.740049 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
444 2024.11.28 01:35:05.740337 [ 268 ] {0b2b35f3-d331-406b-8819-0622d2f15167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
445 * NOTE: Right now we can't unambiguously record a nullable byte array.
446 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
447 * a string isn't palatable for a few reasons.
448 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
449 * details.
450 */
451 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
452 2024.11.28 01:35:05.740416 [ 268 ] {0b2b35f3-d331-406b-8819-0622d2f15167} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
453 2024.11.28 01:35:05.751618 [ 268 ] {0b2b35f3-d331-406b-8819-0622d2f15167} <Debug> oximeter.measurements_bytes (d92b30e0-46d7-4ca3-9016-19a37f41fff1): Loading data parts
454 2024.11.28 01:35:05.751816 [ 268 ] {0b2b35f3-d331-406b-8819-0622d2f15167} <Debug> oximeter.measurements_bytes (d92b30e0-46d7-4ca3-9016-19a37f41fff1): There are no data parts
455 2024.11.28 01:35:05.765455 [ 268 ] {0b2b35f3-d331-406b-8819-0622d2f15167} <Debug> TCPHandler: Processed in 0.025470561 sec.
456 2024.11.28 01:35:05.765702 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
457 2024.11.28 01:35:05.765934 [ 266 ] {e5e9971a-91c7-4c6c-bc6b-df7b9498fbc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
458 2024.11.28 01:35:05.766007 [ 266 ] {e5e9971a-91c7-4c6c-bc6b-df7b9498fbc5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
459 2024.11.28 01:35:05.777030 [ 266 ] {e5e9971a-91c7-4c6c-bc6b-df7b9498fbc5} <Debug> oximeter.measurements_cumulativei64 (0b64a9bd-88d5-4e5f-a30a-560f406fe323): Loading data parts
460 2024.11.28 01:35:05.777223 [ 266 ] {e5e9971a-91c7-4c6c-bc6b-df7b9498fbc5} <Debug> oximeter.measurements_cumulativei64 (0b64a9bd-88d5-4e5f-a30a-560f406fe323): There are no data parts
461 2024.11.28 01:35:05.791308 [ 266 ] {e5e9971a-91c7-4c6c-bc6b-df7b9498fbc5} <Debug> TCPHandler: Processed in 0.025688545 sec.
462 2024.11.28 01:35:05.791501 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
463 2024.11.28 01:35:05.791803 [ 268 ] {c849c1e3-419c-4d67-bd4a-ea668449c831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
464 2024.11.28 01:35:05.791873 [ 268 ] {c849c1e3-419c-4d67-bd4a-ea668449c831} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
465 2024.11.28 01:35:05.818468 [ 268 ] {c849c1e3-419c-4d67-bd4a-ea668449c831} <Debug> oximeter.measurements_cumulativeu64 (334160c9-34de-41b3-b397-e64874d2f2cf): Loading data parts
466 2024.11.28 01:35:05.818661 [ 268 ] {c849c1e3-419c-4d67-bd4a-ea668449c831} <Debug> oximeter.measurements_cumulativeu64 (334160c9-34de-41b3-b397-e64874d2f2cf): There are no data parts
467 2024.11.28 01:35:05.841477 [ 268 ] {c849c1e3-419c-4d67-bd4a-ea668449c831} <Debug> TCPHandler: Processed in 0.050033608 sec.
468 2024.11.28 01:35:05.841667 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
469 2024.11.28 01:35:05.841889 [ 266 ] {8802e751-8035-4224-8d00-cd7a58a1c9e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
470 2024.11.28 01:35:05.842018 [ 266 ] {8802e751-8035-4224-8d00-cd7a58a1c9e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
471 2024.11.28 01:35:05.850733 [ 266 ] {8802e751-8035-4224-8d00-cd7a58a1c9e4} <Debug> oximeter.measurements_cumulativef32 (f8fadb17-9fb0-4f3f-b0c2-4b68e7a76b80): Loading data parts
472 2024.11.28 01:35:05.850978 [ 266 ] {8802e751-8035-4224-8d00-cd7a58a1c9e4} <Debug> oximeter.measurements_cumulativef32 (f8fadb17-9fb0-4f3f-b0c2-4b68e7a76b80): There are no data parts
473 2024.11.28 01:35:05.854104 [ 266 ] {8802e751-8035-4224-8d00-cd7a58a1c9e4} <Debug> TCPHandler: Processed in 0.012495797 sec.
474 2024.11.28 01:35:05.854289 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
475 2024.11.28 01:35:05.854600 [ 268 ] {971c72ef-1151-426c-8f9c-96b244e1dc08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
476 2024.11.28 01:35:05.854691 [ 268 ] {971c72ef-1151-426c-8f9c-96b244e1dc08} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
477 2024.11.28 01:35:05.867498 [ 268 ] {971c72ef-1151-426c-8f9c-96b244e1dc08} <Debug> oximeter.measurements_cumulativef64 (11a82da3-037c-4db8-9258-969dac6a325d): Loading data parts
478 2024.11.28 01:35:05.867726 [ 268 ] {971c72ef-1151-426c-8f9c-96b244e1dc08} <Debug> oximeter.measurements_cumulativef64 (11a82da3-037c-4db8-9258-969dac6a325d): There are no data parts
479 2024.11.28 01:35:05.889209 [ 268 ] {971c72ef-1151-426c-8f9c-96b244e1dc08} <Debug> TCPHandler: Processed in 0.034976717 sec.
480 2024.11.28 01:35:05.889503 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
481 2024.11.28 01:35:05.889871 [ 266 ] {247cd05c-0784-4c49-967b-e4f15d7435ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
482 * NOTE: Array types cannot be Nullable, see
483 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
484 * for more details.
485 *
486 * This means we need to use empty arrays to indicate a missing value. This
487 * is unfortunate, and at this point relies on the fact that an
488 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
489 * to figure out another way to represent missing samples here.
490 */
491 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)
492 2024.11.28 01:35:05.889951 [ 266 ] {247cd05c-0784-4c49-967b-e4f15d7435ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
493 2024.11.28 01:35:05.893436 [ 266 ] {247cd05c-0784-4c49-967b-e4f15d7435ee} <Debug> oximeter.measurements_histogrami8 (dd6f43f0-14ce-462f-805d-c109dbcdc3ee): Loading data parts
494 2024.11.28 01:35:05.893617 [ 266 ] {247cd05c-0784-4c49-967b-e4f15d7435ee} <Debug> oximeter.measurements_histogrami8 (dd6f43f0-14ce-462f-805d-c109dbcdc3ee): There are no data parts
495 2024.11.28 01:35:05.915278 [ 266 ] {247cd05c-0784-4c49-967b-e4f15d7435ee} <Debug> TCPHandler: Processed in 0.025857438 sec.
496 2024.11.28 01:35:05.915610 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
497 2024.11.28 01:35:05.915966 [ 268 ] {d84e149b-c054-4f0d-913b-51650810b93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
498 2024.11.28 01:35:05.916057 [ 268 ] {d84e149b-c054-4f0d-913b-51650810b93d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
499 2024.11.28 01:35:05.925001 [ 268 ] {d84e149b-c054-4f0d-913b-51650810b93d} <Debug> oximeter.measurements_histogramu8 (48e35372-e7eb-47f0-bd86-c538a4d1b9e8): Loading data parts
500 2024.11.28 01:35:05.925206 [ 268 ] {d84e149b-c054-4f0d-913b-51650810b93d} <Debug> oximeter.measurements_histogramu8 (48e35372-e7eb-47f0-bd86-c538a4d1b9e8): There are no data parts
501 2024.11.28 01:35:05.931537 [ 268 ] {d84e149b-c054-4f0d-913b-51650810b93d} <Debug> TCPHandler: Processed in 0.016044676 sec.
502 2024.11.28 01:35:05.931726 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
503 2024.11.28 01:35:05.932022 [ 266 ] {fb2bbcc4-4cf5-482c-b6be-b5fceb54151f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
504 2024.11.28 01:35:05.932124 [ 266 ] {fb2bbcc4-4cf5-482c-b6be-b5fceb54151f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
505 2024.11.28 01:35:05.944828 [ 266 ] {fb2bbcc4-4cf5-482c-b6be-b5fceb54151f} <Debug> oximeter.measurements_histogrami16 (63ed0e11-ec13-4568-a8f1-32ac5a828161): Loading data parts
506 2024.11.28 01:35:05.945026 [ 266 ] {fb2bbcc4-4cf5-482c-b6be-b5fceb54151f} <Debug> oximeter.measurements_histogrami16 (63ed0e11-ec13-4568-a8f1-32ac5a828161): There are no data parts
507 2024.11.28 01:35:05.956476 [ 266 ] {fb2bbcc4-4cf5-482c-b6be-b5fceb54151f} <Debug> TCPHandler: Processed in 0.02480923 sec.
508 2024.11.28 01:35:05.956710 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
509 2024.11.28 01:35:05.957114 [ 268 ] {850e0883-135b-44fd-b845-f899c537057f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
510 2024.11.28 01:35:05.957213 [ 268 ] {850e0883-135b-44fd-b845-f899c537057f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
511 2024.11.28 01:35:05.979742 [ 268 ] {850e0883-135b-44fd-b845-f899c537057f} <Debug> oximeter.measurements_histogramu16 (285d4296-8325-4a5f-9942-52e10f56ba0b): Loading data parts
512 2024.11.28 01:35:05.979994 [ 268 ] {850e0883-135b-44fd-b845-f899c537057f} <Debug> oximeter.measurements_histogramu16 (285d4296-8325-4a5f-9942-52e10f56ba0b): There are no data parts
513 2024.11.28 01:35:05.988917 [ 268 ] {850e0883-135b-44fd-b845-f899c537057f} <Debug> TCPHandler: Processed in 0.032274714 sec.
514 2024.11.28 01:35:05.989105 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
515 2024.11.28 01:35:05.989408 [ 266 ] {9b900b96-9531-4910-a2e1-f6f715067f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
516 2024.11.28 01:35:05.989502 [ 266 ] {9b900b96-9531-4910-a2e1-f6f715067f3e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
517 2024.11.28 01:35:05.996125 [ 266 ] {9b900b96-9531-4910-a2e1-f6f715067f3e} <Debug> oximeter.measurements_histogrami32 (0a9f8438-8078-4c1f-ba1d-56cbdc58d074): Loading data parts
518 2024.11.28 01:35:05.996322 [ 266 ] {9b900b96-9531-4910-a2e1-f6f715067f3e} <Debug> oximeter.measurements_histogrami32 (0a9f8438-8078-4c1f-ba1d-56cbdc58d074): There are no data parts
519 2024.11.28 01:35:06.000234 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.06 MiB, peak 123.07 MiB, free memory in arenas 0.00 B, will set to 135.32 MiB (RSS), difference: 12.26 MiB
520 2024.11.28 01:35:06.008046 [ 266 ] {9b900b96-9531-4910-a2e1-f6f715067f3e} <Debug> TCPHandler: Processed in 0.018998854 sec.
521 2024.11.28 01:35:06.008241 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
522 2024.11.28 01:35:06.008538 [ 268 ] {8ccb6fd0-8700-4506-b5ee-64444c593f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
523 2024.11.28 01:35:06.008625 [ 268 ] {8ccb6fd0-8700-4506-b5ee-64444c593f09} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
524 2024.11.28 01:35:06.022000 [ 268 ] {8ccb6fd0-8700-4506-b5ee-64444c593f09} <Debug> oximeter.measurements_histogramu32 (e7e8fb33-645c-4816-b3ac-28ea0eec1e33): Loading data parts
525 2024.11.28 01:35:06.022214 [ 268 ] {8ccb6fd0-8700-4506-b5ee-64444c593f09} <Debug> oximeter.measurements_histogramu32 (e7e8fb33-645c-4816-b3ac-28ea0eec1e33): There are no data parts
526 2024.11.28 01:35:06.033970 [ 268 ] {8ccb6fd0-8700-4506-b5ee-64444c593f09} <Debug> TCPHandler: Processed in 0.025784996 sec.
527 2024.11.28 01:35:06.034261 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
528 2024.11.28 01:35:06.034667 [ 266 ] {d6df3fad-c06e-47a2-b9eb-3ed521891f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
529 2024.11.28 01:35:06.034749 [ 266 ] {d6df3fad-c06e-47a2-b9eb-3ed521891f84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
530 2024.11.28 01:35:06.046757 [ 266 ] {d6df3fad-c06e-47a2-b9eb-3ed521891f84} <Debug> oximeter.measurements_histogrami64 (80301f2f-f702-4c9e-9b16-6702d454a29a): Loading data parts
531 2024.11.28 01:35:06.046961 [ 266 ] {d6df3fad-c06e-47a2-b9eb-3ed521891f84} <Debug> oximeter.measurements_histogrami64 (80301f2f-f702-4c9e-9b16-6702d454a29a): There are no data parts
532 2024.11.28 01:35:06.068101 [ 266 ] {d6df3fad-c06e-47a2-b9eb-3ed521891f84} <Debug> TCPHandler: Processed in 0.033906281 sec.
533 2024.11.28 01:35:06.068487 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
534 2024.11.28 01:35:06.069096 [ 268 ] {8038ff00-a050-42de-90c0-274642ea065e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
535 2024.11.28 01:35:06.069202 [ 268 ] {8038ff00-a050-42de-90c0-274642ea065e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
536 2024.11.28 01:35:06.085593 [ 268 ] {8038ff00-a050-42de-90c0-274642ea065e} <Debug> oximeter.measurements_histogramu64 (538825f7-9cc4-4da7-9451-3319d2f4b7ec): Loading data parts
537 2024.11.28 01:35:06.085823 [ 268 ] {8038ff00-a050-42de-90c0-274642ea065e} <Debug> oximeter.measurements_histogramu64 (538825f7-9cc4-4da7-9451-3319d2f4b7ec): There are no data parts
538 2024.11.28 01:35:06.109533 [ 268 ] {8038ff00-a050-42de-90c0-274642ea065e} <Debug> TCPHandler: Processed in 0.041157901 sec.
539 2024.11.28 01:35:06.109953 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
540 2024.11.28 01:35:06.110393 [ 266 ] {ce4ec0d3-496c-4ee7-b113-8c025013dec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
541 2024.11.28 01:35:06.110483 [ 266 ] {ce4ec0d3-496c-4ee7-b113-8c025013dec5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
542 2024.11.28 01:35:06.114243 [ 266 ] {ce4ec0d3-496c-4ee7-b113-8c025013dec5} <Debug> oximeter.measurements_histogramf32 (a1fb8c3c-6d23-4271-924f-635658bb9e2f): Loading data parts
543 2024.11.28 01:35:06.114436 [ 266 ] {ce4ec0d3-496c-4ee7-b113-8c025013dec5} <Debug> oximeter.measurements_histogramf32 (a1fb8c3c-6d23-4271-924f-635658bb9e2f): There are no data parts
544 2024.11.28 01:35:06.127689 [ 266 ] {ce4ec0d3-496c-4ee7-b113-8c025013dec5} <Debug> TCPHandler: Processed in 0.017881366 sec.
545 2024.11.28 01:35:06.128048 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
546 2024.11.28 01:35:06.128610 [ 268 ] {88a5fb1a-8e4e-4812-a183-40e2eff3b5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
547 2024.11.28 01:35:06.128754 [ 268 ] {88a5fb1a-8e4e-4812-a183-40e2eff3b5da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
548 2024.11.28 01:35:06.139580 [ 268 ] {88a5fb1a-8e4e-4812-a183-40e2eff3b5da} <Debug> oximeter.measurements_histogramf64 (12bcd29b-369a-4824-a979-1a66b6e4216b): Loading data parts
549 2024.11.28 01:35:06.139818 [ 268 ] {88a5fb1a-8e4e-4812-a183-40e2eff3b5da} <Debug> oximeter.measurements_histogramf64 (12bcd29b-369a-4824-a979-1a66b6e4216b): There are no data parts
550 2024.11.28 01:35:06.153557 [ 268 ] {88a5fb1a-8e4e-4812-a183-40e2eff3b5da} <Debug> TCPHandler: Processed in 0.025642124 sec.
551 2024.11.28 01:35:06.153829 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
552 2024.11.28 01:35:06.154317 [ 266 ] {087b6b11-07b6-4c27-b619-37f88c8550bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) /* The field tables store named dimensions of each timeseries.
553 *
554 * As with the measurement tables, there is one field table for each field data
555 * type. Fields are deduplicated by using the "replacing merge tree", though
556 * this behavior **must not** be relied upon for query correctness.
557 *
558 * The index for the fields differs from the measurements, however. Rows are
559 * sorted by timeseries name, then field name, field value, and finally
560 * timeseries key. This reflects the most common pattern for looking them up:
561 * by field name and possibly value, within a timeseries. The resulting keys are
562 * usually then used to look up measurements.
563 *
564 * NOTE: We may want to consider a secondary index on these tables, sorting by
565 * timeseries name and then key, since it would improve lookups where one
566 * already has the key. Realistically though, these tables are quite small and
567 * so performance benefits will be low in absolute terms.
568 *
569 * TTL: We use a materialized column to expire old field table records. This
570 * column is generated automatically by the database whenever a new row is
571 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
572 * query. Since these tables are `ReplacingMergeTree`s, that means the last
573 * record will remain during a deduplication, which will have the last
574 * timestamp. ClickHouse will then expire old data for us, similar to the
575 * measurement tables.
576 */
577 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
578 2024.11.28 01:35:06.154472 [ 266 ] {087b6b11-07b6-4c27-b619-37f88c8550bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
579 2024.11.28 01:35:06.189386 [ 266 ] {087b6b11-07b6-4c27-b619-37f88c8550bb} <Debug> oximeter.fields_bool (edd78d0b-7b74-4f93-a345-c6f94be755f7): Loading data parts
580 2024.11.28 01:35:06.189711 [ 266 ] {087b6b11-07b6-4c27-b619-37f88c8550bb} <Debug> oximeter.fields_bool (edd78d0b-7b74-4f93-a345-c6f94be755f7): There are no data parts
581 2024.11.28 01:35:06.200754 [ 266 ] {087b6b11-07b6-4c27-b619-37f88c8550bb} <Debug> TCPHandler: Processed in 0.047042409 sec.
582 2024.11.28 01:35:06.201012 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
583 2024.11.28 01:35:06.201226 [ 268 ] {1a65369f-b2cc-4953-ae76-4120b64bcbd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
584 2024.11.28 01:35:06.201371 [ 268 ] {1a65369f-b2cc-4953-ae76-4120b64bcbd0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
585 2024.11.28 01:35:06.205857 [ 268 ] {1a65369f-b2cc-4953-ae76-4120b64bcbd0} <Debug> oximeter.fields_i8 (905174bc-6cca-4f01-848a-dd98913880a3): Loading data parts
586 2024.11.28 01:35:06.206055 [ 268 ] {1a65369f-b2cc-4953-ae76-4120b64bcbd0} <Debug> oximeter.fields_i8 (905174bc-6cca-4f01-848a-dd98913880a3): There are no data parts
587 2024.11.28 01:35:06.218174 [ 268 ] {1a65369f-b2cc-4953-ae76-4120b64bcbd0} <Debug> TCPHandler: Processed in 0.017221045 sec.
588 2024.11.28 01:35:06.218368 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
589 2024.11.28 01:35:06.218631 [ 266 ] {34a7e618-c296-47e3-9ca8-b5b02986429c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
590 2024.11.28 01:35:06.218693 [ 266 ] {34a7e618-c296-47e3-9ca8-b5b02986429c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
591 2024.11.28 01:35:06.231377 [ 266 ] {34a7e618-c296-47e3-9ca8-b5b02986429c} <Debug> oximeter.fields_u8 (f288bdc4-1b51-4b5c-9ee5-4d681097c263): Loading data parts
592 2024.11.28 01:35:06.231565 [ 266 ] {34a7e618-c296-47e3-9ca8-b5b02986429c} <Debug> oximeter.fields_u8 (f288bdc4-1b51-4b5c-9ee5-4d681097c263): There are no data parts
593 2024.11.28 01:35:06.242912 [ 266 ] {34a7e618-c296-47e3-9ca8-b5b02986429c} <Debug> TCPHandler: Processed in 0.024607377 sec.
594 2024.11.28 01:35:06.243169 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
595 2024.11.28 01:35:06.243377 [ 268 ] {87d3ff50-29bd-4a2e-8a9c-0a81996b2ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
596 2024.11.28 01:35:06.243476 [ 268 ] {87d3ff50-29bd-4a2e-8a9c-0a81996b2ab5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
597 2024.11.28 01:35:06.256822 [ 268 ] {87d3ff50-29bd-4a2e-8a9c-0a81996b2ab5} <Debug> oximeter.fields_i16 (ebaae038-b40e-4350-a4a6-c6067d11160e): Loading data parts
598 2024.11.28 01:35:06.257037 [ 268 ] {87d3ff50-29bd-4a2e-8a9c-0a81996b2ab5} <Debug> oximeter.fields_i16 (ebaae038-b40e-4350-a4a6-c6067d11160e): There are no data parts
599 2024.11.28 01:35:06.297550 [ 268 ] {87d3ff50-29bd-4a2e-8a9c-0a81996b2ab5} <Debug> TCPHandler: Processed in 0.054437621 sec.
600 2024.11.28 01:35:06.297754 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
601 2024.11.28 01:35:06.298071 [ 266 ] {6c08d02c-4940-4406-b1bd-df9e026595d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
602 2024.11.28 01:35:06.298147 [ 266 ] {6c08d02c-4940-4406-b1bd-df9e026595d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
603 2024.11.28 01:35:06.318805 [ 266 ] {6c08d02c-4940-4406-b1bd-df9e026595d0} <Debug> oximeter.fields_u16 (5883470a-620d-4a5c-8351-f3ccd8ae2cc0): Loading data parts
604 2024.11.28 01:35:06.319006 [ 266 ] {6c08d02c-4940-4406-b1bd-df9e026595d0} <Debug> oximeter.fields_u16 (5883470a-620d-4a5c-8351-f3ccd8ae2cc0): There are no data parts
605 2024.11.28 01:35:06.324020 [ 266 ] {6c08d02c-4940-4406-b1bd-df9e026595d0} <Debug> TCPHandler: Processed in 0.026332486 sec.
606 2024.11.28 01:35:06.324257 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
607 2024.11.28 01:35:06.324520 [ 268 ] {233863a2-af86-4db8-b87d-61b42d1a9901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
608 2024.11.28 01:35:06.324664 [ 268 ] {233863a2-af86-4db8-b87d-61b42d1a9901} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
609 2024.11.28 01:35:06.335242 [ 268 ] {233863a2-af86-4db8-b87d-61b42d1a9901} <Debug> oximeter.fields_i32 (d30280d1-7a1e-4133-b1ff-f3e8cd1c5dba): Loading data parts
610 2024.11.28 01:35:06.335457 [ 268 ] {233863a2-af86-4db8-b87d-61b42d1a9901} <Debug> oximeter.fields_i32 (d30280d1-7a1e-4133-b1ff-f3e8cd1c5dba): There are no data parts
611 2024.11.28 01:35:06.349017 [ 268 ] {233863a2-af86-4db8-b87d-61b42d1a9901} <Debug> TCPHandler: Processed in 0.024835541 sec.
612 2024.11.28 01:35:06.349206 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
613 2024.11.28 01:35:06.349479 [ 266 ] {cd282975-62cc-4336-a3c5-e13636f3e07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
614 2024.11.28 01:35:06.349563 [ 266 ] {cd282975-62cc-4336-a3c5-e13636f3e07b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
615 2024.11.28 01:35:06.360529 [ 266 ] {cd282975-62cc-4336-a3c5-e13636f3e07b} <Debug> oximeter.fields_u32 (f33de492-5722-42d5-84b7-c0a9e488df91): Loading data parts
616 2024.11.28 01:35:06.360750 [ 266 ] {cd282975-62cc-4336-a3c5-e13636f3e07b} <Debug> oximeter.fields_u32 (f33de492-5722-42d5-84b7-c0a9e488df91): There are no data parts
617 2024.11.28 01:35:06.375368 [ 266 ] {cd282975-62cc-4336-a3c5-e13636f3e07b} <Debug> TCPHandler: Processed in 0.026218694 sec.
618 2024.11.28 01:35:06.375585 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
619 2024.11.28 01:35:06.375800 [ 268 ] {68056d6f-ebf9-4828-a481-58e9b601bf2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
620 2024.11.28 01:35:06.375893 [ 268 ] {68056d6f-ebf9-4828-a481-58e9b601bf2b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
621 2024.11.28 01:35:06.410914 [ 268 ] {68056d6f-ebf9-4828-a481-58e9b601bf2b} <Debug> oximeter.fields_i64 (99fa4bdb-3836-4688-adc2-29169fe2c826): Loading data parts
622 2024.11.28 01:35:06.411186 [ 268 ] {68056d6f-ebf9-4828-a481-58e9b601bf2b} <Debug> oximeter.fields_i64 (99fa4bdb-3836-4688-adc2-29169fe2c826): There are no data parts
623 2024.11.28 01:35:06.416913 [ 268 ] {68056d6f-ebf9-4828-a481-58e9b601bf2b} <Debug> TCPHandler: Processed in 0.041387925 sec.
624 2024.11.28 01:35:06.417139 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
625 2024.11.28 01:35:06.417449 [ 266 ] {a35325a4-28fb-4d06-9e68-c7af3653d233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
626 2024.11.28 01:35:06.417531 [ 266 ] {a35325a4-28fb-4d06-9e68-c7af3653d233} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
627 2024.11.28 01:35:06.429226 [ 266 ] {a35325a4-28fb-4d06-9e68-c7af3653d233} <Debug> oximeter.fields_u64 (56730b90-5a98-485b-9338-53c78d784112): Loading data parts
628 2024.11.28 01:35:06.429419 [ 266 ] {a35325a4-28fb-4d06-9e68-c7af3653d233} <Debug> oximeter.fields_u64 (56730b90-5a98-485b-9338-53c78d784112): There are no data parts
629 2024.11.28 01:35:06.441242 [ 266 ] {a35325a4-28fb-4d06-9e68-c7af3653d233} <Debug> TCPHandler: Processed in 0.02418896 sec.
630 2024.11.28 01:35:06.441455 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
631 2024.11.28 01:35:06.441686 [ 268 ] {22cceabc-be35-4174-bd8c-e11723ce8fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
632 2024.11.28 01:35:06.441795 [ 268 ] {22cceabc-be35-4174-bd8c-e11723ce8fe8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
633 2024.11.28 01:35:06.464415 [ 268 ] {22cceabc-be35-4174-bd8c-e11723ce8fe8} <Debug> oximeter.fields_ipaddr (8eda06d6-7e7e-4ce8-a151-19c4f28988e9): Loading data parts
634 2024.11.28 01:35:06.464628 [ 268 ] {22cceabc-be35-4174-bd8c-e11723ce8fe8} <Debug> oximeter.fields_ipaddr (8eda06d6-7e7e-4ce8-a151-19c4f28988e9): There are no data parts
635 2024.11.28 01:35:06.480246 [ 268 ] {22cceabc-be35-4174-bd8c-e11723ce8fe8} <Debug> TCPHandler: Processed in 0.038860803 sec.
636 2024.11.28 01:35:06.480500 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
637 2024.11.28 01:35:06.480815 [ 266 ] {d1e8f641-e413-42d3-b6ad-8841075b0e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) 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)
638 2024.11.28 01:35:06.480918 [ 266 ] {d1e8f641-e413-42d3-b6ad-8841075b0e94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
639 2024.11.28 01:35:06.541325 [ 266 ] {d1e8f641-e413-42d3-b6ad-8841075b0e94} <Debug> oximeter.fields_string (1bee8cda-4050-4b68-8234-815e0757f54d): Loading data parts
640 2024.11.28 01:35:06.541530 [ 266 ] {d1e8f641-e413-42d3-b6ad-8841075b0e94} <Debug> oximeter.fields_string (1bee8cda-4050-4b68-8234-815e0757f54d): There are no data parts
641 2024.11.28 01:35:06.554982 [ 266 ] {d1e8f641-e413-42d3-b6ad-8841075b0e94} <Debug> TCPHandler: Processed in 0.074548653 sec.
642 2024.11.28 01:35:06.555337 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
643 2024.11.28 01:35:06.555649 [ 268 ] {18381fe4-2aa1-4938-b058-ae94c6eb4cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) 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)
644 2024.11.28 01:35:06.555810 [ 268 ] {18381fe4-2aa1-4938-b058-ae94c6eb4cf6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
645 2024.11.28 01:35:06.570471 [ 268 ] {18381fe4-2aa1-4938-b058-ae94c6eb4cf6} <Debug> oximeter.fields_uuid (3736d342-cf15-41e7-9581-a7f73007c5a9): Loading data parts
646 2024.11.28 01:35:06.570689 [ 268 ] {18381fe4-2aa1-4938-b058-ae94c6eb4cf6} <Debug> oximeter.fields_uuid (3736d342-cf15-41e7-9581-a7f73007c5a9): There are no data parts
647 2024.11.28 01:35:06.580853 [ 268 ] {18381fe4-2aa1-4938-b058-ae94c6eb4cf6} <Debug> TCPHandler: Processed in 0.025663554 sec.
648 2024.11.28 01:35:06.581179 [ 266 ] {} <Trace> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
649 2024.11.28 01:35:06.581619 [ 266 ] {22936d80-c75e-44b0-b385-37ba1d9b2108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43753) /* The timeseries schema table stores the extracted schema for the samples
650 * oximeter collects.
651 */
652 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)
653 2024.11.28 01:35:06.581735 [ 266 ] {22936d80-c75e-44b0-b385-37ba1d9b2108} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
654 2024.11.28 01:35:06.607628 [ 266 ] {22936d80-c75e-44b0-b385-37ba1d9b2108} <Debug> oximeter.timeseries_schema (b0bdf858-e630-41ab-80b6-3acebc6f3ff3): Loading data parts
655 2024.11.28 01:35:06.607928 [ 266 ] {22936d80-c75e-44b0-b385-37ba1d9b2108} <Debug> oximeter.timeseries_schema (b0bdf858-e630-41ab-80b6-3acebc6f3ff3): There are no data parts
656 2024.11.28 01:35:06.617150 [ 266 ] {22936d80-c75e-44b0-b385-37ba1d9b2108} <Debug> TCPHandler: Processed in 0.036041366 sec.
657 2024.11.28 01:35:06.617540 [ 268 ] {} <Trace> TCP-Session: 99c069d8-feb7-4a32-afb0-c199d5fda310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
658 2024.11.28 01:35:06.617876 [ 268 ] {8d30eba3-eb64-4423-b6eb-eade0cb6491d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53749) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
659 2024.11.28 01:35:06.619211 [ 268 ] {8d30eba3-eb64-4423-b6eb-eade0cb6491d} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
660 2024.11.28 01:35:06.627765 [ 275 ] {8d30eba3-eb64-4423-b6eb-eade0cb6491d} <Trace> oximeter.version (b04e6a18-c7f5-455c-a019-799dcc21f794): Trying to reserve 1.00 MiB using storage policy from min volume index 0
661 2024.11.28 01:35:06.627895 [ 275 ] {8d30eba3-eb64-4423-b6eb-eade0cb6491d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
662 2024.11.28 01:35:06.630785 [ 275 ] {8d30eba3-eb64-4423-b6eb-eade0cb6491d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
663 2024.11.28 01:35:06.631229 [ 275 ] {8d30eba3-eb64-4423-b6eb-eade0cb6491d} <Trace> oximeter.version (b04e6a18-c7f5-455c-a019-799dcc21f794): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
664 2024.11.28 01:35:06.631590 [ 268 ] {8d30eba3-eb64-4423-b6eb-eade0cb6491d} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013816 sec., 72.37984944991314 rows/sec., 1.13 KiB/sec.
665 2024.11.28 01:35:06.632025 [ 268 ] {8d30eba3-eb64-4423-b6eb-eade0cb6491d} <Debug> TCPHandler: Processed in 0.014625042 sec.
666 2024.11.28 01:35:07.000182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.85 MiB, peak 136.85 MiB, free memory in arenas 0.00 B, will set to 140.44 MiB (RSS), difference: 3.59 MiB
667 2024.11.28 01:35:07.033408 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54389
668 2024.11.28 01:35:07.033861 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
669 2024.11.28 01:35:07.033934 [ 277 ] {} <Debug> TCP-Session: 3b92a351-786f-43c7-9fe4-0e5b62058002 Authenticating user 'default' from [fd00:1122:3344:101::a]:54389
670 2024.11.28 01:35:07.033974 [ 277 ] {} <Debug> TCP-Session: 3b92a351-786f-43c7-9fe4-0e5b62058002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
671 2024.11.28 01:35:07.033989 [ 277 ] {} <Debug> TCP-Session: 3b92a351-786f-43c7-9fe4-0e5b62058002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
672 2024.11.28 01:35:07.034049 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
673 2024.11.28 01:35:07.034083 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
674 2024.11.28 01:35:07.034110 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
675 2024.11.28 01:35:07.034444 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64435
676 2024.11.28 01:35:07.034515 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:32825
677 2024.11.28 01:35:07.034620 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
678 2024.11.28 01:35:07.034634 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33137
679 2024.11.28 01:35:07.034673 [ 278 ] {} <Debug> TCP-Session: 40e0b8cc-f355-4e92-ad7f-f5ed3b2df3f0 Authenticating user 'default' from [fd00:1122:3344:101::a]:64435
680 2024.11.28 01:35:07.034967 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65333
681 2024.11.28 01:35:07.034974 [ 278 ] {} <Debug> TCP-Session: 40e0b8cc-f355-4e92-ad7f-f5ed3b2df3f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
682 2024.11.28 01:35:07.034994 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
683 2024.11.28 01:35:07.034973 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
684 2024.11.28 01:35:07.035045 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46372
685 2024.11.28 01:35:07.035061 [ 278 ] {} <Debug> TCP-Session: 40e0b8cc-f355-4e92-ad7f-f5ed3b2df3f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
686 2024.11.28 01:35:07.035214 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
687 2024.11.28 01:35:07.035262 [ 280 ] {} <Debug> TCP-Session: 25738423-055f-4fbb-86ef-7fc971725948 Authenticating user 'default' from [fd00:1122:3344:101::a]:33137
688 2024.11.28 01:35:07.035270 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57788
689 2024.11.28 01:35:07.035283 [ 279 ] {} <Debug> TCP-Session: 54f76641-5e66-4ca6-a922-f9d9255315be Authenticating user 'default' from [fd00:1122:3344:101::a]:32825
690 2024.11.28 01:35:07.035354 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43216
691 2024.11.28 01:35:07.035397 [ 280 ] {} <Debug> TCP-Session: 25738423-055f-4fbb-86ef-7fc971725948 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
692 2024.11.28 01:35:07.035407 [ 279 ] {} <Debug> TCP-Session: 54f76641-5e66-4ca6-a922-f9d9255315be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
693 2024.11.28 01:35:07.035371 [ 281 ] {} <Debug> TCP-Session: 20142653-9f60-4e5f-a4c8-e73e888c53dc Authenticating user 'default' from [fd00:1122:3344:101::a]:65333
694 2024.11.28 01:35:07.035516 [ 280 ] {} <Debug> TCP-Session: 25738423-055f-4fbb-86ef-7fc971725948 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2024.11.28 01:35:07.035590 [ 281 ] {} <Debug> TCP-Session: 20142653-9f60-4e5f-a4c8-e73e888c53dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
696 2024.11.28 01:35:07.035749 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
697 2024.11.28 01:35:07.035766 [ 281 ] {} <Debug> TCP-Session: 20142653-9f60-4e5f-a4c8-e73e888c53dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
698 2024.11.28 01:35:07.035784 [ 279 ] {} <Debug> TCP-Session: 54f76641-5e66-4ca6-a922-f9d9255315be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
699 2024.11.28 01:35:07.035843 [ 284 ] {} <Debug> TCP-Session: 4f9de8d6-1c79-4d3f-88bf-5c64d43c2adc Authenticating user 'default' from [fd00:1122:3344:101::a]:43216
700 2024.11.28 01:35:07.035941 [ 284 ] {} <Debug> TCP-Session: 4f9de8d6-1c79-4d3f-88bf-5c64d43c2adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
701 2024.11.28 01:35:07.035961 [ 284 ] {} <Debug> TCP-Session: 4f9de8d6-1c79-4d3f-88bf-5c64d43c2adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2024.11.28 01:35:07.036821 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
703 2024.11.28 01:35:07.036882 [ 282 ] {} <Debug> TCP-Session: 608eed01-68aa-4ab4-9194-a91066fc8b8e Authenticating user 'default' from [fd00:1122:3344:101::a]:46372
704 2024.11.28 01:35:07.036917 [ 282 ] {} <Debug> TCP-Session: 608eed01-68aa-4ab4-9194-a91066fc8b8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
705 2024.11.28 01:35:07.036930 [ 282 ] {} <Debug> TCP-Session: 608eed01-68aa-4ab4-9194-a91066fc8b8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2024.11.28 01:35:07.037544 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
707 2024.11.28 01:35:07.037612 [ 283 ] {} <Debug> TCP-Session: b0309ede-a969-4a7b-a7a1-12a9c477266a Authenticating user 'default' from [fd00:1122:3344:101::a]:57788
708 2024.11.28 01:35:07.037632 [ 283 ] {} <Debug> TCP-Session: b0309ede-a969-4a7b-a7a1-12a9c477266a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
709 2024.11.28 01:35:07.037646 [ 283 ] {} <Debug> TCP-Session: b0309ede-a969-4a7b-a7a1-12a9c477266a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
710 2024.11.28 01:35:12.524637 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
711 2024.11.28 01:35:12.524664 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
712 2024.11.28 01:35:12.524763 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
713 2024.11.28 01:35:12.524821 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
714 2024.11.28 01:35:12.559552 [ 243 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Loading data parts
715 2024.11.28 01:35:12.559835 [ 243 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): There are no data parts
716 2024.11.28 01:35:12.561399 [ 242 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Loading data parts
717 2024.11.28 01:35:12.561849 [ 242 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): There are no data parts
718 2024.11.28 01:35:12.568440 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
719 2024.11.28 01:35:12.568491 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
720 2024.11.28 01:35:12.570880 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
721 2024.11.28 01:35:12.571614 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
722 2024.11.28 01:35:12.571932 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
723 2024.11.28 01:35:12.607474 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
724 2024.11.28 01:35:12.607641 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
725 2024.11.28 01:35:12.615146 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
726 2024.11.28 01:35:12.616279 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
727 2024.11.28 01:35:12.619168 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
728 2024.11.28 01:35:13.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.85 MiB, peak 149.85 MiB, free memory in arenas 0.00 B, will set to 150.65 MiB (RSS), difference: 4.80 MiB
729 2024.11.28 01:35:15.024719 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
730 2024.11.28 01:35:15.024923 [ 244 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
731 2024.11.28 01:35:15.046495 [ 244 ] {} <Debug> system.query_log (20062f54-c899-46fd-a615-97ebf818b93e): Loading data parts
732 2024.11.28 01:35:15.046709 [ 244 ] {} <Debug> system.query_log (20062f54-c899-46fd-a615-97ebf818b93e): There are no data parts
733 2024.11.28 01:35:15.084584 [ 244 ] {} <Trace> system.query_log (20062f54-c899-46fd-a615-97ebf818b93e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
734 2024.11.28 01:35:15.084709 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
735 2024.11.28 01:35:15.086401 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
736 2024.11.28 01:35:15.086877 [ 244 ] {} <Trace> system.query_log (20062f54-c899-46fd-a615-97ebf818b93e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
737 2024.11.28 01:35:15.087428 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
738 2024.11.28 01:35:16.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.84 MiB, peak 154.84 MiB, free memory in arenas 0.00 B, will set to 151.05 MiB (RSS), difference: -3.79 MiB
739 2024.11.28 01:35:19.955200 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
740 2024.11.28 01:35:19.955256 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
741 2024.11.28 01:35:20.072131 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
742 2024.11.28 01:35:20.073262 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
743 2024.11.28 01:35:20.073301 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
744 2024.11.28 01:35:20.073987 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
745 2024.11.28 01:35:20.074533 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
746 2024.11.28 01:35:20.074776 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
747 2024.11.28 01:35:20.119349 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
748 2024.11.28 01:35:20.140775 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
749 2024.11.28 01:35:20.140830 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
750 2024.11.28 01:35:20.147994 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
751 2024.11.28 01:35:20.149084 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
752 2024.11.28 01:35:20.151656 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
753 2024.11.28 01:35:26.000210 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.78 MiB, peak 155.77 MiB, free memory in arenas 0.00 B, will set to 152.79 MiB (RSS), difference: 4.01 MiB
754 2024.11.28 01:35:27.574977 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
755 2024.11.28 01:35:27.575688 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
756 2024.11.28 01:35:27.575732 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
757 2024.11.28 01:35:27.576449 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
758 2024.11.28 01:35:27.576983 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
759 2024.11.28 01:35:27.577212 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
760 2024.11.28 01:35:27.651823 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
761 2024.11.28 01:35:27.669886 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
762 2024.11.28 01:35:27.669949 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
763 2024.11.28 01:35:27.676473 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
764 2024.11.28 01:35:27.677860 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
765 2024.11.28 01:35:27.680607 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
766 2024.11.28 01:35:34.955309 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
767 2024.11.28 01:35:34.955374 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
768 2024.11.28 01:35:35.077397 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
769 2024.11.28 01:35:35.078025 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
770 2024.11.28 01:35:35.078069 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
771 2024.11.28 01:35:35.078735 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
772 2024.11.28 01:35:35.079291 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
773 2024.11.28 01:35:35.079531 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
774 2024.11.28 01:35:35.180761 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
775 2024.11.28 01:35:35.200474 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
776 2024.11.28 01:35:35.200530 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
777 2024.11.28 01:35:35.207361 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
778 2024.11.28 01:35:35.208483 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
779 2024.11.28 01:35:35.211300 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
780 2024.11.28 01:35:42.579722 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
781 2024.11.28 01:35:42.580339 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
782 2024.11.28 01:35:42.580382 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
783 2024.11.28 01:35:42.581103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
784 2024.11.28 01:35:42.581623 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
785 2024.11.28 01:35:42.581898 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
786 2024.11.28 01:35:42.711460 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
787 2024.11.28 01:35:42.730191 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
788 2024.11.28 01:35:42.730245 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
789 2024.11.28 01:35:42.736981 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
790 2024.11.28 01:35:42.738216 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
791 2024.11.28 01:35:42.740697 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
792 2024.11.28 01:35:49.955626 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache
793 2024.11.28 01:35:49.955690 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache
794 2024.11.28 01:35:50.082109 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
795 2024.11.28 01:35:50.083071 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
796 2024.11.28 01:35:50.083107 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
797 2024.11.28 01:35:50.083666 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
798 2024.11.28 01:35:50.083914 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
799 2024.11.28 01:35:50.084060 [ 81 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
800 2024.11.28 01:35:50.084096 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
801 2024.11.28 01:35:50.084137 [ 81 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
802 2024.11.28 01:35:50.084163 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
803 2024.11.28 01:35:50.084505 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
804 2024.11.28 01:35:50.084719 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
805 2024.11.28 01:35:50.086749 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
806 2024.11.28 01:35:50.086962 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
807 2024.11.28 01:35:50.087180 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
808 2024.11.28 01:35:50.087432 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
809 2024.11.28 01:35:50.088103 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
810 2024.11.28 01:35:50.088368 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
811 2024.11.28 01:35:50.103463 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.019134786 sec., 146643.91856799443 rows/sec., 2.10 MiB/sec.
812 2024.11.28 01:35:50.104203 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
813 2024.11.28 01:35:50.104545 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_6_1} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
814 2024.11.28 01:35:50.104629 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_6_1} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
815 2024.11.28 01:35:50.104725 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
816 2024.11.28 01:35:50.240843 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
817 2024.11.28 01:35:50.260026 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
818 2024.11.28 01:35:50.260071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
819 2024.11.28 01:35:50.266803 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
820 2024.11.28 01:35:50.267586 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
821 2024.11.28 01:35:50.267934 [ 81 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
822 2024.11.28 01:35:50.268049 [ 81 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
823 2024.11.28 01:35:50.268123 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
824 2024.11.28 01:35:50.268675 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
825 2024.11.28 01:35:50.277250 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
826 2024.11.28 01:35:50.278524 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
827 2024.11.28 01:35:50.279369 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
828 2024.11.28 01:35:50.283652 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
829 2024.11.28 01:35:50.287892 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part
830 2024.11.28 01:35:50.292311 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part
831 2024.11.28 01:35:50.298932 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part
832 2024.11.28 01:35:50.303221 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part
833 2024.11.28 01:35:50.361856 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.093608788 sec., 491.4068538094949 rows/sec., 2.54 MiB/sec.
834 2024.11.28 01:35:50.364518 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
835 2024.11.28 01:35:50.367437 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_6_1} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
836 2024.11.28 01:35:50.367549 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_6_1} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
837 2024.11.28 01:35:50.369949 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
838 2024.11.28 01:35:51.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.55 MiB, peak 165.09 MiB, free memory in arenas 0.00 B, will set to 159.74 MiB (RSS), difference: 4.19 MiB
839 2024.11.28 01:35:57.584296 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
840 2024.11.28 01:35:57.584987 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
841 2024.11.28 01:35:57.585035 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
842 2024.11.28 01:35:57.585720 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
843 2024.11.28 01:35:57.585991 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
844 2024.11.28 01:35:57.586236 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
845 2024.11.28 01:35:57.777437 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
846 2024.11.28 01:35:57.795987 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
847 2024.11.28 01:35:57.796046 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
848 2024.11.28 01:35:57.802638 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
849 2024.11.28 01:35:57.803403 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
850 2024.11.28 01:35:57.805863 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
851 2024.11.28 01:36:04.955755 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache
852 2024.11.28 01:36:04.955829 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache
853 2024.11.28 01:36:05.086445 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
854 2024.11.28 01:36:05.087163 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
855 2024.11.28 01:36:05.087212 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
856 2024.11.28 01:36:05.087892 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
857 2024.11.28 01:36:05.088151 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
858 2024.11.28 01:36:05.088387 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
859 2024.11.28 01:36:05.306015 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
860 2024.11.28 01:36:05.324541 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
861 2024.11.28 01:36:05.324601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
862 2024.11.28 01:36:05.331334 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
863 2024.11.28 01:36:05.332110 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
864 2024.11.28 01:36:05.334530 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
865 2024.11.28 01:36:05.438323 [ 266 ] {} <Debug> TCPHandler: Done processing connection.
866 2024.11.28 01:36:05.438415 [ 266 ] {} <Debug> TCP-Session: 61e681c1-6091-43f6-84c5-5646a4bc9305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
867 2024.11.28 01:36:06.000182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.47 MiB, peak 165.51 MiB, free memory in arenas 0.00 B, will set to 161.67 MiB (RSS), difference: 2.20 MiB
868 2024.11.28 01:36:12.588677 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
869 2024.11.28 01:36:12.589729 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
870 2024.11.28 01:36:12.589884 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB.
871 2024.11.28 01:36:12.590621 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
872 2024.11.28 01:36:12.590988 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
873 2024.11.28 01:36:12.591337 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
874 2024.11.28 01:36:12.834691 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
875 2024.11.28 01:36:12.856335 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
876 2024.11.28 01:36:12.856402 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB.
877 2024.11.28 01:36:12.863942 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
878 2024.11.28 01:36:12.864789 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
879 2024.11.28 01:36:12.868649 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
880 2024.11.28 01:36:19.955896 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache
881 2024.11.28 01:36:19.955970 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache
882 2024.11.28 01:36:20.091563 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
883 2024.11.28 01:36:20.092578 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
884 2024.11.28 01:36:20.092642 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB.
885 2024.11.28 01:36:20.093218 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
886 2024.11.28 01:36:20.093472 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
887 2024.11.28 01:36:20.093708 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
888 2024.11.28 01:36:20.368802 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
889 2024.11.28 01:36:20.388238 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
890 2024.11.28 01:36:20.388293 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB.
891 2024.11.28 01:36:20.395440 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
892 2024.11.28 01:36:20.396187 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
893 2024.11.28 01:36:20.399130 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
894 2024.11.28 01:36:27.593915 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
895 2024.11.28 01:36:27.594634 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
896 2024.11.28 01:36:27.594696 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB.
897 2024.11.28 01:36:27.595237 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
898 2024.11.28 01:36:27.595495 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
899 2024.11.28 01:36:27.595705 [ 58 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
900 2024.11.28 01:36:27.595744 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
901 2024.11.28 01:36:27.595789 [ 58 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
902 2024.11.28 01:36:27.595816 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB.
903 2024.11.28 01:36:27.595965 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
904 2024.11.28 01:36:27.596136 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
905 2024.11.28 01:36:27.596184 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part
906 2024.11.28 01:36:27.596271 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part
907 2024.11.28 01:36:27.596374 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part
908 2024.11.28 01:36:27.596593 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part
909 2024.11.28 01:36:27.596717 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part
910 2024.11.28 01:36:27.596814 [ 200 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part
911 2024.11.28 01:36:27.598598 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002710885 sec., 1867655.7655525778 rows/sec., 26.72 MiB/sec.
912 2024.11.28 01:36:27.599130 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
913 2024.11.28 01:36:27.599505 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_11_2} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
914 2024.11.28 01:36:27.599608 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_11_2} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
915 2024.11.28 01:36:27.599714 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
916 2024.11.28 01:36:27.899279 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
917 2024.11.28 01:36:27.919863 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
918 2024.11.28 01:36:27.919916 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB.
919 2024.11.28 01:36:27.926826 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
920 2024.11.28 01:36:27.927596 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
921 2024.11.28 01:36:27.927975 [ 58 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
922 2024.11.28 01:36:27.928099 [ 58 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
923 2024.11.28 01:36:27.928163 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB.
924 2024.11.28 01:36:27.928518 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
925 2024.11.28 01:36:27.944127 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
926 2024.11.28 01:36:27.945476 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
927 2024.11.28 01:36:27.947097 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part
928 2024.11.28 01:36:27.952494 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part
929 2024.11.28 01:36:27.958071 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
930 2024.11.28 01:36:27.963426 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part
931 2024.11.28 01:36:27.969082 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part
932 2024.11.28 01:36:27.974241 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part
933 2024.11.28 01:36:28.000190 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.43 MiB, peak 173.43 MiB, free memory in arenas 0.00 B, will set to 164.18 MiB (RSS), difference: -9.25 MiB
934 2024.11.28 01:36:28.036018 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.107730511 sec., 770.4409756303857 rows/sec., 3.98 MiB/sec.
935 2024.11.28 01:36:28.038578 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
936 2024.11.28 01:36:28.041479 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_11_2} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
937 2024.11.28 01:36:28.041606 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_11_2} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
938 2024.11.28 01:36:28.043788 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
939 2024.11.28 01:36:29.000192 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.76 MiB, peak 173.43 MiB, free memory in arenas 0.00 B, will set to 164.61 MiB (RSS), difference: 9.85 MiB
940 2024.11.28 01:36:34.956032 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache
941 2024.11.28 01:36:34.956092 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache
942 2024.11.28 01:36:35.095972 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
943 2024.11.28 01:36:35.096825 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
944 2024.11.28 01:36:35.096885 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB.
945 2024.11.28 01:36:35.097565 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
946 2024.11.28 01:36:35.097836 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
947 2024.11.28 01:36:35.098041 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
948 2024.11.28 01:36:35.444307 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
949 2024.11.28 01:36:35.464373 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
950 2024.11.28 01:36:35.464438 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB.
951 2024.11.28 01:36:35.471719 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
952 2024.11.28 01:36:35.472549 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
953 2024.11.28 01:36:35.475738 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
954 2024.11.28 01:36:42.598242 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
955 2024.11.28 01:36:42.598892 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
956 2024.11.28 01:36:42.598940 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB.
957 2024.11.28 01:36:42.599538 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
958 2024.11.28 01:36:42.599797 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
959 2024.11.28 01:36:42.600032 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
960 2024.11.28 01:36:42.975888 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
961 2024.11.28 01:36:42.995394 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
962 2024.11.28 01:36:42.995460 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB.
963 2024.11.28 01:36:43.000191 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.57 MiB, peak 173.43 MiB, free memory in arenas 0.00 B, will set to 166.12 MiB (RSS), difference: -4.45 MiB
964 2024.11.28 01:36:43.002925 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
965 2024.11.28 01:36:43.003689 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
966 2024.11.28 01:36:43.007456 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
967 2024.11.28 01:36:44.000187 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.12 MiB, peak 173.43 MiB, free memory in arenas 0.00 B, will set to 166.56 MiB (RSS), difference: 4.44 MiB
968 2024.11.28 01:36:49.956367 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache
969 2024.11.28 01:36:49.956436 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache
970 2024.11.28 01:36:50.100426 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
971 2024.11.28 01:36:50.101142 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
972 2024.11.28 01:36:50.101193 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB.
973 2024.11.28 01:36:50.101752 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
974 2024.11.28 01:36:50.102028 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
975 2024.11.28 01:36:50.102210 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
976 2024.11.28 01:36:50.507603 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
977 2024.11.28 01:36:50.527991 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
978 2024.11.28 01:36:50.528058 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB.
979 2024.11.28 01:36:50.535074 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
980 2024.11.28 01:36:50.535870 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
981 2024.11.28 01:36:50.538531 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
982 2024.11.28 01:36:57.602408 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
983 2024.11.28 01:36:57.603055 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
984 2024.11.28 01:36:57.603099 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB.
985 2024.11.28 01:36:57.603663 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
986 2024.11.28 01:36:57.603924 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
987 2024.11.28 01:36:57.604161 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
988 2024.11.28 01:36:58.038624 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
989 2024.11.28 01:36:58.059418 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
990 2024.11.28 01:36:58.059481 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB.
991 2024.11.28 01:36:58.066744 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
992 2024.11.28 01:36:58.067502 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
993 2024.11.28 01:36:58.070437 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
994 2024.11.28 01:37:04.957511 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache
995 2024.11.28 01:37:04.957571 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache
996 2024.11.28 01:37:05.104356 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
997 2024.11.28 01:37:05.105016 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
998 2024.11.28 01:37:05.105065 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB.
999 2024.11.28 01:37:05.105625 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
1000 2024.11.28 01:37:05.105886 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1001 2024.11.28 01:37:05.106082 [ 33 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
1002 2024.11.28 01:37:05.106134 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
1003 2024.11.28 01:37:05.106138 [ 33 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1004 2024.11.28 01:37:05.106172 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB.
1005 2024.11.28 01:37:05.106344 [ 186 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
1006 2024.11.28 01:37:05.106513 [ 186 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1007 2024.11.28 01:37:05.106565 [ 186 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part
1008 2024.11.28 01:37:05.106679 [ 186 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part
1009 2024.11.28 01:37:05.106773 [ 186 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part
1010 2024.11.28 01:37:05.107025 [ 186 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part
1011 2024.11.28 01:37:05.107154 [ 186 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part
1012 2024.11.28 01:37:05.107222 [ 186 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part
1013 2024.11.28 01:37:05.109152 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002883238 sec., 2559969.0348143303 rows/sec., 36.62 MiB/sec.
1014 2024.11.28 01:37:05.109652 [ 197 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
1015 2024.11.28 01:37:05.110018 [ 197 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_16_3} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1016 2024.11.28 01:37:05.110105 [ 197 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_16_3} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
1017 2024.11.28 01:37:05.110219 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
1018 2024.11.28 01:37:05.570575 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
1019 2024.11.28 01:37:05.591646 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1020 2024.11.28 01:37:05.591710 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB.
1021 2024.11.28 01:37:05.598971 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
1022 2024.11.28 01:37:05.599716 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1023 2024.11.28 01:37:05.600104 [ 33 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
1024 2024.11.28 01:37:05.600221 [ 33 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1025 2024.11.28 01:37:05.600286 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB.
1026 2024.11.28 01:37:05.600981 [ 186 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
1027 2024.11.28 01:37:05.617107 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
1028 2024.11.28 01:37:05.618394 [ 186 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1029 2024.11.28 01:37:05.620021 [ 186 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part
1030 2024.11.28 01:37:05.625836 [ 186 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part
1031 2024.11.28 01:37:05.631617 [ 186 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part
1032 2024.11.28 01:37:05.637571 [ 186 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part
1033 2024.11.28 01:37:05.643536 [ 186 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
1034 2024.11.28 01:37:05.648871 [ 186 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
1035 2024.11.28 01:37:05.706105 [ 197 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105655508 sec., 1145.2313494153093 rows/sec., 5.92 MiB/sec.
1036 2024.11.28 01:37:05.708660 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
1037 2024.11.28 01:37:05.711674 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_16_3} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1038 2024.11.28 01:37:05.711797 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_16_3} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
1039 2024.11.28 01:37:05.714244 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
1040 2024.11.28 01:37:06.001345 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000957386 sec.
1041 2024.11.28 01:37:12.606338 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
1042 2024.11.28 01:37:12.606988 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1043 2024.11.28 01:37:12.607037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1044 2024.11.28 01:37:12.607650 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
1045 2024.11.28 01:37:12.607921 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1046 2024.11.28 01:37:12.608112 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
1047 2024.11.28 01:37:13.117266 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
1048 2024.11.28 01:37:13.136966 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1049 2024.11.28 01:37:13.137033 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1050 2024.11.28 01:37:13.144386 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
1051 2024.11.28 01:37:13.145183 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1052 2024.11.28 01:37:13.148558 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
1053 2024.11.28 01:37:19.957612 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache
1054 2024.11.28 01:37:19.957676 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache
1055 2024.11.28 01:37:20.108320 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
1056 2024.11.28 01:37:20.109194 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1057 2024.11.28 01:37:20.109239 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1058 2024.11.28 01:37:20.109830 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
1059 2024.11.28 01:37:20.110115 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1060 2024.11.28 01:37:20.110301 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
1061 2024.11.28 01:37:20.648707 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
1062 2024.11.28 01:37:20.668324 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1063 2024.11.28 01:37:20.668383 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1064 2024.11.28 01:37:20.675652 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
1065 2024.11.28 01:37:20.676413 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1066 2024.11.28 01:37:20.679073 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
1067 2024.11.28 01:37:27.610532 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
1068 2024.11.28 01:37:27.611614 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1069 2024.11.28 01:37:27.611666 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1070 2024.11.28 01:37:27.612270 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
1071 2024.11.28 01:37:27.612539 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1072 2024.11.28 01:37:27.612803 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
1073 2024.11.28 01:37:28.179217 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
1074 2024.11.28 01:37:28.199687 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1075 2024.11.28 01:37:28.199751 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1076 2024.11.28 01:37:28.207256 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
1077 2024.11.28 01:37:28.208042 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1078 2024.11.28 01:37:28.210753 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
1079 2024.11.28 01:37:34.957740 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache
1080 2024.11.28 01:37:34.957812 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache
1081 2024.11.28 01:37:35.113029 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
1082 2024.11.28 01:37:35.113886 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1083 2024.11.28 01:37:35.113939 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1084 2024.11.28 01:37:35.114488 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
1085 2024.11.28 01:37:35.114775 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1086 2024.11.28 01:37:35.115075 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
1087 2024.11.28 01:37:35.710909 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
1088 2024.11.28 01:37:35.732000 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1089 2024.11.28 01:37:35.732058 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1090 2024.11.28 01:37:35.739246 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
1091 2024.11.28 01:37:35.740047 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1092 2024.11.28 01:37:35.742647 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
1093 2024.11.28 01:37:42.615280 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
1094 2024.11.28 01:37:42.615931 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1095 2024.11.28 01:37:42.615982 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1096 2024.11.28 01:37:42.616545 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
1097 2024.11.28 01:37:42.616810 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1098 2024.11.28 01:37:42.617061 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
1099 2024.11.28 01:37:42.617066 [ 39 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
1100 2024.11.28 01:37:42.617144 [ 39 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1101 2024.11.28 01:37:42.617172 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1102 2024.11.28 01:37:42.617311 [ 195 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
1103 2024.11.28 01:37:42.617443 [ 195 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1104 2024.11.28 01:37:42.617490 [ 195 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part
1105 2024.11.28 01:37:42.617593 [ 195 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part
1106 2024.11.28 01:37:42.617745 [ 195 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part
1107 2024.11.28 01:37:42.618035 [ 195 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part
1108 2024.11.28 01:37:42.618253 [ 195 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part
1109 2024.11.28 01:37:42.618517 [ 195 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part
1110 2024.11.28 01:37:42.621176 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003916845 sec., 2460653.919161978 rows/sec., 35.20 MiB/sec.
1111 2024.11.28 01:37:42.621431 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
1112 2024.11.28 01:37:42.621747 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_21_4} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1113 2024.11.28 01:37:42.621828 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_21_4} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
1114 2024.11.28 01:37:42.621935 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
1115 2024.11.28 01:37:43.242790 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
1116 2024.11.28 01:37:43.264178 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1117 2024.11.28 01:37:43.264243 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1118 2024.11.28 01:37:43.271670 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
1119 2024.11.28 01:37:43.272432 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1120 2024.11.28 01:37:43.272816 [ 39 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
1121 2024.11.28 01:37:43.272933 [ 39 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1122 2024.11.28 01:37:43.273000 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
1123 2024.11.28 01:37:43.273908 [ 197 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
1124 2024.11.28 01:37:43.290173 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
1125 2024.11.28 01:37:43.291350 [ 197 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1126 2024.11.28 01:37:43.292560 [ 197 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part
1127 2024.11.28 01:37:43.297832 [ 197 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part
1128 2024.11.28 01:37:43.303241 [ 197 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part
1129 2024.11.28 01:37:43.308765 [ 197 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part
1130 2024.11.28 01:37:43.314568 [ 197 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part
1131 2024.11.28 01:37:43.319650 [ 197 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part
1132 2024.11.28 01:37:43.377110 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.103919219 sec., 1530.0345935047876 rows/sec., 7.91 MiB/sec.
1133 2024.11.28 01:37:43.379579 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
1134 2024.11.28 01:37:43.382628 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_21_4} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1135 2024.11.28 01:37:43.382743 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_21_4} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
1136 2024.11.28 01:37:43.385199 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
1137 2024.11.28 01:37:44.000193 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.30 MiB, peak 183.87 MiB, free memory in arenas 0.00 B, will set to 174.61 MiB (RSS), difference: 1.32 MiB
1138 2024.11.28 01:37:49.957857 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
1139 2024.11.28 01:37:49.957916 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
1140 2024.11.28 01:37:50.117257 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
1141 2024.11.28 01:37:50.117936 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1142 2024.11.28 01:37:50.117978 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
1143 2024.11.28 01:37:50.118607 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
1144 2024.11.28 01:37:50.118877 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1145 2024.11.28 01:37:50.119079 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
1146 2024.11.28 01:37:50.790355 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
1147 2024.11.28 01:37:50.809473 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1148 2024.11.28 01:37:50.809533 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
1149 2024.11.28 01:37:50.816651 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
1150 2024.11.28 01:37:50.817424 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1151 2024.11.28 01:37:50.820782 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
1152 2024.11.28 01:37:57.620453 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
1153 2024.11.28 01:37:57.621095 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1154 2024.11.28 01:37:57.621141 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
1155 2024.11.28 01:37:57.621698 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
1156 2024.11.28 01:37:57.621954 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1157 2024.11.28 01:37:57.622205 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
1158 2024.11.28 01:37:58.322101 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
1159 2024.11.28 01:37:58.342472 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1160 2024.11.28 01:37:58.342544 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
1161 2024.11.28 01:37:58.350104 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
1162 2024.11.28 01:37:58.350917 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1163 2024.11.28 01:37:58.354029 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
1164 2024.11.28 01:38:04.957978 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
1165 2024.11.28 01:38:04.958066 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
1166 2024.11.28 01:38:05.122446 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
1167 2024.11.28 01:38:05.123115 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1168 2024.11.28 01:38:05.123165 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
1169 2024.11.28 01:38:05.123716 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
1170 2024.11.28 01:38:05.124002 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1171 2024.11.28 01:38:05.124287 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
1172 2024.11.28 01:38:05.854204 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
1173 2024.11.28 01:38:05.874502 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1174 2024.11.28 01:38:05.874559 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
1175 2024.11.28 01:38:05.881795 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
1176 2024.11.28 01:38:05.882632 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1177 2024.11.28 01:38:05.885406 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
1178 2024.11.28 01:38:12.624513 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
1179 2024.11.28 01:38:12.625197 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1180 2024.11.28 01:38:12.625252 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
1181 2024.11.28 01:38:12.625808 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
1182 2024.11.28 01:38:12.626090 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1183 2024.11.28 01:38:12.626349 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
1184 2024.11.28 01:38:13.385568 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
1185 2024.11.28 01:38:13.406805 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1186 2024.11.28 01:38:13.406874 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
1187 2024.11.28 01:38:13.414514 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
1188 2024.11.28 01:38:13.415334 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1189 2024.11.28 01:38:13.418983 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
1190 2024.11.28 01:38:19.958350 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
1191 2024.11.28 01:38:19.958449 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
1192 2024.11.28 01:38:20.126577 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
1193 2024.11.28 01:38:20.127343 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1194 2024.11.28 01:38:20.127400 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
1195 2024.11.28 01:38:20.127993 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
1196 2024.11.28 01:38:20.128270 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1197 2024.11.28 01:38:20.128514 [ 30 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
1198 2024.11.28 01:38:20.128536 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
1199 2024.11.28 01:38:20.128594 [ 30 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1200 2024.11.28 01:38:20.128626 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
1201 2024.11.28 01:38:20.128790 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
1202 2024.11.28 01:38:20.128964 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1203 2024.11.28 01:38:20.129020 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part
1204 2024.11.28 01:38:20.129131 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part
1205 2024.11.28 01:38:20.129321 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part
1206 2024.11.28 01:38:20.129509 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part
1207 2024.11.28 01:38:20.129645 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part
1208 2024.11.28 01:38:20.129855 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part
1209 2024.11.28 01:38:20.136514 [ 191 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.007794229 sec., 1533955.4431875173 rows/sec., 21.94 MiB/sec.
1210 2024.11.28 01:38:20.136965 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
1211 2024.11.28 01:38:20.137398 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_26_5} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1212 2024.11.28 01:38:20.137491 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_26_5} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
1213 2024.11.28 01:38:20.137611 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
1214 2024.11.28 01:38:20.919152 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
1215 2024.11.28 01:38:20.940368 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1216 2024.11.28 01:38:20.940434 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
1217 2024.11.28 01:38:20.947997 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
1218 2024.11.28 01:38:20.948773 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1219 2024.11.28 01:38:20.949154 [ 27 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
1220 2024.11.28 01:38:20.949269 [ 27 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1221 2024.11.28 01:38:20.949337 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
1222 2024.11.28 01:38:20.949682 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
1223 2024.11.28 01:38:20.964600 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
1224 2024.11.28 01:38:20.966024 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1225 2024.11.28 01:38:20.967553 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part
1226 2024.11.28 01:38:20.973595 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part
1227 2024.11.28 01:38:20.979342 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part
1228 2024.11.28 01:38:20.985256 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part
1229 2024.11.28 01:38:20.991247 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
1230 2024.11.28 01:38:20.996431 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part
1231 2024.11.28 01:38:21.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.62 MiB, peak 183.87 MiB, free memory in arenas 0.00 B, will set to 176.77 MiB (RSS), difference: -3.84 MiB
1232 2024.11.28 01:38:21.062049 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.112596123 sec., 1740.7348919109763 rows/sec., 9.00 MiB/sec.
1233 2024.11.28 01:38:21.064062 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
1234 2024.11.28 01:38:21.066769 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_26_5} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1235 2024.11.28 01:38:21.066899 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_26_5} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
1236 2024.11.28 01:38:21.068641 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
1237 2024.11.28 01:38:22.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.33 MiB, peak 183.87 MiB, free memory in arenas 0.00 B, will set to 179.74 MiB (RSS), difference: 6.40 MiB
1238 2024.11.28 01:38:27.628815 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
1239 2024.11.28 01:38:27.629677 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1240 2024.11.28 01:38:27.629729 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
1241 2024.11.28 01:38:27.630404 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
1242 2024.11.28 01:38:27.630681 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1243 2024.11.28 01:38:27.630888 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
1244 2024.11.28 01:38:28.464770 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
1245 2024.11.28 01:38:28.483988 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1246 2024.11.28 01:38:28.484052 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
1247 2024.11.28 01:38:28.491223 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
1248 2024.11.28 01:38:28.492002 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1249 2024.11.28 01:38:28.495496 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
1250 2024.11.28 01:38:34.958535 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache
1251 2024.11.28 01:38:34.958600 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache
1252 2024.11.28 01:38:35.131091 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
1253 2024.11.28 01:38:35.131850 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1254 2024.11.28 01:38:35.131907 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
1255 2024.11.28 01:38:35.132571 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
1256 2024.11.28 01:38:35.132849 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1257 2024.11.28 01:38:35.133115 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
1258 2024.11.28 01:38:35.995655 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
1259 2024.11.28 01:38:36.016595 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1260 2024.11.28 01:38:36.016655 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
1261 2024.11.28 01:38:36.024260 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
1262 2024.11.28 01:38:36.025067 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1263 2024.11.28 01:38:36.028570 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
1264 2024.11.28 01:38:42.633326 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
1265 2024.11.28 01:38:42.633977 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1266 2024.11.28 01:38:42.634024 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
1267 2024.11.28 01:38:42.634570 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
1268 2024.11.28 01:38:42.634826 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1269 2024.11.28 01:38:42.635074 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
1270 2024.11.28 01:38:43.528711 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
1271 2024.11.28 01:38:43.549105 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1272 2024.11.28 01:38:43.549161 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
1273 2024.11.28 01:38:43.556383 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
1274 2024.11.28 01:38:43.557176 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1275 2024.11.28 01:38:43.561142 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
1276 2024.11.28 01:38:49.958657 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache
1277 2024.11.28 01:38:49.958725 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache
1278 2024.11.28 01:38:50.135273 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
1279 2024.11.28 01:38:50.135960 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1280 2024.11.28 01:38:50.136013 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
1281 2024.11.28 01:38:50.136559 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
1282 2024.11.28 01:38:50.136827 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1283 2024.11.28 01:38:50.137100 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
1284 2024.11.28 01:38:51.061289 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
1285 2024.11.28 01:38:51.081878 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1286 2024.11.28 01:38:51.081935 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
1287 2024.11.28 01:38:51.089752 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
1288 2024.11.28 01:38:51.090523 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1289 2024.11.28 01:38:51.093744 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
1290 2024.11.28 01:38:57.637339 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
1291 2024.11.28 01:38:57.638382 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1292 2024.11.28 01:38:57.638430 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
1293 2024.11.28 01:38:57.639011 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
1294 2024.11.28 01:38:57.639276 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1295 2024.11.28 01:38:57.639502 [ 79 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
1296 2024.11.28 01:38:57.639558 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
1297 2024.11.28 01:38:57.639604 [ 79 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1298 2024.11.28 01:38:57.639637 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
1299 2024.11.28 01:38:57.639778 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
1300 2024.11.28 01:38:57.639902 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1301 2024.11.28 01:38:57.639942 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part
1302 2024.11.28 01:38:57.640050 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part
1303 2024.11.28 01:38:57.640304 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part
1304 2024.11.28 01:38:57.640494 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part
1305 2024.11.28 01:38:57.640628 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part
1306 2024.11.28 01:38:57.640847 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part
1307 2024.11.28 01:38:57.643111 [ 188 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003382286 sec., 4202187.514598115 rows/sec., 60.11 MiB/sec.
1308 2024.11.28 01:38:57.643741 [ 188 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
1309 2024.11.28 01:38:57.644141 [ 188 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_31_6} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1310 2024.11.28 01:38:57.644237 [ 188 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_31_6} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
1311 2024.11.28 01:38:57.644354 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
1312 2024.11.28 01:38:58.593911 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
1313 2024.11.28 01:38:58.615955 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1314 2024.11.28 01:38:58.616022 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
1315 2024.11.28 01:38:58.623517 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
1316 2024.11.28 01:38:58.624282 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1317 2024.11.28 01:38:58.624741 [ 79 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
1318 2024.11.28 01:38:58.624905 [ 79 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1319 2024.11.28 01:38:58.624984 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
1320 2024.11.28 01:38:58.625477 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
1321 2024.11.28 01:38:58.632343 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
1322 2024.11.28 01:38:58.633617 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1323 2024.11.28 01:38:58.634519 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part
1324 2024.11.28 01:38:58.638916 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part
1325 2024.11.28 01:38:58.643540 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part
1326 2024.11.28 01:38:58.648301 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
1327 2024.11.28 01:38:58.653357 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
1328 2024.11.28 01:38:58.657975 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part
1329 2024.11.28 01:38:58.716048 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.090927304 sec., 2573.4844178377925 rows/sec., 13.31 MiB/sec.
1330 2024.11.28 01:38:58.717855 [ 200 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
1331 2024.11.28 01:38:58.720154 [ 200 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_31_6} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1332 2024.11.28 01:38:58.720249 [ 200 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_31_6} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
1333 2024.11.28 01:38:58.721342 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
1334 2024.11.28 01:38:59.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.29 MiB, peak 192.83 MiB, free memory in arenas 0.00 B, will set to 184.51 MiB (RSS), difference: 2.22 MiB
1335 2024.11.28 01:39:04.958793 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache
1336 2024.11.28 01:39:04.958860 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache
1337 2024.11.28 01:39:05.139772 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
1338 2024.11.28 01:39:05.140456 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1339 2024.11.28 01:39:05.140506 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
1340 2024.11.28 01:39:05.141075 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
1341 2024.11.28 01:39:05.141343 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1342 2024.11.28 01:39:05.141607 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
1343 2024.11.28 01:39:06.001420 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001018157 sec.
1344 2024.11.28 01:39:06.132503 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
1345 2024.11.28 01:39:06.151329 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1346 2024.11.28 01:39:06.151383 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
1347 2024.11.28 01:39:06.158571 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
1348 2024.11.28 01:39:06.159368 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1349 2024.11.28 01:39:06.161937 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
1350 2024.11.28 01:39:12.641834 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128
1351 2024.11.28 01:39:12.642518 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1352 2024.11.28 01:39:12.642565 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
1353 2024.11.28 01:39:12.643170 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
1354 2024.11.28 01:39:12.643437 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1355 2024.11.28 01:39:12.643668 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128
1356 2024.11.28 01:39:13.662075 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
1357 2024.11.28 01:39:13.681877 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1358 2024.11.28 01:39:13.681938 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
1359 2024.11.28 01:39:13.689316 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
1360 2024.11.28 01:39:13.690097 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1361 2024.11.28 01:39:13.693113 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
1362 2024.11.28 01:39:19.959128 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
1363 2024.11.28 01:39:19.959200 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
1364 2024.11.28 01:39:20.143886 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616
1365 2024.11.28 01:39:20.145057 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1366 2024.11.28 01:39:20.145131 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
1367 2024.11.28 01:39:20.145653 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
1368 2024.11.28 01:39:20.145922 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1369 2024.11.28 01:39:20.146126 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
1370 2024.11.28 01:39:21.193256 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
1371 2024.11.28 01:39:21.213598 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1372 2024.11.28 01:39:21.213647 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
1373 2024.11.28 01:39:21.220955 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
1374 2024.11.28 01:39:21.221725 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1375 2024.11.28 01:39:21.224413 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
1376 2024.11.28 01:39:27.646371 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043
1377 2024.11.28 01:39:27.647467 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1378 2024.11.28 01:39:27.647516 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
1379 2024.11.28 01:39:27.648087 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
1380 2024.11.28 01:39:27.648344 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1381 2024.11.28 01:39:27.648585 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043
1382 2024.11.28 01:39:28.724568 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
1383 2024.11.28 01:39:28.745160 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1384 2024.11.28 01:39:28.745210 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
1385 2024.11.28 01:39:28.752430 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
1386 2024.11.28 01:39:28.753194 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1387 2024.11.28 01:39:28.755872 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
1388 2024.11.28 01:39:34.959261 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
1389 2024.11.28 01:39:34.959331 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
1390 2024.11.28 01:39:35.148786 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531
1391 2024.11.28 01:39:35.149523 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1392 2024.11.28 01:39:35.149571 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
1393 2024.11.28 01:39:35.150142 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
1394 2024.11.28 01:39:35.150400 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1395 2024.11.28 01:39:35.150642 [ 88 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
1396 2024.11.28 01:39:35.150667 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
1397 2024.11.28 01:39:35.150728 [ 88 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1398 2024.11.28 01:39:35.150761 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
1399 2024.11.28 01:39:35.150904 [ 201 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
1400 2024.11.28 01:39:35.151030 [ 201 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1401 2024.11.28 01:39:35.151077 [ 201 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part
1402 2024.11.28 01:39:35.151185 [ 201 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part
1403 2024.11.28 01:39:35.151409 [ 201 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part
1404 2024.11.28 01:39:35.151647 [ 201 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part
1405 2024.11.28 01:39:35.151777 [ 201 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part
1406 2024.11.28 01:39:35.151954 [ 201 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part
1407 2024.11.28 01:39:35.154337 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003495618 sec., 4729063.644826179 rows/sec., 67.65 MiB/sec.
1408 2024.11.28 01:39:35.154427 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
1409 2024.11.28 01:39:35.154702 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_36_7} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1410 2024.11.28 01:39:35.154778 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_36_7} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
1411 2024.11.28 01:39:35.154862 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
1412 2024.11.28 01:39:36.256013 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
1413 2024.11.28 01:39:36.276942 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1414 2024.11.28 01:39:36.276997 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
1415 2024.11.28 01:39:36.284656 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
1416 2024.11.28 01:39:36.285462 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1417 2024.11.28 01:39:36.285766 [ 88 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
1418 2024.11.28 01:39:36.285837 [ 88 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1419 2024.11.28 01:39:36.285882 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
1420 2024.11.28 01:39:36.286439 [ 201 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
1421 2024.11.28 01:39:36.303105 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
1422 2024.11.28 01:39:36.304228 [ 201 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1423 2024.11.28 01:39:36.305837 [ 201 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part
1424 2024.11.28 01:39:36.311988 [ 201 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part
1425 2024.11.28 01:39:36.318124 [ 201 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part
1426 2024.11.28 01:39:36.324072 [ 201 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part
1427 2024.11.28 01:39:36.329966 [ 201 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part
1428 2024.11.28 01:39:36.334993 [ 201 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part
1429 2024.11.28 01:39:36.397202 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.111159929 sec., 2446.9249166217082 rows/sec., 12.65 MiB/sec.
1430 2024.11.28 01:39:36.399962 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
1431 2024.11.28 01:39:36.403018 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_36_7} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1432 2024.11.28 01:39:36.403106 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_36_7} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
1433 2024.11.28 01:39:36.405558 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
1434 2024.11.28 01:39:37.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.19 MiB, peak 198.05 MiB, free memory in arenas 0.00 B, will set to 188.75 MiB (RSS), difference: 2.56 MiB
1435 2024.11.28 01:39:42.650902 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958
1436 2024.11.28 01:39:42.651563 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1437 2024.11.28 01:39:42.651615 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
1438 2024.11.28 01:39:42.652192 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
1439 2024.11.28 01:39:42.652464 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1440 2024.11.28 01:39:42.652726 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958
1441 2024.11.28 01:39:43.803274 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
1442 2024.11.28 01:39:43.822642 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1443 2024.11.28 01:39:43.822704 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
1444 2024.11.28 01:39:43.832408 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
1445 2024.11.28 01:39:43.833234 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1446 2024.11.28 01:39:43.836272 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
1447 2024.11.28 01:39:49.959403 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache
1448 2024.11.28 01:39:49.959476 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache
1449 2024.11.28 01:39:50.152924 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446
1450 2024.11.28 01:39:50.153593 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1451 2024.11.28 01:39:50.153643 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
1452 2024.11.28 01:39:50.154245 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
1453 2024.11.28 01:39:50.154509 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1454 2024.11.28 01:39:50.154797 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
1455 2024.11.28 01:39:51.336414 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
1456 2024.11.28 01:39:51.356864 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1457 2024.11.28 01:39:51.356929 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
1458 2024.11.28 01:39:51.364167 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
1459 2024.11.28 01:39:51.364934 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1460 2024.11.28 01:39:51.367677 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
1461 2024.11.28 01:39:57.655041 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873
1462 2024.11.28 01:39:57.656134 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1463 2024.11.28 01:39:57.656211 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
1464 2024.11.28 01:39:57.656730 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
1465 2024.11.28 01:39:57.656980 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1466 2024.11.28 01:39:57.657203 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873
1467 2024.11.28 01:39:58.867827 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
1468 2024.11.28 01:39:58.888292 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1469 2024.11.28 01:39:58.888342 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
1470 2024.11.28 01:39:58.895542 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
1471 2024.11.28 01:39:58.896310 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1472 2024.11.28 01:39:58.898959 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
1473 2024.11.28 01:40:04.959737 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
1474 2024.11.28 01:40:04.959807 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
1475 2024.11.28 01:40:05.157411 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361
1476 2024.11.28 01:40:05.158172 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1477 2024.11.28 01:40:05.158227 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
1478 2024.11.28 01:40:05.158785 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
1479 2024.11.28 01:40:05.159033 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1480 2024.11.28 01:40:05.159279 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
1481 2024.11.28 01:40:06.399117 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
1482 2024.11.28 01:40:06.421234 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1483 2024.11.28 01:40:06.421302 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
1484 2024.11.28 01:40:06.429469 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
1485 2024.11.28 01:40:06.430275 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1486 2024.11.28 01:40:06.434319 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
1487 2024.11.28 01:40:12.659518 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788
1488 2024.11.28 01:40:12.660197 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1489 2024.11.28 01:40:12.660247 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
1490 2024.11.28 01:40:12.661046 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
1491 2024.11.28 01:40:12.661408 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1492 2024.11.28 01:40:12.661668 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788
1493 2024.11.28 01:40:12.661679 [ 154 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
1494 2024.11.28 01:40:12.661753 [ 154 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1495 2024.11.28 01:40:12.661776 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
1496 2024.11.28 01:40:12.662146 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
1497 2024.11.28 01:40:12.662402 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1498 2024.11.28 01:40:12.662462 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part
1499 2024.11.28 01:40:12.662639 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part
1500 2024.11.28 01:40:12.662801 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part
1501 2024.11.28 01:40:12.663083 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part
1502 2024.11.28 01:40:12.663260 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part
1503 2024.11.28 01:40:12.663441 [ 196 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part
1504 2024.11.28 01:40:12.666811 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004939561 sec., 3803576.8765685856 rows/sec., 54.41 MiB/sec.
1505 2024.11.28 01:40:12.667178 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
1506 2024.11.28 01:40:12.667525 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_41_8} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1507 2024.11.28 01:40:12.667617 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_41_8} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
1508 2024.11.28 01:40:12.667736 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB.
1509 2024.11.28 01:40:13.934472 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
1510 2024.11.28 01:40:13.955558 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1511 2024.11.28 01:40:13.955614 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
1512 2024.11.28 01:40:13.963529 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
1513 2024.11.28 01:40:13.964306 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1514 2024.11.28 01:40:13.964708 [ 153 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
1515 2024.11.28 01:40:13.964829 [ 153 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1516 2024.11.28 01:40:13.964902 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
1517 2024.11.28 01:40:13.965329 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
1518 2024.11.28 01:40:13.977583 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
1519 2024.11.28 01:40:13.978404 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1520 2024.11.28 01:40:13.979417 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part
1521 2024.11.28 01:40:13.984202 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part
1522 2024.11.28 01:40:13.989218 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part
1523 2024.11.28 01:40:13.994376 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part
1524 2024.11.28 01:40:13.999842 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part
1525 2024.11.28 01:40:14.000194 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.56 MiB, peak 198.05 MiB, free memory in arenas 0.00 B, will set to 190.43 MiB (RSS), difference: -4.13 MiB
1526 2024.11.28 01:40:14.005202 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part
1527 2024.11.28 01:40:14.075879 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.110845234 sec., 2787.6706002533224 rows/sec., 14.41 MiB/sec.
1528 2024.11.28 01:40:14.079040 [ 195 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
1529 2024.11.28 01:40:14.082199 [ 195 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_41_8} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1530 2024.11.28 01:40:14.082326 [ 195 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_41_8} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
1531 2024.11.28 01:40:14.084781 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
1532 2024.11.28 01:40:15.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.97 MiB, peak 200.39 MiB, free memory in arenas 0.00 B, will set to 195.31 MiB (RSS), difference: 8.34 MiB
1533 2024.11.28 01:40:19.960085 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache
1534 2024.11.28 01:40:19.960198 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache
1535 2024.11.28 01:40:20.161902 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276
1536 2024.11.28 01:40:20.162736 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1537 2024.11.28 01:40:20.162794 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1538 2024.11.28 01:40:20.163372 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
1539 2024.11.28 01:40:20.163633 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1540 2024.11.28 01:40:20.163899 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
1541 2024.11.28 01:40:21.477743 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
1542 2024.11.28 01:40:21.496324 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1543 2024.11.28 01:40:21.496404 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1544 2024.11.28 01:40:21.503485 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
1545 2024.11.28 01:40:21.504235 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1546 2024.11.28 01:40:21.506790 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
1547 2024.11.28 01:40:27.664146 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703
1548 2024.11.28 01:40:27.665219 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1549 2024.11.28 01:40:27.665308 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1550 2024.11.28 01:40:27.665952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
1551 2024.11.28 01:40:27.666209 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1552 2024.11.28 01:40:27.666467 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703
1553 2024.11.28 01:40:29.006936 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
1554 2024.11.28 01:40:29.026998 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1555 2024.11.28 01:40:29.027048 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1556 2024.11.28 01:40:29.034275 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
1557 2024.11.28 01:40:29.035043 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1558 2024.11.28 01:40:29.038839 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
1559 2024.11.28 01:40:34.960273 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache
1560 2024.11.28 01:40:34.960375 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache
1561 2024.11.28 01:40:35.166659 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191
1562 2024.11.28 01:40:35.167321 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1563 2024.11.28 01:40:35.167365 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1564 2024.11.28 01:40:35.167929 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
1565 2024.11.28 01:40:35.168185 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1566 2024.11.28 01:40:35.168412 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
1567 2024.11.28 01:40:36.539007 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
1568 2024.11.28 01:40:36.559487 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1569 2024.11.28 01:40:36.559543 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1570 2024.11.28 01:40:36.566859 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
1571 2024.11.28 01:40:36.567631 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1572 2024.11.28 01:40:36.570280 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
1573 2024.11.28 01:40:42.668633 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618
1574 2024.11.28 01:40:42.669279 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1575 2024.11.28 01:40:42.669325 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1576 2024.11.28 01:40:42.669858 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
1577 2024.11.28 01:40:42.670104 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1578 2024.11.28 01:40:42.670361 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618
1579 2024.11.28 01:40:44.070422 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
1580 2024.11.28 01:40:44.091502 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1581 2024.11.28 01:40:44.091560 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1582 2024.11.28 01:40:44.098824 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
1583 2024.11.28 01:40:44.099607 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1584 2024.11.28 01:40:44.103204 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
1585 2024.11.28 01:40:49.960436 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache
1586 2024.11.28 01:40:49.960510 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache
1587 2024.11.28 01:40:50.170583 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106
1588 2024.11.28 01:40:50.171514 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1589 2024.11.28 01:40:50.171561 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1590 2024.11.28 01:40:50.172160 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
1591 2024.11.28 01:40:50.172411 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1592 2024.11.28 01:40:50.172630 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
1593 2024.11.28 01:40:50.172654 [ 134 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
1594 2024.11.28 01:40:50.172733 [ 134 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1595 2024.11.28 01:40:50.172760 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1596 2024.11.28 01:40:50.172961 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
1597 2024.11.28 01:40:50.173401 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1598 2024.11.28 01:40:50.173483 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part
1599 2024.11.28 01:40:50.173581 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part
1600 2024.11.28 01:40:50.173778 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part
1601 2024.11.28 01:40:50.174030 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part
1602 2024.11.28 01:40:50.174151 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part
1603 2024.11.28 01:40:50.174363 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part
1604 2024.11.28 01:40:50.176908 [ 195 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004073987 sec., 5180674.361503853 rows/sec., 74.11 MiB/sec.
1605 2024.11.28 01:40:50.177179 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
1606 2024.11.28 01:40:50.177473 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_46_9} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1607 2024.11.28 01:40:50.177560 [ 194 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_46_9} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
1608 2024.11.28 01:40:50.177655 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
1609 2024.11.28 01:40:51.603350 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
1610 2024.11.28 01:40:51.624437 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1611 2024.11.28 01:40:51.624495 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1612 2024.11.28 01:40:51.631891 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
1613 2024.11.28 01:40:51.632718 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1614 2024.11.28 01:40:51.633105 [ 134 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
1615 2024.11.28 01:40:51.633250 [ 134 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1616 2024.11.28 01:40:51.633324 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB.
1617 2024.11.28 01:40:51.633787 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
1618 2024.11.28 01:40:51.648268 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
1619 2024.11.28 01:40:51.649866 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1620 2024.11.28 01:40:51.651076 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part
1621 2024.11.28 01:40:51.656236 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part
1622 2024.11.28 01:40:51.662113 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part
1623 2024.11.28 01:40:51.667876 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part
1624 2024.11.28 01:40:51.673834 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part
1625 2024.11.28 01:40:51.679124 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part
1626 2024.11.28 01:40:51.742055 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.108568645 sec., 3196.134574581823 rows/sec., 16.53 MiB/sec.
1627 2024.11.28 01:40:51.745341 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
1628 2024.11.28 01:40:51.748452 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_46_9} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1629 2024.11.28 01:40:51.748569 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_46_9} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
1630 2024.11.28 01:40:51.751067 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
1631 2024.11.28 01:40:52.000200 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.54 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 200.04 MiB (RSS), difference: 3.50 MiB
1632 2024.11.28 01:40:57.672866 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533
1633 2024.11.28 01:40:57.673777 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1634 2024.11.28 01:40:57.673824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB.
1635 2024.11.28 01:40:57.674346 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
1636 2024.11.28 01:40:57.674598 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1637 2024.11.28 01:40:57.674834 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533
1638 2024.11.28 01:40:59.148430 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
1639 2024.11.28 01:40:59.167682 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1640 2024.11.28 01:40:59.167742 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB.
1641 2024.11.28 01:40:59.174858 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
1642 2024.11.28 01:40:59.175607 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1643 2024.11.28 01:40:59.178219 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
1644 2024.11.28 01:41:04.960565 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
1645 2024.11.28 01:41:04.960639 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
1646 2024.11.28 01:41:05.175032 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021
1647 2024.11.28 01:41:05.175806 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1648 2024.11.28 01:41:05.175856 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB.
1649 2024.11.28 01:41:05.176485 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
1650 2024.11.28 01:41:05.176743 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1651 2024.11.28 01:41:05.177008 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
1652 2024.11.28 01:41:06.001424 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001000986 sec.
1653 2024.11.28 01:41:06.678375 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
1654 2024.11.28 01:41:06.698354 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1655 2024.11.28 01:41:06.698398 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB.
1656 2024.11.28 01:41:06.705554 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
1657 2024.11.28 01:41:06.706307 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1658 2024.11.28 01:41:06.708771 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
1659 2024.11.28 01:41:12.677220 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448
1660 2024.11.28 01:41:12.677888 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1661 2024.11.28 01:41:12.677939 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB.
1662 2024.11.28 01:41:12.678513 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
1663 2024.11.28 01:41:12.678775 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1664 2024.11.28 01:41:12.679040 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448
1665 2024.11.28 01:41:14.208912 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
1666 2024.11.28 01:41:14.230207 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1667 2024.11.28 01:41:14.230280 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB.
1668 2024.11.28 01:41:14.237563 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
1669 2024.11.28 01:41:14.238400 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1670 2024.11.28 01:41:14.242494 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
1671 2024.11.28 01:41:19.960724 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
1672 2024.11.28 01:41:19.960828 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
1673 2024.11.28 01:41:20.179245 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936
1674 2024.11.28 01:41:20.180013 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1675 2024.11.28 01:41:20.180069 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB.
1676 2024.11.28 01:41:20.180747 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
1677 2024.11.28 01:41:20.181073 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1678 2024.11.28 01:41:20.181371 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
1679 2024.11.28 01:41:21.742659 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
1680 2024.11.28 01:41:21.764223 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1681 2024.11.28 01:41:21.764291 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB.
1682 2024.11.28 01:41:21.771551 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
1683 2024.11.28 01:41:21.772323 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1684 2024.11.28 01:41:21.776000 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
1685 2024.11.28 01:41:27.681590 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363
1686 2024.11.28 01:41:27.682654 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1687 2024.11.28 01:41:27.682707 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1688 2024.11.28 01:41:27.683250 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
1689 2024.11.28 01:41:27.683525 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1690 2024.11.28 01:41:27.683792 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363
1691 2024.11.28 01:41:27.683823 [ 147 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
1692 2024.11.28 01:41:27.683925 [ 147 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1693 2024.11.28 01:41:27.683969 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1694 2024.11.28 01:41:27.684153 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
1695 2024.11.28 01:41:27.684333 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1696 2024.11.28 01:41:27.684385 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part
1697 2024.11.28 01:41:27.684505 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part
1698 2024.11.28 01:41:27.684739 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part
1699 2024.11.28 01:41:27.685035 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part
1700 2024.11.28 01:41:27.685173 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part
1701 2024.11.28 01:41:27.685362 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part
1702 2024.11.28 01:41:27.688295 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.00421905 sec., 5537502.5183394365 rows/sec., 79.21 MiB/sec.
1703 2024.11.28 01:41:27.688844 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
1704 2024.11.28 01:41:27.689177 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_51_10} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1705 2024.11.28 01:41:27.689279 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_51_10} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
1706 2024.11.28 01:41:27.689398 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB.
1707 2024.11.28 01:41:29.276149 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
1708 2024.11.28 01:41:29.298764 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1709 2024.11.28 01:41:29.298834 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1710 2024.11.28 01:41:29.306231 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
1711 2024.11.28 01:41:29.306997 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1712 2024.11.28 01:41:29.307379 [ 146 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
1713 2024.11.28 01:41:29.307507 [ 146 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1714 2024.11.28 01:41:29.307579 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1715 2024.11.28 01:41:29.308058 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
1716 2024.11.28 01:41:29.323023 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
1717 2024.11.28 01:41:29.324549 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1718 2024.11.28 01:41:29.325872 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part
1719 2024.11.28 01:41:29.331424 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part
1720 2024.11.28 01:41:29.337377 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part
1721 2024.11.28 01:41:29.343298 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part
1722 2024.11.28 01:41:29.349339 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part
1723 2024.11.28 01:41:29.354573 [ 191 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part
1724 2024.11.28 01:41:29.416257 [ 190 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.108499134 sec., 3548.415418688964 rows/sec., 18.35 MiB/sec.
1725 2024.11.28 01:41:29.419291 [ 188 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
1726 2024.11.28 01:41:29.422182 [ 188 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_51_10} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1727 2024.11.28 01:41:29.422278 [ 188 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_51_10} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
1728 2024.11.28 01:41:29.424582 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
1729 2024.11.28 01:41:30.000242 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.14 MiB, peak 215.55 MiB, free memory in arenas 0.00 B, will set to 204.83 MiB (RSS), difference: 2.69 MiB
1730 2024.11.28 01:41:34.960910 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache
1731 2024.11.28 01:41:34.961017 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache
1732 2024.11.28 01:41:35.184004 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851
1733 2024.11.28 01:41:35.184682 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1734 2024.11.28 01:41:35.184730 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1735 2024.11.28 01:41:35.185278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
1736 2024.11.28 01:41:35.185538 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1737 2024.11.28 01:41:35.185805 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
1738 2024.11.28 01:41:36.823212 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
1739 2024.11.28 01:41:36.843009 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1740 2024.11.28 01:41:36.843069 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1741 2024.11.28 01:41:36.850330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
1742 2024.11.28 01:41:36.851080 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1743 2024.11.28 01:41:36.853727 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
1744 2024.11.28 01:41:42.686028 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278
1745 2024.11.28 01:41:42.686709 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1746 2024.11.28 01:41:42.686762 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1747 2024.11.28 01:41:42.687348 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
1748 2024.11.28 01:41:42.687620 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1749 2024.11.28 01:41:42.687824 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278
1750 2024.11.28 01:41:44.354059 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
1751 2024.11.28 01:41:44.374130 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1752 2024.11.28 01:41:44.374187 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1753 2024.11.28 01:41:44.381360 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
1754 2024.11.28 01:41:44.382151 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1755 2024.11.28 01:41:44.385315 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
1756 2024.11.28 01:41:49.961979 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache
1757 2024.11.28 01:41:49.962045 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache
1758 2024.11.28 01:41:50.187955 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766
1759 2024.11.28 01:41:50.188809 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1760 2024.11.28 01:41:50.188858 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1761 2024.11.28 01:41:50.189438 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
1762 2024.11.28 01:41:50.189708 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1763 2024.11.28 01:41:50.189970 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
1764 2024.11.28 01:41:51.886017 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
1765 2024.11.28 01:41:51.909757 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1766 2024.11.28 01:41:51.909832 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1767 2024.11.28 01:41:51.917202 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
1768 2024.11.28 01:41:51.918016 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1769 2024.11.28 01:41:51.921396 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
1770 2024.11.28 01:41:57.690775 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193
1771 2024.11.28 01:41:57.691641 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1772 2024.11.28 01:41:57.691692 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1773 2024.11.28 01:41:57.692222 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
1774 2024.11.28 01:41:57.692485 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1775 2024.11.28 01:41:57.692736 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193
1776 2024.11.28 01:41:59.421948 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
1777 2024.11.28 01:41:59.443712 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1778 2024.11.28 01:41:59.443770 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1779 2024.11.28 01:41:59.451075 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
1780 2024.11.28 01:41:59.451880 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1781 2024.11.28 01:41:59.455615 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
1782 2024.11.28 01:42:04.962104 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache
1783 2024.11.28 01:42:04.962170 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache
1784 2024.11.28 01:42:05.193657 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681
1785 2024.11.28 01:42:05.194337 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1786 2024.11.28 01:42:05.194391 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1787 2024.11.28 01:42:05.194952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
1788 2024.11.28 01:42:05.195215 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1789 2024.11.28 01:42:05.195493 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
1790 2024.11.28 01:42:05.195503 [ 139 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
1791 2024.11.28 01:42:05.195600 [ 139 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1792 2024.11.28 01:42:05.195644 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1793 2024.11.28 01:42:05.195869 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
1794 2024.11.28 01:42:05.196125 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1795 2024.11.28 01:42:05.196201 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part
1796 2024.11.28 01:42:05.196348 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part
1797 2024.11.28 01:42:05.196554 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part
1798 2024.11.28 01:42:05.196801 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part
1799 2024.11.28 01:42:05.196970 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part
1800 2024.11.28 01:42:05.197176 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part
1801 2024.11.28 01:42:05.200068 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004302571 sec., 5968756.820050152 rows/sec., 85.38 MiB/sec.
1802 2024.11.28 01:42:05.200463 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
1803 2024.11.28 01:42:05.200804 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_56_11} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1804 2024.11.28 01:42:05.200901 [ 190 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_56_11} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
1805 2024.11.28 01:42:05.201025 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
1806 2024.11.28 01:42:06.955686 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
1807 2024.11.28 01:42:06.977649 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1808 2024.11.28 01:42:06.977718 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1809 2024.11.28 01:42:06.985111 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
1810 2024.11.28 01:42:06.985893 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1811 2024.11.28 01:42:06.986325 [ 139 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
1812 2024.11.28 01:42:06.986463 [ 139 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1813 2024.11.28 01:42:06.986535 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1814 2024.11.28 01:42:06.986840 [ 200 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
1815 2024.11.28 01:42:06.995728 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
1816 2024.11.28 01:42:06.996984 [ 200 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1817 2024.11.28 01:42:06.997880 [ 200 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part
1818 2024.11.28 01:42:07.002971 [ 200 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part
1819 2024.11.28 01:42:07.007771 [ 200 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part
1820 2024.11.28 01:42:07.012779 [ 200 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part
1821 2024.11.28 01:42:07.017966 [ 200 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part
1822 2024.11.28 01:42:07.022798 [ 200 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part
1823 2024.11.28 01:42:07.084657 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.097991941 sec., 4306.476590763724 rows/sec., 22.27 MiB/sec.
1824 2024.11.28 01:42:07.088046 [ 198 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
1825 2024.11.28 01:42:07.091254 [ 198 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_56_11} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1826 2024.11.28 01:42:07.091386 [ 198 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_56_11} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
1827 2024.11.28 01:42:07.094187 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
1828 2024.11.28 01:42:08.000281 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.31 MiB, peak 219.72 MiB, free memory in arenas 0.00 B, will set to 209.76 MiB (RSS), difference: 3.44 MiB
1829 2024.11.28 01:42:12.695847 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108
1830 2024.11.28 01:42:12.696586 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1831 2024.11.28 01:42:12.696633 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1832 2024.11.28 01:42:12.697188 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
1833 2024.11.28 01:42:12.697452 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1834 2024.11.28 01:42:12.697695 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108
1835 2024.11.28 01:42:14.496238 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
1836 2024.11.28 01:42:14.515067 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1837 2024.11.28 01:42:14.515127 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1838 2024.11.28 01:42:14.522259 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
1839 2024.11.28 01:42:14.523003 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1840 2024.11.28 01:42:14.529355 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
1841 2024.11.28 01:42:19.962434 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache
1842 2024.11.28 01:42:19.962508 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache
1843 2024.11.28 01:42:20.198008 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596
1844 2024.11.28 01:42:20.198784 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1845 2024.11.28 01:42:20.198842 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1846 2024.11.28 01:42:20.199415 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
1847 2024.11.28 01:42:20.199688 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1848 2024.11.28 01:42:20.199953 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
1849 2024.11.28 01:42:22.029549 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
1850 2024.11.28 01:42:22.050240 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1851 2024.11.28 01:42:22.050307 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB.
1852 2024.11.28 01:42:22.057477 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
1853 2024.11.28 01:42:22.058248 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1854 2024.11.28 01:42:22.060953 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
1855 2024.11.28 01:42:27.700108 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023
1856 2024.11.28 01:42:27.700932 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1857 2024.11.28 01:42:27.700993 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB.
1858 2024.11.28 01:42:27.701658 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
1859 2024.11.28 01:42:27.701924 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1860 2024.11.28 01:42:27.702189 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023
1861 2024.11.28 01:42:29.561028 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
1862 2024.11.28 01:42:29.582313 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1863 2024.11.28 01:42:29.582392 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB.
1864 2024.11.28 01:42:29.589711 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
1865 2024.11.28 01:42:29.590531 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1866 2024.11.28 01:42:29.593672 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
1867 2024.11.28 01:42:34.962766 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
1868 2024.11.28 01:42:34.962840 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
1869 2024.11.28 01:42:35.202463 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511
1870 2024.11.28 01:42:35.203595 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1871 2024.11.28 01:42:35.203649 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB.
1872 2024.11.28 01:42:35.204199 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
1873 2024.11.28 01:42:35.204478 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1874 2024.11.28 01:42:35.204702 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
1875 2024.11.28 01:42:37.093874 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
1876 2024.11.28 01:42:37.115559 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1877 2024.11.28 01:42:37.115625 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB.
1878 2024.11.28 01:42:37.122910 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
1879 2024.11.28 01:42:37.123680 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1880 2024.11.28 01:42:37.126551 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
1881 2024.11.28 01:42:42.705668 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938
1882 2024.11.28 01:42:42.706324 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1883 2024.11.28 01:42:42.706376 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB.
1884 2024.11.28 01:42:42.706945 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
1885 2024.11.28 01:42:42.707228 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1886 2024.11.28 01:42:42.707473 [ 131 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
1887 2024.11.28 01:42:42.707493 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938
1888 2024.11.28 01:42:42.707555 [ 131 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1889 2024.11.28 01:42:42.707584 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB.
1890 2024.11.28 01:42:42.707726 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
1891 2024.11.28 01:42:42.707851 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1892 2024.11.28 01:42:42.707893 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part
1893 2024.11.28 01:42:42.707977 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part
1894 2024.11.28 01:42:42.708251 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part
1895 2024.11.28 01:42:42.708448 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part
1896 2024.11.28 01:42:42.708573 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part
1897 2024.11.28 01:42:42.708765 [ 189 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part
1898 2024.11.28 01:42:42.711905 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.004233641 sec., 6599047.958955424 rows/sec., 94.40 MiB/sec.
1899 2024.11.28 01:42:42.712321 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
1900 2024.11.28 01:42:42.712667 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_61_12} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1901 2024.11.28 01:42:42.712763 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_61_12} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
1902 2024.11.28 01:42:42.712884 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB.
1903 2024.11.28 01:42:44.627421 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
1904 2024.11.28 01:42:44.650095 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1905 2024.11.28 01:42:44.650175 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB.
1906 2024.11.28 01:42:44.657458 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
1907 2024.11.28 01:42:44.658262 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1908 2024.11.28 01:42:44.658678 [ 130 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
1909 2024.11.28 01:42:44.658804 [ 130 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1910 2024.11.28 01:42:44.658884 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB.
1911 2024.11.28 01:42:44.659506 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
1912 2024.11.28 01:42:44.675956 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
1913 2024.11.28 01:42:44.677406 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1914 2024.11.28 01:42:44.679035 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part
1915 2024.11.28 01:42:44.685264 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part
1916 2024.11.28 01:42:44.691305 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part
1917 2024.11.28 01:42:44.697296 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part
1918 2024.11.28 01:42:44.703114 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part
1919 2024.11.28 01:42:44.708084 [ 189 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part
1920 2024.11.28 01:42:44.772383 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.113298994 sec., 4060.0537018007417 rows/sec., 20.99 MiB/sec.
1921 2024.11.28 01:42:44.775775 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
1922 2024.11.28 01:42:44.779264 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_61_12} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1923 2024.11.28 01:42:44.779379 [ 192 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_61_12} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
1924 2024.11.28 01:42:44.781772 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
1925 2024.11.28 01:42:45.000214 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.53 MiB, peak 224.95 MiB, free memory in arenas 0.00 B, will set to 214.52 MiB (RSS), difference: 2.99 MiB
1926 2024.11.28 01:42:49.962895 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache
1927 2024.11.28 01:42:49.962962 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache
1928 2024.11.28 01:42:50.207665 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426
1929 2024.11.28 01:42:50.208344 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1930 2024.11.28 01:42:50.208391 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB.
1931 2024.11.28 01:42:50.208914 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
1932 2024.11.28 01:42:50.209161 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1933 2024.11.28 01:42:50.209461 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
1934 2024.11.28 01:42:52.176109 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
1935 2024.11.28 01:42:52.195780 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1936 2024.11.28 01:42:52.195851 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB.
1937 2024.11.28 01:42:52.203023 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
1938 2024.11.28 01:42:52.203791 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1939 2024.11.28 01:42:52.206683 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
1940 2024.11.28 01:42:57.709679 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853
1941 2024.11.28 01:42:57.710384 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1942 2024.11.28 01:42:57.710430 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB.
1943 2024.11.28 01:42:57.710963 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
1944 2024.11.28 01:42:57.711225 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1945 2024.11.28 01:42:57.711485 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853
1946 2024.11.28 01:42:59.706800 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
1947 2024.11.28 01:42:59.727489 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1948 2024.11.28 01:42:59.727556 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB.
1949 2024.11.28 01:42:59.734737 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
1950 2024.11.28 01:42:59.735513 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1951 2024.11.28 01:42:59.738239 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
1952 2024.11.28 01:43:04.963215 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
1953 2024.11.28 01:43:04.963283 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
1954 2024.11.28 01:43:05.211605 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341
1955 2024.11.28 01:43:05.212364 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1956 2024.11.28 01:43:05.212411 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB.
1957 2024.11.28 01:43:05.212979 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
1958 2024.11.28 01:43:05.213229 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1959 2024.11.28 01:43:05.213460 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
1960 2024.11.28 01:43:06.001430 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001045018 sec.
1961 2024.11.28 01:43:07.238303 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
1962 2024.11.28 01:43:07.260325 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1963 2024.11.28 01:43:07.260392 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB.
1964 2024.11.28 01:43:07.268016 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
1965 2024.11.28 01:43:07.268829 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1966 2024.11.28 01:43:07.272931 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
1967 2024.11.28 01:43:12.713841 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768
1968 2024.11.28 01:43:12.714786 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1969 2024.11.28 01:43:12.714852 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB.
1970 2024.11.28 01:43:12.715446 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
1971 2024.11.28 01:43:12.715713 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1972 2024.11.28 01:43:12.715941 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768
1973 2024.11.28 01:43:14.773127 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
1974 2024.11.28 01:43:14.794468 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1975 2024.11.28 01:43:14.794532 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB.
1976 2024.11.28 01:43:14.801826 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
1977 2024.11.28 01:43:14.802665 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1978 2024.11.28 01:43:14.806020 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
1979 2024.11.28 01:43:19.963332 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache
1980 2024.11.28 01:43:19.963400 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache
1981 2024.11.28 01:43:20.216237 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256
1982 2024.11.28 01:43:20.217078 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1983 2024.11.28 01:43:20.217129 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB.
1984 2024.11.28 01:43:20.217691 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
1985 2024.11.28 01:43:20.217956 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1986 2024.11.28 01:43:20.218244 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
1987 2024.11.28 01:43:20.218254 [ 123 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
1988 2024.11.28 01:43:20.218355 [ 123 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1989 2024.11.28 01:43:20.218398 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB.
1990 2024.11.28 01:43:20.218609 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
1991 2024.11.28 01:43:20.218779 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1992 2024.11.28 01:43:20.218909 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part
1993 2024.11.28 01:43:20.219321 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part
1994 2024.11.28 01:43:20.219687 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part
1995 2024.11.28 01:43:20.220108 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part
1996 2024.11.28 01:43:20.220303 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part
1997 2024.11.28 01:43:20.220411 [ 193 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part
1998 2024.11.28 01:43:20.223388 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.00488548 sec., 6193045.514463266 rows/sec., 88.59 MiB/sec.
1999 2024.11.28 01:43:20.224049 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
2000 2024.11.28 01:43:20.224373 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_66_13} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2001 2024.11.28 01:43:20.224459 [ 192 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_66_13} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
2002 2024.11.28 01:43:20.224574 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB.
2003 2024.11.28 01:43:22.306194 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
2004 2024.11.28 01:43:22.327403 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2005 2024.11.28 01:43:22.327469 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB.
2006 2024.11.28 01:43:22.334913 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
2007 2024.11.28 01:43:22.335694 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2008 2024.11.28 01:43:22.336071 [ 122 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
2009 2024.11.28 01:43:22.336187 [ 122 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2010 2024.11.28 01:43:22.336243 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB.
2011 2024.11.28 01:43:22.336682 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
2012 2024.11.28 01:43:22.346615 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
2013 2024.11.28 01:43:22.347831 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2014 2024.11.28 01:43:22.348728 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part
2015 2024.11.28 01:43:22.353248 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part
2016 2024.11.28 01:43:22.358081 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part
2017 2024.11.28 01:43:22.363105 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part
2018 2024.11.28 01:43:22.368280 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part
2019 2024.11.28 01:43:22.373021 [ 196 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part
2020 2024.11.28 01:43:22.434411 [ 197 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.097997461 sec., 5081.764312240703 rows/sec., 26.28 MiB/sec.
2021 2024.11.28 01:43:22.438338 [ 195 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
2022 2024.11.28 01:43:22.441591 [ 195 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_66_13} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2023 2024.11.28 01:43:22.441735 [ 195 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_66_13} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
2024 2024.11.28 01:43:22.444471 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB.
2025 2024.11.28 01:43:23.000193 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.12 MiB, peak 229.84 MiB, free memory in arenas 0.00 B, will set to 219.11 MiB (RSS), difference: 2.99 MiB
2026 2024.11.28 01:43:27.718468 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683
2027 2024.11.28 01:43:27.719132 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2028 2024.11.28 01:43:27.719184 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2029 2024.11.28 01:43:27.719756 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
2030 2024.11.28 01:43:27.720025 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2031 2024.11.28 01:43:27.720238 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683
2032 2024.11.28 01:43:29.846792 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
2033 2024.11.28 01:43:29.866056 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2034 2024.11.28 01:43:29.866117 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2035 2024.11.28 01:43:29.873236 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
2036 2024.11.28 01:43:29.874004 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2037 2024.11.28 01:43:29.876749 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
2038 2024.11.28 01:43:34.963451 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
2039 2024.11.28 01:43:34.963524 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
2040 2024.11.28 01:43:35.220446 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171
2041 2024.11.28 01:43:35.221596 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2042 2024.11.28 01:43:35.221695 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2043 2024.11.28 01:43:35.222373 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
2044 2024.11.28 01:43:35.222644 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2045 2024.11.28 01:43:35.222900 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
2046 2024.11.28 01:43:37.376878 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
2047 2024.11.28 01:43:37.396922 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2048 2024.11.28 01:43:37.396978 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2049 2024.11.28 01:43:37.404161 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
2050 2024.11.28 01:43:37.404924 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2051 2024.11.28 01:43:37.407533 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
2052 2024.11.28 01:43:42.723094 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598
2053 2024.11.28 01:43:42.723750 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2054 2024.11.28 01:43:42.723797 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2055 2024.11.28 01:43:42.724393 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
2056 2024.11.28 01:43:42.724657 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2057 2024.11.28 01:43:42.724883 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598
2058 2024.11.28 01:43:44.907663 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
2059 2024.11.28 01:43:44.928298 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2060 2024.11.28 01:43:44.928361 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2061 2024.11.28 01:43:44.935752 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
2062 2024.11.28 01:43:44.936568 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2063 2024.11.28 01:43:44.939279 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
2064 2024.11.28 01:43:49.963566 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
2065 2024.11.28 01:43:49.963626 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
2066 2024.11.28 01:43:50.225095 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086
2067 2024.11.28 01:43:50.226232 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2068 2024.11.28 01:43:50.226324 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2069 2024.11.28 01:43:50.226919 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
2070 2024.11.28 01:43:50.227187 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2071 2024.11.28 01:43:50.227391 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086
2072 2024.11.28 01:43:50.704758 [ 222 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
2073 2024.11.28 01:43:50.704816 [ 222 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
2074 2024.11.28 01:43:50.711149 [ 222 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
2075 2024.11.28 01:43:50.990284 [ 221 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
2076 2024.11.28 01:43:50.990343 [ 221 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
2077 2024.11.28 01:43:50.992668 [ 221 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
2078 2024.11.28 01:43:52.439425 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
2079 2024.11.28 01:43:52.460853 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2080 2024.11.28 01:43:52.460923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2081 2024.11.28 01:43:52.467877 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
2082 2024.11.28 01:43:52.468692 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2083 2024.11.28 01:43:52.471481 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
2084 2024.11.28 01:43:57.727578 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513
2085 2024.11.28 01:43:57.728342 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2086 2024.11.28 01:43:57.728395 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2087 2024.11.28 01:43:57.728945 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
2088 2024.11.28 01:43:57.729230 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2089 2024.11.28 01:43:57.729457 [ 116 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
2090 2024.11.28 01:43:57.729500 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513
2091 2024.11.28 01:43:57.729544 [ 116 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2092 2024.11.28 01:43:57.729573 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2093 2024.11.28 01:43:57.729725 [ 199 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
2094 2024.11.28 01:43:57.729901 [ 199 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2095 2024.11.28 01:43:57.729952 [ 199 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part
2096 2024.11.28 01:43:57.730041 [ 199 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part
2097 2024.11.28 01:43:57.730294 [ 199 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part
2098 2024.11.28 01:43:57.730502 [ 199 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part
2099 2024.11.28 01:43:57.730649 [ 199 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part
2100 2024.11.28 01:43:57.730732 [ 199 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part
2101 2024.11.28 01:43:57.733912 [ 197 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.00426513 sec., 7622979.83883258 rows/sec., 109.05 MiB/sec.
2102 2024.11.28 01:43:57.734496 [ 197 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
2103 2024.11.28 01:43:57.734785 [ 197 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_71_14} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2104 2024.11.28 01:43:57.734863 [ 197 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_71_14} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
2105 2024.11.28 01:43:57.734970 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB.
2106 2024.11.28 01:43:59.971617 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535
2107 2024.11.28 01:43:59.992600 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2108 2024.11.28 01:43:59.992652 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2109 2024.11.28 01:43:59.999575 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
2110 2024.11.28 01:44:00.000256 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.27 MiB, peak 229.84 MiB, free memory in arenas 0.00 B, will set to 219.75 MiB (RSS), difference: -4.52 MiB
2111 2024.11.28 01:44:00.000531 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2112 2024.11.28 01:44:00.001441 [ 114 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
2113 2024.11.28 01:44:00.001559 [ 114 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2114 2024.11.28 01:44:00.001625 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB.
2115 2024.11.28 01:44:00.002205 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
2116 2024.11.28 01:44:00.019040 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535
2117 2024.11.28 01:44:00.020295 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2118 2024.11.28 01:44:00.021531 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part
2119 2024.11.28 01:44:00.026864 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part
2120 2024.11.28 01:44:00.032467 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part
2121 2024.11.28 01:44:00.038189 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part
2122 2024.11.28 01:44:00.044200 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part
2123 2024.11.28 01:44:00.050338 [ 194 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part
2124 2024.11.28 01:44:00.122519 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.120759737 sec., 4430.28457407124 rows/sec., 22.91 MiB/sec.
2125 2024.11.28 01:44:00.125925 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
2126 2024.11.28 01:44:00.129072 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_71_14} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2127 2024.11.28 01:44:00.129202 [ 199 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_71_14} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
2128 2024.11.28 01:44:00.131778 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
2129 2024.11.28 01:44:01.000242 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.30 MiB, peak 233.71 MiB, free memory in arenas 0.00 B, will set to 222.22 MiB (RSS), difference: 5.92 MiB
2130 2024.11.28 01:44:04.963869 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache
2131 2024.11.28 01:44:04.963933 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache
2132 2024.11.28 01:44:05.229699 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001
2133 2024.11.28 01:44:05.230761 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2134 2024.11.28 01:44:05.230808 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB.
2135 2024.11.28 01:44:05.231364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
2136 2024.11.28 01:44:05.231632 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2137 2024.11.28 01:44:05.231840 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001
2138 2024.11.28 01:44:07.519196 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543
2139 2024.11.28 01:44:07.541369 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2140 2024.11.28 01:44:07.541414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB.
2141 2024.11.28 01:44:07.548572 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
2142 2024.11.28 01:44:07.549364 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2143 2024.11.28 01:44:07.552109 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
2144 2024.11.28 01:44:12.732125 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428
2145 2024.11.28 01:44:12.732827 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2146 2024.11.28 01:44:12.732884 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB.
2147 2024.11.28 01:44:12.733443 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
2148 2024.11.28 01:44:12.733715 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2149 2024.11.28 01:44:12.733980 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428
2150 2024.11.28 01:44:15.052349 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
2151 2024.11.28 01:44:15.076004 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2152 2024.11.28 01:44:15.076070 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB.
2153 2024.11.28 01:44:15.083314 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
2154 2024.11.28 01:44:15.084127 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2155 2024.11.28 01:44:15.089245 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
2156 2024.11.28 01:44:19.963978 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache
2157 2024.11.28 01:44:19.964043 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache
2158 2024.11.28 01:44:20.234204 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916
2159 2024.11.28 01:44:20.235180 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2160 2024.11.28 01:44:20.235241 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB.
2161 2024.11.28 01:44:20.235804 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
2162 2024.11.28 01:44:20.236096 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2163 2024.11.28 01:44:20.236308 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916
2164 2024.11.28 01:44:22.589406 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
2165 2024.11.28 01:44:22.612528 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2166 2024.11.28 01:44:22.612595 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB.
2167 2024.11.28 01:44:22.619802 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
2168 2024.11.28 01:44:22.620614 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2169 2024.11.28 01:44:22.624893 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
2170 2024.11.28 01:44:27.736551 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343
2171 2024.11.28 01:44:27.737663 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2172 2024.11.28 01:44:27.737716 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB.
2173 2024.11.28 01:44:27.738254 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
2174 2024.11.28 01:44:27.738525 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2175 2024.11.28 01:44:27.738775 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343
2176 2024.11.28 01:44:27.738864 [ 221 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
2177 2024.11.28 01:44:27.738899 [ 221 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
2178 2024.11.28 01:44:27.741111 [ 221 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
2179 2024.11.28 01:44:28.385815 [ 223 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
2180 2024.11.28 01:44:28.385877 [ 223 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
2181 2024.11.28 01:44:28.388376 [ 223 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
2182 2024.11.28 01:44:30.125055 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
2183 2024.11.28 01:44:30.148211 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2184 2024.11.28 01:44:30.148279 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB.
2185 2024.11.28 01:44:30.156846 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
2186 2024.11.28 01:44:30.157648 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2187 2024.11.28 01:44:30.161897 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
2188 2024.11.28 01:44:34.964085 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
2189 2024.11.28 01:44:34.964150 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
2190 2024.11.28 01:44:35.238983 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831
2191 2024.11.28 01:44:35.239763 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2192 2024.11.28 01:44:35.239823 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB.
2193 2024.11.28 01:44:35.240393 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
2194 2024.11.28 01:44:35.240665 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2195 2024.11.28 01:44:35.240891 [ 107 ] {} <Debug> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
2196 2024.11.28 01:44:35.240965 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831
2197 2024.11.28 01:44:35.241012 [ 107 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2198 2024.11.28 01:44:35.241047 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB.
2199 2024.11.28 01:44:35.241181 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::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
2200 2024.11.28 01:44:35.241333 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2201 2024.11.28 01:44:35.241381 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part
2202 2024.11.28 01:44:35.241472 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part
2203 2024.11.28 01:44:35.241748 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part
2204 2024.11.28 01:44:35.242014 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part
2205 2024.11.28 01:44:35.242145 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part
2206 2024.11.28 01:44:35.242375 [ 187 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part
2207 2024.11.28 01:44:35.245380 [ 188 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.00425716 sec., 8181745.576863448 rows/sec., 117.04 MiB/sec.
2208 2024.11.28 01:44:35.245756 [ 188 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
2209 2024.11.28 01:44:35.246118 [ 188 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_76_15} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2210 2024.11.28 01:44:35.246214 [ 188 ] {b8fb15d8-27b9-44f8-96d1-311f032e4fbc::all_1_76_15} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
2211 2024.11.28 01:44:35.246343 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB.
2212 2024.11.28 01:44:37.662072 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
2213 2024.11.28 01:44:37.683831 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2214 2024.11.28 01:44:37.683888 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB.
2215 2024.11.28 01:44:37.691411 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
2216 2024.11.28 01:44:37.692202 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2217 2024.11.28 01:44:37.692648 [ 106 ] {} <Debug> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
2218 2024.11.28 01:44:37.692785 [ 106 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2219 2024.11.28 01:44:37.692849 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB.
2220 2024.11.28 01:44:37.693281 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::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
2221 2024.11.28 01:44:37.707686 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
2222 2024.11.28 01:44:37.709153 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2223 2024.11.28 01:44:37.710582 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part
2224 2024.11.28 01:44:37.716469 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part
2225 2024.11.28 01:44:37.722522 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part
2226 2024.11.28 01:44:37.728618 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part
2227 2024.11.28 01:44:37.734987 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part
2228 2024.11.28 01:44:37.741105 [ 187 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part
2229 2024.11.28 01:44:37.804619 [ 188 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.111588506 sec., 5134.9374638997315 rows/sec., 26.55 MiB/sec.
2230 2024.11.28 01:44:37.807637 [ 188 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
2231 2024.11.28 01:44:37.810562 [ 188 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_76_15} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2232 2024.11.28 01:44:37.810653 [ 188 ] {1b0fd6c4-68f3-4781-a770-ff6832e9c502::all_1_76_15} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
2233 2024.11.28 01:44:37.812971 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
2234 2024.11.28 01:44:42.741189 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258
2235 2024.11.28 01:44:42.741855 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2236 2024.11.28 01:44:42.741903 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB.
2237 2024.11.28 01:44:42.742463 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
2238 2024.11.28 01:44:42.742739 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2239 2024.11.28 01:44:42.742923 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258
2240 2024.11.28 01:44:45.207840 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
2241 2024.11.28 01:44:45.230581 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2242 2024.11.28 01:44:45.230646 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB.
2243 2024.11.28 01:44:45.237957 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
2244 2024.11.28 01:44:45.238759 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2245 2024.11.28 01:44:45.242828 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
2246 2024.11.28 01:44:49.964191 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache
2247 2024.11.28 01:44:49.964262 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache
2248 2024.11.28 01:44:50.243123 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746
2249 2024.11.28 01:44:50.243843 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2250 2024.11.28 01:44:50.243896 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB.
2251 2024.11.28 01:44:50.244455 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
2252 2024.11.28 01:44:50.244721 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2253 2024.11.28 01:44:50.244976 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746
2254 2024.11.28 01:44:52.742983 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588
2255 2024.11.28 01:44:52.766225 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2256 2024.11.28 01:44:52.766290 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB.
2257 2024.11.28 01:44:52.773834 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
2258 2024.11.28 01:44:52.774623 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2259 2024.11.28 01:44:52.777916 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588
2260 2024.11.28 01:44:57.745225 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173
2261 2024.11.28 01:44:57.746267 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2262 2024.11.28 01:44:57.746314 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB.
2263 2024.11.28 01:44:57.746863 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
2264 2024.11.28 01:44:57.747129 [ 243 ] {} <Trace> system.asynchronous_metric_log (b8fb15d8-27b9-44f8-96d1-311f032e4fbc): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2265 2024.11.28 01:44:57.747420 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173
2266 2024.11.28 01:45:00.278072 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596
2267 2024.11.28 01:45:00.301947 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2268 2024.11.28 01:45:00.302011 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB.
2269 2024.11.28 01:45:00.309555 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
2270 2024.11.28 01:45:00.310369 [ 242 ] {} <Trace> system.metric_log (1b0fd6c4-68f3-4781-a770-ff6832e9c502): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2271 2024.11.28 01:45:00.314022 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596