1 | [ Jul 3 17:22:23 Enabled. ] | ||
2 | [ Jul 3 17:22:23 Rereading configuration. ] | ||
3 | [ Jul 3 17:22:27 Rereading configuration. ] | ||
4 | [ Jul 3 17:22:31 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 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ Jul 3 17:22:31 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.07.03 17:22:32.996796 [ 1 ] {} <Information> Application: Will watch for the process with pid 26871 | ||
33 | 2024.07.03 17:22:32.997328 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.07.03 17:22:33.323627 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26871 | ||
35 | 2024.07.03 17:22:33.324334 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.07.03 17:22:33.326525 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.07.03 17:22:33.412633 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.07.03 17:22:33.444634 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.07.03 17:22:33.444678 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.07.03 17:22:33.444696 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.07.03 17:22:33.444757 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.07.03 17:22:33.445048 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.07.03 17:22:33.446486 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.07.03 17:22:33.446959 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.07.03 17:22:33.447748 [ 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) | ||
49 | 2024.07.03 17:22:33.447772 [ 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) | ||
50 | 2024.07.03 17:22:33.447785 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.07.03 17:22:33.447956 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.07.03 17:22:33.448968 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.07.03 17:22:33.454200 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.07.03 17:22:33.454907 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.07.03 17:22:33.456171 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.07.03 17:22:33.456231 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.07.03 17:22:33.457710 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.07.03 17:22:33.457974 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.07.03 17:22:33.462070 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.07.03 17:22:33.462326 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.07.03 17:22:33.463894 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.07.03 17:22:33.464368 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.07.03 17:22:33.464774 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.07.03 17:22:33.465126 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.07.03 17:22:33.466415 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.07.03 17:22:33.466440 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.07.03 17:22:33.466511 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.07.03 17:22:33.466667 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.07.03 17:22:33.474160 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.07.03 17:22:33.474190 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000140994 sec | ||
74 | 2024.07.03 17:22:33.474223 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.07.03 17:22:33.474235 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.07.03 17:22:33.475286 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.07.03 17:22:33.476282 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.07.03 17:22:33.476303 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.07.03 17:22:33.476331 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.07.03 17:22:33.476347 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.07.03 17:22:33.476359 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.07.03 17:22:33.476388 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.07.03 17:22:33.476400 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.07.03 17:22:33.476415 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.07.03 17:22:33.476445 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.07.03 17:22:33.476457 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.07.03 17:22:33.476471 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.07.03 17:22:33.476486 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.07.03 17:22:33.476516 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.07.03 17:22:33.476530 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.07.03 17:22:33.476545 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.07.03 17:22:33.476569 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.07.03 17:22:33.476583 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.07.03 17:22:33.513130 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.07.03 17:22:33.514473 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.07.03 17:22:33.514499 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.3881e-05 sec | ||
97 | 2024.07.03 17:22:33.514513 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.07.03 17:22:33.514527 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.07.03 17:22:33.514547 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.07.03 17:22:33.514727 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.07.03 17:22:33.514767 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.07.03 17:22:33.514781 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.07.03 17:22:33.514796 [ 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). | ||
104 | 2024.07.03 17:22:33.514808 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.07.03 17:22:33.572453 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.07.03 17:22:34.072378 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.07.03 17:22:34.072433 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.07.03 17:22:34.226451 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.07.03 17:22:34.226661 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.19 MiB | ||
110 | 2024.07.03 17:22:34.227508 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.252e-05 sec. | ||
111 | 2024.07.03 17:22:34.227826 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.07.03 17:22:34.227916 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.07.03 17:22:34.227969 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.07.03 17:22:34.227989 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.07.03 17:22:35.318653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.07.03 17:22:35.318874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.07.03 17:22:35.318910 [ 3 ] {} <Debug> HTTP-Session: f19400e9-da00-4e63-b549-72635804bd47 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
118 | 2024.07.03 17:22:35.318940 [ 3 ] {} <Debug> HTTP-Session: f19400e9-da00-4e63-b549-72635804bd47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.07.03 17:22:35.318958 [ 3 ] {} <Debug> HTTP-Session: f19400e9-da00-4e63-b549-72635804bd47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.07.03 17:22:35.319044 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.07.03 17:22:35.319076 [ 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 | ||
122 | 2024.07.03 17:22:35.319098 [ 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 | ||
123 | 2024.07.03 17:22:35.319159 [ 3 ] {} <Trace> HTTP-Session: f19400e9-da00-4e63-b549-72635804bd47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.07.03 17:22:35.320256 [ 3 ] {d8696196-16ad-4320-8969-9fc5c73a69bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.07.03 17:22:35.360985 [ 3 ] {d8696196-16ad-4320-8969-9fc5c73a69bf} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62065) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 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 | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 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 | ||
134 | 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 | ||
135 | 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 | ||
136 | 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 | ||
137 | 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 | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.07.03 17:22:35.361684 [ 3 ] {d8696196-16ad-4320-8969-9fc5c73a69bf} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 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 | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 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 | ||
159 | 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 | ||
160 | 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 | ||
161 | 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 | ||
162 | 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 | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.07.03 17:22:35.364652 [ 3 ] {} <Debug> HTTP-Session: f19400e9-da00-4e63-b549-72635804bd47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.07.03 17:22:35.366257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.07.03 17:22:35.366332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.07.03 17:22:35.366364 [ 3 ] {} <Debug> HTTP-Session: a705af72-ea1d-4dda-a2ef-793027991879 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
179 | 2024.07.03 17:22:35.366395 [ 3 ] {} <Debug> HTTP-Session: a705af72-ea1d-4dda-a2ef-793027991879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.07.03 17:22:35.366411 [ 3 ] {} <Debug> HTTP-Session: a705af72-ea1d-4dda-a2ef-793027991879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.07.03 17:22:35.366465 [ 3 ] {} <Trace> HTTP-Session: a705af72-ea1d-4dda-a2ef-793027991879 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.07.03 17:22:35.367737 [ 3 ] {df319743-ccc5-4a23-88e8-6945b1f3c9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.07.03 17:22:35.367858 [ 3 ] {df319743-ccc5-4a23-88e8-6945b1f3c9fc} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.07.03 17:22:35.369922 [ 3 ] {df319743-ccc5-4a23-88e8-6945b1f3c9fc} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.07.03 17:22:35.372734 [ 3 ] {df319743-ccc5-4a23-88e8-6945b1f3c9fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.07.03 17:22:35.378613 [ 3 ] {df319743-ccc5-4a23-88e8-6945b1f3c9fc} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.07.03 17:22:35.378654 [ 3 ] {df319743-ccc5-4a23-88e8-6945b1f3c9fc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.07.03 17:22:35.378678 [ 3 ] {} <Debug> HTTP-Session: a705af72-ea1d-4dda-a2ef-793027991879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.07.03 17:22:35.380511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.07.03 17:22:35.380576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.07.03 17:22:35.380604 [ 3 ] {} <Debug> HTTP-Session: 384fc234-4d57-4f7c-bd09-0e97768c3dd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
192 | 2024.07.03 17:22:35.380624 [ 3 ] {} <Debug> HTTP-Session: 384fc234-4d57-4f7c-bd09-0e97768c3dd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.07.03 17:22:35.380651 [ 3 ] {} <Debug> HTTP-Session: 384fc234-4d57-4f7c-bd09-0e97768c3dd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.07.03 17:22:35.380708 [ 3 ] {} <Trace> HTTP-Session: 384fc234-4d57-4f7c-bd09-0e97768c3dd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.07.03 17:22:35.380858 [ 3 ] {05c5143d-9c85-41de-b819-da5802e5e15c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.07.03 17:22:35.381160 [ 3 ] {05c5143d-9c85-41de-b819-da5802e5e15c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62065) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 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 | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 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 | ||
205 | 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 | ||
206 | 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 | ||
207 | 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 | ||
208 | 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 | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.07.03 17:22:35.381296 [ 3 ] {05c5143d-9c85-41de-b819-da5802e5e15c} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 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 | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 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 | ||
230 | 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 | ||
231 | 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 | ||
232 | 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 | ||
233 | 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 | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.07.03 17:22:35.381435 [ 3 ] {} <Debug> HTTP-Session: 384fc234-4d57-4f7c-bd09-0e97768c3dd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.07.03 17:22:35.381677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.07.03 17:22:35.381725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.07.03 17:22:35.381743 [ 3 ] {} <Debug> HTTP-Session: c4e1dfa0-e3e7-4f99-8b7a-4b8148c8680e Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
250 | 2024.07.03 17:22:35.381762 [ 3 ] {} <Debug> HTTP-Session: c4e1dfa0-e3e7-4f99-8b7a-4b8148c8680e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.07.03 17:22:35.381777 [ 3 ] {} <Debug> HTTP-Session: c4e1dfa0-e3e7-4f99-8b7a-4b8148c8680e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.07.03 17:22:35.381806 [ 3 ] {} <Trace> HTTP-Session: c4e1dfa0-e3e7-4f99-8b7a-4b8148c8680e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.07.03 17:22:35.381966 [ 3 ] {0ba50d66-bbda-4542-a5ff-23b4b584a1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.07.03 17:22:35.382122 [ 3 ] {0ba50d66-bbda-4542-a5ff-23b4b584a1b4} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.07.03 17:22:35.382144 [ 3 ] {} <Debug> HTTP-Session: c4e1dfa0-e3e7-4f99-8b7a-4b8148c8680e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.07.03 17:22:35.382256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.07.03 17:22:35.382304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.07.03 17:22:35.382325 [ 3 ] {} <Debug> HTTP-Session: de3cb6db-55e1-4260-8f70-6ced83c9bfae Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
259 | 2024.07.03 17:22:35.382340 [ 3 ] {} <Debug> HTTP-Session: de3cb6db-55e1-4260-8f70-6ced83c9bfae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.07.03 17:22:35.382355 [ 3 ] {} <Debug> HTTP-Session: de3cb6db-55e1-4260-8f70-6ced83c9bfae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.07.03 17:22:35.382385 [ 3 ] {} <Trace> HTTP-Session: de3cb6db-55e1-4260-8f70-6ced83c9bfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.07.03 17:22:35.382470 [ 3 ] {a1672fcb-47e9-4146-b742-7d6531463c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.07.03 17:22:35.382525 [ 3 ] {a1672fcb-47e9-4146-b742-7d6531463c3c} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.07.03 17:22:35.383834 [ 3 ] {a1672fcb-47e9-4146-b742-7d6531463c3c} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.07.03 17:22:35.383864 [ 3 ] {a1672fcb-47e9-4146-b742-7d6531463c3c} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0772e-05 sec | ||
266 | 2024.07.03 17:22:35.383877 [ 3 ] {a1672fcb-47e9-4146-b742-7d6531463c3c} <Trace> ReferentialDeps: No tables | ||
267 | 2024.07.03 17:22:35.383892 [ 3 ] {a1672fcb-47e9-4146-b742-7d6531463c3c} <Trace> LoadingDeps: No tables | ||
268 | 2024.07.03 17:22:35.383914 [ 3 ] {a1672fcb-47e9-4146-b742-7d6531463c3c} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.07.03 17:22:35.384031 [ 3 ] {a1672fcb-47e9-4146-b742-7d6531463c3c} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.07.03 17:22:35.384052 [ 3 ] {} <Debug> HTTP-Session: de3cb6db-55e1-4260-8f70-6ced83c9bfae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.07.03 17:22:35.384154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.07.03 17:22:35.384202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.07.03 17:22:35.384219 [ 3 ] {} <Debug> HTTP-Session: 3307c0e7-583b-4cda-a29e-c3f503bc4450 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
274 | 2024.07.03 17:22:35.384239 [ 3 ] {} <Debug> HTTP-Session: 3307c0e7-583b-4cda-a29e-c3f503bc4450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.07.03 17:22:35.384258 [ 3 ] {} <Debug> HTTP-Session: 3307c0e7-583b-4cda-a29e-c3f503bc4450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.07.03 17:22:35.384286 [ 3 ] {} <Trace> HTTP-Session: 3307c0e7-583b-4cda-a29e-c3f503bc4450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.07.03 17:22:35.384424 [ 3 ] {b5aac896-4080-4e34-9495-6cab09edc326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.07.03 17:22:35.384469 [ 3 ] {b5aac896-4080-4e34-9495-6cab09edc326} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.07.03 17:22:35.388630 [ 3 ] {b5aac896-4080-4e34-9495-6cab09edc326} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.07.03 17:22:35.389613 [ 3 ] {b5aac896-4080-4e34-9495-6cab09edc326} <Debug> oximeter.version (3d381788-7958-4f20-bd23-bf0d9d8ea4e2): Loading data parts | ||
282 | 2024.07.03 17:22:35.389989 [ 3 ] {b5aac896-4080-4e34-9495-6cab09edc326} <Debug> oximeter.version (3d381788-7958-4f20-bd23-bf0d9d8ea4e2): There are no data parts | ||
283 | 2024.07.03 17:22:35.392515 [ 3 ] {b5aac896-4080-4e34-9495-6cab09edc326} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.07.03 17:22:35.392540 [ 3 ] {} <Debug> HTTP-Session: 3307c0e7-583b-4cda-a29e-c3f503bc4450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.07.03 17:22:35.392661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.07.03 17:22:35.392712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.07.03 17:22:35.392736 [ 3 ] {} <Debug> HTTP-Session: f5065752-0968-4f1d-a8f0-77d92c5a6c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
288 | 2024.07.03 17:22:35.392751 [ 3 ] {} <Debug> HTTP-Session: f5065752-0968-4f1d-a8f0-77d92c5a6c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.07.03 17:22:35.392768 [ 3 ] {} <Debug> HTTP-Session: f5065752-0968-4f1d-a8f0-77d92c5a6c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.07.03 17:22:35.392802 [ 3 ] {} <Trace> HTTP-Session: f5065752-0968-4f1d-a8f0-77d92c5a6c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.07.03 17:22:35.392999 [ 3 ] {f1474c52-7ea7-4639-9afb-b665b6e87e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.07.03 17:22:35.393051 [ 3 ] {f1474c52-7ea7-4639-9afb-b665b6e87e49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.07.03 17:22:35.399277 [ 3 ] {f1474c52-7ea7-4639-9afb-b665b6e87e49} <Debug> oximeter.measurements_bool (9a6ed6bb-595b-4f2d-b743-ed0c62483a44): Loading data parts | ||
304 | 2024.07.03 17:22:35.399447 [ 3 ] {f1474c52-7ea7-4639-9afb-b665b6e87e49} <Debug> oximeter.measurements_bool (9a6ed6bb-595b-4f2d-b743-ed0c62483a44): There are no data parts | ||
305 | 2024.07.03 17:22:35.400689 [ 3 ] {f1474c52-7ea7-4639-9afb-b665b6e87e49} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.07.03 17:22:35.400715 [ 3 ] {} <Debug> HTTP-Session: f5065752-0968-4f1d-a8f0-77d92c5a6c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.07.03 17:22:35.400840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.07.03 17:22:35.400892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.07.03 17:22:35.400915 [ 3 ] {} <Debug> HTTP-Session: fcd964b1-21dd-4df9-85ad-11b37c7cc7b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
310 | 2024.07.03 17:22:35.400931 [ 3 ] {} <Debug> HTTP-Session: fcd964b1-21dd-4df9-85ad-11b37c7cc7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.07.03 17:22:35.400948 [ 3 ] {} <Debug> HTTP-Session: fcd964b1-21dd-4df9-85ad-11b37c7cc7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.07.03 17:22:35.400978 [ 3 ] {} <Trace> HTTP-Session: fcd964b1-21dd-4df9-85ad-11b37c7cc7b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.07.03 17:22:35.401157 [ 3 ] {35863071-8220-4b6d-a29c-e4035ec3dc10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
314 | 2024.07.03 17:22:35.401204 [ 3 ] {35863071-8220-4b6d-a29c-e4035ec3dc10} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.07.03 17:22:35.402870 [ 3 ] {35863071-8220-4b6d-a29c-e4035ec3dc10} <Debug> oximeter.measurements_i8 (d8ca5186-d482-4fe3-a629-8f67082ae7bd): Loading data parts | ||
316 | 2024.07.03 17:22:35.403090 [ 3 ] {35863071-8220-4b6d-a29c-e4035ec3dc10} <Debug> oximeter.measurements_i8 (d8ca5186-d482-4fe3-a629-8f67082ae7bd): There are no data parts | ||
317 | 2024.07.03 17:22:35.404457 [ 3 ] {35863071-8220-4b6d-a29c-e4035ec3dc10} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.07.03 17:22:35.404492 [ 3 ] {} <Debug> HTTP-Session: fcd964b1-21dd-4df9-85ad-11b37c7cc7b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.07.03 17:22:35.404614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.07.03 17:22:35.404664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.07.03 17:22:35.404688 [ 3 ] {} <Debug> HTTP-Session: 4d881321-5c77-4897-a666-dc42fc7c9a78 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
322 | 2024.07.03 17:22:35.404704 [ 3 ] {} <Debug> HTTP-Session: 4d881321-5c77-4897-a666-dc42fc7c9a78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.07.03 17:22:35.404720 [ 3 ] {} <Debug> HTTP-Session: 4d881321-5c77-4897-a666-dc42fc7c9a78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.07.03 17:22:35.404755 [ 3 ] {} <Trace> HTTP-Session: 4d881321-5c77-4897-a666-dc42fc7c9a78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.07.03 17:22:35.404924 [ 3 ] {78932eca-8d0a-41fc-8c6d-18f2019129e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
326 | 2024.07.03 17:22:35.404975 [ 3 ] {78932eca-8d0a-41fc-8c6d-18f2019129e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.07.03 17:22:35.406621 [ 3 ] {78932eca-8d0a-41fc-8c6d-18f2019129e6} <Debug> oximeter.measurements_u8 (87e769fb-35b7-440a-b930-2e951580c237): Loading data parts | ||
328 | 2024.07.03 17:22:35.406753 [ 3 ] {78932eca-8d0a-41fc-8c6d-18f2019129e6} <Debug> oximeter.measurements_u8 (87e769fb-35b7-440a-b930-2e951580c237): There are no data parts | ||
329 | 2024.07.03 17:22:35.408070 [ 3 ] {78932eca-8d0a-41fc-8c6d-18f2019129e6} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.07.03 17:22:35.408095 [ 3 ] {} <Debug> HTTP-Session: 4d881321-5c77-4897-a666-dc42fc7c9a78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.07.03 17:22:35.408212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.07.03 17:22:35.408264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.07.03 17:22:35.408289 [ 3 ] {} <Debug> HTTP-Session: 82ae7218-1170-426a-a477-493c7c577735 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
334 | 2024.07.03 17:22:35.408305 [ 3 ] {} <Debug> HTTP-Session: 82ae7218-1170-426a-a477-493c7c577735 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.07.03 17:22:35.408323 [ 3 ] {} <Debug> HTTP-Session: 82ae7218-1170-426a-a477-493c7c577735 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.07.03 17:22:35.408356 [ 3 ] {} <Trace> HTTP-Session: 82ae7218-1170-426a-a477-493c7c577735 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.07.03 17:22:35.408534 [ 3 ] {25100658-7332-48d0-a0bb-5d1c2cfa4b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
338 | 2024.07.03 17:22:35.408582 [ 3 ] {25100658-7332-48d0-a0bb-5d1c2cfa4b79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.07.03 17:22:35.410345 [ 3 ] {25100658-7332-48d0-a0bb-5d1c2cfa4b79} <Debug> oximeter.measurements_i16 (c40286d9-1c98-44e6-9bcb-ffae5da1f20e): Loading data parts | ||
340 | 2024.07.03 17:22:35.410465 [ 3 ] {25100658-7332-48d0-a0bb-5d1c2cfa4b79} <Debug> oximeter.measurements_i16 (c40286d9-1c98-44e6-9bcb-ffae5da1f20e): There are no data parts | ||
341 | 2024.07.03 17:22:35.411703 [ 3 ] {25100658-7332-48d0-a0bb-5d1c2cfa4b79} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.07.03 17:22:35.411734 [ 3 ] {} <Debug> HTTP-Session: 82ae7218-1170-426a-a477-493c7c577735 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.07.03 17:22:35.411842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.07.03 17:22:35.411892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.07.03 17:22:35.411916 [ 3 ] {} <Debug> HTTP-Session: 119bdc0f-d57d-498b-be4b-7cb54789755b Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
346 | 2024.07.03 17:22:35.411932 [ 3 ] {} <Debug> HTTP-Session: 119bdc0f-d57d-498b-be4b-7cb54789755b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.07.03 17:22:35.411949 [ 3 ] {} <Debug> HTTP-Session: 119bdc0f-d57d-498b-be4b-7cb54789755b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.07.03 17:22:35.411982 [ 3 ] {} <Trace> HTTP-Session: 119bdc0f-d57d-498b-be4b-7cb54789755b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.07.03 17:22:35.412153 [ 3 ] {4973eeb1-6522-47b5-a17e-252512182156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
350 | 2024.07.03 17:22:35.412206 [ 3 ] {4973eeb1-6522-47b5-a17e-252512182156} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.07.03 17:22:35.413698 [ 3 ] {4973eeb1-6522-47b5-a17e-252512182156} <Debug> oximeter.measurements_u16 (2c886f56-e774-4933-a292-6976b4c232d7): Loading data parts | ||
352 | 2024.07.03 17:22:35.413822 [ 3 ] {4973eeb1-6522-47b5-a17e-252512182156} <Debug> oximeter.measurements_u16 (2c886f56-e774-4933-a292-6976b4c232d7): There are no data parts | ||
353 | 2024.07.03 17:22:35.415012 [ 3 ] {4973eeb1-6522-47b5-a17e-252512182156} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.07.03 17:22:35.415043 [ 3 ] {} <Debug> HTTP-Session: 119bdc0f-d57d-498b-be4b-7cb54789755b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.07.03 17:22:35.415162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.07.03 17:22:35.415214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.07.03 17:22:35.415238 [ 3 ] {} <Debug> HTTP-Session: 7cf8a841-e27c-450f-8414-4a2f9a79991f Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
358 | 2024.07.03 17:22:35.415261 [ 3 ] {} <Debug> HTTP-Session: 7cf8a841-e27c-450f-8414-4a2f9a79991f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.07.03 17:22:35.415275 [ 3 ] {} <Debug> HTTP-Session: 7cf8a841-e27c-450f-8414-4a2f9a79991f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.07.03 17:22:35.415308 [ 3 ] {} <Trace> HTTP-Session: 7cf8a841-e27c-450f-8414-4a2f9a79991f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.07.03 17:22:35.415486 [ 3 ] {08d04a1f-aca5-400f-be95-8198cc20a7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
362 | 2024.07.03 17:22:35.415533 [ 3 ] {08d04a1f-aca5-400f-be95-8198cc20a7d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.07.03 17:22:35.417157 [ 3 ] {08d04a1f-aca5-400f-be95-8198cc20a7d0} <Debug> oximeter.measurements_i32 (1153f6f4-cfa3-42ff-a0cf-e13a416c72bb): Loading data parts | ||
364 | 2024.07.03 17:22:35.417275 [ 3 ] {08d04a1f-aca5-400f-be95-8198cc20a7d0} <Debug> oximeter.measurements_i32 (1153f6f4-cfa3-42ff-a0cf-e13a416c72bb): There are no data parts | ||
365 | 2024.07.03 17:22:35.418531 [ 3 ] {08d04a1f-aca5-400f-be95-8198cc20a7d0} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.07.03 17:22:35.418562 [ 3 ] {} <Debug> HTTP-Session: 7cf8a841-e27c-450f-8414-4a2f9a79991f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.07.03 17:22:35.418667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.07.03 17:22:35.418718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.07.03 17:22:35.418747 [ 3 ] {} <Debug> HTTP-Session: 7172d355-24c8-4e36-b0ea-2792d3c8cab9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
370 | 2024.07.03 17:22:35.418762 [ 3 ] {} <Debug> HTTP-Session: 7172d355-24c8-4e36-b0ea-2792d3c8cab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.07.03 17:22:35.418780 [ 3 ] {} <Debug> HTTP-Session: 7172d355-24c8-4e36-b0ea-2792d3c8cab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.07.03 17:22:35.418814 [ 3 ] {} <Trace> HTTP-Session: 7172d355-24c8-4e36-b0ea-2792d3c8cab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.07.03 17:22:35.418985 [ 3 ] {10cc4bc2-94bf-4537-a9db-dfc8b4d62728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
374 | 2024.07.03 17:22:35.419034 [ 3 ] {10cc4bc2-94bf-4537-a9db-dfc8b4d62728} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.07.03 17:22:35.420602 [ 3 ] {10cc4bc2-94bf-4537-a9db-dfc8b4d62728} <Debug> oximeter.measurements_u32 (5c747ff0-44f6-4de4-88d0-f53036060fd9): Loading data parts | ||
376 | 2024.07.03 17:22:35.420728 [ 3 ] {10cc4bc2-94bf-4537-a9db-dfc8b4d62728} <Debug> oximeter.measurements_u32 (5c747ff0-44f6-4de4-88d0-f53036060fd9): There are no data parts | ||
377 | 2024.07.03 17:22:35.422001 [ 3 ] {10cc4bc2-94bf-4537-a9db-dfc8b4d62728} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.07.03 17:22:35.422032 [ 3 ] {} <Debug> HTTP-Session: 7172d355-24c8-4e36-b0ea-2792d3c8cab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.07.03 17:22:35.422139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.07.03 17:22:35.422191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.07.03 17:22:35.422214 [ 3 ] {} <Debug> HTTP-Session: e385a977-ae40-4597-baa9-24765d983764 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
382 | 2024.07.03 17:22:35.422234 [ 3 ] {} <Debug> HTTP-Session: e385a977-ae40-4597-baa9-24765d983764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.07.03 17:22:35.422248 [ 3 ] {} <Debug> HTTP-Session: e385a977-ae40-4597-baa9-24765d983764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.07.03 17:22:35.422281 [ 3 ] {} <Trace> HTTP-Session: e385a977-ae40-4597-baa9-24765d983764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.07.03 17:22:35.422452 [ 3 ] {25e4651c-69f7-4924-8c0a-6f77c9dbf1d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
386 | 2024.07.03 17:22:35.422505 [ 3 ] {25e4651c-69f7-4924-8c0a-6f77c9dbf1d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.07.03 17:22:35.424203 [ 3 ] {25e4651c-69f7-4924-8c0a-6f77c9dbf1d9} <Debug> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Loading data parts | ||
388 | 2024.07.03 17:22:35.424325 [ 3 ] {25e4651c-69f7-4924-8c0a-6f77c9dbf1d9} <Debug> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): There are no data parts | ||
389 | 2024.07.03 17:22:35.425527 [ 3 ] {25e4651c-69f7-4924-8c0a-6f77c9dbf1d9} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.07.03 17:22:35.425560 [ 3 ] {} <Debug> HTTP-Session: e385a977-ae40-4597-baa9-24765d983764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.07.03 17:22:35.425655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.07.03 17:22:35.425710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.07.03 17:22:35.425729 [ 3 ] {} <Debug> HTTP-Session: 23dac400-ebb2-41ec-8063-aceaeb6e70eb Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
394 | 2024.07.03 17:22:35.425750 [ 3 ] {} <Debug> HTTP-Session: 23dac400-ebb2-41ec-8063-aceaeb6e70eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.07.03 17:22:35.425763 [ 3 ] {} <Debug> HTTP-Session: 23dac400-ebb2-41ec-8063-aceaeb6e70eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.07.03 17:22:35.425797 [ 3 ] {} <Trace> HTTP-Session: 23dac400-ebb2-41ec-8063-aceaeb6e70eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.07.03 17:22:35.425968 [ 3 ] {d7f37313-b51e-4b1c-be60-fd0e9a545197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
398 | 2024.07.03 17:22:35.426015 [ 3 ] {d7f37313-b51e-4b1c-be60-fd0e9a545197} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.07.03 17:22:35.427691 [ 3 ] {d7f37313-b51e-4b1c-be60-fd0e9a545197} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Loading data parts | ||
400 | 2024.07.03 17:22:35.427822 [ 3 ] {d7f37313-b51e-4b1c-be60-fd0e9a545197} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): There are no data parts | ||
401 | 2024.07.03 17:22:35.429014 [ 3 ] {d7f37313-b51e-4b1c-be60-fd0e9a545197} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.07.03 17:22:35.429044 [ 3 ] {} <Debug> HTTP-Session: 23dac400-ebb2-41ec-8063-aceaeb6e70eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.07.03 17:22:35.429158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.07.03 17:22:35.429203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.07.03 17:22:35.429228 [ 3 ] {} <Debug> HTTP-Session: c46ea3f9-4f2f-4060-b28f-350e4fdbb70c Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
406 | 2024.07.03 17:22:35.429249 [ 3 ] {} <Debug> HTTP-Session: c46ea3f9-4f2f-4060-b28f-350e4fdbb70c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.07.03 17:22:35.429263 [ 3 ] {} <Debug> HTTP-Session: c46ea3f9-4f2f-4060-b28f-350e4fdbb70c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.07.03 17:22:35.429297 [ 3 ] {} <Trace> HTTP-Session: c46ea3f9-4f2f-4060-b28f-350e4fdbb70c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.07.03 17:22:35.429469 [ 3 ] {6738a969-0134-4fdb-b2c7-356f48853c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
410 | 2024.07.03 17:22:35.429521 [ 3 ] {6738a969-0134-4fdb-b2c7-356f48853c8f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.07.03 17:22:35.431149 [ 3 ] {6738a969-0134-4fdb-b2c7-356f48853c8f} <Debug> oximeter.measurements_f32 (c89f18ee-3789-4636-bf3c-66347f0128b6): Loading data parts | ||
412 | 2024.07.03 17:22:35.431278 [ 3 ] {6738a969-0134-4fdb-b2c7-356f48853c8f} <Debug> oximeter.measurements_f32 (c89f18ee-3789-4636-bf3c-66347f0128b6): There are no data parts | ||
413 | 2024.07.03 17:22:35.432471 [ 3 ] {6738a969-0134-4fdb-b2c7-356f48853c8f} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.07.03 17:22:35.432496 [ 3 ] {} <Debug> HTTP-Session: c46ea3f9-4f2f-4060-b28f-350e4fdbb70c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.07.03 17:22:35.432609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.07.03 17:22:35.432666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.07.03 17:22:35.432685 [ 3 ] {} <Debug> HTTP-Session: eec42a94-a116-4f05-8a0e-05bf5584ae42 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
418 | 2024.07.03 17:22:35.432706 [ 3 ] {} <Debug> HTTP-Session: eec42a94-a116-4f05-8a0e-05bf5584ae42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.07.03 17:22:35.432724 [ 3 ] {} <Debug> HTTP-Session: eec42a94-a116-4f05-8a0e-05bf5584ae42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.07.03 17:22:35.432757 [ 3 ] {} <Trace> HTTP-Session: eec42a94-a116-4f05-8a0e-05bf5584ae42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.07.03 17:22:35.432935 [ 3 ] {17b5c45d-bfc2-49e1-9650-1ad7b0f49502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
422 | 2024.07.03 17:22:35.433021 [ 3 ] {17b5c45d-bfc2-49e1-9650-1ad7b0f49502} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.07.03 17:22:35.434663 [ 3 ] {17b5c45d-bfc2-49e1-9650-1ad7b0f49502} <Debug> oximeter.measurements_f64 (ad0d056d-9356-4a57-b2b3-89ede147fad6): Loading data parts | ||
424 | 2024.07.03 17:22:35.434789 [ 3 ] {17b5c45d-bfc2-49e1-9650-1ad7b0f49502} <Debug> oximeter.measurements_f64 (ad0d056d-9356-4a57-b2b3-89ede147fad6): There are no data parts | ||
425 | 2024.07.03 17:22:35.435975 [ 3 ] {17b5c45d-bfc2-49e1-9650-1ad7b0f49502} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.07.03 17:22:35.436005 [ 3 ] {} <Debug> HTTP-Session: eec42a94-a116-4f05-8a0e-05bf5584ae42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.07.03 17:22:35.436127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.07.03 17:22:35.436177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.07.03 17:22:35.436197 [ 3 ] {} <Debug> HTTP-Session: d578f791-7e14-45d9-94a3-decc0edc78f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
430 | 2024.07.03 17:22:35.436218 [ 3 ] {} <Debug> HTTP-Session: d578f791-7e14-45d9-94a3-decc0edc78f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.07.03 17:22:35.436231 [ 3 ] {} <Debug> HTTP-Session: d578f791-7e14-45d9-94a3-decc0edc78f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.07.03 17:22:35.436265 [ 3 ] {} <Trace> HTTP-Session: d578f791-7e14-45d9-94a3-decc0edc78f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.07.03 17:22:35.436439 [ 3 ] {b318a06c-c95d-4bf4-9501-a49f76dc8a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
434 | 2024.07.03 17:22:35.436491 [ 3 ] {b318a06c-c95d-4bf4-9501-a49f76dc8a24} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.07.03 17:22:35.438107 [ 3 ] {b318a06c-c95d-4bf4-9501-a49f76dc8a24} <Debug> oximeter.measurements_string (1bb6015a-7f75-40e0-925e-e6e8d99cba8d): Loading data parts | ||
436 | 2024.07.03 17:22:35.438229 [ 3 ] {b318a06c-c95d-4bf4-9501-a49f76dc8a24} <Debug> oximeter.measurements_string (1bb6015a-7f75-40e0-925e-e6e8d99cba8d): There are no data parts | ||
437 | 2024.07.03 17:22:35.439455 [ 3 ] {b318a06c-c95d-4bf4-9501-a49f76dc8a24} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.07.03 17:22:35.439480 [ 3 ] {} <Debug> HTTP-Session: d578f791-7e14-45d9-94a3-decc0edc78f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.07.03 17:22:35.439589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.07.03 17:22:35.439641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.07.03 17:22:35.439661 [ 3 ] {} <Debug> HTTP-Session: b2009771-bab7-47ba-a67b-49aa60eee1e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
442 | 2024.07.03 17:22:35.439682 [ 3 ] {} <Debug> HTTP-Session: b2009771-bab7-47ba-a67b-49aa60eee1e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.07.03 17:22:35.439701 [ 3 ] {} <Debug> HTTP-Session: b2009771-bab7-47ba-a67b-49aa60eee1e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.07.03 17:22:35.439730 [ 3 ] {} <Trace> HTTP-Session: b2009771-bab7-47ba-a67b-49aa60eee1e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.07.03 17:22:35.439906 [ 3 ] {b65713f4-afac-4e0f-9bc6-4a07df49f0b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
448 | * a string isn't palatable for a few reasons. | ||
449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
450 | * details. | ||
451 | */ | ||
452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2024.07.03 17:22:35.439959 [ 3 ] {b65713f4-afac-4e0f-9bc6-4a07df49f0b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.07.03 17:22:35.441509 [ 3 ] {b65713f4-afac-4e0f-9bc6-4a07df49f0b6} <Debug> oximeter.measurements_bytes (0f92e027-bfc9-488e-a8a6-3707b7cc9eb8): Loading data parts | ||
455 | 2024.07.03 17:22:35.441630 [ 3 ] {b65713f4-afac-4e0f-9bc6-4a07df49f0b6} <Debug> oximeter.measurements_bytes (0f92e027-bfc9-488e-a8a6-3707b7cc9eb8): There are no data parts | ||
456 | 2024.07.03 17:22:35.442845 [ 3 ] {b65713f4-afac-4e0f-9bc6-4a07df49f0b6} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.07.03 17:22:35.442870 [ 3 ] {} <Debug> HTTP-Session: b2009771-bab7-47ba-a67b-49aa60eee1e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.07.03 17:22:35.442978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.07.03 17:22:35.443032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.07.03 17:22:35.443051 [ 3 ] {} <Debug> HTTP-Session: 294d1d95-2590-4593-9c22-bbaf6c607d3f Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
461 | 2024.07.03 17:22:35.443072 [ 3 ] {} <Debug> HTTP-Session: 294d1d95-2590-4593-9c22-bbaf6c607d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.07.03 17:22:35.443092 [ 3 ] {} <Debug> HTTP-Session: 294d1d95-2590-4593-9c22-bbaf6c607d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.07.03 17:22:35.443122 [ 3 ] {} <Trace> HTTP-Session: 294d1d95-2590-4593-9c22-bbaf6c607d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.07.03 17:22:35.443309 [ 3 ] {abd72158-7375-4733-980e-9689a7846415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
465 | 2024.07.03 17:22:35.443359 [ 3 ] {abd72158-7375-4733-980e-9689a7846415} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.07.03 17:22:35.444940 [ 3 ] {abd72158-7375-4733-980e-9689a7846415} <Debug> oximeter.measurements_cumulativei64 (e978e6e2-f991-4585-acb9-a93735ff74d8): Loading data parts | ||
467 | 2024.07.03 17:22:35.445061 [ 3 ] {abd72158-7375-4733-980e-9689a7846415} <Debug> oximeter.measurements_cumulativei64 (e978e6e2-f991-4585-acb9-a93735ff74d8): There are no data parts | ||
468 | 2024.07.03 17:22:35.446221 [ 3 ] {abd72158-7375-4733-980e-9689a7846415} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.07.03 17:22:35.446250 [ 3 ] {} <Debug> HTTP-Session: 294d1d95-2590-4593-9c22-bbaf6c607d3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.07.03 17:22:35.446349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.07.03 17:22:35.446402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.07.03 17:22:35.446419 [ 3 ] {} <Debug> HTTP-Session: afbbe586-57cd-4170-b1c9-9aafd1f1273e Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
473 | 2024.07.03 17:22:35.446440 [ 3 ] {} <Debug> HTTP-Session: afbbe586-57cd-4170-b1c9-9aafd1f1273e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.07.03 17:22:35.446453 [ 3 ] {} <Debug> HTTP-Session: afbbe586-57cd-4170-b1c9-9aafd1f1273e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.07.03 17:22:35.446486 [ 3 ] {} <Trace> HTTP-Session: afbbe586-57cd-4170-b1c9-9aafd1f1273e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.07.03 17:22:35.446727 [ 3 ] {756ca863-e22d-445e-b259-c423d162a09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
477 | 2024.07.03 17:22:35.446783 [ 3 ] {756ca863-e22d-445e-b259-c423d162a09f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.07.03 17:22:35.448307 [ 3 ] {756ca863-e22d-445e-b259-c423d162a09f} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Loading data parts | ||
479 | 2024.07.03 17:22:35.448428 [ 3 ] {756ca863-e22d-445e-b259-c423d162a09f} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): There are no data parts | ||
480 | 2024.07.03 17:22:35.449616 [ 3 ] {756ca863-e22d-445e-b259-c423d162a09f} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.07.03 17:22:35.449640 [ 3 ] {} <Debug> HTTP-Session: afbbe586-57cd-4170-b1c9-9aafd1f1273e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.07.03 17:22:35.449753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.07.03 17:22:35.449805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.07.03 17:22:35.449823 [ 3 ] {} <Debug> HTTP-Session: 40a3245f-776f-4e9c-9e4e-8c5c790cd342 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
485 | 2024.07.03 17:22:35.449845 [ 3 ] {} <Debug> HTTP-Session: 40a3245f-776f-4e9c-9e4e-8c5c790cd342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.07.03 17:22:35.449863 [ 3 ] {} <Debug> HTTP-Session: 40a3245f-776f-4e9c-9e4e-8c5c790cd342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.07.03 17:22:35.449893 [ 3 ] {} <Trace> HTTP-Session: 40a3245f-776f-4e9c-9e4e-8c5c790cd342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.07.03 17:22:35.450075 [ 3 ] {be49988e-ba16-440b-80cb-da6d24df3b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
489 | 2024.07.03 17:22:35.450136 [ 3 ] {be49988e-ba16-440b-80cb-da6d24df3b23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.07.03 17:22:35.451695 [ 3 ] {be49988e-ba16-440b-80cb-da6d24df3b23} <Debug> oximeter.measurements_cumulativef32 (f11a90f3-ba3a-4487-b3ce-f76cee704ef1): Loading data parts | ||
491 | 2024.07.03 17:22:35.451826 [ 3 ] {be49988e-ba16-440b-80cb-da6d24df3b23} <Debug> oximeter.measurements_cumulativef32 (f11a90f3-ba3a-4487-b3ce-f76cee704ef1): There are no data parts | ||
492 | 2024.07.03 17:22:35.453086 [ 3 ] {be49988e-ba16-440b-80cb-da6d24df3b23} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.07.03 17:22:35.453119 [ 3 ] {} <Debug> HTTP-Session: 40a3245f-776f-4e9c-9e4e-8c5c790cd342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.07.03 17:22:35.453222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.07.03 17:22:35.453275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.07.03 17:22:35.453300 [ 3 ] {} <Debug> HTTP-Session: 9d9159a0-b15b-4c8c-8b01-2ec9e9af8404 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
497 | 2024.07.03 17:22:35.453321 [ 3 ] {} <Debug> HTTP-Session: 9d9159a0-b15b-4c8c-8b01-2ec9e9af8404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.07.03 17:22:35.453335 [ 3 ] {} <Debug> HTTP-Session: 9d9159a0-b15b-4c8c-8b01-2ec9e9af8404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.07.03 17:22:35.453369 [ 3 ] {} <Trace> HTTP-Session: 9d9159a0-b15b-4c8c-8b01-2ec9e9af8404 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.07.03 17:22:35.453563 [ 3 ] {8a43e348-428e-43c6-aaca-38e017432b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
501 | 2024.07.03 17:22:35.453620 [ 3 ] {8a43e348-428e-43c6-aaca-38e017432b36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.07.03 17:22:35.455291 [ 3 ] {8a43e348-428e-43c6-aaca-38e017432b36} <Debug> oximeter.measurements_cumulativef64 (1a547981-d92c-4b59-813e-05e68f7cde71): Loading data parts | ||
503 | 2024.07.03 17:22:35.455414 [ 3 ] {8a43e348-428e-43c6-aaca-38e017432b36} <Debug> oximeter.measurements_cumulativef64 (1a547981-d92c-4b59-813e-05e68f7cde71): There are no data parts | ||
504 | 2024.07.03 17:22:35.456644 [ 3 ] {8a43e348-428e-43c6-aaca-38e017432b36} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.07.03 17:22:35.456668 [ 3 ] {} <Debug> HTTP-Session: 9d9159a0-b15b-4c8c-8b01-2ec9e9af8404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.07.03 17:22:35.456782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.07.03 17:22:35.456834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.07.03 17:22:35.456853 [ 3 ] {} <Debug> HTTP-Session: ec6cf409-1ea1-4bab-ba8e-44c4bab0447d Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
509 | 2024.07.03 17:22:35.456874 [ 3 ] {} <Debug> HTTP-Session: ec6cf409-1ea1-4bab-ba8e-44c4bab0447d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.07.03 17:22:35.456895 [ 3 ] {} <Debug> HTTP-Session: ec6cf409-1ea1-4bab-ba8e-44c4bab0447d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.07.03 17:22:35.456924 [ 3 ] {} <Trace> HTTP-Session: ec6cf409-1ea1-4bab-ba8e-44c4bab0447d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.07.03 17:22:35.457178 [ 3 ] {a46e9b28-2f4e-47fb-b311-c5d6b3aae2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | 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) | ||
523 | 2024.07.03 17:22:35.457245 [ 3 ] {a46e9b28-2f4e-47fb-b311-c5d6b3aae2a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.07.03 17:22:35.459133 [ 3 ] {a46e9b28-2f4e-47fb-b311-c5d6b3aae2a3} <Debug> oximeter.measurements_histogrami8 (b63500fe-910e-4562-a869-02bddce0cf8e): Loading data parts | ||
525 | 2024.07.03 17:22:35.459258 [ 3 ] {a46e9b28-2f4e-47fb-b311-c5d6b3aae2a3} <Debug> oximeter.measurements_histogrami8 (b63500fe-910e-4562-a869-02bddce0cf8e): There are no data parts | ||
526 | 2024.07.03 17:22:35.460531 [ 3 ] {a46e9b28-2f4e-47fb-b311-c5d6b3aae2a3} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.07.03 17:22:35.460565 [ 3 ] {} <Debug> HTTP-Session: ec6cf409-1ea1-4bab-ba8e-44c4bab0447d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.07.03 17:22:35.460733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.07.03 17:22:35.460781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.07.03 17:22:35.460807 [ 3 ] {} <Debug> HTTP-Session: d4927e3f-d28d-4369-89b8-65cd0c1c80a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
531 | 2024.07.03 17:22:35.460829 [ 3 ] {} <Debug> HTTP-Session: d4927e3f-d28d-4369-89b8-65cd0c1c80a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.07.03 17:22:35.460842 [ 3 ] {} <Debug> HTTP-Session: d4927e3f-d28d-4369-89b8-65cd0c1c80a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.07.03 17:22:35.460877 [ 3 ] {} <Trace> HTTP-Session: d4927e3f-d28d-4369-89b8-65cd0c1c80a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.07.03 17:22:35.461123 [ 3 ] {f5a9e11a-5d09-4b19-a81a-1170b3100637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
535 | 2024.07.03 17:22:35.461188 [ 3 ] {f5a9e11a-5d09-4b19-a81a-1170b3100637} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.07.03 17:22:35.463210 [ 3 ] {f5a9e11a-5d09-4b19-a81a-1170b3100637} <Debug> oximeter.measurements_histogramu8 (95b15a9b-12c5-4c0e-93ad-4e2a1e144d6c): Loading data parts | ||
537 | 2024.07.03 17:22:35.463338 [ 3 ] {f5a9e11a-5d09-4b19-a81a-1170b3100637} <Debug> oximeter.measurements_histogramu8 (95b15a9b-12c5-4c0e-93ad-4e2a1e144d6c): There are no data parts | ||
538 | 2024.07.03 17:22:35.464625 [ 3 ] {f5a9e11a-5d09-4b19-a81a-1170b3100637} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.07.03 17:22:35.464651 [ 3 ] {} <Debug> HTTP-Session: d4927e3f-d28d-4369-89b8-65cd0c1c80a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.07.03 17:22:35.464763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.07.03 17:22:35.464822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.07.03 17:22:35.464841 [ 3 ] {} <Debug> HTTP-Session: 944ac8dc-35dc-447d-9340-3fc4bb5bccd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
543 | 2024.07.03 17:22:35.464863 [ 3 ] {} <Debug> HTTP-Session: 944ac8dc-35dc-447d-9340-3fc4bb5bccd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.07.03 17:22:35.464877 [ 3 ] {} <Debug> HTTP-Session: 944ac8dc-35dc-447d-9340-3fc4bb5bccd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.07.03 17:22:35.464912 [ 3 ] {} <Trace> HTTP-Session: 944ac8dc-35dc-447d-9340-3fc4bb5bccd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.07.03 17:22:35.465156 [ 3 ] {db794b8c-8599-4747-a694-ee392a9e84e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
547 | 2024.07.03 17:22:35.465222 [ 3 ] {db794b8c-8599-4747-a694-ee392a9e84e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.07.03 17:22:35.467241 [ 3 ] {db794b8c-8599-4747-a694-ee392a9e84e8} <Debug> oximeter.measurements_histogrami16 (9449a940-e5ab-4c89-b095-9dc1eae505f8): Loading data parts | ||
549 | 2024.07.03 17:22:35.467367 [ 3 ] {db794b8c-8599-4747-a694-ee392a9e84e8} <Debug> oximeter.measurements_histogrami16 (9449a940-e5ab-4c89-b095-9dc1eae505f8): There are no data parts | ||
550 | 2024.07.03 17:22:35.468648 [ 3 ] {db794b8c-8599-4747-a694-ee392a9e84e8} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.07.03 17:22:35.468681 [ 3 ] {} <Debug> HTTP-Session: 944ac8dc-35dc-447d-9340-3fc4bb5bccd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.07.03 17:22:35.468796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.07.03 17:22:35.468841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.07.03 17:22:35.468866 [ 3 ] {} <Debug> HTTP-Session: 3da1ddc4-ec1f-4fb1-b030-438a53576426 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
555 | 2024.07.03 17:22:35.468888 [ 3 ] {} <Debug> HTTP-Session: 3da1ddc4-ec1f-4fb1-b030-438a53576426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.07.03 17:22:35.468902 [ 3 ] {} <Debug> HTTP-Session: 3da1ddc4-ec1f-4fb1-b030-438a53576426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.07.03 17:22:35.468936 [ 3 ] {} <Trace> HTTP-Session: 3da1ddc4-ec1f-4fb1-b030-438a53576426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.07.03 17:22:35.469186 [ 3 ] {08c59b42-4bb4-49df-8339-b668a343fad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
559 | 2024.07.03 17:22:35.469253 [ 3 ] {08c59b42-4bb4-49df-8339-b668a343fad9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.07.03 17:22:35.471063 [ 3 ] {08c59b42-4bb4-49df-8339-b668a343fad9} <Debug> oximeter.measurements_histogramu16 (4e35442f-9077-41e6-a386-bb94d7862bd1): Loading data parts | ||
561 | 2024.07.03 17:22:35.471189 [ 3 ] {08c59b42-4bb4-49df-8339-b668a343fad9} <Debug> oximeter.measurements_histogramu16 (4e35442f-9077-41e6-a386-bb94d7862bd1): There are no data parts | ||
562 | 2024.07.03 17:22:35.472467 [ 3 ] {08c59b42-4bb4-49df-8339-b668a343fad9} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.07.03 17:22:35.472493 [ 3 ] {} <Debug> HTTP-Session: 3da1ddc4-ec1f-4fb1-b030-438a53576426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.07.03 17:22:35.472623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.07.03 17:22:35.472677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.07.03 17:22:35.472695 [ 3 ] {} <Debug> HTTP-Session: 48edc743-df1e-4909-9f22-01c8c1a886cb Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
567 | 2024.07.03 17:22:35.472716 [ 3 ] {} <Debug> HTTP-Session: 48edc743-df1e-4909-9f22-01c8c1a886cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.07.03 17:22:35.472737 [ 3 ] {} <Debug> HTTP-Session: 48edc743-df1e-4909-9f22-01c8c1a886cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.07.03 17:22:35.472767 [ 3 ] {} <Trace> HTTP-Session: 48edc743-df1e-4909-9f22-01c8c1a886cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.07.03 17:22:35.473015 [ 3 ] {e6ef9d5d-6e4f-4a7f-848c-25f9329df8a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
571 | 2024.07.03 17:22:35.473085 [ 3 ] {e6ef9d5d-6e4f-4a7f-848c-25f9329df8a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.07.03 17:22:35.475128 [ 3 ] {e6ef9d5d-6e4f-4a7f-848c-25f9329df8a8} <Debug> oximeter.measurements_histogrami32 (d9615a67-ff51-4f3d-b222-af26017d1dfa): Loading data parts | ||
573 | 2024.07.03 17:22:35.475275 [ 3 ] {e6ef9d5d-6e4f-4a7f-848c-25f9329df8a8} <Debug> oximeter.measurements_histogrami32 (d9615a67-ff51-4f3d-b222-af26017d1dfa): There are no data parts | ||
574 | 2024.07.03 17:22:35.476574 [ 3 ] {e6ef9d5d-6e4f-4a7f-848c-25f9329df8a8} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.07.03 17:22:35.476599 [ 3 ] {} <Debug> HTTP-Session: 48edc743-df1e-4909-9f22-01c8c1a886cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.07.03 17:22:35.476715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.07.03 17:22:35.476768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.07.03 17:22:35.476788 [ 3 ] {} <Debug> HTTP-Session: 802049cc-5027-4b63-9a32-7d80ac51f4d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
579 | 2024.07.03 17:22:35.476814 [ 3 ] {} <Debug> HTTP-Session: 802049cc-5027-4b63-9a32-7d80ac51f4d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.07.03 17:22:35.476829 [ 3 ] {} <Debug> HTTP-Session: 802049cc-5027-4b63-9a32-7d80ac51f4d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.07.03 17:22:35.476863 [ 3 ] {} <Trace> HTTP-Session: 802049cc-5027-4b63-9a32-7d80ac51f4d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.07.03 17:22:35.477110 [ 3 ] {0ad74842-efcc-4541-a23c-453a9f2c469f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
583 | 2024.07.03 17:22:35.477176 [ 3 ] {0ad74842-efcc-4541-a23c-453a9f2c469f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.07.03 17:22:35.479127 [ 3 ] {0ad74842-efcc-4541-a23c-453a9f2c469f} <Debug> oximeter.measurements_histogramu32 (a8dcdff4-b43a-4835-904b-1e4fead1c252): Loading data parts | ||
585 | 2024.07.03 17:22:35.479251 [ 3 ] {0ad74842-efcc-4541-a23c-453a9f2c469f} <Debug> oximeter.measurements_histogramu32 (a8dcdff4-b43a-4835-904b-1e4fead1c252): There are no data parts | ||
586 | 2024.07.03 17:22:35.480535 [ 3 ] {0ad74842-efcc-4541-a23c-453a9f2c469f} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.07.03 17:22:35.480560 [ 3 ] {} <Debug> HTTP-Session: 802049cc-5027-4b63-9a32-7d80ac51f4d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.07.03 17:22:35.480682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.07.03 17:22:35.480735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.07.03 17:22:35.480753 [ 3 ] {} <Debug> HTTP-Session: 28089311-d1b8-4713-8ecf-ec114367020d Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
591 | 2024.07.03 17:22:35.480776 [ 3 ] {} <Debug> HTTP-Session: 28089311-d1b8-4713-8ecf-ec114367020d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.07.03 17:22:35.480795 [ 3 ] {} <Debug> HTTP-Session: 28089311-d1b8-4713-8ecf-ec114367020d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.07.03 17:22:35.480825 [ 3 ] {} <Trace> HTTP-Session: 28089311-d1b8-4713-8ecf-ec114367020d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.07.03 17:22:35.481073 [ 3 ] {1fd112cb-4b30-4860-b165-090ceb4a456b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
595 | 2024.07.03 17:22:35.481139 [ 3 ] {1fd112cb-4b30-4860-b165-090ceb4a456b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.07.03 17:22:35.483068 [ 3 ] {1fd112cb-4b30-4860-b165-090ceb4a456b} <Debug> oximeter.measurements_histogrami64 (f0abfe17-79eb-4298-b8a7-cc2e8cd97b9e): Loading data parts | ||
597 | 2024.07.03 17:22:35.483192 [ 3 ] {1fd112cb-4b30-4860-b165-090ceb4a456b} <Debug> oximeter.measurements_histogrami64 (f0abfe17-79eb-4298-b8a7-cc2e8cd97b9e): There are no data parts | ||
598 | 2024.07.03 17:22:35.484470 [ 3 ] {1fd112cb-4b30-4860-b165-090ceb4a456b} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.07.03 17:22:35.484495 [ 3 ] {} <Debug> HTTP-Session: 28089311-d1b8-4713-8ecf-ec114367020d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.07.03 17:22:35.484610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.07.03 17:22:35.484663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.07.03 17:22:35.484689 [ 3 ] {} <Debug> HTTP-Session: b058b756-07f7-424e-9f02-69e069d808b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
603 | 2024.07.03 17:22:35.484704 [ 3 ] {} <Debug> HTTP-Session: b058b756-07f7-424e-9f02-69e069d808b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.07.03 17:22:35.484723 [ 3 ] {} <Debug> HTTP-Session: b058b756-07f7-424e-9f02-69e069d808b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.07.03 17:22:35.484753 [ 3 ] {} <Trace> HTTP-Session: b058b756-07f7-424e-9f02-69e069d808b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.07.03 17:22:35.484998 [ 3 ] {aa14ea5e-fecd-4ffe-bea4-828281042976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
607 | 2024.07.03 17:22:35.485065 [ 3 ] {aa14ea5e-fecd-4ffe-bea4-828281042976} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.07.03 17:22:35.486976 [ 3 ] {aa14ea5e-fecd-4ffe-bea4-828281042976} <Debug> oximeter.measurements_histogramu64 (18a05ef5-a578-48d5-870c-b72bdc562241): Loading data parts | ||
609 | 2024.07.03 17:22:35.487102 [ 3 ] {aa14ea5e-fecd-4ffe-bea4-828281042976} <Debug> oximeter.measurements_histogramu64 (18a05ef5-a578-48d5-870c-b72bdc562241): There are no data parts | ||
610 | 2024.07.03 17:22:35.488378 [ 3 ] {aa14ea5e-fecd-4ffe-bea4-828281042976} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.07.03 17:22:35.488403 [ 3 ] {} <Debug> HTTP-Session: b058b756-07f7-424e-9f02-69e069d808b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.07.03 17:22:35.488518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.07.03 17:22:35.488572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.07.03 17:22:35.488591 [ 3 ] {} <Debug> HTTP-Session: c662d479-1f79-4d84-b356-1502e396914f Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
615 | 2024.07.03 17:22:35.488613 [ 3 ] {} <Debug> HTTP-Session: c662d479-1f79-4d84-b356-1502e396914f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.07.03 17:22:35.488634 [ 3 ] {} <Debug> HTTP-Session: c662d479-1f79-4d84-b356-1502e396914f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.07.03 17:22:35.488664 [ 3 ] {} <Trace> HTTP-Session: c662d479-1f79-4d84-b356-1502e396914f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.07.03 17:22:35.488909 [ 3 ] {2dd88527-8d51-4794-b72a-5c0d6a216d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
619 | 2024.07.03 17:22:35.488975 [ 3 ] {2dd88527-8d51-4794-b72a-5c0d6a216d3a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.07.03 17:22:35.490854 [ 3 ] {2dd88527-8d51-4794-b72a-5c0d6a216d3a} <Debug> oximeter.measurements_histogramf32 (43f95c54-bb87-4cb4-a7fd-74a33e5afb31): Loading data parts | ||
621 | 2024.07.03 17:22:35.490969 [ 3 ] {2dd88527-8d51-4794-b72a-5c0d6a216d3a} <Debug> oximeter.measurements_histogramf32 (43f95c54-bb87-4cb4-a7fd-74a33e5afb31): There are no data parts | ||
622 | 2024.07.03 17:22:35.492224 [ 3 ] {2dd88527-8d51-4794-b72a-5c0d6a216d3a} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.07.03 17:22:35.492259 [ 3 ] {} <Debug> HTTP-Session: c662d479-1f79-4d84-b356-1502e396914f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.07.03 17:22:35.492364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.07.03 17:22:35.492418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.07.03 17:22:35.492446 [ 3 ] {} <Debug> HTTP-Session: a41033a9-b7a0-441c-b336-2d28f3dd2d24 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
627 | 2024.07.03 17:22:35.492461 [ 3 ] {} <Debug> HTTP-Session: a41033a9-b7a0-441c-b336-2d28f3dd2d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.07.03 17:22:35.492481 [ 3 ] {} <Debug> HTTP-Session: a41033a9-b7a0-441c-b336-2d28f3dd2d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.07.03 17:22:35.492518 [ 3 ] {} <Trace> HTTP-Session: a41033a9-b7a0-441c-b336-2d28f3dd2d24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.07.03 17:22:35.492758 [ 3 ] {e41e8581-1c35-4a99-ad11-3a54d1c80ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
631 | 2024.07.03 17:22:35.492825 [ 3 ] {e41e8581-1c35-4a99-ad11-3a54d1c80ed8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.07.03 17:22:35.494709 [ 3 ] {e41e8581-1c35-4a99-ad11-3a54d1c80ed8} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Loading data parts | ||
633 | 2024.07.03 17:22:35.494845 [ 3 ] {e41e8581-1c35-4a99-ad11-3a54d1c80ed8} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): There are no data parts | ||
634 | 2024.07.03 17:22:35.496129 [ 3 ] {e41e8581-1c35-4a99-ad11-3a54d1c80ed8} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.07.03 17:22:35.496154 [ 3 ] {} <Debug> HTTP-Session: a41033a9-b7a0-441c-b336-2d28f3dd2d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.07.03 17:22:35.496296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.07.03 17:22:35.496352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.07.03 17:22:35.496379 [ 3 ] {} <Debug> HTTP-Session: 821588ca-f8d2-4780-b242-da9c1eef835f Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
639 | 2024.07.03 17:22:35.496394 [ 3 ] {} <Debug> HTTP-Session: 821588ca-f8d2-4780-b242-da9c1eef835f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.07.03 17:22:35.496422 [ 3 ] {} <Debug> HTTP-Session: 821588ca-f8d2-4780-b242-da9c1eef835f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.07.03 17:22:35.496458 [ 3 ] {} <Trace> HTTP-Session: 821588ca-f8d2-4780-b242-da9c1eef835f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.07.03 17:22:35.496613 [ 3 ] {9d38cace-c7d8-4b79-9ac0-b0e10a34b864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.07.03 17:22:35.496673 [ 3 ] {9d38cace-c7d8-4b79-9ac0-b0e10a34b864} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.07.03 17:22:35.498181 [ 3 ] {9d38cace-c7d8-4b79-9ac0-b0e10a34b864} <Debug> oximeter.fields_bool (9c849ec6-c6bc-4abf-9c2a-effae0e19da9): Loading data parts | ||
662 | 2024.07.03 17:22:35.498310 [ 3 ] {9d38cace-c7d8-4b79-9ac0-b0e10a34b864} <Debug> oximeter.fields_bool (9c849ec6-c6bc-4abf-9c2a-effae0e19da9): There are no data parts | ||
663 | 2024.07.03 17:22:35.499495 [ 3 ] {9d38cace-c7d8-4b79-9ac0-b0e10a34b864} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.07.03 17:22:35.499530 [ 3 ] {} <Debug> HTTP-Session: 821588ca-f8d2-4780-b242-da9c1eef835f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.07.03 17:22:35.499647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.07.03 17:22:35.499700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.07.03 17:22:35.499719 [ 3 ] {} <Debug> HTTP-Session: c6cfc29a-87b9-4747-8430-4b1dc9e95745 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
668 | 2024.07.03 17:22:35.499743 [ 3 ] {} <Debug> HTTP-Session: c6cfc29a-87b9-4747-8430-4b1dc9e95745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.07.03 17:22:35.499757 [ 3 ] {} <Debug> HTTP-Session: c6cfc29a-87b9-4747-8430-4b1dc9e95745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.07.03 17:22:35.499792 [ 3 ] {} <Trace> HTTP-Session: c6cfc29a-87b9-4747-8430-4b1dc9e95745 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.07.03 17:22:35.499937 [ 3 ] {ea11cd61-23f1-48ef-8430-b1d09a938cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.07.03 17:22:35.499992 [ 3 ] {ea11cd61-23f1-48ef-8430-b1d09a938cda} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.07.03 17:22:35.501374 [ 3 ] {ea11cd61-23f1-48ef-8430-b1d09a938cda} <Debug> oximeter.fields_i8 (acc3a39c-0a3f-437c-99fe-cc8b94e5a473): Loading data parts | ||
674 | 2024.07.03 17:22:35.501500 [ 3 ] {ea11cd61-23f1-48ef-8430-b1d09a938cda} <Debug> oximeter.fields_i8 (acc3a39c-0a3f-437c-99fe-cc8b94e5a473): There are no data parts | ||
675 | 2024.07.03 17:22:35.502660 [ 3 ] {ea11cd61-23f1-48ef-8430-b1d09a938cda} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.07.03 17:22:35.502694 [ 3 ] {} <Debug> HTTP-Session: c6cfc29a-87b9-4747-8430-4b1dc9e95745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.07.03 17:22:35.502794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.07.03 17:22:35.502853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.07.03 17:22:35.502873 [ 3 ] {} <Debug> HTTP-Session: 028c907f-c3a6-4a5a-8c0c-34fc53621151 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
680 | 2024.07.03 17:22:35.502896 [ 3 ] {} <Debug> HTTP-Session: 028c907f-c3a6-4a5a-8c0c-34fc53621151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.07.03 17:22:35.502910 [ 3 ] {} <Debug> HTTP-Session: 028c907f-c3a6-4a5a-8c0c-34fc53621151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.07.03 17:22:35.502947 [ 3 ] {} <Trace> HTTP-Session: 028c907f-c3a6-4a5a-8c0c-34fc53621151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.07.03 17:22:35.503092 [ 3 ] {5db2d0ec-6cdf-4645-948f-66911e8f10a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.07.03 17:22:35.503140 [ 3 ] {5db2d0ec-6cdf-4645-948f-66911e8f10a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.07.03 17:22:35.504579 [ 3 ] {5db2d0ec-6cdf-4645-948f-66911e8f10a5} <Debug> oximeter.fields_u8 (482319fa-da36-4422-a5a8-964a9b4e0c13): Loading data parts | ||
686 | 2024.07.03 17:22:35.504707 [ 3 ] {5db2d0ec-6cdf-4645-948f-66911e8f10a5} <Debug> oximeter.fields_u8 (482319fa-da36-4422-a5a8-964a9b4e0c13): There are no data parts | ||
687 | 2024.07.03 17:22:35.505882 [ 3 ] {5db2d0ec-6cdf-4645-948f-66911e8f10a5} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.07.03 17:22:35.505916 [ 3 ] {} <Debug> HTTP-Session: 028c907f-c3a6-4a5a-8c0c-34fc53621151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.07.03 17:22:35.506026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.07.03 17:22:35.506081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.07.03 17:22:35.506107 [ 3 ] {} <Debug> HTTP-Session: d5315374-2f64-4437-92cb-09a8ef72fc6c Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
692 | 2024.07.03 17:22:35.506131 [ 3 ] {} <Debug> HTTP-Session: d5315374-2f64-4437-92cb-09a8ef72fc6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.07.03 17:22:35.506144 [ 3 ] {} <Debug> HTTP-Session: d5315374-2f64-4437-92cb-09a8ef72fc6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.07.03 17:22:35.506183 [ 3 ] {} <Trace> HTTP-Session: d5315374-2f64-4437-92cb-09a8ef72fc6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.07.03 17:22:35.506330 [ 3 ] {41b26bda-8f20-47f8-8de4-86163680fa46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.07.03 17:22:35.506378 [ 3 ] {41b26bda-8f20-47f8-8de4-86163680fa46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.07.03 17:22:35.507772 [ 3 ] {41b26bda-8f20-47f8-8de4-86163680fa46} <Debug> oximeter.fields_i16 (15d75f4b-6dbd-4fdf-9f03-650e2ed4870b): Loading data parts | ||
698 | 2024.07.03 17:22:35.507892 [ 3 ] {41b26bda-8f20-47f8-8de4-86163680fa46} <Debug> oximeter.fields_i16 (15d75f4b-6dbd-4fdf-9f03-650e2ed4870b): There are no data parts | ||
699 | 2024.07.03 17:22:35.509090 [ 3 ] {41b26bda-8f20-47f8-8de4-86163680fa46} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.07.03 17:22:35.509125 [ 3 ] {} <Debug> HTTP-Session: d5315374-2f64-4437-92cb-09a8ef72fc6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.07.03 17:22:35.509221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.07.03 17:22:35.509276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.07.03 17:22:35.509303 [ 3 ] {} <Debug> HTTP-Session: 87cf7ca6-da4f-425f-bdff-df559d745cfb Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
704 | 2024.07.03 17:22:35.509318 [ 3 ] {} <Debug> HTTP-Session: 87cf7ca6-da4f-425f-bdff-df559d745cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.07.03 17:22:35.509338 [ 3 ] {} <Debug> HTTP-Session: 87cf7ca6-da4f-425f-bdff-df559d745cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.07.03 17:22:35.509375 [ 3 ] {} <Trace> HTTP-Session: 87cf7ca6-da4f-425f-bdff-df559d745cfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.07.03 17:22:35.509512 [ 3 ] {ae9d9489-853a-4fe8-95bd-facb0d1c7465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.07.03 17:22:35.509566 [ 3 ] {ae9d9489-853a-4fe8-95bd-facb0d1c7465} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.07.03 17:22:35.510987 [ 3 ] {ae9d9489-853a-4fe8-95bd-facb0d1c7465} <Debug> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Loading data parts | ||
710 | 2024.07.03 17:22:35.511113 [ 3 ] {ae9d9489-853a-4fe8-95bd-facb0d1c7465} <Debug> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): There are no data parts | ||
711 | 2024.07.03 17:22:35.512273 [ 3 ] {ae9d9489-853a-4fe8-95bd-facb0d1c7465} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.07.03 17:22:35.512298 [ 3 ] {} <Debug> HTTP-Session: 87cf7ca6-da4f-425f-bdff-df559d745cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.07.03 17:22:35.512416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.07.03 17:22:35.512471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.07.03 17:22:35.512489 [ 3 ] {} <Debug> HTTP-Session: cb1e6825-5c7d-4d67-b864-1bed35cdf386 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
716 | 2024.07.03 17:22:35.512513 [ 3 ] {} <Debug> HTTP-Session: cb1e6825-5c7d-4d67-b864-1bed35cdf386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.07.03 17:22:35.512534 [ 3 ] {} <Debug> HTTP-Session: cb1e6825-5c7d-4d67-b864-1bed35cdf386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.07.03 17:22:35.512564 [ 3 ] {} <Trace> HTTP-Session: cb1e6825-5c7d-4d67-b864-1bed35cdf386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.07.03 17:22:35.512709 [ 3 ] {bb57168b-0bf7-4295-8144-35de3cd89cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.07.03 17:22:35.512763 [ 3 ] {bb57168b-0bf7-4295-8144-35de3cd89cec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.07.03 17:22:35.514163 [ 3 ] {bb57168b-0bf7-4295-8144-35de3cd89cec} <Debug> oximeter.fields_i32 (9c3810b5-b9cc-4259-9154-239279096729): Loading data parts | ||
722 | 2024.07.03 17:22:35.514291 [ 3 ] {bb57168b-0bf7-4295-8144-35de3cd89cec} <Debug> oximeter.fields_i32 (9c3810b5-b9cc-4259-9154-239279096729): There are no data parts | ||
723 | 2024.07.03 17:22:35.515502 [ 3 ] {bb57168b-0bf7-4295-8144-35de3cd89cec} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.07.03 17:22:35.515527 [ 3 ] {} <Debug> HTTP-Session: cb1e6825-5c7d-4d67-b864-1bed35cdf386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.07.03 17:22:35.515658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.07.03 17:22:35.515711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.07.03 17:22:35.515731 [ 3 ] {} <Debug> HTTP-Session: 36293916-2001-43cc-836d-4b99c87110a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
728 | 2024.07.03 17:22:35.515755 [ 3 ] {} <Debug> HTTP-Session: 36293916-2001-43cc-836d-4b99c87110a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.07.03 17:22:35.515768 [ 3 ] {} <Debug> HTTP-Session: 36293916-2001-43cc-836d-4b99c87110a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.07.03 17:22:35.515804 [ 3 ] {} <Trace> HTTP-Session: 36293916-2001-43cc-836d-4b99c87110a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.07.03 17:22:35.515948 [ 3 ] {32cd21b1-090a-480f-82c1-cf8ff40312d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.07.03 17:22:35.516003 [ 3 ] {32cd21b1-090a-480f-82c1-cf8ff40312d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.07.03 17:22:35.517450 [ 3 ] {32cd21b1-090a-480f-82c1-cf8ff40312d2} <Debug> oximeter.fields_u32 (7f39adb2-d9d3-493e-ac7b-c66680594975): Loading data parts | ||
734 | 2024.07.03 17:22:35.517582 [ 3 ] {32cd21b1-090a-480f-82c1-cf8ff40312d2} <Debug> oximeter.fields_u32 (7f39adb2-d9d3-493e-ac7b-c66680594975): There are no data parts | ||
735 | 2024.07.03 17:22:35.518748 [ 3 ] {32cd21b1-090a-480f-82c1-cf8ff40312d2} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.07.03 17:22:35.518773 [ 3 ] {} <Debug> HTTP-Session: 36293916-2001-43cc-836d-4b99c87110a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.07.03 17:22:35.518887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.07.03 17:22:35.518960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.07.03 17:22:35.518980 [ 3 ] {} <Debug> HTTP-Session: 0361ffcc-969c-43bc-a093-69d2b7f9bdd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
740 | 2024.07.03 17:22:35.519004 [ 3 ] {} <Debug> HTTP-Session: 0361ffcc-969c-43bc-a093-69d2b7f9bdd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.07.03 17:22:35.519018 [ 3 ] {} <Debug> HTTP-Session: 0361ffcc-969c-43bc-a093-69d2b7f9bdd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.07.03 17:22:35.519049 [ 3 ] {} <Trace> HTTP-Session: 0361ffcc-969c-43bc-a093-69d2b7f9bdd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.07.03 17:22:35.519195 [ 3 ] {dba225b8-36c1-47a7-98ba-cda39d954765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.07.03 17:22:35.519234 [ 3 ] {dba225b8-36c1-47a7-98ba-cda39d954765} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.07.03 17:22:35.520713 [ 3 ] {dba225b8-36c1-47a7-98ba-cda39d954765} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Loading data parts | ||
746 | 2024.07.03 17:22:35.520832 [ 3 ] {dba225b8-36c1-47a7-98ba-cda39d954765} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): There are no data parts | ||
747 | 2024.07.03 17:22:35.522036 [ 3 ] {dba225b8-36c1-47a7-98ba-cda39d954765} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.07.03 17:22:35.522072 [ 3 ] {} <Debug> HTTP-Session: 0361ffcc-969c-43bc-a093-69d2b7f9bdd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.07.03 17:22:35.522185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.07.03 17:22:35.522231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.07.03 17:22:35.522251 [ 3 ] {} <Debug> HTTP-Session: e8b10ffa-fc89-473b-936b-dc1449041a9a Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
752 | 2024.07.03 17:22:35.522268 [ 3 ] {} <Debug> HTTP-Session: e8b10ffa-fc89-473b-936b-dc1449041a9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.07.03 17:22:35.522283 [ 3 ] {} <Debug> HTTP-Session: e8b10ffa-fc89-473b-936b-dc1449041a9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.07.03 17:22:35.522313 [ 3 ] {} <Trace> HTTP-Session: e8b10ffa-fc89-473b-936b-dc1449041a9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.07.03 17:22:35.522451 [ 3 ] {039c1ca2-e22e-440e-ac97-bdfacd6152fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.07.03 17:22:35.522491 [ 3 ] {039c1ca2-e22e-440e-ac97-bdfacd6152fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.07.03 17:22:35.523987 [ 3 ] {039c1ca2-e22e-440e-ac97-bdfacd6152fe} <Debug> oximeter.fields_u64 (82ce3983-d9ef-4fc7-80b7-2ca1589d988c): Loading data parts | ||
758 | 2024.07.03 17:22:35.524105 [ 3 ] {039c1ca2-e22e-440e-ac97-bdfacd6152fe} <Debug> oximeter.fields_u64 (82ce3983-d9ef-4fc7-80b7-2ca1589d988c): There are no data parts | ||
759 | 2024.07.03 17:22:35.525381 [ 3 ] {039c1ca2-e22e-440e-ac97-bdfacd6152fe} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.07.03 17:22:35.525406 [ 3 ] {} <Debug> HTTP-Session: e8b10ffa-fc89-473b-936b-dc1449041a9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.07.03 17:22:35.525514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.07.03 17:22:35.525562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.07.03 17:22:35.525581 [ 3 ] {} <Debug> HTTP-Session: 43cbb0fc-afed-4c42-9dc6-c7d98b848712 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
764 | 2024.07.03 17:22:35.525598 [ 3 ] {} <Debug> HTTP-Session: 43cbb0fc-afed-4c42-9dc6-c7d98b848712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.07.03 17:22:35.525612 [ 3 ] {} <Debug> HTTP-Session: 43cbb0fc-afed-4c42-9dc6-c7d98b848712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.07.03 17:22:35.525642 [ 3 ] {} <Trace> HTTP-Session: 43cbb0fc-afed-4c42-9dc6-c7d98b848712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.07.03 17:22:35.525784 [ 3 ] {0af0f249-f3de-43f6-8f99-f2178875e5a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.07.03 17:22:35.525825 [ 3 ] {0af0f249-f3de-43f6-8f99-f2178875e5a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.07.03 17:22:35.527206 [ 3 ] {0af0f249-f3de-43f6-8f99-f2178875e5a9} <Debug> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Loading data parts | ||
770 | 2024.07.03 17:22:35.527318 [ 3 ] {0af0f249-f3de-43f6-8f99-f2178875e5a9} <Debug> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): There are no data parts | ||
771 | 2024.07.03 17:22:35.528519 [ 3 ] {0af0f249-f3de-43f6-8f99-f2178875e5a9} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.07.03 17:22:35.528544 [ 3 ] {} <Debug> HTTP-Session: 43cbb0fc-afed-4c42-9dc6-c7d98b848712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.07.03 17:22:35.528637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.07.03 17:22:35.528682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.07.03 17:22:35.528701 [ 3 ] {} <Debug> HTTP-Session: d71789a7-1b0b-424e-8236-4cbd35d2bdd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
776 | 2024.07.03 17:22:35.528717 [ 3 ] {} <Debug> HTTP-Session: d71789a7-1b0b-424e-8236-4cbd35d2bdd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.07.03 17:22:35.528731 [ 3 ] {} <Debug> HTTP-Session: d71789a7-1b0b-424e-8236-4cbd35d2bdd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.07.03 17:22:35.528761 [ 3 ] {} <Trace> HTTP-Session: d71789a7-1b0b-424e-8236-4cbd35d2bdd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.07.03 17:22:35.528900 [ 3 ] {b0cb4dca-9c25-4dc8-b84b-4151728d88b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.07.03 17:22:35.528939 [ 3 ] {b0cb4dca-9c25-4dc8-b84b-4151728d88b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.07.03 17:22:35.530410 [ 3 ] {b0cb4dca-9c25-4dc8-b84b-4151728d88b4} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Loading data parts | ||
782 | 2024.07.03 17:22:35.530530 [ 3 ] {b0cb4dca-9c25-4dc8-b84b-4151728d88b4} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): There are no data parts | ||
783 | 2024.07.03 17:22:35.531731 [ 3 ] {b0cb4dca-9c25-4dc8-b84b-4151728d88b4} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.07.03 17:22:35.531756 [ 3 ] {} <Debug> HTTP-Session: d71789a7-1b0b-424e-8236-4cbd35d2bdd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.07.03 17:22:35.531857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.07.03 17:22:35.531902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.07.03 17:22:35.531921 [ 3 ] {} <Debug> HTTP-Session: be4f3864-4311-483d-ae15-2526668c87fa Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
788 | 2024.07.03 17:22:35.531937 [ 3 ] {} <Debug> HTTP-Session: be4f3864-4311-483d-ae15-2526668c87fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.07.03 17:22:35.531952 [ 3 ] {} <Debug> HTTP-Session: be4f3864-4311-483d-ae15-2526668c87fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.07.03 17:22:35.531981 [ 3 ] {} <Trace> HTTP-Session: be4f3864-4311-483d-ae15-2526668c87fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.07.03 17:22:35.532118 [ 3 ] {c26f272e-608a-4c6e-aea8-4490905fa618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.07.03 17:22:35.532157 [ 3 ] {c26f272e-608a-4c6e-aea8-4490905fa618} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.07.03 17:22:35.533596 [ 3 ] {c26f272e-608a-4c6e-aea8-4490905fa618} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Loading data parts | ||
794 | 2024.07.03 17:22:35.533716 [ 3 ] {c26f272e-608a-4c6e-aea8-4490905fa618} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): There are no data parts | ||
795 | 2024.07.03 17:22:35.534903 [ 3 ] {c26f272e-608a-4c6e-aea8-4490905fa618} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.07.03 17:22:35.534928 [ 3 ] {} <Debug> HTTP-Session: be4f3864-4311-483d-ae15-2526668c87fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.07.03 17:22:35.535026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.07.03 17:22:35.535072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.07.03 17:22:35.535091 [ 3 ] {} <Debug> HTTP-Session: acd1801c-2b38-4b52-81cf-0e19d0ab9f7a Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
800 | 2024.07.03 17:22:35.535107 [ 3 ] {} <Debug> HTTP-Session: acd1801c-2b38-4b52-81cf-0e19d0ab9f7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.07.03 17:22:35.535121 [ 3 ] {} <Debug> HTTP-Session: acd1801c-2b38-4b52-81cf-0e19d0ab9f7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.07.03 17:22:35.535151 [ 3 ] {} <Trace> HTTP-Session: acd1801c-2b38-4b52-81cf-0e19d0ab9f7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.07.03 17:22:35.535359 [ 3 ] {bf01adf6-bbe4-424a-88ea-40e487268de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | 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) | ||
807 | 2024.07.03 17:22:35.535418 [ 3 ] {bf01adf6-bbe4-424a-88ea-40e487268de4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.07.03 17:22:35.537035 [ 3 ] {bf01adf6-bbe4-424a-88ea-40e487268de4} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Loading data parts | ||
809 | 2024.07.03 17:22:35.537154 [ 3 ] {bf01adf6-bbe4-424a-88ea-40e487268de4} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): There are no data parts | ||
810 | 2024.07.03 17:22:35.538450 [ 3 ] {bf01adf6-bbe4-424a-88ea-40e487268de4} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.07.03 17:22:35.538475 [ 3 ] {} <Debug> HTTP-Session: acd1801c-2b38-4b52-81cf-0e19d0ab9f7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.07.03 17:22:35.538599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.07.03 17:22:35.538645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.07.03 17:22:35.538664 [ 3 ] {} <Debug> HTTP-Session: 69b50f7c-1828-4bfc-bbb9-763d756c204a Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
815 | 2024.07.03 17:22:35.538680 [ 3 ] {} <Debug> HTTP-Session: 69b50f7c-1828-4bfc-bbb9-763d756c204a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.07.03 17:22:35.538694 [ 3 ] {} <Debug> HTTP-Session: 69b50f7c-1828-4bfc-bbb9-763d756c204a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.07.03 17:22:35.538724 [ 3 ] {} <Trace> HTTP-Session: 69b50f7c-1828-4bfc-bbb9-763d756c204a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.07.03 17:22:35.538879 [ 3 ] {fe5bc76e-f89f-49d9-82ac-8bc1b50f2b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.07.03 17:22:35.540533 [ 3 ] {fe5bc76e-f89f-49d9-82ac-8bc1b50f2b98} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.07.03 17:22:35.544262 [ 3 ] {fe5bc76e-f89f-49d9-82ac-8bc1b50f2b98} <Trace> oximeter.version (3d381788-7958-4f20-bd23-bf0d9d8ea4e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.07.03 17:22:35.544297 [ 3 ] {fe5bc76e-f89f-49d9-82ac-8bc1b50f2b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
822 | 2024.07.03 17:22:35.548664 [ 3 ] {fe5bc76e-f89f-49d9-82ac-8bc1b50f2b98} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.07.03 17:22:35.549668 [ 3 ] {fe5bc76e-f89f-49d9-82ac-8bc1b50f2b98} <Trace> oximeter.version (3d381788-7958-4f20-bd23-bf0d9d8ea4e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.07.03 17:22:35.549906 [ 3 ] {fe5bc76e-f89f-49d9-82ac-8bc1b50f2b98} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.0111 sec., 90.09009009009009 rows/sec., 1.41 KiB/sec. | ||
825 | 2024.07.03 17:22:35.550058 [ 3 ] {fe5bc76e-f89f-49d9-82ac-8bc1b50f2b98} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.07.03 17:22:35.550081 [ 3 ] {fe5bc76e-f89f-49d9-82ac-8bc1b50f2b98} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
827 | 2024.07.03 17:22:35.550097 [ 3 ] {} <Debug> HTTP-Session: 69b50f7c-1828-4bfc-bbb9-763d756c204a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.07.03 17:22:36.000162 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.21 MiB, peak 166.34 MiB, free memory in arenas 0.00 B, will set to 173.65 MiB (RSS), difference: 12.45 MiB | ||
829 | 2024.07.03 17:22:48.466929 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.07.03 17:22:48.467000 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.07.03 17:23:00.553390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.07.03 17:23:00.553528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
833 | 2024.07.03 17:23:00.553557 [ 3 ] {} <Debug> HTTP-Session: 77e4a851-d955-42c1-a8fc-e964c8179328 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
834 | 2024.07.03 17:23:00.553584 [ 3 ] {} <Debug> HTTP-Session: 77e4a851-d955-42c1-a8fc-e964c8179328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.07.03 17:23:00.553602 [ 3 ] {} <Debug> HTTP-Session: 77e4a851-d955-42c1-a8fc-e964c8179328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.07.03 17:23:00.553658 [ 3 ] {} <Trace> HTTP-Session: 77e4a851-d955-42c1-a8fc-e964c8179328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2024.07.03 17:23:00.553902 [ 3 ] {eed84f25-29c7-49d3-ba19-b49c46541299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
838 | 2024.07.03 17:23:00.554366 [ 3 ] {eed84f25-29c7-49d3-ba19-b49c46541299} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2024.07.03 17:23:00.556381 [ 3 ] {eed84f25-29c7-49d3-ba19-b49c46541299} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2024.07.03 17:23:00.559759 [ 3 ] {eed84f25-29c7-49d3-ba19-b49c46541299} <Debug> DynamicQueryHandler: Done processing query | ||
841 | 2024.07.03 17:23:00.559789 [ 3 ] {eed84f25-29c7-49d3-ba19-b49c46541299} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
842 | 2024.07.03 17:23:00.559807 [ 3 ] {} <Debug> HTTP-Session: 77e4a851-d955-42c1-a8fc-e964c8179328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.07.03 17:23:00.566214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
844 | 2024.07.03 17:23:00.566271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
845 | 2024.07.03 17:23:00.566291 [ 3 ] {} <Debug> HTTP-Session: bc72f316-4f71-4d8f-ae35-ca8593f8dd59 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
846 | 2024.07.03 17:23:00.566307 [ 3 ] {} <Debug> HTTP-Session: bc72f316-4f71-4d8f-ae35-ca8593f8dd59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.07.03 17:23:00.566320 [ 3 ] {} <Debug> HTTP-Session: bc72f316-4f71-4d8f-ae35-ca8593f8dd59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.07.03 17:23:00.566356 [ 3 ] {} <Trace> HTTP-Session: bc72f316-4f71-4d8f-ae35-ca8593f8dd59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2024.07.03 17:23:00.566519 [ 3 ] {5ed0c807-8a0b-4a0d-b880-ee07cef1032b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
850 | 2024.07.03 17:23:00.581021 [ 3 ] {5ed0c807-8a0b-4a0d-b880-ee07cef1032b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
851 | 2024.07.03 17:23:00.581092 [ 3 ] {5ed0c807-8a0b-4a0d-b880-ee07cef1032b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
852 | 2024.07.03 17:23:00.582184 [ 3 ] {5ed0c807-8a0b-4a0d-b880-ee07cef1032b} <Debug> DynamicQueryHandler: Done processing query | ||
853 | 2024.07.03 17:23:00.582212 [ 3 ] {5ed0c807-8a0b-4a0d-b880-ee07cef1032b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
854 | 2024.07.03 17:23:00.582229 [ 3 ] {} <Debug> HTTP-Session: bc72f316-4f71-4d8f-ae35-ca8593f8dd59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.07.03 17:23:00.582564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
856 | 2024.07.03 17:23:00.582617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
857 | 2024.07.03 17:23:00.582636 [ 3 ] {} <Debug> HTTP-Session: 60eb573c-ba90-44eb-bd79-028f1073c292 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
858 | 2024.07.03 17:23:00.582653 [ 3 ] {} <Debug> HTTP-Session: 60eb573c-ba90-44eb-bd79-028f1073c292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.07.03 17:23:00.582667 [ 3 ] {} <Debug> HTTP-Session: 60eb573c-ba90-44eb-bd79-028f1073c292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.07.03 17:23:00.582702 [ 3 ] {} <Trace> HTTP-Session: 60eb573c-ba90-44eb-bd79-028f1073c292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2024.07.03 17:23:00.582830 [ 3 ] {4d9154d1-4c4f-4aff-a7fe-fa2ea2f0824f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
862 | 2024.07.03 17:23:00.585322 [ 3 ] {4d9154d1-4c4f-4aff-a7fe-fa2ea2f0824f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
863 | 2024.07.03 17:23:00.585390 [ 3 ] {4d9154d1-4c4f-4aff-a7fe-fa2ea2f0824f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
864 | 2024.07.03 17:23:00.586396 [ 3 ] {4d9154d1-4c4f-4aff-a7fe-fa2ea2f0824f} <Debug> DynamicQueryHandler: Done processing query | ||
865 | 2024.07.03 17:23:00.586428 [ 3 ] {4d9154d1-4c4f-4aff-a7fe-fa2ea2f0824f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
866 | 2024.07.03 17:23:00.586448 [ 3 ] {} <Debug> HTTP-Session: 60eb573c-ba90-44eb-bd79-028f1073c292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.07.03 17:23:00.586697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
868 | 2024.07.03 17:23:00.586746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
869 | 2024.07.03 17:23:00.586765 [ 3 ] {} <Debug> HTTP-Session: db3c1a75-f9a0-4ea6-97c0-e9b34f9151af Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
870 | 2024.07.03 17:23:00.586781 [ 3 ] {} <Debug> HTTP-Session: db3c1a75-f9a0-4ea6-97c0-e9b34f9151af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.07.03 17:23:00.586795 [ 3 ] {} <Debug> HTTP-Session: db3c1a75-f9a0-4ea6-97c0-e9b34f9151af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.07.03 17:23:00.586827 [ 3 ] {} <Trace> HTTP-Session: db3c1a75-f9a0-4ea6-97c0-e9b34f9151af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2024.07.03 17:23:00.586949 [ 3 ] {6a4b9a21-3642-4910-add9-fcbbf2d18760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
874 | 2024.07.03 17:23:00.587268 [ 3 ] {6a4b9a21-3642-4910-add9-fcbbf2d18760} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
875 | 2024.07.03 17:23:00.587321 [ 3 ] {6a4b9a21-3642-4910-add9-fcbbf2d18760} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
876 | 2024.07.03 17:23:00.588173 [ 3 ] {6a4b9a21-3642-4910-add9-fcbbf2d18760} <Debug> DynamicQueryHandler: Done processing query | ||
877 | 2024.07.03 17:23:00.588199 [ 3 ] {6a4b9a21-3642-4910-add9-fcbbf2d18760} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
878 | 2024.07.03 17:23:00.588216 [ 3 ] {} <Debug> HTTP-Session: db3c1a75-f9a0-4ea6-97c0-e9b34f9151af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.07.03 17:23:00.589058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
880 | 2024.07.03 17:23:00.589106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
881 | 2024.07.03 17:23:00.589125 [ 3 ] {} <Debug> HTTP-Session: 1bfa7092-4f91-468c-a1e9-b0decd815c87 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
882 | 2024.07.03 17:23:00.589141 [ 3 ] {} <Debug> HTTP-Session: 1bfa7092-4f91-468c-a1e9-b0decd815c87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.07.03 17:23:00.589154 [ 3 ] {} <Debug> HTTP-Session: 1bfa7092-4f91-468c-a1e9-b0decd815c87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.07.03 17:23:00.589184 [ 3 ] {} <Trace> HTTP-Session: 1bfa7092-4f91-468c-a1e9-b0decd815c87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
885 | 2024.07.03 17:23:00.589296 [ 3 ] {c85e0e33-3d0f-433c-ad9c-4c1d5a4ffce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
886 | 2024.07.03 17:23:00.589341 [ 3 ] {c85e0e33-3d0f-433c-ad9c-4c1d5a4ffce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
887 | 2024.07.03 17:23:00.589532 [ 3 ] {c85e0e33-3d0f-433c-ad9c-4c1d5a4ffce4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
888 | 2024.07.03 17:23:00.593896 [ 3 ] {c85e0e33-3d0f-433c-ad9c-4c1d5a4ffce4} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
889 | 2024.07.03 17:23:00.593938 [ 3 ] {c85e0e33-3d0f-433c-ad9c-4c1d5a4ffce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
890 | 2024.07.03 17:23:00.596744 [ 3 ] {c85e0e33-3d0f-433c-ad9c-4c1d5a4ffce4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
891 | 2024.07.03 17:23:00.597351 [ 3 ] {c85e0e33-3d0f-433c-ad9c-4c1d5a4ffce4} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
892 | 2024.07.03 17:23:00.597526 [ 3 ] {c85e0e33-3d0f-433c-ad9c-4c1d5a4ffce4} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.008262 sec., 484.14427499394816 rows/sec., 52.36 KiB/sec. | ||
893 | 2024.07.03 17:23:00.597710 [ 3 ] {c85e0e33-3d0f-433c-ad9c-4c1d5a4ffce4} <Debug> DynamicQueryHandler: Done processing query | ||
894 | 2024.07.03 17:23:00.597735 [ 3 ] {c85e0e33-3d0f-433c-ad9c-4c1d5a4ffce4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
895 | 2024.07.03 17:23:00.597751 [ 3 ] {} <Debug> HTTP-Session: 1bfa7092-4f91-468c-a1e9-b0decd815c87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.07.03 17:23:00.597934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
897 | 2024.07.03 17:23:00.597985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
898 | 2024.07.03 17:23:00.598004 [ 3 ] {} <Debug> HTTP-Session: 67c21210-99c0-415a-b0c2-39fe9879211d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
899 | 2024.07.03 17:23:00.598020 [ 3 ] {} <Debug> HTTP-Session: 67c21210-99c0-415a-b0c2-39fe9879211d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
900 | 2024.07.03 17:23:00.598035 [ 3 ] {} <Debug> HTTP-Session: 67c21210-99c0-415a-b0c2-39fe9879211d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.07.03 17:23:00.598066 [ 3 ] {} <Trace> HTTP-Session: 67c21210-99c0-415a-b0c2-39fe9879211d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
902 | 2024.07.03 17:23:00.598165 [ 3 ] {ecf7aefa-3790-4c54-a7df-3f34db185b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
903 | 2024.07.03 17:23:00.598210 [ 3 ] {ecf7aefa-3790-4c54-a7df-3f34db185b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
904 | 2024.07.03 17:23:00.598341 [ 3 ] {ecf7aefa-3790-4c54-a7df-3f34db185b1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
905 | 2024.07.03 17:23:00.602303 [ 3 ] {ecf7aefa-3790-4c54-a7df-3f34db185b1b} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
906 | 2024.07.03 17:23:00.602339 [ 3 ] {ecf7aefa-3790-4c54-a7df-3f34db185b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
907 | 2024.07.03 17:23:00.602827 [ 3 ] {ecf7aefa-3790-4c54-a7df-3f34db185b1b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
908 | 2024.07.03 17:23:00.603472 [ 3 ] {ecf7aefa-3790-4c54-a7df-3f34db185b1b} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
909 | 2024.07.03 17:23:00.603629 [ 3 ] {ecf7aefa-3790-4c54-a7df-3f34db185b1b} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.005482 sec., 2553.812477198103 rows/sec., 207.00 KiB/sec. | ||
910 | 2024.07.03 17:23:00.603798 [ 3 ] {ecf7aefa-3790-4c54-a7df-3f34db185b1b} <Debug> DynamicQueryHandler: Done processing query | ||
911 | 2024.07.03 17:23:00.603823 [ 3 ] {ecf7aefa-3790-4c54-a7df-3f34db185b1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
912 | 2024.07.03 17:23:00.603839 [ 3 ] {} <Debug> HTTP-Session: 67c21210-99c0-415a-b0c2-39fe9879211d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.07.03 17:23:00.603963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 6357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
914 | 2024.07.03 17:23:00.604011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
915 | 2024.07.03 17:23:00.604030 [ 3 ] {} <Debug> HTTP-Session: 4fdfc332-dc76-44b1-9d6a-f558a5e25c80 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
916 | 2024.07.03 17:23:00.604047 [ 3 ] {} <Debug> HTTP-Session: 4fdfc332-dc76-44b1-9d6a-f558a5e25c80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
917 | 2024.07.03 17:23:00.604061 [ 3 ] {} <Debug> HTTP-Session: 4fdfc332-dc76-44b1-9d6a-f558a5e25c80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.07.03 17:23:00.604092 [ 3 ] {} <Trace> HTTP-Session: 4fdfc332-dc76-44b1-9d6a-f558a5e25c80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
919 | 2024.07.03 17:23:00.604199 [ 3 ] {fe7c94d2-fc41-485b-9e5d-3c3d9a8c1722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
920 | 2024.07.03 17:23:00.604241 [ 3 ] {fe7c94d2-fc41-485b-9e5d-3c3d9a8c1722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
921 | 2024.07.03 17:23:00.604367 [ 3 ] {fe7c94d2-fc41-485b-9e5d-3c3d9a8c1722} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
922 | 2024.07.03 17:23:00.606701 [ 3 ] {fe7c94d2-fc41-485b-9e5d-3c3d9a8c1722} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
923 | 2024.07.03 17:23:00.606737 [ 3 ] {fe7c94d2-fc41-485b-9e5d-3c3d9a8c1722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
924 | 2024.07.03 17:23:00.607147 [ 3 ] {fe7c94d2-fc41-485b-9e5d-3c3d9a8c1722} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
925 | 2024.07.03 17:23:00.607673 [ 3 ] {fe7c94d2-fc41-485b-9e5d-3c3d9a8c1722} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
926 | 2024.07.03 17:23:00.607828 [ 3 ] {fe7c94d2-fc41-485b-9e5d-3c3d9a8c1722} <Debug> executeQuery: Read 42 rows, 3.75 KiB in 0.003654 sec., 11494.252873563219 rows/sec., 1.00 MiB/sec. | ||
927 | 2024.07.03 17:23:00.608089 [ 3 ] {fe7c94d2-fc41-485b-9e5d-3c3d9a8c1722} <Debug> DynamicQueryHandler: Done processing query | ||
928 | 2024.07.03 17:23:00.608114 [ 3 ] {fe7c94d2-fc41-485b-9e5d-3c3d9a8c1722} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
929 | 2024.07.03 17:23:00.608130 [ 3 ] {} <Debug> HTTP-Session: 4fdfc332-dc76-44b1-9d6a-f558a5e25c80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
930 | 2024.07.03 17:23:00.608255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
931 | 2024.07.03 17:23:00.608309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
932 | 2024.07.03 17:23:00.608329 [ 3 ] {} <Debug> HTTP-Session: 856c6879-1870-44f6-af93-a4f9b6d696df Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
933 | 2024.07.03 17:23:00.608346 [ 3 ] {} <Debug> HTTP-Session: 856c6879-1870-44f6-af93-a4f9b6d696df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
934 | 2024.07.03 17:23:00.608360 [ 3 ] {} <Debug> HTTP-Session: 856c6879-1870-44f6-af93-a4f9b6d696df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
935 | 2024.07.03 17:23:00.608391 [ 3 ] {} <Trace> HTTP-Session: 856c6879-1870-44f6-af93-a4f9b6d696df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
936 | 2024.07.03 17:23:00.608494 [ 3 ] {1af299f3-c322-429c-b746-b34e8bb5b0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
937 | 2024.07.03 17:23:00.608537 [ 3 ] {1af299f3-c322-429c-b746-b34e8bb5b0a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
938 | 2024.07.03 17:23:00.609241 [ 3 ] {1af299f3-c322-429c-b746-b34e8bb5b0a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
939 | 2024.07.03 17:23:00.612039 [ 3 ] {1af299f3-c322-429c-b746-b34e8bb5b0a8} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
940 | 2024.07.03 17:23:00.612075 [ 3 ] {1af299f3-c322-429c-b746-b34e8bb5b0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
941 | 2024.07.03 17:23:00.614458 [ 3 ] {1af299f3-c322-429c-b746-b34e8bb5b0a8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
942 | 2024.07.03 17:23:00.615078 [ 3 ] {1af299f3-c322-429c-b746-b34e8bb5b0a8} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
943 | 2024.07.03 17:23:00.615242 [ 3 ] {1af299f3-c322-429c-b746-b34e8bb5b0a8} <Debug> executeQuery: Read 29 rows, 2.33 KiB in 0.00677 sec., 4283.604135893648 rows/sec., 343.74 KiB/sec. | ||
944 | 2024.07.03 17:23:00.615469 [ 3 ] {1af299f3-c322-429c-b746-b34e8bb5b0a8} <Debug> DynamicQueryHandler: Done processing query | ||
945 | 2024.07.03 17:23:00.615497 [ 3 ] {1af299f3-c322-429c-b746-b34e8bb5b0a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
946 | 2024.07.03 17:23:00.615515 [ 3 ] {} <Debug> HTTP-Session: 856c6879-1870-44f6-af93-a4f9b6d696df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
947 | 2024.07.03 17:23:00.615730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
948 | 2024.07.03 17:23:00.615778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
949 | 2024.07.03 17:23:00.615797 [ 3 ] {} <Debug> HTTP-Session: 8bf42578-6020-4961-973a-74d71b4bcd67 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
950 | 2024.07.03 17:23:00.615814 [ 3 ] {} <Debug> HTTP-Session: 8bf42578-6020-4961-973a-74d71b4bcd67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.07.03 17:23:00.615828 [ 3 ] {} <Debug> HTTP-Session: 8bf42578-6020-4961-973a-74d71b4bcd67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.07.03 17:23:00.615859 [ 3 ] {} <Trace> HTTP-Session: 8bf42578-6020-4961-973a-74d71b4bcd67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
953 | 2024.07.03 17:23:00.616052 [ 3 ] {0f1af1f1-1c59-49f6-aa34-4f87871fca35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
954 | 2024.07.03 17:23:00.616114 [ 3 ] {0f1af1f1-1c59-49f6-aa34-4f87871fca35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
955 | 2024.07.03 17:23:00.616508 [ 3 ] {0f1af1f1-1c59-49f6-aa34-4f87871fca35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
956 | 2024.07.03 17:23:00.617145 [ 3 ] {0f1af1f1-1c59-49f6-aa34-4f87871fca35} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
957 | 2024.07.03 17:23:00.617182 [ 3 ] {0f1af1f1-1c59-49f6-aa34-4f87871fca35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
958 | 2024.07.03 17:23:00.620829 [ 3 ] {0f1af1f1-1c59-49f6-aa34-4f87871fca35} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
959 | 2024.07.03 17:23:00.621559 [ 3 ] {0f1af1f1-1c59-49f6-aa34-4f87871fca35} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
960 | 2024.07.03 17:23:00.621759 [ 3 ] {0f1af1f1-1c59-49f6-aa34-4f87871fca35} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.005817 sec., 2406.7388688327314 rows/sec., 4.31 MiB/sec. | ||
961 | 2024.07.03 17:23:00.622117 [ 3 ] {0f1af1f1-1c59-49f6-aa34-4f87871fca35} <Debug> DynamicQueryHandler: Done processing query | ||
962 | 2024.07.03 17:23:00.622142 [ 3 ] {0f1af1f1-1c59-49f6-aa34-4f87871fca35} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
963 | 2024.07.03 17:23:00.622158 [ 3 ] {} <Debug> HTTP-Session: 8bf42578-6020-4961-973a-74d71b4bcd67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
964 | 2024.07.03 17:23:00.622277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 3351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
965 | 2024.07.03 17:23:00.622326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
966 | 2024.07.03 17:23:00.622345 [ 3 ] {} <Debug> HTTP-Session: 593405a7-4d0f-48a8-8166-6231875bd2f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
967 | 2024.07.03 17:23:00.622361 [ 3 ] {} <Debug> HTTP-Session: 593405a7-4d0f-48a8-8166-6231875bd2f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.07.03 17:23:00.622375 [ 3 ] {} <Debug> HTTP-Session: 593405a7-4d0f-48a8-8166-6231875bd2f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.07.03 17:23:00.622407 [ 3 ] {} <Trace> HTTP-Session: 593405a7-4d0f-48a8-8166-6231875bd2f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
970 | 2024.07.03 17:23:00.622508 [ 3 ] {aa1d4a90-90a8-465c-a3d9-90d331bda70c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
971 | 2024.07.03 17:23:00.622553 [ 3 ] {aa1d4a90-90a8-465c-a3d9-90d331bda70c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
972 | 2024.07.03 17:23:00.622686 [ 3 ] {aa1d4a90-90a8-465c-a3d9-90d331bda70c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
973 | 2024.07.03 17:23:00.624970 [ 3 ] {aa1d4a90-90a8-465c-a3d9-90d331bda70c} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
974 | 2024.07.03 17:23:00.625015 [ 3 ] {aa1d4a90-90a8-465c-a3d9-90d331bda70c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
975 | 2024.07.03 17:23:00.625604 [ 3 ] {aa1d4a90-90a8-465c-a3d9-90d331bda70c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
976 | 2024.07.03 17:23:00.626232 [ 3 ] {aa1d4a90-90a8-465c-a3d9-90d331bda70c} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
977 | 2024.07.03 17:23:00.626385 [ 3 ] {aa1d4a90-90a8-465c-a3d9-90d331bda70c} <Debug> executeQuery: Read 21 rows, 1.54 KiB in 0.003895 sec., 5391.5275994865215 rows/sec., 395.39 KiB/sec. | ||
978 | 2024.07.03 17:23:00.626586 [ 3 ] {aa1d4a90-90a8-465c-a3d9-90d331bda70c} <Debug> DynamicQueryHandler: Done processing query | ||
979 | 2024.07.03 17:23:00.626611 [ 3 ] {aa1d4a90-90a8-465c-a3d9-90d331bda70c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
980 | 2024.07.03 17:23:00.626628 [ 3 ] {} <Debug> HTTP-Session: 593405a7-4d0f-48a8-8166-6231875bd2f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.07.03 17:23:03.467056 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
982 | 2024.07.03 17:23:03.467151 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
983 | 2024.07.03 17:23:10.553225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
984 | 2024.07.03 17:23:10.553361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
985 | 2024.07.03 17:23:10.553390 [ 3 ] {} <Debug> HTTP-Session: e4d97bb9-3164-41e6-8328-de6b74042797 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
986 | 2024.07.03 17:23:10.553418 [ 3 ] {} <Debug> HTTP-Session: e4d97bb9-3164-41e6-8328-de6b74042797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.07.03 17:23:10.553436 [ 3 ] {} <Debug> HTTP-Session: e4d97bb9-3164-41e6-8328-de6b74042797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.07.03 17:23:10.553493 [ 3 ] {} <Trace> HTTP-Session: e4d97bb9-3164-41e6-8328-de6b74042797 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
989 | 2024.07.03 17:23:10.553692 [ 3 ] {a97307e7-57ab-4b9d-a8ca-7609bd4ce397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
990 | 2024.07.03 17:23:10.553766 [ 3 ] {a97307e7-57ab-4b9d-a8ca-7609bd4ce397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
991 | 2024.07.03 17:23:10.553989 [ 3 ] {a97307e7-57ab-4b9d-a8ca-7609bd4ce397} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
992 | 2024.07.03 17:23:10.554522 [ 3 ] {a97307e7-57ab-4b9d-a8ca-7609bd4ce397} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
993 | 2024.07.03 17:23:10.554562 [ 3 ] {a97307e7-57ab-4b9d-a8ca-7609bd4ce397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
994 | 2024.07.03 17:23:10.555170 [ 3 ] {a97307e7-57ab-4b9d-a8ca-7609bd4ce397} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
995 | 2024.07.03 17:23:10.555715 [ 3 ] {a97307e7-57ab-4b9d-a8ca-7609bd4ce397} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
996 | 2024.07.03 17:23:10.555890 [ 3 ] {a97307e7-57ab-4b9d-a8ca-7609bd4ce397} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.002262 sec., 6189.21308576481 rows/sec., 501.66 KiB/sec. | ||
997 | 2024.07.03 17:23:10.556102 [ 3 ] {a97307e7-57ab-4b9d-a8ca-7609bd4ce397} <Debug> DynamicQueryHandler: Done processing query | ||
998 | 2024.07.03 17:23:10.556129 [ 3 ] {a97307e7-57ab-4b9d-a8ca-7609bd4ce397} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
999 | 2024.07.03 17:23:10.556145 [ 3 ] {} <Debug> HTTP-Session: e4d97bb9-3164-41e6-8328-de6b74042797 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1000 | 2024.07.03 17:23:10.556371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 6357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1001 | 2024.07.03 17:23:10.556427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1002 | 2024.07.03 17:23:10.556447 [ 3 ] {} <Debug> HTTP-Session: 6ad289f7-90ad-4731-a5ee-44ca4ff690ce Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1003 | 2024.07.03 17:23:10.556464 [ 3 ] {} <Debug> HTTP-Session: 6ad289f7-90ad-4731-a5ee-44ca4ff690ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.07.03 17:23:10.556478 [ 3 ] {} <Debug> HTTP-Session: 6ad289f7-90ad-4731-a5ee-44ca4ff690ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.07.03 17:23:10.556513 [ 3 ] {} <Trace> HTTP-Session: 6ad289f7-90ad-4731-a5ee-44ca4ff690ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1006 | 2024.07.03 17:23:10.556632 [ 3 ] {71a9af3b-ff25-4539-b150-905a2f6fac15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1007 | 2024.07.03 17:23:10.556678 [ 3 ] {71a9af3b-ff25-4539-b150-905a2f6fac15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1008 | 2024.07.03 17:23:10.556808 [ 3 ] {71a9af3b-ff25-4539-b150-905a2f6fac15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1009 | 2024.07.03 17:23:10.557176 [ 3 ] {71a9af3b-ff25-4539-b150-905a2f6fac15} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1010 | 2024.07.03 17:23:10.557213 [ 3 ] {71a9af3b-ff25-4539-b150-905a2f6fac15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1011 | 2024.07.03 17:23:10.557655 [ 3 ] {71a9af3b-ff25-4539-b150-905a2f6fac15} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1012 | 2024.07.03 17:23:10.558161 [ 3 ] {71a9af3b-ff25-4539-b150-905a2f6fac15} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1013 | 2024.07.03 17:23:10.558291 [ 3 ] {71a9af3b-ff25-4539-b150-905a2f6fac15} <Debug> executeQuery: Read 42 rows, 3.75 KiB in 0.001698 sec., 24734.982332155476 rows/sec., 2.16 MiB/sec. | ||
1014 | 2024.07.03 17:23:10.558602 [ 3 ] {71a9af3b-ff25-4539-b150-905a2f6fac15} <Debug> DynamicQueryHandler: Done processing query | ||
1015 | 2024.07.03 17:23:10.558627 [ 3 ] {71a9af3b-ff25-4539-b150-905a2f6fac15} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1016 | 2024.07.03 17:23:10.558643 [ 3 ] {} <Debug> HTTP-Session: 6ad289f7-90ad-4731-a5ee-44ca4ff690ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1017 | 2024.07.03 17:23:10.558817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1018 | 2024.07.03 17:23:10.558867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1019 | 2024.07.03 17:23:10.558886 [ 3 ] {} <Debug> HTTP-Session: bae33d2f-1ce7-46d7-923b-84577e29e5bb Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1020 | 2024.07.03 17:23:10.558902 [ 3 ] {} <Debug> HTTP-Session: bae33d2f-1ce7-46d7-923b-84577e29e5bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.07.03 17:23:10.558916 [ 3 ] {} <Debug> HTTP-Session: bae33d2f-1ce7-46d7-923b-84577e29e5bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1022 | 2024.07.03 17:23:10.558948 [ 3 ] {} <Trace> HTTP-Session: bae33d2f-1ce7-46d7-923b-84577e29e5bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1023 | 2024.07.03 17:23:10.559054 [ 3 ] {18ec7f88-9304-466b-b794-86f5c0aac386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1024 | 2024.07.03 17:23:10.559104 [ 3 ] {18ec7f88-9304-466b-b794-86f5c0aac386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1025 | 2024.07.03 17:23:10.559249 [ 3 ] {18ec7f88-9304-466b-b794-86f5c0aac386} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1026 | 2024.07.03 17:23:10.559594 [ 3 ] {18ec7f88-9304-466b-b794-86f5c0aac386} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1027 | 2024.07.03 17:23:10.559631 [ 3 ] {18ec7f88-9304-466b-b794-86f5c0aac386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1028 | 2024.07.03 17:23:10.560035 [ 3 ] {18ec7f88-9304-466b-b794-86f5c0aac386} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1029 | 2024.07.03 17:23:10.560543 [ 3 ] {18ec7f88-9304-466b-b794-86f5c0aac386} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1030 | 2024.07.03 17:23:10.560670 [ 3 ] {18ec7f88-9304-466b-b794-86f5c0aac386} <Debug> executeQuery: Read 14 rows, 1.12 KiB in 0.001647 sec., 8500.303582270795 rows/sec., 680.69 KiB/sec. | ||
1031 | 2024.07.03 17:23:10.560834 [ 3 ] {18ec7f88-9304-466b-b794-86f5c0aac386} <Debug> DynamicQueryHandler: Done processing query | ||
1032 | 2024.07.03 17:23:10.560858 [ 3 ] {18ec7f88-9304-466b-b794-86f5c0aac386} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1033 | 2024.07.03 17:23:10.560874 [ 3 ] {} <Debug> HTTP-Session: bae33d2f-1ce7-46d7-923b-84577e29e5bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1034 | 2024.07.03 17:23:10.561129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1035 | 2024.07.03 17:23:10.561179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1036 | 2024.07.03 17:23:10.561216 [ 3 ] {} <Debug> HTTP-Session: 4a7877b5-d5bb-4ebd-9dcd-fbba77c3968c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1037 | 2024.07.03 17:23:10.561242 [ 3 ] {} <Debug> HTTP-Session: 4a7877b5-d5bb-4ebd-9dcd-fbba77c3968c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.07.03 17:23:10.561258 [ 3 ] {} <Debug> HTTP-Session: 4a7877b5-d5bb-4ebd-9dcd-fbba77c3968c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.07.03 17:23:10.561290 [ 3 ] {} <Trace> HTTP-Session: 4a7877b5-d5bb-4ebd-9dcd-fbba77c3968c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1040 | 2024.07.03 17:23:10.561489 [ 3 ] {0dbcd9d5-85bb-44c1-a3ff-c35c5c325b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1041 | 2024.07.03 17:23:10.561555 [ 3 ] {0dbcd9d5-85bb-44c1-a3ff-c35c5c325b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1042 | 2024.07.03 17:23:10.561947 [ 3 ] {0dbcd9d5-85bb-44c1-a3ff-c35c5c325b8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1043 | 2024.07.03 17:23:10.562527 [ 3 ] {0dbcd9d5-85bb-44c1-a3ff-c35c5c325b8c} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1044 | 2024.07.03 17:23:10.562564 [ 3 ] {0dbcd9d5-85bb-44c1-a3ff-c35c5c325b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1045 | 2024.07.03 17:23:10.563397 [ 3 ] {0dbcd9d5-85bb-44c1-a3ff-c35c5c325b8c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1046 | 2024.07.03 17:23:10.564117 [ 3 ] {0dbcd9d5-85bb-44c1-a3ff-c35c5c325b8c} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1047 | 2024.07.03 17:23:10.564264 [ 3 ] {0dbcd9d5-85bb-44c1-a3ff-c35c5c325b8c} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002891 sec., 4842.6150121065375 rows/sec., 8.68 MiB/sec. | ||
1048 | 2024.07.03 17:23:10.564482 [ 3 ] {0dbcd9d5-85bb-44c1-a3ff-c35c5c325b8c} <Debug> DynamicQueryHandler: Done processing query | ||
1049 | 2024.07.03 17:23:10.564507 [ 3 ] {0dbcd9d5-85bb-44c1-a3ff-c35c5c325b8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
1050 | 2024.07.03 17:23:10.564523 [ 3 ] {} <Debug> HTTP-Session: 4a7877b5-d5bb-4ebd-9dcd-fbba77c3968c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.07.03 17:23:18.467203 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1052 | 2024.07.03 17:23:18.467270 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1053 | 2024.07.03 17:23:20.553066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1054 | 2024.07.03 17:23:20.553202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1055 | 2024.07.03 17:23:20.553227 [ 3 ] {} <Debug> HTTP-Session: 456f0267-104a-4655-afd1-3a5b83384dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1056 | 2024.07.03 17:23:20.553252 [ 3 ] {} <Debug> HTTP-Session: 456f0267-104a-4655-afd1-3a5b83384dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1057 | 2024.07.03 17:23:20.553266 [ 3 ] {} <Debug> HTTP-Session: 456f0267-104a-4655-afd1-3a5b83384dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1058 | 2024.07.03 17:23:20.553316 [ 3 ] {} <Trace> HTTP-Session: 456f0267-104a-4655-afd1-3a5b83384dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1059 | 2024.07.03 17:23:20.553500 [ 3 ] {f9fff11c-63e9-48b7-8d35-ceb5b3ba17f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1060 | 2024.07.03 17:23:20.553567 [ 3 ] {f9fff11c-63e9-48b7-8d35-ceb5b3ba17f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1061 | 2024.07.03 17:23:20.553760 [ 3 ] {f9fff11c-63e9-48b7-8d35-ceb5b3ba17f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1062 | 2024.07.03 17:23:20.554194 [ 3 ] {f9fff11c-63e9-48b7-8d35-ceb5b3ba17f9} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1063 | 2024.07.03 17:23:20.554242 [ 3 ] {f9fff11c-63e9-48b7-8d35-ceb5b3ba17f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1064 | 2024.07.03 17:23:20.554603 [ 3 ] {f9fff11c-63e9-48b7-8d35-ceb5b3ba17f9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1065 | 2024.07.03 17:23:20.554934 [ 3 ] {f9fff11c-63e9-48b7-8d35-ceb5b3ba17f9} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1066 | 2024.07.03 17:23:20.555123 [ 3 ] {f9fff11c-63e9-48b7-8d35-ceb5b3ba17f9} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001672 sec., 8373.205741626794 rows/sec., 678.69 KiB/sec. | ||
1067 | 2024.07.03 17:23:20.555339 [ 3 ] {f9fff11c-63e9-48b7-8d35-ceb5b3ba17f9} <Debug> DynamicQueryHandler: Done processing query | ||
1068 | 2024.07.03 17:23:20.555367 [ 3 ] {f9fff11c-63e9-48b7-8d35-ceb5b3ba17f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1069 | 2024.07.03 17:23:20.555384 [ 3 ] {} <Debug> HTTP-Session: 456f0267-104a-4655-afd1-3a5b83384dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1070 | 2024.07.03 17:23:20.555556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 6357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1071 | 2024.07.03 17:23:20.555613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1072 | 2024.07.03 17:23:20.555633 [ 3 ] {} <Debug> HTTP-Session: d2af4fc7-f7fe-4e66-8709-17368882951a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1073 | 2024.07.03 17:23:20.555650 [ 3 ] {} <Debug> HTTP-Session: d2af4fc7-f7fe-4e66-8709-17368882951a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1074 | 2024.07.03 17:23:20.555664 [ 3 ] {} <Debug> HTTP-Session: d2af4fc7-f7fe-4e66-8709-17368882951a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1075 | 2024.07.03 17:23:20.555700 [ 3 ] {} <Trace> HTTP-Session: d2af4fc7-f7fe-4e66-8709-17368882951a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1076 | 2024.07.03 17:23:20.555817 [ 3 ] {28342ecc-6697-4053-b554-b99cb41dbd9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1077 | 2024.07.03 17:23:20.555863 [ 3 ] {28342ecc-6697-4053-b554-b99cb41dbd9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1078 | 2024.07.03 17:23:20.555995 [ 3 ] {28342ecc-6697-4053-b554-b99cb41dbd9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1079 | 2024.07.03 17:23:20.556370 [ 3 ] {28342ecc-6697-4053-b554-b99cb41dbd9d} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1080 | 2024.07.03 17:23:20.556408 [ 3 ] {28342ecc-6697-4053-b554-b99cb41dbd9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1081 | 2024.07.03 17:23:20.556722 [ 3 ] {28342ecc-6697-4053-b554-b99cb41dbd9d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1082 | 2024.07.03 17:23:20.557019 [ 3 ] {28342ecc-6697-4053-b554-b99cb41dbd9d} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1083 | 2024.07.03 17:23:20.557198 [ 3 ] {28342ecc-6697-4053-b554-b99cb41dbd9d} <Debug> executeQuery: Read 42 rows, 3.75 KiB in 0.001417 sec., 29640.084685956244 rows/sec., 2.58 MiB/sec. | ||
1084 | 2024.07.03 17:23:20.557409 [ 3 ] {28342ecc-6697-4053-b554-b99cb41dbd9d} <Debug> DynamicQueryHandler: Done processing query | ||
1085 | 2024.07.03 17:23:20.557440 [ 3 ] {28342ecc-6697-4053-b554-b99cb41dbd9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1086 | 2024.07.03 17:23:20.557460 [ 3 ] {} <Debug> HTTP-Session: d2af4fc7-f7fe-4e66-8709-17368882951a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1087 | 2024.07.03 17:23:20.557637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1088 | 2024.07.03 17:23:20.557697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1089 | 2024.07.03 17:23:20.557720 [ 3 ] {} <Debug> HTTP-Session: 923b5873-f93d-4bbf-af3a-346434416a54 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1090 | 2024.07.03 17:23:20.557740 [ 3 ] {} <Debug> HTTP-Session: 923b5873-f93d-4bbf-af3a-346434416a54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1091 | 2024.07.03 17:23:20.557757 [ 3 ] {} <Debug> HTTP-Session: 923b5873-f93d-4bbf-af3a-346434416a54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1092 | 2024.07.03 17:23:20.557796 [ 3 ] {} <Trace> HTTP-Session: 923b5873-f93d-4bbf-af3a-346434416a54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1093 | 2024.07.03 17:23:20.557932 [ 3 ] {513847fb-9670-49c3-96cb-81282b131d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1094 | 2024.07.03 17:23:20.557986 [ 3 ] {513847fb-9670-49c3-96cb-81282b131d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1095 | 2024.07.03 17:23:20.558143 [ 3 ] {513847fb-9670-49c3-96cb-81282b131d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1096 | 2024.07.03 17:23:20.558471 [ 3 ] {513847fb-9670-49c3-96cb-81282b131d47} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1097 | 2024.07.03 17:23:20.558509 [ 3 ] {513847fb-9670-49c3-96cb-81282b131d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1098 | 2024.07.03 17:23:20.558813 [ 3 ] {513847fb-9670-49c3-96cb-81282b131d47} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1099 | 2024.07.03 17:23:20.559114 [ 3 ] {513847fb-9670-49c3-96cb-81282b131d47} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1100 | 2024.07.03 17:23:20.559238 [ 3 ] {513847fb-9670-49c3-96cb-81282b131d47} <Debug> executeQuery: Read 14 rows, 1.12 KiB in 0.001341 sec., 10439.970171513796 rows/sec., 836.01 KiB/sec. | ||
1101 | 2024.07.03 17:23:20.559433 [ 3 ] {513847fb-9670-49c3-96cb-81282b131d47} <Debug> DynamicQueryHandler: Done processing query | ||
1102 | 2024.07.03 17:23:20.559457 [ 3 ] {513847fb-9670-49c3-96cb-81282b131d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1103 | 2024.07.03 17:23:20.559473 [ 3 ] {} <Debug> HTTP-Session: 923b5873-f93d-4bbf-af3a-346434416a54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1104 | 2024.07.03 17:23:20.559641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1105 | 2024.07.03 17:23:20.559690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1106 | 2024.07.03 17:23:20.559709 [ 3 ] {} <Debug> HTTP-Session: b23d97c1-cf42-4c24-94b4-ad7bdaab23a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1107 | 2024.07.03 17:23:20.559725 [ 3 ] {} <Debug> HTTP-Session: b23d97c1-cf42-4c24-94b4-ad7bdaab23a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1108 | 2024.07.03 17:23:20.559739 [ 3 ] {} <Debug> HTTP-Session: b23d97c1-cf42-4c24-94b4-ad7bdaab23a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1109 | 2024.07.03 17:23:20.559771 [ 3 ] {} <Trace> HTTP-Session: b23d97c1-cf42-4c24-94b4-ad7bdaab23a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1110 | 2024.07.03 17:23:20.559968 [ 3 ] {41e17308-9078-480d-b950-2bafaa87b863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1111 | 2024.07.03 17:23:20.560034 [ 3 ] {41e17308-9078-480d-b950-2bafaa87b863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1112 | 2024.07.03 17:23:20.560439 [ 3 ] {41e17308-9078-480d-b950-2bafaa87b863} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1113 | 2024.07.03 17:23:20.561010 [ 3 ] {41e17308-9078-480d-b950-2bafaa87b863} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1114 | 2024.07.03 17:23:20.561045 [ 3 ] {41e17308-9078-480d-b950-2bafaa87b863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1115 | 2024.07.03 17:23:20.561739 [ 3 ] {41e17308-9078-480d-b950-2bafaa87b863} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1116 | 2024.07.03 17:23:20.562154 [ 3 ] {41e17308-9078-480d-b950-2bafaa87b863} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1117 | 2024.07.03 17:23:20.562343 [ 3 ] {41e17308-9078-480d-b950-2bafaa87b863} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002492 sec., 5617.9775280898875 rows/sec., 10.07 MiB/sec. | ||
1118 | 2024.07.03 17:23:20.562792 [ 3 ] {41e17308-9078-480d-b950-2bafaa87b863} <Debug> DynamicQueryHandler: Done processing query | ||
1119 | 2024.07.03 17:23:20.562818 [ 3 ] {41e17308-9078-480d-b950-2bafaa87b863} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
1120 | 2024.07.03 17:23:20.562834 [ 3 ] {} <Debug> HTTP-Session: b23d97c1-cf42-4c24-94b4-ad7bdaab23a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1121 | 2024.07.03 17:23:30.553599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1122 | 2024.07.03 17:23:30.553740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1123 | 2024.07.03 17:23:30.553779 [ 3 ] {} <Debug> HTTP-Session: 0ba2ac70-4df8-4f5e-bd53-1ca4c451bebc Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1124 | 2024.07.03 17:23:30.553820 [ 3 ] {} <Debug> HTTP-Session: 0ba2ac70-4df8-4f5e-bd53-1ca4c451bebc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1125 | 2024.07.03 17:23:30.553854 [ 3 ] {} <Debug> HTTP-Session: 0ba2ac70-4df8-4f5e-bd53-1ca4c451bebc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1126 | 2024.07.03 17:23:30.553924 [ 3 ] {} <Trace> HTTP-Session: 0ba2ac70-4df8-4f5e-bd53-1ca4c451bebc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1127 | 2024.07.03 17:23:30.554159 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1128 | 2024.07.03 17:23:30.556692 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1129 | 2024.07.03 17:23:30.561239 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1130 | 2024.07.03 17:23:30.561550 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1131 | 2024.07.03 17:23:30.564134 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1132 | 2024.07.03 17:23:30.568642 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1133 | 2024.07.03 17:23:30.574441 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1134 | 2024.07.03 17:23:30.576954 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1135 | 2024.07.03 17:23:30.576996 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1136 | 2024.07.03 17:23:30.577175 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" | ||
1137 | 2024.07.03 17:23:30.577221 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1138 | 2024.07.03 17:23:30.586903 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.032838 sec., 121.81009805712894 rows/sec., 5.62 KiB/sec. | ||
1139 | 2024.07.03 17:23:30.587200 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Debug> DynamicQueryHandler: Done processing query | ||
1140 | 2024.07.03 17:23:30.587227 [ 3 ] {e0240245-87dc-4df0-a13f-3031d2d71b5e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1141 | 2024.07.03 17:23:30.587244 [ 3 ] {} <Debug> HTTP-Session: 0ba2ac70-4df8-4f5e-bd53-1ca4c451bebc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1142 | 2024.07.03 17:23:30.587480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1143 | 2024.07.03 17:23:30.587533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1144 | 2024.07.03 17:23:30.587553 [ 3 ] {} <Debug> HTTP-Session: c33a0b85-b523-4015-a848-c6305f269487 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1145 | 2024.07.03 17:23:30.587571 [ 3 ] {} <Debug> HTTP-Session: c33a0b85-b523-4015-a848-c6305f269487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1146 | 2024.07.03 17:23:30.587585 [ 3 ] {} <Debug> HTTP-Session: c33a0b85-b523-4015-a848-c6305f269487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1147 | 2024.07.03 17:23:30.587622 [ 3 ] {} <Trace> HTTP-Session: c33a0b85-b523-4015-a848-c6305f269487 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1148 | 2024.07.03 17:23:30.587765 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1149 | 2024.07.03 17:23:30.588009 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1150 | 2024.07.03 17:23:30.588042 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1151 | 2024.07.03 17:23:30.588246 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1152 | 2024.07.03 17:23:30.588311 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1153 | 2024.07.03 17:23:30.588454 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1154 | 2024.07.03 17:23:30.588488 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1155 | 2024.07.03 17:23:30.588510 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1156 | 2024.07.03 17:23:30.588527 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1157 | 2024.07.03 17:23:30.588567 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
1158 | 2024.07.03 17:23:30.588586 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1159 | 2024.07.03 17:23:30.589432 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001727 sec., 2316.1551823972204 rows/sec., 106.87 KiB/sec. | ||
1160 | 2024.07.03 17:23:30.589686 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Debug> DynamicQueryHandler: Done processing query | ||
1161 | 2024.07.03 17:23:30.589711 [ 3 ] {e514ae64-b05f-48c8-acc8-9dfdee6caa1f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1162 | 2024.07.03 17:23:30.589729 [ 3 ] {} <Debug> HTTP-Session: c33a0b85-b523-4015-a848-c6305f269487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1163 | 2024.07.03 17:23:30.589967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1164 | 2024.07.03 17:23:30.590016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1165 | 2024.07.03 17:23:30.590035 [ 3 ] {} <Debug> HTTP-Session: d886a8de-278b-40ac-b30a-8279e19302a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1166 | 2024.07.03 17:23:30.590051 [ 3 ] {} <Debug> HTTP-Session: d886a8de-278b-40ac-b30a-8279e19302a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1167 | 2024.07.03 17:23:30.590065 [ 3 ] {} <Debug> HTTP-Session: d886a8de-278b-40ac-b30a-8279e19302a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1168 | 2024.07.03 17:23:30.590097 [ 3 ] {} <Trace> HTTP-Session: d886a8de-278b-40ac-b30a-8279e19302a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1169 | 2024.07.03 17:23:30.590223 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1170 | 2024.07.03 17:23:30.590456 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1171 | 2024.07.03 17:23:30.590489 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1172 | 2024.07.03 17:23:30.590697 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1173 | 2024.07.03 17:23:30.590761 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1174 | 2024.07.03 17:23:30.590895 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1175 | 2024.07.03 17:23:30.590926 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1176 | 2024.07.03 17:23:30.590949 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1177 | 2024.07.03 17:23:30.590965 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1178 | 2024.07.03 17:23:30.591004 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1179 | 2024.07.03 17:23:30.591023 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1180 | 2024.07.03 17:23:30.591812 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00164 sec., 2439.0243902439024 rows/sec., 112.54 KiB/sec. | ||
1181 | 2024.07.03 17:23:30.592048 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Debug> DynamicQueryHandler: Done processing query | ||
1182 | 2024.07.03 17:23:30.592072 [ 3 ] {ec500ae8-c125-4931-8d5f-7ec4e5659c3e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1183 | 2024.07.03 17:23:30.592090 [ 3 ] {} <Debug> HTTP-Session: d886a8de-278b-40ac-b30a-8279e19302a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1184 | 2024.07.03 17:23:30.592340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1185 | 2024.07.03 17:23:30.592387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1186 | 2024.07.03 17:23:30.592407 [ 3 ] {} <Debug> HTTP-Session: c58b4f1f-2f82-4e22-a9e1-58e3b5263c80 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1187 | 2024.07.03 17:23:30.592423 [ 3 ] {} <Debug> HTTP-Session: c58b4f1f-2f82-4e22-a9e1-58e3b5263c80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1188 | 2024.07.03 17:23:30.592438 [ 3 ] {} <Debug> HTTP-Session: c58b4f1f-2f82-4e22-a9e1-58e3b5263c80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1189 | 2024.07.03 17:23:30.592469 [ 3 ] {} <Trace> HTTP-Session: c58b4f1f-2f82-4e22-a9e1-58e3b5263c80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1190 | 2024.07.03 17:23:30.592596 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1191 | 2024.07.03 17:23:30.592832 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1192 | 2024.07.03 17:23:30.592866 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1193 | 2024.07.03 17:23:30.593076 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1194 | 2024.07.03 17:23:30.593144 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1195 | 2024.07.03 17:23:30.593279 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1196 | 2024.07.03 17:23:30.593312 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1197 | 2024.07.03 17:23:30.593335 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1198 | 2024.07.03 17:23:30.593351 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1199 | 2024.07.03 17:23:30.593390 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1200 | 2024.07.03 17:23:30.593408 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1201 | 2024.07.03 17:23:30.594092 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001547 sec., 2585.649644473174 rows/sec., 119.31 KiB/sec. | ||
1202 | 2024.07.03 17:23:30.594329 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Debug> DynamicQueryHandler: Done processing query | ||
1203 | 2024.07.03 17:23:30.594353 [ 3 ] {e61b263e-d5d4-4782-8b66-b70ea2201d98} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1204 | 2024.07.03 17:23:30.594370 [ 3 ] {} <Debug> HTTP-Session: c58b4f1f-2f82-4e22-a9e1-58e3b5263c80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1205 | 2024.07.03 17:23:30.595233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1206 | 2024.07.03 17:23:30.595280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1207 | 2024.07.03 17:23:30.595300 [ 3 ] {} <Debug> HTTP-Session: 3c28d297-d088-456c-8ed6-5340e1a858b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1208 | 2024.07.03 17:23:30.595316 [ 3 ] {} <Debug> HTTP-Session: 3c28d297-d088-456c-8ed6-5340e1a858b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1209 | 2024.07.03 17:23:30.595330 [ 3 ] {} <Debug> HTTP-Session: 3c28d297-d088-456c-8ed6-5340e1a858b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1210 | 2024.07.03 17:23:30.595361 [ 3 ] {} <Trace> HTTP-Session: 3c28d297-d088-456c-8ed6-5340e1a858b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1211 | 2024.07.03 17:23:30.595474 [ 3 ] {6b8a4122-19f2-4970-8e42-9910da694b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1212 | 2024.07.03 17:23:30.595519 [ 3 ] {6b8a4122-19f2-4970-8e42-9910da694b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1213 | 2024.07.03 17:23:30.595680 [ 3 ] {6b8a4122-19f2-4970-8e42-9910da694b1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1214 | 2024.07.03 17:23:30.596020 [ 3 ] {6b8a4122-19f2-4970-8e42-9910da694b1b} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1215 | 2024.07.03 17:23:30.596057 [ 3 ] {6b8a4122-19f2-4970-8e42-9910da694b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1216 | 2024.07.03 17:23:30.596541 [ 3 ] {6b8a4122-19f2-4970-8e42-9910da694b1b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1217 | 2024.07.03 17:23:30.596875 [ 3 ] {6b8a4122-19f2-4970-8e42-9910da694b1b} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1218 | 2024.07.03 17:23:30.597011 [ 3 ] {6b8a4122-19f2-4970-8e42-9910da694b1b} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001575 sec., 2539.6825396825398 rows/sec., 323.04 KiB/sec. | ||
1219 | 2024.07.03 17:23:30.597220 [ 3 ] {6b8a4122-19f2-4970-8e42-9910da694b1b} <Debug> DynamicQueryHandler: Done processing query | ||
1220 | 2024.07.03 17:23:30.597244 [ 3 ] {6b8a4122-19f2-4970-8e42-9910da694b1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1221 | 2024.07.03 17:23:30.597260 [ 3 ] {} <Debug> HTTP-Session: 3c28d297-d088-456c-8ed6-5340e1a858b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1222 | 2024.07.03 17:23:30.597368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1223 | 2024.07.03 17:23:30.597415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1224 | 2024.07.03 17:23:30.597434 [ 3 ] {} <Debug> HTTP-Session: b6be9a17-d55d-41a7-ab6d-783407856c22 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1225 | 2024.07.03 17:23:30.597450 [ 3 ] {} <Debug> HTTP-Session: b6be9a17-d55d-41a7-ab6d-783407856c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1226 | 2024.07.03 17:23:30.597464 [ 3 ] {} <Debug> HTTP-Session: b6be9a17-d55d-41a7-ab6d-783407856c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1227 | 2024.07.03 17:23:30.597495 [ 3 ] {} <Trace> HTTP-Session: b6be9a17-d55d-41a7-ab6d-783407856c22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1228 | 2024.07.03 17:23:30.597594 [ 3 ] {cbc0e2a4-92d7-4e8d-9e79-e225d8daa306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1229 | 2024.07.03 17:23:30.597636 [ 3 ] {cbc0e2a4-92d7-4e8d-9e79-e225d8daa306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1230 | 2024.07.03 17:23:30.597762 [ 3 ] {cbc0e2a4-92d7-4e8d-9e79-e225d8daa306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1231 | 2024.07.03 17:23:30.598070 [ 3 ] {cbc0e2a4-92d7-4e8d-9e79-e225d8daa306} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1232 | 2024.07.03 17:23:30.598106 [ 3 ] {cbc0e2a4-92d7-4e8d-9e79-e225d8daa306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1233 | 2024.07.03 17:23:30.598408 [ 3 ] {cbc0e2a4-92d7-4e8d-9e79-e225d8daa306} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1234 | 2024.07.03 17:23:30.598699 [ 3 ] {cbc0e2a4-92d7-4e8d-9e79-e225d8daa306} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1235 | 2024.07.03 17:23:30.598824 [ 3 ] {cbc0e2a4-92d7-4e8d-9e79-e225d8daa306} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001255 sec., 11155.378486055777 rows/sec., 904.20 KiB/sec. | ||
1236 | 2024.07.03 17:23:30.599023 [ 3 ] {cbc0e2a4-92d7-4e8d-9e79-e225d8daa306} <Debug> DynamicQueryHandler: Done processing query | ||
1237 | 2024.07.03 17:23:30.599047 [ 3 ] {cbc0e2a4-92d7-4e8d-9e79-e225d8daa306} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1238 | 2024.07.03 17:23:30.599062 [ 3 ] {} <Debug> HTTP-Session: b6be9a17-d55d-41a7-ab6d-783407856c22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1239 | 2024.07.03 17:23:30.599198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 6936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1240 | 2024.07.03 17:23:30.599244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1241 | 2024.07.03 17:23:30.599264 [ 3 ] {} <Debug> HTTP-Session: 77fded58-73c7-4cb6-a658-8dff971be612 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1242 | 2024.07.03 17:23:30.599280 [ 3 ] {} <Debug> HTTP-Session: 77fded58-73c7-4cb6-a658-8dff971be612 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1243 | 2024.07.03 17:23:30.599293 [ 3 ] {} <Debug> HTTP-Session: 77fded58-73c7-4cb6-a658-8dff971be612 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1244 | 2024.07.03 17:23:30.599323 [ 3 ] {} <Trace> HTTP-Session: 77fded58-73c7-4cb6-a658-8dff971be612 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1245 | 2024.07.03 17:23:30.599430 [ 3 ] {b7cbd0b0-1827-4cbb-9a63-bc7dc1f697ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1246 | 2024.07.03 17:23:30.599473 [ 3 ] {b7cbd0b0-1827-4cbb-9a63-bc7dc1f697ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1247 | 2024.07.03 17:23:30.599605 [ 3 ] {b7cbd0b0-1827-4cbb-9a63-bc7dc1f697ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1248 | 2024.07.03 17:23:30.599914 [ 3 ] {b7cbd0b0-1827-4cbb-9a63-bc7dc1f697ec} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1249 | 2024.07.03 17:23:30.599950 [ 3 ] {b7cbd0b0-1827-4cbb-9a63-bc7dc1f697ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1250 | 2024.07.03 17:23:30.600248 [ 3 ] {b7cbd0b0-1827-4cbb-9a63-bc7dc1f697ec} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1251 | 2024.07.03 17:23:30.600543 [ 3 ] {b7cbd0b0-1827-4cbb-9a63-bc7dc1f697ec} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1252 | 2024.07.03 17:23:30.600692 [ 3 ] {b7cbd0b0-1827-4cbb-9a63-bc7dc1f697ec} <Debug> executeQuery: Read 46 rows, 4.09 KiB in 0.00129 sec., 35658.914728682175 rows/sec., 3.09 MiB/sec. | ||
1253 | 2024.07.03 17:23:30.600861 [ 3 ] {b7cbd0b0-1827-4cbb-9a63-bc7dc1f697ec} <Debug> DynamicQueryHandler: Done processing query | ||
1254 | 2024.07.03 17:23:30.600885 [ 3 ] {b7cbd0b0-1827-4cbb-9a63-bc7dc1f697ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1255 | 2024.07.03 17:23:30.600901 [ 3 ] {} <Debug> HTTP-Session: 77fded58-73c7-4cb6-a658-8dff971be612 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1256 | 2024.07.03 17:23:30.601014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 3785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1257 | 2024.07.03 17:23:30.601061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1258 | 2024.07.03 17:23:30.601080 [ 3 ] {} <Debug> HTTP-Session: 30e7deac-432d-42e0-bc00-6bb69112044d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1259 | 2024.07.03 17:23:30.601097 [ 3 ] {} <Debug> HTTP-Session: 30e7deac-432d-42e0-bc00-6bb69112044d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1260 | 2024.07.03 17:23:30.601111 [ 3 ] {} <Debug> HTTP-Session: 30e7deac-432d-42e0-bc00-6bb69112044d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1261 | 2024.07.03 17:23:30.601142 [ 3 ] {} <Trace> HTTP-Session: 30e7deac-432d-42e0-bc00-6bb69112044d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1262 | 2024.07.03 17:23:30.601244 [ 3 ] {abb86d92-1704-454e-a889-4abcf937f658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1263 | 2024.07.03 17:23:30.601286 [ 3 ] {abb86d92-1704-454e-a889-4abcf937f658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1264 | 2024.07.03 17:23:30.601412 [ 3 ] {abb86d92-1704-454e-a889-4abcf937f658} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1265 | 2024.07.03 17:23:30.601709 [ 3 ] {abb86d92-1704-454e-a889-4abcf937f658} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1266 | 2024.07.03 17:23:30.601746 [ 3 ] {abb86d92-1704-454e-a889-4abcf937f658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1267 | 2024.07.03 17:23:30.602050 [ 3 ] {abb86d92-1704-454e-a889-4abcf937f658} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1268 | 2024.07.03 17:23:30.602350 [ 3 ] {abb86d92-1704-454e-a889-4abcf937f658} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1269 | 2024.07.03 17:23:30.602500 [ 3 ] {abb86d92-1704-454e-a889-4abcf937f658} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001286 sec., 17107.309486780716 rows/sec., 1.34 MiB/sec. | ||
1270 | 2024.07.03 17:23:30.602761 [ 3 ] {abb86d92-1704-454e-a889-4abcf937f658} <Debug> DynamicQueryHandler: Done processing query | ||
1271 | 2024.07.03 17:23:30.602786 [ 3 ] {abb86d92-1704-454e-a889-4abcf937f658} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1272 | 2024.07.03 17:23:30.602802 [ 3 ] {} <Debug> HTTP-Session: 30e7deac-432d-42e0-bc00-6bb69112044d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1273 | 2024.07.03 17:23:30.602917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1274 | 2024.07.03 17:23:30.602966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1275 | 2024.07.03 17:23:30.602984 [ 3 ] {} <Debug> HTTP-Session: 1c1c4ffb-7d8f-4517-bb42-155593541d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1276 | 2024.07.03 17:23:30.603000 [ 3 ] {} <Debug> HTTP-Session: 1c1c4ffb-7d8f-4517-bb42-155593541d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1277 | 2024.07.03 17:23:30.603014 [ 3 ] {} <Debug> HTTP-Session: 1c1c4ffb-7d8f-4517-bb42-155593541d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1278 | 2024.07.03 17:23:30.603044 [ 3 ] {} <Trace> HTTP-Session: 1c1c4ffb-7d8f-4517-bb42-155593541d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1279 | 2024.07.03 17:23:30.603144 [ 3 ] {72041f44-e7be-48fa-afa7-4a2d148cca7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1280 | 2024.07.03 17:23:30.603190 [ 3 ] {72041f44-e7be-48fa-afa7-4a2d148cca7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1281 | 2024.07.03 17:23:30.603350 [ 3 ] {72041f44-e7be-48fa-afa7-4a2d148cca7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1282 | 2024.07.03 17:23:30.603635 [ 3 ] {72041f44-e7be-48fa-afa7-4a2d148cca7c} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1283 | 2024.07.03 17:23:30.603671 [ 3 ] {72041f44-e7be-48fa-afa7-4a2d148cca7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1284 | 2024.07.03 17:23:30.604022 [ 3 ] {72041f44-e7be-48fa-afa7-4a2d148cca7c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1285 | 2024.07.03 17:23:30.604341 [ 3 ] {72041f44-e7be-48fa-afa7-4a2d148cca7c} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1286 | 2024.07.03 17:23:30.604499 [ 3 ] {72041f44-e7be-48fa-afa7-4a2d148cca7c} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001381 sec., 7241.12961622013 rows/sec., 551.57 KiB/sec. | ||
1287 | 2024.07.03 17:23:30.604684 [ 3 ] {72041f44-e7be-48fa-afa7-4a2d148cca7c} <Debug> DynamicQueryHandler: Done processing query | ||
1288 | 2024.07.03 17:23:30.604708 [ 3 ] {72041f44-e7be-48fa-afa7-4a2d148cca7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1289 | 2024.07.03 17:23:30.604723 [ 3 ] {} <Debug> HTTP-Session: 1c1c4ffb-7d8f-4517-bb42-155593541d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.07.03 17:23:30.604926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1291 | 2024.07.03 17:23:30.604973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1292 | 2024.07.03 17:23:30.604991 [ 3 ] {} <Debug> HTTP-Session: f6db6103-b564-4d2c-bc80-d5b158c0f60b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1293 | 2024.07.03 17:23:30.605007 [ 3 ] {} <Debug> HTTP-Session: f6db6103-b564-4d2c-bc80-d5b158c0f60b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1294 | 2024.07.03 17:23:30.605021 [ 3 ] {} <Debug> HTTP-Session: f6db6103-b564-4d2c-bc80-d5b158c0f60b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1295 | 2024.07.03 17:23:30.605051 [ 3 ] {} <Trace> HTTP-Session: f6db6103-b564-4d2c-bc80-d5b158c0f60b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1296 | 2024.07.03 17:23:30.605439 [ 3 ] {afed8eac-c9d7-4aa0-a00d-78efacd6071c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1297 | 2024.07.03 17:23:30.605503 [ 3 ] {afed8eac-c9d7-4aa0-a00d-78efacd6071c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1298 | 2024.07.03 17:23:30.605896 [ 3 ] {afed8eac-c9d7-4aa0-a00d-78efacd6071c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1299 | 2024.07.03 17:23:30.606491 [ 3 ] {afed8eac-c9d7-4aa0-a00d-78efacd6071c} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1300 | 2024.07.03 17:23:30.606527 [ 3 ] {afed8eac-c9d7-4aa0-a00d-78efacd6071c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1301 | 2024.07.03 17:23:30.607131 [ 3 ] {afed8eac-c9d7-4aa0-a00d-78efacd6071c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1302 | 2024.07.03 17:23:30.607537 [ 3 ] {afed8eac-c9d7-4aa0-a00d-78efacd6071c} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1303 | 2024.07.03 17:23:30.607745 [ 3 ] {afed8eac-c9d7-4aa0-a00d-78efacd6071c} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002604 sec., 5376.344086021505 rows/sec., 9.63 MiB/sec. | ||
1304 | 2024.07.03 17:23:30.608304 [ 3 ] {afed8eac-c9d7-4aa0-a00d-78efacd6071c} <Debug> DynamicQueryHandler: Done processing query | ||
1305 | 2024.07.03 17:23:30.608329 [ 3 ] {afed8eac-c9d7-4aa0-a00d-78efacd6071c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
1306 | 2024.07.03 17:23:30.608344 [ 3 ] {} <Debug> HTTP-Session: f6db6103-b564-4d2c-bc80-d5b158c0f60b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1307 | 2024.07.03 17:23:30.608502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1308 | 2024.07.03 17:23:30.608552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1309 | 2024.07.03 17:23:30.608572 [ 3 ] {} <Debug> HTTP-Session: a9c47870-d069-4a43-b268-e02e95eff437 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1310 | 2024.07.03 17:23:30.608588 [ 3 ] {} <Debug> HTTP-Session: a9c47870-d069-4a43-b268-e02e95eff437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1311 | 2024.07.03 17:23:30.608603 [ 3 ] {} <Debug> HTTP-Session: a9c47870-d069-4a43-b268-e02e95eff437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1312 | 2024.07.03 17:23:30.608633 [ 3 ] {} <Trace> HTTP-Session: a9c47870-d069-4a43-b268-e02e95eff437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1313 | 2024.07.03 17:23:30.608731 [ 3 ] {dd055976-e3f2-4805-a9da-73440fc2b953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1314 | 2024.07.03 17:23:30.608775 [ 3 ] {dd055976-e3f2-4805-a9da-73440fc2b953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1315 | 2024.07.03 17:23:30.608908 [ 3 ] {dd055976-e3f2-4805-a9da-73440fc2b953} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1316 | 2024.07.03 17:23:30.609193 [ 3 ] {dd055976-e3f2-4805-a9da-73440fc2b953} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1317 | 2024.07.03 17:23:30.609229 [ 3 ] {dd055976-e3f2-4805-a9da-73440fc2b953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1318 | 2024.07.03 17:23:30.609597 [ 3 ] {dd055976-e3f2-4805-a9da-73440fc2b953} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1319 | 2024.07.03 17:23:30.609922 [ 3 ] {dd055976-e3f2-4805-a9da-73440fc2b953} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1320 | 2024.07.03 17:23:30.610073 [ 3 ] {dd055976-e3f2-4805-a9da-73440fc2b953} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001366 sec., 7320.644216691068 rows/sec., 461.11 KiB/sec. | ||
1321 | 2024.07.03 17:23:30.610261 [ 3 ] {dd055976-e3f2-4805-a9da-73440fc2b953} <Debug> DynamicQueryHandler: Done processing query | ||
1322 | 2024.07.03 17:23:30.610286 [ 3 ] {dd055976-e3f2-4805-a9da-73440fc2b953} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1323 | 2024.07.03 17:23:30.610301 [ 3 ] {} <Debug> HTTP-Session: a9c47870-d069-4a43-b268-e02e95eff437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1324 | 2024.07.03 17:23:33.467325 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1325 | 2024.07.03 17:23:33.467409 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1326 | 2024.07.03 17:23:35.552627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1327 | 2024.07.03 17:23:35.552747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1328 | 2024.07.03 17:23:35.552772 [ 3 ] {} <Debug> HTTP-Session: 1aa083b6-a7fa-4f2e-a0ee-bb8f7459a4b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1329 | 2024.07.03 17:23:35.552797 [ 3 ] {} <Debug> HTTP-Session: 1aa083b6-a7fa-4f2e-a0ee-bb8f7459a4b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1330 | 2024.07.03 17:23:35.552812 [ 3 ] {} <Debug> HTTP-Session: 1aa083b6-a7fa-4f2e-a0ee-bb8f7459a4b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1331 | 2024.07.03 17:23:35.552863 [ 3 ] {} <Trace> HTTP-Session: 1aa083b6-a7fa-4f2e-a0ee-bb8f7459a4b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1332 | 2024.07.03 17:23:35.553042 [ 3 ] {61077395-819f-4b81-891d-9ff32ee1ffe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1333 | 2024.07.03 17:23:35.553109 [ 3 ] {61077395-819f-4b81-891d-9ff32ee1ffe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1334 | 2024.07.03 17:23:35.553301 [ 3 ] {61077395-819f-4b81-891d-9ff32ee1ffe3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1335 | 2024.07.03 17:23:35.553699 [ 3 ] {61077395-819f-4b81-891d-9ff32ee1ffe3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1336 | 2024.07.03 17:23:35.553743 [ 3 ] {61077395-819f-4b81-891d-9ff32ee1ffe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1337 | 2024.07.03 17:23:35.554107 [ 3 ] {61077395-819f-4b81-891d-9ff32ee1ffe3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1338 | 2024.07.03 17:23:35.554437 [ 3 ] {61077395-819f-4b81-891d-9ff32ee1ffe3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1339 | 2024.07.03 17:23:35.554617 [ 3 ] {61077395-819f-4b81-891d-9ff32ee1ffe3} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001624 sec., 2463.054187192118 rows/sec., 207.46 KiB/sec. | ||
1340 | 2024.07.03 17:23:35.554854 [ 3 ] {61077395-819f-4b81-891d-9ff32ee1ffe3} <Debug> DynamicQueryHandler: Done processing query | ||
1341 | 2024.07.03 17:23:35.554881 [ 3 ] {61077395-819f-4b81-891d-9ff32ee1ffe3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1342 | 2024.07.03 17:23:35.554898 [ 3 ] {} <Debug> HTTP-Session: 1aa083b6-a7fa-4f2e-a0ee-bb8f7459a4b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1343 | 2024.07.03 17:23:35.555033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1344 | 2024.07.03 17:23:35.555084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1345 | 2024.07.03 17:23:35.555105 [ 3 ] {} <Debug> HTTP-Session: 485826e3-1ec0-4b38-917a-2fcafb56b7c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1346 | 2024.07.03 17:23:35.555124 [ 3 ] {} <Debug> HTTP-Session: 485826e3-1ec0-4b38-917a-2fcafb56b7c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1347 | 2024.07.03 17:23:35.555138 [ 3 ] {} <Debug> HTTP-Session: 485826e3-1ec0-4b38-917a-2fcafb56b7c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1348 | 2024.07.03 17:23:35.555174 [ 3 ] {} <Trace> HTTP-Session: 485826e3-1ec0-4b38-917a-2fcafb56b7c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1349 | 2024.07.03 17:23:35.555285 [ 3 ] {ea374b0b-34c2-468f-bccd-572ad03106f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1350 | 2024.07.03 17:23:35.555332 [ 3 ] {ea374b0b-34c2-468f-bccd-572ad03106f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1351 | 2024.07.03 17:23:35.555463 [ 3 ] {ea374b0b-34c2-468f-bccd-572ad03106f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1352 | 2024.07.03 17:23:35.555771 [ 3 ] {ea374b0b-34c2-468f-bccd-572ad03106f9} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1353 | 2024.07.03 17:23:35.555809 [ 3 ] {ea374b0b-34c2-468f-bccd-572ad03106f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1354 | 2024.07.03 17:23:35.556116 [ 3 ] {ea374b0b-34c2-468f-bccd-572ad03106f9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1355 | 2024.07.03 17:23:35.556425 [ 3 ] {ea374b0b-34c2-468f-bccd-572ad03106f9} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1356 | 2024.07.03 17:23:35.556591 [ 3 ] {ea374b0b-34c2-468f-bccd-572ad03106f9} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001329 sec., 6019.563581640331 rows/sec., 483.50 KiB/sec. | ||
1357 | 2024.07.03 17:23:35.556893 [ 3 ] {ea374b0b-34c2-468f-bccd-572ad03106f9} <Debug> DynamicQueryHandler: Done processing query | ||
1358 | 2024.07.03 17:23:35.556918 [ 3 ] {ea374b0b-34c2-468f-bccd-572ad03106f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1359 | 2024.07.03 17:23:35.556935 [ 3 ] {} <Debug> HTTP-Session: 485826e3-1ec0-4b38-917a-2fcafb56b7c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1360 | 2024.07.03 17:23:35.557063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1361 | 2024.07.03 17:23:35.557111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1362 | 2024.07.03 17:23:35.557131 [ 3 ] {} <Debug> HTTP-Session: ad5901a7-a6ce-4ba2-b702-beab5a487c20 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1363 | 2024.07.03 17:23:35.557149 [ 3 ] {} <Debug> HTTP-Session: ad5901a7-a6ce-4ba2-b702-beab5a487c20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1364 | 2024.07.03 17:23:35.557163 [ 3 ] {} <Debug> HTTP-Session: ad5901a7-a6ce-4ba2-b702-beab5a487c20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1365 | 2024.07.03 17:23:35.557194 [ 3 ] {} <Trace> HTTP-Session: ad5901a7-a6ce-4ba2-b702-beab5a487c20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1366 | 2024.07.03 17:23:35.557294 [ 3 ] {c488ae26-5af7-42fa-bd24-6486ca66d919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1367 | 2024.07.03 17:23:35.557341 [ 3 ] {c488ae26-5af7-42fa-bd24-6486ca66d919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1368 | 2024.07.03 17:23:35.557487 [ 3 ] {c488ae26-5af7-42fa-bd24-6486ca66d919} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1369 | 2024.07.03 17:23:35.557757 [ 3 ] {c488ae26-5af7-42fa-bd24-6486ca66d919} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1370 | 2024.07.03 17:23:35.557794 [ 3 ] {c488ae26-5af7-42fa-bd24-6486ca66d919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1371 | 2024.07.03 17:23:35.558161 [ 3 ] {c488ae26-5af7-42fa-bd24-6486ca66d919} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1372 | 2024.07.03 17:23:35.558487 [ 3 ] {c488ae26-5af7-42fa-bd24-6486ca66d919} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1373 | 2024.07.03 17:23:35.558643 [ 3 ] {c488ae26-5af7-42fa-bd24-6486ca66d919} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001367 sec., 7315.2889539136795 rows/sec., 557.22 KiB/sec. | ||
1374 | 2024.07.03 17:23:35.558910 [ 3 ] {c488ae26-5af7-42fa-bd24-6486ca66d919} <Debug> DynamicQueryHandler: Done processing query | ||
1375 | 2024.07.03 17:23:35.558936 [ 3 ] {c488ae26-5af7-42fa-bd24-6486ca66d919} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1376 | 2024.07.03 17:23:35.558951 [ 3 ] {} <Debug> HTTP-Session: ad5901a7-a6ce-4ba2-b702-beab5a487c20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1377 | 2024.07.03 17:23:35.559070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1378 | 2024.07.03 17:23:35.559118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1379 | 2024.07.03 17:23:35.559138 [ 3 ] {} <Debug> HTTP-Session: ab7a42dc-ebb2-422f-93b8-6f6ec23f8a6f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1380 | 2024.07.03 17:23:35.559155 [ 3 ] {} <Debug> HTTP-Session: ab7a42dc-ebb2-422f-93b8-6f6ec23f8a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1381 | 2024.07.03 17:23:35.559169 [ 3 ] {} <Debug> HTTP-Session: ab7a42dc-ebb2-422f-93b8-6f6ec23f8a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1382 | 2024.07.03 17:23:35.559200 [ 3 ] {} <Trace> HTTP-Session: ab7a42dc-ebb2-422f-93b8-6f6ec23f8a6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1383 | 2024.07.03 17:23:35.559301 [ 3 ] {5f0000c8-51c0-41f5-8998-d6830a1d5239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1384 | 2024.07.03 17:23:35.559347 [ 3 ] {5f0000c8-51c0-41f5-8998-d6830a1d5239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1385 | 2024.07.03 17:23:35.559490 [ 3 ] {5f0000c8-51c0-41f5-8998-d6830a1d5239} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1386 | 2024.07.03 17:23:35.559742 [ 3 ] {5f0000c8-51c0-41f5-8998-d6830a1d5239} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1387 | 2024.07.03 17:23:35.559778 [ 3 ] {5f0000c8-51c0-41f5-8998-d6830a1d5239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1388 | 2024.07.03 17:23:35.560126 [ 3 ] {5f0000c8-51c0-41f5-8998-d6830a1d5239} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1389 | 2024.07.03 17:23:35.560437 [ 3 ] {5f0000c8-51c0-41f5-8998-d6830a1d5239} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1390 | 2024.07.03 17:23:35.560592 [ 3 ] {5f0000c8-51c0-41f5-8998-d6830a1d5239} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001316 sec., 7598.784194528876 rows/sec., 478.63 KiB/sec. | ||
1391 | 2024.07.03 17:23:35.560780 [ 3 ] {5f0000c8-51c0-41f5-8998-d6830a1d5239} <Debug> DynamicQueryHandler: Done processing query | ||
1392 | 2024.07.03 17:23:35.560805 [ 3 ] {5f0000c8-51c0-41f5-8998-d6830a1d5239} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1393 | 2024.07.03 17:23:35.560822 [ 3 ] {} <Debug> HTTP-Session: ab7a42dc-ebb2-422f-93b8-6f6ec23f8a6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1394 | 2024.07.03 17:23:40.553859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1395 | 2024.07.03 17:23:40.553999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1396 | 2024.07.03 17:23:40.554030 [ 3 ] {} <Debug> HTTP-Session: c1acf01e-85aa-4cc4-b557-d69a8144e51d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1397 | 2024.07.03 17:23:40.554059 [ 3 ] {} <Debug> HTTP-Session: c1acf01e-85aa-4cc4-b557-d69a8144e51d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1398 | 2024.07.03 17:23:40.554076 [ 3 ] {} <Debug> HTTP-Session: c1acf01e-85aa-4cc4-b557-d69a8144e51d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1399 | 2024.07.03 17:23:40.554133 [ 3 ] {} <Trace> HTTP-Session: c1acf01e-85aa-4cc4-b557-d69a8144e51d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1400 | 2024.07.03 17:23:40.554320 [ 3 ] {4c77a4c9-9e08-4909-973d-b5087b42072a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1401 | 2024.07.03 17:23:40.554387 [ 3 ] {4c77a4c9-9e08-4909-973d-b5087b42072a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1402 | 2024.07.03 17:23:40.554586 [ 3 ] {4c77a4c9-9e08-4909-973d-b5087b42072a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1403 | 2024.07.03 17:23:40.554989 [ 3 ] {4c77a4c9-9e08-4909-973d-b5087b42072a} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1404 | 2024.07.03 17:23:40.555034 [ 3 ] {4c77a4c9-9e08-4909-973d-b5087b42072a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1405 | 2024.07.03 17:23:40.555405 [ 3 ] {4c77a4c9-9e08-4909-973d-b5087b42072a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1406 | 2024.07.03 17:23:40.555741 [ 3 ] {4c77a4c9-9e08-4909-973d-b5087b42072a} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1407 | 2024.07.03 17:23:40.555920 [ 3 ] {4c77a4c9-9e08-4909-973d-b5087b42072a} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001645 sec., 8510.638297872341 rows/sec., 689.83 KiB/sec. | ||
1408 | 2024.07.03 17:23:40.555936 [ 84 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1409 | 2024.07.03 17:23:40.556079 [ 84 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1410 | 2024.07.03 17:23:40.556138 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1411 | 2024.07.03 17:23:40.556185 [ 3 ] {4c77a4c9-9e08-4909-973d-b5087b42072a} <Debug> DynamicQueryHandler: Done processing query | ||
1412 | 2024.07.03 17:23:40.556242 [ 3 ] {4c77a4c9-9e08-4909-973d-b5087b42072a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1413 | 2024.07.03 17:23:40.556271 [ 3 ] {} <Debug> HTTP-Session: c1acf01e-85aa-4cc4-b557-d69a8144e51d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1414 | 2024.07.03 17:23:40.556419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 6936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1415 | 2024.07.03 17:23:40.556471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1416 | 2024.07.03 17:23:40.556491 [ 3 ] {} <Debug> HTTP-Session: f8374f4a-4a30-458a-8968-72fdf293fe6d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1417 | 2024.07.03 17:23:40.556510 [ 3 ] {} <Debug> HTTP-Session: f8374f4a-4a30-458a-8968-72fdf293fe6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1418 | 2024.07.03 17:23:40.556524 [ 3 ] {} <Debug> HTTP-Session: f8374f4a-4a30-458a-8968-72fdf293fe6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1419 | 2024.07.03 17:23:40.556558 [ 3 ] {} <Trace> HTTP-Session: f8374f4a-4a30-458a-8968-72fdf293fe6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1420 | 2024.07.03 17:23:40.556684 [ 3 ] {7e147d43-e337-49a6-99d6-8fc95b04c68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1421 | 2024.07.03 17:23:40.556732 [ 3 ] {7e147d43-e337-49a6-99d6-8fc95b04c68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1422 | 2024.07.03 17:23:40.556871 [ 3 ] {7e147d43-e337-49a6-99d6-8fc95b04c68c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1423 | 2024.07.03 17:23:40.557264 [ 3 ] {7e147d43-e337-49a6-99d6-8fc95b04c68c} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1424 | 2024.07.03 17:23:40.557302 [ 3 ] {7e147d43-e337-49a6-99d6-8fc95b04c68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1425 | 2024.07.03 17:23:40.557609 [ 3 ] {7e147d43-e337-49a6-99d6-8fc95b04c68c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1426 | 2024.07.03 17:23:40.557918 [ 3 ] {7e147d43-e337-49a6-99d6-8fc95b04c68c} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1427 | 2024.07.03 17:23:40.558065 [ 84 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1428 | 2024.07.03 17:23:40.558073 [ 3 ] {7e147d43-e337-49a6-99d6-8fc95b04c68c} <Debug> executeQuery: Read 46 rows, 4.09 KiB in 0.001423 sec., 32326.071679550245 rows/sec., 2.80 MiB/sec. | ||
1429 | 2024.07.03 17:23:40.558104 [ 84 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1430 | 2024.07.03 17:23:40.558166 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1431 | 2024.07.03 17:23:40.558358 [ 3 ] {7e147d43-e337-49a6-99d6-8fc95b04c68c} <Debug> DynamicQueryHandler: Done processing query | ||
1432 | 2024.07.03 17:23:40.558388 [ 3 ] {7e147d43-e337-49a6-99d6-8fc95b04c68c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1433 | 2024.07.03 17:23:40.558404 [ 3 ] {} <Debug> HTTP-Session: f8374f4a-4a30-458a-8968-72fdf293fe6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1434 | 2024.07.03 17:23:40.558576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 3785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1435 | 2024.07.03 17:23:40.558634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1436 | 2024.07.03 17:23:40.558698 [ 3 ] {} <Debug> HTTP-Session: 8a56add7-d61e-4806-b631-ee3567d1b71d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1437 | 2024.07.03 17:23:40.558715 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
1438 | 2024.07.03 17:23:40.558770 [ 3 ] {} <Debug> HTTP-Session: 8a56add7-d61e-4806-b631-ee3567d1b71d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1439 | 2024.07.03 17:23:40.558843 [ 3 ] {} <Debug> HTTP-Session: 8a56add7-d61e-4806-b631-ee3567d1b71d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1440 | 2024.07.03 17:23:40.558948 [ 3 ] {} <Trace> HTTP-Session: 8a56add7-d61e-4806-b631-ee3567d1b71d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1441 | 2024.07.03 17:23:40.558960 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
1442 | 2024.07.03 17:23:40.559093 [ 3 ] {5e48db6d-b145-4ac5-b7a1-cf9df586f762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1443 | 2024.07.03 17:23:40.559063 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1444 | 2024.07.03 17:23:40.559186 [ 3 ] {5e48db6d-b145-4ac5-b7a1-cf9df586f762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1445 | 2024.07.03 17:23:40.559466 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
1446 | 2024.07.03 17:23:40.559587 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1447 | 2024.07.03 17:23:40.559798 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 42 rows starting from the beginning of the part | ||
1448 | 2024.07.03 17:23:40.559951 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
1449 | 2024.07.03 17:23:40.560522 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 42 rows starting from the beginning of the part | ||
1450 | 2024.07.03 17:23:40.560739 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
1451 | 2024.07.03 17:23:40.560853 [ 3 ] {5e48db6d-b145-4ac5-b7a1-cf9df586f762} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1452 | 2024.07.03 17:23:40.561073 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part | ||
1453 | 2024.07.03 17:23:40.561530 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
1454 | 2024.07.03 17:23:40.561760 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 46 rows starting from the beginning of the part | ||
1455 | 2024.07.03 17:23:40.562066 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
1456 | 2024.07.03 17:23:40.562376 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
1457 | 2024.07.03 17:23:40.562800 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 46 rows starting from the beginning of the part | ||
1458 | 2024.07.03 17:23:40.564194 [ 3 ] {5e48db6d-b145-4ac5-b7a1-cf9df586f762} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1459 | 2024.07.03 17:23:40.564281 [ 3 ] {5e48db6d-b145-4ac5-b7a1-cf9df586f762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1460 | 2024.07.03 17:23:40.565770 [ 3 ] {5e48db6d-b145-4ac5-b7a1-cf9df586f762} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1461 | 2024.07.03 17:23:40.567029 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 4 columns (4 merged, 0 gathered) in 0.010778022 sec., 6494.698192302818 rows/sec., 526.43 KiB/sec. | ||
1462 | 2024.07.03 17:23:40.567389 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1463 | 2024.07.03 17:23:40.567606 [ 3 ] {5e48db6d-b145-4ac5-b7a1-cf9df586f762} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1464 | 2024.07.03 17:23:40.568045 [ 84 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1465 | 2024.07.03 17:23:40.568214 [ 84 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1466 | 2024.07.03 17:23:40.568289 [ 3 ] {5e48db6d-b145-4ac5-b7a1-cf9df586f762} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.00919 sec., 2393.9064200217626 rows/sec., 191.91 KiB/sec. | ||
1467 | 2024.07.03 17:23:40.568324 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1468 | 2024.07.03 17:23:40.569626 [ 3 ] {5e48db6d-b145-4ac5-b7a1-cf9df586f762} <Debug> DynamicQueryHandler: Done processing query | ||
1469 | 2024.07.03 17:23:40.569621 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.010940036 sec., 20292.43779453742 rows/sec., 1.76 MiB/sec. | ||
1470 | 2024.07.03 17:23:40.569728 [ 3 ] {5e48db6d-b145-4ac5-b7a1-cf9df586f762} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1471 | 2024.07.03 17:23:40.569852 [ 3 ] {} <Debug> HTTP-Session: 8a56add7-d61e-4806-b631-ee3567d1b71d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1472 | 2024.07.03 17:23:40.569874 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_5_1} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1473 | 2024.07.03 17:23:40.569973 [ 189 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
1474 | 2024.07.03 17:23:40.570046 [ 186 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1475 | 2024.07.03 17:23:40.570130 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_5_1} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1476 | 2024.07.03 17:23:40.570191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1477 | 2024.07.03 17:23:40.570457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1478 | 2024.07.03 17:23:40.570528 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
1479 | 2024.07.03 17:23:40.570581 [ 3 ] {} <Debug> HTTP-Session: a454141a-3f8c-44d9-ab3d-bdad434b0945 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1480 | 2024.07.03 17:23:40.570702 [ 3 ] {} <Debug> HTTP-Session: a454141a-3f8c-44d9-ab3d-bdad434b0945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1481 | 2024.07.03 17:23:40.570771 [ 3 ] {} <Debug> HTTP-Session: a454141a-3f8c-44d9-ab3d-bdad434b0945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1482 | 2024.07.03 17:23:40.570930 [ 3 ] {} <Trace> HTTP-Session: a454141a-3f8c-44d9-ab3d-bdad434b0945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1483 | 2024.07.03 17:23:40.570952 [ 189 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1484 | 2024.07.03 17:23:40.571101 [ 189 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 29 rows starting from the beginning of the part | ||
1485 | 2024.07.03 17:23:40.571243 [ 3 ] {a952b22b-cee0-4a15-ba67-951d68f17c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1486 | 2024.07.03 17:23:40.571520 [ 3 ] {a952b22b-cee0-4a15-ba67-951d68f17c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1487 | 2024.07.03 17:23:40.571544 [ 189 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
1488 | 2024.07.03 17:23:40.572121 [ 186 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_6_1} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1489 | 2024.07.03 17:23:40.572204 [ 189 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
1490 | 2024.07.03 17:23:40.572421 [ 186 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_6_1} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1491 | 2024.07.03 17:23:40.572653 [ 189 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
1492 | 2024.07.03 17:23:40.572824 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1493 | 2024.07.03 17:23:40.573117 [ 189 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
1494 | 2024.07.03 17:23:40.573442 [ 189 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
1495 | 2024.07.03 17:23:40.573506 [ 3 ] {a952b22b-cee0-4a15-ba67-951d68f17c50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1496 | 2024.07.03 17:23:40.574599 [ 3 ] {a952b22b-cee0-4a15-ba67-951d68f17c50} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1497 | 2024.07.03 17:23:40.574655 [ 3 ] {a952b22b-cee0-4a15-ba67-951d68f17c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1498 | 2024.07.03 17:23:40.575732 [ 3 ] {a952b22b-cee0-4a15-ba67-951d68f17c50} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1499 | 2024.07.03 17:23:40.576023 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.006556092 sec., 16625.75814982462 rows/sec., 1.30 MiB/sec. | ||
1500 | 2024.07.03 17:23:40.576174 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1501 | 2024.07.03 17:23:40.576307 [ 3 ] {a952b22b-cee0-4a15-ba67-951d68f17c50} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1502 | 2024.07.03 17:23:40.576575 [ 3 ] {a952b22b-cee0-4a15-ba67-951d68f17c50} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.005452 sec., 1834.189288334556 rows/sec., 139.71 KiB/sec. | ||
1503 | 2024.07.03 17:23:40.576725 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_6_1} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1504 | 2024.07.03 17:23:40.576807 [ 3 ] {a952b22b-cee0-4a15-ba67-951d68f17c50} <Debug> DynamicQueryHandler: Done processing query | ||
1505 | 2024.07.03 17:23:40.576811 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_6_1} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1506 | 2024.07.03 17:23:40.576833 [ 3 ] {a952b22b-cee0-4a15-ba67-951d68f17c50} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1507 | 2024.07.03 17:23:40.576851 [ 3 ] {} <Debug> HTTP-Session: a454141a-3f8c-44d9-ab3d-bdad434b0945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1508 | 2024.07.03 17:23:40.576919 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
1509 | 2024.07.03 17:23:40.577047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1510 | 2024.07.03 17:23:40.577096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1511 | 2024.07.03 17:23:40.577115 [ 3 ] {} <Debug> HTTP-Session: 0d245bcf-fc67-49fe-95d1-10e3434ca68e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1512 | 2024.07.03 17:23:40.577131 [ 3 ] {} <Debug> HTTP-Session: 0d245bcf-fc67-49fe-95d1-10e3434ca68e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1513 | 2024.07.03 17:23:40.577145 [ 3 ] {} <Debug> HTTP-Session: 0d245bcf-fc67-49fe-95d1-10e3434ca68e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1514 | 2024.07.03 17:23:40.577178 [ 3 ] {} <Trace> HTTP-Session: 0d245bcf-fc67-49fe-95d1-10e3434ca68e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1515 | 2024.07.03 17:23:40.577482 [ 3 ] {1ed850c6-9cd9-4496-a7d1-1dc54e5b7c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1516 | 2024.07.03 17:23:40.577548 [ 3 ] {1ed850c6-9cd9-4496-a7d1-1dc54e5b7c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1517 | 2024.07.03 17:23:40.578177 [ 3 ] {1ed850c6-9cd9-4496-a7d1-1dc54e5b7c63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1518 | 2024.07.03 17:23:40.578795 [ 3 ] {1ed850c6-9cd9-4496-a7d1-1dc54e5b7c63} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1519 | 2024.07.03 17:23:40.578831 [ 3 ] {1ed850c6-9cd9-4496-a7d1-1dc54e5b7c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1520 | 2024.07.03 17:23:40.579440 [ 3 ] {1ed850c6-9cd9-4496-a7d1-1dc54e5b7c63} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1521 | 2024.07.03 17:23:40.579848 [ 3 ] {1ed850c6-9cd9-4496-a7d1-1dc54e5b7c63} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1522 | 2024.07.03 17:23:40.580004 [ 3 ] {1ed850c6-9cd9-4496-a7d1-1dc54e5b7c63} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002716 sec., 5154.639175257732 rows/sec., 9.24 MiB/sec. | ||
1523 | 2024.07.03 17:23:40.580465 [ 3 ] {1ed850c6-9cd9-4496-a7d1-1dc54e5b7c63} <Debug> DynamicQueryHandler: Done processing query | ||
1524 | 2024.07.03 17:23:40.580490 [ 3 ] {1ed850c6-9cd9-4496-a7d1-1dc54e5b7c63} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
1525 | 2024.07.03 17:23:40.580506 [ 3 ] {} <Debug> HTTP-Session: 0d245bcf-fc67-49fe-95d1-10e3434ca68e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1526 | 2024.07.03 17:23:40.580632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1527 | 2024.07.03 17:23:40.580680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1528 | 2024.07.03 17:23:40.580698 [ 3 ] {} <Debug> HTTP-Session: 12da581b-26b7-4c46-965f-c3914df69fca Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1529 | 2024.07.03 17:23:40.580714 [ 3 ] {} <Debug> HTTP-Session: 12da581b-26b7-4c46-965f-c3914df69fca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1530 | 2024.07.03 17:23:40.580728 [ 3 ] {} <Debug> HTTP-Session: 12da581b-26b7-4c46-965f-c3914df69fca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1531 | 2024.07.03 17:23:40.580759 [ 3 ] {} <Trace> HTTP-Session: 12da581b-26b7-4c46-965f-c3914df69fca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1532 | 2024.07.03 17:23:40.580857 [ 3 ] {8e8e07c3-1ab2-4290-af0d-c93b232d457d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1533 | 2024.07.03 17:23:40.580900 [ 3 ] {8e8e07c3-1ab2-4290-af0d-c93b232d457d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1534 | 2024.07.03 17:23:40.581033 [ 3 ] {8e8e07c3-1ab2-4290-af0d-c93b232d457d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1535 | 2024.07.03 17:23:40.581307 [ 3 ] {8e8e07c3-1ab2-4290-af0d-c93b232d457d} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1536 | 2024.07.03 17:23:40.581343 [ 3 ] {8e8e07c3-1ab2-4290-af0d-c93b232d457d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1537 | 2024.07.03 17:23:40.581693 [ 3 ] {8e8e07c3-1ab2-4290-af0d-c93b232d457d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1538 | 2024.07.03 17:23:40.582009 [ 3 ] {8e8e07c3-1ab2-4290-af0d-c93b232d457d} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1539 | 2024.07.03 17:23:40.582133 [ 3 ] {8e8e07c3-1ab2-4290-af0d-c93b232d457d} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001305 sec., 7662.835249042146 rows/sec., 482.67 KiB/sec. | ||
1540 | 2024.07.03 17:23:40.582291 [ 3 ] {8e8e07c3-1ab2-4290-af0d-c93b232d457d} <Debug> DynamicQueryHandler: Done processing query | ||
1541 | 2024.07.03 17:23:40.582315 [ 3 ] {8e8e07c3-1ab2-4290-af0d-c93b232d457d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1542 | 2024.07.03 17:23:40.582331 [ 3 ] {} <Debug> HTTP-Session: 12da581b-26b7-4c46-965f-c3914df69fca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.07.03 17:23:45.552744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1544 | 2024.07.03 17:23:45.552868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1545 | 2024.07.03 17:23:45.552894 [ 3 ] {} <Debug> HTTP-Session: a9bec9d8-8225-4ce8-888d-824716be3b11 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1546 | 2024.07.03 17:23:45.552919 [ 3 ] {} <Debug> HTTP-Session: a9bec9d8-8225-4ce8-888d-824716be3b11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1547 | 2024.07.03 17:23:45.552933 [ 3 ] {} <Debug> HTTP-Session: a9bec9d8-8225-4ce8-888d-824716be3b11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1548 | 2024.07.03 17:23:45.552984 [ 3 ] {} <Trace> HTTP-Session: a9bec9d8-8225-4ce8-888d-824716be3b11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1549 | 2024.07.03 17:23:45.553164 [ 3 ] {1c05361a-1bd9-4b3f-913d-e434b2d88ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1550 | 2024.07.03 17:23:45.553230 [ 3 ] {1c05361a-1bd9-4b3f-913d-e434b2d88ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1551 | 2024.07.03 17:23:45.553416 [ 3 ] {1c05361a-1bd9-4b3f-913d-e434b2d88ad8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1552 | 2024.07.03 17:23:45.553852 [ 3 ] {1c05361a-1bd9-4b3f-913d-e434b2d88ad8} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1553 | 2024.07.03 17:23:45.553894 [ 3 ] {1c05361a-1bd9-4b3f-913d-e434b2d88ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1554 | 2024.07.03 17:23:45.554285 [ 3 ] {1c05361a-1bd9-4b3f-913d-e434b2d88ad8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1555 | 2024.07.03 17:23:45.554630 [ 3 ] {1c05361a-1bd9-4b3f-913d-e434b2d88ad8} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1556 | 2024.07.03 17:23:45.554776 [ 3 ] {1c05361a-1bd9-4b3f-913d-e434b2d88ad8} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001667 sec., 2399.520095980804 rows/sec., 202.11 KiB/sec. | ||
1557 | 2024.07.03 17:23:45.555029 [ 3 ] {1c05361a-1bd9-4b3f-913d-e434b2d88ad8} <Debug> DynamicQueryHandler: Done processing query | ||
1558 | 2024.07.03 17:23:45.555057 [ 3 ] {1c05361a-1bd9-4b3f-913d-e434b2d88ad8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1559 | 2024.07.03 17:23:45.555074 [ 3 ] {} <Debug> HTTP-Session: a9bec9d8-8225-4ce8-888d-824716be3b11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1560 | 2024.07.03 17:23:45.555212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1561 | 2024.07.03 17:23:45.555270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1562 | 2024.07.03 17:23:45.555290 [ 3 ] {} <Debug> HTTP-Session: 16900d7d-0b8f-4136-a7c6-a50e314fce1c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1563 | 2024.07.03 17:23:45.555307 [ 3 ] {} <Debug> HTTP-Session: 16900d7d-0b8f-4136-a7c6-a50e314fce1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1564 | 2024.07.03 17:23:45.555322 [ 3 ] {} <Debug> HTTP-Session: 16900d7d-0b8f-4136-a7c6-a50e314fce1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1565 | 2024.07.03 17:23:45.555359 [ 3 ] {} <Trace> HTTP-Session: 16900d7d-0b8f-4136-a7c6-a50e314fce1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1566 | 2024.07.03 17:23:45.555467 [ 3 ] {d21c4a6c-a875-4fbd-8346-472ed847e8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1567 | 2024.07.03 17:23:45.555515 [ 3 ] {d21c4a6c-a875-4fbd-8346-472ed847e8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1568 | 2024.07.03 17:23:45.555647 [ 3 ] {d21c4a6c-a875-4fbd-8346-472ed847e8b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1569 | 2024.07.03 17:23:45.555961 [ 3 ] {d21c4a6c-a875-4fbd-8346-472ed847e8b6} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1570 | 2024.07.03 17:23:45.555997 [ 3 ] {d21c4a6c-a875-4fbd-8346-472ed847e8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1571 | 2024.07.03 17:23:45.556314 [ 3 ] {d21c4a6c-a875-4fbd-8346-472ed847e8b6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1572 | 2024.07.03 17:23:45.556634 [ 3 ] {d21c4a6c-a875-4fbd-8346-472ed847e8b6} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1573 | 2024.07.03 17:23:45.556757 [ 3 ] {d21c4a6c-a875-4fbd-8346-472ed847e8b6} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001322 sec., 6051.437216338881 rows/sec., 486.07 KiB/sec. | ||
1574 | 2024.07.03 17:23:45.556921 [ 3 ] {d21c4a6c-a875-4fbd-8346-472ed847e8b6} <Debug> DynamicQueryHandler: Done processing query | ||
1575 | 2024.07.03 17:23:45.556945 [ 3 ] {d21c4a6c-a875-4fbd-8346-472ed847e8b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1576 | 2024.07.03 17:23:45.556961 [ 3 ] {} <Debug> HTTP-Session: 16900d7d-0b8f-4136-a7c6-a50e314fce1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1577 | 2024.07.03 17:23:45.557088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1578 | 2024.07.03 17:23:45.557139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1579 | 2024.07.03 17:23:45.557160 [ 3 ] {} <Debug> HTTP-Session: ad1ad901-f983-4634-9a90-83fa13033c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1580 | 2024.07.03 17:23:45.557177 [ 3 ] {} <Debug> HTTP-Session: ad1ad901-f983-4634-9a90-83fa13033c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1581 | 2024.07.03 17:23:45.557191 [ 3 ] {} <Debug> HTTP-Session: ad1ad901-f983-4634-9a90-83fa13033c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1582 | 2024.07.03 17:23:45.557223 [ 3 ] {} <Trace> HTTP-Session: ad1ad901-f983-4634-9a90-83fa13033c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1583 | 2024.07.03 17:23:45.557326 [ 3 ] {5feafc4c-b6db-4a04-a1a3-e106eae94218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1584 | 2024.07.03 17:23:45.557377 [ 3 ] {5feafc4c-b6db-4a04-a1a3-e106eae94218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1585 | 2024.07.03 17:23:45.557521 [ 3 ] {5feafc4c-b6db-4a04-a1a3-e106eae94218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1586 | 2024.07.03 17:23:45.557811 [ 3 ] {5feafc4c-b6db-4a04-a1a3-e106eae94218} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1587 | 2024.07.03 17:23:45.557847 [ 3 ] {5feafc4c-b6db-4a04-a1a3-e106eae94218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1588 | 2024.07.03 17:23:45.558224 [ 3 ] {5feafc4c-b6db-4a04-a1a3-e106eae94218} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1589 | 2024.07.03 17:23:45.558562 [ 3 ] {5feafc4c-b6db-4a04-a1a3-e106eae94218} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1590 | 2024.07.03 17:23:45.558694 [ 3 ] {5feafc4c-b6db-4a04-a1a3-e106eae94218} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001397 sec., 7158.196134574087 rows/sec., 545.25 KiB/sec. | ||
1591 | 2024.07.03 17:23:45.558976 [ 3 ] {5feafc4c-b6db-4a04-a1a3-e106eae94218} <Debug> DynamicQueryHandler: Done processing query | ||
1592 | 2024.07.03 17:23:45.559001 [ 3 ] {5feafc4c-b6db-4a04-a1a3-e106eae94218} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1593 | 2024.07.03 17:23:45.559018 [ 3 ] {} <Debug> HTTP-Session: ad1ad901-f983-4634-9a90-83fa13033c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1594 | 2024.07.03 17:23:45.559147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1595 | 2024.07.03 17:23:45.559196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1596 | 2024.07.03 17:23:45.559215 [ 3 ] {} <Debug> HTTP-Session: bb145033-29e8-4f9d-8824-3d6b9719a26f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1597 | 2024.07.03 17:23:45.559231 [ 3 ] {} <Debug> HTTP-Session: bb145033-29e8-4f9d-8824-3d6b9719a26f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1598 | 2024.07.03 17:23:45.559245 [ 3 ] {} <Debug> HTTP-Session: bb145033-29e8-4f9d-8824-3d6b9719a26f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1599 | 2024.07.03 17:23:45.559276 [ 3 ] {} <Trace> HTTP-Session: bb145033-29e8-4f9d-8824-3d6b9719a26f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1600 | 2024.07.03 17:23:45.559403 [ 3 ] {6bcc84d2-f0f8-45b5-a01f-a54a900f0240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1601 | 2024.07.03 17:23:45.559451 [ 3 ] {6bcc84d2-f0f8-45b5-a01f-a54a900f0240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1602 | 2024.07.03 17:23:45.559598 [ 3 ] {6bcc84d2-f0f8-45b5-a01f-a54a900f0240} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1603 | 2024.07.03 17:23:45.559873 [ 3 ] {6bcc84d2-f0f8-45b5-a01f-a54a900f0240} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1604 | 2024.07.03 17:23:45.559909 [ 3 ] {6bcc84d2-f0f8-45b5-a01f-a54a900f0240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1605 | 2024.07.03 17:23:45.560264 [ 3 ] {6bcc84d2-f0f8-45b5-a01f-a54a900f0240} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1606 | 2024.07.03 17:23:45.560588 [ 3 ] {6bcc84d2-f0f8-45b5-a01f-a54a900f0240} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1607 | 2024.07.03 17:23:45.560718 [ 3 ] {6bcc84d2-f0f8-45b5-a01f-a54a900f0240} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001344 sec., 7440.476190476191 rows/sec., 468.66 KiB/sec. | ||
1608 | 2024.07.03 17:23:45.560881 [ 3 ] {6bcc84d2-f0f8-45b5-a01f-a54a900f0240} <Debug> DynamicQueryHandler: Done processing query | ||
1609 | 2024.07.03 17:23:45.560906 [ 3 ] {6bcc84d2-f0f8-45b5-a01f-a54a900f0240} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1610 | 2024.07.03 17:23:45.560921 [ 3 ] {} <Debug> HTTP-Session: bb145033-29e8-4f9d-8824-3d6b9719a26f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.07.03 17:23:48.467677 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1612 | 2024.07.03 17:23:48.467728 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1613 | 2024.07.03 17:23:50.553089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 408, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1614 | 2024.07.03 17:23:50.553222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1615 | 2024.07.03 17:23:50.553252 [ 3 ] {} <Debug> HTTP-Session: bbade30d-ee74-421f-9363-52dbb401562f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1616 | 2024.07.03 17:23:50.553280 [ 3 ] {} <Debug> HTTP-Session: bbade30d-ee74-421f-9363-52dbb401562f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1617 | 2024.07.03 17:23:50.553299 [ 3 ] {} <Debug> HTTP-Session: bbade30d-ee74-421f-9363-52dbb401562f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1618 | 2024.07.03 17:23:50.553354 [ 3 ] {} <Trace> HTTP-Session: bbade30d-ee74-421f-9363-52dbb401562f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1619 | 2024.07.03 17:23:50.553589 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1620 | 2024.07.03 17:23:50.553939 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1621 | 2024.07.03 17:23:50.553976 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1622 | 2024.07.03 17:23:50.554235 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1623 | 2024.07.03 17:23:50.554317 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1624 | 2024.07.03 17:23:50.554488 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1625 | 2024.07.03 17:23:50.554651 [ 254 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1626 | 2024.07.03 17:23:50.554687 [ 253 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1627 | 2024.07.03 17:23:50.554877 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1628 | 2024.07.03 17:23:50.554908 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1629 | 2024.07.03 17:23:50.557400 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1630 | 2024.07.03 17:23:50.557453 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1631 | 2024.07.03 17:23:50.557518 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1632 | 2024.07.03 17:23:50.557571 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1633 | 2024.07.03 17:23:50.559631 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.006136 sec., 1303.780964797914 rows/sec., 56.98 KiB/sec. | ||
1634 | 2024.07.03 17:23:50.560006 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Debug> DynamicQueryHandler: Done processing query | ||
1635 | 2024.07.03 17:23:50.560038 [ 3 ] {03121c3b-db57-421c-8dc8-ddf10317d96c} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1636 | 2024.07.03 17:23:50.560059 [ 3 ] {} <Debug> HTTP-Session: bbade30d-ee74-421f-9363-52dbb401562f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1637 | 2024.07.03 17:23:50.561050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1638 | 2024.07.03 17:23:50.561102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1639 | 2024.07.03 17:23:50.561122 [ 3 ] {} <Debug> HTTP-Session: c84cef4f-d635-4372-bc7f-746ea35497a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1640 | 2024.07.03 17:23:50.561139 [ 3 ] {} <Debug> HTTP-Session: c84cef4f-d635-4372-bc7f-746ea35497a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1641 | 2024.07.03 17:23:50.561153 [ 3 ] {} <Debug> HTTP-Session: c84cef4f-d635-4372-bc7f-746ea35497a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1642 | 2024.07.03 17:23:50.561188 [ 3 ] {} <Trace> HTTP-Session: c84cef4f-d635-4372-bc7f-746ea35497a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1643 | 2024.07.03 17:23:50.561306 [ 3 ] {4d00b5b5-9e0b-433f-b2d4-fbe0fc66c57e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1644 | 2024.07.03 17:23:50.561355 [ 3 ] {4d00b5b5-9e0b-433f-b2d4-fbe0fc66c57e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1645 | 2024.07.03 17:23:50.561524 [ 3 ] {4d00b5b5-9e0b-433f-b2d4-fbe0fc66c57e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1646 | 2024.07.03 17:23:50.561927 [ 3 ] {4d00b5b5-9e0b-433f-b2d4-fbe0fc66c57e} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1647 | 2024.07.03 17:23:50.561968 [ 3 ] {4d00b5b5-9e0b-433f-b2d4-fbe0fc66c57e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1648 | 2024.07.03 17:23:50.562466 [ 3 ] {4d00b5b5-9e0b-433f-b2d4-fbe0fc66c57e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1649 | 2024.07.03 17:23:50.562797 [ 3 ] {4d00b5b5-9e0b-433f-b2d4-fbe0fc66c57e} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1650 | 2024.07.03 17:23:50.562966 [ 3 ] {4d00b5b5-9e0b-433f-b2d4-fbe0fc66c57e} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001688 sec., 592.4170616113744 rows/sec., 134.22 KiB/sec. | ||
1651 | 2024.07.03 17:23:50.563144 [ 3 ] {4d00b5b5-9e0b-433f-b2d4-fbe0fc66c57e} <Debug> DynamicQueryHandler: Done processing query | ||
1652 | 2024.07.03 17:23:50.563168 [ 3 ] {4d00b5b5-9e0b-433f-b2d4-fbe0fc66c57e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1653 | 2024.07.03 17:23:50.563184 [ 3 ] {} <Debug> HTTP-Session: c84cef4f-d635-4372-bc7f-746ea35497a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1654 | 2024.07.03 17:23:50.563308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1655 | 2024.07.03 17:23:50.563356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1656 | 2024.07.03 17:23:50.563375 [ 3 ] {} <Debug> HTTP-Session: 6c3c0bc6-08b6-4fb5-8f10-f659bec160eb Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1657 | 2024.07.03 17:23:50.563391 [ 3 ] {} <Debug> HTTP-Session: 6c3c0bc6-08b6-4fb5-8f10-f659bec160eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1658 | 2024.07.03 17:23:50.563405 [ 3 ] {} <Debug> HTTP-Session: 6c3c0bc6-08b6-4fb5-8f10-f659bec160eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1659 | 2024.07.03 17:23:50.563437 [ 3 ] {} <Trace> HTTP-Session: 6c3c0bc6-08b6-4fb5-8f10-f659bec160eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1660 | 2024.07.03 17:23:50.563542 [ 3 ] {02190c82-8e97-4dd4-b1b0-7c1c548685e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1661 | 2024.07.03 17:23:50.563586 [ 3 ] {02190c82-8e97-4dd4-b1b0-7c1c548685e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1662 | 2024.07.03 17:23:50.563713 [ 3 ] {02190c82-8e97-4dd4-b1b0-7c1c548685e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1663 | 2024.07.03 17:23:50.564032 [ 3 ] {02190c82-8e97-4dd4-b1b0-7c1c548685e0} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1664 | 2024.07.03 17:23:50.564070 [ 3 ] {02190c82-8e97-4dd4-b1b0-7c1c548685e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1665 | 2024.07.03 17:23:50.564400 [ 3 ] {02190c82-8e97-4dd4-b1b0-7c1c548685e0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1666 | 2024.07.03 17:23:50.564740 [ 3 ] {02190c82-8e97-4dd4-b1b0-7c1c548685e0} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1667 | 2024.07.03 17:23:50.564896 [ 3 ] {02190c82-8e97-4dd4-b1b0-7c1c548685e0} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001374 sec., 10189.228529839884 rows/sec., 825.88 KiB/sec. | ||
1668 | 2024.07.03 17:23:50.565191 [ 3 ] {02190c82-8e97-4dd4-b1b0-7c1c548685e0} <Debug> DynamicQueryHandler: Done processing query | ||
1669 | 2024.07.03 17:23:50.565217 [ 3 ] {02190c82-8e97-4dd4-b1b0-7c1c548685e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1670 | 2024.07.03 17:23:50.565233 [ 3 ] {} <Debug> HTTP-Session: 6c3c0bc6-08b6-4fb5-8f10-f659bec160eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1671 | 2024.07.03 17:23:50.565343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1672 | 2024.07.03 17:23:50.565392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1673 | 2024.07.03 17:23:50.565411 [ 3 ] {} <Debug> HTTP-Session: a9c97ed0-e73d-48cf-8fc1-3bd473d2c3de Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1674 | 2024.07.03 17:23:50.565427 [ 3 ] {} <Debug> HTTP-Session: a9c97ed0-e73d-48cf-8fc1-3bd473d2c3de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1675 | 2024.07.03 17:23:50.565441 [ 3 ] {} <Debug> HTTP-Session: a9c97ed0-e73d-48cf-8fc1-3bd473d2c3de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1676 | 2024.07.03 17:23:50.565471 [ 3 ] {} <Trace> HTTP-Session: a9c97ed0-e73d-48cf-8fc1-3bd473d2c3de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1677 | 2024.07.03 17:23:50.565566 [ 3 ] {a03922b5-876a-42ed-9409-1554a8e737e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1678 | 2024.07.03 17:23:50.565611 [ 3 ] {a03922b5-876a-42ed-9409-1554a8e737e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1679 | 2024.07.03 17:23:50.565783 [ 3 ] {a03922b5-876a-42ed-9409-1554a8e737e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1680 | 2024.07.03 17:23:50.566077 [ 3 ] {a03922b5-876a-42ed-9409-1554a8e737e5} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1681 | 2024.07.03 17:23:50.566113 [ 3 ] {a03922b5-876a-42ed-9409-1554a8e737e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1682 | 2024.07.03 17:23:50.566570 [ 3 ] {a03922b5-876a-42ed-9409-1554a8e737e5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1683 | 2024.07.03 17:23:50.566890 [ 3 ] {a03922b5-876a-42ed-9409-1554a8e737e5} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1684 | 2024.07.03 17:23:50.567007 [ 3 ] {a03922b5-876a-42ed-9409-1554a8e737e5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001464 sec., 1366.120218579235 rows/sec., 111.40 KiB/sec. | ||
1685 | 2024.07.03 17:23:50.567196 [ 3 ] {a03922b5-876a-42ed-9409-1554a8e737e5} <Debug> DynamicQueryHandler: Done processing query | ||
1686 | 2024.07.03 17:23:50.567221 [ 3 ] {a03922b5-876a-42ed-9409-1554a8e737e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1687 | 2024.07.03 17:23:50.567237 [ 3 ] {} <Debug> HTTP-Session: a9c97ed0-e73d-48cf-8fc1-3bd473d2c3de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1688 | 2024.07.03 17:23:50.567348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 7070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1689 | 2024.07.03 17:23:50.567395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1690 | 2024.07.03 17:23:50.567414 [ 3 ] {} <Debug> HTTP-Session: eebba58e-98c1-4a6f-9a13-3d381d180d41 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1691 | 2024.07.03 17:23:50.567430 [ 3 ] {} <Debug> HTTP-Session: eebba58e-98c1-4a6f-9a13-3d381d180d41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1692 | 2024.07.03 17:23:50.567444 [ 3 ] {} <Debug> HTTP-Session: eebba58e-98c1-4a6f-9a13-3d381d180d41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1693 | 2024.07.03 17:23:50.567475 [ 3 ] {} <Trace> HTTP-Session: eebba58e-98c1-4a6f-9a13-3d381d180d41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1694 | 2024.07.03 17:23:50.567583 [ 3 ] {8d5e8eed-2a9b-4b1b-957c-beb16cc0a0eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1695 | 2024.07.03 17:23:50.567624 [ 3 ] {8d5e8eed-2a9b-4b1b-957c-beb16cc0a0eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1696 | 2024.07.03 17:23:50.567745 [ 3 ] {8d5e8eed-2a9b-4b1b-957c-beb16cc0a0eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1697 | 2024.07.03 17:23:50.568055 [ 3 ] {8d5e8eed-2a9b-4b1b-957c-beb16cc0a0eb} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1698 | 2024.07.03 17:23:50.568092 [ 3 ] {8d5e8eed-2a9b-4b1b-957c-beb16cc0a0eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1699 | 2024.07.03 17:23:50.568403 [ 3 ] {8d5e8eed-2a9b-4b1b-957c-beb16cc0a0eb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1700 | 2024.07.03 17:23:50.568726 [ 3 ] {8d5e8eed-2a9b-4b1b-957c-beb16cc0a0eb} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1701 | 2024.07.03 17:23:50.568855 [ 3 ] {8d5e8eed-2a9b-4b1b-957c-beb16cc0a0eb} <Debug> executeQuery: Read 47 rows, 4.16 KiB in 0.001309 sec., 35905.271199388844 rows/sec., 3.10 MiB/sec. | ||
1702 | 2024.07.03 17:23:50.569017 [ 3 ] {8d5e8eed-2a9b-4b1b-957c-beb16cc0a0eb} <Debug> DynamicQueryHandler: Done processing query | ||
1703 | 2024.07.03 17:23:50.569041 [ 3 ] {8d5e8eed-2a9b-4b1b-957c-beb16cc0a0eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1704 | 2024.07.03 17:23:50.569057 [ 3 ] {} <Debug> HTTP-Session: eebba58e-98c1-4a6f-9a13-3d381d180d41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1705 | 2024.07.03 17:23:50.569164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1706 | 2024.07.03 17:23:50.569211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1707 | 2024.07.03 17:23:50.569230 [ 3 ] {} <Debug> HTTP-Session: 37dbe63b-e82c-4387-a4af-024290a08584 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1708 | 2024.07.03 17:23:50.569247 [ 3 ] {} <Debug> HTTP-Session: 37dbe63b-e82c-4387-a4af-024290a08584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1709 | 2024.07.03 17:23:50.569260 [ 3 ] {} <Debug> HTTP-Session: 37dbe63b-e82c-4387-a4af-024290a08584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1710 | 2024.07.03 17:23:50.569291 [ 3 ] {} <Trace> HTTP-Session: 37dbe63b-e82c-4387-a4af-024290a08584 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1711 | 2024.07.03 17:23:50.569384 [ 3 ] {d62a4576-89ca-46d7-a182-ae19c8657050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1712 | 2024.07.03 17:23:50.569426 [ 3 ] {d62a4576-89ca-46d7-a182-ae19c8657050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1713 | 2024.07.03 17:23:50.569550 [ 3 ] {d62a4576-89ca-46d7-a182-ae19c8657050} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1714 | 2024.07.03 17:23:50.569883 [ 3 ] {d62a4576-89ca-46d7-a182-ae19c8657050} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1715 | 2024.07.03 17:23:50.569919 [ 3 ] {d62a4576-89ca-46d7-a182-ae19c8657050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1716 | 2024.07.03 17:23:50.570208 [ 3 ] {d62a4576-89ca-46d7-a182-ae19c8657050} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1717 | 2024.07.03 17:23:50.570535 [ 3 ] {d62a4576-89ca-46d7-a182-ae19c8657050} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1718 | 2024.07.03 17:23:50.570659 [ 3 ] {d62a4576-89ca-46d7-a182-ae19c8657050} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001295 sec., 1544.4015444015445 rows/sec., 107.84 KiB/sec. | ||
1719 | 2024.07.03 17:23:50.570937 [ 3 ] {d62a4576-89ca-46d7-a182-ae19c8657050} <Debug> DynamicQueryHandler: Done processing query | ||
1720 | 2024.07.03 17:23:50.570963 [ 3 ] {d62a4576-89ca-46d7-a182-ae19c8657050} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1721 | 2024.07.03 17:23:50.570979 [ 3 ] {} <Debug> HTTP-Session: 37dbe63b-e82c-4387-a4af-024290a08584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1722 | 2024.07.03 17:23:50.571094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1723 | 2024.07.03 17:23:50.571142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1724 | 2024.07.03 17:23:50.571161 [ 3 ] {} <Debug> HTTP-Session: edf295ea-0788-4d9b-ae10-2de9ce33d8e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1725 | 2024.07.03 17:23:50.571184 [ 3 ] {} <Debug> HTTP-Session: edf295ea-0788-4d9b-ae10-2de9ce33d8e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1726 | 2024.07.03 17:23:50.571198 [ 3 ] {} <Debug> HTTP-Session: edf295ea-0788-4d9b-ae10-2de9ce33d8e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1727 | 2024.07.03 17:23:50.571229 [ 3 ] {} <Trace> HTTP-Session: edf295ea-0788-4d9b-ae10-2de9ce33d8e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1728 | 2024.07.03 17:23:50.571331 [ 3 ] {0c49a9b5-1564-40fc-ac96-1c3d5e320eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1729 | 2024.07.03 17:23:50.571376 [ 3 ] {0c49a9b5-1564-40fc-ac96-1c3d5e320eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1730 | 2024.07.03 17:23:50.571520 [ 3 ] {0c49a9b5-1564-40fc-ac96-1c3d5e320eed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1731 | 2024.07.03 17:23:50.571809 [ 3 ] {0c49a9b5-1564-40fc-ac96-1c3d5e320eed} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1732 | 2024.07.03 17:23:50.571845 [ 3 ] {0c49a9b5-1564-40fc-ac96-1c3d5e320eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1733 | 2024.07.03 17:23:50.572169 [ 3 ] {0c49a9b5-1564-40fc-ac96-1c3d5e320eed} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1734 | 2024.07.03 17:23:50.572477 [ 3 ] {0c49a9b5-1564-40fc-ac96-1c3d5e320eed} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1735 | 2024.07.03 17:23:50.572606 [ 3 ] {0c49a9b5-1564-40fc-ac96-1c3d5e320eed} <Debug> executeQuery: Read 24 rows, 1.93 KiB in 0.001303 sec., 18419.03300076746 rows/sec., 1.44 MiB/sec. | ||
1736 | 2024.07.03 17:23:50.572883 [ 3 ] {0c49a9b5-1564-40fc-ac96-1c3d5e320eed} <Debug> DynamicQueryHandler: Done processing query | ||
1737 | 2024.07.03 17:23:50.572908 [ 3 ] {0c49a9b5-1564-40fc-ac96-1c3d5e320eed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1738 | 2024.07.03 17:23:50.572924 [ 3 ] {} <Debug> HTTP-Session: edf295ea-0788-4d9b-ae10-2de9ce33d8e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1739 | 2024.07.03 17:23:50.573034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1740 | 2024.07.03 17:23:50.573081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1741 | 2024.07.03 17:23:50.573100 [ 3 ] {} <Debug> HTTP-Session: de565bd5-ae52-47e3-bc00-3857b34e189d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1742 | 2024.07.03 17:23:50.573116 [ 3 ] {} <Debug> HTTP-Session: de565bd5-ae52-47e3-bc00-3857b34e189d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1743 | 2024.07.03 17:23:50.573130 [ 3 ] {} <Debug> HTTP-Session: de565bd5-ae52-47e3-bc00-3857b34e189d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1744 | 2024.07.03 17:23:50.573160 [ 3 ] {} <Trace> HTTP-Session: de565bd5-ae52-47e3-bc00-3857b34e189d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1745 | 2024.07.03 17:23:50.573263 [ 3 ] {e88fdd64-e2d8-4af5-a21e-af7cf7466e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1746 | 2024.07.03 17:23:50.573311 [ 3 ] {e88fdd64-e2d8-4af5-a21e-af7cf7466e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1747 | 2024.07.03 17:23:50.573465 [ 3 ] {e88fdd64-e2d8-4af5-a21e-af7cf7466e9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1748 | 2024.07.03 17:23:50.573746 [ 3 ] {e88fdd64-e2d8-4af5-a21e-af7cf7466e9d} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1749 | 2024.07.03 17:23:50.573782 [ 3 ] {e88fdd64-e2d8-4af5-a21e-af7cf7466e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1750 | 2024.07.03 17:23:50.574147 [ 3 ] {e88fdd64-e2d8-4af5-a21e-af7cf7466e9d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1751 | 2024.07.03 17:23:50.574473 [ 3 ] {e88fdd64-e2d8-4af5-a21e-af7cf7466e9d} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1752 | 2024.07.03 17:23:50.574604 [ 3 ] {e88fdd64-e2d8-4af5-a21e-af7cf7466e9d} <Debug> executeQuery: Read 11 rows, 852.00 B in 0.001371 sec., 8023.340627279358 rows/sec., 606.88 KiB/sec. | ||
1753 | 2024.07.03 17:23:50.574939 [ 3 ] {e88fdd64-e2d8-4af5-a21e-af7cf7466e9d} <Debug> DynamicQueryHandler: Done processing query | ||
1754 | 2024.07.03 17:23:50.574964 [ 3 ] {e88fdd64-e2d8-4af5-a21e-af7cf7466e9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1755 | 2024.07.03 17:23:50.574979 [ 3 ] {} <Debug> HTTP-Session: de565bd5-ae52-47e3-bc00-3857b34e189d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1756 | 2024.07.03 17:23:50.575127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1757 | 2024.07.03 17:23:50.575177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1758 | 2024.07.03 17:23:50.575196 [ 3 ] {} <Debug> HTTP-Session: 7cc9dde4-4663-479c-85f0-d41d8d7d185c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1759 | 2024.07.03 17:23:50.575212 [ 3 ] {} <Debug> HTTP-Session: 7cc9dde4-4663-479c-85f0-d41d8d7d185c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1760 | 2024.07.03 17:23:50.575226 [ 3 ] {} <Debug> HTTP-Session: 7cc9dde4-4663-479c-85f0-d41d8d7d185c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1761 | 2024.07.03 17:23:50.575256 [ 3 ] {} <Trace> HTTP-Session: 7cc9dde4-4663-479c-85f0-d41d8d7d185c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1762 | 2024.07.03 17:23:50.575472 [ 3 ] {8876818f-350d-4be7-9e1e-3c4eee819cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1763 | 2024.07.03 17:23:50.575549 [ 3 ] {8876818f-350d-4be7-9e1e-3c4eee819cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1764 | 2024.07.03 17:23:50.575957 [ 3 ] {8876818f-350d-4be7-9e1e-3c4eee819cd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1765 | 2024.07.03 17:23:50.576536 [ 3 ] {8876818f-350d-4be7-9e1e-3c4eee819cd1} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1766 | 2024.07.03 17:23:50.576572 [ 3 ] {8876818f-350d-4be7-9e1e-3c4eee819cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1767 | 2024.07.03 17:23:50.577166 [ 3 ] {8876818f-350d-4be7-9e1e-3c4eee819cd1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1768 | 2024.07.03 17:23:50.577585 [ 3 ] {8876818f-350d-4be7-9e1e-3c4eee819cd1} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1769 | 2024.07.03 17:23:50.577710 [ 74 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1770 | 2024.07.03 17:23:50.577730 [ 3 ] {8876818f-350d-4be7-9e1e-3c4eee819cd1} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002398 sec., 5838.198498748958 rows/sec., 10.46 MiB/sec. | ||
1771 | 2024.07.03 17:23:50.577759 [ 74 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1772 | 2024.07.03 17:23:50.577803 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1773 | 2024.07.03 17:23:50.578259 [ 189 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
1774 | 2024.07.03 17:23:50.578333 [ 3 ] {8876818f-350d-4be7-9e1e-3c4eee819cd1} <Debug> DynamicQueryHandler: Done processing query | ||
1775 | 2024.07.03 17:23:50.578379 [ 3 ] {8876818f-350d-4be7-9e1e-3c4eee819cd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
1776 | 2024.07.03 17:23:50.578417 [ 3 ] {} <Debug> HTTP-Session: 7cc9dde4-4663-479c-85f0-d41d8d7d185c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1777 | 2024.07.03 17:23:50.578619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1778 | 2024.07.03 17:23:50.578732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1779 | 2024.07.03 17:23:50.578803 [ 3 ] {} <Debug> HTTP-Session: da65e0e8-1204-47e3-bc5b-f4028c05c538 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1780 | 2024.07.03 17:23:50.578851 [ 3 ] {} <Debug> HTTP-Session: da65e0e8-1204-47e3-bc5b-f4028c05c538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1781 | 2024.07.03 17:23:50.578897 [ 3 ] {} <Debug> HTTP-Session: da65e0e8-1204-47e3-bc5b-f4028c05c538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.07.03 17:23:50.578990 [ 3 ] {} <Trace> HTTP-Session: da65e0e8-1204-47e3-bc5b-f4028c05c538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1783 | 2024.07.03 17:23:50.579076 [ 189 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1784 | 2024.07.03 17:23:50.579257 [ 189 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
1785 | 2024.07.03 17:23:50.579272 [ 3 ] {3eec3111-4cd2-4e4d-a579-af56ea61a2fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1786 | 2024.07.03 17:23:50.579385 [ 3 ] {3eec3111-4cd2-4e4d-a579-af56ea61a2fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1787 | 2024.07.03 17:23:50.580014 [ 189 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
1788 | 2024.07.03 17:23:50.580317 [ 3 ] {3eec3111-4cd2-4e4d-a579-af56ea61a2fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1789 | 2024.07.03 17:23:50.580776 [ 189 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
1790 | 2024.07.03 17:23:50.581436 [ 189 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
1791 | 2024.07.03 17:23:50.581567 [ 3 ] {3eec3111-4cd2-4e4d-a579-af56ea61a2fe} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1792 | 2024.07.03 17:23:50.581666 [ 3 ] {3eec3111-4cd2-4e4d-a579-af56ea61a2fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1793 | 2024.07.03 17:23:50.582075 [ 189 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
1794 | 2024.07.03 17:23:50.582686 [ 189 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
1795 | 2024.07.03 17:23:50.582963 [ 3 ] {3eec3111-4cd2-4e4d-a579-af56ea61a2fe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1796 | 2024.07.03 17:23:50.583860 [ 3 ] {3eec3111-4cd2-4e4d-a579-af56ea61a2fe} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1797 | 2024.07.03 17:23:50.584196 [ 3 ] {3eec3111-4cd2-4e4d-a579-af56ea61a2fe} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.005008 sec., 1996.805111821086 rows/sec., 125.78 KiB/sec. | ||
1798 | 2024.07.03 17:23:50.584743 [ 3 ] {3eec3111-4cd2-4e4d-a579-af56ea61a2fe} <Debug> DynamicQueryHandler: Done processing query | ||
1799 | 2024.07.03 17:23:50.584790 [ 3 ] {3eec3111-4cd2-4e4d-a579-af56ea61a2fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1800 | 2024.07.03 17:23:50.584815 [ 3 ] {} <Debug> HTTP-Session: da65e0e8-1204-47e3-bc5b-f4028c05c538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1801 | 2024.07.03 17:23:50.588687 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 19 columns (19 merged, 0 gathered) in 0.010761542 sec., 7805.572844486413 rows/sec., 13.96 MiB/sec. | ||
1802 | 2024.07.03 17:23:50.588954 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1803 | 2024.07.03 17:23:50.589524 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1804 | 2024.07.03 17:23:50.589603 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1805 | 2024.07.03 17:23:50.589717 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
1806 | 2024.07.03 17:23:55.553896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1807 | 2024.07.03 17:23:55.554043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1808 | 2024.07.03 17:23:55.554074 [ 3 ] {} <Debug> HTTP-Session: a29ed9f9-ee59-492f-abdb-2264ff37f6ff Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1809 | 2024.07.03 17:23:55.554103 [ 3 ] {} <Debug> HTTP-Session: a29ed9f9-ee59-492f-abdb-2264ff37f6ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1810 | 2024.07.03 17:23:55.554122 [ 3 ] {} <Debug> HTTP-Session: a29ed9f9-ee59-492f-abdb-2264ff37f6ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1811 | 2024.07.03 17:23:55.554181 [ 3 ] {} <Trace> HTTP-Session: a29ed9f9-ee59-492f-abdb-2264ff37f6ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1812 | 2024.07.03 17:23:55.554401 [ 3 ] {6aec78d8-95a2-422d-9bfc-367aa8bbd1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1813 | 2024.07.03 17:23:55.554477 [ 3 ] {6aec78d8-95a2-422d-9bfc-367aa8bbd1c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1814 | 2024.07.03 17:23:55.554696 [ 3 ] {6aec78d8-95a2-422d-9bfc-367aa8bbd1c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1815 | 2024.07.03 17:23:55.555158 [ 3 ] {6aec78d8-95a2-422d-9bfc-367aa8bbd1c9} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1816 | 2024.07.03 17:23:55.555206 [ 3 ] {6aec78d8-95a2-422d-9bfc-367aa8bbd1c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1817 | 2024.07.03 17:23:55.555585 [ 3 ] {6aec78d8-95a2-422d-9bfc-367aa8bbd1c9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1818 | 2024.07.03 17:23:55.555933 [ 3 ] {6aec78d8-95a2-422d-9bfc-367aa8bbd1c9} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1819 | 2024.07.03 17:23:55.556082 [ 3 ] {6aec78d8-95a2-422d-9bfc-367aa8bbd1c9} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001742 sec., 9184.845005740528 rows/sec., 744.47 KiB/sec. | ||
1820 | 2024.07.03 17:23:55.556387 [ 3 ] {6aec78d8-95a2-422d-9bfc-367aa8bbd1c9} <Debug> DynamicQueryHandler: Done processing query | ||
1821 | 2024.07.03 17:23:55.556415 [ 3 ] {6aec78d8-95a2-422d-9bfc-367aa8bbd1c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1822 | 2024.07.03 17:23:55.556432 [ 3 ] {} <Debug> HTTP-Session: a29ed9f9-ee59-492f-abdb-2264ff37f6ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1823 | 2024.07.03 17:23:55.556563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 7935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1824 | 2024.07.03 17:23:55.556619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1825 | 2024.07.03 17:23:55.556639 [ 3 ] {} <Debug> HTTP-Session: 8070729d-438a-4ad3-9bf7-b479fb159312 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1826 | 2024.07.03 17:23:55.556657 [ 3 ] {} <Debug> HTTP-Session: 8070729d-438a-4ad3-9bf7-b479fb159312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1827 | 2024.07.03 17:23:55.556671 [ 3 ] {} <Debug> HTTP-Session: 8070729d-438a-4ad3-9bf7-b479fb159312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1828 | 2024.07.03 17:23:55.556706 [ 3 ] {} <Trace> HTTP-Session: 8070729d-438a-4ad3-9bf7-b479fb159312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1829 | 2024.07.03 17:23:55.556826 [ 3 ] {810f1f04-f62a-4973-b236-28fc91f663b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1830 | 2024.07.03 17:23:55.556874 [ 3 ] {810f1f04-f62a-4973-b236-28fc91f663b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1831 | 2024.07.03 17:23:55.557019 [ 3 ] {810f1f04-f62a-4973-b236-28fc91f663b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1832 | 2024.07.03 17:23:55.557380 [ 3 ] {810f1f04-f62a-4973-b236-28fc91f663b3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1833 | 2024.07.03 17:23:55.557419 [ 3 ] {810f1f04-f62a-4973-b236-28fc91f663b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1834 | 2024.07.03 17:23:55.557746 [ 3 ] {810f1f04-f62a-4973-b236-28fc91f663b3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1835 | 2024.07.03 17:23:55.558063 [ 3 ] {810f1f04-f62a-4973-b236-28fc91f663b3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1836 | 2024.07.03 17:23:55.558218 [ 3 ] {810f1f04-f62a-4973-b236-28fc91f663b3} <Debug> executeQuery: Read 52 rows, 4.73 KiB in 0.001424 sec., 36516.85393258427 rows/sec., 3.24 MiB/sec. | ||
1837 | 2024.07.03 17:23:55.558428 [ 3 ] {810f1f04-f62a-4973-b236-28fc91f663b3} <Debug> DynamicQueryHandler: Done processing query | ||
1838 | 2024.07.03 17:23:55.558453 [ 3 ] {810f1f04-f62a-4973-b236-28fc91f663b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1839 | 2024.07.03 17:23:55.558469 [ 3 ] {} <Debug> HTTP-Session: 8070729d-438a-4ad3-9bf7-b479fb159312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1840 | 2024.07.03 17:23:55.558600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1841 | 2024.07.03 17:23:55.558650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1842 | 2024.07.03 17:23:55.558669 [ 3 ] {} <Debug> HTTP-Session: 00bfddea-6e58-4f26-a57d-e1704dec64c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1843 | 2024.07.03 17:23:55.558686 [ 3 ] {} <Debug> HTTP-Session: 00bfddea-6e58-4f26-a57d-e1704dec64c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1844 | 2024.07.03 17:23:55.558700 [ 3 ] {} <Debug> HTTP-Session: 00bfddea-6e58-4f26-a57d-e1704dec64c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1845 | 2024.07.03 17:23:55.558732 [ 3 ] {} <Trace> HTTP-Session: 00bfddea-6e58-4f26-a57d-e1704dec64c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1846 | 2024.07.03 17:23:55.558842 [ 3 ] {d2f9db0b-332a-4574-8ebc-66a6d6032d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1847 | 2024.07.03 17:23:55.558884 [ 3 ] {d2f9db0b-332a-4574-8ebc-66a6d6032d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1848 | 2024.07.03 17:23:55.559009 [ 3 ] {d2f9db0b-332a-4574-8ebc-66a6d6032d3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1849 | 2024.07.03 17:23:55.559315 [ 3 ] {d2f9db0b-332a-4574-8ebc-66a6d6032d3c} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1850 | 2024.07.03 17:23:55.559354 [ 3 ] {d2f9db0b-332a-4574-8ebc-66a6d6032d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1851 | 2024.07.03 17:23:55.559666 [ 3 ] {d2f9db0b-332a-4574-8ebc-66a6d6032d3c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1852 | 2024.07.03 17:23:55.559973 [ 3 ] {d2f9db0b-332a-4574-8ebc-66a6d6032d3c} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1853 | 2024.07.03 17:23:55.560130 [ 3 ] {d2f9db0b-332a-4574-8ebc-66a6d6032d3c} <Debug> executeQuery: Read 29 rows, 2.34 KiB in 0.001313 sec., 22086.824067022088 rows/sec., 1.74 MiB/sec. | ||
1854 | 2024.07.03 17:23:55.560418 [ 3 ] {d2f9db0b-332a-4574-8ebc-66a6d6032d3c} <Debug> DynamicQueryHandler: Done processing query | ||
1855 | 2024.07.03 17:23:55.560444 [ 3 ] {d2f9db0b-332a-4574-8ebc-66a6d6032d3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1856 | 2024.07.03 17:23:55.560461 [ 3 ] {} <Debug> HTTP-Session: 00bfddea-6e58-4f26-a57d-e1704dec64c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1857 | 2024.07.03 17:23:55.560567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1858 | 2024.07.03 17:23:55.560617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1859 | 2024.07.03 17:23:55.560636 [ 3 ] {} <Debug> HTTP-Session: ef2ead64-b483-4b1b-978d-49434e90c14c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1860 | 2024.07.03 17:23:55.560652 [ 3 ] {} <Debug> HTTP-Session: ef2ead64-b483-4b1b-978d-49434e90c14c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1861 | 2024.07.03 17:23:55.560666 [ 3 ] {} <Debug> HTTP-Session: ef2ead64-b483-4b1b-978d-49434e90c14c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1862 | 2024.07.03 17:23:55.560697 [ 3 ] {} <Trace> HTTP-Session: ef2ead64-b483-4b1b-978d-49434e90c14c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1863 | 2024.07.03 17:23:55.560798 [ 3 ] {f261a7cf-a3bc-469e-b986-61698d95f269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1864 | 2024.07.03 17:23:55.560846 [ 3 ] {f261a7cf-a3bc-469e-b986-61698d95f269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1865 | 2024.07.03 17:23:55.561013 [ 3 ] {f261a7cf-a3bc-469e-b986-61698d95f269} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1866 | 2024.07.03 17:23:55.561334 [ 3 ] {f261a7cf-a3bc-469e-b986-61698d95f269} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1867 | 2024.07.03 17:23:55.561371 [ 3 ] {f261a7cf-a3bc-469e-b986-61698d95f269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1868 | 2024.07.03 17:23:55.561746 [ 3 ] {f261a7cf-a3bc-469e-b986-61698d95f269} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1869 | 2024.07.03 17:23:55.562094 [ 3 ] {f261a7cf-a3bc-469e-b986-61698d95f269} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1870 | 2024.07.03 17:23:55.562246 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1871 | 2024.07.03 17:23:55.562258 [ 3 ] {f261a7cf-a3bc-469e-b986-61698d95f269} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001482 sec., 6747.638326585695 rows/sec., 513.98 KiB/sec. | ||
1872 | 2024.07.03 17:23:55.562338 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1873 | 2024.07.03 17:23:55.562406 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1874 | 2024.07.03 17:23:55.562675 [ 3 ] {f261a7cf-a3bc-469e-b986-61698d95f269} <Debug> DynamicQueryHandler: Done processing query | ||
1875 | 2024.07.03 17:23:55.562759 [ 3 ] {f261a7cf-a3bc-469e-b986-61698d95f269} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1876 | 2024.07.03 17:23:55.562842 [ 3 ] {} <Debug> HTTP-Session: ef2ead64-b483-4b1b-978d-49434e90c14c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1877 | 2024.07.03 17:23:55.562903 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
1878 | 2024.07.03 17:23:55.563133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 25903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1879 | 2024.07.03 17:23:55.563165 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1880 | 2024.07.03 17:23:55.563244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1881 | 2024.07.03 17:23:55.563254 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
1882 | 2024.07.03 17:23:55.563287 [ 3 ] {} <Debug> HTTP-Session: daee6e66-3ea8-4b21-aeac-3dc7864e2b6e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1883 | 2024.07.03 17:23:55.563327 [ 3 ] {} <Debug> HTTP-Session: daee6e66-3ea8-4b21-aeac-3dc7864e2b6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1884 | 2024.07.03 17:23:55.563368 [ 3 ] {} <Debug> HTTP-Session: daee6e66-3ea8-4b21-aeac-3dc7864e2b6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1885 | 2024.07.03 17:23:55.563497 [ 3 ] {} <Trace> HTTP-Session: daee6e66-3ea8-4b21-aeac-3dc7864e2b6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1886 | 2024.07.03 17:23:55.563571 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
1887 | 2024.07.03 17:23:55.563838 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
1888 | 2024.07.03 17:23:55.563945 [ 3 ] {72833e52-8ef7-4430-88e4-49a711dd9aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1889 | 2024.07.03 17:23:55.564180 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
1890 | 2024.07.03 17:23:55.564245 [ 3 ] {72833e52-8ef7-4430-88e4-49a711dd9aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1891 | 2024.07.03 17:23:55.564453 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 11 rows starting from the beginning of the part | ||
1892 | 2024.07.03 17:23:55.564926 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
1893 | 2024.07.03 17:23:55.566524 [ 3 ] {72833e52-8ef7-4430-88e4-49a711dd9aad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1894 | 2024.07.03 17:23:55.568141 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 61 rows, containing 5 columns (5 merged, 0 gathered) in 0.005583747 sec., 10924.563738292583 rows/sec., 831.10 KiB/sec. | ||
1895 | 2024.07.03 17:23:55.568347 [ 3 ] {72833e52-8ef7-4430-88e4-49a711dd9aad} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1896 | 2024.07.03 17:23:55.568387 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1897 | 2024.07.03 17:23:55.568414 [ 3 ] {72833e52-8ef7-4430-88e4-49a711dd9aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1898 | 2024.07.03 17:23:55.569472 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1899 | 2024.07.03 17:23:55.569657 [ 189 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1900 | 2024.07.03 17:23:55.569837 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1901 | 2024.07.03 17:23:55.570108 [ 3 ] {72833e52-8ef7-4430-88e4-49a711dd9aad} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1902 | 2024.07.03 17:23:55.570551 [ 3 ] {72833e52-8ef7-4430-88e4-49a711dd9aad} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1903 | 2024.07.03 17:23:55.570742 [ 3 ] {72833e52-8ef7-4430-88e4-49a711dd9aad} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007044 sec., 2271.4366837024418 rows/sec., 4.07 MiB/sec. | ||
1904 | 2024.07.03 17:23:55.571012 [ 3 ] {72833e52-8ef7-4430-88e4-49a711dd9aad} <Debug> DynamicQueryHandler: Done processing query | ||
1905 | 2024.07.03 17:23:55.571038 [ 3 ] {72833e52-8ef7-4430-88e4-49a711dd9aad} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
1906 | 2024.07.03 17:23:55.571055 [ 3 ] {} <Debug> HTTP-Session: daee6e66-3ea8-4b21-aeac-3dc7864e2b6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1907 | 2024.07.03 17:23:55.571171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1908 | 2024.07.03 17:23:55.571221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1909 | 2024.07.03 17:23:55.571240 [ 3 ] {} <Debug> HTTP-Session: 92c99d22-3ce5-45ef-a658-9cccb3c62e0d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1910 | 2024.07.03 17:23:55.571256 [ 3 ] {} <Debug> HTTP-Session: 92c99d22-3ce5-45ef-a658-9cccb3c62e0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1911 | 2024.07.03 17:23:55.571270 [ 3 ] {} <Debug> HTTP-Session: 92c99d22-3ce5-45ef-a658-9cccb3c62e0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1912 | 2024.07.03 17:23:55.571301 [ 3 ] {} <Trace> HTTP-Session: 92c99d22-3ce5-45ef-a658-9cccb3c62e0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1913 | 2024.07.03 17:23:55.571399 [ 3 ] {7e7c4fcb-de5e-4c56-899a-6854d3b7a072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1914 | 2024.07.03 17:23:55.571445 [ 3 ] {7e7c4fcb-de5e-4c56-899a-6854d3b7a072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1915 | 2024.07.03 17:23:55.571579 [ 3 ] {7e7c4fcb-de5e-4c56-899a-6854d3b7a072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1916 | 2024.07.03 17:23:55.571859 [ 3 ] {7e7c4fcb-de5e-4c56-899a-6854d3b7a072} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1917 | 2024.07.03 17:23:55.571896 [ 3 ] {7e7c4fcb-de5e-4c56-899a-6854d3b7a072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1918 | 2024.07.03 17:23:55.572251 [ 3 ] {7e7c4fcb-de5e-4c56-899a-6854d3b7a072} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1919 | 2024.07.03 17:23:55.572589 [ 3 ] {7e7c4fcb-de5e-4c56-899a-6854d3b7a072} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1920 | 2024.07.03 17:23:55.572769 [ 3 ] {7e7c4fcb-de5e-4c56-899a-6854d3b7a072} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 326.23 KiB/sec. | ||
1921 | 2024.07.03 17:23:55.573052 [ 3 ] {7e7c4fcb-de5e-4c56-899a-6854d3b7a072} <Debug> DynamicQueryHandler: Done processing query | ||
1922 | 2024.07.03 17:23:55.573077 [ 3 ] {7e7c4fcb-de5e-4c56-899a-6854d3b7a072} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1923 | 2024.07.03 17:23:55.573093 [ 3 ] {} <Debug> HTTP-Session: 92c99d22-3ce5-45ef-a658-9cccb3c62e0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1924 | 2024.07.03 17:23:55.573219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1925 | 2024.07.03 17:23:55.573266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1926 | 2024.07.03 17:23:55.573285 [ 3 ] {} <Debug> HTTP-Session: 91dc81ca-41c2-445b-b2eb-33c7ae4f4e1b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1927 | 2024.07.03 17:23:55.573302 [ 3 ] {} <Debug> HTTP-Session: 91dc81ca-41c2-445b-b2eb-33c7ae4f4e1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1928 | 2024.07.03 17:23:55.573316 [ 3 ] {} <Debug> HTTP-Session: 91dc81ca-41c2-445b-b2eb-33c7ae4f4e1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.07.03 17:23:55.573347 [ 3 ] {} <Trace> HTTP-Session: 91dc81ca-41c2-445b-b2eb-33c7ae4f4e1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1930 | 2024.07.03 17:23:55.573448 [ 3 ] {01b97a0e-a367-4755-85b4-82f268672ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1931 | 2024.07.03 17:23:55.573493 [ 3 ] {01b97a0e-a367-4755-85b4-82f268672ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1932 | 2024.07.03 17:23:55.573641 [ 3 ] {01b97a0e-a367-4755-85b4-82f268672ba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1933 | 2024.07.03 17:23:55.573923 [ 3 ] {01b97a0e-a367-4755-85b4-82f268672ba5} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1934 | 2024.07.03 17:23:55.573959 [ 3 ] {01b97a0e-a367-4755-85b4-82f268672ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1935 | 2024.07.03 17:23:55.574308 [ 3 ] {01b97a0e-a367-4755-85b4-82f268672ba5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1936 | 2024.07.03 17:23:55.574633 [ 3 ] {01b97a0e-a367-4755-85b4-82f268672ba5} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1937 | 2024.07.03 17:23:55.574775 [ 3 ] {01b97a0e-a367-4755-85b4-82f268672ba5} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001352 sec., 7396.449704142013 rows/sec., 465.89 KiB/sec. | ||
1938 | 2024.07.03 17:23:55.574790 [ 67 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1939 | 2024.07.03 17:23:55.574863 [ 67 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1940 | 2024.07.03 17:23:55.574918 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1941 | 2024.07.03 17:23:55.575050 [ 3 ] {01b97a0e-a367-4755-85b4-82f268672ba5} <Debug> DynamicQueryHandler: Done processing query | ||
1942 | 2024.07.03 17:23:55.575081 [ 186 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
1943 | 2024.07.03 17:23:55.575084 [ 3 ] {01b97a0e-a367-4755-85b4-82f268672ba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1944 | 2024.07.03 17:23:55.575122 [ 3 ] {} <Debug> HTTP-Session: 91dc81ca-41c2-445b-b2eb-33c7ae4f4e1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1945 | 2024.07.03 17:23:55.575227 [ 186 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1946 | 2024.07.03 17:23:55.575263 [ 186 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
1947 | 2024.07.03 17:23:55.575386 [ 186 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
1948 | 2024.07.03 17:23:55.575589 [ 186 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
1949 | 2024.07.03 17:23:55.575730 [ 186 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
1950 | 2024.07.03 17:23:55.575852 [ 186 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
1951 | 2024.07.03 17:23:55.575977 [ 186 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
1952 | 2024.07.03 17:23:55.576915 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001904139 sec., 31510.30465738058 rows/sec., 1.94 MiB/sec. | ||
1953 | 2024.07.03 17:23:55.577042 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1954 | 2024.07.03 17:23:55.577404 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_6_1} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1955 | 2024.07.03 17:23:55.577475 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_6_1} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1956 | 2024.07.03 17:23:55.577540 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
1957 | 2024.07.03 17:24:00.554107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1958 | 2024.07.03 17:24:00.554261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1959 | 2024.07.03 17:24:00.554291 [ 3 ] {} <Debug> HTTP-Session: d538d991-9f91-4a0d-943a-951df4c345c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1960 | 2024.07.03 17:24:00.554320 [ 3 ] {} <Debug> HTTP-Session: d538d991-9f91-4a0d-943a-951df4c345c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1961 | 2024.07.03 17:24:00.554338 [ 3 ] {} <Debug> HTTP-Session: d538d991-9f91-4a0d-943a-951df4c345c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1962 | 2024.07.03 17:24:00.554398 [ 3 ] {} <Trace> HTTP-Session: d538d991-9f91-4a0d-943a-951df4c345c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1963 | 2024.07.03 17:24:00.554628 [ 3 ] {883c22ed-9e77-4fd1-a21d-639ac4424236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1964 | 2024.07.03 17:24:00.554705 [ 3 ] {883c22ed-9e77-4fd1-a21d-639ac4424236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1965 | 2024.07.03 17:24:00.554931 [ 3 ] {883c22ed-9e77-4fd1-a21d-639ac4424236} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1966 | 2024.07.03 17:24:00.555370 [ 3 ] {883c22ed-9e77-4fd1-a21d-639ac4424236} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1967 | 2024.07.03 17:24:00.555416 [ 3 ] {883c22ed-9e77-4fd1-a21d-639ac4424236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1968 | 2024.07.03 17:24:00.555783 [ 3 ] {883c22ed-9e77-4fd1-a21d-639ac4424236} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1969 | 2024.07.03 17:24:00.556127 [ 3 ] {883c22ed-9e77-4fd1-a21d-639ac4424236} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1970 | 2024.07.03 17:24:00.556301 [ 3 ] {883c22ed-9e77-4fd1-a21d-639ac4424236} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001732 sec., 8083.140877598153 rows/sec., 655.18 KiB/sec. | ||
1971 | 2024.07.03 17:24:00.556518 [ 3 ] {883c22ed-9e77-4fd1-a21d-639ac4424236} <Debug> DynamicQueryHandler: Done processing query | ||
1972 | 2024.07.03 17:24:00.556545 [ 3 ] {883c22ed-9e77-4fd1-a21d-639ac4424236} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1973 | 2024.07.03 17:24:00.556561 [ 3 ] {} <Debug> HTTP-Session: d538d991-9f91-4a0d-943a-951df4c345c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1974 | 2024.07.03 17:24:00.556686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 6936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1975 | 2024.07.03 17:24:00.556739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1976 | 2024.07.03 17:24:00.556759 [ 3 ] {} <Debug> HTTP-Session: a0b237d9-c73e-4855-a642-be5870275bf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1977 | 2024.07.03 17:24:00.556776 [ 3 ] {} <Debug> HTTP-Session: a0b237d9-c73e-4855-a642-be5870275bf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1978 | 2024.07.03 17:24:00.556790 [ 3 ] {} <Debug> HTTP-Session: a0b237d9-c73e-4855-a642-be5870275bf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1979 | 2024.07.03 17:24:00.556824 [ 3 ] {} <Trace> HTTP-Session: a0b237d9-c73e-4855-a642-be5870275bf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1980 | 2024.07.03 17:24:00.556944 [ 3 ] {577bd0fc-b501-479b-a7b8-ea6e3024dcb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1981 | 2024.07.03 17:24:00.556992 [ 3 ] {577bd0fc-b501-479b-a7b8-ea6e3024dcb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1982 | 2024.07.03 17:24:00.557123 [ 3 ] {577bd0fc-b501-479b-a7b8-ea6e3024dcb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1983 | 2024.07.03 17:24:00.557571 [ 3 ] {577bd0fc-b501-479b-a7b8-ea6e3024dcb2} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1984 | 2024.07.03 17:24:00.557609 [ 3 ] {577bd0fc-b501-479b-a7b8-ea6e3024dcb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1985 | 2024.07.03 17:24:00.557933 [ 3 ] {577bd0fc-b501-479b-a7b8-ea6e3024dcb2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1986 | 2024.07.03 17:24:00.558239 [ 3 ] {577bd0fc-b501-479b-a7b8-ea6e3024dcb2} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1987 | 2024.07.03 17:24:00.558397 [ 3 ] {577bd0fc-b501-479b-a7b8-ea6e3024dcb2} <Debug> executeQuery: Read 46 rows, 4.09 KiB in 0.001483 sec., 31018.206338503034 rows/sec., 2.69 MiB/sec. | ||
1988 | 2024.07.03 17:24:00.558570 [ 3 ] {577bd0fc-b501-479b-a7b8-ea6e3024dcb2} <Debug> DynamicQueryHandler: Done processing query | ||
1989 | 2024.07.03 17:24:00.558594 [ 3 ] {577bd0fc-b501-479b-a7b8-ea6e3024dcb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1990 | 2024.07.03 17:24:00.558610 [ 3 ] {} <Debug> HTTP-Session: a0b237d9-c73e-4855-a642-be5870275bf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1991 | 2024.07.03 17:24:00.558768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 3785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1992 | 2024.07.03 17:24:00.558817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1993 | 2024.07.03 17:24:00.558837 [ 3 ] {} <Debug> HTTP-Session: 50dd19b8-2aee-4bf0-924e-c18bbe056ec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
1994 | 2024.07.03 17:24:00.558853 [ 3 ] {} <Debug> HTTP-Session: 50dd19b8-2aee-4bf0-924e-c18bbe056ec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1995 | 2024.07.03 17:24:00.558867 [ 3 ] {} <Debug> HTTP-Session: 50dd19b8-2aee-4bf0-924e-c18bbe056ec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1996 | 2024.07.03 17:24:00.558898 [ 3 ] {} <Trace> HTTP-Session: 50dd19b8-2aee-4bf0-924e-c18bbe056ec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1997 | 2024.07.03 17:24:00.559006 [ 3 ] {7a3c7dd8-08ff-46ab-a2c7-7377ef278169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1998 | 2024.07.03 17:24:00.559050 [ 3 ] {7a3c7dd8-08ff-46ab-a2c7-7377ef278169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1999 | 2024.07.03 17:24:00.559180 [ 3 ] {7a3c7dd8-08ff-46ab-a2c7-7377ef278169} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2000 | 2024.07.03 17:24:00.559548 [ 3 ] {7a3c7dd8-08ff-46ab-a2c7-7377ef278169} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2001 | 2024.07.03 17:24:00.559586 [ 3 ] {7a3c7dd8-08ff-46ab-a2c7-7377ef278169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2002 | 2024.07.03 17:24:00.559892 [ 3 ] {7a3c7dd8-08ff-46ab-a2c7-7377ef278169} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2003 | 2024.07.03 17:24:00.560205 [ 3 ] {7a3c7dd8-08ff-46ab-a2c7-7377ef278169} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2004 | 2024.07.03 17:24:00.560358 [ 3 ] {7a3c7dd8-08ff-46ab-a2c7-7377ef278169} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001378 sec., 15965.166908563133 rows/sec., 1.25 MiB/sec. | ||
2005 | 2024.07.03 17:24:00.560651 [ 3 ] {7a3c7dd8-08ff-46ab-a2c7-7377ef278169} <Debug> DynamicQueryHandler: Done processing query | ||
2006 | 2024.07.03 17:24:00.560676 [ 3 ] {7a3c7dd8-08ff-46ab-a2c7-7377ef278169} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2007 | 2024.07.03 17:24:00.560692 [ 3 ] {} <Debug> HTTP-Session: 50dd19b8-2aee-4bf0-924e-c18bbe056ec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2008 | 2024.07.03 17:24:00.560817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2009 | 2024.07.03 17:24:00.560866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2010 | 2024.07.03 17:24:00.560885 [ 3 ] {} <Debug> HTTP-Session: f901f448-5e3a-4671-a3fa-7e9aac6178f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2011 | 2024.07.03 17:24:00.560901 [ 3 ] {} <Debug> HTTP-Session: f901f448-5e3a-4671-a3fa-7e9aac6178f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2012 | 2024.07.03 17:24:00.560916 [ 3 ] {} <Debug> HTTP-Session: f901f448-5e3a-4671-a3fa-7e9aac6178f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2013 | 2024.07.03 17:24:00.560946 [ 3 ] {} <Trace> HTTP-Session: f901f448-5e3a-4671-a3fa-7e9aac6178f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2014 | 2024.07.03 17:24:00.561048 [ 3 ] {5976ea18-e8fd-488a-bb16-f90a83433af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2015 | 2024.07.03 17:24:00.561097 [ 3 ] {5976ea18-e8fd-488a-bb16-f90a83433af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2016 | 2024.07.03 17:24:00.561267 [ 3 ] {5976ea18-e8fd-488a-bb16-f90a83433af2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2017 | 2024.07.03 17:24:00.561588 [ 3 ] {5976ea18-e8fd-488a-bb16-f90a83433af2} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2018 | 2024.07.03 17:24:00.561633 [ 3 ] {5976ea18-e8fd-488a-bb16-f90a83433af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2019 | 2024.07.03 17:24:00.562006 [ 3 ] {5976ea18-e8fd-488a-bb16-f90a83433af2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2020 | 2024.07.03 17:24:00.562336 [ 3 ] {5976ea18-e8fd-488a-bb16-f90a83433af2} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2021 | 2024.07.03 17:24:00.562486 [ 3 ] {5976ea18-e8fd-488a-bb16-f90a83433af2} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001457 sec., 6863.417982155113 rows/sec., 522.80 KiB/sec. | ||
2022 | 2024.07.03 17:24:00.562757 [ 3 ] {5976ea18-e8fd-488a-bb16-f90a83433af2} <Debug> DynamicQueryHandler: Done processing query | ||
2023 | 2024.07.03 17:24:00.562781 [ 3 ] {5976ea18-e8fd-488a-bb16-f90a83433af2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2024 | 2024.07.03 17:24:00.562797 [ 3 ] {} <Debug> HTTP-Session: f901f448-5e3a-4671-a3fa-7e9aac6178f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2025 | 2024.07.03 17:24:00.562931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2026 | 2024.07.03 17:24:00.562979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2027 | 2024.07.03 17:24:00.562997 [ 3 ] {} <Debug> HTTP-Session: 7812d1d1-6b5b-4085-aa0a-436b3ca701be Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2028 | 2024.07.03 17:24:00.563014 [ 3 ] {} <Debug> HTTP-Session: 7812d1d1-6b5b-4085-aa0a-436b3ca701be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2029 | 2024.07.03 17:24:00.563028 [ 3 ] {} <Debug> HTTP-Session: 7812d1d1-6b5b-4085-aa0a-436b3ca701be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2030 | 2024.07.03 17:24:00.563058 [ 3 ] {} <Trace> HTTP-Session: 7812d1d1-6b5b-4085-aa0a-436b3ca701be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2031 | 2024.07.03 17:24:00.563252 [ 3 ] {393d43f0-2994-4ce6-ba6a-41204fc560cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2032 | 2024.07.03 17:24:00.563323 [ 3 ] {393d43f0-2994-4ce6-ba6a-41204fc560cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2033 | 2024.07.03 17:24:00.563756 [ 3 ] {393d43f0-2994-4ce6-ba6a-41204fc560cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2034 | 2024.07.03 17:24:00.564334 [ 3 ] {393d43f0-2994-4ce6-ba6a-41204fc560cd} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2035 | 2024.07.03 17:24:00.564370 [ 3 ] {393d43f0-2994-4ce6-ba6a-41204fc560cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2036 | 2024.07.03 17:24:00.564967 [ 3 ] {393d43f0-2994-4ce6-ba6a-41204fc560cd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2037 | 2024.07.03 17:24:00.565382 [ 3 ] {393d43f0-2994-4ce6-ba6a-41204fc560cd} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2038 | 2024.07.03 17:24:00.565566 [ 3 ] {393d43f0-2994-4ce6-ba6a-41204fc560cd} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.00243 sec., 5761.316872427984 rows/sec., 10.32 MiB/sec. | ||
2039 | 2024.07.03 17:24:00.565795 [ 3 ] {393d43f0-2994-4ce6-ba6a-41204fc560cd} <Debug> DynamicQueryHandler: Done processing query | ||
2040 | 2024.07.03 17:24:00.565820 [ 3 ] {393d43f0-2994-4ce6-ba6a-41204fc560cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2041 | 2024.07.03 17:24:00.565836 [ 3 ] {} <Debug> HTTP-Session: 7812d1d1-6b5b-4085-aa0a-436b3ca701be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2042 | 2024.07.03 17:24:00.565960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2043 | 2024.07.03 17:24:00.566009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2044 | 2024.07.03 17:24:00.566028 [ 3 ] {} <Debug> HTTP-Session: e1491bb9-42c4-4b29-9ecf-e2a755320106 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2045 | 2024.07.03 17:24:00.566044 [ 3 ] {} <Debug> HTTP-Session: e1491bb9-42c4-4b29-9ecf-e2a755320106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2046 | 2024.07.03 17:24:00.566057 [ 3 ] {} <Debug> HTTP-Session: e1491bb9-42c4-4b29-9ecf-e2a755320106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2047 | 2024.07.03 17:24:00.566089 [ 3 ] {} <Trace> HTTP-Session: e1491bb9-42c4-4b29-9ecf-e2a755320106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2048 | 2024.07.03 17:24:00.566186 [ 3 ] {558b1456-e18c-4e1e-a3fb-4b9df87e9e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2049 | 2024.07.03 17:24:00.566231 [ 3 ] {558b1456-e18c-4e1e-a3fb-4b9df87e9e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2050 | 2024.07.03 17:24:00.566358 [ 3 ] {558b1456-e18c-4e1e-a3fb-4b9df87e9e83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2051 | 2024.07.03 17:24:00.566667 [ 3 ] {558b1456-e18c-4e1e-a3fb-4b9df87e9e83} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2052 | 2024.07.03 17:24:00.566704 [ 3 ] {558b1456-e18c-4e1e-a3fb-4b9df87e9e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2053 | 2024.07.03 17:24:00.567070 [ 3 ] {558b1456-e18c-4e1e-a3fb-4b9df87e9e83} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2054 | 2024.07.03 17:24:00.567404 [ 3 ] {558b1456-e18c-4e1e-a3fb-4b9df87e9e83} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2055 | 2024.07.03 17:24:00.567562 [ 3 ] {558b1456-e18c-4e1e-a3fb-4b9df87e9e83} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001393 sec., 7178.750897343863 rows/sec., 452.18 KiB/sec. | ||
2056 | 2024.07.03 17:24:00.567731 [ 3 ] {558b1456-e18c-4e1e-a3fb-4b9df87e9e83} <Debug> DynamicQueryHandler: Done processing query | ||
2057 | 2024.07.03 17:24:00.567756 [ 3 ] {558b1456-e18c-4e1e-a3fb-4b9df87e9e83} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2058 | 2024.07.03 17:24:00.567772 [ 3 ] {} <Debug> HTTP-Session: e1491bb9-42c4-4b29-9ecf-e2a755320106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2059 | 2024.07.03 17:24:03.467782 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2060 | 2024.07.03 17:24:03.467860 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2061 | 2024.07.03 17:24:05.554097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2062 | 2024.07.03 17:24:05.554220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2063 | 2024.07.03 17:24:05.554245 [ 3 ] {} <Debug> HTTP-Session: c1650706-4d20-40bd-a61f-8326ab664f54 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2064 | 2024.07.03 17:24:05.554270 [ 3 ] {} <Debug> HTTP-Session: c1650706-4d20-40bd-a61f-8326ab664f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2065 | 2024.07.03 17:24:05.554285 [ 3 ] {} <Debug> HTTP-Session: c1650706-4d20-40bd-a61f-8326ab664f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2066 | 2024.07.03 17:24:05.554335 [ 3 ] {} <Trace> HTTP-Session: c1650706-4d20-40bd-a61f-8326ab664f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2067 | 2024.07.03 17:24:05.554515 [ 3 ] {c1c240df-1da9-4f87-868d-115304e2009c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2068 | 2024.07.03 17:24:05.554582 [ 3 ] {c1c240df-1da9-4f87-868d-115304e2009c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2069 | 2024.07.03 17:24:05.554774 [ 3 ] {c1c240df-1da9-4f87-868d-115304e2009c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2070 | 2024.07.03 17:24:05.555210 [ 3 ] {c1c240df-1da9-4f87-868d-115304e2009c} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2071 | 2024.07.03 17:24:05.555254 [ 3 ] {c1c240df-1da9-4f87-868d-115304e2009c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2072 | 2024.07.03 17:24:05.555655 [ 3 ] {c1c240df-1da9-4f87-868d-115304e2009c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2073 | 2024.07.03 17:24:05.556027 [ 3 ] {c1c240df-1da9-4f87-868d-115304e2009c} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2074 | 2024.07.03 17:24:05.556210 [ 3 ] {c1c240df-1da9-4f87-868d-115304e2009c} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001748 sec., 9153.318077803204 rows/sec., 741.92 KiB/sec. | ||
2075 | 2024.07.03 17:24:05.556428 [ 3 ] {c1c240df-1da9-4f87-868d-115304e2009c} <Debug> DynamicQueryHandler: Done processing query | ||
2076 | 2024.07.03 17:24:05.556456 [ 3 ] {c1c240df-1da9-4f87-868d-115304e2009c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2077 | 2024.07.03 17:24:05.556473 [ 3 ] {} <Debug> HTTP-Session: c1650706-4d20-40bd-a61f-8326ab664f54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2078 | 2024.07.03 17:24:05.556614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 7935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2079 | 2024.07.03 17:24:05.556670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2080 | 2024.07.03 17:24:05.556690 [ 3 ] {} <Debug> HTTP-Session: 88c06b38-654b-4b4a-a0bd-8db6e093d92f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2081 | 2024.07.03 17:24:05.556708 [ 3 ] {} <Debug> HTTP-Session: 88c06b38-654b-4b4a-a0bd-8db6e093d92f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2082 | 2024.07.03 17:24:05.556723 [ 3 ] {} <Debug> HTTP-Session: 88c06b38-654b-4b4a-a0bd-8db6e093d92f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2083 | 2024.07.03 17:24:05.556759 [ 3 ] {} <Trace> HTTP-Session: 88c06b38-654b-4b4a-a0bd-8db6e093d92f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2084 | 2024.07.03 17:24:05.556884 [ 3 ] {e6a3b0f9-5e3c-4ecf-8ac5-de9ef4b5c1a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2085 | 2024.07.03 17:24:05.556933 [ 3 ] {e6a3b0f9-5e3c-4ecf-8ac5-de9ef4b5c1a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2086 | 2024.07.03 17:24:05.557068 [ 3 ] {e6a3b0f9-5e3c-4ecf-8ac5-de9ef4b5c1a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2087 | 2024.07.03 17:24:05.557621 [ 3 ] {e6a3b0f9-5e3c-4ecf-8ac5-de9ef4b5c1a7} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2088 | 2024.07.03 17:24:05.557662 [ 3 ] {e6a3b0f9-5e3c-4ecf-8ac5-de9ef4b5c1a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2089 | 2024.07.03 17:24:05.557983 [ 3 ] {e6a3b0f9-5e3c-4ecf-8ac5-de9ef4b5c1a7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2090 | 2024.07.03 17:24:05.558297 [ 3 ] {e6a3b0f9-5e3c-4ecf-8ac5-de9ef4b5c1a7} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2091 | 2024.07.03 17:24:05.558456 [ 55 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2092 | 2024.07.03 17:24:05.558467 [ 3 ] {e6a3b0f9-5e3c-4ecf-8ac5-de9ef4b5c1a7} <Debug> executeQuery: Read 52 rows, 4.73 KiB in 0.001615 sec., 32198.142414860682 rows/sec., 2.86 MiB/sec. | ||
2093 | 2024.07.03 17:24:05.558544 [ 55 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2094 | 2024.07.03 17:24:05.558601 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2095 | 2024.07.03 17:24:05.558773 [ 186 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
2096 | 2024.07.03 17:24:05.558796 [ 3 ] {e6a3b0f9-5e3c-4ecf-8ac5-de9ef4b5c1a7} <Debug> DynamicQueryHandler: Done processing query | ||
2097 | 2024.07.03 17:24:05.558830 [ 3 ] {e6a3b0f9-5e3c-4ecf-8ac5-de9ef4b5c1a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2098 | 2024.07.03 17:24:05.558853 [ 3 ] {} <Debug> HTTP-Session: 88c06b38-654b-4b4a-a0bd-8db6e093d92f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2099 | 2024.07.03 17:24:05.558929 [ 186 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2100 | 2024.07.03 17:24:05.558966 [ 186 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
2101 | 2024.07.03 17:24:05.558988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2102 | 2024.07.03 17:24:05.559056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2103 | 2024.07.03 17:24:05.559106 [ 186 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
2104 | 2024.07.03 17:24:05.559156 [ 3 ] {} <Debug> HTTP-Session: d86e999f-7906-46d8-9571-304cc6736943 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2105 | 2024.07.03 17:24:05.559203 [ 3 ] {} <Debug> HTTP-Session: d86e999f-7906-46d8-9571-304cc6736943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2106 | 2024.07.03 17:24:05.559289 [ 3 ] {} <Debug> HTTP-Session: d86e999f-7906-46d8-9571-304cc6736943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2107 | 2024.07.03 17:24:05.559473 [ 186 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 47 rows starting from the beginning of the part | ||
2108 | 2024.07.03 17:24:05.559490 [ 3 ] {} <Trace> HTTP-Session: d86e999f-7906-46d8-9571-304cc6736943 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2109 | 2024.07.03 17:24:05.559816 [ 186 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part | ||
2110 | 2024.07.03 17:24:05.559902 [ 3 ] {95c0ac1a-0d4f-4b97-832b-ff2eaf98c400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2111 | 2024.07.03 17:24:05.560083 [ 3 ] {95c0ac1a-0d4f-4b97-832b-ff2eaf98c400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2112 | 2024.07.03 17:24:05.560097 [ 186 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part | ||
2113 | 2024.07.03 17:24:05.560392 [ 186 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 52 rows starting from the beginning of the part | ||
2114 | 2024.07.03 17:24:05.560877 [ 3 ] {95c0ac1a-0d4f-4b97-832b-ff2eaf98c400} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2115 | 2024.07.03 17:24:05.561473 [ 3 ] {95c0ac1a-0d4f-4b97-832b-ff2eaf98c400} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2116 | 2024.07.03 17:24:05.561521 [ 3 ] {95c0ac1a-0d4f-4b97-832b-ff2eaf98c400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2117 | 2024.07.03 17:24:05.562017 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 247 rows, containing 4 columns (4 merged, 0 gathered) in 0.003309867 sec., 74625.35503692443 rows/sec., 6.53 MiB/sec. | ||
2118 | 2024.07.03 17:24:05.562036 [ 3 ] {95c0ac1a-0d4f-4b97-832b-ff2eaf98c400} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2119 | 2024.07.03 17:24:05.562143 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2120 | 2024.07.03 17:24:05.562487 [ 3 ] {95c0ac1a-0d4f-4b97-832b-ff2eaf98c400} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2121 | 2024.07.03 17:24:05.562634 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_11_2} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2122 | 2024.07.03 17:24:05.562717 [ 55 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2123 | 2024.07.03 17:24:05.562743 [ 3 ] {95c0ac1a-0d4f-4b97-832b-ff2eaf98c400} <Debug> executeQuery: Read 24 rows, 1.92 KiB in 0.002983 sec., 8045.591686221925 rows/sec., 644.93 KiB/sec. | ||
2124 | 2024.07.03 17:24:05.562813 [ 55 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2125 | 2024.07.03 17:24:05.562862 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_11_2} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2126 | 2024.07.03 17:24:05.562989 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2127 | 2024.07.03 17:24:05.563152 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
2128 | 2024.07.03 17:24:05.563271 [ 3 ] {95c0ac1a-0d4f-4b97-832b-ff2eaf98c400} <Debug> DynamicQueryHandler: Done processing query | ||
2129 | 2024.07.03 17:24:05.563321 [ 3 ] {95c0ac1a-0d4f-4b97-832b-ff2eaf98c400} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2130 | 2024.07.03 17:24:05.563329 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
2131 | 2024.07.03 17:24:05.563344 [ 3 ] {} <Debug> HTTP-Session: d86e999f-7906-46d8-9571-304cc6736943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2132 | 2024.07.03 17:24:05.563528 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2133 | 2024.07.03 17:24:05.563555 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 37 rows starting from the beginning of the part | ||
2134 | 2024.07.03 17:24:05.563584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2135 | 2024.07.03 17:24:05.563648 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
2136 | 2024.07.03 17:24:05.563671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2137 | 2024.07.03 17:24:05.563728 [ 3 ] {} <Debug> HTTP-Session: 20b9c15e-b4a7-4ddd-b389-7de134a5c517 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2138 | 2024.07.03 17:24:05.563873 [ 3 ] {} <Debug> HTTP-Session: 20b9c15e-b4a7-4ddd-b389-7de134a5c517 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2139 | 2024.07.03 17:24:05.563920 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
2140 | 2024.07.03 17:24:05.563938 [ 3 ] {} <Debug> HTTP-Session: 20b9c15e-b4a7-4ddd-b389-7de134a5c517 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2141 | 2024.07.03 17:24:05.564076 [ 3 ] {} <Trace> HTTP-Session: 20b9c15e-b4a7-4ddd-b389-7de134a5c517 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2142 | 2024.07.03 17:24:05.564143 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 29 rows starting from the beginning of the part | ||
2143 | 2024.07.03 17:24:05.564344 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
2144 | 2024.07.03 17:24:05.564371 [ 3 ] {bafccfa7-07fb-4bb2-8621-eb26ba20e629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2145 | 2024.07.03 17:24:05.564590 [ 3 ] {bafccfa7-07fb-4bb2-8621-eb26ba20e629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2146 | 2024.07.03 17:24:05.564609 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
2147 | 2024.07.03 17:24:05.565258 [ 3 ] {bafccfa7-07fb-4bb2-8621-eb26ba20e629} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2148 | 2024.07.03 17:24:05.565819 [ 3 ] {bafccfa7-07fb-4bb2-8621-eb26ba20e629} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2149 | 2024.07.03 17:24:05.565865 [ 3 ] {bafccfa7-07fb-4bb2-8621-eb26ba20e629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2150 | 2024.07.03 17:24:05.566314 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.00308543 sec., 46670.96644551975 rows/sec., 3.66 MiB/sec. | ||
2151 | 2024.07.03 17:24:05.566431 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2152 | 2024.07.03 17:24:05.566438 [ 3 ] {bafccfa7-07fb-4bb2-8621-eb26ba20e629} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2153 | 2024.07.03 17:24:05.566959 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_11_2} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2154 | 2024.07.03 17:24:05.567045 [ 3 ] {bafccfa7-07fb-4bb2-8621-eb26ba20e629} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2155 | 2024.07.03 17:24:05.567068 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_11_2} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2156 | 2024.07.03 17:24:05.567161 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2157 | 2024.07.03 17:24:05.567295 [ 3 ] {bafccfa7-07fb-4bb2-8621-eb26ba20e629} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.003038 sec., 3291.639236339697 rows/sec., 250.73 KiB/sec. | ||
2158 | 2024.07.03 17:24:05.567503 [ 3 ] {bafccfa7-07fb-4bb2-8621-eb26ba20e629} <Debug> DynamicQueryHandler: Done processing query | ||
2159 | 2024.07.03 17:24:05.567529 [ 3 ] {bafccfa7-07fb-4bb2-8621-eb26ba20e629} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2160 | 2024.07.03 17:24:05.567545 [ 3 ] {} <Debug> HTTP-Session: 20b9c15e-b4a7-4ddd-b389-7de134a5c517 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2161 | 2024.07.03 17:24:05.567856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 25923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2162 | 2024.07.03 17:24:05.567909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2163 | 2024.07.03 17:24:05.567928 [ 3 ] {} <Debug> HTTP-Session: 512c43f3-fd99-467a-a8f3-08645fe18f96 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2164 | 2024.07.03 17:24:05.567944 [ 3 ] {} <Debug> HTTP-Session: 512c43f3-fd99-467a-a8f3-08645fe18f96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2165 | 2024.07.03 17:24:05.567959 [ 3 ] {} <Debug> HTTP-Session: 512c43f3-fd99-467a-a8f3-08645fe18f96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2166 | 2024.07.03 17:24:05.567991 [ 3 ] {} <Trace> HTTP-Session: 512c43f3-fd99-467a-a8f3-08645fe18f96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2167 | 2024.07.03 17:24:05.568200 [ 3 ] {a35ce25e-3902-4bb1-b23c-a3d464e78eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2168 | 2024.07.03 17:24:05.568266 [ 3 ] {a35ce25e-3902-4bb1-b23c-a3d464e78eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2169 | 2024.07.03 17:24:05.568656 [ 3 ] {a35ce25e-3902-4bb1-b23c-a3d464e78eb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2170 | 2024.07.03 17:24:05.569291 [ 3 ] {a35ce25e-3902-4bb1-b23c-a3d464e78eb6} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2171 | 2024.07.03 17:24:05.569328 [ 3 ] {a35ce25e-3902-4bb1-b23c-a3d464e78eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2172 | 2024.07.03 17:24:05.569964 [ 3 ] {a35ce25e-3902-4bb1-b23c-a3d464e78eb6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2173 | 2024.07.03 17:24:05.570395 [ 3 ] {a35ce25e-3902-4bb1-b23c-a3d464e78eb6} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2174 | 2024.07.03 17:24:05.570613 [ 3 ] {a35ce25e-3902-4bb1-b23c-a3d464e78eb6} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002543 sec., 6291.781360597719 rows/sec., 11.27 MiB/sec. | ||
2175 | 2024.07.03 17:24:05.570843 [ 3 ] {a35ce25e-3902-4bb1-b23c-a3d464e78eb6} <Debug> DynamicQueryHandler: Done processing query | ||
2176 | 2024.07.03 17:24:05.570866 [ 3 ] {a35ce25e-3902-4bb1-b23c-a3d464e78eb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
2177 | 2024.07.03 17:24:05.570882 [ 3 ] {} <Debug> HTTP-Session: 512c43f3-fd99-467a-a8f3-08645fe18f96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2178 | 2024.07.03 17:24:05.570999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2179 | 2024.07.03 17:24:05.571047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2180 | 2024.07.03 17:24:05.571066 [ 3 ] {} <Debug> HTTP-Session: a3bfb082-b014-489b-ac2f-0a656dad2f91 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2181 | 2024.07.03 17:24:05.571083 [ 3 ] {} <Debug> HTTP-Session: a3bfb082-b014-489b-ac2f-0a656dad2f91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2182 | 2024.07.03 17:24:05.571097 [ 3 ] {} <Debug> HTTP-Session: a3bfb082-b014-489b-ac2f-0a656dad2f91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2183 | 2024.07.03 17:24:05.571128 [ 3 ] {} <Trace> HTTP-Session: a3bfb082-b014-489b-ac2f-0a656dad2f91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2184 | 2024.07.03 17:24:05.571232 [ 3 ] {c7018db3-bdab-4a58-bd2c-1b1d838256a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2185 | 2024.07.03 17:24:05.571277 [ 3 ] {c7018db3-bdab-4a58-bd2c-1b1d838256a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2186 | 2024.07.03 17:24:05.571407 [ 3 ] {c7018db3-bdab-4a58-bd2c-1b1d838256a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2187 | 2024.07.03 17:24:05.571714 [ 3 ] {c7018db3-bdab-4a58-bd2c-1b1d838256a4} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2188 | 2024.07.03 17:24:05.571751 [ 3 ] {c7018db3-bdab-4a58-bd2c-1b1d838256a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2189 | 2024.07.03 17:24:05.572106 [ 3 ] {c7018db3-bdab-4a58-bd2c-1b1d838256a4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2190 | 2024.07.03 17:24:05.572433 [ 3 ] {c7018db3-bdab-4a58-bd2c-1b1d838256a4} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2191 | 2024.07.03 17:24:05.572571 [ 3 ] {c7018db3-bdab-4a58-bd2c-1b1d838256a4} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.00137 sec., 7299.270072992701 rows/sec., 459.77 KiB/sec. | ||
2192 | 2024.07.03 17:24:05.572748 [ 3 ] {c7018db3-bdab-4a58-bd2c-1b1d838256a4} <Debug> DynamicQueryHandler: Done processing query | ||
2193 | 2024.07.03 17:24:05.572772 [ 3 ] {c7018db3-bdab-4a58-bd2c-1b1d838256a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2194 | 2024.07.03 17:24:05.572789 [ 3 ] {} <Debug> HTTP-Session: a3bfb082-b014-489b-ac2f-0a656dad2f91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2195 | 2024.07.03 17:24:10.554169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2196 | 2024.07.03 17:24:10.554314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2197 | 2024.07.03 17:24:10.554344 [ 3 ] {} <Debug> HTTP-Session: 79698f24-1d5f-4e81-89f2-81ff58482f34 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2198 | 2024.07.03 17:24:10.554373 [ 3 ] {} <Debug> HTTP-Session: 79698f24-1d5f-4e81-89f2-81ff58482f34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2199 | 2024.07.03 17:24:10.554391 [ 3 ] {} <Debug> HTTP-Session: 79698f24-1d5f-4e81-89f2-81ff58482f34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2200 | 2024.07.03 17:24:10.554448 [ 3 ] {} <Trace> HTTP-Session: 79698f24-1d5f-4e81-89f2-81ff58482f34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2201 | 2024.07.03 17:24:10.554649 [ 3 ] {05d34634-6175-4260-b6d0-9d20bc946309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2202 | 2024.07.03 17:24:10.554726 [ 3 ] {05d34634-6175-4260-b6d0-9d20bc946309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2203 | 2024.07.03 17:24:10.554944 [ 3 ] {05d34634-6175-4260-b6d0-9d20bc946309} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2204 | 2024.07.03 17:24:10.555469 [ 3 ] {05d34634-6175-4260-b6d0-9d20bc946309} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2205 | 2024.07.03 17:24:10.555510 [ 3 ] {05d34634-6175-4260-b6d0-9d20bc946309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2206 | 2024.07.03 17:24:10.555885 [ 3 ] {05d34634-6175-4260-b6d0-9d20bc946309} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2207 | 2024.07.03 17:24:10.556230 [ 3 ] {05d34634-6175-4260-b6d0-9d20bc946309} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2208 | 2024.07.03 17:24:10.556368 [ 50 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
2209 | 2024.07.03 17:24:10.556378 [ 3 ] {05d34634-6175-4260-b6d0-9d20bc946309} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001791 sec., 7816.862088218872 rows/sec., 633.59 KiB/sec. | ||
2210 | 2024.07.03 17:24:10.556416 [ 50 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2211 | 2024.07.03 17:24:10.556453 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2212 | 2024.07.03 17:24:10.556567 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
2213 | 2024.07.03 17:24:10.556626 [ 3 ] {05d34634-6175-4260-b6d0-9d20bc946309} <Debug> DynamicQueryHandler: Done processing query | ||
2214 | 2024.07.03 17:24:10.556659 [ 3 ] {05d34634-6175-4260-b6d0-9d20bc946309} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2215 | 2024.07.03 17:24:10.556686 [ 3 ] {} <Debug> HTTP-Session: 79698f24-1d5f-4e81-89f2-81ff58482f34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2216 | 2024.07.03 17:24:10.556711 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2217 | 2024.07.03 17:24:10.556743 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
2218 | 2024.07.03 17:24:10.556836 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
2219 | 2024.07.03 17:24:10.556851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 6936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2220 | 2024.07.03 17:24:10.557006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2221 | 2024.07.03 17:24:10.557136 [ 3 ] {} <Debug> HTTP-Session: d2441d7c-40a5-471b-96a2-4ddada6d663c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2222 | 2024.07.03 17:24:10.557158 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
2223 | 2024.07.03 17:24:10.557214 [ 3 ] {} <Debug> HTTP-Session: d2441d7c-40a5-471b-96a2-4ddada6d663c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2224 | 2024.07.03 17:24:10.557311 [ 3 ] {} <Debug> HTTP-Session: d2441d7c-40a5-471b-96a2-4ddada6d663c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2225 | 2024.07.03 17:24:10.557568 [ 3 ] {} <Trace> HTTP-Session: d2441d7c-40a5-471b-96a2-4ddada6d663c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2226 | 2024.07.03 17:24:10.557608 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
2227 | 2024.07.03 17:24:10.557804 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
2228 | 2024.07.03 17:24:10.557921 [ 3 ] {4aaab1d3-a9b5-48d3-9e9b-7b8eca7f0dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2229 | 2024.07.03 17:24:10.558127 [ 3 ] {4aaab1d3-a9b5-48d3-9e9b-7b8eca7f0dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2230 | 2024.07.03 17:24:10.558146 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
2231 | 2024.07.03 17:24:10.558783 [ 3 ] {4aaab1d3-a9b5-48d3-9e9b-7b8eca7f0dd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2232 | 2024.07.03 17:24:10.559371 [ 3 ] {4aaab1d3-a9b5-48d3-9e9b-7b8eca7f0dd0} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2233 | 2024.07.03 17:24:10.559416 [ 3 ] {4aaab1d3-a9b5-48d3-9e9b-7b8eca7f0dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2234 | 2024.07.03 17:24:10.559928 [ 192 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 4 columns (4 merged, 0 gathered) in 0.003400969 sec., 25874.97857228337 rows/sec., 2.05 MiB/sec. | ||
2235 | 2024.07.03 17:24:10.559964 [ 3 ] {4aaab1d3-a9b5-48d3-9e9b-7b8eca7f0dd0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2236 | 2024.07.03 17:24:10.560256 [ 201 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
2237 | 2024.07.03 17:24:10.560560 [ 3 ] {4aaab1d3-a9b5-48d3-9e9b-7b8eca7f0dd0} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2238 | 2024.07.03 17:24:10.560947 [ 3 ] {4aaab1d3-a9b5-48d3-9e9b-7b8eca7f0dd0} <Debug> executeQuery: Read 46 rows, 4.09 KiB in 0.00316 sec., 14556.962025316456 rows/sec., 1.26 MiB/sec. | ||
2239 | 2024.07.03 17:24:10.561178 [ 201 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2240 | 2024.07.03 17:24:10.561266 [ 3 ] {4aaab1d3-a9b5-48d3-9e9b-7b8eca7f0dd0} <Debug> DynamicQueryHandler: Done processing query | ||
2241 | 2024.07.03 17:24:10.561317 [ 201 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_10_2} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
2242 | 2024.07.03 17:24:10.561321 [ 3 ] {4aaab1d3-a9b5-48d3-9e9b-7b8eca7f0dd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2243 | 2024.07.03 17:24:10.561366 [ 3 ] {} <Debug> HTTP-Session: d2441d7c-40a5-471b-96a2-4ddada6d663c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2244 | 2024.07.03 17:24:10.561497 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
2245 | 2024.07.03 17:24:10.561556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 3785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2246 | 2024.07.03 17:24:10.561612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2247 | 2024.07.03 17:24:10.561632 [ 3 ] {} <Debug> HTTP-Session: 4d3bcaea-efae-4d3f-b2fa-fd1140bf4090 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2248 | 2024.07.03 17:24:10.561649 [ 3 ] {} <Debug> HTTP-Session: 4d3bcaea-efae-4d3f-b2fa-fd1140bf4090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2249 | 2024.07.03 17:24:10.561663 [ 3 ] {} <Debug> HTTP-Session: 4d3bcaea-efae-4d3f-b2fa-fd1140bf4090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2250 | 2024.07.03 17:24:10.561696 [ 3 ] {} <Trace> HTTP-Session: 4d3bcaea-efae-4d3f-b2fa-fd1140bf4090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2251 | 2024.07.03 17:24:10.561811 [ 3 ] {297f81bc-22ca-4f85-af65-adcfad091bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2252 | 2024.07.03 17:24:10.561856 [ 3 ] {297f81bc-22ca-4f85-af65-adcfad091bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2253 | 2024.07.03 17:24:10.562002 [ 3 ] {297f81bc-22ca-4f85-af65-adcfad091bb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2254 | 2024.07.03 17:24:10.562311 [ 3 ] {297f81bc-22ca-4f85-af65-adcfad091bb5} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2255 | 2024.07.03 17:24:10.562347 [ 3 ] {297f81bc-22ca-4f85-af65-adcfad091bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2256 | 2024.07.03 17:24:10.562658 [ 3 ] {297f81bc-22ca-4f85-af65-adcfad091bb5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2257 | 2024.07.03 17:24:10.562965 [ 3 ] {297f81bc-22ca-4f85-af65-adcfad091bb5} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2258 | 2024.07.03 17:24:10.563092 [ 3 ] {297f81bc-22ca-4f85-af65-adcfad091bb5} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001318 sec., 16691.957511380882 rows/sec., 1.31 MiB/sec. | ||
2259 | 2024.07.03 17:24:10.563256 [ 3 ] {297f81bc-22ca-4f85-af65-adcfad091bb5} <Debug> DynamicQueryHandler: Done processing query | ||
2260 | 2024.07.03 17:24:10.563280 [ 3 ] {297f81bc-22ca-4f85-af65-adcfad091bb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2261 | 2024.07.03 17:24:10.563297 [ 3 ] {} <Debug> HTTP-Session: 4d3bcaea-efae-4d3f-b2fa-fd1140bf4090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2262 | 2024.07.03 17:24:10.563414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2263 | 2024.07.03 17:24:10.563462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2264 | 2024.07.03 17:24:10.563481 [ 3 ] {} <Debug> HTTP-Session: 3b3e225c-1f3f-48c1-a456-5ce77da4494a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2265 | 2024.07.03 17:24:10.563498 [ 3 ] {} <Debug> HTTP-Session: 3b3e225c-1f3f-48c1-a456-5ce77da4494a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2266 | 2024.07.03 17:24:10.563512 [ 3 ] {} <Debug> HTTP-Session: 3b3e225c-1f3f-48c1-a456-5ce77da4494a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2267 | 2024.07.03 17:24:10.563542 [ 3 ] {} <Trace> HTTP-Session: 3b3e225c-1f3f-48c1-a456-5ce77da4494a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2268 | 2024.07.03 17:24:10.563642 [ 3 ] {f4ff497b-eccb-4764-b93a-467181469914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2269 | 2024.07.03 17:24:10.563689 [ 3 ] {f4ff497b-eccb-4764-b93a-467181469914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2270 | 2024.07.03 17:24:10.563831 [ 3 ] {f4ff497b-eccb-4764-b93a-467181469914} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2271 | 2024.07.03 17:24:10.564114 [ 3 ] {f4ff497b-eccb-4764-b93a-467181469914} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2272 | 2024.07.03 17:24:10.564149 [ 3 ] {f4ff497b-eccb-4764-b93a-467181469914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2273 | 2024.07.03 17:24:10.564518 [ 3 ] {f4ff497b-eccb-4764-b93a-467181469914} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2274 | 2024.07.03 17:24:10.564848 [ 3 ] {f4ff497b-eccb-4764-b93a-467181469914} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2275 | 2024.07.03 17:24:10.564977 [ 3 ] {f4ff497b-eccb-4764-b93a-467181469914} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001359 sec., 7358.351729212656 rows/sec., 560.50 KiB/sec. | ||
2276 | 2024.07.03 17:24:10.565260 [ 3 ] {f4ff497b-eccb-4764-b93a-467181469914} <Debug> DynamicQueryHandler: Done processing query | ||
2277 | 2024.07.03 17:24:10.565285 [ 3 ] {f4ff497b-eccb-4764-b93a-467181469914} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2278 | 2024.07.03 17:24:10.565302 [ 3 ] {} <Debug> HTTP-Session: 3b3e225c-1f3f-48c1-a456-5ce77da4494a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2279 | 2024.07.03 17:24:10.565433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2280 | 2024.07.03 17:24:10.565482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2281 | 2024.07.03 17:24:10.565501 [ 3 ] {} <Debug> HTTP-Session: 163776a3-33ce-4c91-ab36-2801e1bfbe1f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2282 | 2024.07.03 17:24:10.565517 [ 3 ] {} <Debug> HTTP-Session: 163776a3-33ce-4c91-ab36-2801e1bfbe1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2283 | 2024.07.03 17:24:10.565530 [ 3 ] {} <Debug> HTTP-Session: 163776a3-33ce-4c91-ab36-2801e1bfbe1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2284 | 2024.07.03 17:24:10.565560 [ 3 ] {} <Trace> HTTP-Session: 163776a3-33ce-4c91-ab36-2801e1bfbe1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2285 | 2024.07.03 17:24:10.565760 [ 3 ] {23906a44-1175-46d9-aefc-738d7df9c60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2286 | 2024.07.03 17:24:10.565830 [ 3 ] {23906a44-1175-46d9-aefc-738d7df9c60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2287 | 2024.07.03 17:24:10.566238 [ 3 ] {23906a44-1175-46d9-aefc-738d7df9c60f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2288 | 2024.07.03 17:24:10.566820 [ 3 ] {23906a44-1175-46d9-aefc-738d7df9c60f} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2289 | 2024.07.03 17:24:10.566855 [ 3 ] {23906a44-1175-46d9-aefc-738d7df9c60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2290 | 2024.07.03 17:24:10.567540 [ 3 ] {23906a44-1175-46d9-aefc-738d7df9c60f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2291 | 2024.07.03 17:24:10.567961 [ 3 ] {23906a44-1175-46d9-aefc-738d7df9c60f} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2292 | 2024.07.03 17:24:10.568106 [ 3 ] {23906a44-1175-46d9-aefc-738d7df9c60f} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002467 sec., 5674.908796108634 rows/sec., 10.17 MiB/sec. | ||
2293 | 2024.07.03 17:24:10.568323 [ 3 ] {23906a44-1175-46d9-aefc-738d7df9c60f} <Debug> DynamicQueryHandler: Done processing query | ||
2294 | 2024.07.03 17:24:10.568348 [ 3 ] {23906a44-1175-46d9-aefc-738d7df9c60f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2295 | 2024.07.03 17:24:10.568364 [ 3 ] {} <Debug> HTTP-Session: 163776a3-33ce-4c91-ab36-2801e1bfbe1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2296 | 2024.07.03 17:24:10.568478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2297 | 2024.07.03 17:24:10.568526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2298 | 2024.07.03 17:24:10.568545 [ 3 ] {} <Debug> HTTP-Session: 033bd942-46fa-4a14-8da8-3f1e0b8dc5b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2299 | 2024.07.03 17:24:10.568561 [ 3 ] {} <Debug> HTTP-Session: 033bd942-46fa-4a14-8da8-3f1e0b8dc5b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2300 | 2024.07.03 17:24:10.568575 [ 3 ] {} <Debug> HTTP-Session: 033bd942-46fa-4a14-8da8-3f1e0b8dc5b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2301 | 2024.07.03 17:24:10.568606 [ 3 ] {} <Trace> HTTP-Session: 033bd942-46fa-4a14-8da8-3f1e0b8dc5b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2302 | 2024.07.03 17:24:10.568702 [ 3 ] {5b723a51-6a69-4811-84ea-3e878cc9e2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2303 | 2024.07.03 17:24:10.568745 [ 3 ] {5b723a51-6a69-4811-84ea-3e878cc9e2f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2304 | 2024.07.03 17:24:10.568871 [ 3 ] {5b723a51-6a69-4811-84ea-3e878cc9e2f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2305 | 2024.07.03 17:24:10.569139 [ 3 ] {5b723a51-6a69-4811-84ea-3e878cc9e2f6} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2306 | 2024.07.03 17:24:10.569174 [ 3 ] {5b723a51-6a69-4811-84ea-3e878cc9e2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2307 | 2024.07.03 17:24:10.569534 [ 3 ] {5b723a51-6a69-4811-84ea-3e878cc9e2f6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2308 | 2024.07.03 17:24:10.569856 [ 3 ] {5b723a51-6a69-4811-84ea-3e878cc9e2f6} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2309 | 2024.07.03 17:24:10.569983 [ 3 ] {5b723a51-6a69-4811-84ea-3e878cc9e2f6} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001307 sec., 7651.109410864576 rows/sec., 481.93 KiB/sec. | ||
2310 | 2024.07.03 17:24:10.570144 [ 3 ] {5b723a51-6a69-4811-84ea-3e878cc9e2f6} <Debug> DynamicQueryHandler: Done processing query | ||
2311 | 2024.07.03 17:24:10.570168 [ 3 ] {5b723a51-6a69-4811-84ea-3e878cc9e2f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2312 | 2024.07.03 17:24:10.570185 [ 3 ] {} <Debug> HTTP-Session: 033bd942-46fa-4a14-8da8-3f1e0b8dc5b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2313 | 2024.07.03 17:24:15.553827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2314 | 2024.07.03 17:24:15.553972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2315 | 2024.07.03 17:24:15.554001 [ 3 ] {} <Debug> HTTP-Session: acb06b34-61ee-4240-83d0-45b095d38c11 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2316 | 2024.07.03 17:24:15.554031 [ 3 ] {} <Debug> HTTP-Session: acb06b34-61ee-4240-83d0-45b095d38c11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2317 | 2024.07.03 17:24:15.554049 [ 3 ] {} <Debug> HTTP-Session: acb06b34-61ee-4240-83d0-45b095d38c11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2318 | 2024.07.03 17:24:15.554106 [ 3 ] {} <Trace> HTTP-Session: acb06b34-61ee-4240-83d0-45b095d38c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2319 | 2024.07.03 17:24:15.554316 [ 3 ] {75f70e5c-9784-48fe-861a-2d6629aae283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2320 | 2024.07.03 17:24:15.554393 [ 3 ] {75f70e5c-9784-48fe-861a-2d6629aae283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2321 | 2024.07.03 17:24:15.554595 [ 3 ] {75f70e5c-9784-48fe-861a-2d6629aae283} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2322 | 2024.07.03 17:24:15.555050 [ 3 ] {75f70e5c-9784-48fe-861a-2d6629aae283} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2323 | 2024.07.03 17:24:15.555092 [ 3 ] {75f70e5c-9784-48fe-861a-2d6629aae283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2324 | 2024.07.03 17:24:15.555457 [ 3 ] {75f70e5c-9784-48fe-861a-2d6629aae283} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2325 | 2024.07.03 17:24:15.555791 [ 3 ] {75f70e5c-9784-48fe-861a-2d6629aae283} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2326 | 2024.07.03 17:24:15.555971 [ 3 ] {75f70e5c-9784-48fe-861a-2d6629aae283} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001712 sec., 9345.794392523365 rows/sec., 757.52 KiB/sec. | ||
2327 | 2024.07.03 17:24:15.556175 [ 3 ] {75f70e5c-9784-48fe-861a-2d6629aae283} <Debug> DynamicQueryHandler: Done processing query | ||
2328 | 2024.07.03 17:24:15.556202 [ 3 ] {75f70e5c-9784-48fe-861a-2d6629aae283} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2329 | 2024.07.03 17:24:15.556219 [ 3 ] {} <Debug> HTTP-Session: acb06b34-61ee-4240-83d0-45b095d38c11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2330 | 2024.07.03 17:24:15.556359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 7935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2331 | 2024.07.03 17:24:15.556407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2332 | 2024.07.03 17:24:15.556427 [ 3 ] {} <Debug> HTTP-Session: 76dd8fb8-9953-4e02-bb61-a163a722beef Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2333 | 2024.07.03 17:24:15.556443 [ 3 ] {} <Debug> HTTP-Session: 76dd8fb8-9953-4e02-bb61-a163a722beef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2334 | 2024.07.03 17:24:15.556457 [ 3 ] {} <Debug> HTTP-Session: 76dd8fb8-9953-4e02-bb61-a163a722beef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2335 | 2024.07.03 17:24:15.556488 [ 3 ] {} <Trace> HTTP-Session: 76dd8fb8-9953-4e02-bb61-a163a722beef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2336 | 2024.07.03 17:24:15.556600 [ 3 ] {dfa386b9-4dee-4dd2-99f5-9bb166322e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2337 | 2024.07.03 17:24:15.556645 [ 3 ] {dfa386b9-4dee-4dd2-99f5-9bb166322e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2338 | 2024.07.03 17:24:15.556777 [ 3 ] {dfa386b9-4dee-4dd2-99f5-9bb166322e61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2339 | 2024.07.03 17:24:15.557128 [ 3 ] {dfa386b9-4dee-4dd2-99f5-9bb166322e61} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2340 | 2024.07.03 17:24:15.557165 [ 3 ] {dfa386b9-4dee-4dd2-99f5-9bb166322e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2341 | 2024.07.03 17:24:15.557499 [ 3 ] {dfa386b9-4dee-4dd2-99f5-9bb166322e61} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2342 | 2024.07.03 17:24:15.557806 [ 3 ] {dfa386b9-4dee-4dd2-99f5-9bb166322e61} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2343 | 2024.07.03 17:24:15.557966 [ 3 ] {dfa386b9-4dee-4dd2-99f5-9bb166322e61} <Debug> executeQuery: Read 52 rows, 4.73 KiB in 0.001393 sec., 37329.504666188084 rows/sec., 3.31 MiB/sec. | ||
2344 | 2024.07.03 17:24:15.558240 [ 3 ] {dfa386b9-4dee-4dd2-99f5-9bb166322e61} <Debug> DynamicQueryHandler: Done processing query | ||
2345 | 2024.07.03 17:24:15.558268 [ 3 ] {dfa386b9-4dee-4dd2-99f5-9bb166322e61} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2346 | 2024.07.03 17:24:15.558284 [ 3 ] {} <Debug> HTTP-Session: 76dd8fb8-9953-4e02-bb61-a163a722beef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2347 | 2024.07.03 17:24:15.558422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2348 | 2024.07.03 17:24:15.558472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2349 | 2024.07.03 17:24:15.558492 [ 3 ] {} <Debug> HTTP-Session: b4ec0e71-cc94-4388-b446-f041bca7537a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2350 | 2024.07.03 17:24:15.558509 [ 3 ] {} <Debug> HTTP-Session: b4ec0e71-cc94-4388-b446-f041bca7537a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2351 | 2024.07.03 17:24:15.558523 [ 3 ] {} <Debug> HTTP-Session: b4ec0e71-cc94-4388-b446-f041bca7537a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2352 | 2024.07.03 17:24:15.558553 [ 3 ] {} <Trace> HTTP-Session: b4ec0e71-cc94-4388-b446-f041bca7537a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2353 | 2024.07.03 17:24:15.558659 [ 3 ] {6e156fe5-de06-4d5e-a2d2-043a9ccf1701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2354 | 2024.07.03 17:24:15.558702 [ 3 ] {6e156fe5-de06-4d5e-a2d2-043a9ccf1701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2355 | 2024.07.03 17:24:15.558847 [ 3 ] {6e156fe5-de06-4d5e-a2d2-043a9ccf1701} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2356 | 2024.07.03 17:24:15.559144 [ 3 ] {6e156fe5-de06-4d5e-a2d2-043a9ccf1701} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2357 | 2024.07.03 17:24:15.559180 [ 3 ] {6e156fe5-de06-4d5e-a2d2-043a9ccf1701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2358 | 2024.07.03 17:24:15.559479 [ 3 ] {6e156fe5-de06-4d5e-a2d2-043a9ccf1701} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2359 | 2024.07.03 17:24:15.559786 [ 3 ] {6e156fe5-de06-4d5e-a2d2-043a9ccf1701} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2360 | 2024.07.03 17:24:15.559936 [ 3 ] {6e156fe5-de06-4d5e-a2d2-043a9ccf1701} <Debug> executeQuery: Read 24 rows, 1.92 KiB in 0.001308 sec., 18348.62385321101 rows/sec., 1.44 MiB/sec. | ||
2361 | 2024.07.03 17:24:15.560098 [ 3 ] {6e156fe5-de06-4d5e-a2d2-043a9ccf1701} <Debug> DynamicQueryHandler: Done processing query | ||
2362 | 2024.07.03 17:24:15.560122 [ 3 ] {6e156fe5-de06-4d5e-a2d2-043a9ccf1701} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2363 | 2024.07.03 17:24:15.560138 [ 3 ] {} <Debug> HTTP-Session: b4ec0e71-cc94-4388-b446-f041bca7537a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2364 | 2024.07.03 17:24:15.560243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2365 | 2024.07.03 17:24:15.560290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2366 | 2024.07.03 17:24:15.560309 [ 3 ] {} <Debug> HTTP-Session: f7e4040d-b132-49c7-b59e-69b0acb6d58c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2367 | 2024.07.03 17:24:15.560325 [ 3 ] {} <Debug> HTTP-Session: f7e4040d-b132-49c7-b59e-69b0acb6d58c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2368 | 2024.07.03 17:24:15.560339 [ 3 ] {} <Debug> HTTP-Session: f7e4040d-b132-49c7-b59e-69b0acb6d58c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2369 | 2024.07.03 17:24:15.560370 [ 3 ] {} <Trace> HTTP-Session: f7e4040d-b132-49c7-b59e-69b0acb6d58c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2370 | 2024.07.03 17:24:15.560471 [ 3 ] {bc3464da-81a0-4ce6-9963-881dcdba5506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2371 | 2024.07.03 17:24:15.560517 [ 3 ] {bc3464da-81a0-4ce6-9963-881dcdba5506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2372 | 2024.07.03 17:24:15.560665 [ 3 ] {bc3464da-81a0-4ce6-9963-881dcdba5506} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2373 | 2024.07.03 17:24:15.560946 [ 3 ] {bc3464da-81a0-4ce6-9963-881dcdba5506} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2374 | 2024.07.03 17:24:15.560982 [ 3 ] {bc3464da-81a0-4ce6-9963-881dcdba5506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2375 | 2024.07.03 17:24:15.561348 [ 3 ] {bc3464da-81a0-4ce6-9963-881dcdba5506} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2376 | 2024.07.03 17:24:15.561681 [ 3 ] {bc3464da-81a0-4ce6-9963-881dcdba5506} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2377 | 2024.07.03 17:24:15.561837 [ 3 ] {bc3464da-81a0-4ce6-9963-881dcdba5506} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001389 sec., 7199.424046076314 rows/sec., 548.39 KiB/sec. | ||
2378 | 2024.07.03 17:24:15.562004 [ 3 ] {bc3464da-81a0-4ce6-9963-881dcdba5506} <Debug> DynamicQueryHandler: Done processing query | ||
2379 | 2024.07.03 17:24:15.562028 [ 3 ] {bc3464da-81a0-4ce6-9963-881dcdba5506} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2380 | 2024.07.03 17:24:15.562045 [ 3 ] {} <Debug> HTTP-Session: f7e4040d-b132-49c7-b59e-69b0acb6d58c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2381 | 2024.07.03 17:24:15.562200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 25967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2382 | 2024.07.03 17:24:15.562250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2383 | 2024.07.03 17:24:15.562269 [ 3 ] {} <Debug> HTTP-Session: c8b20832-0a27-4764-a645-7fc5c3683de7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2384 | 2024.07.03 17:24:15.562285 [ 3 ] {} <Debug> HTTP-Session: c8b20832-0a27-4764-a645-7fc5c3683de7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2385 | 2024.07.03 17:24:15.562299 [ 3 ] {} <Debug> HTTP-Session: c8b20832-0a27-4764-a645-7fc5c3683de7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2386 | 2024.07.03 17:24:15.562330 [ 3 ] {} <Trace> HTTP-Session: c8b20832-0a27-4764-a645-7fc5c3683de7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2387 | 2024.07.03 17:24:15.562542 [ 3 ] {89fa3bfa-2877-4e7e-873c-b7f68b5f0ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2388 | 2024.07.03 17:24:15.562607 [ 3 ] {89fa3bfa-2877-4e7e-873c-b7f68b5f0ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2389 | 2024.07.03 17:24:15.563020 [ 3 ] {89fa3bfa-2877-4e7e-873c-b7f68b5f0ba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2390 | 2024.07.03 17:24:15.563601 [ 3 ] {89fa3bfa-2877-4e7e-873c-b7f68b5f0ba5} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2391 | 2024.07.03 17:24:15.563637 [ 3 ] {89fa3bfa-2877-4e7e-873c-b7f68b5f0ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2392 | 2024.07.03 17:24:15.564285 [ 3 ] {89fa3bfa-2877-4e7e-873c-b7f68b5f0ba5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2393 | 2024.07.03 17:24:15.564692 [ 3 ] {89fa3bfa-2877-4e7e-873c-b7f68b5f0ba5} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2394 | 2024.07.03 17:24:15.564862 [ 44 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2395 | 2024.07.03 17:24:15.564889 [ 3 ] {89fa3bfa-2877-4e7e-873c-b7f68b5f0ba5} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002474 sec., 6467.259498787389 rows/sec., 11.59 MiB/sec. | ||
2396 | 2024.07.03 17:24:15.564946 [ 44 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2397 | 2024.07.03 17:24:15.565017 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2398 | 2024.07.03 17:24:15.565222 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
2399 | 2024.07.03 17:24:15.565330 [ 3 ] {89fa3bfa-2877-4e7e-873c-b7f68b5f0ba5} <Debug> DynamicQueryHandler: Done processing query | ||
2400 | 2024.07.03 17:24:15.565364 [ 3 ] {89fa3bfa-2877-4e7e-873c-b7f68b5f0ba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
2401 | 2024.07.03 17:24:15.565393 [ 3 ] {} <Debug> HTTP-Session: c8b20832-0a27-4764-a645-7fc5c3683de7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2402 | 2024.07.03 17:24:15.565533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2403 | 2024.07.03 17:24:15.565575 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2404 | 2024.07.03 17:24:15.565595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2405 | 2024.07.03 17:24:15.565628 [ 3 ] {} <Debug> HTTP-Session: 14d2c8f5-b3c5-4bf6-a368-99801b672f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2406 | 2024.07.03 17:24:15.565649 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 84 rows starting from the beginning of the part | ||
2407 | 2024.07.03 17:24:15.565654 [ 3 ] {} <Debug> HTTP-Session: 14d2c8f5-b3c5-4bf6-a368-99801b672f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2408 | 2024.07.03 17:24:15.565676 [ 3 ] {} <Debug> HTTP-Session: 14d2c8f5-b3c5-4bf6-a368-99801b672f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2409 | 2024.07.03 17:24:15.565718 [ 3 ] {} <Trace> HTTP-Session: 14d2c8f5-b3c5-4bf6-a368-99801b672f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2410 | 2024.07.03 17:24:15.565974 [ 3 ] {abaa2acd-8eff-4e3b-b58f-835e79edde65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2411 | 2024.07.03 17:24:15.566121 [ 3 ] {abaa2acd-8eff-4e3b-b58f-835e79edde65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2412 | 2024.07.03 17:24:15.566126 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
2413 | 2024.07.03 17:24:15.566857 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
2414 | 2024.07.03 17:24:15.566857 [ 3 ] {abaa2acd-8eff-4e3b-b58f-835e79edde65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2415 | 2024.07.03 17:24:15.567386 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
2416 | 2024.07.03 17:24:15.567565 [ 3 ] {abaa2acd-8eff-4e3b-b58f-835e79edde65} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2417 | 2024.07.03 17:24:15.567668 [ 3 ] {abaa2acd-8eff-4e3b-b58f-835e79edde65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2418 | 2024.07.03 17:24:15.567934 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
2419 | 2024.07.03 17:24:15.568442 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
2420 | 2024.07.03 17:24:15.568840 [ 3 ] {abaa2acd-8eff-4e3b-b58f-835e79edde65} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2421 | 2024.07.03 17:24:15.569430 [ 3 ] {abaa2acd-8eff-4e3b-b58f-835e79edde65} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2422 | 2024.07.03 17:24:15.569665 [ 3 ] {abaa2acd-8eff-4e3b-b58f-835e79edde65} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.003808 sec., 2626.050420168067 rows/sec., 165.41 KiB/sec. | ||
2423 | 2024.07.03 17:24:15.569950 [ 3 ] {abaa2acd-8eff-4e3b-b58f-835e79edde65} <Debug> DynamicQueryHandler: Done processing query | ||
2424 | 2024.07.03 17:24:15.569975 [ 3 ] {abaa2acd-8eff-4e3b-b58f-835e79edde65} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2425 | 2024.07.03 17:24:15.569995 [ 3 ] {} <Debug> HTTP-Session: 14d2c8f5-b3c5-4bf6-a368-99801b672f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2426 | 2024.07.03 17:24:15.574251 [ 201 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 19 columns (19 merged, 0 gathered) in 0.009111248 sec., 17560.711770769492 rows/sec., 31.40 MiB/sec. | ||
2427 | 2024.07.03 17:24:15.574721 [ 201 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2428 | 2024.07.03 17:24:15.575351 [ 201 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2429 | 2024.07.03 17:24:15.575446 [ 201 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2430 | 2024.07.03 17:24:15.575597 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
2431 | 2024.07.03 17:24:18.467925 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2432 | 2024.07.03 17:24:18.468014 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2433 | 2024.07.03 17:24:20.553352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2434 | 2024.07.03 17:24:20.553493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2435 | 2024.07.03 17:24:20.553523 [ 3 ] {} <Debug> HTTP-Session: c62947aa-605c-4843-9170-0d194ec15ce4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2436 | 2024.07.03 17:24:20.553551 [ 3 ] {} <Debug> HTTP-Session: c62947aa-605c-4843-9170-0d194ec15ce4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2437 | 2024.07.03 17:24:20.553570 [ 3 ] {} <Debug> HTTP-Session: c62947aa-605c-4843-9170-0d194ec15ce4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2438 | 2024.07.03 17:24:20.553626 [ 3 ] {} <Trace> HTTP-Session: c62947aa-605c-4843-9170-0d194ec15ce4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2439 | 2024.07.03 17:24:20.553856 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2440 | 2024.07.03 17:24:20.554213 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2441 | 2024.07.03 17:24:20.554251 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2442 | 2024.07.03 17:24:20.554517 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2443 | 2024.07.03 17:24:20.554598 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2444 | 2024.07.03 17:24:20.554769 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
2445 | 2024.07.03 17:24:20.554916 [ 255 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2446 | 2024.07.03 17:24:20.554947 [ 258 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2447 | 2024.07.03 17:24:20.555028 [ 256 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2448 | 2024.07.03 17:24:20.555199 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2449 | 2024.07.03 17:24:20.555230 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2450 | 2024.07.03 17:24:20.555323 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2451 | 2024.07.03 17:24:20.555346 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
2452 | 2024.07.03 17:24:20.555386 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2453 | 2024.07.03 17:24:20.555430 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2454 | 2024.07.03 17:24:20.556962 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.0032 sec., 2500 rows/sec., 109.25 KiB/sec. | ||
2455 | 2024.07.03 17:24:20.557312 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Debug> DynamicQueryHandler: Done processing query | ||
2456 | 2024.07.03 17:24:20.557339 [ 3 ] {4d705a2c-6261-4bf5-ac9b-a2e327d7d298} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
2457 | 2024.07.03 17:24:20.557356 [ 3 ] {} <Debug> HTTP-Session: c62947aa-605c-4843-9170-0d194ec15ce4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2458 | 2024.07.03 17:24:20.557590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2459 | 2024.07.03 17:24:20.557644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2460 | 2024.07.03 17:24:20.557664 [ 3 ] {} <Debug> HTTP-Session: ebc8db5c-4f29-45dc-bdd8-dde64076d6eb Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2461 | 2024.07.03 17:24:20.557681 [ 3 ] {} <Debug> HTTP-Session: ebc8db5c-4f29-45dc-bdd8-dde64076d6eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2462 | 2024.07.03 17:24:20.557695 [ 3 ] {} <Debug> HTTP-Session: ebc8db5c-4f29-45dc-bdd8-dde64076d6eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2463 | 2024.07.03 17:24:20.557730 [ 3 ] {} <Trace> HTTP-Session: ebc8db5c-4f29-45dc-bdd8-dde64076d6eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2464 | 2024.07.03 17:24:20.557877 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2465 | 2024.07.03 17:24:20.558131 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2466 | 2024.07.03 17:24:20.558166 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2467 | 2024.07.03 17:24:20.558393 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2468 | 2024.07.03 17:24:20.558460 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2469 | 2024.07.03 17:24:20.558600 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
2470 | 2024.07.03 17:24:20.558746 [ 259 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2471 | 2024.07.03 17:24:20.558754 [ 257 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2472 | 2024.07.03 17:24:20.558739 [ 260 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2473 | 2024.07.03 17:24:20.558922 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2474 | 2024.07.03 17:24:20.558949 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2475 | 2024.07.03 17:24:20.559030 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2476 | 2024.07.03 17:24:20.559049 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
2477 | 2024.07.03 17:24:20.559087 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2478 | 2024.07.03 17:24:20.559127 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2479 | 2024.07.03 17:24:20.560466 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002652 sec., 3016.5912518853697 rows/sec., 131.83 KiB/sec. | ||
2480 | 2024.07.03 17:24:20.560772 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Debug> DynamicQueryHandler: Done processing query | ||
2481 | 2024.07.03 17:24:20.560797 [ 3 ] {3ef2fcc2-bab9-466e-9576-34479c3c75c9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2482 | 2024.07.03 17:24:20.560813 [ 3 ] {} <Debug> HTTP-Session: ebc8db5c-4f29-45dc-bdd8-dde64076d6eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2483 | 2024.07.03 17:24:20.561029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 514, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2484 | 2024.07.03 17:24:20.561077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2485 | 2024.07.03 17:24:20.561097 [ 3 ] {} <Debug> HTTP-Session: 86bdd951-9dac-4b46-a0a8-1638209218fb Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2486 | 2024.07.03 17:24:20.561113 [ 3 ] {} <Debug> HTTP-Session: 86bdd951-9dac-4b46-a0a8-1638209218fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2487 | 2024.07.03 17:24:20.561127 [ 3 ] {} <Debug> HTTP-Session: 86bdd951-9dac-4b46-a0a8-1638209218fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2488 | 2024.07.03 17:24:20.561159 [ 3 ] {} <Trace> HTTP-Session: 86bdd951-9dac-4b46-a0a8-1638209218fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2489 | 2024.07.03 17:24:20.561291 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2490 | 2024.07.03 17:24:20.561536 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2491 | 2024.07.03 17:24:20.561571 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2492 | 2024.07.03 17:24:20.561793 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2493 | 2024.07.03 17:24:20.561856 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2494 | 2024.07.03 17:24:20.561995 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
2495 | 2024.07.03 17:24:20.562140 [ 256 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2496 | 2024.07.03 17:24:20.562143 [ 260 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2497 | 2024.07.03 17:24:20.562166 [ 258 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2498 | 2024.07.03 17:24:20.562298 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2499 | 2024.07.03 17:24:20.562325 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2500 | 2024.07.03 17:24:20.562404 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2501 | 2024.07.03 17:24:20.562423 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
2502 | 2024.07.03 17:24:20.562459 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2503 | 2024.07.03 17:24:20.562498 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2504 | 2024.07.03 17:24:20.563796 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.00256 sec., 3124.9999999999995 rows/sec., 136.57 KiB/sec. | ||
2505 | 2024.07.03 17:24:20.564092 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Debug> DynamicQueryHandler: Done processing query | ||
2506 | 2024.07.03 17:24:20.564116 [ 3 ] {d0f97071-ea9c-4fb2-aade-5aa81fb30462} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2507 | 2024.07.03 17:24:20.564133 [ 3 ] {} <Debug> HTTP-Session: 86bdd951-9dac-4b46-a0a8-1638209218fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2508 | 2024.07.03 17:24:20.564441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 551, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2509 | 2024.07.03 17:24:20.564490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2510 | 2024.07.03 17:24:20.564509 [ 3 ] {} <Debug> HTTP-Session: 81916be5-8492-4c7e-a204-5219f5e5504a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2511 | 2024.07.03 17:24:20.564526 [ 3 ] {} <Debug> HTTP-Session: 81916be5-8492-4c7e-a204-5219f5e5504a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2512 | 2024.07.03 17:24:20.564539 [ 3 ] {} <Debug> HTTP-Session: 81916be5-8492-4c7e-a204-5219f5e5504a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2513 | 2024.07.03 17:24:20.564570 [ 3 ] {} <Trace> HTTP-Session: 81916be5-8492-4c7e-a204-5219f5e5504a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2514 | 2024.07.03 17:24:20.564704 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2515 | 2024.07.03 17:24:20.564950 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2516 | 2024.07.03 17:24:20.564987 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2517 | 2024.07.03 17:24:20.565213 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2518 | 2024.07.03 17:24:20.565278 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2519 | 2024.07.03 17:24:20.565414 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
2520 | 2024.07.03 17:24:20.565550 [ 259 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2521 | 2024.07.03 17:24:20.565571 [ 257 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2522 | 2024.07.03 17:24:20.565573 [ 255 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2523 | 2024.07.03 17:24:20.565685 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2524 | 2024.07.03 17:24:20.565707 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2525 | 2024.07.03 17:24:20.565785 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2526 | 2024.07.03 17:24:20.565804 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
2527 | 2024.07.03 17:24:20.565841 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2528 | 2024.07.03 17:24:20.565879 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2529 | 2024.07.03 17:24:20.567209 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002561 sec., 3123.7797735259664 rows/sec., 136.51 KiB/sec. | ||
2530 | 2024.07.03 17:24:20.567504 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Debug> DynamicQueryHandler: Done processing query | ||
2531 | 2024.07.03 17:24:20.567528 [ 3 ] {3adb1ec4-4021-4615-b219-9442ba525399} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2532 | 2024.07.03 17:24:20.567545 [ 3 ] {} <Debug> HTTP-Session: 81916be5-8492-4c7e-a204-5219f5e5504a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2533 | 2024.07.03 17:24:20.567770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 590, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2534 | 2024.07.03 17:24:20.567818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2535 | 2024.07.03 17:24:20.567838 [ 3 ] {} <Debug> HTTP-Session: 33df174d-8b4b-42e0-8b6a-03c8056df93c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2536 | 2024.07.03 17:24:20.567854 [ 3 ] {} <Debug> HTTP-Session: 33df174d-8b4b-42e0-8b6a-03c8056df93c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2537 | 2024.07.03 17:24:20.567868 [ 3 ] {} <Debug> HTTP-Session: 33df174d-8b4b-42e0-8b6a-03c8056df93c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2538 | 2024.07.03 17:24:20.567899 [ 3 ] {} <Trace> HTTP-Session: 33df174d-8b4b-42e0-8b6a-03c8056df93c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2539 | 2024.07.03 17:24:20.568032 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2540 | 2024.07.03 17:24:20.568283 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2541 | 2024.07.03 17:24:20.568320 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2542 | 2024.07.03 17:24:20.568551 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2543 | 2024.07.03 17:24:20.568615 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2544 | 2024.07.03 17:24:20.568751 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
2545 | 2024.07.03 17:24:20.568901 [ 259 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2546 | 2024.07.03 17:24:20.568921 [ 257 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2547 | 2024.07.03 17:24:20.568916 [ 255 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2548 | 2024.07.03 17:24:20.569041 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2549 | 2024.07.03 17:24:20.569063 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2550 | 2024.07.03 17:24:20.569141 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2551 | 2024.07.03 17:24:20.569160 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
2552 | 2024.07.03 17:24:20.569197 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2553 | 2024.07.03 17:24:20.569241 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2554 | 2024.07.03 17:24:20.570593 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002617 sec., 3056.9354222392053 rows/sec., 133.59 KiB/sec. | ||
2555 | 2024.07.03 17:24:20.570887 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Debug> DynamicQueryHandler: Done processing query | ||
2556 | 2024.07.03 17:24:20.570911 [ 3 ] {c39caa8d-e72d-4af6-94d7-cb5a3dbb4539} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2557 | 2024.07.03 17:24:20.570929 [ 3 ] {} <Debug> HTTP-Session: 33df174d-8b4b-42e0-8b6a-03c8056df93c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2558 | 2024.07.03 17:24:20.571136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2559 | 2024.07.03 17:24:20.571185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2560 | 2024.07.03 17:24:20.571204 [ 3 ] {} <Debug> HTTP-Session: b9044f56-4a8d-4917-a798-9dc9226b0c3c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2561 | 2024.07.03 17:24:20.571220 [ 3 ] {} <Debug> HTTP-Session: b9044f56-4a8d-4917-a798-9dc9226b0c3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2562 | 2024.07.03 17:24:20.571233 [ 3 ] {} <Debug> HTTP-Session: b9044f56-4a8d-4917-a798-9dc9226b0c3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2563 | 2024.07.03 17:24:20.571265 [ 3 ] {} <Trace> HTTP-Session: b9044f56-4a8d-4917-a798-9dc9226b0c3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2564 | 2024.07.03 17:24:20.571401 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2565 | 2024.07.03 17:24:20.571659 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2566 | 2024.07.03 17:24:20.571696 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2567 | 2024.07.03 17:24:20.571934 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2568 | 2024.07.03 17:24:20.572011 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2569 | 2024.07.03 17:24:20.572152 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
2570 | 2024.07.03 17:24:20.572278 [ 260 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2571 | 2024.07.03 17:24:20.572308 [ 255 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2572 | 2024.07.03 17:24:20.572330 [ 259 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2573 | 2024.07.03 17:24:20.572433 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2574 | 2024.07.03 17:24:20.572461 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2575 | 2024.07.03 17:24:20.572540 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2576 | 2024.07.03 17:24:20.572559 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
2577 | 2024.07.03 17:24:20.572597 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2578 | 2024.07.03 17:24:20.572635 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2579 | 2024.07.03 17:24:20.573928 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002587 sec., 3092.3850019327406 rows/sec., 135.14 KiB/sec. | ||
2580 | 2024.07.03 17:24:20.574236 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Debug> DynamicQueryHandler: Done processing query | ||
2581 | 2024.07.03 17:24:20.574261 [ 3 ] {ebd6f3db-d232-4454-a29f-121f62cb9708} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2582 | 2024.07.03 17:24:20.574278 [ 3 ] {} <Debug> HTTP-Session: b9044f56-4a8d-4917-a798-9dc9226b0c3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2583 | 2024.07.03 17:24:20.593250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2584 | 2024.07.03 17:24:20.593311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2585 | 2024.07.03 17:24:20.593334 [ 3 ] {} <Debug> HTTP-Session: f530fbd8-0ee8-4c99-a00f-842668fdb740 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2586 | 2024.07.03 17:24:20.593355 [ 3 ] {} <Debug> HTTP-Session: f530fbd8-0ee8-4c99-a00f-842668fdb740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2587 | 2024.07.03 17:24:20.593372 [ 3 ] {} <Debug> HTTP-Session: f530fbd8-0ee8-4c99-a00f-842668fdb740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2588 | 2024.07.03 17:24:20.593410 [ 3 ] {} <Trace> HTTP-Session: f530fbd8-0ee8-4c99-a00f-842668fdb740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2589 | 2024.07.03 17:24:20.593549 [ 3 ] {1a5bde0e-14c8-4f8b-82b7-07a2d640aeae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2590 | 2024.07.03 17:24:20.593605 [ 3 ] {1a5bde0e-14c8-4f8b-82b7-07a2d640aeae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2591 | 2024.07.03 17:24:20.593790 [ 3 ] {1a5bde0e-14c8-4f8b-82b7-07a2d640aeae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2592 | 2024.07.03 17:24:20.594168 [ 3 ] {1a5bde0e-14c8-4f8b-82b7-07a2d640aeae} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2593 | 2024.07.03 17:24:20.594208 [ 3 ] {1a5bde0e-14c8-4f8b-82b7-07a2d640aeae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2594 | 2024.07.03 17:24:20.594726 [ 3 ] {1a5bde0e-14c8-4f8b-82b7-07a2d640aeae} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2595 | 2024.07.03 17:24:20.595054 [ 3 ] {1a5bde0e-14c8-4f8b-82b7-07a2d640aeae} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2596 | 2024.07.03 17:24:20.595192 [ 3 ] {1a5bde0e-14c8-4f8b-82b7-07a2d640aeae} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.00169 sec., 3550.2958579881656 rows/sec., 575.54 KiB/sec. | ||
2597 | 2024.07.03 17:24:20.595504 [ 3 ] {1a5bde0e-14c8-4f8b-82b7-07a2d640aeae} <Debug> DynamicQueryHandler: Done processing query | ||
2598 | 2024.07.03 17:24:20.595529 [ 3 ] {1a5bde0e-14c8-4f8b-82b7-07a2d640aeae} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2599 | 2024.07.03 17:24:20.595546 [ 3 ] {} <Debug> HTTP-Session: f530fbd8-0ee8-4c99-a00f-842668fdb740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2600 | 2024.07.03 17:24:20.595658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2601 | 2024.07.03 17:24:20.595707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2602 | 2024.07.03 17:24:20.595726 [ 3 ] {} <Debug> HTTP-Session: 370e6f81-85de-40ce-b072-5457eb9692a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2603 | 2024.07.03 17:24:20.595742 [ 3 ] {} <Debug> HTTP-Session: 370e6f81-85de-40ce-b072-5457eb9692a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2604 | 2024.07.03 17:24:20.595755 [ 3 ] {} <Debug> HTTP-Session: 370e6f81-85de-40ce-b072-5457eb9692a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2605 | 2024.07.03 17:24:20.595786 [ 3 ] {} <Trace> HTTP-Session: 370e6f81-85de-40ce-b072-5457eb9692a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2606 | 2024.07.03 17:24:20.595891 [ 3 ] {a60c0647-76b2-4bca-b907-7bcfc2a3533b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2607 | 2024.07.03 17:24:20.595936 [ 3 ] {a60c0647-76b2-4bca-b907-7bcfc2a3533b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2608 | 2024.07.03 17:24:20.596084 [ 3 ] {a60c0647-76b2-4bca-b907-7bcfc2a3533b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2609 | 2024.07.03 17:24:20.596400 [ 3 ] {a60c0647-76b2-4bca-b907-7bcfc2a3533b} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2610 | 2024.07.03 17:24:20.596439 [ 3 ] {a60c0647-76b2-4bca-b907-7bcfc2a3533b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2611 | 2024.07.03 17:24:20.596757 [ 3 ] {a60c0647-76b2-4bca-b907-7bcfc2a3533b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2612 | 2024.07.03 17:24:20.597065 [ 3 ] {a60c0647-76b2-4bca-b907-7bcfc2a3533b} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2613 | 2024.07.03 17:24:20.597215 [ 3 ] {a60c0647-76b2-4bca-b907-7bcfc2a3533b} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001344 sec., 10416.666666666668 rows/sec., 844.32 KiB/sec. | ||
2614 | 2024.07.03 17:24:20.597422 [ 3 ] {a60c0647-76b2-4bca-b907-7bcfc2a3533b} <Debug> DynamicQueryHandler: Done processing query | ||
2615 | 2024.07.03 17:24:20.597448 [ 3 ] {a60c0647-76b2-4bca-b907-7bcfc2a3533b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2616 | 2024.07.03 17:24:20.597464 [ 3 ] {} <Debug> HTTP-Session: 370e6f81-85de-40ce-b072-5457eb9692a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2617 | 2024.07.03 17:24:20.597602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 11865, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2618 | 2024.07.03 17:24:20.597650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2619 | 2024.07.03 17:24:20.597668 [ 3 ] {} <Debug> HTTP-Session: 4b8f03ad-f30e-40f9-b56b-a3502e588993 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2620 | 2024.07.03 17:24:20.597684 [ 3 ] {} <Debug> HTTP-Session: 4b8f03ad-f30e-40f9-b56b-a3502e588993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2621 | 2024.07.03 17:24:20.597698 [ 3 ] {} <Debug> HTTP-Session: 4b8f03ad-f30e-40f9-b56b-a3502e588993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2622 | 2024.07.03 17:24:20.597729 [ 3 ] {} <Trace> HTTP-Session: 4b8f03ad-f30e-40f9-b56b-a3502e588993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2623 | 2024.07.03 17:24:20.597849 [ 3 ] {25f4e3c3-3a14-47d5-b19a-b93b1ba89706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2624 | 2024.07.03 17:24:20.597892 [ 3 ] {25f4e3c3-3a14-47d5-b19a-b93b1ba89706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2625 | 2024.07.03 17:24:20.598016 [ 3 ] {25f4e3c3-3a14-47d5-b19a-b93b1ba89706} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2626 | 2024.07.03 17:24:20.598348 [ 3 ] {25f4e3c3-3a14-47d5-b19a-b93b1ba89706} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2627 | 2024.07.03 17:24:20.598384 [ 3 ] {25f4e3c3-3a14-47d5-b19a-b93b1ba89706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2628 | 2024.07.03 17:24:20.598697 [ 3 ] {25f4e3c3-3a14-47d5-b19a-b93b1ba89706} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2629 | 2024.07.03 17:24:20.599003 [ 3 ] {25f4e3c3-3a14-47d5-b19a-b93b1ba89706} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2630 | 2024.07.03 17:24:20.599155 [ 3 ] {25f4e3c3-3a14-47d5-b19a-b93b1ba89706} <Debug> executeQuery: Read 82 rows, 6.85 KiB in 0.00134 sec., 61194.029850746265 rows/sec., 4.99 MiB/sec. | ||
2631 | 2024.07.03 17:24:20.599321 [ 3 ] {25f4e3c3-3a14-47d5-b19a-b93b1ba89706} <Debug> DynamicQueryHandler: Done processing query | ||
2632 | 2024.07.03 17:24:20.599344 [ 3 ] {25f4e3c3-3a14-47d5-b19a-b93b1ba89706} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2633 | 2024.07.03 17:24:20.599360 [ 3 ] {} <Debug> HTTP-Session: 4b8f03ad-f30e-40f9-b56b-a3502e588993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2634 | 2024.07.03 17:24:20.599517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 7823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2635 | 2024.07.03 17:24:20.599564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2636 | 2024.07.03 17:24:20.599583 [ 3 ] {} <Debug> HTTP-Session: 803d87b6-63ff-4de6-a5fb-2d8e1234692b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2637 | 2024.07.03 17:24:20.599599 [ 3 ] {} <Debug> HTTP-Session: 803d87b6-63ff-4de6-a5fb-2d8e1234692b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2638 | 2024.07.03 17:24:20.599613 [ 3 ] {} <Debug> HTTP-Session: 803d87b6-63ff-4de6-a5fb-2d8e1234692b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2639 | 2024.07.03 17:24:20.599643 [ 3 ] {} <Trace> HTTP-Session: 803d87b6-63ff-4de6-a5fb-2d8e1234692b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2640 | 2024.07.03 17:24:20.599756 [ 3 ] {b60a9055-d2f4-48cc-adbb-e2ed774ea04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2641 | 2024.07.03 17:24:20.599799 [ 3 ] {b60a9055-d2f4-48cc-adbb-e2ed774ea04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2642 | 2024.07.03 17:24:20.599925 [ 3 ] {b60a9055-d2f4-48cc-adbb-e2ed774ea04d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2643 | 2024.07.03 17:24:20.600231 [ 3 ] {b60a9055-d2f4-48cc-adbb-e2ed774ea04d} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2644 | 2024.07.03 17:24:20.600268 [ 3 ] {b60a9055-d2f4-48cc-adbb-e2ed774ea04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2645 | 2024.07.03 17:24:20.600587 [ 3 ] {b60a9055-d2f4-48cc-adbb-e2ed774ea04d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2646 | 2024.07.03 17:24:20.600891 [ 3 ] {b60a9055-d2f4-48cc-adbb-e2ed774ea04d} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2647 | 2024.07.03 17:24:20.601046 [ 3 ] {b60a9055-d2f4-48cc-adbb-e2ed774ea04d} <Debug> executeQuery: Read 46 rows, 3.66 KiB in 0.001321 sec., 34822.1044663134 rows/sec., 2.71 MiB/sec. | ||
2648 | 2024.07.03 17:24:20.601336 [ 3 ] {b60a9055-d2f4-48cc-adbb-e2ed774ea04d} <Debug> DynamicQueryHandler: Done processing query | ||
2649 | 2024.07.03 17:24:20.601361 [ 3 ] {b60a9055-d2f4-48cc-adbb-e2ed774ea04d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2650 | 2024.07.03 17:24:20.601377 [ 3 ] {} <Debug> HTTP-Session: 803d87b6-63ff-4de6-a5fb-2d8e1234692b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2651 | 2024.07.03 17:24:20.601645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 98926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2652 | 2024.07.03 17:24:20.601692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2653 | 2024.07.03 17:24:20.601711 [ 3 ] {} <Debug> HTTP-Session: f6a96e03-a0d0-4b0b-970d-7708c68eb7fd Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2654 | 2024.07.03 17:24:20.601727 [ 3 ] {} <Debug> HTTP-Session: f6a96e03-a0d0-4b0b-970d-7708c68eb7fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2655 | 2024.07.03 17:24:20.601741 [ 3 ] {} <Debug> HTTP-Session: f6a96e03-a0d0-4b0b-970d-7708c68eb7fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2656 | 2024.07.03 17:24:20.601772 [ 3 ] {} <Trace> HTTP-Session: f6a96e03-a0d0-4b0b-970d-7708c68eb7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2657 | 2024.07.03 17:24:20.602212 [ 3 ] {ef5dff52-e6a4-484c-8ecd-0b0002f45c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2658 | 2024.07.03 17:24:20.602267 [ 3 ] {ef5dff52-e6a4-484c-8ecd-0b0002f45c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2659 | 2024.07.03 17:24:20.602431 [ 3 ] {ef5dff52-e6a4-484c-8ecd-0b0002f45c64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2660 | 2024.07.03 17:24:20.603052 [ 3 ] {ef5dff52-e6a4-484c-8ecd-0b0002f45c64} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2661 | 2024.07.03 17:24:20.603089 [ 3 ] {ef5dff52-e6a4-484c-8ecd-0b0002f45c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2662 | 2024.07.03 17:24:20.603495 [ 3 ] {ef5dff52-e6a4-484c-8ecd-0b0002f45c64} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2663 | 2024.07.03 17:24:20.603835 [ 3 ] {ef5dff52-e6a4-484c-8ecd-0b0002f45c64} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2664 | 2024.07.03 17:24:20.603989 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2665 | 2024.07.03 17:24:20.603992 [ 3 ] {ef5dff52-e6a4-484c-8ecd-0b0002f45c64} <Debug> executeQuery: Read 514 rows, 37.18 KiB in 0.002105 sec., 244180.52256532066 rows/sec., 17.25 MiB/sec. | ||
2666 | 2024.07.03 17:24:20.604056 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2667 | 2024.07.03 17:24:20.604120 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2668 | 2024.07.03 17:24:20.604311 [ 190 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
2669 | 2024.07.03 17:24:20.604363 [ 3 ] {ef5dff52-e6a4-484c-8ecd-0b0002f45c64} <Debug> DynamicQueryHandler: Done processing query | ||
2670 | 2024.07.03 17:24:20.604401 [ 3 ] {ef5dff52-e6a4-484c-8ecd-0b0002f45c64} <Debug> MemoryTracker: Peak memory usage (for query): 4.48 MiB. | ||
2671 | 2024.07.03 17:24:20.604434 [ 3 ] {} <Debug> HTTP-Session: f6a96e03-a0d0-4b0b-970d-7708c68eb7fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2672 | 2024.07.03 17:24:20.604510 [ 190 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2673 | 2024.07.03 17:24:20.604546 [ 190 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 61 rows starting from the beginning of the part | ||
2674 | 2024.07.03 17:24:20.604673 [ 190 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
2675 | 2024.07.03 17:24:20.604689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2676 | 2024.07.03 17:24:20.604882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2677 | 2024.07.03 17:24:20.605019 [ 3 ] {} <Debug> HTTP-Session: 93dc9e9e-2c76-408b-8e31-326145ff298d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2678 | 2024.07.03 17:24:20.605083 [ 3 ] {} <Debug> HTTP-Session: 93dc9e9e-2c76-408b-8e31-326145ff298d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2679 | 2024.07.03 17:24:20.605088 [ 190 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part | ||
2680 | 2024.07.03 17:24:20.605103 [ 3 ] {} <Debug> HTTP-Session: 93dc9e9e-2c76-408b-8e31-326145ff298d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2681 | 2024.07.03 17:24:20.605185 [ 3 ] {} <Trace> HTTP-Session: 93dc9e9e-2c76-408b-8e31-326145ff298d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2682 | 2024.07.03 17:24:20.605291 [ 190 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
2683 | 2024.07.03 17:24:20.605398 [ 190 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
2684 | 2024.07.03 17:24:20.605490 [ 190 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 514 rows starting from the beginning of the part | ||
2685 | 2024.07.03 17:24:20.605729 [ 3 ] {04a5d1cf-0e34-4a96-865a-511adfa704f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2686 | 2024.07.03 17:24:20.605986 [ 3 ] {04a5d1cf-0e34-4a96-865a-511adfa704f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2687 | 2024.07.03 17:24:20.606950 [ 3 ] {04a5d1cf-0e34-4a96-865a-511adfa704f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2688 | 2024.07.03 17:24:20.607775 [ 190 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 615 rows, containing 5 columns (5 merged, 0 gathered) in 0.003536293 sec., 173910.92876071073 rows/sec., 12.39 MiB/sec. | ||
2689 | 2024.07.03 17:24:20.608066 [ 201 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2690 | 2024.07.03 17:24:20.608116 [ 3 ] {04a5d1cf-0e34-4a96-865a-511adfa704f5} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2691 | 2024.07.03 17:24:20.608196 [ 3 ] {04a5d1cf-0e34-4a96-865a-511adfa704f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2692 | 2024.07.03 17:24:20.609156 [ 201 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2693 | 2024.07.03 17:24:20.609369 [ 201 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2694 | 2024.07.03 17:24:20.609588 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
2695 | 2024.07.03 17:24:20.609778 [ 3 ] {04a5d1cf-0e34-4a96-865a-511adfa704f5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2696 | 2024.07.03 17:24:20.610214 [ 3 ] {04a5d1cf-0e34-4a96-865a-511adfa704f5} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2697 | 2024.07.03 17:24:20.610415 [ 3 ] {04a5d1cf-0e34-4a96-865a-511adfa704f5} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.005072 sec., 2760.2523659305994 rows/sec., 4.95 MiB/sec. | ||
2698 | 2024.07.03 17:24:20.610683 [ 3 ] {04a5d1cf-0e34-4a96-865a-511adfa704f5} <Debug> DynamicQueryHandler: Done processing query | ||
2699 | 2024.07.03 17:24:20.610708 [ 3 ] {04a5d1cf-0e34-4a96-865a-511adfa704f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2700 | 2024.07.03 17:24:20.610725 [ 3 ] {} <Debug> HTTP-Session: 93dc9e9e-2c76-408b-8e31-326145ff298d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2701 | 2024.07.03 17:24:20.610844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2702 | 2024.07.03 17:24:20.610893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2703 | 2024.07.03 17:24:20.610912 [ 3 ] {} <Debug> HTTP-Session: c4e362b2-62f2-451a-a397-20c1308cf020 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2704 | 2024.07.03 17:24:20.610929 [ 3 ] {} <Debug> HTTP-Session: c4e362b2-62f2-451a-a397-20c1308cf020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2705 | 2024.07.03 17:24:20.610942 [ 3 ] {} <Debug> HTTP-Session: c4e362b2-62f2-451a-a397-20c1308cf020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2706 | 2024.07.03 17:24:20.610974 [ 3 ] {} <Trace> HTTP-Session: c4e362b2-62f2-451a-a397-20c1308cf020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2707 | 2024.07.03 17:24:20.611073 [ 3 ] {8059c3e4-8777-4e1c-ac2d-d9a0922c9c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2708 | 2024.07.03 17:24:20.611118 [ 3 ] {8059c3e4-8777-4e1c-ac2d-d9a0922c9c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2709 | 2024.07.03 17:24:20.611251 [ 3 ] {8059c3e4-8777-4e1c-ac2d-d9a0922c9c46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2710 | 2024.07.03 17:24:20.611514 [ 3 ] {8059c3e4-8777-4e1c-ac2d-d9a0922c9c46} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2711 | 2024.07.03 17:24:20.611550 [ 3 ] {8059c3e4-8777-4e1c-ac2d-d9a0922c9c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2712 | 2024.07.03 17:24:20.611910 [ 3 ] {8059c3e4-8777-4e1c-ac2d-d9a0922c9c46} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2713 | 2024.07.03 17:24:20.612240 [ 3 ] {8059c3e4-8777-4e1c-ac2d-d9a0922c9c46} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2714 | 2024.07.03 17:24:20.612390 [ 40 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2715 | 2024.07.03 17:24:20.612406 [ 3 ] {8059c3e4-8777-4e1c-ac2d-d9a0922c9c46} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001352 sec., 7396.449704142013 rows/sec., 465.89 KiB/sec. | ||
2716 | 2024.07.03 17:24:20.612438 [ 40 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2717 | 2024.07.03 17:24:20.612502 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2718 | 2024.07.03 17:24:20.612655 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
2719 | 2024.07.03 17:24:20.612706 [ 3 ] {8059c3e4-8777-4e1c-ac2d-d9a0922c9c46} <Debug> DynamicQueryHandler: Done processing query | ||
2720 | 2024.07.03 17:24:20.612739 [ 3 ] {8059c3e4-8777-4e1c-ac2d-d9a0922c9c46} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2721 | 2024.07.03 17:24:20.612765 [ 3 ] {} <Debug> HTTP-Session: c4e362b2-62f2-451a-a397-20c1308cf020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2722 | 2024.07.03 17:24:20.612792 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2723 | 2024.07.03 17:24:20.612821 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 60 rows starting from the beginning of the part | ||
2724 | 2024.07.03 17:24:20.612890 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
2725 | 2024.07.03 17:24:20.613011 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part | ||
2726 | 2024.07.03 17:24:20.613192 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
2727 | 2024.07.03 17:24:20.613296 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
2728 | 2024.07.03 17:24:20.613477 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part | ||
2729 | 2024.07.03 17:24:20.614434 [ 201 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 110 rows, containing 4 columns (4 merged, 0 gathered) in 0.001840778 sec., 59757.34173268042 rows/sec., 3.68 MiB/sec. | ||
2730 | 2024.07.03 17:24:20.614653 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2731 | 2024.07.03 17:24:20.615113 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_11_2} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2732 | 2024.07.03 17:24:20.615207 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_11_2} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2733 | 2024.07.03 17:24:20.615306 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2734 | 2024.07.03 17:24:25.553828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2735 | 2024.07.03 17:24:25.553969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2736 | 2024.07.03 17:24:25.553999 [ 3 ] {} <Debug> HTTP-Session: 3eec5f55-882f-4450-a39a-a44b789bf292 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2737 | 2024.07.03 17:24:25.554027 [ 3 ] {} <Debug> HTTP-Session: 3eec5f55-882f-4450-a39a-a44b789bf292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2738 | 2024.07.03 17:24:25.554047 [ 3 ] {} <Debug> HTTP-Session: 3eec5f55-882f-4450-a39a-a44b789bf292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2739 | 2024.07.03 17:24:25.554102 [ 3 ] {} <Trace> HTTP-Session: 3eec5f55-882f-4450-a39a-a44b789bf292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2740 | 2024.07.03 17:24:25.554311 [ 3 ] {865d234a-b2ff-4171-8649-2096228300e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2741 | 2024.07.03 17:24:25.554386 [ 3 ] {865d234a-b2ff-4171-8649-2096228300e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2742 | 2024.07.03 17:24:25.554604 [ 3 ] {865d234a-b2ff-4171-8649-2096228300e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2743 | 2024.07.03 17:24:25.555064 [ 3 ] {865d234a-b2ff-4171-8649-2096228300e9} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2744 | 2024.07.03 17:24:25.555107 [ 3 ] {865d234a-b2ff-4171-8649-2096228300e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2745 | 2024.07.03 17:24:25.555493 [ 3 ] {865d234a-b2ff-4171-8649-2096228300e9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2746 | 2024.07.03 17:24:25.555832 [ 3 ] {865d234a-b2ff-4171-8649-2096228300e9} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2747 | 2024.07.03 17:24:25.555996 [ 3 ] {865d234a-b2ff-4171-8649-2096228300e9} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001747 sec., 9158.557527189467 rows/sec., 742.34 KiB/sec. | ||
2748 | 2024.07.03 17:24:25.556215 [ 3 ] {865d234a-b2ff-4171-8649-2096228300e9} <Debug> DynamicQueryHandler: Done processing query | ||
2749 | 2024.07.03 17:24:25.556242 [ 3 ] {865d234a-b2ff-4171-8649-2096228300e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2750 | 2024.07.03 17:24:25.556259 [ 3 ] {} <Debug> HTTP-Session: 3eec5f55-882f-4450-a39a-a44b789bf292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2751 | 2024.07.03 17:24:25.556418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2752 | 2024.07.03 17:24:25.556475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2753 | 2024.07.03 17:24:25.556494 [ 3 ] {} <Debug> HTTP-Session: b9556213-9dde-4321-a37e-bf9b63c9657b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2754 | 2024.07.03 17:24:25.556511 [ 3 ] {} <Debug> HTTP-Session: b9556213-9dde-4321-a37e-bf9b63c9657b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2755 | 2024.07.03 17:24:25.556525 [ 3 ] {} <Debug> HTTP-Session: b9556213-9dde-4321-a37e-bf9b63c9657b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2756 | 2024.07.03 17:24:25.556561 [ 3 ] {} <Trace> HTTP-Session: b9556213-9dde-4321-a37e-bf9b63c9657b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2757 | 2024.07.03 17:24:25.556664 [ 3 ] {0899ab7e-7609-4af7-9927-6b7ccb7e9996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2758 | 2024.07.03 17:24:25.556710 [ 3 ] {0899ab7e-7609-4af7-9927-6b7ccb7e9996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2759 | 2024.07.03 17:24:25.556845 [ 3 ] {0899ab7e-7609-4af7-9927-6b7ccb7e9996} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2760 | 2024.07.03 17:24:25.557198 [ 3 ] {0899ab7e-7609-4af7-9927-6b7ccb7e9996} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2761 | 2024.07.03 17:24:25.557235 [ 3 ] {0899ab7e-7609-4af7-9927-6b7ccb7e9996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2762 | 2024.07.03 17:24:25.557541 [ 3 ] {0899ab7e-7609-4af7-9927-6b7ccb7e9996} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2763 | 2024.07.03 17:24:25.557854 [ 3 ] {0899ab7e-7609-4af7-9927-6b7ccb7e9996} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2764 | 2024.07.03 17:24:25.558010 [ 3 ] {0899ab7e-7609-4af7-9927-6b7ccb7e9996} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00137 sec., 1459.8540145985403 rows/sec., 119.04 KiB/sec. | ||
2765 | 2024.07.03 17:24:25.558203 [ 3 ] {0899ab7e-7609-4af7-9927-6b7ccb7e9996} <Debug> DynamicQueryHandler: Done processing query | ||
2766 | 2024.07.03 17:24:25.558227 [ 3 ] {0899ab7e-7609-4af7-9927-6b7ccb7e9996} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2767 | 2024.07.03 17:24:25.558244 [ 3 ] {} <Debug> HTTP-Session: b9556213-9dde-4321-a37e-bf9b63c9657b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2768 | 2024.07.03 17:24:25.558373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 8068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2769 | 2024.07.03 17:24:25.558422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2770 | 2024.07.03 17:24:25.558442 [ 3 ] {} <Debug> HTTP-Session: 6243425f-6bda-48b5-8b90-a2a5dd74e6b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2771 | 2024.07.03 17:24:25.558459 [ 3 ] {} <Debug> HTTP-Session: 6243425f-6bda-48b5-8b90-a2a5dd74e6b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2772 | 2024.07.03 17:24:25.558473 [ 3 ] {} <Debug> HTTP-Session: 6243425f-6bda-48b5-8b90-a2a5dd74e6b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2773 | 2024.07.03 17:24:25.558504 [ 3 ] {} <Trace> HTTP-Session: 6243425f-6bda-48b5-8b90-a2a5dd74e6b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2774 | 2024.07.03 17:24:25.558614 [ 3 ] {f1293b76-4014-41e1-9117-1ed779e78ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2775 | 2024.07.03 17:24:25.558657 [ 3 ] {f1293b76-4014-41e1-9117-1ed779e78ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2776 | 2024.07.03 17:24:25.558782 [ 3 ] {f1293b76-4014-41e1-9117-1ed779e78ce0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2777 | 2024.07.03 17:24:25.559111 [ 3 ] {f1293b76-4014-41e1-9117-1ed779e78ce0} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2778 | 2024.07.03 17:24:25.559147 [ 3 ] {f1293b76-4014-41e1-9117-1ed779e78ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2779 | 2024.07.03 17:24:25.559459 [ 3 ] {f1293b76-4014-41e1-9117-1ed779e78ce0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2780 | 2024.07.03 17:24:25.559763 [ 3 ] {f1293b76-4014-41e1-9117-1ed779e78ce0} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2781 | 2024.07.03 17:24:25.559914 [ 3 ] {f1293b76-4014-41e1-9117-1ed779e78ce0} <Debug> executeQuery: Read 53 rows, 4.80 KiB in 0.001325 sec., 40000 rows/sec., 3.54 MiB/sec. | ||
2782 | 2024.07.03 17:24:25.560231 [ 3 ] {f1293b76-4014-41e1-9117-1ed779e78ce0} <Debug> DynamicQueryHandler: Done processing query | ||
2783 | 2024.07.03 17:24:25.560257 [ 3 ] {f1293b76-4014-41e1-9117-1ed779e78ce0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2784 | 2024.07.03 17:24:25.560273 [ 3 ] {} <Debug> HTTP-Session: 6243425f-6bda-48b5-8b90-a2a5dd74e6b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2785 | 2024.07.03 17:24:25.560389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2786 | 2024.07.03 17:24:25.560440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2787 | 2024.07.03 17:24:25.560459 [ 3 ] {} <Debug> HTTP-Session: 5c5fb42d-d640-4454-ab77-0883dc64871c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2788 | 2024.07.03 17:24:25.560475 [ 3 ] {} <Debug> HTTP-Session: 5c5fb42d-d640-4454-ab77-0883dc64871c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2789 | 2024.07.03 17:24:25.560489 [ 3 ] {} <Debug> HTTP-Session: 5c5fb42d-d640-4454-ab77-0883dc64871c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2790 | 2024.07.03 17:24:25.560521 [ 3 ] {} <Trace> HTTP-Session: 5c5fb42d-d640-4454-ab77-0883dc64871c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2791 | 2024.07.03 17:24:25.560628 [ 3 ] {c214a945-0adb-4b0b-bd33-6c1961b7acc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2792 | 2024.07.03 17:24:25.560697 [ 3 ] {c214a945-0adb-4b0b-bd33-6c1961b7acc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2793 | 2024.07.03 17:24:25.560844 [ 3 ] {c214a945-0adb-4b0b-bd33-6c1961b7acc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2794 | 2024.07.03 17:24:25.561130 [ 3 ] {c214a945-0adb-4b0b-bd33-6c1961b7acc4} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2795 | 2024.07.03 17:24:25.561167 [ 3 ] {c214a945-0adb-4b0b-bd33-6c1961b7acc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2796 | 2024.07.03 17:24:25.561470 [ 3 ] {c214a945-0adb-4b0b-bd33-6c1961b7acc4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2797 | 2024.07.03 17:24:25.561771 [ 3 ] {c214a945-0adb-4b0b-bd33-6c1961b7acc4} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2798 | 2024.07.03 17:24:25.561918 [ 3 ] {c214a945-0adb-4b0b-bd33-6c1961b7acc4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001305 sec., 1532.5670498084291 rows/sec., 107.01 KiB/sec. | ||
2799 | 2024.07.03 17:24:25.562112 [ 3 ] {c214a945-0adb-4b0b-bd33-6c1961b7acc4} <Debug> DynamicQueryHandler: Done processing query | ||
2800 | 2024.07.03 17:24:25.562135 [ 3 ] {c214a945-0adb-4b0b-bd33-6c1961b7acc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2801 | 2024.07.03 17:24:25.562151 [ 3 ] {} <Debug> HTTP-Session: 5c5fb42d-d640-4454-ab77-0883dc64871c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2802 | 2024.07.03 17:24:25.562304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4462, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2803 | 2024.07.03 17:24:25.562354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2804 | 2024.07.03 17:24:25.562373 [ 3 ] {} <Debug> HTTP-Session: ef6560a3-1afc-4d0a-900e-d891902835ca Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2805 | 2024.07.03 17:24:25.562389 [ 3 ] {} <Debug> HTTP-Session: ef6560a3-1afc-4d0a-900e-d891902835ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2806 | 2024.07.03 17:24:25.562404 [ 3 ] {} <Debug> HTTP-Session: ef6560a3-1afc-4d0a-900e-d891902835ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2807 | 2024.07.03 17:24:25.562434 [ 3 ] {} <Trace> HTTP-Session: ef6560a3-1afc-4d0a-900e-d891902835ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2808 | 2024.07.03 17:24:25.562537 [ 3 ] {688257b7-19d1-41ba-9810-81a07cb1d646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2809 | 2024.07.03 17:24:25.562579 [ 3 ] {688257b7-19d1-41ba-9810-81a07cb1d646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2810 | 2024.07.03 17:24:25.562706 [ 3 ] {688257b7-19d1-41ba-9810-81a07cb1d646} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2811 | 2024.07.03 17:24:25.563011 [ 3 ] {688257b7-19d1-41ba-9810-81a07cb1d646} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2812 | 2024.07.03 17:24:25.563047 [ 3 ] {688257b7-19d1-41ba-9810-81a07cb1d646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2813 | 2024.07.03 17:24:25.563351 [ 3 ] {688257b7-19d1-41ba-9810-81a07cb1d646} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2814 | 2024.07.03 17:24:25.563652 [ 3 ] {688257b7-19d1-41ba-9810-81a07cb1d646} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2815 | 2024.07.03 17:24:25.563809 [ 3 ] {688257b7-19d1-41ba-9810-81a07cb1d646} <Debug> executeQuery: Read 26 rows, 2.09 KiB in 0.00129 sec., 20155.038759689924 rows/sec., 1.58 MiB/sec. | ||
2816 | 2024.07.03 17:24:25.564112 [ 3 ] {688257b7-19d1-41ba-9810-81a07cb1d646} <Debug> DynamicQueryHandler: Done processing query | ||
2817 | 2024.07.03 17:24:25.564138 [ 3 ] {688257b7-19d1-41ba-9810-81a07cb1d646} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2818 | 2024.07.03 17:24:25.564153 [ 3 ] {} <Debug> HTTP-Session: ef6560a3-1afc-4d0a-900e-d891902835ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2819 | 2024.07.03 17:24:25.564279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2820 | 2024.07.03 17:24:25.564329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2821 | 2024.07.03 17:24:25.564348 [ 3 ] {} <Debug> HTTP-Session: 77d918e1-387c-4806-a583-780a10963fb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2822 | 2024.07.03 17:24:25.564364 [ 3 ] {} <Debug> HTTP-Session: 77d918e1-387c-4806-a583-780a10963fb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2823 | 2024.07.03 17:24:25.564378 [ 3 ] {} <Debug> HTTP-Session: 77d918e1-387c-4806-a583-780a10963fb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2824 | 2024.07.03 17:24:25.564408 [ 3 ] {} <Trace> HTTP-Session: 77d918e1-387c-4806-a583-780a10963fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2825 | 2024.07.03 17:24:25.564512 [ 3 ] {a5cdcc8d-aafe-4e7c-9967-1765722b9441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2826 | 2024.07.03 17:24:25.564560 [ 3 ] {a5cdcc8d-aafe-4e7c-9967-1765722b9441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2827 | 2024.07.03 17:24:25.564724 [ 3 ] {a5cdcc8d-aafe-4e7c-9967-1765722b9441} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2828 | 2024.07.03 17:24:25.565021 [ 3 ] {a5cdcc8d-aafe-4e7c-9967-1765722b9441} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2829 | 2024.07.03 17:24:25.565056 [ 3 ] {a5cdcc8d-aafe-4e7c-9967-1765722b9441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2830 | 2024.07.03 17:24:25.565434 [ 3 ] {a5cdcc8d-aafe-4e7c-9967-1765722b9441} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2831 | 2024.07.03 17:24:25.565780 [ 3 ] {a5cdcc8d-aafe-4e7c-9967-1765722b9441} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2832 | 2024.07.03 17:24:25.565938 [ 3 ] {a5cdcc8d-aafe-4e7c-9967-1765722b9441} <Debug> executeQuery: Read 11 rows, 852.00 B in 0.001448 sec., 7596.6850828729275 rows/sec., 574.61 KiB/sec. | ||
2833 | 2024.07.03 17:24:25.566112 [ 3 ] {a5cdcc8d-aafe-4e7c-9967-1765722b9441} <Debug> DynamicQueryHandler: Done processing query | ||
2834 | 2024.07.03 17:24:25.566135 [ 3 ] {a5cdcc8d-aafe-4e7c-9967-1765722b9441} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2835 | 2024.07.03 17:24:25.566150 [ 3 ] {} <Debug> HTTP-Session: 77d918e1-387c-4806-a583-780a10963fb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2836 | 2024.07.03 17:24:25.566299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 25972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2837 | 2024.07.03 17:24:25.566347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2838 | 2024.07.03 17:24:25.566367 [ 3 ] {} <Debug> HTTP-Session: d6d01696-ee08-4a56-9997-9fd04054825b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2839 | 2024.07.03 17:24:25.566383 [ 3 ] {} <Debug> HTTP-Session: d6d01696-ee08-4a56-9997-9fd04054825b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2840 | 2024.07.03 17:24:25.566396 [ 3 ] {} <Debug> HTTP-Session: d6d01696-ee08-4a56-9997-9fd04054825b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2841 | 2024.07.03 17:24:25.566427 [ 3 ] {} <Trace> HTTP-Session: d6d01696-ee08-4a56-9997-9fd04054825b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2842 | 2024.07.03 17:24:25.566635 [ 3 ] {c274f25c-1b31-42f0-aacf-9f4a82036cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2843 | 2024.07.03 17:24:25.566699 [ 3 ] {c274f25c-1b31-42f0-aacf-9f4a82036cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2844 | 2024.07.03 17:24:25.567114 [ 3 ] {c274f25c-1b31-42f0-aacf-9f4a82036cf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2845 | 2024.07.03 17:24:25.567705 [ 3 ] {c274f25c-1b31-42f0-aacf-9f4a82036cf0} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2846 | 2024.07.03 17:24:25.567741 [ 3 ] {c274f25c-1b31-42f0-aacf-9f4a82036cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2847 | 2024.07.03 17:24:25.568344 [ 3 ] {c274f25c-1b31-42f0-aacf-9f4a82036cf0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2848 | 2024.07.03 17:24:25.568748 [ 3 ] {c274f25c-1b31-42f0-aacf-9f4a82036cf0} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2849 | 2024.07.03 17:24:25.568943 [ 3 ] {c274f25c-1b31-42f0-aacf-9f4a82036cf0} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002425 sec., 6597.938144329897 rows/sec., 11.82 MiB/sec. | ||
2850 | 2024.07.03 17:24:25.569449 [ 3 ] {c274f25c-1b31-42f0-aacf-9f4a82036cf0} <Debug> DynamicQueryHandler: Done processing query | ||
2851 | 2024.07.03 17:24:25.569474 [ 3 ] {c274f25c-1b31-42f0-aacf-9f4a82036cf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
2852 | 2024.07.03 17:24:25.569490 [ 3 ] {} <Debug> HTTP-Session: d6d01696-ee08-4a56-9997-9fd04054825b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2853 | 2024.07.03 17:24:25.569653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2854 | 2024.07.03 17:24:25.569703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2855 | 2024.07.03 17:24:25.569723 [ 3 ] {} <Debug> HTTP-Session: ab958c09-8756-4be4-8e2d-8e4c2ca671d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2856 | 2024.07.03 17:24:25.569739 [ 3 ] {} <Debug> HTTP-Session: ab958c09-8756-4be4-8e2d-8e4c2ca671d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2857 | 2024.07.03 17:24:25.569752 [ 3 ] {} <Debug> HTTP-Session: ab958c09-8756-4be4-8e2d-8e4c2ca671d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2858 | 2024.07.03 17:24:25.569784 [ 3 ] {} <Trace> HTTP-Session: ab958c09-8756-4be4-8e2d-8e4c2ca671d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2859 | 2024.07.03 17:24:25.569884 [ 3 ] {9f545764-913b-4ef6-823a-105a6b2002a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2860 | 2024.07.03 17:24:25.569929 [ 3 ] {9f545764-913b-4ef6-823a-105a6b2002a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2861 | 2024.07.03 17:24:25.570079 [ 3 ] {9f545764-913b-4ef6-823a-105a6b2002a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2862 | 2024.07.03 17:24:25.570359 [ 3 ] {9f545764-913b-4ef6-823a-105a6b2002a0} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2863 | 2024.07.03 17:24:25.570396 [ 3 ] {9f545764-913b-4ef6-823a-105a6b2002a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2864 | 2024.07.03 17:24:25.570759 [ 3 ] {9f545764-913b-4ef6-823a-105a6b2002a0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2865 | 2024.07.03 17:24:25.571080 [ 3 ] {9f545764-913b-4ef6-823a-105a6b2002a0} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2866 | 2024.07.03 17:24:25.571231 [ 3 ] {9f545764-913b-4ef6-823a-105a6b2002a0} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001368 sec., 7309.941520467836 rows/sec., 460.44 KiB/sec. | ||
2867 | 2024.07.03 17:24:25.571398 [ 3 ] {9f545764-913b-4ef6-823a-105a6b2002a0} <Debug> DynamicQueryHandler: Done processing query | ||
2868 | 2024.07.03 17:24:25.571422 [ 3 ] {9f545764-913b-4ef6-823a-105a6b2002a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2869 | 2024.07.03 17:24:25.571437 [ 3 ] {} <Debug> HTTP-Session: ab958c09-8756-4be4-8e2d-8e4c2ca671d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2870 | 2024.07.03 17:24:30.554018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2871 | 2024.07.03 17:24:30.554144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2872 | 2024.07.03 17:24:30.554170 [ 3 ] {} <Debug> HTTP-Session: ed390d1a-d1b8-4e4e-8f2b-b63807476d30 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2873 | 2024.07.03 17:24:30.554195 [ 3 ] {} <Debug> HTTP-Session: ed390d1a-d1b8-4e4e-8f2b-b63807476d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2874 | 2024.07.03 17:24:30.554213 [ 3 ] {} <Debug> HTTP-Session: ed390d1a-d1b8-4e4e-8f2b-b63807476d30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2875 | 2024.07.03 17:24:30.554263 [ 3 ] {} <Trace> HTTP-Session: ed390d1a-d1b8-4e4e-8f2b-b63807476d30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2876 | 2024.07.03 17:24:30.554455 [ 3 ] {540bf269-edaf-4367-b0d0-30717aa4f9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2877 | 2024.07.03 17:24:30.554524 [ 3 ] {540bf269-edaf-4367-b0d0-30717aa4f9ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2878 | 2024.07.03 17:24:30.554712 [ 3 ] {540bf269-edaf-4367-b0d0-30717aa4f9ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2879 | 2024.07.03 17:24:30.555171 [ 3 ] {540bf269-edaf-4367-b0d0-30717aa4f9ac} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2880 | 2024.07.03 17:24:30.555222 [ 3 ] {540bf269-edaf-4367-b0d0-30717aa4f9ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2881 | 2024.07.03 17:24:30.555592 [ 3 ] {540bf269-edaf-4367-b0d0-30717aa4f9ac} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2882 | 2024.07.03 17:24:30.555929 [ 3 ] {540bf269-edaf-4367-b0d0-30717aa4f9ac} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2883 | 2024.07.03 17:24:30.556082 [ 3 ] {540bf269-edaf-4367-b0d0-30717aa4f9ac} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001676 sec., 8353.221957040572 rows/sec., 677.07 KiB/sec. | ||
2884 | 2024.07.03 17:24:30.556406 [ 3 ] {540bf269-edaf-4367-b0d0-30717aa4f9ac} <Debug> DynamicQueryHandler: Done processing query | ||
2885 | 2024.07.03 17:24:30.556435 [ 3 ] {540bf269-edaf-4367-b0d0-30717aa4f9ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2886 | 2024.07.03 17:24:30.556453 [ 3 ] {} <Debug> HTTP-Session: ed390d1a-d1b8-4e4e-8f2b-b63807476d30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2887 | 2024.07.03 17:24:30.556593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 6936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2888 | 2024.07.03 17:24:30.556650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2889 | 2024.07.03 17:24:30.556670 [ 3 ] {} <Debug> HTTP-Session: ff10ff9f-b988-4168-8a31-78635b47243d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2890 | 2024.07.03 17:24:30.556688 [ 3 ] {} <Debug> HTTP-Session: ff10ff9f-b988-4168-8a31-78635b47243d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2891 | 2024.07.03 17:24:30.556701 [ 3 ] {} <Debug> HTTP-Session: ff10ff9f-b988-4168-8a31-78635b47243d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2892 | 2024.07.03 17:24:30.556738 [ 3 ] {} <Trace> HTTP-Session: ff10ff9f-b988-4168-8a31-78635b47243d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2893 | 2024.07.03 17:24:30.556860 [ 3 ] {cd9c1e5e-3450-4d99-8560-8a15bad3bc56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2894 | 2024.07.03 17:24:30.556907 [ 3 ] {cd9c1e5e-3450-4d99-8560-8a15bad3bc56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2895 | 2024.07.03 17:24:30.557058 [ 3 ] {cd9c1e5e-3450-4d99-8560-8a15bad3bc56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2896 | 2024.07.03 17:24:30.557465 [ 3 ] {cd9c1e5e-3450-4d99-8560-8a15bad3bc56} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2897 | 2024.07.03 17:24:30.557503 [ 3 ] {cd9c1e5e-3450-4d99-8560-8a15bad3bc56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2898 | 2024.07.03 17:24:30.557816 [ 3 ] {cd9c1e5e-3450-4d99-8560-8a15bad3bc56} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2899 | 2024.07.03 17:24:30.558122 [ 3 ] {cd9c1e5e-3450-4d99-8560-8a15bad3bc56} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2900 | 2024.07.03 17:24:30.558288 [ 3 ] {cd9c1e5e-3450-4d99-8560-8a15bad3bc56} <Debug> executeQuery: Read 46 rows, 4.09 KiB in 0.00146 sec., 31506.849315068495 rows/sec., 2.73 MiB/sec. | ||
2901 | 2024.07.03 17:24:30.558291 [ 31 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2902 | 2024.07.03 17:24:30.558396 [ 31 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2903 | 2024.07.03 17:24:30.558453 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2904 | 2024.07.03 17:24:30.558541 [ 3 ] {cd9c1e5e-3450-4d99-8560-8a15bad3bc56} <Debug> DynamicQueryHandler: Done processing query | ||
2905 | 2024.07.03 17:24:30.558582 [ 3 ] {cd9c1e5e-3450-4d99-8560-8a15bad3bc56} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2906 | 2024.07.03 17:24:30.558603 [ 3 ] {} <Debug> HTTP-Session: ff10ff9f-b988-4168-8a31-78635b47243d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2907 | 2024.07.03 17:24:30.558616 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
2908 | 2024.07.03 17:24:30.558759 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2909 | 2024.07.03 17:24:30.558771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 3785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2910 | 2024.07.03 17:24:30.558802 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 95 rows starting from the beginning of the part | ||
2911 | 2024.07.03 17:24:30.558835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2912 | 2024.07.03 17:24:30.558868 [ 3 ] {} <Debug> HTTP-Session: d4cbb1ca-33f6-4985-b4dd-a6f85adc6822 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2913 | 2024.07.03 17:24:30.558929 [ 3 ] {} <Debug> HTTP-Session: d4cbb1ca-33f6-4985-b4dd-a6f85adc6822 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2914 | 2024.07.03 17:24:30.558956 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part | ||
2915 | 2024.07.03 17:24:30.558991 [ 3 ] {} <Debug> HTTP-Session: d4cbb1ca-33f6-4985-b4dd-a6f85adc6822 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2916 | 2024.07.03 17:24:30.559123 [ 3 ] {} <Trace> HTTP-Session: d4cbb1ca-33f6-4985-b4dd-a6f85adc6822 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2917 | 2024.07.03 17:24:30.559360 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 52 rows starting from the beginning of the part | ||
2918 | 2024.07.03 17:24:30.559490 [ 3 ] {9e69d7dc-6c1e-4db5-a32d-0efd69c64da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2919 | 2024.07.03 17:24:30.559575 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
2920 | 2024.07.03 17:24:30.559642 [ 3 ] {9e69d7dc-6c1e-4db5-a32d-0efd69c64da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2921 | 2024.07.03 17:24:30.559898 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part | ||
2922 | 2024.07.03 17:24:30.560107 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 46 rows starting from the beginning of the part | ||
2923 | 2024.07.03 17:24:30.560467 [ 3 ] {9e69d7dc-6c1e-4db5-a32d-0efd69c64da0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2924 | 2024.07.03 17:24:30.561019 [ 3 ] {9e69d7dc-6c1e-4db5-a32d-0efd69c64da0} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2925 | 2024.07.03 17:24:30.561063 [ 3 ] {9e69d7dc-6c1e-4db5-a32d-0efd69c64da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2926 | 2024.07.03 17:24:30.561585 [ 3 ] {9e69d7dc-6c1e-4db5-a32d-0efd69c64da0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2927 | 2024.07.03 17:24:30.561785 [ 201 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 374 rows, containing 4 columns (4 merged, 0 gathered) in 0.003236895 sec., 115542.82730826919 rows/sec., 9.99 MiB/sec. | ||
2928 | 2024.07.03 17:24:30.562086 [ 201 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2929 | 2024.07.03 17:24:30.562170 [ 3 ] {9e69d7dc-6c1e-4db5-a32d-0efd69c64da0} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2930 | 2024.07.03 17:24:30.562410 [ 31 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2931 | 2024.07.03 17:24:30.562501 [ 31 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2932 | 2024.07.03 17:24:30.562563 [ 3 ] {9e69d7dc-6c1e-4db5-a32d-0efd69c64da0} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.003132 sec., 7024.265644955301 rows/sec., 563.11 KiB/sec. | ||
2933 | 2024.07.03 17:24:30.562593 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2934 | 2024.07.03 17:24:30.563144 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
2935 | 2024.07.03 17:24:30.563301 [ 3 ] {9e69d7dc-6c1e-4db5-a32d-0efd69c64da0} <Debug> DynamicQueryHandler: Done processing query | ||
2936 | 2024.07.03 17:24:30.563374 [ 3 ] {9e69d7dc-6c1e-4db5-a32d-0efd69c64da0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2937 | 2024.07.03 17:24:30.563420 [ 3 ] {} <Debug> HTTP-Session: d4cbb1ca-33f6-4985-b4dd-a6f85adc6822 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2938 | 2024.07.03 17:24:30.563520 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2939 | 2024.07.03 17:24:30.563579 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 58 rows starting from the beginning of the part | ||
2940 | 2024.07.03 17:24:30.563607 [ 201 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_16_3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2941 | 2024.07.03 17:24:30.563669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2942 | 2024.07.03 17:24:30.563866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2943 | 2024.07.03 17:24:30.563927 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part | ||
2944 | 2024.07.03 17:24:30.563971 [ 3 ] {} <Debug> HTTP-Session: 11e942f0-6f98-4b8e-a08f-0755c85adbec Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2945 | 2024.07.03 17:24:30.564064 [ 3 ] {} <Debug> HTTP-Session: 11e942f0-6f98-4b8e-a08f-0755c85adbec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2946 | 2024.07.03 17:24:30.564183 [ 3 ] {} <Debug> HTTP-Session: 11e942f0-6f98-4b8e-a08f-0755c85adbec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2947 | 2024.07.03 17:24:30.564291 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
2948 | 2024.07.03 17:24:30.564354 [ 3 ] {} <Trace> HTTP-Session: 11e942f0-6f98-4b8e-a08f-0755c85adbec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2949 | 2024.07.03 17:24:30.564612 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part | ||
2950 | 2024.07.03 17:24:30.564713 [ 3 ] {5fc8ced6-68a1-4880-9c18-d2009faa7b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2951 | 2024.07.03 17:24:30.564924 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
2952 | 2024.07.03 17:24:30.564945 [ 3 ] {5fc8ced6-68a1-4880-9c18-d2009faa7b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2953 | 2024.07.03 17:24:30.565007 [ 201 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_16_3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2954 | 2024.07.03 17:24:30.565312 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
2955 | 2024.07.03 17:24:30.566085 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2956 | 2024.07.03 17:24:30.566264 [ 3 ] {5fc8ced6-68a1-4880-9c18-d2009faa7b6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2957 | 2024.07.03 17:24:30.566779 [ 3 ] {5fc8ced6-68a1-4880-9c18-d2009faa7b6d} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2958 | 2024.07.03 17:24:30.566821 [ 3 ] {5fc8ced6-68a1-4880-9c18-d2009faa7b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2959 | 2024.07.03 17:24:30.567379 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.00459354 sec., 43104.011285413864 rows/sec., 3.37 MiB/sec. | ||
2960 | 2024.07.03 17:24:30.567423 [ 3 ] {5fc8ced6-68a1-4880-9c18-d2009faa7b6d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2961 | 2024.07.03 17:24:30.567583 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2962 | 2024.07.03 17:24:30.568348 [ 3 ] {5fc8ced6-68a1-4880-9c18-d2009faa7b6d} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2963 | 2024.07.03 17:24:30.568466 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_16_3} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2964 | 2024.07.03 17:24:30.568677 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_16_3} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2965 | 2024.07.03 17:24:30.568686 [ 3 ] {5fc8ced6-68a1-4880-9c18-d2009faa7b6d} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.004102 sec., 2437.8352023403218 rows/sec., 185.69 KiB/sec. | ||
2966 | 2024.07.03 17:24:30.568928 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2967 | 2024.07.03 17:24:30.569097 [ 3 ] {5fc8ced6-68a1-4880-9c18-d2009faa7b6d} <Debug> DynamicQueryHandler: Done processing query | ||
2968 | 2024.07.03 17:24:30.569126 [ 3 ] {5fc8ced6-68a1-4880-9c18-d2009faa7b6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2969 | 2024.07.03 17:24:30.569144 [ 3 ] {} <Debug> HTTP-Session: 11e942f0-6f98-4b8e-a08f-0755c85adbec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2970 | 2024.07.03 17:24:30.569290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2971 | 2024.07.03 17:24:30.569341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2972 | 2024.07.03 17:24:30.569360 [ 3 ] {} <Debug> HTTP-Session: 5d8782f6-c3ed-4fc4-b72d-828a8d87adcb Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2973 | 2024.07.03 17:24:30.569376 [ 3 ] {} <Debug> HTTP-Session: 5d8782f6-c3ed-4fc4-b72d-828a8d87adcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2974 | 2024.07.03 17:24:30.569390 [ 3 ] {} <Debug> HTTP-Session: 5d8782f6-c3ed-4fc4-b72d-828a8d87adcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2975 | 2024.07.03 17:24:30.569420 [ 3 ] {} <Trace> HTTP-Session: 5d8782f6-c3ed-4fc4-b72d-828a8d87adcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2976 | 2024.07.03 17:24:30.569624 [ 3 ] {68dab928-b4f4-4302-8d1d-8366a94e3b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2977 | 2024.07.03 17:24:30.569695 [ 3 ] {68dab928-b4f4-4302-8d1d-8366a94e3b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2978 | 2024.07.03 17:24:30.570126 [ 3 ] {68dab928-b4f4-4302-8d1d-8366a94e3b2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2979 | 2024.07.03 17:24:30.570733 [ 3 ] {68dab928-b4f4-4302-8d1d-8366a94e3b2f} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2980 | 2024.07.03 17:24:30.570770 [ 3 ] {68dab928-b4f4-4302-8d1d-8366a94e3b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2981 | 2024.07.03 17:24:30.571402 [ 3 ] {68dab928-b4f4-4302-8d1d-8366a94e3b2f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2982 | 2024.07.03 17:24:30.571820 [ 3 ] {68dab928-b4f4-4302-8d1d-8366a94e3b2f} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2983 | 2024.07.03 17:24:30.572005 [ 3 ] {68dab928-b4f4-4302-8d1d-8366a94e3b2f} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002507 sec., 5584.363781412046 rows/sec., 10.01 MiB/sec. | ||
2984 | 2024.07.03 17:24:30.572234 [ 3 ] {68dab928-b4f4-4302-8d1d-8366a94e3b2f} <Debug> DynamicQueryHandler: Done processing query | ||
2985 | 2024.07.03 17:24:30.572258 [ 3 ] {68dab928-b4f4-4302-8d1d-8366a94e3b2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2986 | 2024.07.03 17:24:30.572274 [ 3 ] {} <Debug> HTTP-Session: 5d8782f6-c3ed-4fc4-b72d-828a8d87adcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2987 | 2024.07.03 17:24:30.572392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2988 | 2024.07.03 17:24:30.572440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2989 | 2024.07.03 17:24:30.572459 [ 3 ] {} <Debug> HTTP-Session: 860010fa-a5e1-4f9e-b44e-94d9398c62fb Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
2990 | 2024.07.03 17:24:30.572475 [ 3 ] {} <Debug> HTTP-Session: 860010fa-a5e1-4f9e-b44e-94d9398c62fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2991 | 2024.07.03 17:24:30.572489 [ 3 ] {} <Debug> HTTP-Session: 860010fa-a5e1-4f9e-b44e-94d9398c62fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2992 | 2024.07.03 17:24:30.572519 [ 3 ] {} <Trace> HTTP-Session: 860010fa-a5e1-4f9e-b44e-94d9398c62fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2993 | 2024.07.03 17:24:30.572617 [ 3 ] {498804b6-fcd4-430d-a939-599d6cbebf35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2994 | 2024.07.03 17:24:30.572660 [ 3 ] {498804b6-fcd4-430d-a939-599d6cbebf35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2995 | 2024.07.03 17:24:30.572786 [ 3 ] {498804b6-fcd4-430d-a939-599d6cbebf35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2996 | 2024.07.03 17:24:30.573048 [ 3 ] {498804b6-fcd4-430d-a939-599d6cbebf35} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2997 | 2024.07.03 17:24:30.573085 [ 3 ] {498804b6-fcd4-430d-a939-599d6cbebf35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2998 | 2024.07.03 17:24:30.573435 [ 3 ] {498804b6-fcd4-430d-a939-599d6cbebf35} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2999 | 2024.07.03 17:24:30.573758 [ 3 ] {498804b6-fcd4-430d-a939-599d6cbebf35} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3000 | 2024.07.03 17:24:30.573909 [ 3 ] {498804b6-fcd4-430d-a939-599d6cbebf35} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001315 sec., 7604.5627376425855 rows/sec., 479.00 KiB/sec. | ||
3001 | 2024.07.03 17:24:30.574076 [ 3 ] {498804b6-fcd4-430d-a939-599d6cbebf35} <Debug> DynamicQueryHandler: Done processing query | ||
3002 | 2024.07.03 17:24:30.574099 [ 3 ] {498804b6-fcd4-430d-a939-599d6cbebf35} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3003 | 2024.07.03 17:24:30.574114 [ 3 ] {} <Debug> HTTP-Session: 860010fa-a5e1-4f9e-b44e-94d9398c62fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3004 | 2024.07.03 17:24:33.468062 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3005 | 2024.07.03 17:24:33.468120 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3006 | 2024.07.03 17:24:35.001897 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001378746 sec. | ||
3007 | 2024.07.03 17:24:35.554083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3008 | 2024.07.03 17:24:35.554219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3009 | 2024.07.03 17:24:35.554246 [ 3 ] {} <Debug> HTTP-Session: 20160840-1adc-41ab-9c44-f1dfcdd34a43 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3010 | 2024.07.03 17:24:35.554271 [ 3 ] {} <Debug> HTTP-Session: 20160840-1adc-41ab-9c44-f1dfcdd34a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3011 | 2024.07.03 17:24:35.554285 [ 3 ] {} <Debug> HTTP-Session: 20160840-1adc-41ab-9c44-f1dfcdd34a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3012 | 2024.07.03 17:24:35.554335 [ 3 ] {} <Trace> HTTP-Session: 20160840-1adc-41ab-9c44-f1dfcdd34a43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3013 | 2024.07.03 17:24:35.554518 [ 3 ] {3b39618f-6edf-4701-aa6d-59e897bb0e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3014 | 2024.07.03 17:24:35.554585 [ 3 ] {3b39618f-6edf-4701-aa6d-59e897bb0e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3015 | 2024.07.03 17:24:35.554779 [ 3 ] {3b39618f-6edf-4701-aa6d-59e897bb0e3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3016 | 2024.07.03 17:24:35.555232 [ 3 ] {3b39618f-6edf-4701-aa6d-59e897bb0e3b} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3017 | 2024.07.03 17:24:35.555277 [ 3 ] {3b39618f-6edf-4701-aa6d-59e897bb0e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3018 | 2024.07.03 17:24:35.555645 [ 3 ] {3b39618f-6edf-4701-aa6d-59e897bb0e3b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3019 | 2024.07.03 17:24:35.555981 [ 3 ] {3b39618f-6edf-4701-aa6d-59e897bb0e3b} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3020 | 2024.07.03 17:24:35.556164 [ 3 ] {3b39618f-6edf-4701-aa6d-59e897bb0e3b} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001693 sec., 9450.679267572357 rows/sec., 766.02 KiB/sec. | ||
3021 | 2024.07.03 17:24:35.556171 [ 24 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
3022 | 2024.07.03 17:24:35.556276 [ 24 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3023 | 2024.07.03 17:24:35.556328 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3024 | 2024.07.03 17:24:35.556490 [ 3 ] {3b39618f-6edf-4701-aa6d-59e897bb0e3b} <Debug> DynamicQueryHandler: Done processing query | ||
3025 | 2024.07.03 17:24:35.556580 [ 3 ] {3b39618f-6edf-4701-aa6d-59e897bb0e3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3026 | 2024.07.03 17:24:35.556660 [ 3 ] {} <Debug> HTTP-Session: 20160840-1adc-41ab-9c44-f1dfcdd34a43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3027 | 2024.07.03 17:24:35.556758 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
3028 | 2024.07.03 17:24:35.556888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 7935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3029 | 2024.07.03 17:24:35.557009 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3030 | 2024.07.03 17:24:35.557013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3031 | 2024.07.03 17:24:35.557069 [ 3 ] {} <Debug> HTTP-Session: c1c2e0fa-c9f8-43cd-9b37-1e4682e37f23 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3032 | 2024.07.03 17:24:35.557065 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 30 rows starting from the beginning of the part | ||
3033 | 2024.07.03 17:24:35.557099 [ 3 ] {} <Debug> HTTP-Session: c1c2e0fa-c9f8-43cd-9b37-1e4682e37f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3034 | 2024.07.03 17:24:35.557121 [ 3 ] {} <Debug> HTTP-Session: c1c2e0fa-c9f8-43cd-9b37-1e4682e37f23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3035 | 2024.07.03 17:24:35.557174 [ 3 ] {} <Trace> HTTP-Session: c1c2e0fa-c9f8-43cd-9b37-1e4682e37f23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3036 | 2024.07.03 17:24:35.557271 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
3037 | 2024.07.03 17:24:35.557620 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
3038 | 2024.07.03 17:24:35.557809 [ 3 ] {ec0fe723-4125-4e74-9224-0716af0821a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3039 | 2024.07.03 17:24:35.557956 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
3040 | 2024.07.03 17:24:35.557979 [ 3 ] {ec0fe723-4125-4e74-9224-0716af0821a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3041 | 2024.07.03 17:24:35.558289 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
3042 | 2024.07.03 17:24:35.558607 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
3043 | 2024.07.03 17:24:35.559075 [ 3 ] {ec0fe723-4125-4e74-9224-0716af0821a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3044 | 2024.07.03 17:24:35.559914 [ 3 ] {ec0fe723-4125-4e74-9224-0716af0821a1} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3045 | 2024.07.03 17:24:35.559983 [ 3 ] {ec0fe723-4125-4e74-9224-0716af0821a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3046 | 2024.07.03 17:24:35.560994 [ 3 ] {ec0fe723-4125-4e74-9224-0716af0821a1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3047 | 2024.07.03 17:24:35.561626 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.005197376 sec., 20394.90696843946 rows/sec., 1.61 MiB/sec. | ||
3048 | 2024.07.03 17:24:35.561959 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
3049 | 2024.07.03 17:24:35.562302 [ 3 ] {ec0fe723-4125-4e74-9224-0716af0821a1} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3050 | 2024.07.03 17:24:35.562772 [ 3 ] {ec0fe723-4125-4e74-9224-0716af0821a1} <Debug> executeQuery: Read 52 rows, 4.73 KiB in 0.005205 sec., 9990.393852065321 rows/sec., 908.46 KiB/sec. | ||
3051 | 2024.07.03 17:24:35.562970 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3052 | 2024.07.03 17:24:35.563340 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_15_3} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
3053 | 2024.07.03 17:24:35.563579 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3054 | 2024.07.03 17:24:35.563591 [ 3 ] {ec0fe723-4125-4e74-9224-0716af0821a1} <Debug> DynamicQueryHandler: Done processing query | ||
3055 | 2024.07.03 17:24:35.563678 [ 3 ] {ec0fe723-4125-4e74-9224-0716af0821a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3056 | 2024.07.03 17:24:35.563716 [ 3 ] {} <Debug> HTTP-Session: c1c2e0fa-c9f8-43cd-9b37-1e4682e37f23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3057 | 2024.07.03 17:24:35.563851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3058 | 2024.07.03 17:24:35.563904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3059 | 2024.07.03 17:24:35.563925 [ 3 ] {} <Debug> HTTP-Session: 7dc05f41-47ec-4c73-b42f-1db0388f8281 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3060 | 2024.07.03 17:24:35.563942 [ 3 ] {} <Debug> HTTP-Session: 7dc05f41-47ec-4c73-b42f-1db0388f8281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3061 | 2024.07.03 17:24:35.563955 [ 3 ] {} <Debug> HTTP-Session: 7dc05f41-47ec-4c73-b42f-1db0388f8281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3062 | 2024.07.03 17:24:35.563989 [ 3 ] {} <Trace> HTTP-Session: 7dc05f41-47ec-4c73-b42f-1db0388f8281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3063 | 2024.07.03 17:24:35.564105 [ 3 ] {8afb954d-c14c-4a9c-8aa8-d9331d37167e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3064 | 2024.07.03 17:24:35.564151 [ 3 ] {8afb954d-c14c-4a9c-8aa8-d9331d37167e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3065 | 2024.07.03 17:24:35.564320 [ 3 ] {8afb954d-c14c-4a9c-8aa8-d9331d37167e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3066 | 2024.07.03 17:24:35.564643 [ 3 ] {8afb954d-c14c-4a9c-8aa8-d9331d37167e} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3067 | 2024.07.03 17:24:35.564680 [ 3 ] {8afb954d-c14c-4a9c-8aa8-d9331d37167e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3068 | 2024.07.03 17:24:35.564996 [ 3 ] {8afb954d-c14c-4a9c-8aa8-d9331d37167e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3069 | 2024.07.03 17:24:35.565319 [ 3 ] {8afb954d-c14c-4a9c-8aa8-d9331d37167e} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3070 | 2024.07.03 17:24:35.565475 [ 3 ] {8afb954d-c14c-4a9c-8aa8-d9331d37167e} <Debug> executeQuery: Read 24 rows, 1.92 KiB in 0.0014 sec., 17142.85714285714 rows/sec., 1.34 MiB/sec. | ||
3071 | 2024.07.03 17:24:35.566015 [ 3 ] {8afb954d-c14c-4a9c-8aa8-d9331d37167e} <Debug> DynamicQueryHandler: Done processing query | ||
3072 | 2024.07.03 17:24:35.566057 [ 3 ] {8afb954d-c14c-4a9c-8aa8-d9331d37167e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3073 | 2024.07.03 17:24:35.566074 [ 3 ] {} <Debug> HTTP-Session: 7dc05f41-47ec-4c73-b42f-1db0388f8281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3074 | 2024.07.03 17:24:35.566206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3075 | 2024.07.03 17:24:35.566256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3076 | 2024.07.03 17:24:35.566276 [ 3 ] {} <Debug> HTTP-Session: 4a9ee6c3-6ec4-406d-b643-5e3e556793f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3077 | 2024.07.03 17:24:35.566292 [ 3 ] {} <Debug> HTTP-Session: 4a9ee6c3-6ec4-406d-b643-5e3e556793f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3078 | 2024.07.03 17:24:35.566307 [ 3 ] {} <Debug> HTTP-Session: 4a9ee6c3-6ec4-406d-b643-5e3e556793f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3079 | 2024.07.03 17:24:35.566337 [ 3 ] {} <Trace> HTTP-Session: 4a9ee6c3-6ec4-406d-b643-5e3e556793f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3080 | 2024.07.03 17:24:35.566438 [ 3 ] {a750ffaf-1c0a-4d74-809a-71a457d5bfca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3081 | 2024.07.03 17:24:35.566487 [ 3 ] {a750ffaf-1c0a-4d74-809a-71a457d5bfca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3082 | 2024.07.03 17:24:35.566666 [ 3 ] {a750ffaf-1c0a-4d74-809a-71a457d5bfca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3083 | 2024.07.03 17:24:35.566967 [ 3 ] {a750ffaf-1c0a-4d74-809a-71a457d5bfca} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3084 | 2024.07.03 17:24:35.567002 [ 3 ] {a750ffaf-1c0a-4d74-809a-71a457d5bfca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3085 | 2024.07.03 17:24:35.567374 [ 3 ] {a750ffaf-1c0a-4d74-809a-71a457d5bfca} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3086 | 2024.07.03 17:24:35.567709 [ 3 ] {a750ffaf-1c0a-4d74-809a-71a457d5bfca} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3087 | 2024.07.03 17:24:35.567885 [ 3 ] {a750ffaf-1c0a-4d74-809a-71a457d5bfca} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001468 sec., 6811.989100817439 rows/sec., 518.88 KiB/sec. | ||
3088 | 2024.07.03 17:24:35.568452 [ 3 ] {a750ffaf-1c0a-4d74-809a-71a457d5bfca} <Debug> DynamicQueryHandler: Done processing query | ||
3089 | 2024.07.03 17:24:35.568477 [ 3 ] {a750ffaf-1c0a-4d74-809a-71a457d5bfca} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3090 | 2024.07.03 17:24:35.568494 [ 3 ] {} <Debug> HTTP-Session: 4a9ee6c3-6ec4-406d-b643-5e3e556793f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3091 | 2024.07.03 17:24:35.568683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 25973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3092 | 2024.07.03 17:24:35.568731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3093 | 2024.07.03 17:24:35.568750 [ 3 ] {} <Debug> HTTP-Session: d7e077ad-3d8c-41f7-be56-732eea60a5d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3094 | 2024.07.03 17:24:35.568768 [ 3 ] {} <Debug> HTTP-Session: d7e077ad-3d8c-41f7-be56-732eea60a5d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3095 | 2024.07.03 17:24:35.568783 [ 3 ] {} <Debug> HTTP-Session: d7e077ad-3d8c-41f7-be56-732eea60a5d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3096 | 2024.07.03 17:24:35.568813 [ 3 ] {} <Trace> HTTP-Session: d7e077ad-3d8c-41f7-be56-732eea60a5d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3097 | 2024.07.03 17:24:35.569060 [ 3 ] {9012d069-7c72-4ea2-87bb-1ab55087e973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3098 | 2024.07.03 17:24:35.569136 [ 3 ] {9012d069-7c72-4ea2-87bb-1ab55087e973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3099 | 2024.07.03 17:24:35.569594 [ 3 ] {9012d069-7c72-4ea2-87bb-1ab55087e973} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3100 | 2024.07.03 17:24:35.570171 [ 3 ] {9012d069-7c72-4ea2-87bb-1ab55087e973} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3101 | 2024.07.03 17:24:35.570215 [ 3 ] {9012d069-7c72-4ea2-87bb-1ab55087e973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3102 | 2024.07.03 17:24:35.570875 [ 3 ] {9012d069-7c72-4ea2-87bb-1ab55087e973} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3103 | 2024.07.03 17:24:35.571294 [ 3 ] {9012d069-7c72-4ea2-87bb-1ab55087e973} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3104 | 2024.07.03 17:24:35.571516 [ 3 ] {9012d069-7c72-4ea2-87bb-1ab55087e973} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002602 sec., 6149.116064565718 rows/sec., 11.02 MiB/sec. | ||
3105 | 2024.07.03 17:24:35.572051 [ 3 ] {9012d069-7c72-4ea2-87bb-1ab55087e973} <Debug> DynamicQueryHandler: Done processing query | ||
3106 | 2024.07.03 17:24:35.572077 [ 3 ] {9012d069-7c72-4ea2-87bb-1ab55087e973} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3107 | 2024.07.03 17:24:35.572093 [ 3 ] {} <Debug> HTTP-Session: d7e077ad-3d8c-41f7-be56-732eea60a5d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3108 | 2024.07.03 17:24:35.572213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3109 | 2024.07.03 17:24:35.572262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3110 | 2024.07.03 17:24:35.572282 [ 3 ] {} <Debug> HTTP-Session: 589867f4-1e3f-4b10-99c1-a4a8eec8c740 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3111 | 2024.07.03 17:24:35.572298 [ 3 ] {} <Debug> HTTP-Session: 589867f4-1e3f-4b10-99c1-a4a8eec8c740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3112 | 2024.07.03 17:24:35.572312 [ 3 ] {} <Debug> HTTP-Session: 589867f4-1e3f-4b10-99c1-a4a8eec8c740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3113 | 2024.07.03 17:24:35.572343 [ 3 ] {} <Trace> HTTP-Session: 589867f4-1e3f-4b10-99c1-a4a8eec8c740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3114 | 2024.07.03 17:24:35.572441 [ 3 ] {2bfccdcd-c4bb-4a2b-9bc4-c48c1e27b0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3115 | 2024.07.03 17:24:35.572486 [ 3 ] {2bfccdcd-c4bb-4a2b-9bc4-c48c1e27b0a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3116 | 2024.07.03 17:24:35.572631 [ 3 ] {2bfccdcd-c4bb-4a2b-9bc4-c48c1e27b0a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3117 | 2024.07.03 17:24:35.572885 [ 3 ] {2bfccdcd-c4bb-4a2b-9bc4-c48c1e27b0a3} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3118 | 2024.07.03 17:24:35.572920 [ 3 ] {2bfccdcd-c4bb-4a2b-9bc4-c48c1e27b0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3119 | 2024.07.03 17:24:35.573278 [ 3 ] {2bfccdcd-c4bb-4a2b-9bc4-c48c1e27b0a3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3120 | 2024.07.03 17:24:35.573595 [ 3 ] {2bfccdcd-c4bb-4a2b-9bc4-c48c1e27b0a3} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3121 | 2024.07.03 17:24:35.573754 [ 3 ] {2bfccdcd-c4bb-4a2b-9bc4-c48c1e27b0a3} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001334 sec., 7496.251874062969 rows/sec., 472.18 KiB/sec. | ||
3122 | 2024.07.03 17:24:35.574034 [ 3 ] {2bfccdcd-c4bb-4a2b-9bc4-c48c1e27b0a3} <Debug> DynamicQueryHandler: Done processing query | ||
3123 | 2024.07.03 17:24:35.574059 [ 3 ] {2bfccdcd-c4bb-4a2b-9bc4-c48c1e27b0a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3124 | 2024.07.03 17:24:35.574075 [ 3 ] {} <Debug> HTTP-Session: 589867f4-1e3f-4b10-99c1-a4a8eec8c740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3125 | 2024.07.03 17:24:40.554084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3126 | 2024.07.03 17:24:40.554212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3127 | 2024.07.03 17:24:40.554238 [ 3 ] {} <Debug> HTTP-Session: b559030e-3127-4bbe-af8c-982cc14ce40c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3128 | 2024.07.03 17:24:40.554264 [ 3 ] {} <Debug> HTTP-Session: b559030e-3127-4bbe-af8c-982cc14ce40c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3129 | 2024.07.03 17:24:40.554278 [ 3 ] {} <Debug> HTTP-Session: b559030e-3127-4bbe-af8c-982cc14ce40c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3130 | 2024.07.03 17:24:40.554327 [ 3 ] {} <Trace> HTTP-Session: b559030e-3127-4bbe-af8c-982cc14ce40c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3131 | 2024.07.03 17:24:40.554509 [ 3 ] {2ef32e89-eae0-42bb-ad63-27f264c2a9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3132 | 2024.07.03 17:24:40.554577 [ 3 ] {2ef32e89-eae0-42bb-ad63-27f264c2a9c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3133 | 2024.07.03 17:24:40.554775 [ 3 ] {2ef32e89-eae0-42bb-ad63-27f264c2a9c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3134 | 2024.07.03 17:24:40.555207 [ 3 ] {2ef32e89-eae0-42bb-ad63-27f264c2a9c0} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3135 | 2024.07.03 17:24:40.555252 [ 3 ] {2ef32e89-eae0-42bb-ad63-27f264c2a9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3136 | 2024.07.03 17:24:40.555614 [ 3 ] {2ef32e89-eae0-42bb-ad63-27f264c2a9c0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3137 | 2024.07.03 17:24:40.555950 [ 3 ] {2ef32e89-eae0-42bb-ad63-27f264c2a9c0} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3138 | 2024.07.03 17:24:40.556124 [ 3 ] {2ef32e89-eae0-42bb-ad63-27f264c2a9c0} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001664 sec., 8413.461538461539 rows/sec., 681.95 KiB/sec. | ||
3139 | 2024.07.03 17:24:40.556351 [ 3 ] {2ef32e89-eae0-42bb-ad63-27f264c2a9c0} <Debug> DynamicQueryHandler: Done processing query | ||
3140 | 2024.07.03 17:24:40.556378 [ 3 ] {2ef32e89-eae0-42bb-ad63-27f264c2a9c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3141 | 2024.07.03 17:24:40.556395 [ 3 ] {} <Debug> HTTP-Session: b559030e-3127-4bbe-af8c-982cc14ce40c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3142 | 2024.07.03 17:24:40.556560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 6936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3143 | 2024.07.03 17:24:40.556612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3144 | 2024.07.03 17:24:40.556632 [ 3 ] {} <Debug> HTTP-Session: 9d4d7c3c-3ec9-4f96-8286-d3e4676d8bf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3145 | 2024.07.03 17:24:40.556650 [ 3 ] {} <Debug> HTTP-Session: 9d4d7c3c-3ec9-4f96-8286-d3e4676d8bf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3146 | 2024.07.03 17:24:40.556664 [ 3 ] {} <Debug> HTTP-Session: 9d4d7c3c-3ec9-4f96-8286-d3e4676d8bf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3147 | 2024.07.03 17:24:40.556699 [ 3 ] {} <Trace> HTTP-Session: 9d4d7c3c-3ec9-4f96-8286-d3e4676d8bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3148 | 2024.07.03 17:24:40.556816 [ 3 ] {b2402d21-14c8-4155-9a78-4e896e8f8693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3149 | 2024.07.03 17:24:40.556863 [ 3 ] {b2402d21-14c8-4155-9a78-4e896e8f8693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3150 | 2024.07.03 17:24:40.556995 [ 3 ] {b2402d21-14c8-4155-9a78-4e896e8f8693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3151 | 2024.07.03 17:24:40.557312 [ 3 ] {b2402d21-14c8-4155-9a78-4e896e8f8693} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3152 | 2024.07.03 17:24:40.557348 [ 3 ] {b2402d21-14c8-4155-9a78-4e896e8f8693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3153 | 2024.07.03 17:24:40.557651 [ 3 ] {b2402d21-14c8-4155-9a78-4e896e8f8693} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3154 | 2024.07.03 17:24:40.557953 [ 3 ] {b2402d21-14c8-4155-9a78-4e896e8f8693} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3155 | 2024.07.03 17:24:40.558115 [ 3 ] {b2402d21-14c8-4155-9a78-4e896e8f8693} <Debug> executeQuery: Read 46 rows, 4.09 KiB in 0.001339 sec., 34353.99551904407 rows/sec., 2.98 MiB/sec. | ||
3156 | 2024.07.03 17:24:40.558283 [ 3 ] {b2402d21-14c8-4155-9a78-4e896e8f8693} <Debug> DynamicQueryHandler: Done processing query | ||
3157 | 2024.07.03 17:24:40.558307 [ 3 ] {b2402d21-14c8-4155-9a78-4e896e8f8693} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3158 | 2024.07.03 17:24:40.558323 [ 3 ] {} <Debug> HTTP-Session: 9d4d7c3c-3ec9-4f96-8286-d3e4676d8bf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3159 | 2024.07.03 17:24:40.558494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 3785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3160 | 2024.07.03 17:24:40.558542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3161 | 2024.07.03 17:24:40.558562 [ 3 ] {} <Debug> HTTP-Session: 3ebe710a-c76f-4dc4-a433-0aa32964fe4b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3162 | 2024.07.03 17:24:40.558578 [ 3 ] {} <Debug> HTTP-Session: 3ebe710a-c76f-4dc4-a433-0aa32964fe4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3163 | 2024.07.03 17:24:40.558592 [ 3 ] {} <Debug> HTTP-Session: 3ebe710a-c76f-4dc4-a433-0aa32964fe4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3164 | 2024.07.03 17:24:40.558623 [ 3 ] {} <Trace> HTTP-Session: 3ebe710a-c76f-4dc4-a433-0aa32964fe4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3165 | 2024.07.03 17:24:40.558725 [ 3 ] {6bbe7d3c-0c9d-44ec-ac58-b030664a8732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3166 | 2024.07.03 17:24:40.558768 [ 3 ] {6bbe7d3c-0c9d-44ec-ac58-b030664a8732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3167 | 2024.07.03 17:24:40.558896 [ 3 ] {6bbe7d3c-0c9d-44ec-ac58-b030664a8732} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3168 | 2024.07.03 17:24:40.559168 [ 3 ] {6bbe7d3c-0c9d-44ec-ac58-b030664a8732} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3169 | 2024.07.03 17:24:40.559211 [ 3 ] {6bbe7d3c-0c9d-44ec-ac58-b030664a8732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3170 | 2024.07.03 17:24:40.559508 [ 3 ] {6bbe7d3c-0c9d-44ec-ac58-b030664a8732} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3171 | 2024.07.03 17:24:40.559796 [ 3 ] {6bbe7d3c-0c9d-44ec-ac58-b030664a8732} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3172 | 2024.07.03 17:24:40.559959 [ 3 ] {6bbe7d3c-0c9d-44ec-ac58-b030664a8732} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001263 sec., 17418.844022169436 rows/sec., 1.36 MiB/sec. | ||
3173 | 2024.07.03 17:24:40.560271 [ 3 ] {6bbe7d3c-0c9d-44ec-ac58-b030664a8732} <Debug> DynamicQueryHandler: Done processing query | ||
3174 | 2024.07.03 17:24:40.560295 [ 3 ] {6bbe7d3c-0c9d-44ec-ac58-b030664a8732} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3175 | 2024.07.03 17:24:40.560311 [ 3 ] {} <Debug> HTTP-Session: 3ebe710a-c76f-4dc4-a433-0aa32964fe4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3176 | 2024.07.03 17:24:40.560417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3177 | 2024.07.03 17:24:40.560466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3178 | 2024.07.03 17:24:40.560485 [ 3 ] {} <Debug> HTTP-Session: b87f6b41-d843-4db5-bbbb-fac51a6c5c06 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3179 | 2024.07.03 17:24:40.560501 [ 3 ] {} <Debug> HTTP-Session: b87f6b41-d843-4db5-bbbb-fac51a6c5c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3180 | 2024.07.03 17:24:40.560515 [ 3 ] {} <Debug> HTTP-Session: b87f6b41-d843-4db5-bbbb-fac51a6c5c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3181 | 2024.07.03 17:24:40.560544 [ 3 ] {} <Trace> HTTP-Session: b87f6b41-d843-4db5-bbbb-fac51a6c5c06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3182 | 2024.07.03 17:24:40.560643 [ 3 ] {5a55baf3-14c1-4f61-81e2-c56d635cc4f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3183 | 2024.07.03 17:24:40.560691 [ 3 ] {5a55baf3-14c1-4f61-81e2-c56d635cc4f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3184 | 2024.07.03 17:24:40.560856 [ 3 ] {5a55baf3-14c1-4f61-81e2-c56d635cc4f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3185 | 2024.07.03 17:24:40.561118 [ 3 ] {5a55baf3-14c1-4f61-81e2-c56d635cc4f4} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3186 | 2024.07.03 17:24:40.561153 [ 3 ] {5a55baf3-14c1-4f61-81e2-c56d635cc4f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3187 | 2024.07.03 17:24:40.561526 [ 3 ] {5a55baf3-14c1-4f61-81e2-c56d635cc4f4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3188 | 2024.07.03 17:24:40.561855 [ 3 ] {5a55baf3-14c1-4f61-81e2-c56d635cc4f4} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3189 | 2024.07.03 17:24:40.562014 [ 3 ] {5a55baf3-14c1-4f61-81e2-c56d635cc4f4} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001397 sec., 7158.196134574087 rows/sec., 545.25 KiB/sec. | ||
3190 | 2024.07.03 17:24:40.562172 [ 3 ] {5a55baf3-14c1-4f61-81e2-c56d635cc4f4} <Debug> DynamicQueryHandler: Done processing query | ||
3191 | 2024.07.03 17:24:40.562205 [ 3 ] {5a55baf3-14c1-4f61-81e2-c56d635cc4f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3192 | 2024.07.03 17:24:40.562220 [ 3 ] {} <Debug> HTTP-Session: b87f6b41-d843-4db5-bbbb-fac51a6c5c06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3193 | 2024.07.03 17:24:40.562344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3194 | 2024.07.03 17:24:40.562389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3195 | 2024.07.03 17:24:40.562408 [ 3 ] {} <Debug> HTTP-Session: 05080a06-e8ae-4214-a457-1d57bf546d9a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3196 | 2024.07.03 17:24:40.562424 [ 3 ] {} <Debug> HTTP-Session: 05080a06-e8ae-4214-a457-1d57bf546d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3197 | 2024.07.03 17:24:40.562437 [ 3 ] {} <Debug> HTTP-Session: 05080a06-e8ae-4214-a457-1d57bf546d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3198 | 2024.07.03 17:24:40.562467 [ 3 ] {} <Trace> HTTP-Session: 05080a06-e8ae-4214-a457-1d57bf546d9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3199 | 2024.07.03 17:24:40.562815 [ 3 ] {6ac1ae21-c57e-487d-ac81-34045c56bc2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3200 | 2024.07.03 17:24:40.562880 [ 3 ] {6ac1ae21-c57e-487d-ac81-34045c56bc2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3201 | 2024.07.03 17:24:40.563301 [ 3 ] {6ac1ae21-c57e-487d-ac81-34045c56bc2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3202 | 2024.07.03 17:24:40.563842 [ 3 ] {6ac1ae21-c57e-487d-ac81-34045c56bc2e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3203 | 2024.07.03 17:24:40.563877 [ 3 ] {6ac1ae21-c57e-487d-ac81-34045c56bc2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3204 | 2024.07.03 17:24:40.564510 [ 3 ] {6ac1ae21-c57e-487d-ac81-34045c56bc2e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3205 | 2024.07.03 17:24:40.564905 [ 3 ] {6ac1ae21-c57e-487d-ac81-34045c56bc2e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3206 | 2024.07.03 17:24:40.565084 [ 95 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3207 | 2024.07.03 17:24:40.565094 [ 3 ] {6ac1ae21-c57e-487d-ac81-34045c56bc2e} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002542 sec., 5507.474429583006 rows/sec., 9.87 MiB/sec. | ||
3208 | 2024.07.03 17:24:40.565180 [ 95 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3209 | 2024.07.03 17:24:40.565266 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3210 | 2024.07.03 17:24:40.565773 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
3211 | 2024.07.03 17:24:40.565829 [ 3 ] {6ac1ae21-c57e-487d-ac81-34045c56bc2e} <Debug> DynamicQueryHandler: Done processing query | ||
3212 | 2024.07.03 17:24:40.565906 [ 3 ] {6ac1ae21-c57e-487d-ac81-34045c56bc2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
3213 | 2024.07.03 17:24:40.565980 [ 3 ] {} <Debug> HTTP-Session: 05080a06-e8ae-4214-a457-1d57bf546d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3214 | 2024.07.03 17:24:40.566162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3215 | 2024.07.03 17:24:40.566251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3216 | 2024.07.03 17:24:40.566284 [ 3 ] {} <Debug> HTTP-Session: 4ef7b8b8-0949-488f-8c49-556b87539963 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3217 | 2024.07.03 17:24:40.566315 [ 3 ] {} <Debug> HTTP-Session: 4ef7b8b8-0949-488f-8c49-556b87539963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3218 | 2024.07.03 17:24:40.566339 [ 3 ] {} <Debug> HTTP-Session: 4ef7b8b8-0949-488f-8c49-556b87539963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3219 | 2024.07.03 17:24:40.566392 [ 3 ] {} <Trace> HTTP-Session: 4ef7b8b8-0949-488f-8c49-556b87539963 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3220 | 2024.07.03 17:24:40.566447 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3221 | 2024.07.03 17:24:40.566539 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 160 rows starting from the beginning of the part | ||
3222 | 2024.07.03 17:24:40.566542 [ 3 ] {e1da03e4-17a1-4ab9-b0b5-e8d712077af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3223 | 2024.07.03 17:24:40.566608 [ 3 ] {e1da03e4-17a1-4ab9-b0b5-e8d712077af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3224 | 2024.07.03 17:24:40.567016 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
3225 | 2024.07.03 17:24:40.567090 [ 3 ] {e1da03e4-17a1-4ab9-b0b5-e8d712077af1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3226 | 2024.07.03 17:24:40.567431 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
3227 | 2024.07.03 17:24:40.567996 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
3228 | 2024.07.03 17:24:40.567996 [ 3 ] {e1da03e4-17a1-4ab9-b0b5-e8d712077af1} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3229 | 2024.07.03 17:24:40.568048 [ 3 ] {e1da03e4-17a1-4ab9-b0b5-e8d712077af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3230 | 2024.07.03 17:24:40.568321 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
3231 | 2024.07.03 17:24:40.568688 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
3232 | 2024.07.03 17:24:40.568871 [ 3 ] {e1da03e4-17a1-4ab9-b0b5-e8d712077af1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3233 | 2024.07.03 17:24:40.569475 [ 3 ] {e1da03e4-17a1-4ab9-b0b5-e8d712077af1} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3234 | 2024.07.03 17:24:40.569778 [ 3 ] {e1da03e4-17a1-4ab9-b0b5-e8d712077af1} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.003284 sec., 3045.0669914738123 rows/sec., 191.80 KiB/sec. | ||
3235 | 2024.07.03 17:24:40.570005 [ 3 ] {e1da03e4-17a1-4ab9-b0b5-e8d712077af1} <Debug> DynamicQueryHandler: Done processing query | ||
3236 | 2024.07.03 17:24:40.570029 [ 3 ] {e1da03e4-17a1-4ab9-b0b5-e8d712077af1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3237 | 2024.07.03 17:24:40.570050 [ 3 ] {} <Debug> HTTP-Session: 4ef7b8b8-0949-488f-8c49-556b87539963 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3238 | 2024.07.03 17:24:40.572189 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 19 columns (19 merged, 0 gathered) in 0.006781187 sec., 34507.23302572249 rows/sec., 61.84 MiB/sec. | ||
3239 | 2024.07.03 17:24:40.572779 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3240 | 2024.07.03 17:24:40.573450 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3241 | 2024.07.03 17:24:40.573543 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3242 | 2024.07.03 17:24:40.573700 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
3243 | 2024.07.03 17:24:45.554251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3244 | 2024.07.03 17:24:45.554372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3245 | 2024.07.03 17:24:45.554396 [ 3 ] {} <Debug> HTTP-Session: b7e0f564-5da2-4ecb-ad2f-8caa1f13c5dd Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3246 | 2024.07.03 17:24:45.554421 [ 3 ] {} <Debug> HTTP-Session: b7e0f564-5da2-4ecb-ad2f-8caa1f13c5dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3247 | 2024.07.03 17:24:45.554435 [ 3 ] {} <Debug> HTTP-Session: b7e0f564-5da2-4ecb-ad2f-8caa1f13c5dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3248 | 2024.07.03 17:24:45.554485 [ 3 ] {} <Trace> HTTP-Session: b7e0f564-5da2-4ecb-ad2f-8caa1f13c5dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3249 | 2024.07.03 17:24:45.554662 [ 3 ] {2e5fe535-fa19-4fd3-bb40-80295becfa6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3250 | 2024.07.03 17:24:45.554726 [ 3 ] {2e5fe535-fa19-4fd3-bb40-80295becfa6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3251 | 2024.07.03 17:24:45.554912 [ 3 ] {2e5fe535-fa19-4fd3-bb40-80295becfa6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3252 | 2024.07.03 17:24:45.555345 [ 3 ] {2e5fe535-fa19-4fd3-bb40-80295becfa6a} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3253 | 2024.07.03 17:24:45.555385 [ 3 ] {2e5fe535-fa19-4fd3-bb40-80295becfa6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3254 | 2024.07.03 17:24:45.555765 [ 3 ] {2e5fe535-fa19-4fd3-bb40-80295becfa6a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3255 | 2024.07.03 17:24:45.556104 [ 3 ] {2e5fe535-fa19-4fd3-bb40-80295becfa6a} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3256 | 2024.07.03 17:24:45.556261 [ 3 ] {2e5fe535-fa19-4fd3-bb40-80295becfa6a} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001655 sec., 9667.673716012085 rows/sec., 783.61 KiB/sec. | ||
3257 | 2024.07.03 17:24:45.556484 [ 3 ] {2e5fe535-fa19-4fd3-bb40-80295becfa6a} <Debug> DynamicQueryHandler: Done processing query | ||
3258 | 2024.07.03 17:24:45.556511 [ 3 ] {2e5fe535-fa19-4fd3-bb40-80295becfa6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3259 | 2024.07.03 17:24:45.556528 [ 3 ] {} <Debug> HTTP-Session: b7e0f564-5da2-4ecb-ad2f-8caa1f13c5dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3260 | 2024.07.03 17:24:45.556689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3261 | 2024.07.03 17:24:45.556744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3262 | 2024.07.03 17:24:45.556763 [ 3 ] {} <Debug> HTTP-Session: 6d422833-10c0-4454-a21c-e1c5a2c10111 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3263 | 2024.07.03 17:24:45.556780 [ 3 ] {} <Debug> HTTP-Session: 6d422833-10c0-4454-a21c-e1c5a2c10111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3264 | 2024.07.03 17:24:45.556794 [ 3 ] {} <Debug> HTTP-Session: 6d422833-10c0-4454-a21c-e1c5a2c10111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3265 | 2024.07.03 17:24:45.556829 [ 3 ] {} <Trace> HTTP-Session: 6d422833-10c0-4454-a21c-e1c5a2c10111 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3266 | 2024.07.03 17:24:45.556932 [ 3 ] {d7479531-99e1-4f4e-8664-25b74e9e32ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3267 | 2024.07.03 17:24:45.556977 [ 3 ] {d7479531-99e1-4f4e-8664-25b74e9e32ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3268 | 2024.07.03 17:24:45.557109 [ 3 ] {d7479531-99e1-4f4e-8664-25b74e9e32ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3269 | 2024.07.03 17:24:45.557404 [ 3 ] {d7479531-99e1-4f4e-8664-25b74e9e32ed} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3270 | 2024.07.03 17:24:45.557441 [ 3 ] {d7479531-99e1-4f4e-8664-25b74e9e32ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3271 | 2024.07.03 17:24:45.557738 [ 3 ] {d7479531-99e1-4f4e-8664-25b74e9e32ed} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3272 | 2024.07.03 17:24:45.558041 [ 3 ] {d7479531-99e1-4f4e-8664-25b74e9e32ed} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3273 | 2024.07.03 17:24:45.558196 [ 3 ] {d7479531-99e1-4f4e-8664-25b74e9e32ed} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001289 sec., 3103.1807602792865 rows/sec., 253.04 KiB/sec. | ||
3274 | 2024.07.03 17:24:45.558404 [ 3 ] {d7479531-99e1-4f4e-8664-25b74e9e32ed} <Debug> DynamicQueryHandler: Done processing query | ||
3275 | 2024.07.03 17:24:45.558430 [ 3 ] {d7479531-99e1-4f4e-8664-25b74e9e32ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3276 | 2024.07.03 17:24:45.558446 [ 3 ] {} <Debug> HTTP-Session: 6d422833-10c0-4454-a21c-e1c5a2c10111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3277 | 2024.07.03 17:24:45.558657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 8202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3278 | 2024.07.03 17:24:45.558707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3279 | 2024.07.03 17:24:45.558727 [ 3 ] {} <Debug> HTTP-Session: 53889823-3e78-4351-a087-840290253b54 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3280 | 2024.07.03 17:24:45.558743 [ 3 ] {} <Debug> HTTP-Session: 53889823-3e78-4351-a087-840290253b54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3281 | 2024.07.03 17:24:45.558757 [ 3 ] {} <Debug> HTTP-Session: 53889823-3e78-4351-a087-840290253b54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3282 | 2024.07.03 17:24:45.558788 [ 3 ] {} <Trace> HTTP-Session: 53889823-3e78-4351-a087-840290253b54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3283 | 2024.07.03 17:24:45.558902 [ 3 ] {3f5d6e08-a2a3-4df2-a257-a757496da2e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3284 | 2024.07.03 17:24:45.558945 [ 3 ] {3f5d6e08-a2a3-4df2-a257-a757496da2e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3285 | 2024.07.03 17:24:45.559072 [ 3 ] {3f5d6e08-a2a3-4df2-a257-a757496da2e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3286 | 2024.07.03 17:24:45.559385 [ 3 ] {3f5d6e08-a2a3-4df2-a257-a757496da2e7} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3287 | 2024.07.03 17:24:45.559422 [ 3 ] {3f5d6e08-a2a3-4df2-a257-a757496da2e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3288 | 2024.07.03 17:24:45.559729 [ 3 ] {3f5d6e08-a2a3-4df2-a257-a757496da2e7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3289 | 2024.07.03 17:24:45.560037 [ 3 ] {3f5d6e08-a2a3-4df2-a257-a757496da2e7} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3290 | 2024.07.03 17:24:45.560210 [ 3 ] {3f5d6e08-a2a3-4df2-a257-a757496da2e7} <Debug> executeQuery: Read 54 rows, 4.88 KiB in 0.001336 sec., 40419.161676646705 rows/sec., 3.56 MiB/sec. | ||
3291 | 2024.07.03 17:24:45.560510 [ 3 ] {3f5d6e08-a2a3-4df2-a257-a757496da2e7} <Debug> DynamicQueryHandler: Done processing query | ||
3292 | 2024.07.03 17:24:45.560537 [ 3 ] {3f5d6e08-a2a3-4df2-a257-a757496da2e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3293 | 2024.07.03 17:24:45.560552 [ 3 ] {} <Debug> HTTP-Session: 53889823-3e78-4351-a087-840290253b54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3294 | 2024.07.03 17:24:45.560669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3295 | 2024.07.03 17:24:45.560718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3296 | 2024.07.03 17:24:45.560738 [ 3 ] {} <Debug> HTTP-Session: e809dcf5-c579-4fcc-8dad-3120907b4fa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3297 | 2024.07.03 17:24:45.560754 [ 3 ] {} <Debug> HTTP-Session: e809dcf5-c579-4fcc-8dad-3120907b4fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3298 | 2024.07.03 17:24:45.560768 [ 3 ] {} <Debug> HTTP-Session: e809dcf5-c579-4fcc-8dad-3120907b4fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3299 | 2024.07.03 17:24:45.560799 [ 3 ] {} <Trace> HTTP-Session: e809dcf5-c579-4fcc-8dad-3120907b4fa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3300 | 2024.07.03 17:24:45.560895 [ 3 ] {3050f4b2-2488-443c-ba62-12d3638aaa2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3301 | 2024.07.03 17:24:45.560938 [ 3 ] {3050f4b2-2488-443c-ba62-12d3638aaa2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3302 | 2024.07.03 17:24:45.561079 [ 3 ] {3050f4b2-2488-443c-ba62-12d3638aaa2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3303 | 2024.07.03 17:24:45.561519 [ 3 ] {3050f4b2-2488-443c-ba62-12d3638aaa2e} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3304 | 2024.07.03 17:24:45.561555 [ 3 ] {3050f4b2-2488-443c-ba62-12d3638aaa2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3305 | 2024.07.03 17:24:45.561862 [ 3 ] {3050f4b2-2488-443c-ba62-12d3638aaa2e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3306 | 2024.07.03 17:24:45.562163 [ 3 ] {3050f4b2-2488-443c-ba62-12d3638aaa2e} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3307 | 2024.07.03 17:24:45.562320 [ 3 ] {3050f4b2-2488-443c-ba62-12d3638aaa2e} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001446 sec., 2766.2517289073307 rows/sec., 193.15 KiB/sec. | ||
3308 | 2024.07.03 17:24:45.562534 [ 3 ] {3050f4b2-2488-443c-ba62-12d3638aaa2e} <Debug> DynamicQueryHandler: Done processing query | ||
3309 | 2024.07.03 17:24:45.562558 [ 3 ] {3050f4b2-2488-443c-ba62-12d3638aaa2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3310 | 2024.07.03 17:24:45.562575 [ 3 ] {} <Debug> HTTP-Session: e809dcf5-c579-4fcc-8dad-3120907b4fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3311 | 2024.07.03 17:24:45.562706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3312 | 2024.07.03 17:24:45.562756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3313 | 2024.07.03 17:24:45.562775 [ 3 ] {} <Debug> HTTP-Session: 51c0c2cc-5a6c-4a02-bf2d-4258a1dd0ab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3314 | 2024.07.03 17:24:45.562791 [ 3 ] {} <Debug> HTTP-Session: 51c0c2cc-5a6c-4a02-bf2d-4258a1dd0ab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3315 | 2024.07.03 17:24:45.562806 [ 3 ] {} <Debug> HTTP-Session: 51c0c2cc-5a6c-4a02-bf2d-4258a1dd0ab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3316 | 2024.07.03 17:24:45.562837 [ 3 ] {} <Trace> HTTP-Session: 51c0c2cc-5a6c-4a02-bf2d-4258a1dd0ab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3317 | 2024.07.03 17:24:45.562938 [ 3 ] {ae69e824-8ff7-419b-8b2f-52926cce1710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3318 | 2024.07.03 17:24:45.562980 [ 3 ] {ae69e824-8ff7-419b-8b2f-52926cce1710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3319 | 2024.07.03 17:24:45.563107 [ 3 ] {ae69e824-8ff7-419b-8b2f-52926cce1710} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3320 | 2024.07.03 17:24:45.563485 [ 3 ] {ae69e824-8ff7-419b-8b2f-52926cce1710} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3321 | 2024.07.03 17:24:45.563523 [ 3 ] {ae69e824-8ff7-419b-8b2f-52926cce1710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3322 | 2024.07.03 17:24:45.563821 [ 3 ] {ae69e824-8ff7-419b-8b2f-52926cce1710} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3323 | 2024.07.03 17:24:45.564119 [ 3 ] {ae69e824-8ff7-419b-8b2f-52926cce1710} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3324 | 2024.07.03 17:24:45.564284 [ 3 ] {ae69e824-8ff7-419b-8b2f-52926cce1710} <Debug> executeQuery: Read 28 rows, 2.25 KiB in 0.001373 sec., 20393.29934450109 rows/sec., 1.60 MiB/sec. | ||
3325 | 2024.07.03 17:24:45.564583 [ 3 ] {ae69e824-8ff7-419b-8b2f-52926cce1710} <Debug> DynamicQueryHandler: Done processing query | ||
3326 | 2024.07.03 17:24:45.564608 [ 3 ] {ae69e824-8ff7-419b-8b2f-52926cce1710} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3327 | 2024.07.03 17:24:45.564625 [ 3 ] {} <Debug> HTTP-Session: 51c0c2cc-5a6c-4a02-bf2d-4258a1dd0ab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3328 | 2024.07.03 17:24:45.564743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3329 | 2024.07.03 17:24:45.564792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3330 | 2024.07.03 17:24:45.564811 [ 3 ] {} <Debug> HTTP-Session: b5a90030-50ac-474a-93d2-71d3b42a5b4a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3331 | 2024.07.03 17:24:45.564828 [ 3 ] {} <Debug> HTTP-Session: b5a90030-50ac-474a-93d2-71d3b42a5b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3332 | 2024.07.03 17:24:45.564842 [ 3 ] {} <Debug> HTTP-Session: b5a90030-50ac-474a-93d2-71d3b42a5b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3333 | 2024.07.03 17:24:45.564872 [ 3 ] {} <Trace> HTTP-Session: b5a90030-50ac-474a-93d2-71d3b42a5b4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3334 | 2024.07.03 17:24:45.564977 [ 3 ] {0c2e7856-a2ee-4434-9707-d1353563f686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3335 | 2024.07.03 17:24:45.565027 [ 3 ] {0c2e7856-a2ee-4434-9707-d1353563f686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3336 | 2024.07.03 17:24:45.565195 [ 3 ] {0c2e7856-a2ee-4434-9707-d1353563f686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3337 | 2024.07.03 17:24:45.565497 [ 3 ] {0c2e7856-a2ee-4434-9707-d1353563f686} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3338 | 2024.07.03 17:24:45.565533 [ 3 ] {0c2e7856-a2ee-4434-9707-d1353563f686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3339 | 2024.07.03 17:24:45.565906 [ 3 ] {0c2e7856-a2ee-4434-9707-d1353563f686} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3340 | 2024.07.03 17:24:45.566243 [ 3 ] {0c2e7856-a2ee-4434-9707-d1353563f686} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3341 | 2024.07.03 17:24:45.566395 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3342 | 2024.07.03 17:24:45.566405 [ 3 ] {0c2e7856-a2ee-4434-9707-d1353563f686} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001449 sec., 8281.573498964803 rows/sec., 622.74 KiB/sec. | ||
3343 | 2024.07.03 17:24:45.566472 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3344 | 2024.07.03 17:24:45.566537 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3345 | 2024.07.03 17:24:45.566703 [ 3 ] {0c2e7856-a2ee-4434-9707-d1353563f686} <Debug> DynamicQueryHandler: Done processing query | ||
3346 | 2024.07.03 17:24:45.566709 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
3347 | 2024.07.03 17:24:45.566732 [ 3 ] {0c2e7856-a2ee-4434-9707-d1353563f686} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3348 | 2024.07.03 17:24:45.566762 [ 3 ] {} <Debug> HTTP-Session: b5a90030-50ac-474a-93d2-71d3b42a5b4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3349 | 2024.07.03 17:24:45.566879 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3350 | 2024.07.03 17:24:45.566915 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 615 rows starting from the beginning of the part | ||
3351 | 2024.07.03 17:24:45.567024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 25996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3352 | 2024.07.03 17:24:45.567037 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part | ||
3353 | 2024.07.03 17:24:45.567108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3354 | 2024.07.03 17:24:45.567207 [ 3 ] {} <Debug> HTTP-Session: c5f63d2b-9fc4-41e9-bc9e-1dc35213f5fd Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3355 | 2024.07.03 17:24:45.567294 [ 3 ] {} <Debug> HTTP-Session: c5f63d2b-9fc4-41e9-bc9e-1dc35213f5fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3356 | 2024.07.03 17:24:45.567315 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
3357 | 2024.07.03 17:24:45.567325 [ 3 ] {} <Debug> HTTP-Session: c5f63d2b-9fc4-41e9-bc9e-1dc35213f5fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3358 | 2024.07.03 17:24:45.567434 [ 3 ] {} <Trace> HTTP-Session: c5f63d2b-9fc4-41e9-bc9e-1dc35213f5fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3359 | 2024.07.03 17:24:45.567637 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part | ||
3360 | 2024.07.03 17:24:45.567730 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part | ||
3361 | 2024.07.03 17:24:45.567837 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
3362 | 2024.07.03 17:24:45.567918 [ 3 ] {ad8fc9fa-8724-42a5-b5fe-70e0208e937a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3363 | 2024.07.03 17:24:45.568322 [ 3 ] {ad8fc9fa-8724-42a5-b5fe-70e0208e937a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3364 | 2024.07.03 17:24:45.569313 [ 3 ] {ad8fc9fa-8724-42a5-b5fe-70e0208e937a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3365 | 2024.07.03 17:24:45.570095 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 668 rows, containing 5 columns (5 merged, 0 gathered) in 0.00345652 sec., 193257.958871929 rows/sec., 13.81 MiB/sec. | ||
3366 | 2024.07.03 17:24:45.570265 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3367 | 2024.07.03 17:24:45.570378 [ 3 ] {ad8fc9fa-8724-42a5-b5fe-70e0208e937a} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3368 | 2024.07.03 17:24:45.570419 [ 3 ] {ad8fc9fa-8724-42a5-b5fe-70e0208e937a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3369 | 2024.07.03 17:24:45.570930 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3370 | 2024.07.03 17:24:45.571030 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3371 | 2024.07.03 17:24:45.571123 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
3372 | 2024.07.03 17:24:45.571370 [ 3 ] {ad8fc9fa-8724-42a5-b5fe-70e0208e937a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3373 | 2024.07.03 17:24:45.571776 [ 3 ] {ad8fc9fa-8724-42a5-b5fe-70e0208e937a} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3374 | 2024.07.03 17:24:45.571974 [ 3 ] {ad8fc9fa-8724-42a5-b5fe-70e0208e937a} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.004316 sec., 3707.1362372567187 rows/sec., 6.64 MiB/sec. | ||
3375 | 2024.07.03 17:24:45.572227 [ 3 ] {ad8fc9fa-8724-42a5-b5fe-70e0208e937a} <Debug> DynamicQueryHandler: Done processing query | ||
3376 | 2024.07.03 17:24:45.572252 [ 3 ] {ad8fc9fa-8724-42a5-b5fe-70e0208e937a} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3377 | 2024.07.03 17:24:45.572269 [ 3 ] {} <Debug> HTTP-Session: c5f63d2b-9fc4-41e9-bc9e-1dc35213f5fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3378 | 2024.07.03 17:24:45.572395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3379 | 2024.07.03 17:24:45.572444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3380 | 2024.07.03 17:24:45.572465 [ 3 ] {} <Debug> HTTP-Session: a1098c14-5471-4cce-9ab8-ddd3c927fd04 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3381 | 2024.07.03 17:24:45.572481 [ 3 ] {} <Debug> HTTP-Session: a1098c14-5471-4cce-9ab8-ddd3c927fd04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3382 | 2024.07.03 17:24:45.572495 [ 3 ] {} <Debug> HTTP-Session: a1098c14-5471-4cce-9ab8-ddd3c927fd04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3383 | 2024.07.03 17:24:45.572526 [ 3 ] {} <Trace> HTTP-Session: a1098c14-5471-4cce-9ab8-ddd3c927fd04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3384 | 2024.07.03 17:24:45.572623 [ 3 ] {41946516-e544-46d0-991e-7df381d2d92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3385 | 2024.07.03 17:24:45.572668 [ 3 ] {41946516-e544-46d0-991e-7df381d2d92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3386 | 2024.07.03 17:24:45.572798 [ 3 ] {41946516-e544-46d0-991e-7df381d2d92b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3387 | 2024.07.03 17:24:45.573105 [ 3 ] {41946516-e544-46d0-991e-7df381d2d92b} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3388 | 2024.07.03 17:24:45.573142 [ 3 ] {41946516-e544-46d0-991e-7df381d2d92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3389 | 2024.07.03 17:24:45.573505 [ 3 ] {41946516-e544-46d0-991e-7df381d2d92b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3390 | 2024.07.03 17:24:45.573824 [ 3 ] {41946516-e544-46d0-991e-7df381d2d92b} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3391 | 2024.07.03 17:24:45.573975 [ 73 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3392 | 2024.07.03 17:24:45.573986 [ 3 ] {41946516-e544-46d0-991e-7df381d2d92b} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001382 sec., 7235.89001447178 rows/sec., 455.78 KiB/sec. | ||
3393 | 2024.07.03 17:24:45.574020 [ 73 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3394 | 2024.07.03 17:24:45.574082 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3395 | 2024.07.03 17:24:45.574305 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
3396 | 2024.07.03 17:24:45.574319 [ 3 ] {41946516-e544-46d0-991e-7df381d2d92b} <Debug> DynamicQueryHandler: Done processing query | ||
3397 | 2024.07.03 17:24:45.574411 [ 3 ] {41946516-e544-46d0-991e-7df381d2d92b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3398 | 2024.07.03 17:24:45.574430 [ 3 ] {} <Debug> HTTP-Session: a1098c14-5471-4cce-9ab8-ddd3c927fd04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3399 | 2024.07.03 17:24:45.574551 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3400 | 2024.07.03 17:24:45.574591 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 110 rows starting from the beginning of the part | ||
3401 | 2024.07.03 17:24:45.574674 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part | ||
3402 | 2024.07.03 17:24:45.574764 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
3403 | 2024.07.03 17:24:45.574972 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part | ||
3404 | 2024.07.03 17:24:45.575147 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part | ||
3405 | 2024.07.03 17:24:45.575277 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
3406 | 2024.07.03 17:24:45.576374 [ 198 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 4 columns (4 merged, 0 gathered) in 0.002184407 sec., 73246.42340003488 rows/sec., 4.51 MiB/sec. | ||
3407 | 2024.07.03 17:24:45.576515 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3408 | 2024.07.03 17:24:45.576902 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_16_3} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3409 | 2024.07.03 17:24:45.576984 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_16_3} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3410 | 2024.07.03 17:24:45.577067 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3411 | 2024.07.03 17:24:48.468165 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3412 | 2024.07.03 17:24:48.468227 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3413 | 2024.07.03 17:24:50.553282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 658, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3414 | 2024.07.03 17:24:50.553402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3415 | 2024.07.03 17:24:50.553427 [ 3 ] {} <Debug> HTTP-Session: 97b384b5-aff9-4f18-a692-012743a68697 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3416 | 2024.07.03 17:24:50.553452 [ 3 ] {} <Debug> HTTP-Session: 97b384b5-aff9-4f18-a692-012743a68697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3417 | 2024.07.03 17:24:50.553467 [ 3 ] {} <Debug> HTTP-Session: 97b384b5-aff9-4f18-a692-012743a68697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3418 | 2024.07.03 17:24:50.553518 [ 3 ] {} <Trace> HTTP-Session: 97b384b5-aff9-4f18-a692-012743a68697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3419 | 2024.07.03 17:24:50.553745 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3420 | 2024.07.03 17:24:50.554113 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3421 | 2024.07.03 17:24:50.554154 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3422 | 2024.07.03 17:24:50.554452 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3423 | 2024.07.03 17:24:50.554536 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3424 | 2024.07.03 17:24:50.554707 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
3425 | 2024.07.03 17:24:50.554918 [ 255 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3426 | 2024.07.03 17:24:50.554932 [ 258 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3427 | 2024.07.03 17:24:50.554951 [ 260 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3428 | 2024.07.03 17:24:50.555001 [ 257 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3429 | 2024.07.03 17:24:50.555150 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3430 | 2024.07.03 17:24:50.555187 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3431 | 2024.07.03 17:24:50.555305 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3432 | 2024.07.03 17:24:50.555329 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3433 | 2024.07.03 17:24:50.555370 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3434 | 2024.07.03 17:24:50.555412 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3435 | 2024.07.03 17:24:50.555450 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3436 | 2024.07.03 17:24:50.557388 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003737 sec., 3746.3205780037465 rows/sec., 157.84 KiB/sec. | ||
3437 | 2024.07.03 17:24:50.557783 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Debug> DynamicQueryHandler: Done processing query | ||
3438 | 2024.07.03 17:24:50.557810 [ 3 ] {3b3501f1-4b05-4e36-b917-d6fbb291d50d} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3439 | 2024.07.03 17:24:50.557828 [ 3 ] {} <Debug> HTTP-Session: 97b384b5-aff9-4f18-a692-012743a68697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3440 | 2024.07.03 17:24:50.558044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 701, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3441 | 2024.07.03 17:24:50.558100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3442 | 2024.07.03 17:24:50.558120 [ 3 ] {} <Debug> HTTP-Session: ce983de8-1d27-48df-81b0-1ce42fc95b4a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3443 | 2024.07.03 17:24:50.558138 [ 3 ] {} <Debug> HTTP-Session: ce983de8-1d27-48df-81b0-1ce42fc95b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.07.03 17:24:50.558152 [ 3 ] {} <Debug> HTTP-Session: ce983de8-1d27-48df-81b0-1ce42fc95b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3445 | 2024.07.03 17:24:50.558188 [ 3 ] {} <Trace> HTTP-Session: ce983de8-1d27-48df-81b0-1ce42fc95b4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3446 | 2024.07.03 17:24:50.558340 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3447 | 2024.07.03 17:24:50.558613 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3448 | 2024.07.03 17:24:50.558653 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3449 | 2024.07.03 17:24:50.558904 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3450 | 2024.07.03 17:24:50.558970 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3451 | 2024.07.03 17:24:50.559115 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
3452 | 2024.07.03 17:24:50.559299 [ 262 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3453 | 2024.07.03 17:24:50.559301 [ 255 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3454 | 2024.07.03 17:24:50.559334 [ 259 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3455 | 2024.07.03 17:24:50.559274 [ 261 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3456 | 2024.07.03 17:24:50.559482 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3457 | 2024.07.03 17:24:50.559512 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3458 | 2024.07.03 17:24:50.559617 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3459 | 2024.07.03 17:24:50.559638 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3460 | 2024.07.03 17:24:50.559676 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3461 | 2024.07.03 17:24:50.559715 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3462 | 2024.07.03 17:24:50.559751 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3463 | 2024.07.03 17:24:50.561348 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003076 sec., 4551.365409622887 rows/sec., 191.76 KiB/sec. | ||
3464 | 2024.07.03 17:24:50.561690 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Debug> DynamicQueryHandler: Done processing query | ||
3465 | 2024.07.03 17:24:50.561715 [ 3 ] {20886fa2-0323-4dcb-8ccf-6a084a45bcec} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3466 | 2024.07.03 17:24:50.561731 [ 3 ] {} <Debug> HTTP-Session: ce983de8-1d27-48df-81b0-1ce42fc95b4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3467 | 2024.07.03 17:24:50.562089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3468 | 2024.07.03 17:24:50.562140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3469 | 2024.07.03 17:24:50.562159 [ 3 ] {} <Debug> HTTP-Session: df372167-ca5d-42e6-8835-fb01a56a1038 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3470 | 2024.07.03 17:24:50.562175 [ 3 ] {} <Debug> HTTP-Session: df372167-ca5d-42e6-8835-fb01a56a1038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3471 | 2024.07.03 17:24:50.562189 [ 3 ] {} <Debug> HTTP-Session: df372167-ca5d-42e6-8835-fb01a56a1038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3472 | 2024.07.03 17:24:50.562222 [ 3 ] {} <Trace> HTTP-Session: df372167-ca5d-42e6-8835-fb01a56a1038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3473 | 2024.07.03 17:24:50.562361 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3474 | 2024.07.03 17:24:50.562649 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3475 | 2024.07.03 17:24:50.562687 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3476 | 2024.07.03 17:24:50.562941 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3477 | 2024.07.03 17:24:50.563005 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3478 | 2024.07.03 17:24:50.563146 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
3479 | 2024.07.03 17:24:50.563220 [ 255 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3480 | 2024.07.03 17:24:50.563306 [ 262 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3481 | 2024.07.03 17:24:50.563337 [ 258 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3482 | 2024.07.03 17:24:50.563359 [ 259 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3483 | 2024.07.03 17:24:50.563483 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3484 | 2024.07.03 17:24:50.563511 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3485 | 2024.07.03 17:24:50.563612 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3486 | 2024.07.03 17:24:50.563633 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3487 | 2024.07.03 17:24:50.563670 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3488 | 2024.07.03 17:24:50.563708 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3489 | 2024.07.03 17:24:50.563744 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3490 | 2024.07.03 17:24:50.565360 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003061 sec., 4573.668735707285 rows/sec., 192.70 KiB/sec. | ||
3491 | 2024.07.03 17:24:50.565682 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Debug> DynamicQueryHandler: Done processing query | ||
3492 | 2024.07.03 17:24:50.565706 [ 3 ] {d6f62f71-2dfe-4f82-b00f-f237a9bc38d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3493 | 2024.07.03 17:24:50.565724 [ 3 ] {} <Debug> HTTP-Session: df372167-ca5d-42e6-8835-fb01a56a1038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3494 | 2024.07.03 17:24:50.565975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3495 | 2024.07.03 17:24:50.566024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3496 | 2024.07.03 17:24:50.566043 [ 3 ] {} <Debug> HTTP-Session: 88d52b5f-295a-484e-889e-8b63f48edf9d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3497 | 2024.07.03 17:24:50.566059 [ 3 ] {} <Debug> HTTP-Session: 88d52b5f-295a-484e-889e-8b63f48edf9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3498 | 2024.07.03 17:24:50.566072 [ 3 ] {} <Debug> HTTP-Session: 88d52b5f-295a-484e-889e-8b63f48edf9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3499 | 2024.07.03 17:24:50.566104 [ 3 ] {} <Trace> HTTP-Session: 88d52b5f-295a-484e-889e-8b63f48edf9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3500 | 2024.07.03 17:24:50.566239 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3501 | 2024.07.03 17:24:50.566500 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3502 | 2024.07.03 17:24:50.566539 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3503 | 2024.07.03 17:24:50.566789 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3504 | 2024.07.03 17:24:50.566853 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3505 | 2024.07.03 17:24:50.566989 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
3506 | 2024.07.03 17:24:50.567154 [ 261 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3507 | 2024.07.03 17:24:50.567181 [ 258 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3508 | 2024.07.03 17:24:50.567194 [ 255 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3509 | 2024.07.03 17:24:50.567258 [ 257 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3510 | 2024.07.03 17:24:50.567364 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3511 | 2024.07.03 17:24:50.567392 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3512 | 2024.07.03 17:24:50.567493 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3513 | 2024.07.03 17:24:50.567512 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3514 | 2024.07.03 17:24:50.567549 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3515 | 2024.07.03 17:24:50.567589 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3516 | 2024.07.03 17:24:50.567625 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3517 | 2024.07.03 17:24:50.569393 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003214 sec., 4355.942750466708 rows/sec., 183.52 KiB/sec. | ||
3518 | 2024.07.03 17:24:50.569737 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Debug> DynamicQueryHandler: Done processing query | ||
3519 | 2024.07.03 17:24:50.569761 [ 3 ] {1ce5e438-21fd-40f7-8566-4609fabf4115} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3520 | 2024.07.03 17:24:50.569778 [ 3 ] {} <Debug> HTTP-Session: 88d52b5f-295a-484e-889e-8b63f48edf9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3521 | 2024.07.03 17:24:50.570014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3522 | 2024.07.03 17:24:50.570060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3523 | 2024.07.03 17:24:50.570079 [ 3 ] {} <Debug> HTTP-Session: 790307d0-a2df-40bf-bc9b-e834a4e4cecf Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3524 | 2024.07.03 17:24:50.570095 [ 3 ] {} <Debug> HTTP-Session: 790307d0-a2df-40bf-bc9b-e834a4e4cecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3525 | 2024.07.03 17:24:50.570108 [ 3 ] {} <Debug> HTTP-Session: 790307d0-a2df-40bf-bc9b-e834a4e4cecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3526 | 2024.07.03 17:24:50.570139 [ 3 ] {} <Trace> HTTP-Session: 790307d0-a2df-40bf-bc9b-e834a4e4cecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3527 | 2024.07.03 17:24:50.570274 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3528 | 2024.07.03 17:24:50.570533 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3529 | 2024.07.03 17:24:50.570572 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3530 | 2024.07.03 17:24:50.570824 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3531 | 2024.07.03 17:24:50.570888 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3532 | 2024.07.03 17:24:50.571025 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
3533 | 2024.07.03 17:24:50.571165 [ 260 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3534 | 2024.07.03 17:24:50.571206 [ 262 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3535 | 2024.07.03 17:24:50.571209 [ 257 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3536 | 2024.07.03 17:24:50.571252 [ 259 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3537 | 2024.07.03 17:24:50.571357 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3538 | 2024.07.03 17:24:50.571386 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3539 | 2024.07.03 17:24:50.571485 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3540 | 2024.07.03 17:24:50.571506 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3541 | 2024.07.03 17:24:50.571542 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3542 | 2024.07.03 17:24:50.571581 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3543 | 2024.07.03 17:24:50.571616 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3544 | 2024.07.03 17:24:50.573287 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003074 sec., 4554.326610279766 rows/sec., 191.88 KiB/sec. | ||
3545 | 2024.07.03 17:24:50.573626 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Debug> DynamicQueryHandler: Done processing query | ||
3546 | 2024.07.03 17:24:50.573650 [ 3 ] {b7594c48-7830-4ff3-834a-46482b1cce05} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3547 | 2024.07.03 17:24:50.573667 [ 3 ] {} <Debug> HTTP-Session: 790307d0-a2df-40bf-bc9b-e834a4e4cecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3548 | 2024.07.03 17:24:50.573893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3549 | 2024.07.03 17:24:50.573940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3550 | 2024.07.03 17:24:50.573959 [ 3 ] {} <Debug> HTTP-Session: 6d250313-18e3-4309-9632-4b11efce4f26 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3551 | 2024.07.03 17:24:50.573975 [ 3 ] {} <Debug> HTTP-Session: 6d250313-18e3-4309-9632-4b11efce4f26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3552 | 2024.07.03 17:24:50.573988 [ 3 ] {} <Debug> HTTP-Session: 6d250313-18e3-4309-9632-4b11efce4f26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3553 | 2024.07.03 17:24:50.574019 [ 3 ] {} <Trace> HTTP-Session: 6d250313-18e3-4309-9632-4b11efce4f26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3554 | 2024.07.03 17:24:50.574155 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3555 | 2024.07.03 17:24:50.574421 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3556 | 2024.07.03 17:24:50.574462 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3557 | 2024.07.03 17:24:50.574719 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3558 | 2024.07.03 17:24:50.574782 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3559 | 2024.07.03 17:24:50.574917 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
3560 | 2024.07.03 17:24:50.575031 [ 255 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3561 | 2024.07.03 17:24:50.575058 [ 262 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3562 | 2024.07.03 17:24:50.575102 [ 258 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3563 | 2024.07.03 17:24:50.575156 [ 259 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3564 | 2024.07.03 17:24:50.575256 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3565 | 2024.07.03 17:24:50.575284 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3566 | 2024.07.03 17:24:50.575385 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3567 | 2024.07.03 17:24:50.575405 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3568 | 2024.07.03 17:24:50.575441 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3569 | 2024.07.03 17:24:50.575479 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3570 | 2024.07.03 17:24:50.575513 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3571 | 2024.07.03 17:24:50.577038 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.002946 sec., 4752.206381534284 rows/sec., 200.22 KiB/sec. | ||
3572 | 2024.07.03 17:24:50.577352 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Debug> DynamicQueryHandler: Done processing query | ||
3573 | 2024.07.03 17:24:50.577377 [ 3 ] {922e92c8-adab-45f9-a82a-3554790e60a3} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3574 | 2024.07.03 17:24:50.577393 [ 3 ] {} <Debug> HTTP-Session: 6d250313-18e3-4309-9632-4b11efce4f26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3575 | 2024.07.03 17:24:50.577643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3576 | 2024.07.03 17:24:50.577691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3577 | 2024.07.03 17:24:50.577709 [ 3 ] {} <Debug> HTTP-Session: f3fe5765-288f-411d-80a0-dc235162b6ec Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3578 | 2024.07.03 17:24:50.577725 [ 3 ] {} <Debug> HTTP-Session: f3fe5765-288f-411d-80a0-dc235162b6ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3579 | 2024.07.03 17:24:50.577740 [ 3 ] {} <Debug> HTTP-Session: f3fe5765-288f-411d-80a0-dc235162b6ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3580 | 2024.07.03 17:24:50.577770 [ 3 ] {} <Trace> HTTP-Session: f3fe5765-288f-411d-80a0-dc235162b6ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3581 | 2024.07.03 17:24:50.577907 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3582 | 2024.07.03 17:24:50.578169 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3583 | 2024.07.03 17:24:50.578210 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3584 | 2024.07.03 17:24:50.578472 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3585 | 2024.07.03 17:24:50.578536 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3586 | 2024.07.03 17:24:50.578671 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
3587 | 2024.07.03 17:24:50.578840 [ 262 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3588 | 2024.07.03 17:24:50.578875 [ 255 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3589 | 2024.07.03 17:24:50.578868 [ 258 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3590 | 2024.07.03 17:24:50.578906 [ 259 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3591 | 2024.07.03 17:24:50.579039 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3592 | 2024.07.03 17:24:50.579066 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3593 | 2024.07.03 17:24:50.579166 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3594 | 2024.07.03 17:24:50.579186 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3595 | 2024.07.03 17:24:50.579223 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3596 | 2024.07.03 17:24:50.579261 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3597 | 2024.07.03 17:24:50.579298 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3598 | 2024.07.03 17:24:50.580811 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.002968 sec., 4716.981132075472 rows/sec., 198.73 KiB/sec. | ||
3599 | 2024.07.03 17:24:50.581127 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Debug> DynamicQueryHandler: Done processing query | ||
3600 | 2024.07.03 17:24:50.581152 [ 3 ] {c078a20f-412e-421c-bebf-d1a738c78711} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3601 | 2024.07.03 17:24:50.581169 [ 3 ] {} <Debug> HTTP-Session: f3fe5765-288f-411d-80a0-dc235162b6ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3602 | 2024.07.03 17:24:50.581429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3603 | 2024.07.03 17:24:50.581476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3604 | 2024.07.03 17:24:50.581495 [ 3 ] {} <Debug> HTTP-Session: 0424f1d1-82d5-42f9-8bbd-7fe27f9955a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3605 | 2024.07.03 17:24:50.581511 [ 3 ] {} <Debug> HTTP-Session: 0424f1d1-82d5-42f9-8bbd-7fe27f9955a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3606 | 2024.07.03 17:24:50.581524 [ 3 ] {} <Debug> HTTP-Session: 0424f1d1-82d5-42f9-8bbd-7fe27f9955a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3607 | 2024.07.03 17:24:50.581555 [ 3 ] {} <Trace> HTTP-Session: 0424f1d1-82d5-42f9-8bbd-7fe27f9955a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3608 | 2024.07.03 17:24:50.581692 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3609 | 2024.07.03 17:24:50.581959 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3610 | 2024.07.03 17:24:50.582000 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3611 | 2024.07.03 17:24:50.582269 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3612 | 2024.07.03 17:24:50.582332 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3613 | 2024.07.03 17:24:50.582466 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
3614 | 2024.07.03 17:24:50.582614 [ 260 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3615 | 2024.07.03 17:24:50.582611 [ 258 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3616 | 2024.07.03 17:24:50.582646 [ 257 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3617 | 2024.07.03 17:24:50.582599 [ 255 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3618 | 2024.07.03 17:24:50.582805 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3619 | 2024.07.03 17:24:50.582828 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3620 | 2024.07.03 17:24:50.582930 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3621 | 2024.07.03 17:24:50.582951 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3622 | 2024.07.03 17:24:50.582988 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3623 | 2024.07.03 17:24:50.583027 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3624 | 2024.07.03 17:24:50.583064 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3625 | 2024.07.03 17:24:50.584681 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003053 sec., 4585.653455617426 rows/sec., 193.20 KiB/sec. | ||
3626 | 2024.07.03 17:24:50.585056 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Debug> DynamicQueryHandler: Done processing query | ||
3627 | 2024.07.03 17:24:50.585085 [ 3 ] {5a25cf56-67b9-49db-96d9-fe859b3bc64b} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3628 | 2024.07.03 17:24:50.585105 [ 3 ] {} <Debug> HTTP-Session: 0424f1d1-82d5-42f9-8bbd-7fe27f9955a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3629 | 2024.07.03 17:24:50.585325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3630 | 2024.07.03 17:24:50.585381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3631 | 2024.07.03 17:24:50.585404 [ 3 ] {} <Debug> HTTP-Session: 6553254d-78d1-408d-beb7-f7d1af506693 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3632 | 2024.07.03 17:24:50.585424 [ 3 ] {} <Debug> HTTP-Session: 6553254d-78d1-408d-beb7-f7d1af506693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3633 | 2024.07.03 17:24:50.585440 [ 3 ] {} <Debug> HTTP-Session: 6553254d-78d1-408d-beb7-f7d1af506693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3634 | 2024.07.03 17:24:50.585478 [ 3 ] {} <Trace> HTTP-Session: 6553254d-78d1-408d-beb7-f7d1af506693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3635 | 2024.07.03 17:24:50.585648 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3636 | 2024.07.03 17:24:50.585926 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3637 | 2024.07.03 17:24:50.585968 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3638 | 2024.07.03 17:24:50.586238 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3639 | 2024.07.03 17:24:50.586301 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3640 | 2024.07.03 17:24:50.586434 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
3641 | 2024.07.03 17:24:50.586588 [ 258 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3642 | 2024.07.03 17:24:50.586614 [ 261 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3643 | 2024.07.03 17:24:50.586619 [ 255 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3644 | 2024.07.03 17:24:50.586641 [ 259 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3645 | 2024.07.03 17:24:50.586797 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3646 | 2024.07.03 17:24:50.586827 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3647 | 2024.07.03 17:24:50.586928 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3648 | 2024.07.03 17:24:50.586949 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3649 | 2024.07.03 17:24:50.586987 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3650 | 2024.07.03 17:24:50.587028 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3651 | 2024.07.03 17:24:50.587064 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3652 | 2024.07.03 17:24:50.588761 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003194 sec., 4383.218534752662 rows/sec., 184.67 KiB/sec. | ||
3653 | 2024.07.03 17:24:50.589130 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Debug> DynamicQueryHandler: Done processing query | ||
3654 | 2024.07.03 17:24:50.589159 [ 3 ] {8e109b3b-c068-46c7-ada3-a3641daa1ad2} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3655 | 2024.07.03 17:24:50.589179 [ 3 ] {} <Debug> HTTP-Session: 6553254d-78d1-408d-beb7-f7d1af506693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3656 | 2024.07.03 17:24:50.589411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3657 | 2024.07.03 17:24:50.589467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3658 | 2024.07.03 17:24:50.589490 [ 3 ] {} <Debug> HTTP-Session: 61caea88-2c54-4e03-8a07-34c26d195570 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3659 | 2024.07.03 17:24:50.589509 [ 3 ] {} <Debug> HTTP-Session: 61caea88-2c54-4e03-8a07-34c26d195570 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3660 | 2024.07.03 17:24:50.589526 [ 3 ] {} <Debug> HTTP-Session: 61caea88-2c54-4e03-8a07-34c26d195570 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3661 | 2024.07.03 17:24:50.589563 [ 3 ] {} <Trace> HTTP-Session: 61caea88-2c54-4e03-8a07-34c26d195570 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3662 | 2024.07.03 17:24:50.589727 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3663 | 2024.07.03 17:24:50.589993 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3664 | 2024.07.03 17:24:50.590035 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3665 | 2024.07.03 17:24:50.590309 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3666 | 2024.07.03 17:24:50.590372 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3667 | 2024.07.03 17:24:50.590508 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
3668 | 2024.07.03 17:24:50.590591 [ 255 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3669 | 2024.07.03 17:24:50.590658 [ 258 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3670 | 2024.07.03 17:24:50.590701 [ 262 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3671 | 2024.07.03 17:24:50.590690 [ 260 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3672 | 2024.07.03 17:24:50.590891 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3673 | 2024.07.03 17:24:50.590920 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3674 | 2024.07.03 17:24:50.591022 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3675 | 2024.07.03 17:24:50.591042 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3676 | 2024.07.03 17:24:50.591079 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3677 | 2024.07.03 17:24:50.591118 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3678 | 2024.07.03 17:24:50.591155 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3679 | 2024.07.03 17:24:50.592968 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003319 sec., 4218.137993371498 rows/sec., 177.72 KiB/sec. | ||
3680 | 2024.07.03 17:24:50.593299 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Debug> DynamicQueryHandler: Done processing query | ||
3681 | 2024.07.03 17:24:50.593324 [ 3 ] {23b49296-8eef-409a-b779-0dea318b0e67} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3682 | 2024.07.03 17:24:50.593340 [ 3 ] {} <Debug> HTTP-Session: 61caea88-2c54-4e03-8a07-34c26d195570 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3683 | 2024.07.03 17:24:50.593600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3684 | 2024.07.03 17:24:50.593648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3685 | 2024.07.03 17:24:50.593667 [ 3 ] {} <Debug> HTTP-Session: b1ac91a0-a3d6-4c90-b34d-7f35b8ddd38d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3686 | 2024.07.03 17:24:50.593683 [ 3 ] {} <Debug> HTTP-Session: b1ac91a0-a3d6-4c90-b34d-7f35b8ddd38d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3687 | 2024.07.03 17:24:50.593696 [ 3 ] {} <Debug> HTTP-Session: b1ac91a0-a3d6-4c90-b34d-7f35b8ddd38d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3688 | 2024.07.03 17:24:50.593728 [ 3 ] {} <Trace> HTTP-Session: b1ac91a0-a3d6-4c90-b34d-7f35b8ddd38d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3689 | 2024.07.03 17:24:50.593866 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3690 | 2024.07.03 17:24:50.594136 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3691 | 2024.07.03 17:24:50.594178 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3692 | 2024.07.03 17:24:50.594455 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3693 | 2024.07.03 17:24:50.594518 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3694 | 2024.07.03 17:24:50.594652 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
3695 | 2024.07.03 17:24:50.594783 [ 255 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3696 | 2024.07.03 17:24:50.594798 [ 260 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3697 | 2024.07.03 17:24:50.594815 [ 261 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3698 | 2024.07.03 17:24:50.594913 [ 259 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3699 | 2024.07.03 17:24:50.595047 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3700 | 2024.07.03 17:24:50.595076 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3701 | 2024.07.03 17:24:50.595177 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3702 | 2024.07.03 17:24:50.595198 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3703 | 2024.07.03 17:24:50.595235 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3704 | 2024.07.03 17:24:50.595275 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3705 | 2024.07.03 17:24:50.595311 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3706 | 2024.07.03 17:24:50.596916 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003115 sec., 4494.38202247191 rows/sec., 189.36 KiB/sec. | ||
3707 | 2024.07.03 17:24:50.597255 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Debug> DynamicQueryHandler: Done processing query | ||
3708 | 2024.07.03 17:24:50.597280 [ 3 ] {15e33d67-0cb0-4e5c-807b-da0016b99e0e} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3709 | 2024.07.03 17:24:50.597296 [ 3 ] {} <Debug> HTTP-Session: b1ac91a0-a3d6-4c90-b34d-7f35b8ddd38d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3710 | 2024.07.03 17:24:50.597536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3711 | 2024.07.03 17:24:50.597584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3712 | 2024.07.03 17:24:50.597603 [ 3 ] {} <Debug> HTTP-Session: 4b8057ed-cfe6-47f4-8a3a-2a4fcb0feee2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3713 | 2024.07.03 17:24:50.597619 [ 3 ] {} <Debug> HTTP-Session: 4b8057ed-cfe6-47f4-8a3a-2a4fcb0feee2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3714 | 2024.07.03 17:24:50.597632 [ 3 ] {} <Debug> HTTP-Session: 4b8057ed-cfe6-47f4-8a3a-2a4fcb0feee2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3715 | 2024.07.03 17:24:50.597663 [ 3 ] {} <Trace> HTTP-Session: 4b8057ed-cfe6-47f4-8a3a-2a4fcb0feee2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3716 | 2024.07.03 17:24:50.597814 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3717 | 2024.07.03 17:24:50.598090 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3718 | 2024.07.03 17:24:50.598133 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3719 | 2024.07.03 17:24:50.598418 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3720 | 2024.07.03 17:24:50.598482 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3721 | 2024.07.03 17:24:50.598618 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
3722 | 2024.07.03 17:24:50.598674 [ 255 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3723 | 2024.07.03 17:24:50.598767 [ 262 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3724 | 2024.07.03 17:24:50.598797 [ 258 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3725 | 2024.07.03 17:24:50.598846 [ 259 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3726 | 2024.07.03 17:24:50.598986 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3727 | 2024.07.03 17:24:50.599015 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3728 | 2024.07.03 17:24:50.599116 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3729 | 2024.07.03 17:24:50.599136 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3730 | 2024.07.03 17:24:50.599174 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3731 | 2024.07.03 17:24:50.599215 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3732 | 2024.07.03 17:24:50.599252 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3733 | 2024.07.03 17:24:50.600852 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003105 sec., 4508.856682769726 rows/sec., 189.97 KiB/sec. | ||
3734 | 2024.07.03 17:24:50.601186 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Debug> DynamicQueryHandler: Done processing query | ||
3735 | 2024.07.03 17:24:50.601210 [ 3 ] {871d5c45-471f-4b32-8ea9-839593188fb5} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3736 | 2024.07.03 17:24:50.601226 [ 3 ] {} <Debug> HTTP-Session: 4b8057ed-cfe6-47f4-8a3a-2a4fcb0feee2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3737 | 2024.07.03 17:24:50.601446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3738 | 2024.07.03 17:24:50.601493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3739 | 2024.07.03 17:24:50.601512 [ 3 ] {} <Debug> HTTP-Session: 10e60db4-1fd2-4ce9-a789-11dfdd3a977f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3740 | 2024.07.03 17:24:50.601528 [ 3 ] {} <Debug> HTTP-Session: 10e60db4-1fd2-4ce9-a789-11dfdd3a977f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3741 | 2024.07.03 17:24:50.601541 [ 3 ] {} <Debug> HTTP-Session: 10e60db4-1fd2-4ce9-a789-11dfdd3a977f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3742 | 2024.07.03 17:24:50.601571 [ 3 ] {} <Trace> HTTP-Session: 10e60db4-1fd2-4ce9-a789-11dfdd3a977f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3743 | 2024.07.03 17:24:50.601712 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3744 | 2024.07.03 17:24:50.601983 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3745 | 2024.07.03 17:24:50.602027 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3746 | 2024.07.03 17:24:50.602310 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3747 | 2024.07.03 17:24:50.602374 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3748 | 2024.07.03 17:24:50.602509 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
3749 | 2024.07.03 17:24:50.602644 [ 261 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3750 | 2024.07.03 17:24:50.602656 [ 260 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3751 | 2024.07.03 17:24:50.602673 [ 255 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3752 | 2024.07.03 17:24:50.602693 [ 257 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3753 | 2024.07.03 17:24:50.602859 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3754 | 2024.07.03 17:24:50.602888 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3755 | 2024.07.03 17:24:50.602990 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3756 | 2024.07.03 17:24:50.603011 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3757 | 2024.07.03 17:24:50.603048 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3758 | 2024.07.03 17:24:50.603086 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3759 | 2024.07.03 17:24:50.603123 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3760 | 2024.07.03 17:24:50.604834 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003188 sec., 4391.468005018821 rows/sec., 185.02 KiB/sec. | ||
3761 | 2024.07.03 17:24:50.605218 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Debug> DynamicQueryHandler: Done processing query | ||
3762 | 2024.07.03 17:24:50.605249 [ 3 ] {b5a14d0b-cc61-4285-a5bd-7a33e9e426bd} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3763 | 2024.07.03 17:24:50.605271 [ 3 ] {} <Debug> HTTP-Session: 10e60db4-1fd2-4ce9-a789-11dfdd3a977f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3764 | 2024.07.03 17:24:50.605505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3765 | 2024.07.03 17:24:50.605563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3766 | 2024.07.03 17:24:50.605586 [ 3 ] {} <Debug> HTTP-Session: 8c81f41d-49b9-4ef1-96d1-fd11ae481e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3767 | 2024.07.03 17:24:50.605606 [ 3 ] {} <Debug> HTTP-Session: 8c81f41d-49b9-4ef1-96d1-fd11ae481e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3768 | 2024.07.03 17:24:50.605623 [ 3 ] {} <Debug> HTTP-Session: 8c81f41d-49b9-4ef1-96d1-fd11ae481e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3769 | 2024.07.03 17:24:50.605662 [ 3 ] {} <Trace> HTTP-Session: 8c81f41d-49b9-4ef1-96d1-fd11ae481e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3770 | 2024.07.03 17:24:50.605821 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3771 | 2024.07.03 17:24:50.606110 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3772 | 2024.07.03 17:24:50.606156 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3773 | 2024.07.03 17:24:50.606448 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3774 | 2024.07.03 17:24:50.606513 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3775 | 2024.07.03 17:24:50.606651 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
3776 | 2024.07.03 17:24:50.606746 [ 255 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3777 | 2024.07.03 17:24:50.606806 [ 262 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3778 | 2024.07.03 17:24:50.606834 [ 258 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3779 | 2024.07.03 17:24:50.606858 [ 259 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3780 | 2024.07.03 17:24:50.606977 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3781 | 2024.07.03 17:24:50.607006 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3782 | 2024.07.03 17:24:50.607107 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3783 | 2024.07.03 17:24:50.607128 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (SelectExecutor): Reading approx. 14 rows with 3 streams | ||
3784 | 2024.07.03 17:24:50.607166 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3785 | 2024.07.03 17:24:50.607206 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3786 | 2024.07.03 17:24:50.607242 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3787 | 2024.07.03 17:24:50.608920 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Debug> executeQuery: Read 14 rows, 604.00 B in 0.003169 sec., 4417.797412432944 rows/sec., 186.13 KiB/sec. | ||
3788 | 2024.07.03 17:24:50.609255 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Debug> DynamicQueryHandler: Done processing query | ||
3789 | 2024.07.03 17:24:50.609279 [ 3 ] {7a63887b-bc6b-4dcc-a61f-30458507cd69} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3790 | 2024.07.03 17:24:50.609296 [ 3 ] {} <Debug> HTTP-Session: 8c81f41d-49b9-4ef1-96d1-fd11ae481e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3791 | 2024.07.03 17:24:50.613705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3792 | 2024.07.03 17:24:50.613763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3793 | 2024.07.03 17:24:50.613786 [ 3 ] {} <Debug> HTTP-Session: 489c49d0-d82b-40c9-af15-d22322afd06f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3794 | 2024.07.03 17:24:50.613806 [ 3 ] {} <Debug> HTTP-Session: 489c49d0-d82b-40c9-af15-d22322afd06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3795 | 2024.07.03 17:24:50.613823 [ 3 ] {} <Debug> HTTP-Session: 489c49d0-d82b-40c9-af15-d22322afd06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3796 | 2024.07.03 17:24:50.613860 [ 3 ] {} <Trace> HTTP-Session: 489c49d0-d82b-40c9-af15-d22322afd06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3797 | 2024.07.03 17:24:50.614004 [ 3 ] {e35e4fd3-c8a3-42ce-b634-cfa1a9fe0ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3798 | 2024.07.03 17:24:50.614059 [ 3 ] {e35e4fd3-c8a3-42ce-b634-cfa1a9fe0ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3799 | 2024.07.03 17:24:50.614260 [ 3 ] {e35e4fd3-c8a3-42ce-b634-cfa1a9fe0ef4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3800 | 2024.07.03 17:24:50.614647 [ 3 ] {e35e4fd3-c8a3-42ce-b634-cfa1a9fe0ef4} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3801 | 2024.07.03 17:24:50.614694 [ 3 ] {e35e4fd3-c8a3-42ce-b634-cfa1a9fe0ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3802 | 2024.07.03 17:24:50.615169 [ 3 ] {e35e4fd3-c8a3-42ce-b634-cfa1a9fe0ef4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3803 | 2024.07.03 17:24:50.615480 [ 3 ] {e35e4fd3-c8a3-42ce-b634-cfa1a9fe0ef4} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3804 | 2024.07.03 17:24:50.615651 [ 3 ] {e35e4fd3-c8a3-42ce-b634-cfa1a9fe0ef4} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001692 sec., 8274.231678486998 rows/sec., 1.16 MiB/sec. | ||
3805 | 2024.07.03 17:24:50.615828 [ 3 ] {e35e4fd3-c8a3-42ce-b634-cfa1a9fe0ef4} <Debug> DynamicQueryHandler: Done processing query | ||
3806 | 2024.07.03 17:24:50.615851 [ 3 ] {e35e4fd3-c8a3-42ce-b634-cfa1a9fe0ef4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3807 | 2024.07.03 17:24:50.615867 [ 3 ] {} <Debug> HTTP-Session: 489c49d0-d82b-40c9-af15-d22322afd06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3808 | 2024.07.03 17:24:50.615992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3809 | 2024.07.03 17:24:50.616039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3810 | 2024.07.03 17:24:50.616058 [ 3 ] {} <Debug> HTTP-Session: 174f5fda-cc2f-407a-8638-a0d84bb58e96 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3811 | 2024.07.03 17:24:50.616074 [ 3 ] {} <Debug> HTTP-Session: 174f5fda-cc2f-407a-8638-a0d84bb58e96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3812 | 2024.07.03 17:24:50.616087 [ 3 ] {} <Debug> HTTP-Session: 174f5fda-cc2f-407a-8638-a0d84bb58e96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3813 | 2024.07.03 17:24:50.616118 [ 3 ] {} <Trace> HTTP-Session: 174f5fda-cc2f-407a-8638-a0d84bb58e96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3814 | 2024.07.03 17:24:50.616219 [ 3 ] {8a63a6a8-c88f-4be4-915a-587aed8bf213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3815 | 2024.07.03 17:24:50.616263 [ 3 ] {8a63a6a8-c88f-4be4-915a-587aed8bf213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3816 | 2024.07.03 17:24:50.616390 [ 3 ] {8a63a6a8-c88f-4be4-915a-587aed8bf213} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3817 | 2024.07.03 17:24:50.616663 [ 3 ] {8a63a6a8-c88f-4be4-915a-587aed8bf213} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3818 | 2024.07.03 17:24:50.616701 [ 3 ] {8a63a6a8-c88f-4be4-915a-587aed8bf213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3819 | 2024.07.03 17:24:50.617013 [ 3 ] {8a63a6a8-c88f-4be4-915a-587aed8bf213} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3820 | 2024.07.03 17:24:50.617323 [ 3 ] {8a63a6a8-c88f-4be4-915a-587aed8bf213} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3821 | 2024.07.03 17:24:50.617479 [ 3 ] {8a63a6a8-c88f-4be4-915a-587aed8bf213} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001282 sec., 10920.436817472699 rows/sec., 885.15 KiB/sec. | ||
3822 | 2024.07.03 17:24:50.617756 [ 3 ] {8a63a6a8-c88f-4be4-915a-587aed8bf213} <Debug> DynamicQueryHandler: Done processing query | ||
3823 | 2024.07.03 17:24:50.617781 [ 3 ] {8a63a6a8-c88f-4be4-915a-587aed8bf213} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3824 | 2024.07.03 17:24:50.617797 [ 3 ] {} <Debug> HTTP-Session: 174f5fda-cc2f-407a-8638-a0d84bb58e96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3825 | 2024.07.03 17:24:50.617906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3826 | 2024.07.03 17:24:50.617955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3827 | 2024.07.03 17:24:50.617974 [ 3 ] {} <Debug> HTTP-Session: 24fb9fa9-16dd-463d-a084-cb7b1a2eda9a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3828 | 2024.07.03 17:24:50.617991 [ 3 ] {} <Debug> HTTP-Session: 24fb9fa9-16dd-463d-a084-cb7b1a2eda9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3829 | 2024.07.03 17:24:50.618004 [ 3 ] {} <Debug> HTTP-Session: 24fb9fa9-16dd-463d-a084-cb7b1a2eda9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3830 | 2024.07.03 17:24:50.618035 [ 3 ] {} <Trace> HTTP-Session: 24fb9fa9-16dd-463d-a084-cb7b1a2eda9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3831 | 2024.07.03 17:24:50.618134 [ 3 ] {2098ff1f-3ec0-4d9c-b7e1-df0fadbd43cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3832 | 2024.07.03 17:24:50.618179 [ 3 ] {2098ff1f-3ec0-4d9c-b7e1-df0fadbd43cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3833 | 2024.07.03 17:24:50.618324 [ 3 ] {2098ff1f-3ec0-4d9c-b7e1-df0fadbd43cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3834 | 2024.07.03 17:24:50.618581 [ 3 ] {2098ff1f-3ec0-4d9c-b7e1-df0fadbd43cb} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3835 | 2024.07.03 17:24:50.618617 [ 3 ] {2098ff1f-3ec0-4d9c-b7e1-df0fadbd43cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3836 | 2024.07.03 17:24:50.618924 [ 3 ] {2098ff1f-3ec0-4d9c-b7e1-df0fadbd43cb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3837 | 2024.07.03 17:24:50.619224 [ 3 ] {2098ff1f-3ec0-4d9c-b7e1-df0fadbd43cb} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3838 | 2024.07.03 17:24:50.619374 [ 3 ] {2098ff1f-3ec0-4d9c-b7e1-df0fadbd43cb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001263 sec., 3167.0625494853525 rows/sec., 258.25 KiB/sec. | ||
3839 | 2024.07.03 17:24:50.619535 [ 3 ] {2098ff1f-3ec0-4d9c-b7e1-df0fadbd43cb} <Debug> DynamicQueryHandler: Done processing query | ||
3840 | 2024.07.03 17:24:50.619558 [ 3 ] {2098ff1f-3ec0-4d9c-b7e1-df0fadbd43cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3841 | 2024.07.03 17:24:50.619574 [ 3 ] {} <Debug> HTTP-Session: 24fb9fa9-16dd-463d-a084-cb7b1a2eda9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3842 | 2024.07.03 17:24:50.619698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3843 | 2024.07.03 17:24:50.619746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3844 | 2024.07.03 17:24:50.619765 [ 3 ] {} <Debug> HTTP-Session: 549f466a-c94f-4906-bb72-4e42303b3e2f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3845 | 2024.07.03 17:24:50.619781 [ 3 ] {} <Debug> HTTP-Session: 549f466a-c94f-4906-bb72-4e42303b3e2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3846 | 2024.07.03 17:24:50.619794 [ 3 ] {} <Debug> HTTP-Session: 549f466a-c94f-4906-bb72-4e42303b3e2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3847 | 2024.07.03 17:24:50.619824 [ 3 ] {} <Trace> HTTP-Session: 549f466a-c94f-4906-bb72-4e42303b3e2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3848 | 2024.07.03 17:24:50.619945 [ 3 ] {073515a6-9a9d-4077-bf24-43b2645f3fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3849 | 2024.07.03 17:24:50.619986 [ 3 ] {073515a6-9a9d-4077-bf24-43b2645f3fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3850 | 2024.07.03 17:24:50.620112 [ 3 ] {073515a6-9a9d-4077-bf24-43b2645f3fa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3851 | 2024.07.03 17:24:50.620439 [ 3 ] {073515a6-9a9d-4077-bf24-43b2645f3fa1} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3852 | 2024.07.03 17:24:50.620475 [ 3 ] {073515a6-9a9d-4077-bf24-43b2645f3fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3853 | 2024.07.03 17:24:50.620787 [ 3 ] {073515a6-9a9d-4077-bf24-43b2645f3fa1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3854 | 2024.07.03 17:24:50.621092 [ 3 ] {073515a6-9a9d-4077-bf24-43b2645f3fa1} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3855 | 2024.07.03 17:24:50.621248 [ 3 ] {073515a6-9a9d-4077-bf24-43b2645f3fa1} <Debug> executeQuery: Read 110 rows, 9.06 KiB in 0.001352 sec., 81360.94674556213 rows/sec., 6.54 MiB/sec. | ||
3856 | 2024.07.03 17:24:50.621407 [ 3 ] {073515a6-9a9d-4077-bf24-43b2645f3fa1} <Debug> DynamicQueryHandler: Done processing query | ||
3857 | 2024.07.03 17:24:50.621431 [ 3 ] {073515a6-9a9d-4077-bf24-43b2645f3fa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3858 | 2024.07.03 17:24:50.621446 [ 3 ] {} <Debug> HTTP-Session: 549f466a-c94f-4906-bb72-4e42303b3e2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3859 | 2024.07.03 17:24:50.621553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3860 | 2024.07.03 17:24:50.621599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3861 | 2024.07.03 17:24:50.621618 [ 3 ] {} <Debug> HTTP-Session: dbb78b8a-e89c-4f81-9862-ab44a050efbe Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3862 | 2024.07.03 17:24:50.621634 [ 3 ] {} <Debug> HTTP-Session: dbb78b8a-e89c-4f81-9862-ab44a050efbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3863 | 2024.07.03 17:24:50.621648 [ 3 ] {} <Debug> HTTP-Session: dbb78b8a-e89c-4f81-9862-ab44a050efbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3864 | 2024.07.03 17:24:50.621678 [ 3 ] {} <Trace> HTTP-Session: dbb78b8a-e89c-4f81-9862-ab44a050efbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3865 | 2024.07.03 17:24:50.621772 [ 3 ] {347b5dae-dc50-4931-8ce2-517094bb6837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3866 | 2024.07.03 17:24:50.621814 [ 3 ] {347b5dae-dc50-4931-8ce2-517094bb6837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3867 | 2024.07.03 17:24:50.621940 [ 3 ] {347b5dae-dc50-4931-8ce2-517094bb6837} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3868 | 2024.07.03 17:24:50.622193 [ 3 ] {347b5dae-dc50-4931-8ce2-517094bb6837} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3869 | 2024.07.03 17:24:50.622230 [ 3 ] {347b5dae-dc50-4931-8ce2-517094bb6837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3870 | 2024.07.03 17:24:50.622526 [ 3 ] {347b5dae-dc50-4931-8ce2-517094bb6837} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3871 | 2024.07.03 17:24:50.622827 [ 3 ] {347b5dae-dc50-4931-8ce2-517094bb6837} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3872 | 2024.07.03 17:24:50.622992 [ 3 ] {347b5dae-dc50-4931-8ce2-517094bb6837} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001239 sec., 3228.410008071025 rows/sec., 225.42 KiB/sec. | ||
3873 | 2024.07.03 17:24:50.623268 [ 3 ] {347b5dae-dc50-4931-8ce2-517094bb6837} <Debug> DynamicQueryHandler: Done processing query | ||
3874 | 2024.07.03 17:24:50.623292 [ 3 ] {347b5dae-dc50-4931-8ce2-517094bb6837} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3875 | 2024.07.03 17:24:50.623308 [ 3 ] {} <Debug> HTTP-Session: dbb78b8a-e89c-4f81-9862-ab44a050efbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3876 | 2024.07.03 17:24:50.623451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3877 | 2024.07.03 17:24:50.623499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3878 | 2024.07.03 17:24:50.623517 [ 3 ] {} <Debug> HTTP-Session: 239bc181-f479-4e05-b66c-e57915d3b05d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3879 | 2024.07.03 17:24:50.623533 [ 3 ] {} <Debug> HTTP-Session: 239bc181-f479-4e05-b66c-e57915d3b05d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3880 | 2024.07.03 17:24:50.623546 [ 3 ] {} <Debug> HTTP-Session: 239bc181-f479-4e05-b66c-e57915d3b05d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3881 | 2024.07.03 17:24:50.623577 [ 3 ] {} <Trace> HTTP-Session: 239bc181-f479-4e05-b66c-e57915d3b05d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3882 | 2024.07.03 17:24:50.623695 [ 3 ] {a9255b75-c2e7-4696-a7e1-10324eaf2577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3883 | 2024.07.03 17:24:50.623738 [ 3 ] {a9255b75-c2e7-4696-a7e1-10324eaf2577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3884 | 2024.07.03 17:24:50.623882 [ 3 ] {a9255b75-c2e7-4696-a7e1-10324eaf2577} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3885 | 2024.07.03 17:24:50.624202 [ 3 ] {a9255b75-c2e7-4696-a7e1-10324eaf2577} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3886 | 2024.07.03 17:24:50.624239 [ 3 ] {a9255b75-c2e7-4696-a7e1-10324eaf2577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3887 | 2024.07.03 17:24:50.624559 [ 3 ] {a9255b75-c2e7-4696-a7e1-10324eaf2577} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3888 | 2024.07.03 17:24:50.624884 [ 3 ] {a9255b75-c2e7-4696-a7e1-10324eaf2577} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3889 | 2024.07.03 17:24:50.625037 [ 3 ] {a9255b75-c2e7-4696-a7e1-10324eaf2577} <Debug> executeQuery: Read 78 rows, 6.22 KiB in 0.001383 sec., 56399.132321041216 rows/sec., 4.40 MiB/sec. | ||
3890 | 2024.07.03 17:24:50.625202 [ 3 ] {a9255b75-c2e7-4696-a7e1-10324eaf2577} <Debug> DynamicQueryHandler: Done processing query | ||
3891 | 2024.07.03 17:24:50.625227 [ 3 ] {a9255b75-c2e7-4696-a7e1-10324eaf2577} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3892 | 2024.07.03 17:24:50.625243 [ 3 ] {} <Debug> HTTP-Session: 239bc181-f479-4e05-b66c-e57915d3b05d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3893 | 2024.07.03 17:24:50.625431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 18895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3894 | 2024.07.03 17:24:50.625479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3895 | 2024.07.03 17:24:50.625498 [ 3 ] {} <Debug> HTTP-Session: ec04c768-2245-4ebe-87fe-542962887d8c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3896 | 2024.07.03 17:24:50.625513 [ 3 ] {} <Debug> HTTP-Session: ec04c768-2245-4ebe-87fe-542962887d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3897 | 2024.07.03 17:24:50.625527 [ 3 ] {} <Debug> HTTP-Session: ec04c768-2245-4ebe-87fe-542962887d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3898 | 2024.07.03 17:24:50.625557 [ 3 ] {} <Trace> HTTP-Session: ec04c768-2245-4ebe-87fe-542962887d8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3899 | 2024.07.03 17:24:50.625711 [ 3 ] {9013d1b7-6f53-497d-a497-3017fbb5816d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3900 | 2024.07.03 17:24:50.625758 [ 3 ] {9013d1b7-6f53-497d-a497-3017fbb5816d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3901 | 2024.07.03 17:24:50.625901 [ 3 ] {9013d1b7-6f53-497d-a497-3017fbb5816d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3902 | 2024.07.03 17:24:50.626229 [ 3 ] {9013d1b7-6f53-497d-a497-3017fbb5816d} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3903 | 2024.07.03 17:24:50.626265 [ 3 ] {9013d1b7-6f53-497d-a497-3017fbb5816d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3904 | 2024.07.03 17:24:50.626640 [ 3 ] {9013d1b7-6f53-497d-a497-3017fbb5816d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3905 | 2024.07.03 17:24:50.626971 [ 3 ] {9013d1b7-6f53-497d-a497-3017fbb5816d} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3906 | 2024.07.03 17:24:50.627112 [ 3 ] {9013d1b7-6f53-497d-a497-3017fbb5816d} <Debug> executeQuery: Read 98 rows, 7.05 KiB in 0.001452 sec., 67493.1129476584 rows/sec., 4.74 MiB/sec. | ||
3907 | 2024.07.03 17:24:50.627291 [ 3 ] {9013d1b7-6f53-497d-a497-3017fbb5816d} <Debug> DynamicQueryHandler: Done processing query | ||
3908 | 2024.07.03 17:24:50.627314 [ 3 ] {9013d1b7-6f53-497d-a497-3017fbb5816d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3909 | 2024.07.03 17:24:50.627330 [ 3 ] {} <Debug> HTTP-Session: ec04c768-2245-4ebe-87fe-542962887d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3910 | 2024.07.03 17:24:50.627461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3911 | 2024.07.03 17:24:50.627510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3912 | 2024.07.03 17:24:50.627529 [ 3 ] {} <Debug> HTTP-Session: 1aa838f3-c3cb-4851-b859-c422ec24018e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3913 | 2024.07.03 17:24:50.627545 [ 3 ] {} <Debug> HTTP-Session: 1aa838f3-c3cb-4851-b859-c422ec24018e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3914 | 2024.07.03 17:24:50.627559 [ 3 ] {} <Debug> HTTP-Session: 1aa838f3-c3cb-4851-b859-c422ec24018e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3915 | 2024.07.03 17:24:50.627589 [ 3 ] {} <Trace> HTTP-Session: 1aa838f3-c3cb-4851-b859-c422ec24018e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3916 | 2024.07.03 17:24:50.627778 [ 3 ] {bc07ccce-685d-42d8-888e-dcc1464f37ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3917 | 2024.07.03 17:24:50.627840 [ 3 ] {bc07ccce-685d-42d8-888e-dcc1464f37ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3918 | 2024.07.03 17:24:50.628253 [ 3 ] {bc07ccce-685d-42d8-888e-dcc1464f37ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3919 | 2024.07.03 17:24:50.628793 [ 3 ] {bc07ccce-685d-42d8-888e-dcc1464f37ea} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3920 | 2024.07.03 17:24:50.628829 [ 3 ] {bc07ccce-685d-42d8-888e-dcc1464f37ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3921 | 2024.07.03 17:24:50.629478 [ 3 ] {bc07ccce-685d-42d8-888e-dcc1464f37ea} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3922 | 2024.07.03 17:24:50.629905 [ 3 ] {bc07ccce-685d-42d8-888e-dcc1464f37ea} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3923 | 2024.07.03 17:24:50.630095 [ 3 ] {bc07ccce-685d-42d8-888e-dcc1464f37ea} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.00243 sec., 5761.316872427984 rows/sec., 10.32 MiB/sec. | ||
3924 | 2024.07.03 17:24:50.630323 [ 3 ] {bc07ccce-685d-42d8-888e-dcc1464f37ea} <Debug> DynamicQueryHandler: Done processing query | ||
3925 | 2024.07.03 17:24:50.630347 [ 3 ] {bc07ccce-685d-42d8-888e-dcc1464f37ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
3926 | 2024.07.03 17:24:50.630363 [ 3 ] {} <Debug> HTTP-Session: 1aa838f3-c3cb-4851-b859-c422ec24018e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3927 | 2024.07.03 17:24:50.630489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3928 | 2024.07.03 17:24:50.630537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3929 | 2024.07.03 17:24:50.630556 [ 3 ] {} <Debug> HTTP-Session: e53218e5-a359-41c0-844f-21e342e8ddca Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3930 | 2024.07.03 17:24:50.630573 [ 3 ] {} <Debug> HTTP-Session: e53218e5-a359-41c0-844f-21e342e8ddca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3931 | 2024.07.03 17:24:50.630587 [ 3 ] {} <Debug> HTTP-Session: e53218e5-a359-41c0-844f-21e342e8ddca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3932 | 2024.07.03 17:24:50.630618 [ 3 ] {} <Trace> HTTP-Session: e53218e5-a359-41c0-844f-21e342e8ddca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3933 | 2024.07.03 17:24:50.630731 [ 3 ] {c84a3785-d432-461d-ac50-3e101390b1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3934 | 2024.07.03 17:24:50.630777 [ 3 ] {c84a3785-d432-461d-ac50-3e101390b1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3935 | 2024.07.03 17:24:50.630905 [ 3 ] {c84a3785-d432-461d-ac50-3e101390b1bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3936 | 2024.07.03 17:24:50.631163 [ 3 ] {c84a3785-d432-461d-ac50-3e101390b1bd} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3937 | 2024.07.03 17:24:50.631198 [ 3 ] {c84a3785-d432-461d-ac50-3e101390b1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3938 | 2024.07.03 17:24:50.631554 [ 3 ] {c84a3785-d432-461d-ac50-3e101390b1bd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3939 | 2024.07.03 17:24:50.631876 [ 3 ] {c84a3785-d432-461d-ac50-3e101390b1bd} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3940 | 2024.07.03 17:24:50.632035 [ 3 ] {c84a3785-d432-461d-ac50-3e101390b1bd} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001332 sec., 22522.522522522522 rows/sec., 1.49 MiB/sec. | ||
3941 | 2024.07.03 17:24:50.632335 [ 3 ] {c84a3785-d432-461d-ac50-3e101390b1bd} <Debug> DynamicQueryHandler: Done processing query | ||
3942 | 2024.07.03 17:24:50.632359 [ 3 ] {c84a3785-d432-461d-ac50-3e101390b1bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3943 | 2024.07.03 17:24:50.632375 [ 3 ] {} <Debug> HTTP-Session: e53218e5-a359-41c0-844f-21e342e8ddca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3944 | 2024.07.03 17:24:51.000143 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.44 MiB, peak 189.77 MiB, free memory in arenas 0.00 B, will set to 181.00 MiB (RSS), difference: -1.44 MiB | ||
3945 | 2024.07.03 17:24:55.556697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3946 | 2024.07.03 17:24:55.556823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3947 | 2024.07.03 17:24:55.556848 [ 3 ] {} <Debug> HTTP-Session: bf706dd0-83d8-44d5-add5-b415da8699bc Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3948 | 2024.07.03 17:24:55.556873 [ 3 ] {} <Debug> HTTP-Session: bf706dd0-83d8-44d5-add5-b415da8699bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3949 | 2024.07.03 17:24:55.556887 [ 3 ] {} <Debug> HTTP-Session: bf706dd0-83d8-44d5-add5-b415da8699bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3950 | 2024.07.03 17:24:55.556938 [ 3 ] {} <Trace> HTTP-Session: bf706dd0-83d8-44d5-add5-b415da8699bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3951 | 2024.07.03 17:24:55.557120 [ 3 ] {997fbe66-c118-428b-a708-aaf0dcd0a5bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3952 | 2024.07.03 17:24:55.557187 [ 3 ] {997fbe66-c118-428b-a708-aaf0dcd0a5bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3953 | 2024.07.03 17:24:55.557386 [ 3 ] {997fbe66-c118-428b-a708-aaf0dcd0a5bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3954 | 2024.07.03 17:24:55.557875 [ 3 ] {997fbe66-c118-428b-a708-aaf0dcd0a5bd} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3955 | 2024.07.03 17:24:55.557921 [ 3 ] {997fbe66-c118-428b-a708-aaf0dcd0a5bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3956 | 2024.07.03 17:24:55.558291 [ 3 ] {997fbe66-c118-428b-a708-aaf0dcd0a5bd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3957 | 2024.07.03 17:24:55.558630 [ 3 ] {997fbe66-c118-428b-a708-aaf0dcd0a5bd} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3958 | 2024.07.03 17:24:55.558790 [ 3 ] {997fbe66-c118-428b-a708-aaf0dcd0a5bd} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001724 sec., 9280.742459396752 rows/sec., 752.25 KiB/sec. | ||
3959 | 2024.07.03 17:24:55.559025 [ 3 ] {997fbe66-c118-428b-a708-aaf0dcd0a5bd} <Debug> DynamicQueryHandler: Done processing query | ||
3960 | 2024.07.03 17:24:55.559051 [ 3 ] {997fbe66-c118-428b-a708-aaf0dcd0a5bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3961 | 2024.07.03 17:24:55.559067 [ 3 ] {} <Debug> HTTP-Session: bf706dd0-83d8-44d5-add5-b415da8699bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3962 | 2024.07.03 17:24:55.559234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3963 | 2024.07.03 17:24:55.559288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3964 | 2024.07.03 17:24:55.559309 [ 3 ] {} <Debug> HTTP-Session: 194d269c-3d94-42cc-b138-8ba06db4eb8b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3965 | 2024.07.03 17:24:55.559326 [ 3 ] {} <Debug> HTTP-Session: 194d269c-3d94-42cc-b138-8ba06db4eb8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3966 | 2024.07.03 17:24:55.559340 [ 3 ] {} <Debug> HTTP-Session: 194d269c-3d94-42cc-b138-8ba06db4eb8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3967 | 2024.07.03 17:24:55.559375 [ 3 ] {} <Trace> HTTP-Session: 194d269c-3d94-42cc-b138-8ba06db4eb8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3968 | 2024.07.03 17:24:55.559504 [ 3 ] {3d4a0cdb-aa5e-4108-80f6-b325bfa57a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3969 | 2024.07.03 17:24:55.559551 [ 3 ] {3d4a0cdb-aa5e-4108-80f6-b325bfa57a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3970 | 2024.07.03 17:24:55.559681 [ 3 ] {3d4a0cdb-aa5e-4108-80f6-b325bfa57a33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3971 | 2024.07.03 17:24:55.560015 [ 3 ] {3d4a0cdb-aa5e-4108-80f6-b325bfa57a33} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3972 | 2024.07.03 17:24:55.560053 [ 3 ] {3d4a0cdb-aa5e-4108-80f6-b325bfa57a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3973 | 2024.07.03 17:24:55.560368 [ 3 ] {3d4a0cdb-aa5e-4108-80f6-b325bfa57a33} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3974 | 2024.07.03 17:24:55.560689 [ 3 ] {3d4a0cdb-aa5e-4108-80f6-b325bfa57a33} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3975 | 2024.07.03 17:24:55.560844 [ 3 ] {3d4a0cdb-aa5e-4108-80f6-b325bfa57a33} <Debug> executeQuery: Read 78 rows, 6.79 KiB in 0.001384 sec., 56358.38150289017 rows/sec., 4.79 MiB/sec. | ||
3976 | 2024.07.03 17:24:55.560844 [ 147 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3977 | 2024.07.03 17:24:55.560958 [ 147 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3978 | 2024.07.03 17:24:55.560997 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3979 | 2024.07.03 17:24:55.561085 [ 3 ] {3d4a0cdb-aa5e-4108-80f6-b325bfa57a33} <Debug> DynamicQueryHandler: Done processing query | ||
3980 | 2024.07.03 17:24:55.561156 [ 3 ] {3d4a0cdb-aa5e-4108-80f6-b325bfa57a33} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3981 | 2024.07.03 17:24:55.561210 [ 3 ] {} <Debug> HTTP-Session: 194d269c-3d94-42cc-b138-8ba06db4eb8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3982 | 2024.07.03 17:24:55.561268 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
3983 | 2024.07.03 17:24:55.561462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 8855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3984 | 2024.07.03 17:24:55.561598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3985 | 2024.07.03 17:24:55.561644 [ 3 ] {} <Debug> HTTP-Session: 8604fae0-0e77-4460-89ec-6cf9605aa05b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
3986 | 2024.07.03 17:24:55.561657 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3987 | 2024.07.03 17:24:55.561665 [ 3 ] {} <Debug> HTTP-Session: 8604fae0-0e77-4460-89ec-6cf9605aa05b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3988 | 2024.07.03 17:24:55.561687 [ 3 ] {} <Debug> HTTP-Session: 8604fae0-0e77-4460-89ec-6cf9605aa05b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3989 | 2024.07.03 17:24:55.561692 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 132 rows starting from the beginning of the part | ||
3990 | 2024.07.03 17:24:55.561725 [ 3 ] {} <Trace> HTTP-Session: 8604fae0-0e77-4460-89ec-6cf9605aa05b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3991 | 2024.07.03 17:24:55.561805 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 52 rows starting from the beginning of the part | ||
3992 | 2024.07.03 17:24:55.561985 [ 3 ] {8086f145-9c1a-476f-bf2c-ba7938df106c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3993 | 2024.07.03 17:24:55.562137 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part | ||
3994 | 2024.07.03 17:24:55.562198 [ 3 ] {8086f145-9c1a-476f-bf2c-ba7938df106c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3995 | 2024.07.03 17:24:55.562495 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 54 rows starting from the beginning of the part | ||
3996 | 2024.07.03 17:24:55.562823 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 110 rows starting from the beginning of the part | ||
3997 | 2024.07.03 17:24:55.563158 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 78 rows starting from the beginning of the part | ||
3998 | 2024.07.03 17:24:55.563577 [ 3 ] {8086f145-9c1a-476f-bf2c-ba7938df106c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3999 | 2024.07.03 17:24:55.564190 [ 3 ] {8086f145-9c1a-476f-bf2c-ba7938df106c} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4000 | 2024.07.03 17:24:55.564236 [ 3 ] {8086f145-9c1a-476f-bf2c-ba7938df106c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4001 | 2024.07.03 17:24:55.564778 [ 3 ] {8086f145-9c1a-476f-bf2c-ba7938df106c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4002 | 2024.07.03 17:24:55.565072 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 4 columns (4 merged, 0 gathered) in 0.003975774 sec., 118719.02175526075 rows/sec., 10.05 MiB/sec. | ||
4003 | 2024.07.03 17:24:55.565221 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4004 | 2024.07.03 17:24:55.565307 [ 3 ] {8086f145-9c1a-476f-bf2c-ba7938df106c} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4005 | 2024.07.03 17:24:55.565600 [ 147 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4006 | 2024.07.03 17:24:55.565637 [ 3 ] {8086f145-9c1a-476f-bf2c-ba7938df106c} <Debug> executeQuery: Read 52 rows, 4.16 KiB in 0.003791 sec., 13716.69744130836 rows/sec., 1.07 MiB/sec. | ||
4007 | 2024.07.03 17:24:55.565812 [ 147 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4008 | 2024.07.03 17:24:55.565940 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4009 | 2024.07.03 17:24:55.566102 [ 3 ] {8086f145-9c1a-476f-bf2c-ba7938df106c} <Debug> DynamicQueryHandler: Done processing query | ||
4010 | 2024.07.03 17:24:55.566111 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_21_4} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4011 | 2024.07.03 17:24:55.566162 [ 3 ] {8086f145-9c1a-476f-bf2c-ba7938df106c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4012 | 2024.07.03 17:24:55.566210 [ 3 ] {} <Debug> HTTP-Session: 8604fae0-0e77-4460-89ec-6cf9605aa05b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4013 | 2024.07.03 17:24:55.566218 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
4014 | 2024.07.03 17:24:55.566273 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_21_4} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4015 | 2024.07.03 17:24:55.566393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 11557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4016 | 2024.07.03 17:24:55.566409 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4017 | 2024.07.03 17:24:55.566472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4018 | 2024.07.03 17:24:55.566473 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4019 | 2024.07.03 17:24:55.566496 [ 3 ] {} <Debug> HTTP-Session: 0fe29b91-d300-4891-88bc-1cee08bb7259 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4020 | 2024.07.03 17:24:55.566522 [ 3 ] {} <Debug> HTTP-Session: 0fe29b91-d300-4891-88bc-1cee08bb7259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4021 | 2024.07.03 17:24:55.566521 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 84 rows starting from the beginning of the part | ||
4022 | 2024.07.03 17:24:55.566538 [ 3 ] {} <Debug> HTTP-Session: 0fe29b91-d300-4891-88bc-1cee08bb7259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4023 | 2024.07.03 17:24:55.566584 [ 3 ] {} <Trace> HTTP-Session: 0fe29b91-d300-4891-88bc-1cee08bb7259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4024 | 2024.07.03 17:24:55.566695 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
4025 | 2024.07.03 17:24:55.566980 [ 3 ] {3a818347-2867-4463-96b5-c7d823a31407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4026 | 2024.07.03 17:24:55.567014 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 22 rows starting from the beginning of the part | ||
4027 | 2024.07.03 17:24:55.567162 [ 3 ] {3a818347-2867-4463-96b5-c7d823a31407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4028 | 2024.07.03 17:24:55.567304 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part | ||
4029 | 2024.07.03 17:24:55.567664 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 78 rows starting from the beginning of the part | ||
4030 | 2024.07.03 17:24:55.567987 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 52 rows starting from the beginning of the part | ||
4031 | 2024.07.03 17:24:55.568518 [ 3 ] {3a818347-2867-4463-96b5-c7d823a31407} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4032 | 2024.07.03 17:24:55.569004 [ 3 ] {3a818347-2867-4463-96b5-c7d823a31407} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4033 | 2024.07.03 17:24:55.569053 [ 3 ] {3a818347-2867-4463-96b5-c7d823a31407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4034 | 2024.07.03 17:24:55.569650 [ 198 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 4 columns (4 merged, 0 gathered) in 0.003581214 sec., 80419.65657455823 rows/sec., 6.28 MiB/sec. | ||
4035 | 2024.07.03 17:24:55.569693 [ 3 ] {3a818347-2867-4463-96b5-c7d823a31407} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4036 | 2024.07.03 17:24:55.569907 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4037 | 2024.07.03 17:24:55.570439 [ 3 ] {3a818347-2867-4463-96b5-c7d823a31407} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4038 | 2024.07.03 17:24:55.570752 [ 3 ] {3a818347-2867-4463-96b5-c7d823a31407} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.003991 sec., 15033.826108744677 rows/sec., 1.05 MiB/sec. | ||
4039 | 2024.07.03 17:24:55.570917 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_21_4} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4040 | 2024.07.03 17:24:55.571094 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_21_4} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4041 | 2024.07.03 17:24:55.571109 [ 3 ] {3a818347-2867-4463-96b5-c7d823a31407} <Debug> DynamicQueryHandler: Done processing query | ||
4042 | 2024.07.03 17:24:55.571152 [ 3 ] {3a818347-2867-4463-96b5-c7d823a31407} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4043 | 2024.07.03 17:24:55.571216 [ 3 ] {} <Debug> HTTP-Session: 0fe29b91-d300-4891-88bc-1cee08bb7259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4044 | 2024.07.03 17:24:55.571264 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
4045 | 2024.07.03 17:24:55.571428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4046 | 2024.07.03 17:24:55.571481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4047 | 2024.07.03 17:24:55.571501 [ 3 ] {} <Debug> HTTP-Session: 948b1d89-074e-4d31-bfb3-649b0f8f152a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4048 | 2024.07.03 17:24:55.571518 [ 3 ] {} <Debug> HTTP-Session: 948b1d89-074e-4d31-bfb3-649b0f8f152a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4049 | 2024.07.03 17:24:55.571532 [ 3 ] {} <Debug> HTTP-Session: 948b1d89-074e-4d31-bfb3-649b0f8f152a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4050 | 2024.07.03 17:24:55.571563 [ 3 ] {} <Trace> HTTP-Session: 948b1d89-074e-4d31-bfb3-649b0f8f152a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4051 | 2024.07.03 17:24:55.571783 [ 3 ] {2920a6cb-0ba7-4129-88ec-160c03f53e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4052 | 2024.07.03 17:24:55.571854 [ 3 ] {2920a6cb-0ba7-4129-88ec-160c03f53e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4053 | 2024.07.03 17:24:55.572287 [ 3 ] {2920a6cb-0ba7-4129-88ec-160c03f53e35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4054 | 2024.07.03 17:24:55.572851 [ 3 ] {2920a6cb-0ba7-4129-88ec-160c03f53e35} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4055 | 2024.07.03 17:24:55.572888 [ 3 ] {2920a6cb-0ba7-4129-88ec-160c03f53e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4056 | 2024.07.03 17:24:55.573484 [ 3 ] {2920a6cb-0ba7-4129-88ec-160c03f53e35} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4057 | 2024.07.03 17:24:55.573895 [ 3 ] {2920a6cb-0ba7-4129-88ec-160c03f53e35} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4058 | 2024.07.03 17:24:55.574105 [ 3 ] {2920a6cb-0ba7-4129-88ec-160c03f53e35} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002447 sec., 6538.618716796077 rows/sec., 11.72 MiB/sec. | ||
4059 | 2024.07.03 17:24:55.574651 [ 3 ] {2920a6cb-0ba7-4129-88ec-160c03f53e35} <Debug> DynamicQueryHandler: Done processing query | ||
4060 | 2024.07.03 17:24:55.574675 [ 3 ] {2920a6cb-0ba7-4129-88ec-160c03f53e35} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4061 | 2024.07.03 17:24:55.574690 [ 3 ] {} <Debug> HTTP-Session: 948b1d89-074e-4d31-bfb3-649b0f8f152a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4062 | 2024.07.03 17:24:55.574836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4063 | 2024.07.03 17:24:55.574886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4064 | 2024.07.03 17:24:55.574905 [ 3 ] {} <Debug> HTTP-Session: 86c86828-4783-41ca-b556-9e8cd9fbd928 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4065 | 2024.07.03 17:24:55.574921 [ 3 ] {} <Debug> HTTP-Session: 86c86828-4783-41ca-b556-9e8cd9fbd928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4066 | 2024.07.03 17:24:55.574935 [ 3 ] {} <Debug> HTTP-Session: 86c86828-4783-41ca-b556-9e8cd9fbd928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4067 | 2024.07.03 17:24:55.574965 [ 3 ] {} <Trace> HTTP-Session: 86c86828-4783-41ca-b556-9e8cd9fbd928 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4068 | 2024.07.03 17:24:55.575072 [ 3 ] {eb543d3a-bf03-4f9e-8f6b-7b56eaa7feb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4069 | 2024.07.03 17:24:55.575118 [ 3 ] {eb543d3a-bf03-4f9e-8f6b-7b56eaa7feb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4070 | 2024.07.03 17:24:55.575270 [ 3 ] {eb543d3a-bf03-4f9e-8f6b-7b56eaa7feb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4071 | 2024.07.03 17:24:55.575542 [ 3 ] {eb543d3a-bf03-4f9e-8f6b-7b56eaa7feb3} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4072 | 2024.07.03 17:24:55.575579 [ 3 ] {eb543d3a-bf03-4f9e-8f6b-7b56eaa7feb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4073 | 2024.07.03 17:24:55.575940 [ 3 ] {eb543d3a-bf03-4f9e-8f6b-7b56eaa7feb3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4074 | 2024.07.03 17:24:55.576258 [ 3 ] {eb543d3a-bf03-4f9e-8f6b-7b56eaa7feb3} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4075 | 2024.07.03 17:24:55.576422 [ 3 ] {eb543d3a-bf03-4f9e-8f6b-7b56eaa7feb3} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001374 sec., 21834.06113537118 rows/sec., 1.45 MiB/sec. | ||
4076 | 2024.07.03 17:24:55.576578 [ 3 ] {eb543d3a-bf03-4f9e-8f6b-7b56eaa7feb3} <Debug> DynamicQueryHandler: Done processing query | ||
4077 | 2024.07.03 17:24:55.576601 [ 3 ] {eb543d3a-bf03-4f9e-8f6b-7b56eaa7feb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4078 | 2024.07.03 17:24:55.576617 [ 3 ] {} <Debug> HTTP-Session: 86c86828-4783-41ca-b556-9e8cd9fbd928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4079 | 2024.07.03 17:25:00.556572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4080 | 2024.07.03 17:25:00.556710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4081 | 2024.07.03 17:25:00.556737 [ 3 ] {} <Debug> HTTP-Session: c4b4746a-ac56-4ca1-8611-fc26eccec723 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4082 | 2024.07.03 17:25:00.556762 [ 3 ] {} <Debug> HTTP-Session: c4b4746a-ac56-4ca1-8611-fc26eccec723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4083 | 2024.07.03 17:25:00.556777 [ 3 ] {} <Debug> HTTP-Session: c4b4746a-ac56-4ca1-8611-fc26eccec723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4084 | 2024.07.03 17:25:00.556827 [ 3 ] {} <Trace> HTTP-Session: c4b4746a-ac56-4ca1-8611-fc26eccec723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4085 | 2024.07.03 17:25:00.557016 [ 3 ] {57a39309-258e-45d3-b5cc-4dca67a9bc58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4086 | 2024.07.03 17:25:00.557085 [ 3 ] {57a39309-258e-45d3-b5cc-4dca67a9bc58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4087 | 2024.07.03 17:25:00.557286 [ 3 ] {57a39309-258e-45d3-b5cc-4dca67a9bc58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4088 | 2024.07.03 17:25:00.557707 [ 3 ] {57a39309-258e-45d3-b5cc-4dca67a9bc58} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4089 | 2024.07.03 17:25:00.557755 [ 3 ] {57a39309-258e-45d3-b5cc-4dca67a9bc58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4090 | 2024.07.03 17:25:00.558138 [ 3 ] {57a39309-258e-45d3-b5cc-4dca67a9bc58} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4091 | 2024.07.03 17:25:00.558486 [ 3 ] {57a39309-258e-45d3-b5cc-4dca67a9bc58} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4092 | 2024.07.03 17:25:00.558670 [ 3 ] {57a39309-258e-45d3-b5cc-4dca67a9bc58} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001694 sec., 8264.462809917355 rows/sec., 669.87 KiB/sec. | ||
4093 | 2024.07.03 17:25:00.558687 [ 103 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
4094 | 2024.07.03 17:25:00.558836 [ 103 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4095 | 2024.07.03 17:25:00.558891 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4096 | 2024.07.03 17:25:00.558991 [ 3 ] {57a39309-258e-45d3-b5cc-4dca67a9bc58} <Debug> DynamicQueryHandler: Done processing query | ||
4097 | 2024.07.03 17:25:00.559042 [ 3 ] {57a39309-258e-45d3-b5cc-4dca67a9bc58} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4098 | 2024.07.03 17:25:00.559071 [ 3 ] {} <Debug> HTTP-Session: c4b4746a-ac56-4ca1-8611-fc26eccec723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4099 | 2024.07.03 17:25:00.559093 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
4100 | 2024.07.03 17:25:00.559217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 10561, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4101 | 2024.07.03 17:25:00.559259 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4102 | 2024.07.03 17:25:00.559285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4103 | 2024.07.03 17:25:00.559302 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 30 rows starting from the beginning of the part | ||
4104 | 2024.07.03 17:25:00.559312 [ 3 ] {} <Debug> HTTP-Session: 689e8f17-9a03-43fc-95da-5c33262bd20e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4105 | 2024.07.03 17:25:00.559338 [ 3 ] {} <Debug> HTTP-Session: 689e8f17-9a03-43fc-95da-5c33262bd20e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4106 | 2024.07.03 17:25:00.559353 [ 3 ] {} <Debug> HTTP-Session: 689e8f17-9a03-43fc-95da-5c33262bd20e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4107 | 2024.07.03 17:25:00.559411 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
4108 | 2024.07.03 17:25:00.559420 [ 3 ] {} <Trace> HTTP-Session: 689e8f17-9a03-43fc-95da-5c33262bd20e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4109 | 2024.07.03 17:25:00.559795 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
4110 | 2024.07.03 17:25:00.559864 [ 3 ] {86b7958f-291b-4de2-9c73-b8943f18d4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4111 | 2024.07.03 17:25:00.560043 [ 3 ] {86b7958f-291b-4de2-9c73-b8943f18d4e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4112 | 2024.07.03 17:25:00.560168 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
4113 | 2024.07.03 17:25:00.560531 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
4114 | 2024.07.03 17:25:00.560731 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
4115 | 2024.07.03 17:25:00.560975 [ 3 ] {86b7958f-291b-4de2-9c73-b8943f18d4e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4116 | 2024.07.03 17:25:00.561504 [ 3 ] {86b7958f-291b-4de2-9c73-b8943f18d4e3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4117 | 2024.07.03 17:25:00.561544 [ 3 ] {86b7958f-291b-4de2-9c73-b8943f18d4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4118 | 2024.07.03 17:25:00.562110 [ 3 ] {86b7958f-291b-4de2-9c73-b8943f18d4e3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4119 | 2024.07.03 17:25:00.562121 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.003130162 sec., 33225.11742203758 rows/sec., 2.63 MiB/sec. | ||
4120 | 2024.07.03 17:25:00.562252 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
4121 | 2024.07.03 17:25:00.562566 [ 3 ] {86b7958f-291b-4de2-9c73-b8943f18d4e3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4122 | 2024.07.03 17:25:00.562749 [ 198 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4123 | 2024.07.03 17:25:00.562813 [ 3 ] {86b7958f-291b-4de2-9c73-b8943f18d4e3} <Debug> executeQuery: Read 72 rows, 6.15 KiB in 0.003133 sec., 22981.168209383977 rows/sec., 1.92 MiB/sec. | ||
4124 | 2024.07.03 17:25:00.562928 [ 198 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_20_4} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
4125 | 2024.07.03 17:25:00.563017 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4126 | 2024.07.03 17:25:00.563049 [ 3 ] {86b7958f-291b-4de2-9c73-b8943f18d4e3} <Debug> DynamicQueryHandler: Done processing query | ||
4127 | 2024.07.03 17:25:00.563074 [ 3 ] {86b7958f-291b-4de2-9c73-b8943f18d4e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4128 | 2024.07.03 17:25:00.563090 [ 3 ] {} <Debug> HTTP-Session: 689e8f17-9a03-43fc-95da-5c33262bd20e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4129 | 2024.07.03 17:25:00.563281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 8519, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4130 | 2024.07.03 17:25:00.563329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4131 | 2024.07.03 17:25:00.563349 [ 3 ] {} <Debug> HTTP-Session: 738ca612-1ab3-46b9-be16-d59b8038de2f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4132 | 2024.07.03 17:25:00.563366 [ 3 ] {} <Debug> HTTP-Session: 738ca612-1ab3-46b9-be16-d59b8038de2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4133 | 2024.07.03 17:25:00.563380 [ 3 ] {} <Debug> HTTP-Session: 738ca612-1ab3-46b9-be16-d59b8038de2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4134 | 2024.07.03 17:25:00.563413 [ 3 ] {} <Trace> HTTP-Session: 738ca612-1ab3-46b9-be16-d59b8038de2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4135 | 2024.07.03 17:25:00.563527 [ 3 ] {2fb0bbbd-dfb5-42a3-b6b7-9d85e5a4e467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4136 | 2024.07.03 17:25:00.563572 [ 3 ] {2fb0bbbd-dfb5-42a3-b6b7-9d85e5a4e467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4137 | 2024.07.03 17:25:00.563701 [ 3 ] {2fb0bbbd-dfb5-42a3-b6b7-9d85e5a4e467} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4138 | 2024.07.03 17:25:00.564136 [ 3 ] {2fb0bbbd-dfb5-42a3-b6b7-9d85e5a4e467} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4139 | 2024.07.03 17:25:00.564174 [ 3 ] {2fb0bbbd-dfb5-42a3-b6b7-9d85e5a4e467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4140 | 2024.07.03 17:25:00.564489 [ 3 ] {2fb0bbbd-dfb5-42a3-b6b7-9d85e5a4e467} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4141 | 2024.07.03 17:25:00.564795 [ 3 ] {2fb0bbbd-dfb5-42a3-b6b7-9d85e5a4e467} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4142 | 2024.07.03 17:25:00.564953 [ 3 ] {2fb0bbbd-dfb5-42a3-b6b7-9d85e5a4e467} <Debug> executeQuery: Read 50 rows, 4.00 KiB in 0.001461 sec., 34223.134839151266 rows/sec., 2.67 MiB/sec. | ||
4143 | 2024.07.03 17:25:00.565279 [ 3 ] {2fb0bbbd-dfb5-42a3-b6b7-9d85e5a4e467} <Debug> DynamicQueryHandler: Done processing query | ||
4144 | 2024.07.03 17:25:00.565304 [ 3 ] {2fb0bbbd-dfb5-42a3-b6b7-9d85e5a4e467} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4145 | 2024.07.03 17:25:00.565320 [ 3 ] {} <Debug> HTTP-Session: 738ca612-1ab3-46b9-be16-d59b8038de2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4146 | 2024.07.03 17:25:00.565465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 11557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4147 | 2024.07.03 17:25:00.565514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4148 | 2024.07.03 17:25:00.565533 [ 3 ] {} <Debug> HTTP-Session: cf40b4fc-7cb8-46a5-b47d-d99024b11399 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4149 | 2024.07.03 17:25:00.565549 [ 3 ] {} <Debug> HTTP-Session: cf40b4fc-7cb8-46a5-b47d-d99024b11399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4150 | 2024.07.03 17:25:00.565563 [ 3 ] {} <Debug> HTTP-Session: cf40b4fc-7cb8-46a5-b47d-d99024b11399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4151 | 2024.07.03 17:25:00.565595 [ 3 ] {} <Trace> HTTP-Session: cf40b4fc-7cb8-46a5-b47d-d99024b11399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4152 | 2024.07.03 17:25:00.565715 [ 3 ] {29ebeab7-72f4-43b9-9c72-ef18ca904e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4153 | 2024.07.03 17:25:00.565763 [ 3 ] {29ebeab7-72f4-43b9-9c72-ef18ca904e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4154 | 2024.07.03 17:25:00.565931 [ 3 ] {29ebeab7-72f4-43b9-9c72-ef18ca904e21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4155 | 2024.07.03 17:25:00.566251 [ 3 ] {29ebeab7-72f4-43b9-9c72-ef18ca904e21} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4156 | 2024.07.03 17:25:00.566287 [ 3 ] {29ebeab7-72f4-43b9-9c72-ef18ca904e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4157 | 2024.07.03 17:25:00.566667 [ 3 ] {29ebeab7-72f4-43b9-9c72-ef18ca904e21} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4158 | 2024.07.03 17:25:00.567007 [ 3 ] {29ebeab7-72f4-43b9-9c72-ef18ca904e21} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4159 | 2024.07.03 17:25:00.567167 [ 3 ] {29ebeab7-72f4-43b9-9c72-ef18ca904e21} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.83 MiB/sec. | ||
4160 | 2024.07.03 17:25:00.567330 [ 3 ] {29ebeab7-72f4-43b9-9c72-ef18ca904e21} <Debug> DynamicQueryHandler: Done processing query | ||
4161 | 2024.07.03 17:25:00.567354 [ 3 ] {29ebeab7-72f4-43b9-9c72-ef18ca904e21} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4162 | 2024.07.03 17:25:00.567369 [ 3 ] {} <Debug> HTTP-Session: cf40b4fc-7cb8-46a5-b47d-d99024b11399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4163 | 2024.07.03 17:25:00.567562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4164 | 2024.07.03 17:25:00.567611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4165 | 2024.07.03 17:25:00.567630 [ 3 ] {} <Debug> HTTP-Session: 259d3e98-acca-4056-8881-a2e959bdbc1e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4166 | 2024.07.03 17:25:00.567647 [ 3 ] {} <Debug> HTTP-Session: 259d3e98-acca-4056-8881-a2e959bdbc1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4167 | 2024.07.03 17:25:00.567661 [ 3 ] {} <Debug> HTTP-Session: 259d3e98-acca-4056-8881-a2e959bdbc1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4168 | 2024.07.03 17:25:00.567692 [ 3 ] {} <Trace> HTTP-Session: 259d3e98-acca-4056-8881-a2e959bdbc1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4169 | 2024.07.03 17:25:00.568000 [ 3 ] {b4add7bb-dd79-4cec-9a81-f1dd797773bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4170 | 2024.07.03 17:25:00.568068 [ 3 ] {b4add7bb-dd79-4cec-9a81-f1dd797773bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4171 | 2024.07.03 17:25:00.568464 [ 3 ] {b4add7bb-dd79-4cec-9a81-f1dd797773bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4172 | 2024.07.03 17:25:00.569044 [ 3 ] {b4add7bb-dd79-4cec-9a81-f1dd797773bd} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4173 | 2024.07.03 17:25:00.569080 [ 3 ] {b4add7bb-dd79-4cec-9a81-f1dd797773bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4174 | 2024.07.03 17:25:00.569692 [ 3 ] {b4add7bb-dd79-4cec-9a81-f1dd797773bd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4175 | 2024.07.03 17:25:00.570100 [ 3 ] {b4add7bb-dd79-4cec-9a81-f1dd797773bd} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4176 | 2024.07.03 17:25:00.570270 [ 3 ] {b4add7bb-dd79-4cec-9a81-f1dd797773bd} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002497 sec., 5606.728073688426 rows/sec., 10.05 MiB/sec. | ||
4177 | 2024.07.03 17:25:00.570856 [ 3 ] {b4add7bb-dd79-4cec-9a81-f1dd797773bd} <Debug> DynamicQueryHandler: Done processing query | ||
4178 | 2024.07.03 17:25:00.570888 [ 3 ] {b4add7bb-dd79-4cec-9a81-f1dd797773bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4179 | 2024.07.03 17:25:00.570906 [ 3 ] {} <Debug> HTTP-Session: 259d3e98-acca-4056-8881-a2e959bdbc1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4180 | 2024.07.03 17:25:00.571028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4181 | 2024.07.03 17:25:00.571077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4182 | 2024.07.03 17:25:00.571097 [ 3 ] {} <Debug> HTTP-Session: dcc5dad4-cdf6-47c7-bfd3-519f2eedf065 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4183 | 2024.07.03 17:25:00.571113 [ 3 ] {} <Debug> HTTP-Session: dcc5dad4-cdf6-47c7-bfd3-519f2eedf065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4184 | 2024.07.03 17:25:00.571127 [ 3 ] {} <Debug> HTTP-Session: dcc5dad4-cdf6-47c7-bfd3-519f2eedf065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4185 | 2024.07.03 17:25:00.571159 [ 3 ] {} <Trace> HTTP-Session: dcc5dad4-cdf6-47c7-bfd3-519f2eedf065 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4186 | 2024.07.03 17:25:00.571266 [ 3 ] {3de95634-06bc-4eba-b36a-a7c73b3869d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4187 | 2024.07.03 17:25:00.571313 [ 3 ] {3de95634-06bc-4eba-b36a-a7c73b3869d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4188 | 2024.07.03 17:25:00.571458 [ 3 ] {3de95634-06bc-4eba-b36a-a7c73b3869d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4189 | 2024.07.03 17:25:00.571758 [ 3 ] {3de95634-06bc-4eba-b36a-a7c73b3869d4} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4190 | 2024.07.03 17:25:00.571794 [ 3 ] {3de95634-06bc-4eba-b36a-a7c73b3869d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4191 | 2024.07.03 17:25:00.572164 [ 3 ] {3de95634-06bc-4eba-b36a-a7c73b3869d4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4192 | 2024.07.03 17:25:00.572491 [ 3 ] {3de95634-06bc-4eba-b36a-a7c73b3869d4} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4193 | 2024.07.03 17:25:00.572651 [ 3 ] {3de95634-06bc-4eba-b36a-a7c73b3869d4} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001405 sec., 21352.313167259785 rows/sec., 1.42 MiB/sec. | ||
4194 | 2024.07.03 17:25:00.572950 [ 3 ] {3de95634-06bc-4eba-b36a-a7c73b3869d4} <Debug> DynamicQueryHandler: Done processing query | ||
4195 | 2024.07.03 17:25:00.572975 [ 3 ] {3de95634-06bc-4eba-b36a-a7c73b3869d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4196 | 2024.07.03 17:25:00.572992 [ 3 ] {} <Debug> HTTP-Session: dcc5dad4-cdf6-47c7-bfd3-519f2eedf065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4197 | 2024.07.03 17:25:03.281534 [ 93 ] {} <Debug> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4198 | 2024.07.03 17:25:03.281638 [ 93 ] {} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4199 | 2024.07.03 17:25:03.281681 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4200 | 2024.07.03 17:25:03.281931 [ 194 ] {0f34b814-d8ff-47ad-afd5-41646da57368::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
4201 | 2024.07.03 17:25:03.282412 [ 194 ] {0f34b814-d8ff-47ad-afd5-41646da57368::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4202 | 2024.07.03 17:25:03.282459 [ 194 ] {0f34b814-d8ff-47ad-afd5-41646da57368::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
4203 | 2024.07.03 17:25:03.282546 [ 194 ] {0f34b814-d8ff-47ad-afd5-41646da57368::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
4204 | 2024.07.03 17:25:03.282630 [ 194 ] {0f34b814-d8ff-47ad-afd5-41646da57368::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
4205 | 2024.07.03 17:25:03.282714 [ 194 ] {0f34b814-d8ff-47ad-afd5-41646da57368::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
4206 | 2024.07.03 17:25:03.282795 [ 194 ] {0f34b814-d8ff-47ad-afd5-41646da57368::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
4207 | 2024.07.03 17:25:03.284906 [ 193 ] {0f34b814-d8ff-47ad-afd5-41646da57368::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 6 columns (6 merged, 0 gathered) in 0.003114981 sec., 9309.848117853688 rows/sec., 1.30 MiB/sec. | ||
4208 | 2024.07.03 17:25:03.285229 [ 193 ] {0f34b814-d8ff-47ad-afd5-41646da57368::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4209 | 2024.07.03 17:25:03.286236 [ 193 ] {0f34b814-d8ff-47ad-afd5-41646da57368::all_1_5_1} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4210 | 2024.07.03 17:25:03.286321 [ 193 ] {0f34b814-d8ff-47ad-afd5-41646da57368::all_1_5_1} <Trace> oximeter.timeseries_schema (0f34b814-d8ff-47ad-afd5-41646da57368) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4211 | 2024.07.03 17:25:03.286426 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
4212 | 2024.07.03 17:25:03.468465 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4213 | 2024.07.03 17:25:03.468504 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4214 | 2024.07.03 17:25:05.556838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4215 | 2024.07.03 17:25:05.556963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4216 | 2024.07.03 17:25:05.556988 [ 3 ] {} <Debug> HTTP-Session: 34de112f-931f-4a4a-a5bd-d9c05365e806 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4217 | 2024.07.03 17:25:05.557013 [ 3 ] {} <Debug> HTTP-Session: 34de112f-931f-4a4a-a5bd-d9c05365e806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.07.03 17:25:05.557028 [ 3 ] {} <Debug> HTTP-Session: 34de112f-931f-4a4a-a5bd-d9c05365e806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4219 | 2024.07.03 17:25:05.557079 [ 3 ] {} <Trace> HTTP-Session: 34de112f-931f-4a4a-a5bd-d9c05365e806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4220 | 2024.07.03 17:25:05.557264 [ 3 ] {449a1e80-c932-4229-8ad0-fcf5fe63ec89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4221 | 2024.07.03 17:25:05.557332 [ 3 ] {449a1e80-c932-4229-8ad0-fcf5fe63ec89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4222 | 2024.07.03 17:25:05.557527 [ 3 ] {449a1e80-c932-4229-8ad0-fcf5fe63ec89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4223 | 2024.07.03 17:25:05.557966 [ 3 ] {449a1e80-c932-4229-8ad0-fcf5fe63ec89} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4224 | 2024.07.03 17:25:05.558011 [ 3 ] {449a1e80-c932-4229-8ad0-fcf5fe63ec89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4225 | 2024.07.03 17:25:05.558399 [ 3 ] {449a1e80-c932-4229-8ad0-fcf5fe63ec89} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4226 | 2024.07.03 17:25:05.558765 [ 3 ] {449a1e80-c932-4229-8ad0-fcf5fe63ec89} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4227 | 2024.07.03 17:25:05.558935 [ 3 ] {449a1e80-c932-4229-8ad0-fcf5fe63ec89} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001724 sec., 9280.742459396752 rows/sec., 752.25 KiB/sec. | ||
4228 | 2024.07.03 17:25:05.559298 [ 3 ] {449a1e80-c932-4229-8ad0-fcf5fe63ec89} <Debug> DynamicQueryHandler: Done processing query | ||
4229 | 2024.07.03 17:25:05.559327 [ 3 ] {449a1e80-c932-4229-8ad0-fcf5fe63ec89} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4230 | 2024.07.03 17:25:05.559344 [ 3 ] {} <Debug> HTTP-Session: 34de112f-931f-4a4a-a5bd-d9c05365e806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4231 | 2024.07.03 17:25:05.559474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4232 | 2024.07.03 17:25:05.559530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4233 | 2024.07.03 17:25:05.559550 [ 3 ] {} <Debug> HTTP-Session: 6ed7bd6e-4be8-4dce-bbfe-c73c77f6e855 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4234 | 2024.07.03 17:25:05.559568 [ 3 ] {} <Debug> HTTP-Session: 6ed7bd6e-4be8-4dce-bbfe-c73c77f6e855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4235 | 2024.07.03 17:25:05.559581 [ 3 ] {} <Debug> HTTP-Session: 6ed7bd6e-4be8-4dce-bbfe-c73c77f6e855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4236 | 2024.07.03 17:25:05.559616 [ 3 ] {} <Trace> HTTP-Session: 6ed7bd6e-4be8-4dce-bbfe-c73c77f6e855 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4237 | 2024.07.03 17:25:05.559758 [ 3 ] {9c5149dd-e0ba-40b5-9474-501709271200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4238 | 2024.07.03 17:25:05.559808 [ 3 ] {9c5149dd-e0ba-40b5-9474-501709271200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4239 | 2024.07.03 17:25:05.559957 [ 3 ] {9c5149dd-e0ba-40b5-9474-501709271200} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4240 | 2024.07.03 17:25:05.560317 [ 3 ] {9c5149dd-e0ba-40b5-9474-501709271200} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4241 | 2024.07.03 17:25:05.560354 [ 3 ] {9c5149dd-e0ba-40b5-9474-501709271200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4242 | 2024.07.03 17:25:05.560672 [ 3 ] {9c5149dd-e0ba-40b5-9474-501709271200} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4243 | 2024.07.03 17:25:05.560983 [ 3 ] {9c5149dd-e0ba-40b5-9474-501709271200} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4244 | 2024.07.03 17:25:05.561135 [ 3 ] {9c5149dd-e0ba-40b5-9474-501709271200} <Debug> executeQuery: Read 78 rows, 6.79 KiB in 0.001421 sec., 54890.92188599578 rows/sec., 4.67 MiB/sec. | ||
4245 | 2024.07.03 17:25:05.561310 [ 3 ] {9c5149dd-e0ba-40b5-9474-501709271200} <Debug> DynamicQueryHandler: Done processing query | ||
4246 | 2024.07.03 17:25:05.561335 [ 3 ] {9c5149dd-e0ba-40b5-9474-501709271200} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4247 | 2024.07.03 17:25:05.561350 [ 3 ] {} <Debug> HTTP-Session: 6ed7bd6e-4be8-4dce-bbfe-c73c77f6e855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4248 | 2024.07.03 17:25:05.561490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 8855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4249 | 2024.07.03 17:25:05.561539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4250 | 2024.07.03 17:25:05.561558 [ 3 ] {} <Debug> HTTP-Session: 8da319f1-7ba4-4d67-b0d8-175f58cce08c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4251 | 2024.07.03 17:25:05.561575 [ 3 ] {} <Debug> HTTP-Session: 8da319f1-7ba4-4d67-b0d8-175f58cce08c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4252 | 2024.07.03 17:25:05.561589 [ 3 ] {} <Debug> HTTP-Session: 8da319f1-7ba4-4d67-b0d8-175f58cce08c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4253 | 2024.07.03 17:25:05.561622 [ 3 ] {} <Trace> HTTP-Session: 8da319f1-7ba4-4d67-b0d8-175f58cce08c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4254 | 2024.07.03 17:25:05.561740 [ 3 ] {5cc90296-b5c1-477c-b1ff-cbc66964d2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4255 | 2024.07.03 17:25:05.561784 [ 3 ] {5cc90296-b5c1-477c-b1ff-cbc66964d2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4256 | 2024.07.03 17:25:05.561913 [ 3 ] {5cc90296-b5c1-477c-b1ff-cbc66964d2d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4257 | 2024.07.03 17:25:05.562285 [ 3 ] {5cc90296-b5c1-477c-b1ff-cbc66964d2d9} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4258 | 2024.07.03 17:25:05.562321 [ 3 ] {5cc90296-b5c1-477c-b1ff-cbc66964d2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4259 | 2024.07.03 17:25:05.562630 [ 3 ] {5cc90296-b5c1-477c-b1ff-cbc66964d2d9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4260 | 2024.07.03 17:25:05.562929 [ 3 ] {5cc90296-b5c1-477c-b1ff-cbc66964d2d9} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4261 | 2024.07.03 17:25:05.563088 [ 3 ] {5cc90296-b5c1-477c-b1ff-cbc66964d2d9} <Debug> executeQuery: Read 52 rows, 4.16 KiB in 0.001386 sec., 37518.03751803752 rows/sec., 2.93 MiB/sec. | ||
4262 | 2024.07.03 17:25:05.563258 [ 3 ] {5cc90296-b5c1-477c-b1ff-cbc66964d2d9} <Debug> DynamicQueryHandler: Done processing query | ||
4263 | 2024.07.03 17:25:05.563281 [ 3 ] {5cc90296-b5c1-477c-b1ff-cbc66964d2d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4264 | 2024.07.03 17:25:05.563297 [ 3 ] {} <Debug> HTTP-Session: 8da319f1-7ba4-4d67-b0d8-175f58cce08c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4265 | 2024.07.03 17:25:05.563466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 11557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4266 | 2024.07.03 17:25:05.563514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4267 | 2024.07.03 17:25:05.563533 [ 3 ] {} <Debug> HTTP-Session: d356af98-9376-4125-af30-9a2483c92385 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4268 | 2024.07.03 17:25:05.563550 [ 3 ] {} <Debug> HTTP-Session: d356af98-9376-4125-af30-9a2483c92385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4269 | 2024.07.03 17:25:05.563564 [ 3 ] {} <Debug> HTTP-Session: d356af98-9376-4125-af30-9a2483c92385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4270 | 2024.07.03 17:25:05.563595 [ 3 ] {} <Trace> HTTP-Session: d356af98-9376-4125-af30-9a2483c92385 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4271 | 2024.07.03 17:25:05.563715 [ 3 ] {b008c099-e9ca-46ef-9eb3-ee7dfe10d071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4272 | 2024.07.03 17:25:05.563762 [ 3 ] {b008c099-e9ca-46ef-9eb3-ee7dfe10d071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4273 | 2024.07.03 17:25:05.563909 [ 3 ] {b008c099-e9ca-46ef-9eb3-ee7dfe10d071} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4274 | 2024.07.03 17:25:05.564239 [ 3 ] {b008c099-e9ca-46ef-9eb3-ee7dfe10d071} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4275 | 2024.07.03 17:25:05.564275 [ 3 ] {b008c099-e9ca-46ef-9eb3-ee7dfe10d071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4276 | 2024.07.03 17:25:05.564653 [ 3 ] {b008c099-e9ca-46ef-9eb3-ee7dfe10d071} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4277 | 2024.07.03 17:25:05.565010 [ 3 ] {b008c099-e9ca-46ef-9eb3-ee7dfe10d071} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4278 | 2024.07.03 17:25:05.565162 [ 3 ] {b008c099-e9ca-46ef-9eb3-ee7dfe10d071} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.83 MiB/sec. | ||
4279 | 2024.07.03 17:25:05.565341 [ 3 ] {b008c099-e9ca-46ef-9eb3-ee7dfe10d071} <Debug> DynamicQueryHandler: Done processing query | ||
4280 | 2024.07.03 17:25:05.565365 [ 3 ] {b008c099-e9ca-46ef-9eb3-ee7dfe10d071} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4281 | 2024.07.03 17:25:05.565381 [ 3 ] {} <Debug> HTTP-Session: d356af98-9376-4125-af30-9a2483c92385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4282 | 2024.07.03 17:25:05.565553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4283 | 2024.07.03 17:25:05.565602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4284 | 2024.07.03 17:25:05.565621 [ 3 ] {} <Debug> HTTP-Session: 169d0c45-b03e-42c7-84e8-c4cb86632f21 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4285 | 2024.07.03 17:25:05.565637 [ 3 ] {} <Debug> HTTP-Session: 169d0c45-b03e-42c7-84e8-c4cb86632f21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4286 | 2024.07.03 17:25:05.565651 [ 3 ] {} <Debug> HTTP-Session: 169d0c45-b03e-42c7-84e8-c4cb86632f21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4287 | 2024.07.03 17:25:05.565683 [ 3 ] {} <Trace> HTTP-Session: 169d0c45-b03e-42c7-84e8-c4cb86632f21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4288 | 2024.07.03 17:25:05.566054 [ 3 ] {cd916941-922f-411e-b1bd-9054c3928819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4289 | 2024.07.03 17:25:05.566119 [ 3 ] {cd916941-922f-411e-b1bd-9054c3928819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4290 | 2024.07.03 17:25:05.566528 [ 3 ] {cd916941-922f-411e-b1bd-9054c3928819} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4291 | 2024.07.03 17:25:05.567162 [ 3 ] {cd916941-922f-411e-b1bd-9054c3928819} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4292 | 2024.07.03 17:25:05.567198 [ 3 ] {cd916941-922f-411e-b1bd-9054c3928819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4293 | 2024.07.03 17:25:05.567790 [ 3 ] {cd916941-922f-411e-b1bd-9054c3928819} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4294 | 2024.07.03 17:25:05.568198 [ 3 ] {cd916941-922f-411e-b1bd-9054c3928819} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4295 | 2024.07.03 17:25:05.568406 [ 3 ] {cd916941-922f-411e-b1bd-9054c3928819} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002637 sec., 6067.5009480470235 rows/sec., 10.87 MiB/sec. | ||
4296 | 2024.07.03 17:25:05.568406 [ 75 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4297 | 2024.07.03 17:25:05.568569 [ 75 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4298 | 2024.07.03 17:25:05.568679 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4299 | 2024.07.03 17:25:05.568853 [ 3 ] {cd916941-922f-411e-b1bd-9054c3928819} <Debug> DynamicQueryHandler: Done processing query | ||
4300 | 2024.07.03 17:25:05.568920 [ 3 ] {cd916941-922f-411e-b1bd-9054c3928819} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4301 | 2024.07.03 17:25:05.568986 [ 3 ] {} <Debug> HTTP-Session: 169d0c45-b03e-42c7-84e8-c4cb86632f21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4302 | 2024.07.03 17:25:05.568998 [ 202 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
4303 | 2024.07.03 17:25:05.569186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4304 | 2024.07.03 17:25:05.569365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4305 | 2024.07.03 17:25:05.569452 [ 3 ] {} <Debug> HTTP-Session: 1aea350a-7d13-4323-a92e-2017bcc7ee97 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4306 | 2024.07.03 17:25:05.569523 [ 3 ] {} <Debug> HTTP-Session: 1aea350a-7d13-4323-a92e-2017bcc7ee97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4307 | 2024.07.03 17:25:05.569573 [ 3 ] {} <Debug> HTTP-Session: 1aea350a-7d13-4323-a92e-2017bcc7ee97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4308 | 2024.07.03 17:25:05.569643 [ 3 ] {} <Trace> HTTP-Session: 1aea350a-7d13-4323-a92e-2017bcc7ee97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4309 | 2024.07.03 17:25:05.569807 [ 3 ] {26fdee8e-201a-4b85-be4a-188d337331e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4310 | 2024.07.03 17:25:05.569870 [ 202 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4311 | 2024.07.03 17:25:05.569874 [ 3 ] {26fdee8e-201a-4b85-be4a-188d337331e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4312 | 2024.07.03 17:25:05.569974 [ 202 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 234 rows starting from the beginning of the part | ||
4313 | 2024.07.03 17:25:05.570288 [ 3 ] {26fdee8e-201a-4b85-be4a-188d337331e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4314 | 2024.07.03 17:25:05.570458 [ 202 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
4315 | 2024.07.03 17:25:05.570982 [ 202 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
4316 | 2024.07.03 17:25:05.571062 [ 3 ] {26fdee8e-201a-4b85-be4a-188d337331e1} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4317 | 2024.07.03 17:25:05.571118 [ 3 ] {26fdee8e-201a-4b85-be4a-188d337331e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4318 | 2024.07.03 17:25:05.571336 [ 202 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
4319 | 2024.07.03 17:25:05.571674 [ 202 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
4320 | 2024.07.03 17:25:05.572154 [ 202 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part | ||
4321 | 2024.07.03 17:25:05.572168 [ 3 ] {26fdee8e-201a-4b85-be4a-188d337331e1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4322 | 2024.07.03 17:25:05.572992 [ 3 ] {26fdee8e-201a-4b85-be4a-188d337331e1} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4323 | 2024.07.03 17:25:05.573279 [ 3 ] {26fdee8e-201a-4b85-be4a-188d337331e1} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.003505 sec., 8559.201141226818 rows/sec., 580.92 KiB/sec. | ||
4324 | 2024.07.03 17:25:05.573946 [ 3 ] {26fdee8e-201a-4b85-be4a-188d337331e1} <Debug> DynamicQueryHandler: Done processing query | ||
4325 | 2024.07.03 17:25:05.574028 [ 3 ] {26fdee8e-201a-4b85-be4a-188d337331e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4326 | 2024.07.03 17:25:05.574148 [ 3 ] {} <Debug> HTTP-Session: 1aea350a-7d13-4323-a92e-2017bcc7ee97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4327 | 2024.07.03 17:25:05.576585 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 19 columns (19 merged, 0 gathered) in 0.007766604 sec., 39914.485146918785 rows/sec., 71.52 MiB/sec. | ||
4328 | 2024.07.03 17:25:05.577429 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4329 | 2024.07.03 17:25:05.578072 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4330 | 2024.07.03 17:25:05.578167 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4331 | 2024.07.03 17:25:05.578319 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
4332 | 2024.07.03 17:25:10.559578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4333 | 2024.07.03 17:25:10.559723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4334 | 2024.07.03 17:25:10.559754 [ 3 ] {} <Debug> HTTP-Session: d0405e7b-8430-48e8-8a1e-8c6337ef1772 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4335 | 2024.07.03 17:25:10.559783 [ 3 ] {} <Debug> HTTP-Session: d0405e7b-8430-48e8-8a1e-8c6337ef1772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4336 | 2024.07.03 17:25:10.559800 [ 3 ] {} <Debug> HTTP-Session: d0405e7b-8430-48e8-8a1e-8c6337ef1772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4337 | 2024.07.03 17:25:10.559858 [ 3 ] {} <Trace> HTTP-Session: d0405e7b-8430-48e8-8a1e-8c6337ef1772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4338 | 2024.07.03 17:25:10.560063 [ 3 ] {c910ebb3-f691-45aa-a1c9-4b4a39042600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4339 | 2024.07.03 17:25:10.560138 [ 3 ] {c910ebb3-f691-45aa-a1c9-4b4a39042600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4340 | 2024.07.03 17:25:10.560357 [ 3 ] {c910ebb3-f691-45aa-a1c9-4b4a39042600} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4341 | 2024.07.03 17:25:10.560877 [ 3 ] {c910ebb3-f691-45aa-a1c9-4b4a39042600} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4342 | 2024.07.03 17:25:10.560924 [ 3 ] {c910ebb3-f691-45aa-a1c9-4b4a39042600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4343 | 2024.07.03 17:25:10.561321 [ 3 ] {c910ebb3-f691-45aa-a1c9-4b4a39042600} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4344 | 2024.07.03 17:25:10.561667 [ 3 ] {c910ebb3-f691-45aa-a1c9-4b4a39042600} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4345 | 2024.07.03 17:25:10.561840 [ 3 ] {c910ebb3-f691-45aa-a1c9-4b4a39042600} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001831 sec., 7646.095030038231 rows/sec., 619.75 KiB/sec. | ||
4346 | 2024.07.03 17:25:10.562055 [ 3 ] {c910ebb3-f691-45aa-a1c9-4b4a39042600} <Debug> DynamicQueryHandler: Done processing query | ||
4347 | 2024.07.03 17:25:10.562082 [ 3 ] {c910ebb3-f691-45aa-a1c9-4b4a39042600} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4348 | 2024.07.03 17:25:10.562100 [ 3 ] {} <Debug> HTTP-Session: d0405e7b-8430-48e8-8a1e-8c6337ef1772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4349 | 2024.07.03 17:25:10.562316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4350 | 2024.07.03 17:25:10.562372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4351 | 2024.07.03 17:25:10.562392 [ 3 ] {} <Debug> HTTP-Session: 1802cab0-b947-4fb2-bccd-567f908a15b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4352 | 2024.07.03 17:25:10.562410 [ 3 ] {} <Debug> HTTP-Session: 1802cab0-b947-4fb2-bccd-567f908a15b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4353 | 2024.07.03 17:25:10.562424 [ 3 ] {} <Debug> HTTP-Session: 1802cab0-b947-4fb2-bccd-567f908a15b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4354 | 2024.07.03 17:25:10.562459 [ 3 ] {} <Trace> HTTP-Session: 1802cab0-b947-4fb2-bccd-567f908a15b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4355 | 2024.07.03 17:25:10.562589 [ 3 ] {fac0b740-297b-42be-b8f7-0f411ea6ee9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4356 | 2024.07.03 17:25:10.562636 [ 3 ] {fac0b740-297b-42be-b8f7-0f411ea6ee9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4357 | 2024.07.03 17:25:10.562769 [ 3 ] {fac0b740-297b-42be-b8f7-0f411ea6ee9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4358 | 2024.07.03 17:25:10.563126 [ 3 ] {fac0b740-297b-42be-b8f7-0f411ea6ee9c} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4359 | 2024.07.03 17:25:10.563163 [ 3 ] {fac0b740-297b-42be-b8f7-0f411ea6ee9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4360 | 2024.07.03 17:25:10.563490 [ 3 ] {fac0b740-297b-42be-b8f7-0f411ea6ee9c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4361 | 2024.07.03 17:25:10.563797 [ 3 ] {fac0b740-297b-42be-b8f7-0f411ea6ee9c} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4362 | 2024.07.03 17:25:10.563958 [ 3 ] {fac0b740-297b-42be-b8f7-0f411ea6ee9c} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001414 sec., 69306.93069306931 rows/sec., 5.61 MiB/sec. | ||
4363 | 2024.07.03 17:25:10.564130 [ 3 ] {fac0b740-297b-42be-b8f7-0f411ea6ee9c} <Debug> DynamicQueryHandler: Done processing query | ||
4364 | 2024.07.03 17:25:10.564154 [ 3 ] {fac0b740-297b-42be-b8f7-0f411ea6ee9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4365 | 2024.07.03 17:25:10.564171 [ 3 ] {} <Debug> HTTP-Session: 1802cab0-b947-4fb2-bccd-567f908a15b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4366 | 2024.07.03 17:25:10.564299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4367 | 2024.07.03 17:25:10.564350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4368 | 2024.07.03 17:25:10.564369 [ 3 ] {} <Debug> HTTP-Session: 026e338b-89c8-4b1c-b81a-1d49789e3924 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4369 | 2024.07.03 17:25:10.564387 [ 3 ] {} <Debug> HTTP-Session: 026e338b-89c8-4b1c-b81a-1d49789e3924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4370 | 2024.07.03 17:25:10.564401 [ 3 ] {} <Debug> HTTP-Session: 026e338b-89c8-4b1c-b81a-1d49789e3924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4371 | 2024.07.03 17:25:10.564433 [ 3 ] {} <Trace> HTTP-Session: 026e338b-89c8-4b1c-b81a-1d49789e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4372 | 2024.07.03 17:25:10.564556 [ 3 ] {e48f47b1-8bdf-4e72-8dd3-34a882c87490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4373 | 2024.07.03 17:25:10.564599 [ 3 ] {e48f47b1-8bdf-4e72-8dd3-34a882c87490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4374 | 2024.07.03 17:25:10.564726 [ 3 ] {e48f47b1-8bdf-4e72-8dd3-34a882c87490} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4375 | 2024.07.03 17:25:10.565061 [ 3 ] {e48f47b1-8bdf-4e72-8dd3-34a882c87490} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4376 | 2024.07.03 17:25:10.565097 [ 3 ] {e48f47b1-8bdf-4e72-8dd3-34a882c87490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4377 | 2024.07.03 17:25:10.565423 [ 3 ] {e48f47b1-8bdf-4e72-8dd3-34a882c87490} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4378 | 2024.07.03 17:25:10.565726 [ 3 ] {e48f47b1-8bdf-4e72-8dd3-34a882c87490} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4379 | 2024.07.03 17:25:10.565878 [ 3 ] {e48f47b1-8bdf-4e72-8dd3-34a882c87490} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001366 sec., 57101.02489019033 rows/sec., 4.46 MiB/sec. | ||
4380 | 2024.07.03 17:25:10.566048 [ 3 ] {e48f47b1-8bdf-4e72-8dd3-34a882c87490} <Debug> DynamicQueryHandler: Done processing query | ||
4381 | 2024.07.03 17:25:10.566072 [ 3 ] {e48f47b1-8bdf-4e72-8dd3-34a882c87490} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4382 | 2024.07.03 17:25:10.566088 [ 3 ] {} <Debug> HTTP-Session: 026e338b-89c8-4b1c-b81a-1d49789e3924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4383 | 2024.07.03 17:25:10.566235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 23005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4384 | 2024.07.03 17:25:10.566284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4385 | 2024.07.03 17:25:10.566303 [ 3 ] {} <Debug> HTTP-Session: 0a00ab09-13cc-476e-803a-1900db6e6587 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4386 | 2024.07.03 17:25:10.566320 [ 3 ] {} <Debug> HTTP-Session: 0a00ab09-13cc-476e-803a-1900db6e6587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4387 | 2024.07.03 17:25:10.566334 [ 3 ] {} <Debug> HTTP-Session: 0a00ab09-13cc-476e-803a-1900db6e6587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4388 | 2024.07.03 17:25:10.566365 [ 3 ] {} <Trace> HTTP-Session: 0a00ab09-13cc-476e-803a-1900db6e6587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4389 | 2024.07.03 17:25:10.566528 [ 3 ] {37ea101d-ed7a-4072-b533-3f8232f94d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4390 | 2024.07.03 17:25:10.566576 [ 3 ] {37ea101d-ed7a-4072-b533-3f8232f94d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4391 | 2024.07.03 17:25:10.566723 [ 3 ] {37ea101d-ed7a-4072-b533-3f8232f94d50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4392 | 2024.07.03 17:25:10.567081 [ 3 ] {37ea101d-ed7a-4072-b533-3f8232f94d50} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4393 | 2024.07.03 17:25:10.567118 [ 3 ] {37ea101d-ed7a-4072-b533-3f8232f94d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4394 | 2024.07.03 17:25:10.567513 [ 3 ] {37ea101d-ed7a-4072-b533-3f8232f94d50} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4395 | 2024.07.03 17:25:10.567850 [ 3 ] {37ea101d-ed7a-4072-b533-3f8232f94d50} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4396 | 2024.07.03 17:25:10.568008 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4397 | 2024.07.03 17:25:10.568012 [ 3 ] {37ea101d-ed7a-4072-b533-3f8232f94d50} <Debug> executeQuery: Read 120 rows, 8.57 KiB in 0.001542 sec., 77821.01167315175 rows/sec., 5.43 MiB/sec. | ||
4398 | 2024.07.03 17:25:10.568097 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4399 | 2024.07.03 17:25:10.568168 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4400 | 2024.07.03 17:25:10.568320 [ 3 ] {37ea101d-ed7a-4072-b533-3f8232f94d50} <Debug> DynamicQueryHandler: Done processing query | ||
4401 | 2024.07.03 17:25:10.568328 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
4402 | 2024.07.03 17:25:10.568350 [ 3 ] {37ea101d-ed7a-4072-b533-3f8232f94d50} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4403 | 2024.07.03 17:25:10.568382 [ 3 ] {} <Debug> HTTP-Session: 0a00ab09-13cc-476e-803a-1900db6e6587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4404 | 2024.07.03 17:25:10.568474 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4405 | 2024.07.03 17:25:10.568509 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 668 rows starting from the beginning of the part | ||
4406 | 2024.07.03 17:25:10.568553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4407 | 2024.07.03 17:25:10.568629 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 98 rows starting from the beginning of the part | ||
4408 | 2024.07.03 17:25:10.568682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4409 | 2024.07.03 17:25:10.568778 [ 3 ] {} <Debug> HTTP-Session: 5c85092e-d18c-4227-8203-199193dbf595 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4410 | 2024.07.03 17:25:10.568867 [ 3 ] {} <Debug> HTTP-Session: 5c85092e-d18c-4227-8203-199193dbf595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4411 | 2024.07.03 17:25:10.568934 [ 3 ] {} <Debug> HTTP-Session: 5c85092e-d18c-4227-8203-199193dbf595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4412 | 2024.07.03 17:25:10.568949 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
4413 | 2024.07.03 17:25:10.569050 [ 3 ] {} <Trace> HTTP-Session: 5c85092e-d18c-4227-8203-199193dbf595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4414 | 2024.07.03 17:25:10.569508 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
4415 | 2024.07.03 17:25:10.569738 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
4416 | 2024.07.03 17:25:10.569750 [ 3 ] {b98993ff-4c19-4a94-8881-7f9988b31550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4417 | 2024.07.03 17:25:10.570055 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 120 rows starting from the beginning of the part | ||
4418 | 2024.07.03 17:25:10.570077 [ 3 ] {b98993ff-4c19-4a94-8881-7f9988b31550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4419 | 2024.07.03 17:25:10.571322 [ 3 ] {b98993ff-4c19-4a94-8881-7f9988b31550} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4420 | 2024.07.03 17:25:10.572485 [ 3 ] {b98993ff-4c19-4a94-8881-7f9988b31550} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4421 | 2024.07.03 17:25:10.572533 [ 3 ] {b98993ff-4c19-4a94-8881-7f9988b31550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4422 | 2024.07.03 17:25:10.572786 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1066 rows, containing 5 columns (5 merged, 0 gathered) in 0.004513308 sec., 236190.39516026826 rows/sec., 16.76 MiB/sec. | ||
4423 | 2024.07.03 17:25:10.572964 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4424 | 2024.07.03 17:25:10.573669 [ 3 ] {b98993ff-4c19-4a94-8881-7f9988b31550} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4425 | 2024.07.03 17:25:10.573707 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4426 | 2024.07.03 17:25:10.573798 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4427 | 2024.07.03 17:25:10.573919 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
4428 | 2024.07.03 17:25:10.574213 [ 3 ] {b98993ff-4c19-4a94-8881-7f9988b31550} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4429 | 2024.07.03 17:25:10.574403 [ 3 ] {b98993ff-4c19-4a94-8881-7f9988b31550} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.004942 sec., 2832.8611898016998 rows/sec., 5.08 MiB/sec. | ||
4430 | 2024.07.03 17:25:10.574653 [ 3 ] {b98993ff-4c19-4a94-8881-7f9988b31550} <Debug> DynamicQueryHandler: Done processing query | ||
4431 | 2024.07.03 17:25:10.574679 [ 3 ] {b98993ff-4c19-4a94-8881-7f9988b31550} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4432 | 2024.07.03 17:25:10.574696 [ 3 ] {} <Debug> HTTP-Session: 5c85092e-d18c-4227-8203-199193dbf595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4433 | 2024.07.03 17:25:10.574824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 7299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4434 | 2024.07.03 17:25:10.574873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4435 | 2024.07.03 17:25:10.574892 [ 3 ] {} <Debug> HTTP-Session: 4c161062-3ce5-4d99-bb9e-8963a41cf0ee Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4436 | 2024.07.03 17:25:10.574909 [ 3 ] {} <Debug> HTTP-Session: 4c161062-3ce5-4d99-bb9e-8963a41cf0ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4437 | 2024.07.03 17:25:10.574922 [ 3 ] {} <Debug> HTTP-Session: 4c161062-3ce5-4d99-bb9e-8963a41cf0ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4438 | 2024.07.03 17:25:10.574953 [ 3 ] {} <Trace> HTTP-Session: 4c161062-3ce5-4d99-bb9e-8963a41cf0ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4439 | 2024.07.03 17:25:10.575072 [ 3 ] {bf0b29e8-878c-4290-b8b4-e54231075a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4440 | 2024.07.03 17:25:10.575118 [ 3 ] {bf0b29e8-878c-4290-b8b4-e54231075a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4441 | 2024.07.03 17:25:10.575250 [ 3 ] {bf0b29e8-878c-4290-b8b4-e54231075a75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4442 | 2024.07.03 17:25:10.575553 [ 3 ] {bf0b29e8-878c-4290-b8b4-e54231075a75} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4443 | 2024.07.03 17:25:10.575591 [ 3 ] {bf0b29e8-878c-4290-b8b4-e54231075a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4444 | 2024.07.03 17:25:10.575959 [ 3 ] {bf0b29e8-878c-4290-b8b4-e54231075a75} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4445 | 2024.07.03 17:25:10.576295 [ 3 ] {bf0b29e8-878c-4290-b8b4-e54231075a75} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4446 | 2024.07.03 17:25:10.576448 [ 3 ] {bf0b29e8-878c-4290-b8b4-e54231075a75} <Debug> executeQuery: Read 48 rows, 3.30 KiB in 0.001412 sec., 33994.33427762039 rows/sec., 2.28 MiB/sec. | ||
4447 | 2024.07.03 17:25:10.576459 [ 65 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4448 | 2024.07.03 17:25:10.576536 [ 65 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4449 | 2024.07.03 17:25:10.576582 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4450 | 2024.07.03 17:25:10.576734 [ 3 ] {bf0b29e8-878c-4290-b8b4-e54231075a75} <Debug> DynamicQueryHandler: Done processing query | ||
4451 | 2024.07.03 17:25:10.576750 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
4452 | 2024.07.03 17:25:10.576771 [ 3 ] {bf0b29e8-878c-4290-b8b4-e54231075a75} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4453 | 2024.07.03 17:25:10.576823 [ 3 ] {} <Debug> HTTP-Session: 4c161062-3ce5-4d99-bb9e-8963a41cf0ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4454 | 2024.07.03 17:25:10.576956 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4455 | 2024.07.03 17:25:10.576996 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 160 rows starting from the beginning of the part | ||
4456 | 2024.07.03 17:25:10.577122 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
4457 | 2024.07.03 17:25:10.577318 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
4458 | 2024.07.03 17:25:10.577508 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
4459 | 2024.07.03 17:25:10.577653 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
4460 | 2024.07.03 17:25:10.577855 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 48 rows starting from the beginning of the part | ||
4461 | 2024.07.03 17:25:10.579013 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 328 rows, containing 4 columns (4 merged, 0 gathered) in 0.002332031 sec., 140649.93132595578 rows/sec., 9.01 MiB/sec. | ||
4462 | 2024.07.03 17:25:10.579259 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4463 | 2024.07.03 17:25:10.579748 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_21_4} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4464 | 2024.07.03 17:25:10.579841 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_21_4} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4465 | 2024.07.03 17:25:10.579947 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4466 | 2024.07.03 17:25:15.560907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4467 | 2024.07.03 17:25:15.561052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4468 | 2024.07.03 17:25:15.561083 [ 3 ] {} <Debug> HTTP-Session: e44c137f-a897-4d4c-b6a4-091fc4c89c6a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4469 | 2024.07.03 17:25:15.561115 [ 3 ] {} <Debug> HTTP-Session: e44c137f-a897-4d4c-b6a4-091fc4c89c6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4470 | 2024.07.03 17:25:15.561134 [ 3 ] {} <Debug> HTTP-Session: e44c137f-a897-4d4c-b6a4-091fc4c89c6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4471 | 2024.07.03 17:25:15.561194 [ 3 ] {} <Trace> HTTP-Session: e44c137f-a897-4d4c-b6a4-091fc4c89c6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4472 | 2024.07.03 17:25:15.561401 [ 3 ] {91d320d6-2994-4b02-917c-9503e6b04747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4473 | 2024.07.03 17:25:15.561478 [ 3 ] {91d320d6-2994-4b02-917c-9503e6b04747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4474 | 2024.07.03 17:25:15.561688 [ 3 ] {91d320d6-2994-4b02-917c-9503e6b04747} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4475 | 2024.07.03 17:25:15.562109 [ 3 ] {91d320d6-2994-4b02-917c-9503e6b04747} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4476 | 2024.07.03 17:25:15.562158 [ 3 ] {91d320d6-2994-4b02-917c-9503e6b04747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4477 | 2024.07.03 17:25:15.562533 [ 3 ] {91d320d6-2994-4b02-917c-9503e6b04747} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4478 | 2024.07.03 17:25:15.562898 [ 3 ] {91d320d6-2994-4b02-917c-9503e6b04747} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4479 | 2024.07.03 17:25:15.563069 [ 3 ] {91d320d6-2994-4b02-917c-9503e6b04747} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00173 sec., 9248.554913294798 rows/sec., 749.64 KiB/sec. | ||
4480 | 2024.07.03 17:25:15.563383 [ 3 ] {91d320d6-2994-4b02-917c-9503e6b04747} <Debug> DynamicQueryHandler: Done processing query | ||
4481 | 2024.07.03 17:25:15.563411 [ 3 ] {91d320d6-2994-4b02-917c-9503e6b04747} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4482 | 2024.07.03 17:25:15.563428 [ 3 ] {} <Debug> HTTP-Session: e44c137f-a897-4d4c-b6a4-091fc4c89c6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4483 | 2024.07.03 17:25:15.563607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4484 | 2024.07.03 17:25:15.563661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4485 | 2024.07.03 17:25:15.563680 [ 3 ] {} <Debug> HTTP-Session: b8571c5a-368d-4120-8609-9b0e5d4385a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4486 | 2024.07.03 17:25:15.563699 [ 3 ] {} <Debug> HTTP-Session: b8571c5a-368d-4120-8609-9b0e5d4385a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4487 | 2024.07.03 17:25:15.563713 [ 3 ] {} <Debug> HTTP-Session: b8571c5a-368d-4120-8609-9b0e5d4385a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4488 | 2024.07.03 17:25:15.563748 [ 3 ] {} <Trace> HTTP-Session: b8571c5a-368d-4120-8609-9b0e5d4385a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4489 | 2024.07.03 17:25:15.563883 [ 3 ] {2b82e0b6-65d3-450c-ad92-20af306490b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4490 | 2024.07.03 17:25:15.563932 [ 3 ] {2b82e0b6-65d3-450c-ad92-20af306490b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4491 | 2024.07.03 17:25:15.564079 [ 3 ] {2b82e0b6-65d3-450c-ad92-20af306490b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4492 | 2024.07.03 17:25:15.564470 [ 3 ] {2b82e0b6-65d3-450c-ad92-20af306490b7} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4493 | 2024.07.03 17:25:15.564509 [ 3 ] {2b82e0b6-65d3-450c-ad92-20af306490b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4494 | 2024.07.03 17:25:15.564839 [ 3 ] {2b82e0b6-65d3-450c-ad92-20af306490b7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4495 | 2024.07.03 17:25:15.565161 [ 3 ] {2b82e0b6-65d3-450c-ad92-20af306490b7} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4496 | 2024.07.03 17:25:15.565327 [ 3 ] {2b82e0b6-65d3-450c-ad92-20af306490b7} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.00149 sec., 69798.65771812081 rows/sec., 5.75 MiB/sec. | ||
4497 | 2024.07.03 17:25:15.565638 [ 3 ] {2b82e0b6-65d3-450c-ad92-20af306490b7} <Debug> DynamicQueryHandler: Done processing query | ||
4498 | 2024.07.03 17:25:15.565664 [ 3 ] {2b82e0b6-65d3-450c-ad92-20af306490b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4499 | 2024.07.03 17:25:15.565681 [ 3 ] {} <Debug> HTTP-Session: b8571c5a-368d-4120-8609-9b0e5d4385a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4500 | 2024.07.03 17:25:15.565818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4501 | 2024.07.03 17:25:15.565869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4502 | 2024.07.03 17:25:15.565889 [ 3 ] {} <Debug> HTTP-Session: 8ca9a32c-c2ae-436e-b47c-396c2923ea87 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4503 | 2024.07.03 17:25:15.565905 [ 3 ] {} <Debug> HTTP-Session: 8ca9a32c-c2ae-436e-b47c-396c2923ea87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4504 | 2024.07.03 17:25:15.565919 [ 3 ] {} <Debug> HTTP-Session: 8ca9a32c-c2ae-436e-b47c-396c2923ea87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4505 | 2024.07.03 17:25:15.565951 [ 3 ] {} <Trace> HTTP-Session: 8ca9a32c-c2ae-436e-b47c-396c2923ea87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4506 | 2024.07.03 17:25:15.566072 [ 3 ] {4c9c0901-255b-4610-8fc4-9cd1de900703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4507 | 2024.07.03 17:25:15.566118 [ 3 ] {4c9c0901-255b-4610-8fc4-9cd1de900703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4508 | 2024.07.03 17:25:15.566266 [ 3 ] {4c9c0901-255b-4610-8fc4-9cd1de900703} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4509 | 2024.07.03 17:25:15.566595 [ 3 ] {4c9c0901-255b-4610-8fc4-9cd1de900703} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4510 | 2024.07.03 17:25:15.566634 [ 3 ] {4c9c0901-255b-4610-8fc4-9cd1de900703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4511 | 2024.07.03 17:25:15.566950 [ 3 ] {4c9c0901-255b-4610-8fc4-9cd1de900703} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4512 | 2024.07.03 17:25:15.567270 [ 3 ] {4c9c0901-255b-4610-8fc4-9cd1de900703} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4513 | 2024.07.03 17:25:15.567432 [ 3 ] {4c9c0901-255b-4610-8fc4-9cd1de900703} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001395 sec., 57347.67025089606 rows/sec., 4.48 MiB/sec. | ||
4514 | 2024.07.03 17:25:15.567595 [ 3 ] {4c9c0901-255b-4610-8fc4-9cd1de900703} <Debug> DynamicQueryHandler: Done processing query | ||
4515 | 2024.07.03 17:25:15.567620 [ 3 ] {4c9c0901-255b-4610-8fc4-9cd1de900703} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4516 | 2024.07.03 17:25:15.567636 [ 3 ] {} <Debug> HTTP-Session: 8ca9a32c-c2ae-436e-b47c-396c2923ea87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4517 | 2024.07.03 17:25:15.567869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4518 | 2024.07.03 17:25:15.567917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4519 | 2024.07.03 17:25:15.567936 [ 3 ] {} <Debug> HTTP-Session: 1310547b-4dec-4b4d-a853-e83c07ae8724 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4520 | 2024.07.03 17:25:15.567953 [ 3 ] {} <Debug> HTTP-Session: 1310547b-4dec-4b4d-a853-e83c07ae8724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4521 | 2024.07.03 17:25:15.567967 [ 3 ] {} <Debug> HTTP-Session: 1310547b-4dec-4b4d-a853-e83c07ae8724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4522 | 2024.07.03 17:25:15.567998 [ 3 ] {} <Trace> HTTP-Session: 1310547b-4dec-4b4d-a853-e83c07ae8724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4523 | 2024.07.03 17:25:15.568163 [ 3 ] {02c6732d-c053-4667-9d26-2a69f3b8c5ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4524 | 2024.07.03 17:25:15.568213 [ 3 ] {02c6732d-c053-4667-9d26-2a69f3b8c5ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4525 | 2024.07.03 17:25:15.568359 [ 3 ] {02c6732d-c053-4667-9d26-2a69f3b8c5ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4526 | 2024.07.03 17:25:15.568750 [ 3 ] {02c6732d-c053-4667-9d26-2a69f3b8c5ae} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4527 | 2024.07.03 17:25:15.568788 [ 3 ] {02c6732d-c053-4667-9d26-2a69f3b8c5ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4528 | 2024.07.03 17:25:15.569196 [ 3 ] {02c6732d-c053-4667-9d26-2a69f3b8c5ae} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4529 | 2024.07.03 17:25:15.569549 [ 3 ] {02c6732d-c053-4667-9d26-2a69f3b8c5ae} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4530 | 2024.07.03 17:25:15.569702 [ 3 ] {02c6732d-c053-4667-9d26-2a69f3b8c5ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. | ||
4531 | 2024.07.03 17:25:15.570034 [ 3 ] {02c6732d-c053-4667-9d26-2a69f3b8c5ae} <Debug> DynamicQueryHandler: Done processing query | ||
4532 | 2024.07.03 17:25:15.570059 [ 3 ] {02c6732d-c053-4667-9d26-2a69f3b8c5ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4533 | 2024.07.03 17:25:15.570076 [ 3 ] {} <Debug> HTTP-Session: 1310547b-4dec-4b4d-a853-e83c07ae8724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4534 | 2024.07.03 17:25:15.570255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4535 | 2024.07.03 17:25:15.570305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4536 | 2024.07.03 17:25:15.570323 [ 3 ] {} <Debug> HTTP-Session: 488a7ad7-fd29-40e5-abc8-3e196fcff2e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4537 | 2024.07.03 17:25:15.570340 [ 3 ] {} <Debug> HTTP-Session: 488a7ad7-fd29-40e5-abc8-3e196fcff2e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4538 | 2024.07.03 17:25:15.570355 [ 3 ] {} <Debug> HTTP-Session: 488a7ad7-fd29-40e5-abc8-3e196fcff2e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4539 | 2024.07.03 17:25:15.570386 [ 3 ] {} <Trace> HTTP-Session: 488a7ad7-fd29-40e5-abc8-3e196fcff2e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4540 | 2024.07.03 17:25:15.570729 [ 3 ] {febc52aa-d17a-4235-a51c-4e1f9dd5ec0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4541 | 2024.07.03 17:25:15.570801 [ 3 ] {febc52aa-d17a-4235-a51c-4e1f9dd5ec0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4542 | 2024.07.03 17:25:15.571249 [ 3 ] {febc52aa-d17a-4235-a51c-4e1f9dd5ec0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4543 | 2024.07.03 17:25:15.571801 [ 3 ] {febc52aa-d17a-4235-a51c-4e1f9dd5ec0d} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4544 | 2024.07.03 17:25:15.571838 [ 3 ] {febc52aa-d17a-4235-a51c-4e1f9dd5ec0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4545 | 2024.07.03 17:25:15.572435 [ 3 ] {febc52aa-d17a-4235-a51c-4e1f9dd5ec0d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4546 | 2024.07.03 17:25:15.572858 [ 3 ] {febc52aa-d17a-4235-a51c-4e1f9dd5ec0d} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4547 | 2024.07.03 17:25:15.573053 [ 3 ] {febc52aa-d17a-4235-a51c-4e1f9dd5ec0d} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002591 sec., 6175.221922037823 rows/sec., 11.07 MiB/sec. | ||
4548 | 2024.07.03 17:25:15.573257 [ 3 ] {febc52aa-d17a-4235-a51c-4e1f9dd5ec0d} <Debug> DynamicQueryHandler: Done processing query | ||
4549 | 2024.07.03 17:25:15.573282 [ 3 ] {febc52aa-d17a-4235-a51c-4e1f9dd5ec0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4550 | 2024.07.03 17:25:15.573298 [ 3 ] {} <Debug> HTTP-Session: 488a7ad7-fd29-40e5-abc8-3e196fcff2e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4551 | 2024.07.03 17:25:15.573428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4552 | 2024.07.03 17:25:15.573476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4553 | 2024.07.03 17:25:15.573496 [ 3 ] {} <Debug> HTTP-Session: 0e28f5fc-a18c-4351-aa51-f90214d62b8f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4554 | 2024.07.03 17:25:15.573512 [ 3 ] {} <Debug> HTTP-Session: 0e28f5fc-a18c-4351-aa51-f90214d62b8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4555 | 2024.07.03 17:25:15.573526 [ 3 ] {} <Debug> HTTP-Session: 0e28f5fc-a18c-4351-aa51-f90214d62b8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4556 | 2024.07.03 17:25:15.573558 [ 3 ] {} <Trace> HTTP-Session: 0e28f5fc-a18c-4351-aa51-f90214d62b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4557 | 2024.07.03 17:25:15.573670 [ 3 ] {2a6cced5-d4f4-4be8-8f2a-44e653c3a0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4558 | 2024.07.03 17:25:15.573716 [ 3 ] {2a6cced5-d4f4-4be8-8f2a-44e653c3a0cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4559 | 2024.07.03 17:25:15.573844 [ 3 ] {2a6cced5-d4f4-4be8-8f2a-44e653c3a0cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4560 | 2024.07.03 17:25:15.574137 [ 3 ] {2a6cced5-d4f4-4be8-8f2a-44e653c3a0cc} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4561 | 2024.07.03 17:25:15.574173 [ 3 ] {2a6cced5-d4f4-4be8-8f2a-44e653c3a0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4562 | 2024.07.03 17:25:15.574535 [ 3 ] {2a6cced5-d4f4-4be8-8f2a-44e653c3a0cc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4563 | 2024.07.03 17:25:15.574873 [ 3 ] {2a6cced5-d4f4-4be8-8f2a-44e653c3a0cc} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4564 | 2024.07.03 17:25:15.575028 [ 3 ] {2a6cced5-d4f4-4be8-8f2a-44e653c3a0cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
4565 | 2024.07.03 17:25:15.575195 [ 3 ] {2a6cced5-d4f4-4be8-8f2a-44e653c3a0cc} <Debug> DynamicQueryHandler: Done processing query | ||
4566 | 2024.07.03 17:25:15.575220 [ 3 ] {2a6cced5-d4f4-4be8-8f2a-44e653c3a0cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4567 | 2024.07.03 17:25:15.575237 [ 3 ] {} <Debug> HTTP-Session: 0e28f5fc-a18c-4351-aa51-f90214d62b8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4568 | 2024.07.03 17:25:18.468564 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4569 | 2024.07.03 17:25:18.468655 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4570 | 2024.07.03 17:25:20.562923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4571 | 2024.07.03 17:25:20.563065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4572 | 2024.07.03 17:25:20.563096 [ 3 ] {} <Debug> HTTP-Session: f330b0c9-cccd-4c98-b5d6-e13f12e34c26 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4573 | 2024.07.03 17:25:20.563125 [ 3 ] {} <Debug> HTTP-Session: f330b0c9-cccd-4c98-b5d6-e13f12e34c26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4574 | 2024.07.03 17:25:20.563144 [ 3 ] {} <Debug> HTTP-Session: f330b0c9-cccd-4c98-b5d6-e13f12e34c26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4575 | 2024.07.03 17:25:20.563201 [ 3 ] {} <Trace> HTTP-Session: f330b0c9-cccd-4c98-b5d6-e13f12e34c26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4576 | 2024.07.03 17:25:20.563432 [ 3 ] {241c2fa5-d9b6-4643-8eb1-e9dd36b8e91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4577 | 2024.07.03 17:25:20.563511 [ 3 ] {241c2fa5-d9b6-4643-8eb1-e9dd36b8e91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4578 | 2024.07.03 17:25:20.563735 [ 3 ] {241c2fa5-d9b6-4643-8eb1-e9dd36b8e91e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4579 | 2024.07.03 17:25:20.564159 [ 3 ] {241c2fa5-d9b6-4643-8eb1-e9dd36b8e91e} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4580 | 2024.07.03 17:25:20.564206 [ 3 ] {241c2fa5-d9b6-4643-8eb1-e9dd36b8e91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4581 | 2024.07.03 17:25:20.564590 [ 3 ] {241c2fa5-d9b6-4643-8eb1-e9dd36b8e91e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4582 | 2024.07.03 17:25:20.564935 [ 3 ] {241c2fa5-d9b6-4643-8eb1-e9dd36b8e91e} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4583 | 2024.07.03 17:25:20.565109 [ 3 ] {241c2fa5-d9b6-4643-8eb1-e9dd36b8e91e} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.00173 sec., 8092.485549132948 rows/sec., 655.93 KiB/sec. | ||
4584 | 2024.07.03 17:25:20.565320 [ 3 ] {241c2fa5-d9b6-4643-8eb1-e9dd36b8e91e} <Debug> DynamicQueryHandler: Done processing query | ||
4585 | 2024.07.03 17:25:20.565349 [ 3 ] {241c2fa5-d9b6-4643-8eb1-e9dd36b8e91e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4586 | 2024.07.03 17:25:20.565365 [ 3 ] {} <Debug> HTTP-Session: f330b0c9-cccd-4c98-b5d6-e13f12e34c26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4587 | 2024.07.03 17:25:20.565510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 19040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4588 | 2024.07.03 17:25:20.565563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4589 | 2024.07.03 17:25:20.565583 [ 3 ] {} <Debug> HTTP-Session: aa7b4507-735b-4c2e-b45a-f5004f2870c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4590 | 2024.07.03 17:25:20.565600 [ 3 ] {} <Debug> HTTP-Session: aa7b4507-735b-4c2e-b45a-f5004f2870c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4591 | 2024.07.03 17:25:20.565614 [ 3 ] {} <Debug> HTTP-Session: aa7b4507-735b-4c2e-b45a-f5004f2870c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4592 | 2024.07.03 17:25:20.565650 [ 3 ] {} <Trace> HTTP-Session: aa7b4507-735b-4c2e-b45a-f5004f2870c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4593 | 2024.07.03 17:25:20.565797 [ 3 ] {9f6edc1d-348d-4dcf-af4d-770ebe572ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4594 | 2024.07.03 17:25:20.565845 [ 3 ] {9f6edc1d-348d-4dcf-af4d-770ebe572ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4595 | 2024.07.03 17:25:20.565978 [ 3 ] {9f6edc1d-348d-4dcf-af4d-770ebe572ff5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4596 | 2024.07.03 17:25:20.566394 [ 3 ] {9f6edc1d-348d-4dcf-af4d-770ebe572ff5} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4597 | 2024.07.03 17:25:20.566521 [ 3 ] {9f6edc1d-348d-4dcf-af4d-770ebe572ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4598 | 2024.07.03 17:25:20.566855 [ 3 ] {9f6edc1d-348d-4dcf-af4d-770ebe572ff5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4599 | 2024.07.03 17:25:20.567171 [ 3 ] {9f6edc1d-348d-4dcf-af4d-770ebe572ff5} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4600 | 2024.07.03 17:25:20.567338 [ 3 ] {9f6edc1d-348d-4dcf-af4d-770ebe572ff5} <Debug> executeQuery: Read 134 rows, 10.89 KiB in 0.001598 sec., 83854.81852315394 rows/sec., 6.66 MiB/sec. | ||
4601 | 2024.07.03 17:25:20.567344 [ 45 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4602 | 2024.07.03 17:25:20.567456 [ 45 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4603 | 2024.07.03 17:25:20.567503 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4604 | 2024.07.03 17:25:20.567597 [ 3 ] {9f6edc1d-348d-4dcf-af4d-770ebe572ff5} <Debug> DynamicQueryHandler: Done processing query | ||
4605 | 2024.07.03 17:25:20.567683 [ 3 ] {9f6edc1d-348d-4dcf-af4d-770ebe572ff5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4606 | 2024.07.03 17:25:20.567760 [ 3 ] {} <Debug> HTTP-Session: aa7b4507-735b-4c2e-b45a-f5004f2870c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4607 | 2024.07.03 17:25:20.567933 [ 193 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
4608 | 2024.07.03 17:25:20.568098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4609 | 2024.07.03 17:25:20.568235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4610 | 2024.07.03 17:25:20.568298 [ 3 ] {} <Debug> HTTP-Session: 009bc5ce-043a-484f-a550-9941000bc7ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4611 | 2024.07.03 17:25:20.568342 [ 3 ] {} <Debug> HTTP-Session: 009bc5ce-043a-484f-a550-9941000bc7ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4612 | 2024.07.03 17:25:20.568350 [ 193 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4613 | 2024.07.03 17:25:20.568364 [ 3 ] {} <Debug> HTTP-Session: 009bc5ce-043a-484f-a550-9941000bc7ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4614 | 2024.07.03 17:25:20.568406 [ 193 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 161 rows starting from the beginning of the part | ||
4615 | 2024.07.03 17:25:20.568428 [ 3 ] {} <Trace> HTTP-Session: 009bc5ce-043a-484f-a550-9941000bc7ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4616 | 2024.07.03 17:25:20.568572 [ 193 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 72 rows starting from the beginning of the part | ||
4617 | 2024.07.03 17:25:20.568856 [ 3 ] {2b28b4d6-2a5a-4b39-8d76-0b30ee05ced7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4618 | 2024.07.03 17:25:20.568936 [ 193 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 78 rows starting from the beginning of the part | ||
4619 | 2024.07.03 17:25:20.569011 [ 3 ] {2b28b4d6-2a5a-4b39-8d76-0b30ee05ced7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4620 | 2024.07.03 17:25:20.569327 [ 193 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 98 rows starting from the beginning of the part | ||
4621 | 2024.07.03 17:25:20.569648 [ 193 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 104 rows starting from the beginning of the part | ||
4622 | 2024.07.03 17:25:20.569986 [ 193 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 134 rows starting from the beginning of the part | ||
4623 | 2024.07.03 17:25:20.570098 [ 3 ] {2b28b4d6-2a5a-4b39-8d76-0b30ee05ced7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4624 | 2024.07.03 17:25:20.571164 [ 3 ] {2b28b4d6-2a5a-4b39-8d76-0b30ee05ced7} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4625 | 2024.07.03 17:25:20.571232 [ 3 ] {2b28b4d6-2a5a-4b39-8d76-0b30ee05ced7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4626 | 2024.07.03 17:25:20.572195 [ 3 ] {2b28b4d6-2a5a-4b39-8d76-0b30ee05ced7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4627 | 2024.07.03 17:25:20.572867 [ 189 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 647 rows, containing 4 columns (4 merged, 0 gathered) in 0.005275488 sec., 122642.68253477213 rows/sec., 10.07 MiB/sec. | ||
4628 | 2024.07.03 17:25:20.572987 [ 3 ] {2b28b4d6-2a5a-4b39-8d76-0b30ee05ced7} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4629 | 2024.07.03 17:25:20.573108 [ 189 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4630 | 2024.07.03 17:25:20.573224 [ 45 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4631 | 2024.07.03 17:25:20.573255 [ 3 ] {2b28b4d6-2a5a-4b39-8d76-0b30ee05ced7} <Debug> executeQuery: Read 102 rows, 8.13 KiB in 0.004606 sec., 22145.02822405558 rows/sec., 1.72 MiB/sec. | ||
4632 | 2024.07.03 17:25:20.573300 [ 45 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4633 | 2024.07.03 17:25:20.573386 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4634 | 2024.07.03 17:25:20.573776 [ 3 ] {2b28b4d6-2a5a-4b39-8d76-0b30ee05ced7} <Debug> DynamicQueryHandler: Done processing query | ||
4635 | 2024.07.03 17:25:20.573893 [ 3 ] {2b28b4d6-2a5a-4b39-8d76-0b30ee05ced7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4636 | 2024.07.03 17:25:20.573899 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
4637 | 2024.07.03 17:25:20.573974 [ 3 ] {} <Debug> HTTP-Session: 009bc5ce-043a-484f-a550-9941000bc7ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4638 | 2024.07.03 17:25:20.574252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 37597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4639 | 2024.07.03 17:25:20.574304 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4640 | 2024.07.03 17:25:20.574378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4641 | 2024.07.03 17:25:20.574396 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 118 rows starting from the beginning of the part | ||
4642 | 2024.07.03 17:25:20.574428 [ 3 ] {} <Debug> HTTP-Session: b496ba4d-91bb-430d-b2a7-3110c2b7243e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4643 | 2024.07.03 17:25:20.574478 [ 3 ] {} <Debug> HTTP-Session: b496ba4d-91bb-430d-b2a7-3110c2b7243e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4644 | 2024.07.03 17:25:20.574540 [ 3 ] {} <Debug> HTTP-Session: b496ba4d-91bb-430d-b2a7-3110c2b7243e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4645 | 2024.07.03 17:25:20.574722 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part | ||
4646 | 2024.07.03 17:25:20.574749 [ 3 ] {} <Trace> HTTP-Session: b496ba4d-91bb-430d-b2a7-3110c2b7243e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4647 | 2024.07.03 17:25:20.574777 [ 193 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_26_5} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4648 | 2024.07.03 17:25:20.575099 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 52 rows starting from the beginning of the part | ||
4649 | 2024.07.03 17:25:20.575398 [ 3 ] {1d7c907e-54c6-4202-80c2-eba8b14c01da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4650 | 2024.07.03 17:25:20.575404 [ 193 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_26_5} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4651 | 2024.07.03 17:25:20.575534 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 78 rows starting from the beginning of the part | ||
4652 | 2024.07.03 17:25:20.575616 [ 3 ] {1d7c907e-54c6-4202-80c2-eba8b14c01da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4653 | 2024.07.03 17:25:20.575886 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 80 rows starting from the beginning of the part | ||
4654 | 2024.07.03 17:25:20.576245 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 102 rows starting from the beginning of the part | ||
4655 | 2024.07.03 17:25:20.576337 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
4656 | 2024.07.03 17:25:20.577211 [ 3 ] {1d7c907e-54c6-4202-80c2-eba8b14c01da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4657 | 2024.07.03 17:25:20.577925 [ 3 ] {1d7c907e-54c6-4202-80c2-eba8b14c01da} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4658 | 2024.07.03 17:25:20.577970 [ 3 ] {1d7c907e-54c6-4202-80c2-eba8b14c01da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4659 | 2024.07.03 17:25:20.578399 [ 193 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 4 columns (4 merged, 0 gathered) in 0.004879498 sec., 98370.77502644739 rows/sec., 7.68 MiB/sec. | ||
4660 | 2024.07.03 17:25:20.578591 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4661 | 2024.07.03 17:25:20.578628 [ 3 ] {1d7c907e-54c6-4202-80c2-eba8b14c01da} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4662 | 2024.07.03 17:25:20.579075 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_26_5} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4663 | 2024.07.03 17:25:20.579171 [ 3 ] {1d7c907e-54c6-4202-80c2-eba8b14c01da} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4664 | 2024.07.03 17:25:20.579175 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_26_5} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4665 | 2024.07.03 17:25:20.579271 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
4666 | 2024.07.03 17:25:20.579382 [ 3 ] {1d7c907e-54c6-4202-80c2-eba8b14c01da} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.004314 sec., 45433.47241539175 rows/sec., 3.17 MiB/sec. | ||
4667 | 2024.07.03 17:25:20.579578 [ 3 ] {1d7c907e-54c6-4202-80c2-eba8b14c01da} <Debug> DynamicQueryHandler: Done processing query | ||
4668 | 2024.07.03 17:25:20.579603 [ 3 ] {1d7c907e-54c6-4202-80c2-eba8b14c01da} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4669 | 2024.07.03 17:25:20.579619 [ 3 ] {} <Debug> HTTP-Session: b496ba4d-91bb-430d-b2a7-3110c2b7243e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4670 | 2024.07.03 17:25:20.579799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4671 | 2024.07.03 17:25:20.579849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4672 | 2024.07.03 17:25:20.579868 [ 3 ] {} <Debug> HTTP-Session: bc95a7d4-8a86-4676-8376-5f81193dba9d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4673 | 2024.07.03 17:25:20.579884 [ 3 ] {} <Debug> HTTP-Session: bc95a7d4-8a86-4676-8376-5f81193dba9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4674 | 2024.07.03 17:25:20.579898 [ 3 ] {} <Debug> HTTP-Session: bc95a7d4-8a86-4676-8376-5f81193dba9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4675 | 2024.07.03 17:25:20.579931 [ 3 ] {} <Trace> HTTP-Session: bc95a7d4-8a86-4676-8376-5f81193dba9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4676 | 2024.07.03 17:25:20.580156 [ 3 ] {0efa1713-1be0-41f9-ad61-9b4d55a6926e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4677 | 2024.07.03 17:25:20.580224 [ 3 ] {0efa1713-1be0-41f9-ad61-9b4d55a6926e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4678 | 2024.07.03 17:25:20.580622 [ 3 ] {0efa1713-1be0-41f9-ad61-9b4d55a6926e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4679 | 2024.07.03 17:25:20.581249 [ 3 ] {0efa1713-1be0-41f9-ad61-9b4d55a6926e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4680 | 2024.07.03 17:25:20.581288 [ 3 ] {0efa1713-1be0-41f9-ad61-9b4d55a6926e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4681 | 2024.07.03 17:25:20.581912 [ 3 ] {0efa1713-1be0-41f9-ad61-9b4d55a6926e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4682 | 2024.07.03 17:25:20.582337 [ 3 ] {0efa1713-1be0-41f9-ad61-9b4d55a6926e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4683 | 2024.07.03 17:25:20.582530 [ 3 ] {0efa1713-1be0-41f9-ad61-9b4d55a6926e} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002519 sec., 5557.7610162763 rows/sec., 9.96 MiB/sec. | ||
4684 | 2024.07.03 17:25:20.582755 [ 3 ] {0efa1713-1be0-41f9-ad61-9b4d55a6926e} <Debug> DynamicQueryHandler: Done processing query | ||
4685 | 2024.07.03 17:25:20.582780 [ 3 ] {0efa1713-1be0-41f9-ad61-9b4d55a6926e} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4686 | 2024.07.03 17:25:20.582796 [ 3 ] {} <Debug> HTTP-Session: bc95a7d4-8a86-4676-8376-5f81193dba9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4687 | 2024.07.03 17:25:20.582918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4688 | 2024.07.03 17:25:20.582968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4689 | 2024.07.03 17:25:20.582987 [ 3 ] {} <Debug> HTTP-Session: 8022eb84-1789-4d4a-9a04-8bc15199ee30 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4690 | 2024.07.03 17:25:20.583004 [ 3 ] {} <Debug> HTTP-Session: 8022eb84-1789-4d4a-9a04-8bc15199ee30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4691 | 2024.07.03 17:25:20.583019 [ 3 ] {} <Debug> HTTP-Session: 8022eb84-1789-4d4a-9a04-8bc15199ee30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4692 | 2024.07.03 17:25:20.583050 [ 3 ] {} <Trace> HTTP-Session: 8022eb84-1789-4d4a-9a04-8bc15199ee30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4693 | 2024.07.03 17:25:20.583178 [ 3 ] {5ed37bfd-5af1-4bd1-8244-261870e80aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4694 | 2024.07.03 17:25:20.583224 [ 3 ] {5ed37bfd-5af1-4bd1-8244-261870e80aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4695 | 2024.07.03 17:25:20.583355 [ 3 ] {5ed37bfd-5af1-4bd1-8244-261870e80aa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4696 | 2024.07.03 17:25:20.583672 [ 3 ] {5ed37bfd-5af1-4bd1-8244-261870e80aa4} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4697 | 2024.07.03 17:25:20.583710 [ 3 ] {5ed37bfd-5af1-4bd1-8244-261870e80aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4698 | 2024.07.03 17:25:20.584079 [ 3 ] {5ed37bfd-5af1-4bd1-8244-261870e80aa4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4699 | 2024.07.03 17:25:20.584440 [ 3 ] {5ed37bfd-5af1-4bd1-8244-261870e80aa4} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4700 | 2024.07.03 17:25:20.584603 [ 3 ] {5ed37bfd-5af1-4bd1-8244-261870e80aa4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. | ||
4701 | 2024.07.03 17:25:20.584775 [ 3 ] {5ed37bfd-5af1-4bd1-8244-261870e80aa4} <Debug> DynamicQueryHandler: Done processing query | ||
4702 | 2024.07.03 17:25:20.584800 [ 3 ] {5ed37bfd-5af1-4bd1-8244-261870e80aa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4703 | 2024.07.03 17:25:20.584815 [ 3 ] {} <Debug> HTTP-Session: 8022eb84-1789-4d4a-9a04-8bc15199ee30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4704 | 2024.07.03 17:25:25.561941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4705 | 2024.07.03 17:25:25.562085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4706 | 2024.07.03 17:25:25.562115 [ 3 ] {} <Debug> HTTP-Session: 178d72b3-7ccc-449d-9521-20ec85108f99 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4707 | 2024.07.03 17:25:25.562143 [ 3 ] {} <Debug> HTTP-Session: 178d72b3-7ccc-449d-9521-20ec85108f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4708 | 2024.07.03 17:25:25.562164 [ 3 ] {} <Debug> HTTP-Session: 178d72b3-7ccc-449d-9521-20ec85108f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4709 | 2024.07.03 17:25:25.562222 [ 3 ] {} <Trace> HTTP-Session: 178d72b3-7ccc-449d-9521-20ec85108f99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4710 | 2024.07.03 17:25:25.562431 [ 3 ] {c561ed36-d5b3-476f-af94-cce6a8156e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4711 | 2024.07.03 17:25:25.562506 [ 3 ] {c561ed36-d5b3-476f-af94-cce6a8156e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4712 | 2024.07.03 17:25:25.562725 [ 3 ] {c561ed36-d5b3-476f-af94-cce6a8156e1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4713 | 2024.07.03 17:25:25.563202 [ 3 ] {c561ed36-d5b3-476f-af94-cce6a8156e1c} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4714 | 2024.07.03 17:25:25.563244 [ 3 ] {c561ed36-d5b3-476f-af94-cce6a8156e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4715 | 2024.07.03 17:25:25.563627 [ 3 ] {c561ed36-d5b3-476f-af94-cce6a8156e1c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4716 | 2024.07.03 17:25:25.563979 [ 3 ] {c561ed36-d5b3-476f-af94-cce6a8156e1c} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4717 | 2024.07.03 17:25:25.564148 [ 3 ] {c561ed36-d5b3-476f-af94-cce6a8156e1c} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001782 sec., 8978.675645342313 rows/sec., 727.76 KiB/sec. | ||
4718 | 2024.07.03 17:25:25.564149 [ 54 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
4719 | 2024.07.03 17:25:25.564217 [ 54 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4720 | 2024.07.03 17:25:25.564252 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4721 | 2024.07.03 17:25:25.564382 [ 186 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
4722 | 2024.07.03 17:25:25.564392 [ 3 ] {c561ed36-d5b3-476f-af94-cce6a8156e1c} <Debug> DynamicQueryHandler: Done processing query | ||
4723 | 2024.07.03 17:25:25.564437 [ 3 ] {c561ed36-d5b3-476f-af94-cce6a8156e1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4724 | 2024.07.03 17:25:25.564459 [ 3 ] {} <Debug> HTTP-Session: 178d72b3-7ccc-449d-9521-20ec85108f99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4725 | 2024.07.03 17:25:25.564536 [ 186 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4726 | 2024.07.03 17:25:25.564570 [ 186 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 30 rows starting from the beginning of the part | ||
4727 | 2024.07.03 17:25:25.564609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4728 | 2024.07.03 17:25:25.564668 [ 186 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part | ||
4729 | 2024.07.03 17:25:25.564743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4730 | 2024.07.03 17:25:25.564874 [ 3 ] {} <Debug> HTTP-Session: 0dc4dfdd-2fd7-47f7-88d1-25a0f8ad42b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4731 | 2024.07.03 17:25:25.565002 [ 3 ] {} <Debug> HTTP-Session: 0dc4dfdd-2fd7-47f7-88d1-25a0f8ad42b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4732 | 2024.07.03 17:25:25.565099 [ 186 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
4733 | 2024.07.03 17:25:25.565120 [ 3 ] {} <Debug> HTTP-Session: 0dc4dfdd-2fd7-47f7-88d1-25a0f8ad42b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4734 | 2024.07.03 17:25:25.565241 [ 3 ] {} <Trace> HTTP-Session: 0dc4dfdd-2fd7-47f7-88d1-25a0f8ad42b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4735 | 2024.07.03 17:25:25.565341 [ 186 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
4736 | 2024.07.03 17:25:25.565534 [ 3 ] {33adf16e-0c95-4607-9a02-457f0212290f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4737 | 2024.07.03 17:25:25.565551 [ 186 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
4738 | 2024.07.03 17:25:25.565686 [ 3 ] {33adf16e-0c95-4607-9a02-457f0212290f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4739 | 2024.07.03 17:25:25.565829 [ 186 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
4740 | 2024.07.03 17:25:25.566227 [ 3 ] {33adf16e-0c95-4607-9a02-457f0212290f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4741 | 2024.07.03 17:25:25.566738 [ 3 ] {33adf16e-0c95-4607-9a02-457f0212290f} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4742 | 2024.07.03 17:25:25.566788 [ 3 ] {33adf16e-0c95-4607-9a02-457f0212290f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4743 | 2024.07.03 17:25:25.567264 [ 3 ] {33adf16e-0c95-4607-9a02-457f0212290f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4744 | 2024.07.03 17:25:25.567319 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002993559 sec., 35409.35722329174 rows/sec., 2.80 MiB/sec. | ||
4745 | 2024.07.03 17:25:25.567613 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
4746 | 2024.07.03 17:25:25.567877 [ 3 ] {33adf16e-0c95-4607-9a02-457f0212290f} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4747 | 2024.07.03 17:25:25.568287 [ 3 ] {33adf16e-0c95-4607-9a02-457f0212290f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002884 sec., 693.4812760055479 rows/sec., 56.55 KiB/sec. | ||
4748 | 2024.07.03 17:25:25.568571 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4749 | 2024.07.03 17:25:25.568615 [ 3 ] {33adf16e-0c95-4607-9a02-457f0212290f} <Debug> DynamicQueryHandler: Done processing query | ||
4750 | 2024.07.03 17:25:25.568674 [ 3 ] {33adf16e-0c95-4607-9a02-457f0212290f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4751 | 2024.07.03 17:25:25.568700 [ 3 ] {} <Debug> HTTP-Session: 0dc4dfdd-2fd7-47f7-88d1-25a0f8ad42b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4752 | 2024.07.03 17:25:25.568725 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_25_5} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
4753 | 2024.07.03 17:25:25.568860 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4754 | 2024.07.03 17:25:25.568877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4755 | 2024.07.03 17:25:25.568948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4756 | 2024.07.03 17:25:25.568968 [ 3 ] {} <Debug> HTTP-Session: 14e329aa-2395-4b22-a5b5-0f3a2a571a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4757 | 2024.07.03 17:25:25.568985 [ 3 ] {} <Debug> HTTP-Session: 14e329aa-2395-4b22-a5b5-0f3a2a571a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4758 | 2024.07.03 17:25:25.568999 [ 3 ] {} <Debug> HTTP-Session: 14e329aa-2395-4b22-a5b5-0f3a2a571a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4759 | 2024.07.03 17:25:25.569033 [ 3 ] {} <Trace> HTTP-Session: 14e329aa-2395-4b22-a5b5-0f3a2a571a5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4760 | 2024.07.03 17:25:25.569174 [ 3 ] {3e0517da-dcd6-425e-9385-a61e365ff3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4761 | 2024.07.03 17:25:25.569220 [ 3 ] {3e0517da-dcd6-425e-9385-a61e365ff3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4762 | 2024.07.03 17:25:25.569366 [ 3 ] {3e0517da-dcd6-425e-9385-a61e365ff3b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4763 | 2024.07.03 17:25:25.569740 [ 3 ] {3e0517da-dcd6-425e-9385-a61e365ff3b0} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4764 | 2024.07.03 17:25:25.569777 [ 3 ] {3e0517da-dcd6-425e-9385-a61e365ff3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4765 | 2024.07.03 17:25:25.570100 [ 3 ] {3e0517da-dcd6-425e-9385-a61e365ff3b0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4766 | 2024.07.03 17:25:25.570450 [ 3 ] {3e0517da-dcd6-425e-9385-a61e365ff3b0} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4767 | 2024.07.03 17:25:25.570578 [ 3 ] {3e0517da-dcd6-425e-9385-a61e365ff3b0} <Debug> executeQuery: Read 105 rows, 8.84 KiB in 0.001462 sec., 71819.42544459645 rows/sec., 5.91 MiB/sec. | ||
4768 | 2024.07.03 17:25:25.570744 [ 3 ] {3e0517da-dcd6-425e-9385-a61e365ff3b0} <Debug> DynamicQueryHandler: Done processing query | ||
4769 | 2024.07.03 17:25:25.570769 [ 3 ] {3e0517da-dcd6-425e-9385-a61e365ff3b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4770 | 2024.07.03 17:25:25.570785 [ 3 ] {} <Debug> HTTP-Session: 14e329aa-2395-4b22-a5b5-0f3a2a571a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4771 | 2024.07.03 17:25:25.570891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4772 | 2024.07.03 17:25:25.570940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4773 | 2024.07.03 17:25:25.570959 [ 3 ] {} <Debug> HTTP-Session: a13e1bb9-6f24-45db-8c76-16ee1ab2f333 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4774 | 2024.07.03 17:25:25.570976 [ 3 ] {} <Debug> HTTP-Session: a13e1bb9-6f24-45db-8c76-16ee1ab2f333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4775 | 2024.07.03 17:25:25.570989 [ 3 ] {} <Debug> HTTP-Session: a13e1bb9-6f24-45db-8c76-16ee1ab2f333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4776 | 2024.07.03 17:25:25.571022 [ 3 ] {} <Trace> HTTP-Session: a13e1bb9-6f24-45db-8c76-16ee1ab2f333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4777 | 2024.07.03 17:25:25.571173 [ 3 ] {268badf7-8410-4b6a-ae7c-f69c108f5c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4778 | 2024.07.03 17:25:25.571217 [ 3 ] {268badf7-8410-4b6a-ae7c-f69c108f5c7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4779 | 2024.07.03 17:25:25.571344 [ 3 ] {268badf7-8410-4b6a-ae7c-f69c108f5c7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4780 | 2024.07.03 17:25:25.571626 [ 3 ] {268badf7-8410-4b6a-ae7c-f69c108f5c7d} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4781 | 2024.07.03 17:25:25.571662 [ 3 ] {268badf7-8410-4b6a-ae7c-f69c108f5c7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4782 | 2024.07.03 17:25:25.571964 [ 3 ] {268badf7-8410-4b6a-ae7c-f69c108f5c7d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4783 | 2024.07.03 17:25:25.572283 [ 3 ] {268badf7-8410-4b6a-ae7c-f69c108f5c7d} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4784 | 2024.07.03 17:25:25.572413 [ 3 ] {268badf7-8410-4b6a-ae7c-f69c108f5c7d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00132 sec., 1515.1515151515152 rows/sec., 105.79 KiB/sec. | ||
4785 | 2024.07.03 17:25:25.572686 [ 3 ] {268badf7-8410-4b6a-ae7c-f69c108f5c7d} <Debug> DynamicQueryHandler: Done processing query | ||
4786 | 2024.07.03 17:25:25.572711 [ 3 ] {268badf7-8410-4b6a-ae7c-f69c108f5c7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4787 | 2024.07.03 17:25:25.572727 [ 3 ] {} <Debug> HTTP-Session: a13e1bb9-6f24-45db-8c76-16ee1ab2f333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4788 | 2024.07.03 17:25:25.572841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4789 | 2024.07.03 17:25:25.572891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4790 | 2024.07.03 17:25:25.572910 [ 3 ] {} <Debug> HTTP-Session: bd0e7974-f3d0-4aed-82c3-f4a023fe3cbe Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4791 | 2024.07.03 17:25:25.572926 [ 3 ] {} <Debug> HTTP-Session: bd0e7974-f3d0-4aed-82c3-f4a023fe3cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4792 | 2024.07.03 17:25:25.572940 [ 3 ] {} <Debug> HTTP-Session: bd0e7974-f3d0-4aed-82c3-f4a023fe3cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4793 | 2024.07.03 17:25:25.572971 [ 3 ] {} <Trace> HTTP-Session: bd0e7974-f3d0-4aed-82c3-f4a023fe3cbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4794 | 2024.07.03 17:25:25.573093 [ 3 ] {92ead892-82ef-48b3-b7e0-650b1190ab85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4795 | 2024.07.03 17:25:25.573137 [ 3 ] {92ead892-82ef-48b3-b7e0-650b1190ab85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4796 | 2024.07.03 17:25:25.573282 [ 3 ] {92ead892-82ef-48b3-b7e0-650b1190ab85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4797 | 2024.07.03 17:25:25.573639 [ 3 ] {92ead892-82ef-48b3-b7e0-650b1190ab85} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4798 | 2024.07.03 17:25:25.573675 [ 3 ] {92ead892-82ef-48b3-b7e0-650b1190ab85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4799 | 2024.07.03 17:25:25.573995 [ 3 ] {92ead892-82ef-48b3-b7e0-650b1190ab85} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4800 | 2024.07.03 17:25:25.574307 [ 3 ] {92ead892-82ef-48b3-b7e0-650b1190ab85} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4801 | 2024.07.03 17:25:25.574435 [ 3 ] {92ead892-82ef-48b3-b7e0-650b1190ab85} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001389 sec., 59035.277177825774 rows/sec., 4.61 MiB/sec. | ||
4802 | 2024.07.03 17:25:25.574722 [ 3 ] {92ead892-82ef-48b3-b7e0-650b1190ab85} <Debug> DynamicQueryHandler: Done processing query | ||
4803 | 2024.07.03 17:25:25.574748 [ 3 ] {92ead892-82ef-48b3-b7e0-650b1190ab85} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4804 | 2024.07.03 17:25:25.574764 [ 3 ] {} <Debug> HTTP-Session: bd0e7974-f3d0-4aed-82c3-f4a023fe3cbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4805 | 2024.07.03 17:25:25.574921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4806 | 2024.07.03 17:25:25.574972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4807 | 2024.07.03 17:25:25.574990 [ 3 ] {} <Debug> HTTP-Session: 80ce8298-a1b1-4877-904b-586d0010adb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4808 | 2024.07.03 17:25:25.575006 [ 3 ] {} <Debug> HTTP-Session: 80ce8298-a1b1-4877-904b-586d0010adb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4809 | 2024.07.03 17:25:25.575022 [ 3 ] {} <Debug> HTTP-Session: 80ce8298-a1b1-4877-904b-586d0010adb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4810 | 2024.07.03 17:25:25.575053 [ 3 ] {} <Trace> HTTP-Session: 80ce8298-a1b1-4877-904b-586d0010adb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4811 | 2024.07.03 17:25:25.575207 [ 3 ] {4db922bc-2d3a-4edc-ae76-9fc6942cd031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4812 | 2024.07.03 17:25:25.575255 [ 3 ] {4db922bc-2d3a-4edc-ae76-9fc6942cd031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4813 | 2024.07.03 17:25:25.575416 [ 3 ] {4db922bc-2d3a-4edc-ae76-9fc6942cd031} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4814 | 2024.07.03 17:25:25.575816 [ 3 ] {4db922bc-2d3a-4edc-ae76-9fc6942cd031} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4815 | 2024.07.03 17:25:25.575853 [ 3 ] {4db922bc-2d3a-4edc-ae76-9fc6942cd031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4816 | 2024.07.03 17:25:25.576274 [ 3 ] {4db922bc-2d3a-4edc-ae76-9fc6942cd031} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4817 | 2024.07.03 17:25:25.576629 [ 3 ] {4db922bc-2d3a-4edc-ae76-9fc6942cd031} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4818 | 2024.07.03 17:25:25.576765 [ 3 ] {4db922bc-2d3a-4edc-ae76-9fc6942cd031} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001632 sec., 98651.96078431372 rows/sec., 6.87 MiB/sec. | ||
4819 | 2024.07.03 17:25:25.577095 [ 3 ] {4db922bc-2d3a-4edc-ae76-9fc6942cd031} <Debug> DynamicQueryHandler: Done processing query | ||
4820 | 2024.07.03 17:25:25.577121 [ 3 ] {4db922bc-2d3a-4edc-ae76-9fc6942cd031} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4821 | 2024.07.03 17:25:25.577137 [ 3 ] {} <Debug> HTTP-Session: 80ce8298-a1b1-4877-904b-586d0010adb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4822 | 2024.07.03 17:25:25.577290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4823 | 2024.07.03 17:25:25.577340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4824 | 2024.07.03 17:25:25.577359 [ 3 ] {} <Debug> HTTP-Session: efffc161-47fb-4dff-90f0-2a09ee3abcd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4825 | 2024.07.03 17:25:25.577375 [ 3 ] {} <Debug> HTTP-Session: efffc161-47fb-4dff-90f0-2a09ee3abcd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4826 | 2024.07.03 17:25:25.577389 [ 3 ] {} <Debug> HTTP-Session: efffc161-47fb-4dff-90f0-2a09ee3abcd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4827 | 2024.07.03 17:25:25.577420 [ 3 ] {} <Trace> HTTP-Session: efffc161-47fb-4dff-90f0-2a09ee3abcd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4828 | 2024.07.03 17:25:25.577639 [ 3 ] {1efde38f-13cd-4b09-bd3b-89c3910a2c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4829 | 2024.07.03 17:25:25.577713 [ 3 ] {1efde38f-13cd-4b09-bd3b-89c3910a2c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4830 | 2024.07.03 17:25:25.578127 [ 3 ] {1efde38f-13cd-4b09-bd3b-89c3910a2c67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4831 | 2024.07.03 17:25:25.578699 [ 3 ] {1efde38f-13cd-4b09-bd3b-89c3910a2c67} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4832 | 2024.07.03 17:25:25.578735 [ 3 ] {1efde38f-13cd-4b09-bd3b-89c3910a2c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4833 | 2024.07.03 17:25:25.579341 [ 3 ] {1efde38f-13cd-4b09-bd3b-89c3910a2c67} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4834 | 2024.07.03 17:25:25.579758 [ 3 ] {1efde38f-13cd-4b09-bd3b-89c3910a2c67} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4835 | 2024.07.03 17:25:25.579918 [ 3 ] {1efde38f-13cd-4b09-bd3b-89c3910a2c67} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002419 sec., 6614.303431169905 rows/sec., 11.85 MiB/sec. | ||
4836 | 2024.07.03 17:25:25.580145 [ 3 ] {1efde38f-13cd-4b09-bd3b-89c3910a2c67} <Debug> DynamicQueryHandler: Done processing query | ||
4837 | 2024.07.03 17:25:25.580170 [ 3 ] {1efde38f-13cd-4b09-bd3b-89c3910a2c67} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4838 | 2024.07.03 17:25:25.580186 [ 3 ] {} <Debug> HTTP-Session: efffc161-47fb-4dff-90f0-2a09ee3abcd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4839 | 2024.07.03 17:25:25.580306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4840 | 2024.07.03 17:25:25.580355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4841 | 2024.07.03 17:25:25.580374 [ 3 ] {} <Debug> HTTP-Session: 4d95442f-6912-4057-94b3-aed59274498a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4842 | 2024.07.03 17:25:25.580391 [ 3 ] {} <Debug> HTTP-Session: 4d95442f-6912-4057-94b3-aed59274498a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4843 | 2024.07.03 17:25:25.580404 [ 3 ] {} <Debug> HTTP-Session: 4d95442f-6912-4057-94b3-aed59274498a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4844 | 2024.07.03 17:25:25.580435 [ 3 ] {} <Trace> HTTP-Session: 4d95442f-6912-4057-94b3-aed59274498a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4845 | 2024.07.03 17:25:25.580571 [ 3 ] {0f5484d1-6fe6-4a40-abac-f4750ef5b052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4846 | 2024.07.03 17:25:25.580616 [ 3 ] {0f5484d1-6fe6-4a40-abac-f4750ef5b052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4847 | 2024.07.03 17:25:25.580742 [ 3 ] {0f5484d1-6fe6-4a40-abac-f4750ef5b052} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4848 | 2024.07.03 17:25:25.581074 [ 3 ] {0f5484d1-6fe6-4a40-abac-f4750ef5b052} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4849 | 2024.07.03 17:25:25.581146 [ 3 ] {0f5484d1-6fe6-4a40-abac-f4750ef5b052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4850 | 2024.07.03 17:25:25.581767 [ 3 ] {0f5484d1-6fe6-4a40-abac-f4750ef5b052} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4851 | 2024.07.03 17:25:25.582170 [ 3 ] {0f5484d1-6fe6-4a40-abac-f4750ef5b052} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4852 | 2024.07.03 17:25:25.582355 [ 3 ] {0f5484d1-6fe6-4a40-abac-f4750ef5b052} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001844 sec., 32537.960954446855 rows/sec., 2.19 MiB/sec. | ||
4853 | 2024.07.03 17:25:25.582578 [ 3 ] {0f5484d1-6fe6-4a40-abac-f4750ef5b052} <Debug> DynamicQueryHandler: Done processing query | ||
4854 | 2024.07.03 17:25:25.582608 [ 3 ] {0f5484d1-6fe6-4a40-abac-f4750ef5b052} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4855 | 2024.07.03 17:25:25.582624 [ 3 ] {} <Debug> HTTP-Session: 4d95442f-6912-4057-94b3-aed59274498a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4856 | 2024.07.03 17:25:30.561235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4857 | 2024.07.03 17:25:30.561369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4858 | 2024.07.03 17:25:30.561395 [ 3 ] {} <Debug> HTTP-Session: 5c25a76d-6562-4278-9474-57924ac04924 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4859 | 2024.07.03 17:25:30.561421 [ 3 ] {} <Debug> HTTP-Session: 5c25a76d-6562-4278-9474-57924ac04924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4860 | 2024.07.03 17:25:30.561436 [ 3 ] {} <Debug> HTTP-Session: 5c25a76d-6562-4278-9474-57924ac04924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4861 | 2024.07.03 17:25:30.561487 [ 3 ] {} <Trace> HTTP-Session: 5c25a76d-6562-4278-9474-57924ac04924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4862 | 2024.07.03 17:25:30.561673 [ 3 ] {bab28549-ffb4-48b1-8bd8-f1b487a7d765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4863 | 2024.07.03 17:25:30.561741 [ 3 ] {bab28549-ffb4-48b1-8bd8-f1b487a7d765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4864 | 2024.07.03 17:25:30.561940 [ 3 ] {bab28549-ffb4-48b1-8bd8-f1b487a7d765} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4865 | 2024.07.03 17:25:30.562403 [ 3 ] {bab28549-ffb4-48b1-8bd8-f1b487a7d765} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4866 | 2024.07.03 17:25:30.562450 [ 3 ] {bab28549-ffb4-48b1-8bd8-f1b487a7d765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4867 | 2024.07.03 17:25:30.562808 [ 3 ] {bab28549-ffb4-48b1-8bd8-f1b487a7d765} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4868 | 2024.07.03 17:25:30.563149 [ 3 ] {bab28549-ffb4-48b1-8bd8-f1b487a7d765} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4869 | 2024.07.03 17:25:30.563326 [ 3 ] {bab28549-ffb4-48b1-8bd8-f1b487a7d765} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001704 sec., 8215.962441314554 rows/sec., 665.94 KiB/sec. | ||
4870 | 2024.07.03 17:25:30.563537 [ 3 ] {bab28549-ffb4-48b1-8bd8-f1b487a7d765} <Debug> DynamicQueryHandler: Done processing query | ||
4871 | 2024.07.03 17:25:30.563564 [ 3 ] {bab28549-ffb4-48b1-8bd8-f1b487a7d765} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4872 | 2024.07.03 17:25:30.563582 [ 3 ] {} <Debug> HTTP-Session: 5c25a76d-6562-4278-9474-57924ac04924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4873 | 2024.07.03 17:25:30.563721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4874 | 2024.07.03 17:25:30.563777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4875 | 2024.07.03 17:25:30.563797 [ 3 ] {} <Debug> HTTP-Session: b5f2bdb8-d1f0-4401-a331-8b04939075a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4876 | 2024.07.03 17:25:30.563815 [ 3 ] {} <Debug> HTTP-Session: b5f2bdb8-d1f0-4401-a331-8b04939075a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4877 | 2024.07.03 17:25:30.563829 [ 3 ] {} <Debug> HTTP-Session: b5f2bdb8-d1f0-4401-a331-8b04939075a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4878 | 2024.07.03 17:25:30.563864 [ 3 ] {} <Trace> HTTP-Session: b5f2bdb8-d1f0-4401-a331-8b04939075a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4879 | 2024.07.03 17:25:30.563993 [ 3 ] {c041b40c-fd4c-4eca-b910-a19c6a7bc0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4880 | 2024.07.03 17:25:30.564038 [ 3 ] {c041b40c-fd4c-4eca-b910-a19c6a7bc0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4881 | 2024.07.03 17:25:30.564181 [ 3 ] {c041b40c-fd4c-4eca-b910-a19c6a7bc0a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4882 | 2024.07.03 17:25:30.564573 [ 3 ] {c041b40c-fd4c-4eca-b910-a19c6a7bc0a9} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4883 | 2024.07.03 17:25:30.564610 [ 3 ] {c041b40c-fd4c-4eca-b910-a19c6a7bc0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4884 | 2024.07.03 17:25:30.564930 [ 3 ] {c041b40c-fd4c-4eca-b910-a19c6a7bc0a9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4885 | 2024.07.03 17:25:30.565244 [ 3 ] {c041b40c-fd4c-4eca-b910-a19c6a7bc0a9} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4886 | 2024.07.03 17:25:30.565400 [ 3 ] {c041b40c-fd4c-4eca-b910-a19c6a7bc0a9} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001454 sec., 67400.27510316369 rows/sec., 5.46 MiB/sec. | ||
4887 | 2024.07.03 17:25:30.565579 [ 3 ] {c041b40c-fd4c-4eca-b910-a19c6a7bc0a9} <Debug> DynamicQueryHandler: Done processing query | ||
4888 | 2024.07.03 17:25:30.565604 [ 3 ] {c041b40c-fd4c-4eca-b910-a19c6a7bc0a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4889 | 2024.07.03 17:25:30.565620 [ 3 ] {} <Debug> HTTP-Session: b5f2bdb8-d1f0-4401-a331-8b04939075a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4890 | 2024.07.03 17:25:30.565743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4891 | 2024.07.03 17:25:30.565794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4892 | 2024.07.03 17:25:30.565813 [ 3 ] {} <Debug> HTTP-Session: 096e7ef0-6dcc-4a98-817d-5b356c248c4c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4893 | 2024.07.03 17:25:30.565830 [ 3 ] {} <Debug> HTTP-Session: 096e7ef0-6dcc-4a98-817d-5b356c248c4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4894 | 2024.07.03 17:25:30.565844 [ 3 ] {} <Debug> HTTP-Session: 096e7ef0-6dcc-4a98-817d-5b356c248c4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4895 | 2024.07.03 17:25:30.565875 [ 3 ] {} <Trace> HTTP-Session: 096e7ef0-6dcc-4a98-817d-5b356c248c4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4896 | 2024.07.03 17:25:30.566000 [ 3 ] {e6569db3-b15c-469f-b28f-e14d1e4f02ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4897 | 2024.07.03 17:25:30.566043 [ 3 ] {e6569db3-b15c-469f-b28f-e14d1e4f02ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4898 | 2024.07.03 17:25:30.566174 [ 3 ] {e6569db3-b15c-469f-b28f-e14d1e4f02ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4899 | 2024.07.03 17:25:30.566513 [ 3 ] {e6569db3-b15c-469f-b28f-e14d1e4f02ad} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4900 | 2024.07.03 17:25:30.566548 [ 3 ] {e6569db3-b15c-469f-b28f-e14d1e4f02ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4901 | 2024.07.03 17:25:30.566847 [ 3 ] {e6569db3-b15c-469f-b28f-e14d1e4f02ad} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4902 | 2024.07.03 17:25:30.567158 [ 3 ] {e6569db3-b15c-469f-b28f-e14d1e4f02ad} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4903 | 2024.07.03 17:25:30.567308 [ 3 ] {e6569db3-b15c-469f-b28f-e14d1e4f02ad} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001351 sec., 57735.011102886754 rows/sec., 4.51 MiB/sec. | ||
4904 | 2024.07.03 17:25:30.567479 [ 3 ] {e6569db3-b15c-469f-b28f-e14d1e4f02ad} <Debug> DynamicQueryHandler: Done processing query | ||
4905 | 2024.07.03 17:25:30.567503 [ 3 ] {e6569db3-b15c-469f-b28f-e14d1e4f02ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4906 | 2024.07.03 17:25:30.567519 [ 3 ] {} <Debug> HTTP-Session: 096e7ef0-6dcc-4a98-817d-5b356c248c4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4907 | 2024.07.03 17:25:30.567682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4908 | 2024.07.03 17:25:30.567732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4909 | 2024.07.03 17:25:30.567751 [ 3 ] {} <Debug> HTTP-Session: a252b842-06dc-4de0-a1b4-245fcce79e47 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4910 | 2024.07.03 17:25:30.567768 [ 3 ] {} <Debug> HTTP-Session: a252b842-06dc-4de0-a1b4-245fcce79e47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4911 | 2024.07.03 17:25:30.567782 [ 3 ] {} <Debug> HTTP-Session: a252b842-06dc-4de0-a1b4-245fcce79e47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4912 | 2024.07.03 17:25:30.567813 [ 3 ] {} <Trace> HTTP-Session: a252b842-06dc-4de0-a1b4-245fcce79e47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4913 | 2024.07.03 17:25:30.567957 [ 3 ] {3bc65907-cea5-406b-a590-2818702c4bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4914 | 2024.07.03 17:25:30.568004 [ 3 ] {3bc65907-cea5-406b-a590-2818702c4bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4915 | 2024.07.03 17:25:30.568157 [ 3 ] {3bc65907-cea5-406b-a590-2818702c4bd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4916 | 2024.07.03 17:25:30.568554 [ 3 ] {3bc65907-cea5-406b-a590-2818702c4bd7} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4917 | 2024.07.03 17:25:30.568590 [ 3 ] {3bc65907-cea5-406b-a590-2818702c4bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4918 | 2024.07.03 17:25:30.568969 [ 3 ] {3bc65907-cea5-406b-a590-2818702c4bd7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4919 | 2024.07.03 17:25:30.569299 [ 3 ] {3bc65907-cea5-406b-a590-2818702c4bd7} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4920 | 2024.07.03 17:25:30.569457 [ 3 ] {3bc65907-cea5-406b-a590-2818702c4bd7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
4921 | 2024.07.03 17:25:30.569661 [ 3 ] {3bc65907-cea5-406b-a590-2818702c4bd7} <Debug> DynamicQueryHandler: Done processing query | ||
4922 | 2024.07.03 17:25:30.569690 [ 3 ] {3bc65907-cea5-406b-a590-2818702c4bd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4923 | 2024.07.03 17:25:30.569707 [ 3 ] {} <Debug> HTTP-Session: a252b842-06dc-4de0-a1b4-245fcce79e47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4924 | 2024.07.03 17:25:30.569835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4925 | 2024.07.03 17:25:30.569884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4926 | 2024.07.03 17:25:30.569903 [ 3 ] {} <Debug> HTTP-Session: a60276e7-992f-4339-9a09-300e3764718c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4927 | 2024.07.03 17:25:30.569920 [ 3 ] {} <Debug> HTTP-Session: a60276e7-992f-4339-9a09-300e3764718c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4928 | 2024.07.03 17:25:30.569933 [ 3 ] {} <Debug> HTTP-Session: a60276e7-992f-4339-9a09-300e3764718c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4929 | 2024.07.03 17:25:30.569965 [ 3 ] {} <Trace> HTTP-Session: a60276e7-992f-4339-9a09-300e3764718c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4930 | 2024.07.03 17:25:30.570174 [ 3 ] {0cba1dc7-0258-49b4-9fa2-6244d160fc2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4931 | 2024.07.03 17:25:30.570239 [ 3 ] {0cba1dc7-0258-49b4-9fa2-6244d160fc2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4932 | 2024.07.03 17:25:30.570648 [ 3 ] {0cba1dc7-0258-49b4-9fa2-6244d160fc2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4933 | 2024.07.03 17:25:30.571300 [ 3 ] {0cba1dc7-0258-49b4-9fa2-6244d160fc2e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4934 | 2024.07.03 17:25:30.571335 [ 3 ] {0cba1dc7-0258-49b4-9fa2-6244d160fc2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4935 | 2024.07.03 17:25:30.571920 [ 3 ] {0cba1dc7-0258-49b4-9fa2-6244d160fc2e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4936 | 2024.07.03 17:25:30.572331 [ 3 ] {0cba1dc7-0258-49b4-9fa2-6244d160fc2e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4937 | 2024.07.03 17:25:30.572514 [ 63 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4938 | 2024.07.03 17:25:30.572525 [ 3 ] {0cba1dc7-0258-49b4-9fa2-6244d160fc2e} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002476 sec., 5654.281098546042 rows/sec., 10.13 MiB/sec. | ||
4939 | 2024.07.03 17:25:30.572603 [ 63 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4940 | 2024.07.03 17:25:30.572696 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4941 | 2024.07.03 17:25:30.573058 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
4942 | 2024.07.03 17:25:30.573111 [ 3 ] {0cba1dc7-0258-49b4-9fa2-6244d160fc2e} <Debug> DynamicQueryHandler: Done processing query | ||
4943 | 2024.07.03 17:25:30.573151 [ 3 ] {0cba1dc7-0258-49b4-9fa2-6244d160fc2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4944 | 2024.07.03 17:25:30.573177 [ 3 ] {} <Debug> HTTP-Session: a60276e7-992f-4339-9a09-300e3764718c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4945 | 2024.07.03 17:25:30.573438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4946 | 2024.07.03 17:25:30.573549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4947 | 2024.07.03 17:25:30.573610 [ 3 ] {} <Debug> HTTP-Session: 72f43d27-b870-44fc-8653-552a0d7d2756 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4948 | 2024.07.03 17:25:30.573655 [ 3 ] {} <Debug> HTTP-Session: 72f43d27-b870-44fc-8653-552a0d7d2756 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4949 | 2024.07.03 17:25:30.573699 [ 3 ] {} <Debug> HTTP-Session: 72f43d27-b870-44fc-8653-552a0d7d2756 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4950 | 2024.07.03 17:25:30.573793 [ 3 ] {} <Trace> HTTP-Session: 72f43d27-b870-44fc-8653-552a0d7d2756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4951 | 2024.07.03 17:25:30.573880 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4952 | 2024.07.03 17:25:30.574066 [ 3 ] {cad9819f-f99b-4800-bf87-ebeb477751ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4953 | 2024.07.03 17:25:30.574067 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 310 rows starting from the beginning of the part | ||
4954 | 2024.07.03 17:25:30.574163 [ 3 ] {cad9819f-f99b-4800-bf87-ebeb477751ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4955 | 2024.07.03 17:25:30.574921 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
4956 | 2024.07.03 17:25:30.575094 [ 3 ] {cad9819f-f99b-4800-bf87-ebeb477751ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4957 | 2024.07.03 17:25:30.575627 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
4958 | 2024.07.03 17:25:30.576452 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
4959 | 2024.07.03 17:25:30.576642 [ 3 ] {cad9819f-f99b-4800-bf87-ebeb477751ed} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4960 | 2024.07.03 17:25:30.576741 [ 3 ] {cad9819f-f99b-4800-bf87-ebeb477751ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4961 | 2024.07.03 17:25:30.577161 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
4962 | 2024.07.03 17:25:30.577771 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
4963 | 2024.07.03 17:25:30.578076 [ 3 ] {cad9819f-f99b-4800-bf87-ebeb477751ed} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4964 | 2024.07.03 17:25:30.578935 [ 3 ] {cad9819f-f99b-4800-bf87-ebeb477751ed} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4965 | 2024.07.03 17:25:30.579218 [ 3 ] {cad9819f-f99b-4800-bf87-ebeb477751ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005283 sec., 11357.183418512208 rows/sec., 783.76 KiB/sec. | ||
4966 | 2024.07.03 17:25:30.579641 [ 3 ] {cad9819f-f99b-4800-bf87-ebeb477751ed} <Debug> DynamicQueryHandler: Done processing query | ||
4967 | 2024.07.03 17:25:30.579684 [ 3 ] {cad9819f-f99b-4800-bf87-ebeb477751ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4968 | 2024.07.03 17:25:30.579723 [ 3 ] {} <Debug> HTTP-Session: 72f43d27-b870-44fc-8653-552a0d7d2756 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4969 | 2024.07.03 17:25:30.582601 [ 200 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 19 columns (19 merged, 0 gathered) in 0.009749445 sec., 39386.85740572925 rows/sec., 70.58 MiB/sec. | ||
4970 | 2024.07.03 17:25:30.583296 [ 200 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4971 | 2024.07.03 17:25:30.583977 [ 200 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4972 | 2024.07.03 17:25:30.584075 [ 200 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4973 | 2024.07.03 17:25:30.584253 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. | ||
4974 | 2024.07.03 17:25:33.468941 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4975 | 2024.07.03 17:25:33.469022 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4976 | 2024.07.03 17:25:35.561112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4977 | 2024.07.03 17:25:35.561228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4978 | 2024.07.03 17:25:35.561252 [ 3 ] {} <Debug> HTTP-Session: a8746bfb-2b12-4c8a-ace9-7f8d2cb09119 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4979 | 2024.07.03 17:25:35.561276 [ 3 ] {} <Debug> HTTP-Session: a8746bfb-2b12-4c8a-ace9-7f8d2cb09119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4980 | 2024.07.03 17:25:35.561291 [ 3 ] {} <Debug> HTTP-Session: a8746bfb-2b12-4c8a-ace9-7f8d2cb09119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4981 | 2024.07.03 17:25:35.561339 [ 3 ] {} <Trace> HTTP-Session: a8746bfb-2b12-4c8a-ace9-7f8d2cb09119 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4982 | 2024.07.03 17:25:35.561514 [ 3 ] {9899a7fe-890b-4d01-ba25-3d6fef523191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4983 | 2024.07.03 17:25:35.561577 [ 3 ] {9899a7fe-890b-4d01-ba25-3d6fef523191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4984 | 2024.07.03 17:25:35.561765 [ 3 ] {9899a7fe-890b-4d01-ba25-3d6fef523191} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4985 | 2024.07.03 17:25:35.562211 [ 3 ] {9899a7fe-890b-4d01-ba25-3d6fef523191} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4986 | 2024.07.03 17:25:35.562249 [ 3 ] {9899a7fe-890b-4d01-ba25-3d6fef523191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4987 | 2024.07.03 17:25:35.562603 [ 3 ] {9899a7fe-890b-4d01-ba25-3d6fef523191} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4988 | 2024.07.03 17:25:35.562957 [ 3 ] {9899a7fe-890b-4d01-ba25-3d6fef523191} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4989 | 2024.07.03 17:25:35.563136 [ 3 ] {9899a7fe-890b-4d01-ba25-3d6fef523191} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001669 sec., 9586.578789694428 rows/sec., 777.04 KiB/sec. | ||
4990 | 2024.07.03 17:25:35.563628 [ 3 ] {9899a7fe-890b-4d01-ba25-3d6fef523191} <Debug> DynamicQueryHandler: Done processing query | ||
4991 | 2024.07.03 17:25:35.563713 [ 3 ] {9899a7fe-890b-4d01-ba25-3d6fef523191} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4992 | 2024.07.03 17:25:35.563807 [ 3 ] {} <Debug> HTTP-Session: a8746bfb-2b12-4c8a-ace9-7f8d2cb09119 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4993 | 2024.07.03 17:25:35.564052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4994 | 2024.07.03 17:25:35.564112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4995 | 2024.07.03 17:25:35.564133 [ 3 ] {} <Debug> HTTP-Session: e0cefd02-cb08-40cb-9e18-8a6af150d366 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
4996 | 2024.07.03 17:25:35.564149 [ 3 ] {} <Debug> HTTP-Session: e0cefd02-cb08-40cb-9e18-8a6af150d366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4997 | 2024.07.03 17:25:35.564163 [ 3 ] {} <Debug> HTTP-Session: e0cefd02-cb08-40cb-9e18-8a6af150d366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4998 | 2024.07.03 17:25:35.564194 [ 3 ] {} <Trace> HTTP-Session: e0cefd02-cb08-40cb-9e18-8a6af150d366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4999 | 2024.07.03 17:25:35.564320 [ 3 ] {7b84de09-f487-4a26-9484-ce74a5fa18c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5000 | 2024.07.03 17:25:35.564364 [ 3 ] {7b84de09-f487-4a26-9484-ce74a5fa18c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5001 | 2024.07.03 17:25:35.564500 [ 3 ] {7b84de09-f487-4a26-9484-ce74a5fa18c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5002 | 2024.07.03 17:25:35.564906 [ 3 ] {7b84de09-f487-4a26-9484-ce74a5fa18c3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5003 | 2024.07.03 17:25:35.564953 [ 3 ] {7b84de09-f487-4a26-9484-ce74a5fa18c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5004 | 2024.07.03 17:25:35.565332 [ 3 ] {7b84de09-f487-4a26-9484-ce74a5fa18c3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5005 | 2024.07.03 17:25:35.565649 [ 3 ] {7b84de09-f487-4a26-9484-ce74a5fa18c3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5006 | 2024.07.03 17:25:35.565772 [ 3 ] {7b84de09-f487-4a26-9484-ce74a5fa18c3} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001504 sec., 69148.93617021276 rows/sec., 5.69 MiB/sec. | ||
5007 | 2024.07.03 17:25:35.566299 [ 3 ] {7b84de09-f487-4a26-9484-ce74a5fa18c3} <Debug> DynamicQueryHandler: Done processing query | ||
5008 | 2024.07.03 17:25:35.566377 [ 3 ] {7b84de09-f487-4a26-9484-ce74a5fa18c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5009 | 2024.07.03 17:25:35.566470 [ 3 ] {} <Debug> HTTP-Session: e0cefd02-cb08-40cb-9e18-8a6af150d366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5010 | 2024.07.03 17:25:35.566704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5011 | 2024.07.03 17:25:35.566755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5012 | 2024.07.03 17:25:35.566774 [ 3 ] {} <Debug> HTTP-Session: 806d5c13-82fc-46b5-89b7-5974c0303a2c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5013 | 2024.07.03 17:25:35.566790 [ 3 ] {} <Debug> HTTP-Session: 806d5c13-82fc-46b5-89b7-5974c0303a2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5014 | 2024.07.03 17:25:35.566804 [ 3 ] {} <Debug> HTTP-Session: 806d5c13-82fc-46b5-89b7-5974c0303a2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5015 | 2024.07.03 17:25:35.566836 [ 3 ] {} <Trace> HTTP-Session: 806d5c13-82fc-46b5-89b7-5974c0303a2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5016 | 2024.07.03 17:25:35.566956 [ 3 ] {16190b8d-df66-4aa5-b412-efc17e2b42a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5017 | 2024.07.03 17:25:35.566998 [ 3 ] {16190b8d-df66-4aa5-b412-efc17e2b42a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5018 | 2024.07.03 17:25:35.567142 [ 3 ] {16190b8d-df66-4aa5-b412-efc17e2b42a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5019 | 2024.07.03 17:25:35.567504 [ 3 ] {16190b8d-df66-4aa5-b412-efc17e2b42a0} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5020 | 2024.07.03 17:25:35.567539 [ 3 ] {16190b8d-df66-4aa5-b412-efc17e2b42a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5021 | 2024.07.03 17:25:35.567841 [ 3 ] {16190b8d-df66-4aa5-b412-efc17e2b42a0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5022 | 2024.07.03 17:25:35.568148 [ 3 ] {16190b8d-df66-4aa5-b412-efc17e2b42a0} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5023 | 2024.07.03 17:25:35.568269 [ 3 ] {16190b8d-df66-4aa5-b412-efc17e2b42a0} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001358 sec., 58910.16200294551 rows/sec., 4.60 MiB/sec. | ||
5024 | 2024.07.03 17:25:35.568572 [ 3 ] {16190b8d-df66-4aa5-b412-efc17e2b42a0} <Debug> DynamicQueryHandler: Done processing query | ||
5025 | 2024.07.03 17:25:35.568596 [ 3 ] {16190b8d-df66-4aa5-b412-efc17e2b42a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5026 | 2024.07.03 17:25:35.568612 [ 3 ] {} <Debug> HTTP-Session: 806d5c13-82fc-46b5-89b7-5974c0303a2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5027 | 2024.07.03 17:25:35.568787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5028 | 2024.07.03 17:25:35.568834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5029 | 2024.07.03 17:25:35.568852 [ 3 ] {} <Debug> HTTP-Session: 009cdc45-c595-49a8-9171-cee006c2799c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5030 | 2024.07.03 17:25:35.568868 [ 3 ] {} <Debug> HTTP-Session: 009cdc45-c595-49a8-9171-cee006c2799c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5031 | 2024.07.03 17:25:35.568882 [ 3 ] {} <Debug> HTTP-Session: 009cdc45-c595-49a8-9171-cee006c2799c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5032 | 2024.07.03 17:25:35.568911 [ 3 ] {} <Trace> HTTP-Session: 009cdc45-c595-49a8-9171-cee006c2799c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5033 | 2024.07.03 17:25:35.569060 [ 3 ] {a230dc73-f101-4b3d-b1e7-b2ddd4c053f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5034 | 2024.07.03 17:25:35.569116 [ 3 ] {a230dc73-f101-4b3d-b1e7-b2ddd4c053f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5035 | 2024.07.03 17:25:35.569273 [ 3 ] {a230dc73-f101-4b3d-b1e7-b2ddd4c053f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5036 | 2024.07.03 17:25:35.569663 [ 3 ] {a230dc73-f101-4b3d-b1e7-b2ddd4c053f8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5037 | 2024.07.03 17:25:35.569699 [ 3 ] {a230dc73-f101-4b3d-b1e7-b2ddd4c053f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5038 | 2024.07.03 17:25:35.570077 [ 3 ] {a230dc73-f101-4b3d-b1e7-b2ddd4c053f8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5039 | 2024.07.03 17:25:35.570415 [ 3 ] {a230dc73-f101-4b3d-b1e7-b2ddd4c053f8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5040 | 2024.07.03 17:25:35.570533 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5041 | 2024.07.03 17:25:35.570540 [ 3 ] {a230dc73-f101-4b3d-b1e7-b2ddd4c053f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
5042 | 2024.07.03 17:25:35.570577 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5043 | 2024.07.03 17:25:35.570622 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5044 | 2024.07.03 17:25:35.570799 [ 3 ] {a230dc73-f101-4b3d-b1e7-b2ddd4c053f8} <Debug> DynamicQueryHandler: Done processing query | ||
5045 | 2024.07.03 17:25:35.570893 [ 3 ] {a230dc73-f101-4b3d-b1e7-b2ddd4c053f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5046 | 2024.07.03 17:25:35.570978 [ 3 ] {} <Debug> HTTP-Session: 009cdc45-c595-49a8-9171-cee006c2799c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5047 | 2024.07.03 17:25:35.571345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5048 | 2024.07.03 17:25:35.571378 [ 193 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
5049 | 2024.07.03 17:25:35.571463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5050 | 2024.07.03 17:25:35.571532 [ 3 ] {} <Debug> HTTP-Session: bb3d7df5-1b9b-4a95-b5ee-1ccca81d4323 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5051 | 2024.07.03 17:25:35.571578 [ 3 ] {} <Debug> HTTP-Session: bb3d7df5-1b9b-4a95-b5ee-1ccca81d4323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5052 | 2024.07.03 17:25:35.571626 [ 3 ] {} <Debug> HTTP-Session: bb3d7df5-1b9b-4a95-b5ee-1ccca81d4323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5053 | 2024.07.03 17:25:35.571716 [ 3 ] {} <Trace> HTTP-Session: bb3d7df5-1b9b-4a95-b5ee-1ccca81d4323 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5054 | 2024.07.03 17:25:35.571770 [ 193 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5055 | 2024.07.03 17:25:35.571826 [ 193 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1066 rows starting from the beginning of the part | ||
5056 | 2024.07.03 17:25:35.571989 [ 193 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
5057 | 2024.07.03 17:25:35.572266 [ 3 ] {dd1b1659-ebed-49f1-b29f-ccb73abd7bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5058 | 2024.07.03 17:25:35.572361 [ 193 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 196 rows starting from the beginning of the part | ||
5059 | 2024.07.03 17:25:35.572517 [ 3 ] {dd1b1659-ebed-49f1-b29f-ccb73abd7bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5060 | 2024.07.03 17:25:35.572717 [ 193 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 161 rows starting from the beginning of the part | ||
5061 | 2024.07.03 17:25:35.573106 [ 193 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
5062 | 2024.07.03 17:25:35.573459 [ 193 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
5063 | 2024.07.03 17:25:35.575077 [ 3 ] {dd1b1659-ebed-49f1-b29f-ccb73abd7bb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5064 | 2024.07.03 17:25:35.576728 [ 3 ] {dd1b1659-ebed-49f1-b29f-ccb73abd7bb0} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5065 | 2024.07.03 17:25:35.576847 [ 3 ] {dd1b1659-ebed-49f1-b29f-ccb73abd7bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5066 | 2024.07.03 17:25:35.577580 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1903 rows, containing 5 columns (5 merged, 0 gathered) in 0.006824199 sec., 278860.5666393961 rows/sec., 19.63 MiB/sec. | ||
5067 | 2024.07.03 17:25:35.577854 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5068 | 2024.07.03 17:25:35.578042 [ 3 ] {dd1b1659-ebed-49f1-b29f-ccb73abd7bb0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5069 | 2024.07.03 17:25:35.578692 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5070 | 2024.07.03 17:25:35.578786 [ 3 ] {dd1b1659-ebed-49f1-b29f-ccb73abd7bb0} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5071 | 2024.07.03 17:25:35.578838 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5072 | 2024.07.03 17:25:35.579012 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
5073 | 2024.07.03 17:25:35.579016 [ 3 ] {dd1b1659-ebed-49f1-b29f-ccb73abd7bb0} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007141 sec., 2240.5825514633807 rows/sec., 4.02 MiB/sec. | ||
5074 | 2024.07.03 17:25:35.579278 [ 3 ] {dd1b1659-ebed-49f1-b29f-ccb73abd7bb0} <Debug> DynamicQueryHandler: Done processing query | ||
5075 | 2024.07.03 17:25:35.579302 [ 3 ] {dd1b1659-ebed-49f1-b29f-ccb73abd7bb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5076 | 2024.07.03 17:25:35.579318 [ 3 ] {} <Debug> HTTP-Session: bb3d7df5-1b9b-4a95-b5ee-1ccca81d4323 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5077 | 2024.07.03 17:25:35.579445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5078 | 2024.07.03 17:25:35.579493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5079 | 2024.07.03 17:25:35.579512 [ 3 ] {} <Debug> HTTP-Session: a71bc652-4979-4039-8ea9-da8a88f83c5d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5080 | 2024.07.03 17:25:35.579529 [ 3 ] {} <Debug> HTTP-Session: a71bc652-4979-4039-8ea9-da8a88f83c5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5081 | 2024.07.03 17:25:35.579542 [ 3 ] {} <Debug> HTTP-Session: a71bc652-4979-4039-8ea9-da8a88f83c5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5082 | 2024.07.03 17:25:35.579573 [ 3 ] {} <Trace> HTTP-Session: a71bc652-4979-4039-8ea9-da8a88f83c5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5083 | 2024.07.03 17:25:35.579695 [ 3 ] {91f60032-94c1-4508-8996-7f4ee8e88fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5084 | 2024.07.03 17:25:35.579738 [ 3 ] {91f60032-94c1-4508-8996-7f4ee8e88fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5085 | 2024.07.03 17:25:35.579864 [ 3 ] {91f60032-94c1-4508-8996-7f4ee8e88fb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5086 | 2024.07.03 17:25:35.580177 [ 3 ] {91f60032-94c1-4508-8996-7f4ee8e88fb3} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5087 | 2024.07.03 17:25:35.580212 [ 3 ] {91f60032-94c1-4508-8996-7f4ee8e88fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5088 | 2024.07.03 17:25:35.580559 [ 3 ] {91f60032-94c1-4508-8996-7f4ee8e88fb3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5089 | 2024.07.03 17:25:35.580875 [ 3 ] {91f60032-94c1-4508-8996-7f4ee8e88fb3} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5090 | 2024.07.03 17:25:35.581015 [ 3 ] {91f60032-94c1-4508-8996-7f4ee8e88fb3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
5091 | 2024.07.03 17:25:35.581041 [ 91 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5092 | 2024.07.03 17:25:35.581146 [ 91 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5093 | 2024.07.03 17:25:35.581183 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5094 | 2024.07.03 17:25:35.581250 [ 3 ] {91f60032-94c1-4508-8996-7f4ee8e88fb3} <Debug> DynamicQueryHandler: Done processing query | ||
5095 | 2024.07.03 17:25:35.581383 [ 3 ] {91f60032-94c1-4508-8996-7f4ee8e88fb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5096 | 2024.07.03 17:25:35.581486 [ 3 ] {} <Debug> HTTP-Session: a71bc652-4979-4039-8ea9-da8a88f83c5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5097 | 2024.07.03 17:25:35.581694 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
5098 | 2024.07.03 17:25:35.582329 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5099 | 2024.07.03 17:25:35.582383 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 328 rows starting from the beginning of the part | ||
5100 | 2024.07.03 17:25:35.582515 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
5101 | 2024.07.03 17:25:35.582703 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
5102 | 2024.07.03 17:25:35.582815 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
5103 | 2024.07.03 17:25:35.583010 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
5104 | 2024.07.03 17:25:35.583106 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
5105 | 2024.07.03 17:25:35.584290 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 4 columns (4 merged, 0 gathered) in 0.003011988 sec., 208500.16666733066 rows/sec., 13.69 MiB/sec. | ||
5106 | 2024.07.03 17:25:35.584468 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5107 | 2024.07.03 17:25:35.584912 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_26_5} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5108 | 2024.07.03 17:25:35.584998 [ 190 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_26_5} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5109 | 2024.07.03 17:25:35.585089 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
5110 | 2024.07.03 17:25:37.764074 [ 87 ] {} <Debug> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
5111 | 2024.07.03 17:25:37.764144 [ 87 ] {} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5112 | 2024.07.03 17:25:37.764172 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5113 | 2024.07.03 17:25:37.764376 [ 186 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
5114 | 2024.07.03 17:25:37.764577 [ 186 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5115 | 2024.07.03 17:25:37.764612 [ 186 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
5116 | 2024.07.03 17:25:37.764689 [ 186 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
5117 | 2024.07.03 17:25:37.764827 [ 186 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
5118 | 2024.07.03 17:25:37.765061 [ 186 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
5119 | 2024.07.03 17:25:37.765200 [ 186 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
5120 | 2024.07.03 17:25:37.766215 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.001951891 sec., 7172.531662884864 rows/sec., 584.87 KiB/sec. | ||
5121 | 2024.07.03 17:25:37.766361 [ 186 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
5122 | 2024.07.03 17:25:37.766713 [ 186 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_5_1} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5123 | 2024.07.03 17:25:37.766790 [ 186 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_5_1} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
5124 | 2024.07.03 17:25:37.766865 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5125 | 2024.07.03 17:25:38.571356 [ 87 ] {} <Debug> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
5126 | 2024.07.03 17:25:38.571420 [ 87 ] {} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5127 | 2024.07.03 17:25:38.571442 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5128 | 2024.07.03 17:25:38.571642 [ 190 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
5129 | 2024.07.03 17:25:38.571824 [ 190 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5130 | 2024.07.03 17:25:38.571860 [ 190 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
5131 | 2024.07.03 17:25:38.571932 [ 190 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
5132 | 2024.07.03 17:25:38.572026 [ 190 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
5133 | 2024.07.03 17:25:38.572275 [ 190 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
5134 | 2024.07.03 17:25:38.572483 [ 190 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
5135 | 2024.07.03 17:25:38.573614 [ 201 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.002090165 sec., 6698.035801001356 rows/sec., 467.69 KiB/sec. | ||
5136 | 2024.07.03 17:25:38.573820 [ 195 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
5137 | 2024.07.03 17:25:38.574271 [ 195 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_5_1} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5138 | 2024.07.03 17:25:38.574366 [ 195 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_5_1} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
5139 | 2024.07.03 17:25:38.574471 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5140 | 2024.07.03 17:25:40.562480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5141 | 2024.07.03 17:25:40.562624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5142 | 2024.07.03 17:25:40.562655 [ 3 ] {} <Debug> HTTP-Session: 117f7aad-cd07-45b5-9370-d7d01f9931bd Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5143 | 2024.07.03 17:25:40.562683 [ 3 ] {} <Debug> HTTP-Session: 117f7aad-cd07-45b5-9370-d7d01f9931bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5144 | 2024.07.03 17:25:40.562700 [ 3 ] {} <Debug> HTTP-Session: 117f7aad-cd07-45b5-9370-d7d01f9931bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5145 | 2024.07.03 17:25:40.562755 [ 3 ] {} <Trace> HTTP-Session: 117f7aad-cd07-45b5-9370-d7d01f9931bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5146 | 2024.07.03 17:25:40.562972 [ 3 ] {18a9e864-c985-4022-8fc7-1463efd64c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5147 | 2024.07.03 17:25:40.563048 [ 3 ] {18a9e864-c985-4022-8fc7-1463efd64c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5148 | 2024.07.03 17:25:40.563271 [ 3 ] {18a9e864-c985-4022-8fc7-1463efd64c67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5149 | 2024.07.03 17:25:40.563765 [ 3 ] {18a9e864-c985-4022-8fc7-1463efd64c67} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5150 | 2024.07.03 17:25:40.563813 [ 3 ] {18a9e864-c985-4022-8fc7-1463efd64c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5151 | 2024.07.03 17:25:40.564184 [ 3 ] {18a9e864-c985-4022-8fc7-1463efd64c67} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5152 | 2024.07.03 17:25:40.564518 [ 3 ] {18a9e864-c985-4022-8fc7-1463efd64c67} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5153 | 2024.07.03 17:25:40.564684 [ 3 ] {18a9e864-c985-4022-8fc7-1463efd64c67} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001774 sec., 7891.770011273958 rows/sec., 639.66 KiB/sec. | ||
5154 | 2024.07.03 17:25:40.565003 [ 3 ] {18a9e864-c985-4022-8fc7-1463efd64c67} <Debug> DynamicQueryHandler: Done processing query | ||
5155 | 2024.07.03 17:25:40.565041 [ 3 ] {18a9e864-c985-4022-8fc7-1463efd64c67} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5156 | 2024.07.03 17:25:40.565058 [ 3 ] {} <Debug> HTTP-Session: 117f7aad-cd07-45b5-9370-d7d01f9931bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5157 | 2024.07.03 17:25:40.565268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5158 | 2024.07.03 17:25:40.565323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5159 | 2024.07.03 17:25:40.565343 [ 3 ] {} <Debug> HTTP-Session: 7e82149a-dd50-4a32-95be-1f02f7014bbc Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5160 | 2024.07.03 17:25:40.565361 [ 3 ] {} <Debug> HTTP-Session: 7e82149a-dd50-4a32-95be-1f02f7014bbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5161 | 2024.07.03 17:25:40.565375 [ 3 ] {} <Debug> HTTP-Session: 7e82149a-dd50-4a32-95be-1f02f7014bbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5162 | 2024.07.03 17:25:40.565411 [ 3 ] {} <Trace> HTTP-Session: 7e82149a-dd50-4a32-95be-1f02f7014bbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5163 | 2024.07.03 17:25:40.565546 [ 3 ] {5fca99e1-6739-4233-8cb8-c8041fe35c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5164 | 2024.07.03 17:25:40.565597 [ 3 ] {5fca99e1-6739-4233-8cb8-c8041fe35c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5165 | 2024.07.03 17:25:40.565744 [ 3 ] {5fca99e1-6739-4233-8cb8-c8041fe35c93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5166 | 2024.07.03 17:25:40.566112 [ 3 ] {5fca99e1-6739-4233-8cb8-c8041fe35c93} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5167 | 2024.07.03 17:25:40.566149 [ 3 ] {5fca99e1-6739-4233-8cb8-c8041fe35c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5168 | 2024.07.03 17:25:40.566487 [ 3 ] {5fca99e1-6739-4233-8cb8-c8041fe35c93} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5169 | 2024.07.03 17:25:40.566793 [ 3 ] {5fca99e1-6739-4233-8cb8-c8041fe35c93} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5170 | 2024.07.03 17:25:40.566962 [ 3 ] {5fca99e1-6739-4233-8cb8-c8041fe35c93} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001455 sec., 67353.95189003437 rows/sec., 5.46 MiB/sec. | ||
5171 | 2024.07.03 17:25:40.567126 [ 3 ] {5fca99e1-6739-4233-8cb8-c8041fe35c93} <Debug> DynamicQueryHandler: Done processing query | ||
5172 | 2024.07.03 17:25:40.567150 [ 3 ] {5fca99e1-6739-4233-8cb8-c8041fe35c93} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5173 | 2024.07.03 17:25:40.567166 [ 3 ] {} <Debug> HTTP-Session: 7e82149a-dd50-4a32-95be-1f02f7014bbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5174 | 2024.07.03 17:25:40.567307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5175 | 2024.07.03 17:25:40.567356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5176 | 2024.07.03 17:25:40.567376 [ 3 ] {} <Debug> HTTP-Session: 4471e0ba-c453-4968-9a0b-54019caf025d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5177 | 2024.07.03 17:25:40.567392 [ 3 ] {} <Debug> HTTP-Session: 4471e0ba-c453-4968-9a0b-54019caf025d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5178 | 2024.07.03 17:25:40.567408 [ 3 ] {} <Debug> HTTP-Session: 4471e0ba-c453-4968-9a0b-54019caf025d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5179 | 2024.07.03 17:25:40.567440 [ 3 ] {} <Trace> HTTP-Session: 4471e0ba-c453-4968-9a0b-54019caf025d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5180 | 2024.07.03 17:25:40.567559 [ 3 ] {d1f5b26a-5841-4ddf-a68d-de2f06a28f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5181 | 2024.07.03 17:25:40.567603 [ 3 ] {d1f5b26a-5841-4ddf-a68d-de2f06a28f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5182 | 2024.07.03 17:25:40.567731 [ 3 ] {d1f5b26a-5841-4ddf-a68d-de2f06a28f80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5183 | 2024.07.03 17:25:40.568059 [ 3 ] {d1f5b26a-5841-4ddf-a68d-de2f06a28f80} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5184 | 2024.07.03 17:25:40.568096 [ 3 ] {d1f5b26a-5841-4ddf-a68d-de2f06a28f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5185 | 2024.07.03 17:25:40.568407 [ 3 ] {d1f5b26a-5841-4ddf-a68d-de2f06a28f80} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5186 | 2024.07.03 17:25:40.568723 [ 3 ] {d1f5b26a-5841-4ddf-a68d-de2f06a28f80} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5187 | 2024.07.03 17:25:40.568880 [ 3 ] {d1f5b26a-5841-4ddf-a68d-de2f06a28f80} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001356 sec., 57522.12389380531 rows/sec., 4.49 MiB/sec. | ||
5188 | 2024.07.03 17:25:40.569051 [ 3 ] {d1f5b26a-5841-4ddf-a68d-de2f06a28f80} <Debug> DynamicQueryHandler: Done processing query | ||
5189 | 2024.07.03 17:25:40.569075 [ 3 ] {d1f5b26a-5841-4ddf-a68d-de2f06a28f80} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5190 | 2024.07.03 17:25:40.569090 [ 3 ] {} <Debug> HTTP-Session: 4471e0ba-c453-4968-9a0b-54019caf025d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5191 | 2024.07.03 17:25:40.569258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5192 | 2024.07.03 17:25:40.569307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5193 | 2024.07.03 17:25:40.569327 [ 3 ] {} <Debug> HTTP-Session: 53dd7cab-a0cd-4a2e-9fd0-806608811b78 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5194 | 2024.07.03 17:25:40.569343 [ 3 ] {} <Debug> HTTP-Session: 53dd7cab-a0cd-4a2e-9fd0-806608811b78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5195 | 2024.07.03 17:25:40.569358 [ 3 ] {} <Debug> HTTP-Session: 53dd7cab-a0cd-4a2e-9fd0-806608811b78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5196 | 2024.07.03 17:25:40.569389 [ 3 ] {} <Trace> HTTP-Session: 53dd7cab-a0cd-4a2e-9fd0-806608811b78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5197 | 2024.07.03 17:25:40.569537 [ 3 ] {59b65b88-f691-4179-aab1-2c6097ace6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5198 | 2024.07.03 17:25:40.569585 [ 3 ] {59b65b88-f691-4179-aab1-2c6097ace6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5199 | 2024.07.03 17:25:40.569729 [ 3 ] {59b65b88-f691-4179-aab1-2c6097ace6b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5200 | 2024.07.03 17:25:40.570103 [ 3 ] {59b65b88-f691-4179-aab1-2c6097ace6b1} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5201 | 2024.07.03 17:25:40.570139 [ 3 ] {59b65b88-f691-4179-aab1-2c6097ace6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5202 | 2024.07.03 17:25:40.570522 [ 3 ] {59b65b88-f691-4179-aab1-2c6097ace6b1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5203 | 2024.07.03 17:25:40.570865 [ 3 ] {59b65b88-f691-4179-aab1-2c6097ace6b1} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5204 | 2024.07.03 17:25:40.571020 [ 3 ] {59b65b88-f691-4179-aab1-2c6097ace6b1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec. | ||
5205 | 2024.07.03 17:25:40.571295 [ 3 ] {59b65b88-f691-4179-aab1-2c6097ace6b1} <Debug> DynamicQueryHandler: Done processing query | ||
5206 | 2024.07.03 17:25:40.571339 [ 3 ] {59b65b88-f691-4179-aab1-2c6097ace6b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5207 | 2024.07.03 17:25:40.571357 [ 3 ] {} <Debug> HTTP-Session: 53dd7cab-a0cd-4a2e-9fd0-806608811b78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5208 | 2024.07.03 17:25:40.571496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5209 | 2024.07.03 17:25:40.571544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5210 | 2024.07.03 17:25:40.571563 [ 3 ] {} <Debug> HTTP-Session: 5b21a0be-fa82-482d-aaae-3a44903dd719 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5211 | 2024.07.03 17:25:40.571579 [ 3 ] {} <Debug> HTTP-Session: 5b21a0be-fa82-482d-aaae-3a44903dd719 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5212 | 2024.07.03 17:25:40.571592 [ 3 ] {} <Debug> HTTP-Session: 5b21a0be-fa82-482d-aaae-3a44903dd719 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5213 | 2024.07.03 17:25:40.571623 [ 3 ] {} <Trace> HTTP-Session: 5b21a0be-fa82-482d-aaae-3a44903dd719 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5214 | 2024.07.03 17:25:40.571815 [ 3 ] {b71444b8-3ba1-44c7-8e29-00f88336a4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5215 | 2024.07.03 17:25:40.571886 [ 3 ] {b71444b8-3ba1-44c7-8e29-00f88336a4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5216 | 2024.07.03 17:25:40.572320 [ 3 ] {b71444b8-3ba1-44c7-8e29-00f88336a4bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5217 | 2024.07.03 17:25:40.572876 [ 3 ] {b71444b8-3ba1-44c7-8e29-00f88336a4bd} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5218 | 2024.07.03 17:25:40.572914 [ 3 ] {b71444b8-3ba1-44c7-8e29-00f88336a4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5219 | 2024.07.03 17:25:40.573516 [ 3 ] {b71444b8-3ba1-44c7-8e29-00f88336a4bd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5220 | 2024.07.03 17:25:40.573924 [ 3 ] {b71444b8-3ba1-44c7-8e29-00f88336a4bd} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5221 | 2024.07.03 17:25:40.574112 [ 3 ] {b71444b8-3ba1-44c7-8e29-00f88336a4bd} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002411 sec., 5806.719203649938 rows/sec., 10.41 MiB/sec. | ||
5222 | 2024.07.03 17:25:40.574335 [ 3 ] {b71444b8-3ba1-44c7-8e29-00f88336a4bd} <Debug> DynamicQueryHandler: Done processing query | ||
5223 | 2024.07.03 17:25:40.574360 [ 3 ] {b71444b8-3ba1-44c7-8e29-00f88336a4bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5224 | 2024.07.03 17:25:40.574376 [ 3 ] {} <Debug> HTTP-Session: 5b21a0be-fa82-482d-aaae-3a44903dd719 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5225 | 2024.07.03 17:25:40.574507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5226 | 2024.07.03 17:25:40.574557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5227 | 2024.07.03 17:25:40.574576 [ 3 ] {} <Debug> HTTP-Session: 9929ee90-a3fd-4b52-a7fb-ffe72249db9c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5228 | 2024.07.03 17:25:40.574593 [ 3 ] {} <Debug> HTTP-Session: 9929ee90-a3fd-4b52-a7fb-ffe72249db9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5229 | 2024.07.03 17:25:40.574607 [ 3 ] {} <Debug> HTTP-Session: 9929ee90-a3fd-4b52-a7fb-ffe72249db9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5230 | 2024.07.03 17:25:40.574639 [ 3 ] {} <Trace> HTTP-Session: 9929ee90-a3fd-4b52-a7fb-ffe72249db9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5231 | 2024.07.03 17:25:40.574753 [ 3 ] {75cf6842-0eb8-4b6c-8246-a349a8ffcc51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5232 | 2024.07.03 17:25:40.574799 [ 3 ] {75cf6842-0eb8-4b6c-8246-a349a8ffcc51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5233 | 2024.07.03 17:25:40.574929 [ 3 ] {75cf6842-0eb8-4b6c-8246-a349a8ffcc51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5234 | 2024.07.03 17:25:40.575217 [ 3 ] {75cf6842-0eb8-4b6c-8246-a349a8ffcc51} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5235 | 2024.07.03 17:25:40.575253 [ 3 ] {75cf6842-0eb8-4b6c-8246-a349a8ffcc51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5236 | 2024.07.03 17:25:40.575610 [ 3 ] {75cf6842-0eb8-4b6c-8246-a349a8ffcc51} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5237 | 2024.07.03 17:25:40.575950 [ 3 ] {75cf6842-0eb8-4b6c-8246-a349a8ffcc51} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5238 | 2024.07.03 17:25:40.576100 [ 3 ] {75cf6842-0eb8-4b6c-8246-a349a8ffcc51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
5239 | 2024.07.03 17:25:40.576255 [ 3 ] {75cf6842-0eb8-4b6c-8246-a349a8ffcc51} <Debug> DynamicQueryHandler: Done processing query | ||
5240 | 2024.07.03 17:25:40.576278 [ 3 ] {75cf6842-0eb8-4b6c-8246-a349a8ffcc51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5241 | 2024.07.03 17:25:40.576294 [ 3 ] {} <Debug> HTTP-Session: 9929ee90-a3fd-4b52-a7fb-ffe72249db9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5242 | 2024.07.03 17:25:45.560635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5243 | 2024.07.03 17:25:45.560774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5244 | 2024.07.03 17:25:45.560803 [ 3 ] {} <Debug> HTTP-Session: 933bf3cd-40cd-44d6-ba11-1db5220561d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5245 | 2024.07.03 17:25:45.560832 [ 3 ] {} <Debug> HTTP-Session: 933bf3cd-40cd-44d6-ba11-1db5220561d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5246 | 2024.07.03 17:25:45.560851 [ 3 ] {} <Debug> HTTP-Session: 933bf3cd-40cd-44d6-ba11-1db5220561d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5247 | 2024.07.03 17:25:45.560908 [ 3 ] {} <Trace> HTTP-Session: 933bf3cd-40cd-44d6-ba11-1db5220561d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5248 | 2024.07.03 17:25:45.561113 [ 3 ] {d4b5d1d7-8710-495f-9d91-633fcc177d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5249 | 2024.07.03 17:25:45.561188 [ 3 ] {d4b5d1d7-8710-495f-9d91-633fcc177d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5250 | 2024.07.03 17:25:45.561406 [ 3 ] {d4b5d1d7-8710-495f-9d91-633fcc177d66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5251 | 2024.07.03 17:25:45.561848 [ 3 ] {d4b5d1d7-8710-495f-9d91-633fcc177d66} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5252 | 2024.07.03 17:25:45.561890 [ 3 ] {d4b5d1d7-8710-495f-9d91-633fcc177d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5253 | 2024.07.03 17:25:45.562260 [ 3 ] {d4b5d1d7-8710-495f-9d91-633fcc177d66} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5254 | 2024.07.03 17:25:45.562597 [ 3 ] {d4b5d1d7-8710-495f-9d91-633fcc177d66} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5255 | 2024.07.03 17:25:45.562772 [ 3 ] {d4b5d1d7-8710-495f-9d91-633fcc177d66} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001717 sec., 9318.578916715202 rows/sec., 755.31 KiB/sec. | ||
5256 | 2024.07.03 17:25:45.562984 [ 3 ] {d4b5d1d7-8710-495f-9d91-633fcc177d66} <Debug> DynamicQueryHandler: Done processing query | ||
5257 | 2024.07.03 17:25:45.563013 [ 3 ] {d4b5d1d7-8710-495f-9d91-633fcc177d66} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5258 | 2024.07.03 17:25:45.563030 [ 3 ] {} <Debug> HTTP-Session: 933bf3cd-40cd-44d6-ba11-1db5220561d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5259 | 2024.07.03 17:25:45.563182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5260 | 2024.07.03 17:25:45.563233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5261 | 2024.07.03 17:25:45.563253 [ 3 ] {} <Debug> HTTP-Session: 721314cc-9e93-49cf-8c48-fd6117064360 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5262 | 2024.07.03 17:25:45.563271 [ 3 ] {} <Debug> HTTP-Session: 721314cc-9e93-49cf-8c48-fd6117064360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5263 | 2024.07.03 17:25:45.563285 [ 3 ] {} <Debug> HTTP-Session: 721314cc-9e93-49cf-8c48-fd6117064360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5264 | 2024.07.03 17:25:45.563318 [ 3 ] {} <Trace> HTTP-Session: 721314cc-9e93-49cf-8c48-fd6117064360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5265 | 2024.07.03 17:25:45.563423 [ 3 ] {3d6cb174-4058-4630-a67c-96214e76fd0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5266 | 2024.07.03 17:25:45.563469 [ 3 ] {3d6cb174-4058-4630-a67c-96214e76fd0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5267 | 2024.07.03 17:25:45.563605 [ 3 ] {3d6cb174-4058-4630-a67c-96214e76fd0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5268 | 2024.07.03 17:25:45.563902 [ 3 ] {3d6cb174-4058-4630-a67c-96214e76fd0b} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5269 | 2024.07.03 17:25:45.563939 [ 3 ] {3d6cb174-4058-4630-a67c-96214e76fd0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5270 | 2024.07.03 17:25:45.564241 [ 3 ] {3d6cb174-4058-4630-a67c-96214e76fd0b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5271 | 2024.07.03 17:25:45.564549 [ 3 ] {3d6cb174-4058-4630-a67c-96214e76fd0b} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5272 | 2024.07.03 17:25:45.564705 [ 3 ] {3d6cb174-4058-4630-a67c-96214e76fd0b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 374.05 KiB/sec. | ||
5273 | 2024.07.03 17:25:45.564899 [ 3 ] {3d6cb174-4058-4630-a67c-96214e76fd0b} <Debug> DynamicQueryHandler: Done processing query | ||
5274 | 2024.07.03 17:25:45.564923 [ 3 ] {3d6cb174-4058-4630-a67c-96214e76fd0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5275 | 2024.07.03 17:25:45.564939 [ 3 ] {} <Debug> HTTP-Session: 721314cc-9e93-49cf-8c48-fd6117064360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5276 | 2024.07.03 17:25:45.565073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5277 | 2024.07.03 17:25:45.565122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5278 | 2024.07.03 17:25:45.565141 [ 3 ] {} <Debug> HTTP-Session: e2aaf40a-a4d5-4a19-bd8f-4440100dfd14 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5279 | 2024.07.03 17:25:45.565157 [ 3 ] {} <Debug> HTTP-Session: e2aaf40a-a4d5-4a19-bd8f-4440100dfd14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5280 | 2024.07.03 17:25:45.565171 [ 3 ] {} <Debug> HTTP-Session: e2aaf40a-a4d5-4a19-bd8f-4440100dfd14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5281 | 2024.07.03 17:25:45.565202 [ 3 ] {} <Trace> HTTP-Session: e2aaf40a-a4d5-4a19-bd8f-4440100dfd14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5282 | 2024.07.03 17:25:45.565323 [ 3 ] {394f6459-1a63-4796-a460-1bdd2f0f57e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5283 | 2024.07.03 17:25:45.565365 [ 3 ] {394f6459-1a63-4796-a460-1bdd2f0f57e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5284 | 2024.07.03 17:25:45.565489 [ 3 ] {394f6459-1a63-4796-a460-1bdd2f0f57e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5285 | 2024.07.03 17:25:45.565816 [ 3 ] {394f6459-1a63-4796-a460-1bdd2f0f57e1} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5286 | 2024.07.03 17:25:45.565851 [ 3 ] {394f6459-1a63-4796-a460-1bdd2f0f57e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5287 | 2024.07.03 17:25:45.566158 [ 3 ] {394f6459-1a63-4796-a460-1bdd2f0f57e1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5288 | 2024.07.03 17:25:45.566468 [ 3 ] {394f6459-1a63-4796-a460-1bdd2f0f57e1} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5289 | 2024.07.03 17:25:45.566626 [ 3 ] {394f6459-1a63-4796-a460-1bdd2f0f57e1} <Debug> executeQuery: Read 107 rows, 8.99 KiB in 0.001345 sec., 79553.9033457249 rows/sec., 6.53 MiB/sec. | ||
5290 | 2024.07.03 17:25:45.566622 [ 125 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5291 | 2024.07.03 17:25:45.566743 [ 125 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5292 | 2024.07.03 17:25:45.566775 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5293 | 2024.07.03 17:25:45.566849 [ 3 ] {394f6459-1a63-4796-a460-1bdd2f0f57e1} <Debug> DynamicQueryHandler: Done processing query | ||
5294 | 2024.07.03 17:25:45.566937 [ 3 ] {394f6459-1a63-4796-a460-1bdd2f0f57e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5295 | 2024.07.03 17:25:45.567023 [ 3 ] {} <Debug> HTTP-Session: e2aaf40a-a4d5-4a19-bd8f-4440100dfd14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5296 | 2024.07.03 17:25:45.567301 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
5297 | 2024.07.03 17:25:45.567334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5298 | 2024.07.03 17:25:45.567540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5299 | 2024.07.03 17:25:45.567646 [ 3 ] {} <Debug> HTTP-Session: eb75e7a6-5a63-4627-9204-94443c3ab131 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5300 | 2024.07.03 17:25:45.567728 [ 3 ] {} <Debug> HTTP-Session: eb75e7a6-5a63-4627-9204-94443c3ab131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5301 | 2024.07.03 17:25:45.567773 [ 3 ] {} <Debug> HTTP-Session: eb75e7a6-5a63-4627-9204-94443c3ab131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5302 | 2024.07.03 17:25:45.567866 [ 3 ] {} <Trace> HTTP-Session: eb75e7a6-5a63-4627-9204-94443c3ab131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5303 | 2024.07.03 17:25:45.567898 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5304 | 2024.07.03 17:25:45.567949 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 187 rows starting from the beginning of the part | ||
5305 | 2024.07.03 17:25:45.568017 [ 3 ] {db32db46-f1c0-43ed-a854-9f4b8453c90d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5306 | 2024.07.03 17:25:45.568111 [ 3 ] {db32db46-f1c0-43ed-a854-9f4b8453c90d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5307 | 2024.07.03 17:25:45.568233 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 105 rows starting from the beginning of the part | ||
5308 | 2024.07.03 17:25:45.568605 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 98 rows starting from the beginning of the part | ||
5309 | 2024.07.03 17:25:45.568913 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 104 rows starting from the beginning of the part | ||
5310 | 2024.07.03 17:25:45.569245 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 98 rows starting from the beginning of the part | ||
5311 | 2024.07.03 17:25:45.569591 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 107 rows starting from the beginning of the part | ||
5312 | 2024.07.03 17:25:45.569669 [ 3 ] {db32db46-f1c0-43ed-a854-9f4b8453c90d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5313 | 2024.07.03 17:25:45.570523 [ 3 ] {db32db46-f1c0-43ed-a854-9f4b8453c90d} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5314 | 2024.07.03 17:25:45.570618 [ 3 ] {db32db46-f1c0-43ed-a854-9f4b8453c90d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5315 | 2024.07.03 17:25:45.571413 [ 3 ] {db32db46-f1c0-43ed-a854-9f4b8453c90d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5316 | 2024.07.03 17:25:45.572251 [ 3 ] {db32db46-f1c0-43ed-a854-9f4b8453c90d} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5317 | 2024.07.03 17:25:45.572657 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 699 rows, containing 4 columns (4 merged, 0 gathered) in 0.005703779 sec., 122550.33022843277 rows/sec., 10.02 MiB/sec. | ||
5318 | 2024.07.03 17:25:45.572683 [ 3 ] {db32db46-f1c0-43ed-a854-9f4b8453c90d} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.004696 sec., 1277.6831345826236 rows/sec., 89.21 KiB/sec. | ||
5319 | 2024.07.03 17:25:45.573002 [ 3 ] {db32db46-f1c0-43ed-a854-9f4b8453c90d} <Debug> DynamicQueryHandler: Done processing query | ||
5320 | 2024.07.03 17:25:45.573041 [ 3 ] {db32db46-f1c0-43ed-a854-9f4b8453c90d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5321 | 2024.07.03 17:25:45.573061 [ 3 ] {} <Debug> HTTP-Session: eb75e7a6-5a63-4627-9204-94443c3ab131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5322 | 2024.07.03 17:25:45.573099 [ 201 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5323 | 2024.07.03 17:25:45.573251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5324 | 2024.07.03 17:25:45.573324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5325 | 2024.07.03 17:25:45.573346 [ 3 ] {} <Debug> HTTP-Session: fb7ea8c4-9a5c-4a57-9d8c-82a93bbab2b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5326 | 2024.07.03 17:25:45.573378 [ 3 ] {} <Debug> HTTP-Session: fb7ea8c4-9a5c-4a57-9d8c-82a93bbab2b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5327 | 2024.07.03 17:25:45.573408 [ 3 ] {} <Debug> HTTP-Session: fb7ea8c4-9a5c-4a57-9d8c-82a93bbab2b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5328 | 2024.07.03 17:25:45.573460 [ 3 ] {} <Trace> HTTP-Session: fb7ea8c4-9a5c-4a57-9d8c-82a93bbab2b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5329 | 2024.07.03 17:25:45.573833 [ 3 ] {ebd70f4d-3e1e-4aa9-bc00-62bab0869860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5330 | 2024.07.03 17:25:45.573903 [ 3 ] {ebd70f4d-3e1e-4aa9-bc00-62bab0869860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5331 | 2024.07.03 17:25:45.574195 [ 201 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_31_6} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5332 | 2024.07.03 17:25:45.574218 [ 3 ] {ebd70f4d-3e1e-4aa9-bc00-62bab0869860} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5333 | 2024.07.03 17:25:45.574402 [ 201 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_31_6} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5334 | 2024.07.03 17:25:45.574555 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
5335 | 2024.07.03 17:25:45.574731 [ 3 ] {ebd70f4d-3e1e-4aa9-bc00-62bab0869860} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5336 | 2024.07.03 17:25:45.574773 [ 3 ] {ebd70f4d-3e1e-4aa9-bc00-62bab0869860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5337 | 2024.07.03 17:25:45.575101 [ 3 ] {ebd70f4d-3e1e-4aa9-bc00-62bab0869860} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5338 | 2024.07.03 17:25:45.575413 [ 3 ] {ebd70f4d-3e1e-4aa9-bc00-62bab0869860} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5339 | 2024.07.03 17:25:45.575565 [ 125 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5340 | 2024.07.03 17:25:45.575572 [ 3 ] {ebd70f4d-3e1e-4aa9-bc00-62bab0869860} <Debug> executeQuery: Read 86 rows, 6.89 KiB in 0.001896 sec., 45358.649789029536 rows/sec., 3.55 MiB/sec. | ||
5341 | 2024.07.03 17:25:45.575614 [ 125 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5342 | 2024.07.03 17:25:45.575689 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5343 | 2024.07.03 17:25:45.575869 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
5344 | 2024.07.03 17:25:45.575882 [ 3 ] {ebd70f4d-3e1e-4aa9-bc00-62bab0869860} <Debug> DynamicQueryHandler: Done processing query | ||
5345 | 2024.07.03 17:25:45.575935 [ 3 ] {ebd70f4d-3e1e-4aa9-bc00-62bab0869860} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5346 | 2024.07.03 17:25:45.575969 [ 3 ] {} <Debug> HTTP-Session: fb7ea8c4-9a5c-4a57-9d8c-82a93bbab2b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5347 | 2024.07.03 17:25:45.576078 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5348 | 2024.07.03 17:25:45.576111 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 146 rows starting from the beginning of the part | ||
5349 | 2024.07.03 17:25:45.576251 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
5350 | 2024.07.03 17:25:45.576308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 31209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5351 | 2024.07.03 17:25:45.576580 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 78 rows starting from the beginning of the part | ||
5352 | 2024.07.03 17:25:45.576587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5353 | 2024.07.03 17:25:45.576674 [ 3 ] {} <Debug> HTTP-Session: 01611e49-bab1-4c65-a4f9-47a000d6890a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5354 | 2024.07.03 17:25:45.576770 [ 3 ] {} <Debug> HTTP-Session: 01611e49-bab1-4c65-a4f9-47a000d6890a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5355 | 2024.07.03 17:25:45.576849 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 80 rows starting from the beginning of the part | ||
5356 | 2024.07.03 17:25:45.576852 [ 3 ] {} <Debug> HTTP-Session: 01611e49-bab1-4c65-a4f9-47a000d6890a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5357 | 2024.07.03 17:25:45.577016 [ 3 ] {} <Trace> HTTP-Session: 01611e49-bab1-4c65-a4f9-47a000d6890a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5358 | 2024.07.03 17:25:45.577128 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 78 rows starting from the beginning of the part | ||
5359 | 2024.07.03 17:25:45.577323 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 86 rows starting from the beginning of the part | ||
5360 | 2024.07.03 17:25:45.577464 [ 3 ] {44a123c3-c31e-4aff-b197-da18e58d8d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5361 | 2024.07.03 17:25:45.577773 [ 3 ] {44a123c3-c31e-4aff-b197-da18e58d8d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5362 | 2024.07.03 17:25:45.578298 [ 3 ] {44a123c3-c31e-4aff-b197-da18e58d8d31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5363 | 2024.07.03 17:25:45.579322 [ 3 ] {44a123c3-c31e-4aff-b197-da18e58d8d31} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5364 | 2024.07.03 17:25:45.579381 [ 3 ] {44a123c3-c31e-4aff-b197-da18e58d8d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5365 | 2024.07.03 17:25:45.580215 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 4 columns (4 merged, 0 gathered) in 0.004419366 sec., 124452.24043448766 rows/sec., 9.72 MiB/sec. | ||
5366 | 2024.07.03 17:25:45.580391 [ 3 ] {44a123c3-c31e-4aff-b197-da18e58d8d31} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5367 | 2024.07.03 17:25:45.580418 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5368 | 2024.07.03 17:25:45.581373 [ 3 ] {44a123c3-c31e-4aff-b197-da18e58d8d31} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5369 | 2024.07.03 17:25:45.581411 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_31_6} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5370 | 2024.07.03 17:25:45.581614 [ 188 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_31_6} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5371 | 2024.07.03 17:25:45.581731 [ 3 ] {44a123c3-c31e-4aff-b197-da18e58d8d31} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.004452 sec., 36612.75831087152 rows/sec., 2.55 MiB/sec. | ||
5372 | 2024.07.03 17:25:45.581813 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5373 | 2024.07.03 17:25:45.582054 [ 3 ] {44a123c3-c31e-4aff-b197-da18e58d8d31} <Debug> DynamicQueryHandler: Done processing query | ||
5374 | 2024.07.03 17:25:45.582083 [ 3 ] {44a123c3-c31e-4aff-b197-da18e58d8d31} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5375 | 2024.07.03 17:25:45.582099 [ 3 ] {} <Debug> HTTP-Session: 01611e49-bab1-4c65-a4f9-47a000d6890a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5376 | 2024.07.03 17:25:45.582238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5377 | 2024.07.03 17:25:45.582287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5378 | 2024.07.03 17:25:45.582306 [ 3 ] {} <Debug> HTTP-Session: 00c40fb3-4e28-40d8-bdc7-129d80fa4590 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5379 | 2024.07.03 17:25:45.582323 [ 3 ] {} <Debug> HTTP-Session: 00c40fb3-4e28-40d8-bdc7-129d80fa4590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5380 | 2024.07.03 17:25:45.582338 [ 3 ] {} <Debug> HTTP-Session: 00c40fb3-4e28-40d8-bdc7-129d80fa4590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5381 | 2024.07.03 17:25:45.582372 [ 3 ] {} <Trace> HTTP-Session: 00c40fb3-4e28-40d8-bdc7-129d80fa4590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5382 | 2024.07.03 17:25:45.582701 [ 3 ] {1a86d7f8-acb3-4aa3-826a-225d2b1b3b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5383 | 2024.07.03 17:25:45.582770 [ 3 ] {1a86d7f8-acb3-4aa3-826a-225d2b1b3b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5384 | 2024.07.03 17:25:45.583219 [ 3 ] {1a86d7f8-acb3-4aa3-826a-225d2b1b3b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5385 | 2024.07.03 17:25:45.583748 [ 3 ] {1a86d7f8-acb3-4aa3-826a-225d2b1b3b52} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5386 | 2024.07.03 17:25:45.583784 [ 3 ] {1a86d7f8-acb3-4aa3-826a-225d2b1b3b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5387 | 2024.07.03 17:25:45.584390 [ 3 ] {1a86d7f8-acb3-4aa3-826a-225d2b1b3b52} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5388 | 2024.07.03 17:25:45.584804 [ 3 ] {1a86d7f8-acb3-4aa3-826a-225d2b1b3b52} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5389 | 2024.07.03 17:25:45.584997 [ 3 ] {1a86d7f8-acb3-4aa3-826a-225d2b1b3b52} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002537 sec., 6306.66141111549 rows/sec., 11.30 MiB/sec. | ||
5390 | 2024.07.03 17:25:45.585342 [ 3 ] {1a86d7f8-acb3-4aa3-826a-225d2b1b3b52} <Debug> DynamicQueryHandler: Done processing query | ||
5391 | 2024.07.03 17:25:45.585369 [ 3 ] {1a86d7f8-acb3-4aa3-826a-225d2b1b3b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5392 | 2024.07.03 17:25:45.585386 [ 3 ] {} <Debug> HTTP-Session: 00c40fb3-4e28-40d8-bdc7-129d80fa4590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5393 | 2024.07.03 17:25:45.585566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5394 | 2024.07.03 17:25:45.585615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5395 | 2024.07.03 17:25:45.585635 [ 3 ] {} <Debug> HTTP-Session: 7fbf55d1-d293-4dee-8f9e-9ae3c8296718 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5396 | 2024.07.03 17:25:45.585652 [ 3 ] {} <Debug> HTTP-Session: 7fbf55d1-d293-4dee-8f9e-9ae3c8296718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5397 | 2024.07.03 17:25:45.585666 [ 3 ] {} <Debug> HTTP-Session: 7fbf55d1-d293-4dee-8f9e-9ae3c8296718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5398 | 2024.07.03 17:25:45.585698 [ 3 ] {} <Trace> HTTP-Session: 7fbf55d1-d293-4dee-8f9e-9ae3c8296718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5399 | 2024.07.03 17:25:45.585825 [ 3 ] {ae4fd89f-3b04-41ea-bf0a-ecc8479c2574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5400 | 2024.07.03 17:25:45.585871 [ 3 ] {ae4fd89f-3b04-41ea-bf0a-ecc8479c2574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5401 | 2024.07.03 17:25:45.586000 [ 3 ] {ae4fd89f-3b04-41ea-bf0a-ecc8479c2574} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5402 | 2024.07.03 17:25:45.586266 [ 3 ] {ae4fd89f-3b04-41ea-bf0a-ecc8479c2574} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5403 | 2024.07.03 17:25:45.586303 [ 3 ] {ae4fd89f-3b04-41ea-bf0a-ecc8479c2574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5404 | 2024.07.03 17:25:45.586666 [ 3 ] {ae4fd89f-3b04-41ea-bf0a-ecc8479c2574} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5405 | 2024.07.03 17:25:45.586998 [ 3 ] {ae4fd89f-3b04-41ea-bf0a-ecc8479c2574} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5406 | 2024.07.03 17:25:45.587163 [ 3 ] {ae4fd89f-3b04-41ea-bf0a-ecc8479c2574} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
5407 | 2024.07.03 17:25:45.587463 [ 3 ] {ae4fd89f-3b04-41ea-bf0a-ecc8479c2574} <Debug> DynamicQueryHandler: Done processing query | ||
5408 | 2024.07.03 17:25:45.587490 [ 3 ] {ae4fd89f-3b04-41ea-bf0a-ecc8479c2574} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5409 | 2024.07.03 17:25:45.587507 [ 3 ] {} <Debug> HTTP-Session: 7fbf55d1-d293-4dee-8f9e-9ae3c8296718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5410 | 2024.07.03 17:25:48.469072 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5411 | 2024.07.03 17:25:48.469128 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5412 | 2024.07.03 17:25:50.563019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5413 | 2024.07.03 17:25:50.563152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5414 | 2024.07.03 17:25:50.563178 [ 3 ] {} <Debug> HTTP-Session: 345c461d-07df-474e-bb93-944ff1ebb1d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5415 | 2024.07.03 17:25:50.563203 [ 3 ] {} <Debug> HTTP-Session: 345c461d-07df-474e-bb93-944ff1ebb1d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5416 | 2024.07.03 17:25:50.563218 [ 3 ] {} <Debug> HTTP-Session: 345c461d-07df-474e-bb93-944ff1ebb1d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5417 | 2024.07.03 17:25:50.563268 [ 3 ] {} <Trace> HTTP-Session: 345c461d-07df-474e-bb93-944ff1ebb1d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5418 | 2024.07.03 17:25:50.563452 [ 3 ] {4372c58c-5f04-46da-baef-4c1ff0c9905d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5419 | 2024.07.03 17:25:50.563519 [ 3 ] {4372c58c-5f04-46da-baef-4c1ff0c9905d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5420 | 2024.07.03 17:25:50.563712 [ 3 ] {4372c58c-5f04-46da-baef-4c1ff0c9905d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5421 | 2024.07.03 17:25:50.564100 [ 3 ] {4372c58c-5f04-46da-baef-4c1ff0c9905d} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5422 | 2024.07.03 17:25:50.564148 [ 3 ] {4372c58c-5f04-46da-baef-4c1ff0c9905d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5423 | 2024.07.03 17:25:50.564536 [ 3 ] {4372c58c-5f04-46da-baef-4c1ff0c9905d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5424 | 2024.07.03 17:25:50.564894 [ 3 ] {4372c58c-5f04-46da-baef-4c1ff0c9905d} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5425 | 2024.07.03 17:25:50.565081 [ 3 ] {4372c58c-5f04-46da-baef-4c1ff0c9905d} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001677 sec., 8348.24090638044 rows/sec., 676.66 KiB/sec. | ||
5426 | 2024.07.03 17:25:50.565084 [ 139 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
5427 | 2024.07.03 17:25:50.565181 [ 139 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5428 | 2024.07.03 17:25:50.565238 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5429 | 2024.07.03 17:25:50.565391 [ 3 ] {4372c58c-5f04-46da-baef-4c1ff0c9905d} <Debug> DynamicQueryHandler: Done processing query | ||
5430 | 2024.07.03 17:25:50.565447 [ 3 ] {4372c58c-5f04-46da-baef-4c1ff0c9905d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5431 | 2024.07.03 17:25:50.565477 [ 3 ] {} <Debug> HTTP-Session: 345c461d-07df-474e-bb93-944ff1ebb1d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5432 | 2024.07.03 17:25:50.565506 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
5433 | 2024.07.03 17:25:50.565702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5434 | 2024.07.03 17:25:50.565831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5435 | 2024.07.03 17:25:50.565894 [ 3 ] {} <Debug> HTTP-Session: 49e5cc21-283c-4d19-b26d-e3d5e1fcf8c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5436 | 2024.07.03 17:25:50.565911 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5437 | 2024.07.03 17:25:50.565934 [ 3 ] {} <Debug> HTTP-Session: 49e5cc21-283c-4d19-b26d-e3d5e1fcf8c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5438 | 2024.07.03 17:25:50.565976 [ 3 ] {} <Debug> HTTP-Session: 49e5cc21-283c-4d19-b26d-e3d5e1fcf8c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5439 | 2024.07.03 17:25:50.565981 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 30 rows starting from the beginning of the part | ||
5440 | 2024.07.03 17:25:50.566047 [ 3 ] {} <Trace> HTTP-Session: 49e5cc21-283c-4d19-b26d-e3d5e1fcf8c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5441 | 2024.07.03 17:25:50.566193 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
5442 | 2024.07.03 17:25:50.566473 [ 3 ] {1cb80812-d4e6-4306-8710-4b19c39ae6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5443 | 2024.07.03 17:25:50.566512 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part | ||
5444 | 2024.07.03 17:25:50.566623 [ 3 ] {1cb80812-d4e6-4306-8710-4b19c39ae6ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5445 | 2024.07.03 17:25:50.566810 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
5446 | 2024.07.03 17:25:50.567195 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
5447 | 2024.07.03 17:25:50.567617 [ 196 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
5448 | 2024.07.03 17:25:50.568327 [ 3 ] {1cb80812-d4e6-4306-8710-4b19c39ae6ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5449 | 2024.07.03 17:25:50.569455 [ 3 ] {1cb80812-d4e6-4306-8710-4b19c39ae6ea} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5450 | 2024.07.03 17:25:50.569532 [ 3 ] {1cb80812-d4e6-4306-8710-4b19c39ae6ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5451 | 2024.07.03 17:25:50.571006 [ 3 ] {1cb80812-d4e6-4306-8710-4b19c39ae6ea} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5452 | 2024.07.03 17:25:50.571475 [ 188 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.006138051 sec., 16943.489065177204 rows/sec., 1.34 MiB/sec. | ||
5453 | 2024.07.03 17:25:50.571710 [ 188 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
5454 | 2024.07.03 17:25:50.571869 [ 3 ] {1cb80812-d4e6-4306-8710-4b19c39ae6ea} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5455 | 2024.07.03 17:25:50.572255 [ 3 ] {1cb80812-d4e6-4306-8710-4b19c39ae6ea} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005995 sec., 667.2226855713094 rows/sec., 54.41 KiB/sec. | ||
5456 | 2024.07.03 17:25:50.572643 [ 3 ] {1cb80812-d4e6-4306-8710-4b19c39ae6ea} <Debug> DynamicQueryHandler: Done processing query | ||
5457 | 2024.07.03 17:25:50.572680 [ 3 ] {1cb80812-d4e6-4306-8710-4b19c39ae6ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5458 | 2024.07.03 17:25:50.572719 [ 3 ] {} <Debug> HTTP-Session: 49e5cc21-283c-4d19-b26d-e3d5e1fcf8c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5459 | 2024.07.03 17:25:50.572719 [ 188 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5460 | 2024.07.03 17:25:50.572835 [ 188 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_30_6} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
5461 | 2024.07.03 17:25:50.572937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 19308, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5462 | 2024.07.03 17:25:50.572969 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5463 | 2024.07.03 17:25:50.573017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5464 | 2024.07.03 17:25:50.573042 [ 3 ] {} <Debug> HTTP-Session: 2c81fe1d-ef00-49e2-b58a-feeb8c847f64 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5465 | 2024.07.03 17:25:50.573059 [ 3 ] {} <Debug> HTTP-Session: 2c81fe1d-ef00-49e2-b58a-feeb8c847f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5466 | 2024.07.03 17:25:50.573073 [ 3 ] {} <Debug> HTTP-Session: 2c81fe1d-ef00-49e2-b58a-feeb8c847f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5467 | 2024.07.03 17:25:50.573108 [ 3 ] {} <Trace> HTTP-Session: 2c81fe1d-ef00-49e2-b58a-feeb8c847f64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5468 | 2024.07.03 17:25:50.573257 [ 3 ] {aa0c0c5d-fe9b-499a-96c9-6100f6231545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5469 | 2024.07.03 17:25:50.573302 [ 3 ] {aa0c0c5d-fe9b-499a-96c9-6100f6231545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5470 | 2024.07.03 17:25:50.573447 [ 3 ] {aa0c0c5d-fe9b-499a-96c9-6100f6231545} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5471 | 2024.07.03 17:25:50.573900 [ 3 ] {aa0c0c5d-fe9b-499a-96c9-6100f6231545} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5472 | 2024.07.03 17:25:50.573937 [ 3 ] {aa0c0c5d-fe9b-499a-96c9-6100f6231545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5473 | 2024.07.03 17:25:50.574258 [ 3 ] {aa0c0c5d-fe9b-499a-96c9-6100f6231545} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5474 | 2024.07.03 17:25:50.574561 [ 3 ] {aa0c0c5d-fe9b-499a-96c9-6100f6231545} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5475 | 2024.07.03 17:25:50.574715 [ 3 ] {aa0c0c5d-fe9b-499a-96c9-6100f6231545} <Debug> executeQuery: Read 136 rows, 11.04 KiB in 0.00152 sec., 89473.6842105263 rows/sec., 7.09 MiB/sec. | ||
5476 | 2024.07.03 17:25:50.574879 [ 3 ] {aa0c0c5d-fe9b-499a-96c9-6100f6231545} <Debug> DynamicQueryHandler: Done processing query | ||
5477 | 2024.07.03 17:25:50.574902 [ 3 ] {aa0c0c5d-fe9b-499a-96c9-6100f6231545} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5478 | 2024.07.03 17:25:50.574919 [ 3 ] {} <Debug> HTTP-Session: 2c81fe1d-ef00-49e2-b58a-feeb8c847f64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5479 | 2024.07.03 17:25:50.575047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5480 | 2024.07.03 17:25:50.575094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5481 | 2024.07.03 17:25:50.575112 [ 3 ] {} <Debug> HTTP-Session: 5373ab77-b58e-45b0-9930-363194692bba Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5482 | 2024.07.03 17:25:50.575129 [ 3 ] {} <Debug> HTTP-Session: 5373ab77-b58e-45b0-9930-363194692bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5483 | 2024.07.03 17:25:50.575142 [ 3 ] {} <Debug> HTTP-Session: 5373ab77-b58e-45b0-9930-363194692bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5484 | 2024.07.03 17:25:50.575173 [ 3 ] {} <Trace> HTTP-Session: 5373ab77-b58e-45b0-9930-363194692bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5485 | 2024.07.03 17:25:50.575265 [ 3 ] {0f4cde4f-73c6-4cc5-89af-e29c50c3aa8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5486 | 2024.07.03 17:25:50.575307 [ 3 ] {0f4cde4f-73c6-4cc5-89af-e29c50c3aa8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5487 | 2024.07.03 17:25:50.575432 [ 3 ] {0f4cde4f-73c6-4cc5-89af-e29c50c3aa8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5488 | 2024.07.03 17:25:50.575703 [ 3 ] {0f4cde4f-73c6-4cc5-89af-e29c50c3aa8a} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5489 | 2024.07.03 17:25:50.575739 [ 3 ] {0f4cde4f-73c6-4cc5-89af-e29c50c3aa8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5490 | 2024.07.03 17:25:50.576028 [ 3 ] {0f4cde4f-73c6-4cc5-89af-e29c50c3aa8a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5491 | 2024.07.03 17:25:50.576330 [ 3 ] {0f4cde4f-73c6-4cc5-89af-e29c50c3aa8a} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5492 | 2024.07.03 17:25:50.576487 [ 3 ] {0f4cde4f-73c6-4cc5-89af-e29c50c3aa8a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001239 sec., 3228.410008071025 rows/sec., 225.42 KiB/sec. | ||
5493 | 2024.07.03 17:25:50.576755 [ 3 ] {0f4cde4f-73c6-4cc5-89af-e29c50c3aa8a} <Debug> DynamicQueryHandler: Done processing query | ||
5494 | 2024.07.03 17:25:50.576779 [ 3 ] {0f4cde4f-73c6-4cc5-89af-e29c50c3aa8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5495 | 2024.07.03 17:25:50.576795 [ 3 ] {} <Debug> HTTP-Session: 5373ab77-b58e-45b0-9930-363194692bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5496 | 2024.07.03 17:25:50.576995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5497 | 2024.07.03 17:25:50.577042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5498 | 2024.07.03 17:25:50.577061 [ 3 ] {} <Debug> HTTP-Session: a5f84ff2-4c3b-4519-8f04-184dfd970f18 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5499 | 2024.07.03 17:25:50.577078 [ 3 ] {} <Debug> HTTP-Session: a5f84ff2-4c3b-4519-8f04-184dfd970f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5500 | 2024.07.03 17:25:50.577091 [ 3 ] {} <Debug> HTTP-Session: a5f84ff2-4c3b-4519-8f04-184dfd970f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5501 | 2024.07.03 17:25:50.577122 [ 3 ] {} <Trace> HTTP-Session: a5f84ff2-4c3b-4519-8f04-184dfd970f18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5502 | 2024.07.03 17:25:50.577242 [ 3 ] {60029895-1b77-4a5a-a1d6-2975d6f7ffc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5503 | 2024.07.03 17:25:50.577285 [ 3 ] {60029895-1b77-4a5a-a1d6-2975d6f7ffc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5504 | 2024.07.03 17:25:50.577431 [ 3 ] {60029895-1b77-4a5a-a1d6-2975d6f7ffc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5505 | 2024.07.03 17:25:50.577777 [ 3 ] {60029895-1b77-4a5a-a1d6-2975d6f7ffc9} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5506 | 2024.07.03 17:25:50.577814 [ 3 ] {60029895-1b77-4a5a-a1d6-2975d6f7ffc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5507 | 2024.07.03 17:25:50.578122 [ 3 ] {60029895-1b77-4a5a-a1d6-2975d6f7ffc9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5508 | 2024.07.03 17:25:50.578433 [ 3 ] {60029895-1b77-4a5a-a1d6-2975d6f7ffc9} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5509 | 2024.07.03 17:25:50.578584 [ 3 ] {60029895-1b77-4a5a-a1d6-2975d6f7ffc9} <Debug> executeQuery: Read 106 rows, 8.46 KiB in 0.001389 sec., 76313.89488840892 rows/sec., 5.95 MiB/sec. | ||
5510 | 2024.07.03 17:25:50.578745 [ 3 ] {60029895-1b77-4a5a-a1d6-2975d6f7ffc9} <Debug> DynamicQueryHandler: Done processing query | ||
5511 | 2024.07.03 17:25:50.578769 [ 3 ] {60029895-1b77-4a5a-a1d6-2975d6f7ffc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5512 | 2024.07.03 17:25:50.578784 [ 3 ] {} <Debug> HTTP-Session: a5f84ff2-4c3b-4519-8f04-184dfd970f18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5513 | 2024.07.03 17:25:50.579028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 37978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5514 | 2024.07.03 17:25:50.579076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5515 | 2024.07.03 17:25:50.579094 [ 3 ] {} <Debug> HTTP-Session: c7246680-5afa-415a-89a3-ffc4d0445dfe Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5516 | 2024.07.03 17:25:50.579110 [ 3 ] {} <Debug> HTTP-Session: c7246680-5afa-415a-89a3-ffc4d0445dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5517 | 2024.07.03 17:25:50.579123 [ 3 ] {} <Debug> HTTP-Session: c7246680-5afa-415a-89a3-ffc4d0445dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5518 | 2024.07.03 17:25:50.579154 [ 3 ] {} <Trace> HTTP-Session: c7246680-5afa-415a-89a3-ffc4d0445dfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5519 | 2024.07.03 17:25:50.579354 [ 3 ] {ea4e6eea-a6a0-470f-9530-00a35ffbb542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5520 | 2024.07.03 17:25:50.579401 [ 3 ] {ea4e6eea-a6a0-470f-9530-00a35ffbb542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5521 | 2024.07.03 17:25:50.579548 [ 3 ] {ea4e6eea-a6a0-470f-9530-00a35ffbb542} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5522 | 2024.07.03 17:25:50.579920 [ 3 ] {ea4e6eea-a6a0-470f-9530-00a35ffbb542} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5523 | 2024.07.03 17:25:50.579955 [ 3 ] {ea4e6eea-a6a0-470f-9530-00a35ffbb542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5524 | 2024.07.03 17:25:50.580338 [ 3 ] {ea4e6eea-a6a0-470f-9530-00a35ffbb542} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5525 | 2024.07.03 17:25:50.580675 [ 3 ] {ea4e6eea-a6a0-470f-9530-00a35ffbb542} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5526 | 2024.07.03 17:25:50.580836 [ 3 ] {ea4e6eea-a6a0-470f-9530-00a35ffbb542} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001597 sec., 123982.467125861 rows/sec., 8.65 MiB/sec. | ||
5527 | 2024.07.03 17:25:50.580993 [ 3 ] {ea4e6eea-a6a0-470f-9530-00a35ffbb542} <Debug> DynamicQueryHandler: Done processing query | ||
5528 | 2024.07.03 17:25:50.581017 [ 3 ] {ea4e6eea-a6a0-470f-9530-00a35ffbb542} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5529 | 2024.07.03 17:25:50.581032 [ 3 ] {} <Debug> HTTP-Session: c7246680-5afa-415a-89a3-ffc4d0445dfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5530 | 2024.07.03 17:25:50.581209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5531 | 2024.07.03 17:25:50.581255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5532 | 2024.07.03 17:25:50.581273 [ 3 ] {} <Debug> HTTP-Session: 4fe18e66-6371-4f53-bcff-df976635ebdd Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5533 | 2024.07.03 17:25:50.581289 [ 3 ] {} <Debug> HTTP-Session: 4fe18e66-6371-4f53-bcff-df976635ebdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5534 | 2024.07.03 17:25:50.581303 [ 3 ] {} <Debug> HTTP-Session: 4fe18e66-6371-4f53-bcff-df976635ebdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5535 | 2024.07.03 17:25:50.581334 [ 3 ] {} <Trace> HTTP-Session: 4fe18e66-6371-4f53-bcff-df976635ebdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5536 | 2024.07.03 17:25:50.581537 [ 3 ] {6aad3de5-5265-4154-8ca3-0cbf10fb6ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5537 | 2024.07.03 17:25:50.581600 [ 3 ] {6aad3de5-5265-4154-8ca3-0cbf10fb6ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5538 | 2024.07.03 17:25:50.582007 [ 3 ] {6aad3de5-5265-4154-8ca3-0cbf10fb6ed7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5539 | 2024.07.03 17:25:50.582598 [ 3 ] {6aad3de5-5265-4154-8ca3-0cbf10fb6ed7} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5540 | 2024.07.03 17:25:50.582634 [ 3 ] {6aad3de5-5265-4154-8ca3-0cbf10fb6ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5541 | 2024.07.03 17:25:50.583212 [ 3 ] {6aad3de5-5265-4154-8ca3-0cbf10fb6ed7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5542 | 2024.07.03 17:25:50.583624 [ 3 ] {6aad3de5-5265-4154-8ca3-0cbf10fb6ed7} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5543 | 2024.07.03 17:25:50.583812 [ 3 ] {6aad3de5-5265-4154-8ca3-0cbf10fb6ed7} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002395 sec., 5845.5114822546975 rows/sec., 10.47 MiB/sec. | ||
5544 | 2024.07.03 17:25:50.584313 [ 3 ] {6aad3de5-5265-4154-8ca3-0cbf10fb6ed7} <Debug> DynamicQueryHandler: Done processing query | ||
5545 | 2024.07.03 17:25:50.584338 [ 3 ] {6aad3de5-5265-4154-8ca3-0cbf10fb6ed7} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5546 | 2024.07.03 17:25:50.584355 [ 3 ] {} <Debug> HTTP-Session: 4fe18e66-6371-4f53-bcff-df976635ebdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5547 | 2024.07.03 17:25:50.584476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5548 | 2024.07.03 17:25:50.584524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5549 | 2024.07.03 17:25:50.584542 [ 3 ] {} <Debug> HTTP-Session: e97f9868-7c93-4f4c-ba15-ce28601b3c20 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5550 | 2024.07.03 17:25:50.584558 [ 3 ] {} <Debug> HTTP-Session: e97f9868-7c93-4f4c-ba15-ce28601b3c20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5551 | 2024.07.03 17:25:50.584572 [ 3 ] {} <Debug> HTTP-Session: e97f9868-7c93-4f4c-ba15-ce28601b3c20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5552 | 2024.07.03 17:25:50.584602 [ 3 ] {} <Trace> HTTP-Session: e97f9868-7c93-4f4c-ba15-ce28601b3c20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5553 | 2024.07.03 17:25:50.584718 [ 3 ] {0c547cfd-2f2a-496e-94b1-a59733c69eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5554 | 2024.07.03 17:25:50.584763 [ 3 ] {0c547cfd-2f2a-496e-94b1-a59733c69eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5555 | 2024.07.03 17:25:50.584907 [ 3 ] {0c547cfd-2f2a-496e-94b1-a59733c69eeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5556 | 2024.07.03 17:25:50.585214 [ 3 ] {0c547cfd-2f2a-496e-94b1-a59733c69eeb} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5557 | 2024.07.03 17:25:50.585251 [ 3 ] {0c547cfd-2f2a-496e-94b1-a59733c69eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5558 | 2024.07.03 17:25:50.585605 [ 3 ] {0c547cfd-2f2a-496e-94b1-a59733c69eeb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5559 | 2024.07.03 17:25:50.585933 [ 3 ] {0c547cfd-2f2a-496e-94b1-a59733c69eeb} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5560 | 2024.07.03 17:25:50.586059 [ 3 ] {0c547cfd-2f2a-496e-94b1-a59733c69eeb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
5561 | 2024.07.03 17:25:50.586210 [ 3 ] {0c547cfd-2f2a-496e-94b1-a59733c69eeb} <Debug> DynamicQueryHandler: Done processing query | ||
5562 | 2024.07.03 17:25:50.586234 [ 3 ] {0c547cfd-2f2a-496e-94b1-a59733c69eeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5563 | 2024.07.03 17:25:50.586250 [ 3 ] {} <Debug> HTTP-Session: e97f9868-7c93-4f4c-ba15-ce28601b3c20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5564 | 2024.07.03 17:25:55.560859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5565 | 2024.07.03 17:25:55.561004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5566 | 2024.07.03 17:25:55.561034 [ 3 ] {} <Debug> HTTP-Session: 768815f2-dc71-473f-9685-c4bc8df3c7e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5567 | 2024.07.03 17:25:55.561064 [ 3 ] {} <Debug> HTTP-Session: 768815f2-dc71-473f-9685-c4bc8df3c7e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5568 | 2024.07.03 17:25:55.561082 [ 3 ] {} <Debug> HTTP-Session: 768815f2-dc71-473f-9685-c4bc8df3c7e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5569 | 2024.07.03 17:25:55.561142 [ 3 ] {} <Trace> HTTP-Session: 768815f2-dc71-473f-9685-c4bc8df3c7e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5570 | 2024.07.03 17:25:55.561359 [ 3 ] {116ff590-cdfb-48a2-9492-13f094b116c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5571 | 2024.07.03 17:25:55.561438 [ 3 ] {116ff590-cdfb-48a2-9492-13f094b116c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5572 | 2024.07.03 17:25:55.561658 [ 3 ] {116ff590-cdfb-48a2-9492-13f094b116c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5573 | 2024.07.03 17:25:55.562103 [ 3 ] {116ff590-cdfb-48a2-9492-13f094b116c9} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5574 | 2024.07.03 17:25:55.562151 [ 3 ] {116ff590-cdfb-48a2-9492-13f094b116c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5575 | 2024.07.03 17:25:55.562535 [ 3 ] {116ff590-cdfb-48a2-9492-13f094b116c9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5576 | 2024.07.03 17:25:55.562878 [ 3 ] {116ff590-cdfb-48a2-9492-13f094b116c9} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5577 | 2024.07.03 17:25:55.563054 [ 3 ] {116ff590-cdfb-48a2-9492-13f094b116c9} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001755 sec., 9116.809116809116 rows/sec., 738.96 KiB/sec. | ||
5578 | 2024.07.03 17:25:55.563269 [ 3 ] {116ff590-cdfb-48a2-9492-13f094b116c9} <Debug> DynamicQueryHandler: Done processing query | ||
5579 | 2024.07.03 17:25:55.563297 [ 3 ] {116ff590-cdfb-48a2-9492-13f094b116c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5580 | 2024.07.03 17:25:55.563313 [ 3 ] {} <Debug> HTTP-Session: 768815f2-dc71-473f-9685-c4bc8df3c7e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5581 | 2024.07.03 17:25:55.563501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5582 | 2024.07.03 17:25:55.563554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5583 | 2024.07.03 17:25:55.563573 [ 3 ] {} <Debug> HTTP-Session: a666ab5a-13aa-47f2-84b3-335d53e56846 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5584 | 2024.07.03 17:25:55.563591 [ 3 ] {} <Debug> HTTP-Session: a666ab5a-13aa-47f2-84b3-335d53e56846 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5585 | 2024.07.03 17:25:55.563605 [ 3 ] {} <Debug> HTTP-Session: a666ab5a-13aa-47f2-84b3-335d53e56846 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5586 | 2024.07.03 17:25:55.563640 [ 3 ] {} <Trace> HTTP-Session: a666ab5a-13aa-47f2-84b3-335d53e56846 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5587 | 2024.07.03 17:25:55.563774 [ 3 ] {2f61939a-bd37-458e-b637-654be2e08233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5588 | 2024.07.03 17:25:55.563822 [ 3 ] {2f61939a-bd37-458e-b637-654be2e08233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5589 | 2024.07.03 17:25:55.563951 [ 3 ] {2f61939a-bd37-458e-b637-654be2e08233} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5590 | 2024.07.03 17:25:55.564302 [ 3 ] {2f61939a-bd37-458e-b637-654be2e08233} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5591 | 2024.07.03 17:25:55.564340 [ 3 ] {2f61939a-bd37-458e-b637-654be2e08233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5592 | 2024.07.03 17:25:55.564665 [ 3 ] {2f61939a-bd37-458e-b637-654be2e08233} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5593 | 2024.07.03 17:25:55.564987 [ 3 ] {2f61939a-bd37-458e-b637-654be2e08233} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5594 | 2024.07.03 17:25:55.565145 [ 3 ] {2f61939a-bd37-458e-b637-654be2e08233} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001417 sec., 73394.49541284403 rows/sec., 6.04 MiB/sec. | ||
5595 | 2024.07.03 17:25:55.565412 [ 3 ] {2f61939a-bd37-458e-b637-654be2e08233} <Debug> DynamicQueryHandler: Done processing query | ||
5596 | 2024.07.03 17:25:55.565469 [ 3 ] {2f61939a-bd37-458e-b637-654be2e08233} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5597 | 2024.07.03 17:25:55.565500 [ 3 ] {} <Debug> HTTP-Session: a666ab5a-13aa-47f2-84b3-335d53e56846 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5598 | 2024.07.03 17:25:55.565647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5599 | 2024.07.03 17:25:55.565694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5600 | 2024.07.03 17:25:55.565713 [ 3 ] {} <Debug> HTTP-Session: 9a744764-f71b-4324-bc68-b127acb188fd Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5601 | 2024.07.03 17:25:55.565730 [ 3 ] {} <Debug> HTTP-Session: 9a744764-f71b-4324-bc68-b127acb188fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5602 | 2024.07.03 17:25:55.565744 [ 3 ] {} <Debug> HTTP-Session: 9a744764-f71b-4324-bc68-b127acb188fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5603 | 2024.07.03 17:25:55.565776 [ 3 ] {} <Trace> HTTP-Session: 9a744764-f71b-4324-bc68-b127acb188fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5604 | 2024.07.03 17:25:55.565900 [ 3 ] {51b9e16e-c31a-4623-a71c-31d3b422ee4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5605 | 2024.07.03 17:25:55.565946 [ 3 ] {51b9e16e-c31a-4623-a71c-31d3b422ee4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5606 | 2024.07.03 17:25:55.566091 [ 3 ] {51b9e16e-c31a-4623-a71c-31d3b422ee4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5607 | 2024.07.03 17:25:55.566457 [ 3 ] {51b9e16e-c31a-4623-a71c-31d3b422ee4d} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5608 | 2024.07.03 17:25:55.566495 [ 3 ] {51b9e16e-c31a-4623-a71c-31d3b422ee4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5609 | 2024.07.03 17:25:55.566825 [ 3 ] {51b9e16e-c31a-4623-a71c-31d3b422ee4d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5610 | 2024.07.03 17:25:55.567136 [ 3 ] {51b9e16e-c31a-4623-a71c-31d3b422ee4d} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5611 | 2024.07.03 17:25:55.567292 [ 3 ] {51b9e16e-c31a-4623-a71c-31d3b422ee4d} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001427 sec., 56061.66783461808 rows/sec., 4.38 MiB/sec. | ||
5612 | 2024.07.03 17:25:55.567460 [ 3 ] {51b9e16e-c31a-4623-a71c-31d3b422ee4d} <Debug> DynamicQueryHandler: Done processing query | ||
5613 | 2024.07.03 17:25:55.567485 [ 3 ] {51b9e16e-c31a-4623-a71c-31d3b422ee4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5614 | 2024.07.03 17:25:55.567502 [ 3 ] {} <Debug> HTTP-Session: 9a744764-f71b-4324-bc68-b127acb188fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5615 | 2024.07.03 17:25:55.567665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5616 | 2024.07.03 17:25:55.567712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5617 | 2024.07.03 17:25:55.567733 [ 3 ] {} <Debug> HTTP-Session: c8df7c92-cd89-4676-951c-1b37cae6fcae Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5618 | 2024.07.03 17:25:55.567749 [ 3 ] {} <Debug> HTTP-Session: c8df7c92-cd89-4676-951c-1b37cae6fcae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5619 | 2024.07.03 17:25:55.567763 [ 3 ] {} <Debug> HTTP-Session: c8df7c92-cd89-4676-951c-1b37cae6fcae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5620 | 2024.07.03 17:25:55.567794 [ 3 ] {} <Trace> HTTP-Session: c8df7c92-cd89-4676-951c-1b37cae6fcae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5621 | 2024.07.03 17:25:55.567976 [ 3 ] {bc74f645-43d8-44e8-8939-5affb40db5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5622 | 2024.07.03 17:25:55.568025 [ 3 ] {bc74f645-43d8-44e8-8939-5affb40db5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5623 | 2024.07.03 17:25:55.568173 [ 3 ] {bc74f645-43d8-44e8-8939-5affb40db5d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5624 | 2024.07.03 17:25:55.568525 [ 3 ] {bc74f645-43d8-44e8-8939-5affb40db5d8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5625 | 2024.07.03 17:25:55.568563 [ 3 ] {bc74f645-43d8-44e8-8939-5affb40db5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5626 | 2024.07.03 17:25:55.568953 [ 3 ] {bc74f645-43d8-44e8-8939-5affb40db5d8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5627 | 2024.07.03 17:25:55.569298 [ 3 ] {bc74f645-43d8-44e8-8939-5affb40db5d8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5628 | 2024.07.03 17:25:55.569460 [ 3 ] {bc74f645-43d8-44e8-8939-5affb40db5d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00158 sec., 101265.82278481012 rows/sec., 7.05 MiB/sec. | ||
5629 | 2024.07.03 17:25:55.569621 [ 3 ] {bc74f645-43d8-44e8-8939-5affb40db5d8} <Debug> DynamicQueryHandler: Done processing query | ||
5630 | 2024.07.03 17:25:55.569645 [ 3 ] {bc74f645-43d8-44e8-8939-5affb40db5d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5631 | 2024.07.03 17:25:55.569661 [ 3 ] {} <Debug> HTTP-Session: c8df7c92-cd89-4676-951c-1b37cae6fcae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5632 | 2024.07.03 17:25:55.569828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5633 | 2024.07.03 17:25:55.569875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5634 | 2024.07.03 17:25:55.569895 [ 3 ] {} <Debug> HTTP-Session: fac5ebf8-f2ad-4f1a-9459-23b2ac14da6e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5635 | 2024.07.03 17:25:55.569912 [ 3 ] {} <Debug> HTTP-Session: fac5ebf8-f2ad-4f1a-9459-23b2ac14da6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5636 | 2024.07.03 17:25:55.569926 [ 3 ] {} <Debug> HTTP-Session: fac5ebf8-f2ad-4f1a-9459-23b2ac14da6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5637 | 2024.07.03 17:25:55.569958 [ 3 ] {} <Trace> HTTP-Session: fac5ebf8-f2ad-4f1a-9459-23b2ac14da6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5638 | 2024.07.03 17:25:55.570298 [ 3 ] {61e67694-3a34-47da-9806-2ff75c8eb183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5639 | 2024.07.03 17:25:55.570365 [ 3 ] {61e67694-3a34-47da-9806-2ff75c8eb183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5640 | 2024.07.03 17:25:55.570773 [ 3 ] {61e67694-3a34-47da-9806-2ff75c8eb183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5641 | 2024.07.03 17:25:55.571421 [ 3 ] {61e67694-3a34-47da-9806-2ff75c8eb183} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5642 | 2024.07.03 17:25:55.571470 [ 3 ] {61e67694-3a34-47da-9806-2ff75c8eb183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5643 | 2024.07.03 17:25:55.572157 [ 3 ] {61e67694-3a34-47da-9806-2ff75c8eb183} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5644 | 2024.07.03 17:25:55.572573 [ 3 ] {61e67694-3a34-47da-9806-2ff75c8eb183} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5645 | 2024.07.03 17:25:55.572756 [ 136 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5646 | 2024.07.03 17:25:55.572783 [ 3 ] {61e67694-3a34-47da-9806-2ff75c8eb183} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002746 sec., 5826.656955571741 rows/sec., 10.44 MiB/sec. | ||
5647 | 2024.07.03 17:25:55.572857 [ 136 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5648 | 2024.07.03 17:25:55.572936 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
5649 | 2024.07.03 17:25:55.573343 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
5650 | 2024.07.03 17:25:55.573359 [ 3 ] {61e67694-3a34-47da-9806-2ff75c8eb183} <Debug> DynamicQueryHandler: Done processing query | ||
5651 | 2024.07.03 17:25:55.573460 [ 3 ] {61e67694-3a34-47da-9806-2ff75c8eb183} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5652 | 2024.07.03 17:25:55.573493 [ 3 ] {} <Debug> HTTP-Session: fac5ebf8-f2ad-4f1a-9459-23b2ac14da6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5653 | 2024.07.03 17:25:55.573716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5654 | 2024.07.03 17:25:55.573837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5655 | 2024.07.03 17:25:55.573926 [ 3 ] {} <Debug> HTTP-Session: 7a462083-95a0-4c24-ac78-a6708ad414aa Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5656 | 2024.07.03 17:25:55.573978 [ 3 ] {} <Debug> HTTP-Session: 7a462083-95a0-4c24-ac78-a6708ad414aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5657 | 2024.07.03 17:25:55.574025 [ 3 ] {} <Debug> HTTP-Session: 7a462083-95a0-4c24-ac78-a6708ad414aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5658 | 2024.07.03 17:25:55.574122 [ 3 ] {} <Trace> HTTP-Session: 7a462083-95a0-4c24-ac78-a6708ad414aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5659 | 2024.07.03 17:25:55.574427 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5660 | 2024.07.03 17:25:55.574429 [ 3 ] {136cd633-b95e-456b-a13b-35feb514dd47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5661 | 2024.07.03 17:25:55.574558 [ 3 ] {136cd633-b95e-456b-a13b-35feb514dd47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5662 | 2024.07.03 17:25:55.574588 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 384 rows starting from the beginning of the part | ||
5663 | 2024.07.03 17:25:55.575346 [ 3 ] {136cd633-b95e-456b-a13b-35feb514dd47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5664 | 2024.07.03 17:25:55.575519 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part | ||
5665 | 2024.07.03 17:25:55.576112 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
5666 | 2024.07.03 17:25:55.576356 [ 3 ] {136cd633-b95e-456b-a13b-35feb514dd47} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5667 | 2024.07.03 17:25:55.576454 [ 3 ] {136cd633-b95e-456b-a13b-35feb514dd47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5668 | 2024.07.03 17:25:55.576845 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
5669 | 2024.07.03 17:25:55.577558 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
5670 | 2024.07.03 17:25:55.577699 [ 3 ] {136cd633-b95e-456b-a13b-35feb514dd47} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5671 | 2024.07.03 17:25:55.578141 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part | ||
5672 | 2024.07.03 17:25:55.578813 [ 3 ] {136cd633-b95e-456b-a13b-35feb514dd47} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5673 | 2024.07.03 17:25:55.579164 [ 3 ] {136cd633-b95e-456b-a13b-35feb514dd47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004863 sec., 12338.062924120914 rows/sec., 851.45 KiB/sec. | ||
5674 | 2024.07.03 17:25:55.579482 [ 3 ] {136cd633-b95e-456b-a13b-35feb514dd47} <Debug> DynamicQueryHandler: Done processing query | ||
5675 | 2024.07.03 17:25:55.579523 [ 3 ] {136cd633-b95e-456b-a13b-35feb514dd47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5676 | 2024.07.03 17:25:55.579559 [ 3 ] {} <Debug> HTTP-Session: 7a462083-95a0-4c24-ac78-a6708ad414aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5677 | 2024.07.03 17:25:55.583044 [ 187 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 19 columns (19 merged, 0 gathered) in 0.009917439 sec., 46382.942209173154 rows/sec., 83.12 MiB/sec. | ||
5678 | 2024.07.03 17:25:55.583680 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5679 | 2024.07.03 17:25:55.584316 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5680 | 2024.07.03 17:25:55.584399 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5681 | 2024.07.03 17:25:55.584535 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
5682 | 2024.07.03 17:25:56.000208 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.31 MiB, peak 192.56 MiB, free memory in arenas 0.00 B, will set to 185.44 MiB (RSS), difference: 1.13 MiB | ||
5683 | 2024.07.03 17:26:00.560609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5684 | 2024.07.03 17:26:00.560746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5685 | 2024.07.03 17:26:00.560778 [ 3 ] {} <Debug> HTTP-Session: d05a9e3f-096e-4526-ab51-6321642679b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5686 | 2024.07.03 17:26:00.560807 [ 3 ] {} <Debug> HTTP-Session: d05a9e3f-096e-4526-ab51-6321642679b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5687 | 2024.07.03 17:26:00.560826 [ 3 ] {} <Debug> HTTP-Session: d05a9e3f-096e-4526-ab51-6321642679b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5688 | 2024.07.03 17:26:00.560884 [ 3 ] {} <Trace> HTTP-Session: d05a9e3f-096e-4526-ab51-6321642679b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5689 | 2024.07.03 17:26:00.561101 [ 3 ] {f9e7668d-6b9e-4a3c-bdb8-582cc2f04c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5690 | 2024.07.03 17:26:00.561177 [ 3 ] {f9e7668d-6b9e-4a3c-bdb8-582cc2f04c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5691 | 2024.07.03 17:26:00.561368 [ 3 ] {f9e7668d-6b9e-4a3c-bdb8-582cc2f04c47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5692 | 2024.07.03 17:26:00.561772 [ 3 ] {f9e7668d-6b9e-4a3c-bdb8-582cc2f04c47} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5693 | 2024.07.03 17:26:00.561814 [ 3 ] {f9e7668d-6b9e-4a3c-bdb8-582cc2f04c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5694 | 2024.07.03 17:26:00.562196 [ 3 ] {f9e7668d-6b9e-4a3c-bdb8-582cc2f04c47} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5695 | 2024.07.03 17:26:00.562531 [ 3 ] {f9e7668d-6b9e-4a3c-bdb8-582cc2f04c47} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5696 | 2024.07.03 17:26:00.562688 [ 3 ] {f9e7668d-6b9e-4a3c-bdb8-582cc2f04c47} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001659 sec., 8438.818565400843 rows/sec., 684.01 KiB/sec. | ||
5697 | 2024.07.03 17:26:00.562931 [ 3 ] {f9e7668d-6b9e-4a3c-bdb8-582cc2f04c47} <Debug> DynamicQueryHandler: Done processing query | ||
5698 | 2024.07.03 17:26:00.562957 [ 3 ] {f9e7668d-6b9e-4a3c-bdb8-582cc2f04c47} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5699 | 2024.07.03 17:26:00.562973 [ 3 ] {} <Debug> HTTP-Session: d05a9e3f-096e-4526-ab51-6321642679b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5700 | 2024.07.03 17:26:00.563216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5701 | 2024.07.03 17:26:00.563269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5702 | 2024.07.03 17:26:00.563288 [ 3 ] {} <Debug> HTTP-Session: be3f8353-9a6e-492d-9a91-c988f4fb3684 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5703 | 2024.07.03 17:26:00.563306 [ 3 ] {} <Debug> HTTP-Session: be3f8353-9a6e-492d-9a91-c988f4fb3684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5704 | 2024.07.03 17:26:00.563320 [ 3 ] {} <Debug> HTTP-Session: be3f8353-9a6e-492d-9a91-c988f4fb3684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5705 | 2024.07.03 17:26:00.563354 [ 3 ] {} <Trace> HTTP-Session: be3f8353-9a6e-492d-9a91-c988f4fb3684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5706 | 2024.07.03 17:26:00.563481 [ 3 ] {a2e5bb79-75a5-42ae-a6dc-d2a56343951f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5707 | 2024.07.03 17:26:00.563523 [ 3 ] {a2e5bb79-75a5-42ae-a6dc-d2a56343951f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5708 | 2024.07.03 17:26:00.563664 [ 3 ] {a2e5bb79-75a5-42ae-a6dc-d2a56343951f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5709 | 2024.07.03 17:26:00.564020 [ 3 ] {a2e5bb79-75a5-42ae-a6dc-d2a56343951f} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5710 | 2024.07.03 17:26:00.564065 [ 3 ] {a2e5bb79-75a5-42ae-a6dc-d2a56343951f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5711 | 2024.07.03 17:26:00.564370 [ 3 ] {a2e5bb79-75a5-42ae-a6dc-d2a56343951f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5712 | 2024.07.03 17:26:00.564660 [ 3 ] {a2e5bb79-75a5-42ae-a6dc-d2a56343951f} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5713 | 2024.07.03 17:26:00.564805 [ 3 ] {a2e5bb79-75a5-42ae-a6dc-d2a56343951f} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001365 sec., 71794.8717948718 rows/sec., 5.81 MiB/sec. | ||
5714 | 2024.07.03 17:26:00.564962 [ 3 ] {a2e5bb79-75a5-42ae-a6dc-d2a56343951f} <Debug> DynamicQueryHandler: Done processing query | ||
5715 | 2024.07.03 17:26:00.564986 [ 3 ] {a2e5bb79-75a5-42ae-a6dc-d2a56343951f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5716 | 2024.07.03 17:26:00.565001 [ 3 ] {} <Debug> HTTP-Session: be3f8353-9a6e-492d-9a91-c988f4fb3684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5717 | 2024.07.03 17:26:00.565139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5718 | 2024.07.03 17:26:00.565191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5719 | 2024.07.03 17:26:00.565209 [ 3 ] {} <Debug> HTTP-Session: 6bd1f717-fa33-4b0b-bc22-451931639243 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5720 | 2024.07.03 17:26:00.565225 [ 3 ] {} <Debug> HTTP-Session: 6bd1f717-fa33-4b0b-bc22-451931639243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5721 | 2024.07.03 17:26:00.565239 [ 3 ] {} <Debug> HTTP-Session: 6bd1f717-fa33-4b0b-bc22-451931639243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5722 | 2024.07.03 17:26:00.565269 [ 3 ] {} <Trace> HTTP-Session: 6bd1f717-fa33-4b0b-bc22-451931639243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5723 | 2024.07.03 17:26:00.565384 [ 3 ] {fd03814e-68be-4ba3-bef1-435231227bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5724 | 2024.07.03 17:26:00.565425 [ 3 ] {fd03814e-68be-4ba3-bef1-435231227bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5725 | 2024.07.03 17:26:00.565550 [ 3 ] {fd03814e-68be-4ba3-bef1-435231227bed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5726 | 2024.07.03 17:26:00.565876 [ 3 ] {fd03814e-68be-4ba3-bef1-435231227bed} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5727 | 2024.07.03 17:26:00.565912 [ 3 ] {fd03814e-68be-4ba3-bef1-435231227bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5728 | 2024.07.03 17:26:00.566223 [ 3 ] {fd03814e-68be-4ba3-bef1-435231227bed} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5729 | 2024.07.03 17:26:00.566532 [ 3 ] {fd03814e-68be-4ba3-bef1-435231227bed} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5730 | 2024.07.03 17:26:00.566686 [ 3 ] {fd03814e-68be-4ba3-bef1-435231227bed} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001329 sec., 58690.744920993224 rows/sec., 4.58 MiB/sec. | ||
5731 | 2024.07.03 17:26:00.566869 [ 3 ] {fd03814e-68be-4ba3-bef1-435231227bed} <Debug> DynamicQueryHandler: Done processing query | ||
5732 | 2024.07.03 17:26:00.566895 [ 3 ] {fd03814e-68be-4ba3-bef1-435231227bed} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5733 | 2024.07.03 17:26:00.566910 [ 3 ] {} <Debug> HTTP-Session: 6bd1f717-fa33-4b0b-bc22-451931639243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5734 | 2024.07.03 17:26:00.567075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5735 | 2024.07.03 17:26:00.567123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5736 | 2024.07.03 17:26:00.567141 [ 3 ] {} <Debug> HTTP-Session: 3a6c5743-8384-43cc-bad6-f65111374cfb Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5737 | 2024.07.03 17:26:00.567157 [ 3 ] {} <Debug> HTTP-Session: 3a6c5743-8384-43cc-bad6-f65111374cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5738 | 2024.07.03 17:26:00.567171 [ 3 ] {} <Debug> HTTP-Session: 3a6c5743-8384-43cc-bad6-f65111374cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5739 | 2024.07.03 17:26:00.567200 [ 3 ] {} <Trace> HTTP-Session: 3a6c5743-8384-43cc-bad6-f65111374cfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5740 | 2024.07.03 17:26:00.567349 [ 3 ] {72fe0d06-ffac-4874-a386-05b88cea29ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5741 | 2024.07.03 17:26:00.567396 [ 3 ] {72fe0d06-ffac-4874-a386-05b88cea29ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5742 | 2024.07.03 17:26:00.567539 [ 3 ] {72fe0d06-ffac-4874-a386-05b88cea29ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5743 | 2024.07.03 17:26:00.567885 [ 3 ] {72fe0d06-ffac-4874-a386-05b88cea29ba} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5744 | 2024.07.03 17:26:00.567921 [ 3 ] {72fe0d06-ffac-4874-a386-05b88cea29ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5745 | 2024.07.03 17:26:00.568302 [ 3 ] {72fe0d06-ffac-4874-a386-05b88cea29ba} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5746 | 2024.07.03 17:26:00.568630 [ 3 ] {72fe0d06-ffac-4874-a386-05b88cea29ba} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5747 | 2024.07.03 17:26:00.568790 [ 3 ] {72fe0d06-ffac-4874-a386-05b88cea29ba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001512 sec., 105820.10582010582 rows/sec., 7.37 MiB/sec. | ||
5748 | 2024.07.03 17:26:00.568789 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5749 | 2024.07.03 17:26:00.568906 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5750 | 2024.07.03 17:26:00.568948 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5751 | 2024.07.03 17:26:00.569044 [ 3 ] {72fe0d06-ffac-4874-a386-05b88cea29ba} <Debug> DynamicQueryHandler: Done processing query | ||
5752 | 2024.07.03 17:26:00.569100 [ 3 ] {72fe0d06-ffac-4874-a386-05b88cea29ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5753 | 2024.07.03 17:26:00.569157 [ 3 ] {} <Debug> HTTP-Session: 3a6c5743-8384-43cc-bad6-f65111374cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5754 | 2024.07.03 17:26:00.569250 [ 196 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
5755 | 2024.07.03 17:26:00.569443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5756 | 2024.07.03 17:26:00.569551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5757 | 2024.07.03 17:26:00.569616 [ 3 ] {} <Debug> HTTP-Session: 6e179929-3c7b-4a34-bc67-08b6f1e0a2f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5758 | 2024.07.03 17:26:00.569656 [ 3 ] {} <Debug> HTTP-Session: 6e179929-3c7b-4a34-bc67-08b6f1e0a2f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5759 | 2024.07.03 17:26:00.569697 [ 3 ] {} <Debug> HTTP-Session: 6e179929-3c7b-4a34-bc67-08b6f1e0a2f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5760 | 2024.07.03 17:26:00.569756 [ 196 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5761 | 2024.07.03 17:26:00.569775 [ 3 ] {} <Trace> HTTP-Session: 6e179929-3c7b-4a34-bc67-08b6f1e0a2f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5762 | 2024.07.03 17:26:00.569871 [ 196 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1903 rows starting from the beginning of the part | ||
5763 | 2024.07.03 17:26:00.570149 [ 196 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
5764 | 2024.07.03 17:26:00.570202 [ 3 ] {7d473085-1f3b-4747-bd4c-832b4762472c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5765 | 2024.07.03 17:26:00.570441 [ 196 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 163 rows starting from the beginning of the part | ||
5766 | 2024.07.03 17:26:00.570784 [ 3 ] {7d473085-1f3b-4747-bd4c-832b4762472c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5767 | 2024.07.03 17:26:00.570815 [ 196 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 198 rows starting from the beginning of the part | ||
5768 | 2024.07.03 17:26:00.571242 [ 196 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
5769 | 2024.07.03 17:26:00.571661 [ 196 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
5770 | 2024.07.03 17:26:00.573290 [ 3 ] {7d473085-1f3b-4747-bd4c-832b4762472c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5771 | 2024.07.03 17:26:00.574927 [ 3 ] {7d473085-1f3b-4747-bd4c-832b4762472c} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5772 | 2024.07.03 17:26:00.574967 [ 3 ] {7d473085-1f3b-4747-bd4c-832b4762472c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5773 | 2024.07.03 17:26:00.575921 [ 196 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2744 rows, containing 5 columns (5 merged, 0 gathered) in 0.00688921 sec., 398304.0145386772 rows/sec., 27.95 MiB/sec. | ||
5774 | 2024.07.03 17:26:00.576259 [ 196 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5775 | 2024.07.03 17:26:00.576326 [ 3 ] {7d473085-1f3b-4747-bd4c-832b4762472c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5776 | 2024.07.03 17:26:00.577622 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5777 | 2024.07.03 17:26:00.577783 [ 3 ] {7d473085-1f3b-4747-bd4c-832b4762472c} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5778 | 2024.07.03 17:26:00.577867 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5779 | 2024.07.03 17:26:00.578186 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
5780 | 2024.07.03 17:26:00.578195 [ 3 ] {7d473085-1f3b-4747-bd4c-832b4762472c} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.008261 sec., 1694.7100835249971 rows/sec., 3.04 MiB/sec. | ||
5781 | 2024.07.03 17:26:00.578481 [ 3 ] {7d473085-1f3b-4747-bd4c-832b4762472c} <Debug> DynamicQueryHandler: Done processing query | ||
5782 | 2024.07.03 17:26:00.578506 [ 3 ] {7d473085-1f3b-4747-bd4c-832b4762472c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5783 | 2024.07.03 17:26:00.578522 [ 3 ] {} <Debug> HTTP-Session: 6e179929-3c7b-4a34-bc67-08b6f1e0a2f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5784 | 2024.07.03 17:26:00.578652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5785 | 2024.07.03 17:26:00.578701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5786 | 2024.07.03 17:26:00.578721 [ 3 ] {} <Debug> HTTP-Session: 0ff211a3-55f2-43dc-a730-4a47a261ebaf Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5787 | 2024.07.03 17:26:00.578737 [ 3 ] {} <Debug> HTTP-Session: 0ff211a3-55f2-43dc-a730-4a47a261ebaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5788 | 2024.07.03 17:26:00.578751 [ 3 ] {} <Debug> HTTP-Session: 0ff211a3-55f2-43dc-a730-4a47a261ebaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5789 | 2024.07.03 17:26:00.578782 [ 3 ] {} <Trace> HTTP-Session: 0ff211a3-55f2-43dc-a730-4a47a261ebaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5790 | 2024.07.03 17:26:00.578905 [ 3 ] {47f9eb24-47ee-496f-9152-0a6ec4ce7e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5791 | 2024.07.03 17:26:00.578950 [ 3 ] {47f9eb24-47ee-496f-9152-0a6ec4ce7e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5792 | 2024.07.03 17:26:00.579091 [ 3 ] {47f9eb24-47ee-496f-9152-0a6ec4ce7e35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5793 | 2024.07.03 17:26:00.579392 [ 3 ] {47f9eb24-47ee-496f-9152-0a6ec4ce7e35} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5794 | 2024.07.03 17:26:00.579428 [ 3 ] {47f9eb24-47ee-496f-9152-0a6ec4ce7e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5795 | 2024.07.03 17:26:00.579781 [ 3 ] {47f9eb24-47ee-496f-9152-0a6ec4ce7e35} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5796 | 2024.07.03 17:26:00.580109 [ 3 ] {47f9eb24-47ee-496f-9152-0a6ec4ce7e35} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5797 | 2024.07.03 17:26:00.580275 [ 3 ] {47f9eb24-47ee-496f-9152-0a6ec4ce7e35} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
5798 | 2024.07.03 17:26:00.580296 [ 131 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5799 | 2024.07.03 17:26:00.580415 [ 131 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5800 | 2024.07.03 17:26:00.580496 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5801 | 2024.07.03 17:26:00.580526 [ 3 ] {47f9eb24-47ee-496f-9152-0a6ec4ce7e35} <Debug> DynamicQueryHandler: Done processing query | ||
5802 | 2024.07.03 17:26:00.580588 [ 3 ] {47f9eb24-47ee-496f-9152-0a6ec4ce7e35} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5803 | 2024.07.03 17:26:00.580646 [ 3 ] {} <Debug> HTTP-Session: 0ff211a3-55f2-43dc-a730-4a47a261ebaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5804 | 2024.07.03 17:26:00.580715 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
5805 | 2024.07.03 17:26:00.580847 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5806 | 2024.07.03 17:26:00.580882 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 628 rows starting from the beginning of the part | ||
5807 | 2024.07.03 17:26:00.580976 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
5808 | 2024.07.03 17:26:00.581171 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
5809 | 2024.07.03 17:26:00.581384 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
5810 | 2024.07.03 17:26:00.581519 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
5811 | 2024.07.03 17:26:00.581630 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
5812 | 2024.07.03 17:26:00.582809 [ 187 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 4 columns (4 merged, 0 gathered) in 0.002202037 sec., 421427.97782235267 rows/sec., 27.91 MiB/sec. | ||
5813 | 2024.07.03 17:26:00.582959 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5814 | 2024.07.03 17:26:00.583313 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_31_6} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5815 | 2024.07.03 17:26:00.583389 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_31_6} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5816 | 2024.07.03 17:26:00.583458 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
5817 | 2024.07.03 17:26:03.469371 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5818 | 2024.07.03 17:26:03.469432 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5819 | 2024.07.03 17:26:05.561213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5820 | 2024.07.03 17:26:05.561340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5821 | 2024.07.03 17:26:05.561366 [ 3 ] {} <Debug> HTTP-Session: a64cc4d2-6994-45d2-a78e-cddcaa9bf4cd Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5822 | 2024.07.03 17:26:05.561390 [ 3 ] {} <Debug> HTTP-Session: a64cc4d2-6994-45d2-a78e-cddcaa9bf4cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5823 | 2024.07.03 17:26:05.561405 [ 3 ] {} <Debug> HTTP-Session: a64cc4d2-6994-45d2-a78e-cddcaa9bf4cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5824 | 2024.07.03 17:26:05.561455 [ 3 ] {} <Trace> HTTP-Session: a64cc4d2-6994-45d2-a78e-cddcaa9bf4cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5825 | 2024.07.03 17:26:05.561645 [ 3 ] {3945c645-2908-4356-8637-97f3663e7db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5826 | 2024.07.03 17:26:05.561710 [ 3 ] {3945c645-2908-4356-8637-97f3663e7db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5827 | 2024.07.03 17:26:05.561899 [ 3 ] {3945c645-2908-4356-8637-97f3663e7db0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5828 | 2024.07.03 17:26:05.562316 [ 3 ] {3945c645-2908-4356-8637-97f3663e7db0} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5829 | 2024.07.03 17:26:05.562362 [ 3 ] {3945c645-2908-4356-8637-97f3663e7db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5830 | 2024.07.03 17:26:05.562728 [ 3 ] {3945c645-2908-4356-8637-97f3663e7db0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5831 | 2024.07.03 17:26:05.563075 [ 3 ] {3945c645-2908-4356-8637-97f3663e7db0} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5832 | 2024.07.03 17:26:05.563252 [ 3 ] {3945c645-2908-4356-8637-97f3663e7db0} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001657 sec., 9656.004828002413 rows/sec., 782.66 KiB/sec. | ||
5833 | 2024.07.03 17:26:05.563464 [ 3 ] {3945c645-2908-4356-8637-97f3663e7db0} <Debug> DynamicQueryHandler: Done processing query | ||
5834 | 2024.07.03 17:26:05.563490 [ 3 ] {3945c645-2908-4356-8637-97f3663e7db0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5835 | 2024.07.03 17:26:05.563506 [ 3 ] {} <Debug> HTTP-Session: a64cc4d2-6994-45d2-a78e-cddcaa9bf4cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5836 | 2024.07.03 17:26:05.563638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5837 | 2024.07.03 17:26:05.563691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5838 | 2024.07.03 17:26:05.563711 [ 3 ] {} <Debug> HTTP-Session: 4bf9dbfb-9c5a-4a83-b7e1-e28d058d5aac Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5839 | 2024.07.03 17:26:05.563727 [ 3 ] {} <Debug> HTTP-Session: 4bf9dbfb-9c5a-4a83-b7e1-e28d058d5aac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5840 | 2024.07.03 17:26:05.563740 [ 3 ] {} <Debug> HTTP-Session: 4bf9dbfb-9c5a-4a83-b7e1-e28d058d5aac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5841 | 2024.07.03 17:26:05.563775 [ 3 ] {} <Trace> HTTP-Session: 4bf9dbfb-9c5a-4a83-b7e1-e28d058d5aac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5842 | 2024.07.03 17:26:05.563909 [ 3 ] {2a850ba8-ac17-4e16-ba6b-5b955a1d6e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5843 | 2024.07.03 17:26:05.563956 [ 3 ] {2a850ba8-ac17-4e16-ba6b-5b955a1d6e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5844 | 2024.07.03 17:26:05.564105 [ 3 ] {2a850ba8-ac17-4e16-ba6b-5b955a1d6e78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5845 | 2024.07.03 17:26:05.564470 [ 3 ] {2a850ba8-ac17-4e16-ba6b-5b955a1d6e78} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5846 | 2024.07.03 17:26:05.564507 [ 3 ] {2a850ba8-ac17-4e16-ba6b-5b955a1d6e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5847 | 2024.07.03 17:26:05.564824 [ 3 ] {2a850ba8-ac17-4e16-ba6b-5b955a1d6e78} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5848 | 2024.07.03 17:26:05.565141 [ 3 ] {2a850ba8-ac17-4e16-ba6b-5b955a1d6e78} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5849 | 2024.07.03 17:26:05.565308 [ 3 ] {2a850ba8-ac17-4e16-ba6b-5b955a1d6e78} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001445 sec., 71972.31833910034 rows/sec., 5.93 MiB/sec. | ||
5850 | 2024.07.03 17:26:05.565467 [ 3 ] {2a850ba8-ac17-4e16-ba6b-5b955a1d6e78} <Debug> DynamicQueryHandler: Done processing query | ||
5851 | 2024.07.03 17:26:05.565491 [ 3 ] {2a850ba8-ac17-4e16-ba6b-5b955a1d6e78} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5852 | 2024.07.03 17:26:05.565506 [ 3 ] {} <Debug> HTTP-Session: 4bf9dbfb-9c5a-4a83-b7e1-e28d058d5aac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5853 | 2024.07.03 17:26:05.565629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5854 | 2024.07.03 17:26:05.565677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5855 | 2024.07.03 17:26:05.565696 [ 3 ] {} <Debug> HTTP-Session: 7b25493e-683e-468a-bb73-0f968ca8c036 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5856 | 2024.07.03 17:26:05.565711 [ 3 ] {} <Debug> HTTP-Session: 7b25493e-683e-468a-bb73-0f968ca8c036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5857 | 2024.07.03 17:26:05.565725 [ 3 ] {} <Debug> HTTP-Session: 7b25493e-683e-468a-bb73-0f968ca8c036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5858 | 2024.07.03 17:26:05.565756 [ 3 ] {} <Trace> HTTP-Session: 7b25493e-683e-468a-bb73-0f968ca8c036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5859 | 2024.07.03 17:26:05.565874 [ 3 ] {9ca33c80-185d-42e2-8680-526d6d96c0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5860 | 2024.07.03 17:26:05.565917 [ 3 ] {9ca33c80-185d-42e2-8680-526d6d96c0cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5861 | 2024.07.03 17:26:05.566053 [ 3 ] {9ca33c80-185d-42e2-8680-526d6d96c0cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5862 | 2024.07.03 17:26:05.566392 [ 3 ] {9ca33c80-185d-42e2-8680-526d6d96c0cd} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5863 | 2024.07.03 17:26:05.566428 [ 3 ] {9ca33c80-185d-42e2-8680-526d6d96c0cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5864 | 2024.07.03 17:26:05.566744 [ 3 ] {9ca33c80-185d-42e2-8680-526d6d96c0cd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5865 | 2024.07.03 17:26:05.567049 [ 3 ] {9ca33c80-185d-42e2-8680-526d6d96c0cd} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5866 | 2024.07.03 17:26:05.567202 [ 3 ] {9ca33c80-185d-42e2-8680-526d6d96c0cd} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001362 sec., 58737.15124816447 rows/sec., 4.59 MiB/sec. | ||
5867 | 2024.07.03 17:26:05.567371 [ 3 ] {9ca33c80-185d-42e2-8680-526d6d96c0cd} <Debug> DynamicQueryHandler: Done processing query | ||
5868 | 2024.07.03 17:26:05.567395 [ 3 ] {9ca33c80-185d-42e2-8680-526d6d96c0cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5869 | 2024.07.03 17:26:05.567410 [ 3 ] {} <Debug> HTTP-Session: 7b25493e-683e-468a-bb73-0f968ca8c036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5870 | 2024.07.03 17:26:05.567551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5871 | 2024.07.03 17:26:05.567599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5872 | 2024.07.03 17:26:05.567618 [ 3 ] {} <Debug> HTTP-Session: 6efc14f3-15b5-4083-8ad6-0ac501f424fa Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5873 | 2024.07.03 17:26:05.567633 [ 3 ] {} <Debug> HTTP-Session: 6efc14f3-15b5-4083-8ad6-0ac501f424fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5874 | 2024.07.03 17:26:05.567648 [ 3 ] {} <Debug> HTTP-Session: 6efc14f3-15b5-4083-8ad6-0ac501f424fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5875 | 2024.07.03 17:26:05.567678 [ 3 ] {} <Trace> HTTP-Session: 6efc14f3-15b5-4083-8ad6-0ac501f424fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5876 | 2024.07.03 17:26:05.567823 [ 3 ] {f6133ccd-8c1f-4a09-ad08-18f7bd1206e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5877 | 2024.07.03 17:26:05.567870 [ 3 ] {f6133ccd-8c1f-4a09-ad08-18f7bd1206e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5878 | 2024.07.03 17:26:05.568014 [ 3 ] {f6133ccd-8c1f-4a09-ad08-18f7bd1206e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5879 | 2024.07.03 17:26:05.568372 [ 3 ] {f6133ccd-8c1f-4a09-ad08-18f7bd1206e8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5880 | 2024.07.03 17:26:05.568408 [ 3 ] {f6133ccd-8c1f-4a09-ad08-18f7bd1206e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5881 | 2024.07.03 17:26:05.568786 [ 3 ] {f6133ccd-8c1f-4a09-ad08-18f7bd1206e8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5882 | 2024.07.03 17:26:05.569126 [ 3 ] {f6133ccd-8c1f-4a09-ad08-18f7bd1206e8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5883 | 2024.07.03 17:26:05.569281 [ 3 ] {f6133ccd-8c1f-4a09-ad08-18f7bd1206e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001522 sec., 105124.83574244416 rows/sec., 7.32 MiB/sec. | ||
5884 | 2024.07.03 17:26:05.569595 [ 3 ] {f6133ccd-8c1f-4a09-ad08-18f7bd1206e8} <Debug> DynamicQueryHandler: Done processing query | ||
5885 | 2024.07.03 17:26:05.569631 [ 3 ] {f6133ccd-8c1f-4a09-ad08-18f7bd1206e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5886 | 2024.07.03 17:26:05.569657 [ 3 ] {} <Debug> HTTP-Session: 6efc14f3-15b5-4083-8ad6-0ac501f424fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5887 | 2024.07.03 17:26:05.569792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5888 | 2024.07.03 17:26:05.569839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5889 | 2024.07.03 17:26:05.569858 [ 3 ] {} <Debug> HTTP-Session: 30a45793-dcc3-4524-b94c-3046672989e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5890 | 2024.07.03 17:26:05.569874 [ 3 ] {} <Debug> HTTP-Session: 30a45793-dcc3-4524-b94c-3046672989e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5891 | 2024.07.03 17:26:05.569887 [ 3 ] {} <Debug> HTTP-Session: 30a45793-dcc3-4524-b94c-3046672989e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5892 | 2024.07.03 17:26:05.569917 [ 3 ] {} <Trace> HTTP-Session: 30a45793-dcc3-4524-b94c-3046672989e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5893 | 2024.07.03 17:26:05.570134 [ 3 ] {fa93be8c-2e73-404e-87ee-31c59b0d7fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5894 | 2024.07.03 17:26:05.570205 [ 3 ] {fa93be8c-2e73-404e-87ee-31c59b0d7fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5895 | 2024.07.03 17:26:05.570635 [ 3 ] {fa93be8c-2e73-404e-87ee-31c59b0d7fea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5896 | 2024.07.03 17:26:05.571222 [ 3 ] {fa93be8c-2e73-404e-87ee-31c59b0d7fea} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5897 | 2024.07.03 17:26:05.571259 [ 3 ] {fa93be8c-2e73-404e-87ee-31c59b0d7fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5898 | 2024.07.03 17:26:05.571854 [ 3 ] {fa93be8c-2e73-404e-87ee-31c59b0d7fea} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5899 | 2024.07.03 17:26:05.572274 [ 3 ] {fa93be8c-2e73-404e-87ee-31c59b0d7fea} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5900 | 2024.07.03 17:26:05.572457 [ 3 ] {fa93be8c-2e73-404e-87ee-31c59b0d7fea} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002462 sec., 6498.781478472786 rows/sec., 11.65 MiB/sec. | ||
5901 | 2024.07.03 17:26:05.572684 [ 3 ] {fa93be8c-2e73-404e-87ee-31c59b0d7fea} <Debug> DynamicQueryHandler: Done processing query | ||
5902 | 2024.07.03 17:26:05.572708 [ 3 ] {fa93be8c-2e73-404e-87ee-31c59b0d7fea} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5903 | 2024.07.03 17:26:05.572724 [ 3 ] {} <Debug> HTTP-Session: 30a45793-dcc3-4524-b94c-3046672989e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5904 | 2024.07.03 17:26:05.572842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5905 | 2024.07.03 17:26:05.572891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5906 | 2024.07.03 17:26:05.572911 [ 3 ] {} <Debug> HTTP-Session: 964c319e-a690-400e-be06-fd7c14ffef83 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5907 | 2024.07.03 17:26:05.572927 [ 3 ] {} <Debug> HTTP-Session: 964c319e-a690-400e-be06-fd7c14ffef83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5908 | 2024.07.03 17:26:05.572941 [ 3 ] {} <Debug> HTTP-Session: 964c319e-a690-400e-be06-fd7c14ffef83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5909 | 2024.07.03 17:26:05.572971 [ 3 ] {} <Trace> HTTP-Session: 964c319e-a690-400e-be06-fd7c14ffef83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5910 | 2024.07.03 17:26:05.573109 [ 3 ] {2f0cb6ce-64a1-4155-b7e7-5ae14c66f6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5911 | 2024.07.03 17:26:05.573155 [ 3 ] {2f0cb6ce-64a1-4155-b7e7-5ae14c66f6dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5912 | 2024.07.03 17:26:05.573283 [ 3 ] {2f0cb6ce-64a1-4155-b7e7-5ae14c66f6dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5913 | 2024.07.03 17:26:05.573570 [ 3 ] {2f0cb6ce-64a1-4155-b7e7-5ae14c66f6dc} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5914 | 2024.07.03 17:26:05.573606 [ 3 ] {2f0cb6ce-64a1-4155-b7e7-5ae14c66f6dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5915 | 2024.07.03 17:26:05.573955 [ 3 ] {2f0cb6ce-64a1-4155-b7e7-5ae14c66f6dc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5916 | 2024.07.03 17:26:05.574276 [ 3 ] {2f0cb6ce-64a1-4155-b7e7-5ae14c66f6dc} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5917 | 2024.07.03 17:26:05.574434 [ 3 ] {2f0cb6ce-64a1-4155-b7e7-5ae14c66f6dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
5918 | 2024.07.03 17:26:05.574596 [ 3 ] {2f0cb6ce-64a1-4155-b7e7-5ae14c66f6dc} <Debug> DynamicQueryHandler: Done processing query | ||
5919 | 2024.07.03 17:26:05.574620 [ 3 ] {2f0cb6ce-64a1-4155-b7e7-5ae14c66f6dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5920 | 2024.07.03 17:26:05.574636 [ 3 ] {} <Debug> HTTP-Session: 964c319e-a690-400e-be06-fd7c14ffef83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5921 | 2024.07.03 17:26:10.561737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5922 | 2024.07.03 17:26:10.561863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5923 | 2024.07.03 17:26:10.561887 [ 3 ] {} <Debug> HTTP-Session: 233bffca-952f-40b3-aa12-52d0903e7770 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5924 | 2024.07.03 17:26:10.561911 [ 3 ] {} <Debug> HTTP-Session: 233bffca-952f-40b3-aa12-52d0903e7770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5925 | 2024.07.03 17:26:10.561926 [ 3 ] {} <Debug> HTTP-Session: 233bffca-952f-40b3-aa12-52d0903e7770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5926 | 2024.07.03 17:26:10.561974 [ 3 ] {} <Trace> HTTP-Session: 233bffca-952f-40b3-aa12-52d0903e7770 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5927 | 2024.07.03 17:26:10.562159 [ 3 ] {984d092a-df86-4ec8-844a-6a3cef6cfa08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5928 | 2024.07.03 17:26:10.562225 [ 3 ] {984d092a-df86-4ec8-844a-6a3cef6cfa08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5929 | 2024.07.03 17:26:10.562419 [ 3 ] {984d092a-df86-4ec8-844a-6a3cef6cfa08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5930 | 2024.07.03 17:26:10.562846 [ 3 ] {984d092a-df86-4ec8-844a-6a3cef6cfa08} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5931 | 2024.07.03 17:26:10.562890 [ 3 ] {984d092a-df86-4ec8-844a-6a3cef6cfa08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5932 | 2024.07.03 17:26:10.563253 [ 3 ] {984d092a-df86-4ec8-844a-6a3cef6cfa08} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5933 | 2024.07.03 17:26:10.563580 [ 3 ] {984d092a-df86-4ec8-844a-6a3cef6cfa08} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5934 | 2024.07.03 17:26:10.563737 [ 3 ] {984d092a-df86-4ec8-844a-6a3cef6cfa08} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001627 sec., 8604.79409956976 rows/sec., 697.46 KiB/sec. | ||
5935 | 2024.07.03 17:26:10.563960 [ 3 ] {984d092a-df86-4ec8-844a-6a3cef6cfa08} <Debug> DynamicQueryHandler: Done processing query | ||
5936 | 2024.07.03 17:26:10.563986 [ 3 ] {984d092a-df86-4ec8-844a-6a3cef6cfa08} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5937 | 2024.07.03 17:26:10.564002 [ 3 ] {} <Debug> HTTP-Session: 233bffca-952f-40b3-aa12-52d0903e7770 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5938 | 2024.07.03 17:26:10.564171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5939 | 2024.07.03 17:26:10.564224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5940 | 2024.07.03 17:26:10.564243 [ 3 ] {} <Debug> HTTP-Session: 069425d4-0b81-4174-9aa4-6805d6858157 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5941 | 2024.07.03 17:26:10.564261 [ 3 ] {} <Debug> HTTP-Session: 069425d4-0b81-4174-9aa4-6805d6858157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5942 | 2024.07.03 17:26:10.564274 [ 3 ] {} <Debug> HTTP-Session: 069425d4-0b81-4174-9aa4-6805d6858157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5943 | 2024.07.03 17:26:10.564308 [ 3 ] {} <Trace> HTTP-Session: 069425d4-0b81-4174-9aa4-6805d6858157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5944 | 2024.07.03 17:26:10.564410 [ 3 ] {f415f156-0979-4538-96ca-317f2c4d11a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5945 | 2024.07.03 17:26:10.564455 [ 3 ] {f415f156-0979-4538-96ca-317f2c4d11a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5946 | 2024.07.03 17:26:10.564587 [ 3 ] {f415f156-0979-4538-96ca-317f2c4d11a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5947 | 2024.07.03 17:26:10.564866 [ 3 ] {f415f156-0979-4538-96ca-317f2c4d11a9} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5948 | 2024.07.03 17:26:10.564902 [ 3 ] {f415f156-0979-4538-96ca-317f2c4d11a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5949 | 2024.07.03 17:26:10.565200 [ 3 ] {f415f156-0979-4538-96ca-317f2c4d11a9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5950 | 2024.07.03 17:26:10.565505 [ 3 ] {f415f156-0979-4538-96ca-317f2c4d11a9} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5951 | 2024.07.03 17:26:10.565664 [ 3 ] {f415f156-0979-4538-96ca-317f2c4d11a9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001272 sec., 1572.3270440251574 rows/sec., 128.21 KiB/sec. | ||
5952 | 2024.07.03 17:26:10.565899 [ 3 ] {f415f156-0979-4538-96ca-317f2c4d11a9} <Debug> DynamicQueryHandler: Done processing query | ||
5953 | 2024.07.03 17:26:10.565934 [ 3 ] {f415f156-0979-4538-96ca-317f2c4d11a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5954 | 2024.07.03 17:26:10.565955 [ 3 ] {} <Debug> HTTP-Session: 069425d4-0b81-4174-9aa4-6805d6858157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5955 | 2024.07.03 17:26:10.566132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5956 | 2024.07.03 17:26:10.566193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5957 | 2024.07.03 17:26:10.566218 [ 3 ] {} <Debug> HTTP-Session: c3c6dd7d-8a08-4937-9ee4-b7f31c92f7cc Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5958 | 2024.07.03 17:26:10.566239 [ 3 ] {} <Debug> HTTP-Session: c3c6dd7d-8a08-4937-9ee4-b7f31c92f7cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5959 | 2024.07.03 17:26:10.566257 [ 3 ] {} <Debug> HTTP-Session: c3c6dd7d-8a08-4937-9ee4-b7f31c92f7cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5960 | 2024.07.03 17:26:10.566297 [ 3 ] {} <Trace> HTTP-Session: c3c6dd7d-8a08-4937-9ee4-b7f31c92f7cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5961 | 2024.07.03 17:26:10.566457 [ 3 ] {59edb915-b910-4a22-a5b2-6ba9795fb1d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5962 | 2024.07.03 17:26:10.566501 [ 3 ] {59edb915-b910-4a22-a5b2-6ba9795fb1d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5963 | 2024.07.03 17:26:10.566632 [ 3 ] {59edb915-b910-4a22-a5b2-6ba9795fb1d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5964 | 2024.07.03 17:26:10.566972 [ 3 ] {59edb915-b910-4a22-a5b2-6ba9795fb1d2} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5965 | 2024.07.03 17:26:10.567009 [ 3 ] {59edb915-b910-4a22-a5b2-6ba9795fb1d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5966 | 2024.07.03 17:26:10.567326 [ 3 ] {59edb915-b910-4a22-a5b2-6ba9795fb1d2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5967 | 2024.07.03 17:26:10.567635 [ 3 ] {59edb915-b910-4a22-a5b2-6ba9795fb1d2} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5968 | 2024.07.03 17:26:10.567798 [ 123 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5969 | 2024.07.03 17:26:10.567802 [ 3 ] {59edb915-b910-4a22-a5b2-6ba9795fb1d2} <Debug> executeQuery: Read 99 rows, 8.20 KiB in 0.001397 sec., 70866.14173228346 rows/sec., 5.73 MiB/sec. | ||
5970 | 2024.07.03 17:26:10.567884 [ 123 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5971 | 2024.07.03 17:26:10.567945 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5972 | 2024.07.03 17:26:10.568209 [ 3 ] {59edb915-b910-4a22-a5b2-6ba9795fb1d2} <Debug> DynamicQueryHandler: Done processing query | ||
5973 | 2024.07.03 17:26:10.568267 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
5974 | 2024.07.03 17:26:10.568274 [ 3 ] {59edb915-b910-4a22-a5b2-6ba9795fb1d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5975 | 2024.07.03 17:26:10.568421 [ 3 ] {} <Debug> HTTP-Session: c3c6dd7d-8a08-4937-9ee4-b7f31c92f7cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5976 | 2024.07.03 17:26:10.568773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5977 | 2024.07.03 17:26:10.568847 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5978 | 2024.07.03 17:26:10.568943 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 188 rows starting from the beginning of the part | ||
5979 | 2024.07.03 17:26:10.568980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5980 | 2024.07.03 17:26:10.569050 [ 3 ] {} <Debug> HTTP-Session: ebd18a61-c1fc-49c8-9696-cfcaa5e452c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
5981 | 2024.07.03 17:26:10.569106 [ 3 ] {} <Debug> HTTP-Session: ebd18a61-c1fc-49c8-9696-cfcaa5e452c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5982 | 2024.07.03 17:26:10.569179 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 136 rows starting from the beginning of the part | ||
5983 | 2024.07.03 17:26:10.569189 [ 3 ] {} <Debug> HTTP-Session: ebd18a61-c1fc-49c8-9696-cfcaa5e452c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5984 | 2024.07.03 17:26:10.569520 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 104 rows starting from the beginning of the part | ||
5985 | 2024.07.03 17:26:10.569537 [ 3 ] {} <Trace> HTTP-Session: ebd18a61-c1fc-49c8-9696-cfcaa5e452c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5986 | 2024.07.03 17:26:10.569757 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 98 rows starting from the beginning of the part | ||
5987 | 2024.07.03 17:26:10.570035 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 104 rows starting from the beginning of the part | ||
5988 | 2024.07.03 17:26:10.570149 [ 3 ] {a57ba909-55a7-4433-8542-0ebbfdfc93e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5989 | 2024.07.03 17:26:10.570294 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 99 rows starting from the beginning of the part | ||
5990 | 2024.07.03 17:26:10.570358 [ 3 ] {a57ba909-55a7-4433-8542-0ebbfdfc93e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5991 | 2024.07.03 17:26:10.571029 [ 3 ] {a57ba909-55a7-4433-8542-0ebbfdfc93e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5992 | 2024.07.03 17:26:10.571831 [ 3 ] {a57ba909-55a7-4433-8542-0ebbfdfc93e9} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5993 | 2024.07.03 17:26:10.571900 [ 3 ] {a57ba909-55a7-4433-8542-0ebbfdfc93e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5994 | 2024.07.03 17:26:10.572752 [ 3 ] {a57ba909-55a7-4433-8542-0ebbfdfc93e9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5995 | 2024.07.03 17:26:10.573466 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 729 rows, containing 4 columns (4 merged, 0 gathered) in 0.005427791 sec., 134308.78233889255 rows/sec., 10.91 MiB/sec. | ||
5996 | 2024.07.03 17:26:10.573640 [ 3 ] {a57ba909-55a7-4433-8542-0ebbfdfc93e9} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5997 | 2024.07.03 17:26:10.573691 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5998 | 2024.07.03 17:26:10.573919 [ 3 ] {a57ba909-55a7-4433-8542-0ebbfdfc93e9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003917 sec., 510.5948429920857 rows/sec., 35.65 KiB/sec. | ||
5999 | 2024.07.03 17:26:10.574601 [ 3 ] {a57ba909-55a7-4433-8542-0ebbfdfc93e9} <Debug> DynamicQueryHandler: Done processing query | ||
6000 | 2024.07.03 17:26:10.574674 [ 3 ] {a57ba909-55a7-4433-8542-0ebbfdfc93e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6001 | 2024.07.03 17:26:10.574725 [ 3 ] {} <Debug> HTTP-Session: ebd18a61-c1fc-49c8-9696-cfcaa5e452c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6002 | 2024.07.03 17:26:10.574916 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_36_7} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6003 | 2024.07.03 17:26:10.574942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6004 | 2024.07.03 17:26:10.575036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6005 | 2024.07.03 17:26:10.575057 [ 3 ] {} <Debug> HTTP-Session: 91206bff-80ed-4a14-aa93-395c8b672189 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6006 | 2024.07.03 17:26:10.575076 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_36_7} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6007 | 2024.07.03 17:26:10.575088 [ 3 ] {} <Debug> HTTP-Session: 91206bff-80ed-4a14-aa93-395c8b672189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6008 | 2024.07.03 17:26:10.575122 [ 3 ] {} <Debug> HTTP-Session: 91206bff-80ed-4a14-aa93-395c8b672189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6009 | 2024.07.03 17:26:10.575202 [ 3 ] {} <Trace> HTTP-Session: 91206bff-80ed-4a14-aa93-395c8b672189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6010 | 2024.07.03 17:26:10.575219 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
6011 | 2024.07.03 17:26:10.575370 [ 3 ] {65c091c3-625f-4550-8ed3-afeb4f0516f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6012 | 2024.07.03 17:26:10.575418 [ 3 ] {65c091c3-625f-4550-8ed3-afeb4f0516f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6013 | 2024.07.03 17:26:10.575567 [ 3 ] {65c091c3-625f-4550-8ed3-afeb4f0516f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6014 | 2024.07.03 17:26:10.575920 [ 3 ] {65c091c3-625f-4550-8ed3-afeb4f0516f6} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6015 | 2024.07.03 17:26:10.575984 [ 3 ] {65c091c3-625f-4550-8ed3-afeb4f0516f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6016 | 2024.07.03 17:26:10.576301 [ 3 ] {65c091c3-625f-4550-8ed3-afeb4f0516f6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6017 | 2024.07.03 17:26:10.576610 [ 3 ] {65c091c3-625f-4550-8ed3-afeb4f0516f6} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6018 | 2024.07.03 17:26:10.576772 [ 3 ] {65c091c3-625f-4550-8ed3-afeb4f0516f6} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001448 sec., 55248.61878453039 rows/sec., 4.32 MiB/sec. | ||
6019 | 2024.07.03 17:26:10.576776 [ 123 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6020 | 2024.07.03 17:26:10.576862 [ 123 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6021 | 2024.07.03 17:26:10.576915 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6022 | 2024.07.03 17:26:10.577070 [ 3 ] {65c091c3-625f-4550-8ed3-afeb4f0516f6} <Debug> DynamicQueryHandler: Done processing query | ||
6023 | 2024.07.03 17:26:10.577151 [ 3 ] {65c091c3-625f-4550-8ed3-afeb4f0516f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6024 | 2024.07.03 17:26:10.577169 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
6025 | 2024.07.03 17:26:10.577178 [ 3 ] {} <Debug> HTTP-Session: 91206bff-80ed-4a14-aa93-395c8b672189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6026 | 2024.07.03 17:26:10.577580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6027 | 2024.07.03 17:26:10.577752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6028 | 2024.07.03 17:26:10.577842 [ 3 ] {} <Debug> HTTP-Session: 50ea6a44-319d-4982-9185-2695bb56bd6f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6029 | 2024.07.03 17:26:10.577833 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6030 | 2024.07.03 17:26:10.577886 [ 3 ] {} <Debug> HTTP-Session: 50ea6a44-319d-4982-9185-2695bb56bd6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6031 | 2024.07.03 17:26:10.577918 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 148 rows starting from the beginning of the part | ||
6032 | 2024.07.03 17:26:10.577929 [ 3 ] {} <Debug> HTTP-Session: 50ea6a44-319d-4982-9185-2695bb56bd6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6033 | 2024.07.03 17:26:10.578049 [ 3 ] {} <Trace> HTTP-Session: 50ea6a44-319d-4982-9185-2695bb56bd6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6034 | 2024.07.03 17:26:10.578169 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 106 rows starting from the beginning of the part | ||
6035 | 2024.07.03 17:26:10.578319 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 80 rows starting from the beginning of the part | ||
6036 | 2024.07.03 17:26:10.578565 [ 3 ] {71e6a73c-3a2d-4423-80d6-0e0e0b46bb06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6037 | 2024.07.03 17:26:10.578623 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 78 rows starting from the beginning of the part | ||
6038 | 2024.07.03 17:26:10.578894 [ 3 ] {71e6a73c-3a2d-4423-80d6-0e0e0b46bb06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6039 | 2024.07.03 17:26:10.578918 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 80 rows starting from the beginning of the part | ||
6040 | 2024.07.03 17:26:10.579225 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 80 rows starting from the beginning of the part | ||
6041 | 2024.07.03 17:26:10.579959 [ 3 ] {71e6a73c-3a2d-4423-80d6-0e0e0b46bb06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6042 | 2024.07.03 17:26:10.580961 [ 3 ] {71e6a73c-3a2d-4423-80d6-0e0e0b46bb06} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6043 | 2024.07.03 17:26:10.581023 [ 3 ] {71e6a73c-3a2d-4423-80d6-0e0e0b46bb06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6044 | 2024.07.03 17:26:10.581874 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 4 columns (4 merged, 0 gathered) in 0.004882578 sec., 117151.22625793176 rows/sec., 9.15 MiB/sec. | ||
6045 | 2024.07.03 17:26:10.582005 [ 3 ] {71e6a73c-3a2d-4423-80d6-0e0e0b46bb06} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6046 | 2024.07.03 17:26:10.582050 [ 187 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6047 | 2024.07.03 17:26:10.583013 [ 3 ] {71e6a73c-3a2d-4423-80d6-0e0e0b46bb06} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6048 | 2024.07.03 17:26:10.583020 [ 194 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_36_7} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6049 | 2024.07.03 17:26:10.583151 [ 194 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_36_7} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6050 | 2024.07.03 17:26:10.583246 [ 3 ] {71e6a73c-3a2d-4423-80d6-0e0e0b46bb06} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005003 sec., 32180.69158504897 rows/sec., 2.24 MiB/sec. | ||
6051 | 2024.07.03 17:26:10.583310 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
6052 | 2024.07.03 17:26:10.583479 [ 3 ] {71e6a73c-3a2d-4423-80d6-0e0e0b46bb06} <Debug> DynamicQueryHandler: Done processing query | ||
6053 | 2024.07.03 17:26:10.583504 [ 3 ] {71e6a73c-3a2d-4423-80d6-0e0e0b46bb06} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6054 | 2024.07.03 17:26:10.583520 [ 3 ] {} <Debug> HTTP-Session: 50ea6a44-319d-4982-9185-2695bb56bd6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6055 | 2024.07.03 17:26:10.583741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6056 | 2024.07.03 17:26:10.583788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6057 | 2024.07.03 17:26:10.583808 [ 3 ] {} <Debug> HTTP-Session: 26d35515-5bb1-46ef-9b89-f13998089ee6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6058 | 2024.07.03 17:26:10.583825 [ 3 ] {} <Debug> HTTP-Session: 26d35515-5bb1-46ef-9b89-f13998089ee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6059 | 2024.07.03 17:26:10.583838 [ 3 ] {} <Debug> HTTP-Session: 26d35515-5bb1-46ef-9b89-f13998089ee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6060 | 2024.07.03 17:26:10.583870 [ 3 ] {} <Trace> HTTP-Session: 26d35515-5bb1-46ef-9b89-f13998089ee6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6061 | 2024.07.03 17:26:10.584119 [ 3 ] {f435712d-e9b0-4b8a-a789-ef8f48229b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6062 | 2024.07.03 17:26:10.584186 [ 3 ] {f435712d-e9b0-4b8a-a789-ef8f48229b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6063 | 2024.07.03 17:26:10.584618 [ 3 ] {f435712d-e9b0-4b8a-a789-ef8f48229b55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6064 | 2024.07.03 17:26:10.585219 [ 3 ] {f435712d-e9b0-4b8a-a789-ef8f48229b55} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6065 | 2024.07.03 17:26:10.585255 [ 3 ] {f435712d-e9b0-4b8a-a789-ef8f48229b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6066 | 2024.07.03 17:26:10.585861 [ 3 ] {f435712d-e9b0-4b8a-a789-ef8f48229b55} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6067 | 2024.07.03 17:26:10.586284 [ 3 ] {f435712d-e9b0-4b8a-a789-ef8f48229b55} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6068 | 2024.07.03 17:26:10.586480 [ 3 ] {f435712d-e9b0-4b8a-a789-ef8f48229b55} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002531 sec., 5531.4105096799685 rows/sec., 9.91 MiB/sec. | ||
6069 | 2024.07.03 17:26:10.586710 [ 3 ] {f435712d-e9b0-4b8a-a789-ef8f48229b55} <Debug> DynamicQueryHandler: Done processing query | ||
6070 | 2024.07.03 17:26:10.586735 [ 3 ] {f435712d-e9b0-4b8a-a789-ef8f48229b55} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6071 | 2024.07.03 17:26:10.586752 [ 3 ] {} <Debug> HTTP-Session: 26d35515-5bb1-46ef-9b89-f13998089ee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6072 | 2024.07.03 17:26:10.586903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6073 | 2024.07.03 17:26:10.586952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6074 | 2024.07.03 17:26:10.586970 [ 3 ] {} <Debug> HTTP-Session: 07155774-eb7c-48f4-8984-c9bb3436efa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6075 | 2024.07.03 17:26:10.586987 [ 3 ] {} <Debug> HTTP-Session: 07155774-eb7c-48f4-8984-c9bb3436efa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6076 | 2024.07.03 17:26:10.587000 [ 3 ] {} <Debug> HTTP-Session: 07155774-eb7c-48f4-8984-c9bb3436efa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6077 | 2024.07.03 17:26:10.587031 [ 3 ] {} <Trace> HTTP-Session: 07155774-eb7c-48f4-8984-c9bb3436efa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6078 | 2024.07.03 17:26:10.587146 [ 3 ] {58e934ae-3a4a-4b2e-85dc-f6d5338230c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6079 | 2024.07.03 17:26:10.587191 [ 3 ] {58e934ae-3a4a-4b2e-85dc-f6d5338230c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6080 | 2024.07.03 17:26:10.587317 [ 3 ] {58e934ae-3a4a-4b2e-85dc-f6d5338230c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6081 | 2024.07.03 17:26:10.587609 [ 3 ] {58e934ae-3a4a-4b2e-85dc-f6d5338230c7} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6082 | 2024.07.03 17:26:10.587645 [ 3 ] {58e934ae-3a4a-4b2e-85dc-f6d5338230c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6083 | 2024.07.03 17:26:10.588010 [ 3 ] {58e934ae-3a4a-4b2e-85dc-f6d5338230c7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6084 | 2024.07.03 17:26:10.588340 [ 3 ] {58e934ae-3a4a-4b2e-85dc-f6d5338230c7} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6085 | 2024.07.03 17:26:10.588511 [ 3 ] {58e934ae-3a4a-4b2e-85dc-f6d5338230c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
6086 | 2024.07.03 17:26:10.588667 [ 3 ] {58e934ae-3a4a-4b2e-85dc-f6d5338230c7} <Debug> DynamicQueryHandler: Done processing query | ||
6087 | 2024.07.03 17:26:10.588691 [ 3 ] {58e934ae-3a4a-4b2e-85dc-f6d5338230c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6088 | 2024.07.03 17:26:10.588707 [ 3 ] {} <Debug> HTTP-Session: 07155774-eb7c-48f4-8984-c9bb3436efa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6089 | 2024.07.03 17:26:15.561018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6090 | 2024.07.03 17:26:15.561202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6091 | 2024.07.03 17:26:15.561245 [ 3 ] {} <Debug> HTTP-Session: ed3980a4-a159-4a10-8766-eba0546aedee Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6092 | 2024.07.03 17:26:15.561287 [ 3 ] {} <Debug> HTTP-Session: ed3980a4-a159-4a10-8766-eba0546aedee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6093 | 2024.07.03 17:26:15.561314 [ 3 ] {} <Debug> HTTP-Session: ed3980a4-a159-4a10-8766-eba0546aedee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6094 | 2024.07.03 17:26:15.561393 [ 3 ] {} <Trace> HTTP-Session: ed3980a4-a159-4a10-8766-eba0546aedee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6095 | 2024.07.03 17:26:15.561681 [ 3 ] {aa968b14-3929-43ab-9ed0-c7c8d90d6d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6096 | 2024.07.03 17:26:15.561788 [ 3 ] {aa968b14-3929-43ab-9ed0-c7c8d90d6d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6097 | 2024.07.03 17:26:15.561987 [ 3 ] {aa968b14-3929-43ab-9ed0-c7c8d90d6d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6098 | 2024.07.03 17:26:15.562399 [ 3 ] {aa968b14-3929-43ab-9ed0-c7c8d90d6d53} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6099 | 2024.07.03 17:26:15.562446 [ 3 ] {aa968b14-3929-43ab-9ed0-c7c8d90d6d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6100 | 2024.07.03 17:26:15.562825 [ 3 ] {aa968b14-3929-43ab-9ed0-c7c8d90d6d53} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6101 | 2024.07.03 17:26:15.563174 [ 3 ] {aa968b14-3929-43ab-9ed0-c7c8d90d6d53} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6102 | 2024.07.03 17:26:15.563348 [ 3 ] {aa968b14-3929-43ab-9ed0-c7c8d90d6d53} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001761 sec., 9085.746734809767 rows/sec., 736.44 KiB/sec. | ||
6103 | 2024.07.03 17:26:15.563357 [ 120 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
6104 | 2024.07.03 17:26:15.563453 [ 120 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6105 | 2024.07.03 17:26:15.563502 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6106 | 2024.07.03 17:26:15.563657 [ 3 ] {aa968b14-3929-43ab-9ed0-c7c8d90d6d53} <Debug> DynamicQueryHandler: Done processing query | ||
6107 | 2024.07.03 17:26:15.563681 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
6108 | 2024.07.03 17:26:15.563699 [ 3 ] {aa968b14-3929-43ab-9ed0-c7c8d90d6d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6109 | 2024.07.03 17:26:15.563761 [ 3 ] {} <Debug> HTTP-Session: ed3980a4-a159-4a10-8766-eba0546aedee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6110 | 2024.07.03 17:26:15.563931 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6111 | 2024.07.03 17:26:15.563956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6112 | 2024.07.03 17:26:15.564001 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
6113 | 2024.07.03 17:26:15.564062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6114 | 2024.07.03 17:26:15.564161 [ 3 ] {} <Debug> HTTP-Session: d0e55fab-3986-4709-8fed-8cd724034b7f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6115 | 2024.07.03 17:26:15.564263 [ 3 ] {} <Debug> HTTP-Session: d0e55fab-3986-4709-8fed-8cd724034b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6116 | 2024.07.03 17:26:15.564291 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part | ||
6117 | 2024.07.03 17:26:15.564310 [ 3 ] {} <Debug> HTTP-Session: d0e55fab-3986-4709-8fed-8cd724034b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6118 | 2024.07.03 17:26:15.564473 [ 3 ] {} <Trace> HTTP-Session: d0e55fab-3986-4709-8fed-8cd724034b7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6119 | 2024.07.03 17:26:15.564584 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
6120 | 2024.07.03 17:26:15.564780 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part | ||
6121 | 2024.07.03 17:26:15.565044 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
6122 | 2024.07.03 17:26:15.565060 [ 3 ] {f4a8ae8b-b9bf-4585-94f2-18eb7e4026dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6123 | 2024.07.03 17:26:15.565309 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
6124 | 2024.07.03 17:26:15.565316 [ 3 ] {f4a8ae8b-b9bf-4585-94f2-18eb7e4026dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6125 | 2024.07.03 17:26:15.566082 [ 3 ] {f4a8ae8b-b9bf-4585-94f2-18eb7e4026dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6126 | 2024.07.03 17:26:15.567057 [ 3 ] {f4a8ae8b-b9bf-4585-94f2-18eb7e4026dd} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6127 | 2024.07.03 17:26:15.567133 [ 3 ] {f4a8ae8b-b9bf-4585-94f2-18eb7e4026dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6128 | 2024.07.03 17:26:15.567967 [ 189 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004356394 sec., 24332.050774103533 rows/sec., 1.93 MiB/sec. | ||
6129 | 2024.07.03 17:26:15.567991 [ 3 ] {f4a8ae8b-b9bf-4585-94f2-18eb7e4026dd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6130 | 2024.07.03 17:26:15.568353 [ 189 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
6131 | 2024.07.03 17:26:15.568609 [ 3 ] {f4a8ae8b-b9bf-4585-94f2-18eb7e4026dd} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6132 | 2024.07.03 17:26:15.569030 [ 3 ] {f4a8ae8b-b9bf-4585-94f2-18eb7e4026dd} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.004258 sec., 24424.6124941287 rows/sec., 2.01 MiB/sec. | ||
6133 | 2024.07.03 17:26:15.569373 [ 3 ] {f4a8ae8b-b9bf-4585-94f2-18eb7e4026dd} <Debug> DynamicQueryHandler: Done processing query | ||
6134 | 2024.07.03 17:26:15.569413 [ 189 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6135 | 2024.07.03 17:26:15.569422 [ 3 ] {f4a8ae8b-b9bf-4585-94f2-18eb7e4026dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6136 | 2024.07.03 17:26:15.569478 [ 3 ] {} <Debug> HTTP-Session: d0e55fab-3986-4709-8fed-8cd724034b7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6137 | 2024.07.03 17:26:15.569577 [ 189 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_35_7} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
6138 | 2024.07.03 17:26:15.569651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6139 | 2024.07.03 17:26:15.569725 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6140 | 2024.07.03 17:26:15.569751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6141 | 2024.07.03 17:26:15.569788 [ 3 ] {} <Debug> HTTP-Session: 480d08f5-a2fe-43d1-8dfa-d06ebd1c5b64 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6142 | 2024.07.03 17:26:15.569806 [ 3 ] {} <Debug> HTTP-Session: 480d08f5-a2fe-43d1-8dfa-d06ebd1c5b64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6143 | 2024.07.03 17:26:15.569820 [ 3 ] {} <Debug> HTTP-Session: 480d08f5-a2fe-43d1-8dfa-d06ebd1c5b64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6144 | 2024.07.03 17:26:15.569855 [ 3 ] {} <Trace> HTTP-Session: 480d08f5-a2fe-43d1-8dfa-d06ebd1c5b64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6145 | 2024.07.03 17:26:15.569992 [ 3 ] {b6e5c702-e1f0-4225-8f41-37128674ceb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6146 | 2024.07.03 17:26:15.570042 [ 3 ] {b6e5c702-e1f0-4225-8f41-37128674ceb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6147 | 2024.07.03 17:26:15.570190 [ 3 ] {b6e5c702-e1f0-4225-8f41-37128674ceb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6148 | 2024.07.03 17:26:15.570534 [ 3 ] {b6e5c702-e1f0-4225-8f41-37128674ceb2} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6149 | 2024.07.03 17:26:15.570571 [ 3 ] {b6e5c702-e1f0-4225-8f41-37128674ceb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6150 | 2024.07.03 17:26:15.570890 [ 3 ] {b6e5c702-e1f0-4225-8f41-37128674ceb2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6151 | 2024.07.03 17:26:15.571275 [ 3 ] {b6e5c702-e1f0-4225-8f41-37128674ceb2} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6152 | 2024.07.03 17:26:15.571437 [ 3 ] {b6e5c702-e1f0-4225-8f41-37128674ceb2} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001495 sec., 53511.70568561873 rows/sec., 4.18 MiB/sec. | ||
6153 | 2024.07.03 17:26:15.571722 [ 3 ] {b6e5c702-e1f0-4225-8f41-37128674ceb2} <Debug> DynamicQueryHandler: Done processing query | ||
6154 | 2024.07.03 17:26:15.571762 [ 3 ] {b6e5c702-e1f0-4225-8f41-37128674ceb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6155 | 2024.07.03 17:26:15.571792 [ 3 ] {} <Debug> HTTP-Session: 480d08f5-a2fe-43d1-8dfa-d06ebd1c5b64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6156 | 2024.07.03 17:26:15.571956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6157 | 2024.07.03 17:26:15.572008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6158 | 2024.07.03 17:26:15.572033 [ 3 ] {} <Debug> HTTP-Session: d5fef4e6-9138-4ada-bca3-461bc0e908eb Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6159 | 2024.07.03 17:26:15.572051 [ 3 ] {} <Debug> HTTP-Session: d5fef4e6-9138-4ada-bca3-461bc0e908eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6160 | 2024.07.03 17:26:15.572066 [ 3 ] {} <Debug> HTTP-Session: d5fef4e6-9138-4ada-bca3-461bc0e908eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6161 | 2024.07.03 17:26:15.572099 [ 3 ] {} <Trace> HTTP-Session: d5fef4e6-9138-4ada-bca3-461bc0e908eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6162 | 2024.07.03 17:26:15.572248 [ 3 ] {0bb04a0b-f18d-4d58-a2d2-5885b2398d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6163 | 2024.07.03 17:26:15.572299 [ 3 ] {0bb04a0b-f18d-4d58-a2d2-5885b2398d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6164 | 2024.07.03 17:26:15.572463 [ 3 ] {0bb04a0b-f18d-4d58-a2d2-5885b2398d6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6165 | 2024.07.03 17:26:15.572827 [ 3 ] {0bb04a0b-f18d-4d58-a2d2-5885b2398d6a} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6166 | 2024.07.03 17:26:15.572870 [ 3 ] {0bb04a0b-f18d-4d58-a2d2-5885b2398d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6167 | 2024.07.03 17:26:15.573273 [ 3 ] {0bb04a0b-f18d-4d58-a2d2-5885b2398d6a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6168 | 2024.07.03 17:26:15.573620 [ 3 ] {0bb04a0b-f18d-4d58-a2d2-5885b2398d6a} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6169 | 2024.07.03 17:26:15.573783 [ 3 ] {0bb04a0b-f18d-4d58-a2d2-5885b2398d6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec. | ||
6170 | 2024.07.03 17:26:15.573944 [ 3 ] {0bb04a0b-f18d-4d58-a2d2-5885b2398d6a} <Debug> DynamicQueryHandler: Done processing query | ||
6171 | 2024.07.03 17:26:15.573968 [ 3 ] {0bb04a0b-f18d-4d58-a2d2-5885b2398d6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6172 | 2024.07.03 17:26:15.573985 [ 3 ] {} <Debug> HTTP-Session: d5fef4e6-9138-4ada-bca3-461bc0e908eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6173 | 2024.07.03 17:26:15.574139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6174 | 2024.07.03 17:26:15.574189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6175 | 2024.07.03 17:26:15.574210 [ 3 ] {} <Debug> HTTP-Session: 68d73e74-2281-42c6-afa7-64d76a5a7f16 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6176 | 2024.07.03 17:26:15.574227 [ 3 ] {} <Debug> HTTP-Session: 68d73e74-2281-42c6-afa7-64d76a5a7f16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6177 | 2024.07.03 17:26:15.574241 [ 3 ] {} <Debug> HTTP-Session: 68d73e74-2281-42c6-afa7-64d76a5a7f16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6178 | 2024.07.03 17:26:15.574273 [ 3 ] {} <Trace> HTTP-Session: 68d73e74-2281-42c6-afa7-64d76a5a7f16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6179 | 2024.07.03 17:26:15.574512 [ 3 ] {93445f3d-86cb-494c-bbf0-cf8be09b1565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6180 | 2024.07.03 17:26:15.574577 [ 3 ] {93445f3d-86cb-494c-bbf0-cf8be09b1565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6181 | 2024.07.03 17:26:15.574994 [ 3 ] {93445f3d-86cb-494c-bbf0-cf8be09b1565} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6182 | 2024.07.03 17:26:15.575567 [ 3 ] {93445f3d-86cb-494c-bbf0-cf8be09b1565} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6183 | 2024.07.03 17:26:15.575604 [ 3 ] {93445f3d-86cb-494c-bbf0-cf8be09b1565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6184 | 2024.07.03 17:26:15.576202 [ 3 ] {93445f3d-86cb-494c-bbf0-cf8be09b1565} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6185 | 2024.07.03 17:26:15.576620 [ 3 ] {93445f3d-86cb-494c-bbf0-cf8be09b1565} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6186 | 2024.07.03 17:26:15.576819 [ 3 ] {93445f3d-86cb-494c-bbf0-cf8be09b1565} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00247 sec., 6477.7327935222675 rows/sec., 11.61 MiB/sec. | ||
6187 | 2024.07.03 17:26:15.577040 [ 3 ] {93445f3d-86cb-494c-bbf0-cf8be09b1565} <Debug> DynamicQueryHandler: Done processing query | ||
6188 | 2024.07.03 17:26:15.577066 [ 3 ] {93445f3d-86cb-494c-bbf0-cf8be09b1565} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6189 | 2024.07.03 17:26:15.577083 [ 3 ] {} <Debug> HTTP-Session: 68d73e74-2281-42c6-afa7-64d76a5a7f16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6190 | 2024.07.03 17:26:15.577208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6191 | 2024.07.03 17:26:15.577258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6192 | 2024.07.03 17:26:15.577278 [ 3 ] {} <Debug> HTTP-Session: a06be5c2-211f-4a2b-9079-25e7fa976a58 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6193 | 2024.07.03 17:26:15.577295 [ 3 ] {} <Debug> HTTP-Session: a06be5c2-211f-4a2b-9079-25e7fa976a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6194 | 2024.07.03 17:26:15.577309 [ 3 ] {} <Debug> HTTP-Session: a06be5c2-211f-4a2b-9079-25e7fa976a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6195 | 2024.07.03 17:26:15.577340 [ 3 ] {} <Trace> HTTP-Session: a06be5c2-211f-4a2b-9079-25e7fa976a58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6196 | 2024.07.03 17:26:15.577465 [ 3 ] {6f4849a0-7aaa-444e-bdc0-377ad89762d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6197 | 2024.07.03 17:26:15.577510 [ 3 ] {6f4849a0-7aaa-444e-bdc0-377ad89762d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6198 | 2024.07.03 17:26:15.577638 [ 3 ] {6f4849a0-7aaa-444e-bdc0-377ad89762d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6199 | 2024.07.03 17:26:15.577929 [ 3 ] {6f4849a0-7aaa-444e-bdc0-377ad89762d5} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6200 | 2024.07.03 17:26:15.577966 [ 3 ] {6f4849a0-7aaa-444e-bdc0-377ad89762d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6201 | 2024.07.03 17:26:15.578334 [ 3 ] {6f4849a0-7aaa-444e-bdc0-377ad89762d5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6202 | 2024.07.03 17:26:15.578667 [ 3 ] {6f4849a0-7aaa-444e-bdc0-377ad89762d5} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6203 | 2024.07.03 17:26:15.578825 [ 3 ] {6f4849a0-7aaa-444e-bdc0-377ad89762d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
6204 | 2024.07.03 17:26:15.578981 [ 3 ] {6f4849a0-7aaa-444e-bdc0-377ad89762d5} <Debug> DynamicQueryHandler: Done processing query | ||
6205 | 2024.07.03 17:26:15.579007 [ 3 ] {6f4849a0-7aaa-444e-bdc0-377ad89762d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6206 | 2024.07.03 17:26:15.579028 [ 3 ] {} <Debug> HTTP-Session: a06be5c2-211f-4a2b-9079-25e7fa976a58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6207 | 2024.07.03 17:26:18.469675 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6208 | 2024.07.03 17:26:18.469726 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6209 | 2024.07.03 17:26:20.561630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6210 | 2024.07.03 17:26:20.561762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6211 | 2024.07.03 17:26:20.561789 [ 3 ] {} <Debug> HTTP-Session: 0f9277d1-280d-48f0-bf5e-9fd77e023ccf Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6212 | 2024.07.03 17:26:20.561815 [ 3 ] {} <Debug> HTTP-Session: 0f9277d1-280d-48f0-bf5e-9fd77e023ccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6213 | 2024.07.03 17:26:20.561829 [ 3 ] {} <Debug> HTTP-Session: 0f9277d1-280d-48f0-bf5e-9fd77e023ccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6214 | 2024.07.03 17:26:20.561880 [ 3 ] {} <Trace> HTTP-Session: 0f9277d1-280d-48f0-bf5e-9fd77e023ccf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6215 | 2024.07.03 17:26:20.562069 [ 3 ] {990a3495-3886-4d92-bf4a-c93604e22db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6216 | 2024.07.03 17:26:20.562139 [ 3 ] {990a3495-3886-4d92-bf4a-c93604e22db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6217 | 2024.07.03 17:26:20.562331 [ 3 ] {990a3495-3886-4d92-bf4a-c93604e22db1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6218 | 2024.07.03 17:26:20.562761 [ 3 ] {990a3495-3886-4d92-bf4a-c93604e22db1} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6219 | 2024.07.03 17:26:20.562805 [ 3 ] {990a3495-3886-4d92-bf4a-c93604e22db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6220 | 2024.07.03 17:26:20.563185 [ 3 ] {990a3495-3886-4d92-bf4a-c93604e22db1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6221 | 2024.07.03 17:26:20.563528 [ 3 ] {990a3495-3886-4d92-bf4a-c93604e22db1} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6222 | 2024.07.03 17:26:20.563693 [ 3 ] {990a3495-3886-4d92-bf4a-c93604e22db1} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001682 sec., 8323.424494649227 rows/sec., 674.65 KiB/sec. | ||
6223 | 2024.07.03 17:26:20.564000 [ 3 ] {990a3495-3886-4d92-bf4a-c93604e22db1} <Debug> DynamicQueryHandler: Done processing query | ||
6224 | 2024.07.03 17:26:20.564041 [ 3 ] {990a3495-3886-4d92-bf4a-c93604e22db1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6225 | 2024.07.03 17:26:20.564069 [ 3 ] {} <Debug> HTTP-Session: 0f9277d1-280d-48f0-bf5e-9fd77e023ccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6226 | 2024.07.03 17:26:20.564221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 19040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6227 | 2024.07.03 17:26:20.564276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6228 | 2024.07.03 17:26:20.564297 [ 3 ] {} <Debug> HTTP-Session: 1e65e836-2c8c-4e71-b261-406873c8c9bf Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6229 | 2024.07.03 17:26:20.564316 [ 3 ] {} <Debug> HTTP-Session: 1e65e836-2c8c-4e71-b261-406873c8c9bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6230 | 2024.07.03 17:26:20.564330 [ 3 ] {} <Debug> HTTP-Session: 1e65e836-2c8c-4e71-b261-406873c8c9bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6231 | 2024.07.03 17:26:20.564366 [ 3 ] {} <Trace> HTTP-Session: 1e65e836-2c8c-4e71-b261-406873c8c9bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6232 | 2024.07.03 17:26:20.564518 [ 3 ] {0c318c9d-6fda-4914-86b8-2a8a1895b50c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6233 | 2024.07.03 17:26:20.564567 [ 3 ] {0c318c9d-6fda-4914-86b8-2a8a1895b50c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6234 | 2024.07.03 17:26:20.564718 [ 3 ] {0c318c9d-6fda-4914-86b8-2a8a1895b50c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6235 | 2024.07.03 17:26:20.565102 [ 3 ] {0c318c9d-6fda-4914-86b8-2a8a1895b50c} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6236 | 2024.07.03 17:26:20.565141 [ 3 ] {0c318c9d-6fda-4914-86b8-2a8a1895b50c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6237 | 2024.07.03 17:26:20.565475 [ 3 ] {0c318c9d-6fda-4914-86b8-2a8a1895b50c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6238 | 2024.07.03 17:26:20.565788 [ 3 ] {0c318c9d-6fda-4914-86b8-2a8a1895b50c} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6239 | 2024.07.03 17:26:20.565944 [ 3 ] {0c318c9d-6fda-4914-86b8-2a8a1895b50c} <Debug> executeQuery: Read 134 rows, 10.89 KiB in 0.001487 sec., 90114.32414256893 rows/sec., 7.15 MiB/sec. | ||
6240 | 2024.07.03 17:26:20.566121 [ 3 ] {0c318c9d-6fda-4914-86b8-2a8a1895b50c} <Debug> DynamicQueryHandler: Done processing query | ||
6241 | 2024.07.03 17:26:20.566146 [ 3 ] {0c318c9d-6fda-4914-86b8-2a8a1895b50c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6242 | 2024.07.03 17:26:20.566162 [ 3 ] {} <Debug> HTTP-Session: 1e65e836-2c8c-4e71-b261-406873c8c9bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6243 | 2024.07.03 17:26:20.566295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6244 | 2024.07.03 17:26:20.566344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6245 | 2024.07.03 17:26:20.566364 [ 3 ] {} <Debug> HTTP-Session: 6ff1b318-efef-4b9a-b0da-69f3d098e25e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6246 | 2024.07.03 17:26:20.566382 [ 3 ] {} <Debug> HTTP-Session: 6ff1b318-efef-4b9a-b0da-69f3d098e25e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6247 | 2024.07.03 17:26:20.566396 [ 3 ] {} <Debug> HTTP-Session: 6ff1b318-efef-4b9a-b0da-69f3d098e25e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6248 | 2024.07.03 17:26:20.566429 [ 3 ] {} <Trace> HTTP-Session: 6ff1b318-efef-4b9a-b0da-69f3d098e25e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6249 | 2024.07.03 17:26:20.566550 [ 3 ] {53d0848f-ad06-470b-a4e9-89e434daf595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6250 | 2024.07.03 17:26:20.566594 [ 3 ] {53d0848f-ad06-470b-a4e9-89e434daf595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6251 | 2024.07.03 17:26:20.566719 [ 3 ] {53d0848f-ad06-470b-a4e9-89e434daf595} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6252 | 2024.07.03 17:26:20.567044 [ 3 ] {53d0848f-ad06-470b-a4e9-89e434daf595} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6253 | 2024.07.03 17:26:20.567080 [ 3 ] {53d0848f-ad06-470b-a4e9-89e434daf595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6254 | 2024.07.03 17:26:20.567406 [ 3 ] {53d0848f-ad06-470b-a4e9-89e434daf595} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6255 | 2024.07.03 17:26:20.567709 [ 3 ] {53d0848f-ad06-470b-a4e9-89e434daf595} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6256 | 2024.07.03 17:26:20.567867 [ 3 ] {53d0848f-ad06-470b-a4e9-89e434daf595} <Debug> executeQuery: Read 102 rows, 8.13 KiB in 0.001358 sec., 75110.45655375552 rows/sec., 5.85 MiB/sec. | ||
6257 | 2024.07.03 17:26:20.568023 [ 3 ] {53d0848f-ad06-470b-a4e9-89e434daf595} <Debug> DynamicQueryHandler: Done processing query | ||
6258 | 2024.07.03 17:26:20.568048 [ 3 ] {53d0848f-ad06-470b-a4e9-89e434daf595} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6259 | 2024.07.03 17:26:20.568065 [ 3 ] {} <Debug> HTTP-Session: 6ff1b318-efef-4b9a-b0da-69f3d098e25e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6260 | 2024.07.03 17:26:20.568236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 37597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6261 | 2024.07.03 17:26:20.568287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6262 | 2024.07.03 17:26:20.568306 [ 3 ] {} <Debug> HTTP-Session: fe0fd0e6-42fa-439b-8475-9c0b043b0325 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6263 | 2024.07.03 17:26:20.568322 [ 3 ] {} <Debug> HTTP-Session: fe0fd0e6-42fa-439b-8475-9c0b043b0325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6264 | 2024.07.03 17:26:20.568336 [ 3 ] {} <Debug> HTTP-Session: fe0fd0e6-42fa-439b-8475-9c0b043b0325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6265 | 2024.07.03 17:26:20.568367 [ 3 ] {} <Trace> HTTP-Session: fe0fd0e6-42fa-439b-8475-9c0b043b0325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6266 | 2024.07.03 17:26:20.568596 [ 3 ] {53448741-893e-4245-9995-bd593e888f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6267 | 2024.07.03 17:26:20.568644 [ 3 ] {53448741-893e-4245-9995-bd593e888f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6268 | 2024.07.03 17:26:20.568788 [ 3 ] {53448741-893e-4245-9995-bd593e888f7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6269 | 2024.07.03 17:26:20.569143 [ 3 ] {53448741-893e-4245-9995-bd593e888f7d} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6270 | 2024.07.03 17:26:20.569180 [ 3 ] {53448741-893e-4245-9995-bd593e888f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6271 | 2024.07.03 17:26:20.569564 [ 3 ] {53448741-893e-4245-9995-bd593e888f7d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6272 | 2024.07.03 17:26:20.569906 [ 3 ] {53448741-893e-4245-9995-bd593e888f7d} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6273 | 2024.07.03 17:26:20.570060 [ 3 ] {53448741-893e-4245-9995-bd593e888f7d} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001605 sec., 122118.3800623053 rows/sec., 8.53 MiB/sec. | ||
6274 | 2024.07.03 17:26:20.570218 [ 3 ] {53448741-893e-4245-9995-bd593e888f7d} <Debug> DynamicQueryHandler: Done processing query | ||
6275 | 2024.07.03 17:26:20.570242 [ 3 ] {53448741-893e-4245-9995-bd593e888f7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6276 | 2024.07.03 17:26:20.570258 [ 3 ] {} <Debug> HTTP-Session: fe0fd0e6-42fa-439b-8475-9c0b043b0325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6277 | 2024.07.03 17:26:20.570413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6278 | 2024.07.03 17:26:20.570460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6279 | 2024.07.03 17:26:20.570480 [ 3 ] {} <Debug> HTTP-Session: ac6ac71d-597f-413c-a205-f5cb7a216129 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6280 | 2024.07.03 17:26:20.570498 [ 3 ] {} <Debug> HTTP-Session: ac6ac71d-597f-413c-a205-f5cb7a216129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6281 | 2024.07.03 17:26:20.570513 [ 3 ] {} <Debug> HTTP-Session: ac6ac71d-597f-413c-a205-f5cb7a216129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6282 | 2024.07.03 17:26:20.570543 [ 3 ] {} <Trace> HTTP-Session: ac6ac71d-597f-413c-a205-f5cb7a216129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6283 | 2024.07.03 17:26:20.570790 [ 3 ] {89a267b8-6f65-446b-9825-1927bc20415b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6284 | 2024.07.03 17:26:20.570855 [ 3 ] {89a267b8-6f65-446b-9825-1927bc20415b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6285 | 2024.07.03 17:26:20.571261 [ 3 ] {89a267b8-6f65-446b-9825-1927bc20415b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6286 | 2024.07.03 17:26:20.571854 [ 3 ] {89a267b8-6f65-446b-9825-1927bc20415b} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6287 | 2024.07.03 17:26:20.571890 [ 3 ] {89a267b8-6f65-446b-9825-1927bc20415b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6288 | 2024.07.03 17:26:20.572525 [ 3 ] {89a267b8-6f65-446b-9825-1927bc20415b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6289 | 2024.07.03 17:26:20.572940 [ 3 ] {89a267b8-6f65-446b-9825-1927bc20415b} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6290 | 2024.07.03 17:26:20.573115 [ 117 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6291 | 2024.07.03 17:26:20.573130 [ 3 ] {89a267b8-6f65-446b-9825-1927bc20415b} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002508 sec., 5582.13716108453 rows/sec., 10.00 MiB/sec. | ||
6292 | 2024.07.03 17:26:20.573194 [ 117 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6293 | 2024.07.03 17:26:20.573275 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6294 | 2024.07.03 17:26:20.573628 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
6295 | 2024.07.03 17:26:20.573682 [ 3 ] {89a267b8-6f65-446b-9825-1927bc20415b} <Debug> DynamicQueryHandler: Done processing query | ||
6296 | 2024.07.03 17:26:20.573727 [ 3 ] {89a267b8-6f65-446b-9825-1927bc20415b} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6297 | 2024.07.03 17:26:20.573760 [ 3 ] {} <Debug> HTTP-Session: ac6ac71d-597f-413c-a205-f5cb7a216129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6298 | 2024.07.03 17:26:20.573925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6299 | 2024.07.03 17:26:20.574020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6300 | 2024.07.03 17:26:20.574077 [ 3 ] {} <Debug> HTTP-Session: 88d1f2ff-82a8-4580-bbbe-2020c957ace8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6301 | 2024.07.03 17:26:20.574126 [ 3 ] {} <Debug> HTTP-Session: 88d1f2ff-82a8-4580-bbbe-2020c957ace8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6302 | 2024.07.03 17:26:20.574164 [ 3 ] {} <Debug> HTTP-Session: 88d1f2ff-82a8-4580-bbbe-2020c957ace8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6303 | 2024.07.03 17:26:20.574256 [ 3 ] {} <Trace> HTTP-Session: 88d1f2ff-82a8-4580-bbbe-2020c957ace8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6304 | 2024.07.03 17:26:20.574481 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6305 | 2024.07.03 17:26:20.574511 [ 3 ] {0dc2af18-4b7a-4348-ba21-f4e9f93c922c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6306 | 2024.07.03 17:26:20.574626 [ 3 ] {0dc2af18-4b7a-4348-ba21-f4e9f93c922c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6307 | 2024.07.03 17:26:20.574672 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 460 rows starting from the beginning of the part | ||
6308 | 2024.07.03 17:26:20.575204 [ 3 ] {0dc2af18-4b7a-4348-ba21-f4e9f93c922c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6309 | 2024.07.03 17:26:20.575604 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
6310 | 2024.07.03 17:26:20.576272 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part | ||
6311 | 2024.07.03 17:26:20.576521 [ 3 ] {0dc2af18-4b7a-4348-ba21-f4e9f93c922c} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6312 | 2024.07.03 17:26:20.576599 [ 3 ] {0dc2af18-4b7a-4348-ba21-f4e9f93c922c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6313 | 2024.07.03 17:26:20.576995 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
6314 | 2024.07.03 17:26:20.577752 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
6315 | 2024.07.03 17:26:20.577846 [ 3 ] {0dc2af18-4b7a-4348-ba21-f4e9f93c922c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6316 | 2024.07.03 17:26:20.578430 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
6317 | 2024.07.03 17:26:20.578954 [ 3 ] {0dc2af18-4b7a-4348-ba21-f4e9f93c922c} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6318 | 2024.07.03 17:26:20.579334 [ 3 ] {0dc2af18-4b7a-4348-ba21-f4e9f93c922c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004905 sec., 12232.415902140674 rows/sec., 844.16 KiB/sec. | ||
6319 | 2024.07.03 17:26:20.579719 [ 3 ] {0dc2af18-4b7a-4348-ba21-f4e9f93c922c} <Debug> DynamicQueryHandler: Done processing query | ||
6320 | 2024.07.03 17:26:20.579757 [ 3 ] {0dc2af18-4b7a-4348-ba21-f4e9f93c922c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6321 | 2024.07.03 17:26:20.579801 [ 3 ] {} <Debug> HTTP-Session: 88d1f2ff-82a8-4580-bbbe-2020c957ace8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6322 | 2024.07.03 17:26:20.595093 [ 189 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 534 rows, containing 19 columns (19 merged, 0 gathered) in 0.021675138 sec., 24636.521345331228 rows/sec., 44.15 MiB/sec. | ||
6323 | 2024.07.03 17:26:20.595831 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6324 | 2024.07.03 17:26:20.596402 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6325 | 2024.07.03 17:26:20.596488 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6326 | 2024.07.03 17:26:20.596604 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
6327 | 2024.07.03 17:26:21.000194 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.59 MiB, peak 195.00 MiB, free memory in arenas 0.00 B, will set to 188.06 MiB (RSS), difference: 1.47 MiB | ||
6328 | 2024.07.03 17:26:25.561238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6329 | 2024.07.03 17:26:25.561379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6330 | 2024.07.03 17:26:25.561410 [ 3 ] {} <Debug> HTTP-Session: d340ef6c-1002-4b9d-841a-52f2f411592a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6331 | 2024.07.03 17:26:25.561440 [ 3 ] {} <Debug> HTTP-Session: d340ef6c-1002-4b9d-841a-52f2f411592a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6332 | 2024.07.03 17:26:25.561458 [ 3 ] {} <Debug> HTTP-Session: d340ef6c-1002-4b9d-841a-52f2f411592a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6333 | 2024.07.03 17:26:25.561516 [ 3 ] {} <Trace> HTTP-Session: d340ef6c-1002-4b9d-841a-52f2f411592a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6334 | 2024.07.03 17:26:25.561720 [ 3 ] {5fc2eb81-b0d5-4f52-82bc-ccb5ae703a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6335 | 2024.07.03 17:26:25.561795 [ 3 ] {5fc2eb81-b0d5-4f52-82bc-ccb5ae703a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6336 | 2024.07.03 17:26:25.562009 [ 3 ] {5fc2eb81-b0d5-4f52-82bc-ccb5ae703a79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6337 | 2024.07.03 17:26:25.562439 [ 3 ] {5fc2eb81-b0d5-4f52-82bc-ccb5ae703a79} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6338 | 2024.07.03 17:26:25.562483 [ 3 ] {5fc2eb81-b0d5-4f52-82bc-ccb5ae703a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6339 | 2024.07.03 17:26:25.562855 [ 3 ] {5fc2eb81-b0d5-4f52-82bc-ccb5ae703a79} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6340 | 2024.07.03 17:26:25.563203 [ 3 ] {5fc2eb81-b0d5-4f52-82bc-ccb5ae703a79} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6341 | 2024.07.03 17:26:25.563391 [ 3 ] {5fc2eb81-b0d5-4f52-82bc-ccb5ae703a79} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001732 sec., 9237.875288683603 rows/sec., 748.77 KiB/sec. | ||
6342 | 2024.07.03 17:26:25.563781 [ 3 ] {5fc2eb81-b0d5-4f52-82bc-ccb5ae703a79} <Debug> DynamicQueryHandler: Done processing query | ||
6343 | 2024.07.03 17:26:25.563809 [ 3 ] {5fc2eb81-b0d5-4f52-82bc-ccb5ae703a79} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6344 | 2024.07.03 17:26:25.563826 [ 3 ] {} <Debug> HTTP-Session: d340ef6c-1002-4b9d-841a-52f2f411592a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6345 | 2024.07.03 17:26:25.563954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6346 | 2024.07.03 17:26:25.564011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6347 | 2024.07.03 17:26:25.564031 [ 3 ] {} <Debug> HTTP-Session: 2cfad4b1-aea7-4cee-981e-fe73f9b9d228 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6348 | 2024.07.03 17:26:25.564048 [ 3 ] {} <Debug> HTTP-Session: 2cfad4b1-aea7-4cee-981e-fe73f9b9d228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6349 | 2024.07.03 17:26:25.564062 [ 3 ] {} <Debug> HTTP-Session: 2cfad4b1-aea7-4cee-981e-fe73f9b9d228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6350 | 2024.07.03 17:26:25.564097 [ 3 ] {} <Trace> HTTP-Session: 2cfad4b1-aea7-4cee-981e-fe73f9b9d228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6351 | 2024.07.03 17:26:25.564206 [ 3 ] {60a2ba38-acaf-4ae4-9db3-66a1bf24d0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6352 | 2024.07.03 17:26:25.564255 [ 3 ] {60a2ba38-acaf-4ae4-9db3-66a1bf24d0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6353 | 2024.07.03 17:26:25.564411 [ 3 ] {60a2ba38-acaf-4ae4-9db3-66a1bf24d0ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6354 | 2024.07.03 17:26:25.564715 [ 3 ] {60a2ba38-acaf-4ae4-9db3-66a1bf24d0ff} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6355 | 2024.07.03 17:26:25.564754 [ 3 ] {60a2ba38-acaf-4ae4-9db3-66a1bf24d0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6356 | 2024.07.03 17:26:25.565064 [ 3 ] {60a2ba38-acaf-4ae4-9db3-66a1bf24d0ff} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6357 | 2024.07.03 17:26:25.565391 [ 3 ] {60a2ba38-acaf-4ae4-9db3-66a1bf24d0ff} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6358 | 2024.07.03 17:26:25.565551 [ 3 ] {60a2ba38-acaf-4ae4-9db3-66a1bf24d0ff} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001369 sec., 1460.9203798392987 rows/sec., 119.13 KiB/sec. | ||
6359 | 2024.07.03 17:26:25.565714 [ 3 ] {60a2ba38-acaf-4ae4-9db3-66a1bf24d0ff} <Debug> DynamicQueryHandler: Done processing query | ||
6360 | 2024.07.03 17:26:25.565739 [ 3 ] {60a2ba38-acaf-4ae4-9db3-66a1bf24d0ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6361 | 2024.07.03 17:26:25.565755 [ 3 ] {} <Debug> HTTP-Session: 2cfad4b1-aea7-4cee-981e-fe73f9b9d228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6362 | 2024.07.03 17:26:25.565884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6363 | 2024.07.03 17:26:25.565934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6364 | 2024.07.03 17:26:25.565955 [ 3 ] {} <Debug> HTTP-Session: 171c3cb9-4441-4ba8-a01c-4a67436621b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6365 | 2024.07.03 17:26:25.565971 [ 3 ] {} <Debug> HTTP-Session: 171c3cb9-4441-4ba8-a01c-4a67436621b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6366 | 2024.07.03 17:26:25.565985 [ 3 ] {} <Debug> HTTP-Session: 171c3cb9-4441-4ba8-a01c-4a67436621b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6367 | 2024.07.03 17:26:25.566017 [ 3 ] {} <Trace> HTTP-Session: 171c3cb9-4441-4ba8-a01c-4a67436621b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6368 | 2024.07.03 17:26:25.566142 [ 3 ] {a0bce47b-955e-4226-ae3b-13b26b332219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6369 | 2024.07.03 17:26:25.566188 [ 3 ] {a0bce47b-955e-4226-ae3b-13b26b332219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6370 | 2024.07.03 17:26:25.566316 [ 3 ] {a0bce47b-955e-4226-ae3b-13b26b332219} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6371 | 2024.07.03 17:26:25.566673 [ 3 ] {a0bce47b-955e-4226-ae3b-13b26b332219} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6372 | 2024.07.03 17:26:25.566710 [ 3 ] {a0bce47b-955e-4226-ae3b-13b26b332219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6373 | 2024.07.03 17:26:25.567031 [ 3 ] {a0bce47b-955e-4226-ae3b-13b26b332219} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6374 | 2024.07.03 17:26:25.567346 [ 3 ] {a0bce47b-955e-4226-ae3b-13b26b332219} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6375 | 2024.07.03 17:26:25.567500 [ 3 ] {a0bce47b-955e-4226-ae3b-13b26b332219} <Debug> executeQuery: Read 105 rows, 8.84 KiB in 0.0014 sec., 75000 rows/sec., 6.17 MiB/sec. | ||
6376 | 2024.07.03 17:26:25.567710 [ 3 ] {a0bce47b-955e-4226-ae3b-13b26b332219} <Debug> DynamicQueryHandler: Done processing query | ||
6377 | 2024.07.03 17:26:25.567736 [ 3 ] {a0bce47b-955e-4226-ae3b-13b26b332219} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6378 | 2024.07.03 17:26:25.567752 [ 3 ] {} <Debug> HTTP-Session: 171c3cb9-4441-4ba8-a01c-4a67436621b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6379 | 2024.07.03 17:26:25.567857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6380 | 2024.07.03 17:26:25.567907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6381 | 2024.07.03 17:26:25.567926 [ 3 ] {} <Debug> HTTP-Session: 9adc275a-0a6a-4480-82dc-304dc0d32659 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6382 | 2024.07.03 17:26:25.567943 [ 3 ] {} <Debug> HTTP-Session: 9adc275a-0a6a-4480-82dc-304dc0d32659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6383 | 2024.07.03 17:26:25.567957 [ 3 ] {} <Debug> HTTP-Session: 9adc275a-0a6a-4480-82dc-304dc0d32659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6384 | 2024.07.03 17:26:25.567988 [ 3 ] {} <Trace> HTTP-Session: 9adc275a-0a6a-4480-82dc-304dc0d32659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6385 | 2024.07.03 17:26:25.568083 [ 3 ] {cf61ef12-74c7-4989-a5c7-eec95b1127ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6386 | 2024.07.03 17:26:25.568126 [ 3 ] {cf61ef12-74c7-4989-a5c7-eec95b1127ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6387 | 2024.07.03 17:26:25.568255 [ 3 ] {cf61ef12-74c7-4989-a5c7-eec95b1127ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6388 | 2024.07.03 17:26:25.568517 [ 3 ] {cf61ef12-74c7-4989-a5c7-eec95b1127ef} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6389 | 2024.07.03 17:26:25.568555 [ 3 ] {cf61ef12-74c7-4989-a5c7-eec95b1127ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6390 | 2024.07.03 17:26:25.568859 [ 3 ] {cf61ef12-74c7-4989-a5c7-eec95b1127ef} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6391 | 2024.07.03 17:26:25.569169 [ 3 ] {cf61ef12-74c7-4989-a5c7-eec95b1127ef} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6392 | 2024.07.03 17:26:25.569319 [ 3 ] {cf61ef12-74c7-4989-a5c7-eec95b1127ef} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001259 sec., 1588.5623510722796 rows/sec., 110.92 KiB/sec. | ||
6393 | 2024.07.03 17:26:25.569473 [ 3 ] {cf61ef12-74c7-4989-a5c7-eec95b1127ef} <Debug> DynamicQueryHandler: Done processing query | ||
6394 | 2024.07.03 17:26:25.569497 [ 3 ] {cf61ef12-74c7-4989-a5c7-eec95b1127ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6395 | 2024.07.03 17:26:25.569513 [ 3 ] {} <Debug> HTTP-Session: 9adc275a-0a6a-4480-82dc-304dc0d32659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6396 | 2024.07.03 17:26:25.569628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6397 | 2024.07.03 17:26:25.569676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6398 | 2024.07.03 17:26:25.569696 [ 3 ] {} <Debug> HTTP-Session: ed0425a4-2b61-4788-863d-dfea3e2fe89c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6399 | 2024.07.03 17:26:25.569713 [ 3 ] {} <Debug> HTTP-Session: ed0425a4-2b61-4788-863d-dfea3e2fe89c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6400 | 2024.07.03 17:26:25.569727 [ 3 ] {} <Debug> HTTP-Session: ed0425a4-2b61-4788-863d-dfea3e2fe89c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6401 | 2024.07.03 17:26:25.569757 [ 3 ] {} <Trace> HTTP-Session: ed0425a4-2b61-4788-863d-dfea3e2fe89c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6402 | 2024.07.03 17:26:25.569876 [ 3 ] {31e00180-d277-4ff6-8dab-b9ad5a64e440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6403 | 2024.07.03 17:26:25.569919 [ 3 ] {31e00180-d277-4ff6-8dab-b9ad5a64e440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6404 | 2024.07.03 17:26:25.570049 [ 3 ] {31e00180-d277-4ff6-8dab-b9ad5a64e440} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6405 | 2024.07.03 17:26:25.570393 [ 3 ] {31e00180-d277-4ff6-8dab-b9ad5a64e440} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6406 | 2024.07.03 17:26:25.570429 [ 3 ] {31e00180-d277-4ff6-8dab-b9ad5a64e440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6407 | 2024.07.03 17:26:25.570744 [ 3 ] {31e00180-d277-4ff6-8dab-b9ad5a64e440} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6408 | 2024.07.03 17:26:25.571068 [ 3 ] {31e00180-d277-4ff6-8dab-b9ad5a64e440} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6409 | 2024.07.03 17:26:25.571225 [ 3 ] {31e00180-d277-4ff6-8dab-b9ad5a64e440} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001384 sec., 59248.5549132948 rows/sec., 4.63 MiB/sec. | ||
6410 | 2024.07.03 17:26:25.571393 [ 3 ] {31e00180-d277-4ff6-8dab-b9ad5a64e440} <Debug> DynamicQueryHandler: Done processing query | ||
6411 | 2024.07.03 17:26:25.571418 [ 3 ] {31e00180-d277-4ff6-8dab-b9ad5a64e440} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6412 | 2024.07.03 17:26:25.571434 [ 3 ] {} <Debug> HTTP-Session: ed0425a4-2b61-4788-863d-dfea3e2fe89c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6413 | 2024.07.03 17:26:25.571590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6414 | 2024.07.03 17:26:25.571640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6415 | 2024.07.03 17:26:25.571660 [ 3 ] {} <Debug> HTTP-Session: 89413dbc-2e9f-4590-a225-8162bc48c7f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6416 | 2024.07.03 17:26:25.571676 [ 3 ] {} <Debug> HTTP-Session: 89413dbc-2e9f-4590-a225-8162bc48c7f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6417 | 2024.07.03 17:26:25.571689 [ 3 ] {} <Debug> HTTP-Session: 89413dbc-2e9f-4590-a225-8162bc48c7f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6418 | 2024.07.03 17:26:25.571720 [ 3 ] {} <Trace> HTTP-Session: 89413dbc-2e9f-4590-a225-8162bc48c7f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6419 | 2024.07.03 17:26:25.571892 [ 3 ] {5f0af5be-5024-4e88-9ccd-7598dff7fb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6420 | 2024.07.03 17:26:25.571941 [ 3 ] {5f0af5be-5024-4e88-9ccd-7598dff7fb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6421 | 2024.07.03 17:26:25.572096 [ 3 ] {5f0af5be-5024-4e88-9ccd-7598dff7fb09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6422 | 2024.07.03 17:26:25.572472 [ 3 ] {5f0af5be-5024-4e88-9ccd-7598dff7fb09} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6423 | 2024.07.03 17:26:25.572508 [ 3 ] {5f0af5be-5024-4e88-9ccd-7598dff7fb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6424 | 2024.07.03 17:26:25.572900 [ 3 ] {5f0af5be-5024-4e88-9ccd-7598dff7fb09} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6425 | 2024.07.03 17:26:25.573243 [ 3 ] {5f0af5be-5024-4e88-9ccd-7598dff7fb09} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6426 | 2024.07.03 17:26:25.573409 [ 3 ] {5f0af5be-5024-4e88-9ccd-7598dff7fb09} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001605 sec., 100311.52647975077 rows/sec., 6.99 MiB/sec. | ||
6427 | 2024.07.03 17:26:25.573408 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6428 | 2024.07.03 17:26:25.573526 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6429 | 2024.07.03 17:26:25.573577 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6430 | 2024.07.03 17:26:25.573664 [ 3 ] {5f0af5be-5024-4e88-9ccd-7598dff7fb09} <Debug> DynamicQueryHandler: Done processing query | ||
6431 | 2024.07.03 17:26:25.573722 [ 3 ] {5f0af5be-5024-4e88-9ccd-7598dff7fb09} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6432 | 2024.07.03 17:26:25.573788 [ 3 ] {} <Debug> HTTP-Session: 89413dbc-2e9f-4590-a225-8162bc48c7f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6433 | 2024.07.03 17:26:25.573874 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
6434 | 2024.07.03 17:26:25.573973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6435 | 2024.07.03 17:26:25.574081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6436 | 2024.07.03 17:26:25.574138 [ 3 ] {} <Debug> HTTP-Session: 1c9c4ee5-743f-4c53-95bb-902e760061e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6437 | 2024.07.03 17:26:25.574183 [ 3 ] {} <Debug> HTTP-Session: 1c9c4ee5-743f-4c53-95bb-902e760061e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6438 | 2024.07.03 17:26:25.574209 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6439 | 2024.07.03 17:26:25.574217 [ 3 ] {} <Debug> HTTP-Session: 1c9c4ee5-743f-4c53-95bb-902e760061e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6440 | 2024.07.03 17:26:25.574284 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2744 rows starting from the beginning of the part | ||
6441 | 2024.07.03 17:26:25.574297 [ 3 ] {} <Trace> HTTP-Session: 1c9c4ee5-743f-4c53-95bb-902e760061e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6442 | 2024.07.03 17:26:25.574495 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
6443 | 2024.07.03 17:26:25.574771 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part | ||
6444 | 2024.07.03 17:26:25.574801 [ 3 ] {7236b0e2-d8ce-49f6-9cc5-d9bc8ec9a0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6445 | 2024.07.03 17:26:25.575100 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
6446 | 2024.07.03 17:26:25.575182 [ 3 ] {7236b0e2-d8ce-49f6-9cc5-d9bc8ec9a0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6447 | 2024.07.03 17:26:25.575502 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 196 rows starting from the beginning of the part | ||
6448 | 2024.07.03 17:26:25.575895 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 161 rows starting from the beginning of the part | ||
6449 | 2024.07.03 17:26:25.577520 [ 3 ] {7236b0e2-d8ce-49f6-9cc5-d9bc8ec9a0ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6450 | 2024.07.03 17:26:25.579246 [ 3 ] {7236b0e2-d8ce-49f6-9cc5-d9bc8ec9a0ab} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6451 | 2024.07.03 17:26:25.579312 [ 3 ] {7236b0e2-d8ce-49f6-9cc5-d9bc8ec9a0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6452 | 2024.07.03 17:26:25.580213 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3582 rows, containing 5 columns (5 merged, 0 gathered) in 0.006524331 sec., 549021.8077531627 rows/sec., 38.47 MiB/sec. | ||
6453 | 2024.07.03 17:26:25.580556 [ 3 ] {7236b0e2-d8ce-49f6-9cc5-d9bc8ec9a0ab} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6454 | 2024.07.03 17:26:25.580658 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6455 | 2024.07.03 17:26:25.581827 [ 3 ] {7236b0e2-d8ce-49f6-9cc5-d9bc8ec9a0ab} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6456 | 2024.07.03 17:26:25.581832 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6457 | 2024.07.03 17:26:25.582044 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6458 | 2024.07.03 17:26:25.582185 [ 3 ] {7236b0e2-d8ce-49f6-9cc5-d9bc8ec9a0ab} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007697 sec., 2078.7319734961675 rows/sec., 3.72 MiB/sec. | ||
6459 | 2024.07.03 17:26:25.582251 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
6460 | 2024.07.03 17:26:25.582571 [ 3 ] {7236b0e2-d8ce-49f6-9cc5-d9bc8ec9a0ab} <Debug> DynamicQueryHandler: Done processing query | ||
6461 | 2024.07.03 17:26:25.582600 [ 3 ] {7236b0e2-d8ce-49f6-9cc5-d9bc8ec9a0ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6462 | 2024.07.03 17:26:25.582616 [ 3 ] {} <Debug> HTTP-Session: 1c9c4ee5-743f-4c53-95bb-902e760061e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6463 | 2024.07.03 17:26:25.582736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6464 | 2024.07.03 17:26:25.582784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6465 | 2024.07.03 17:26:25.582804 [ 3 ] {} <Debug> HTTP-Session: 54575d77-6eea-4a98-a833-6cfe89dbf084 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6466 | 2024.07.03 17:26:25.582821 [ 3 ] {} <Debug> HTTP-Session: 54575d77-6eea-4a98-a833-6cfe89dbf084 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6467 | 2024.07.03 17:26:25.582835 [ 3 ] {} <Debug> HTTP-Session: 54575d77-6eea-4a98-a833-6cfe89dbf084 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6468 | 2024.07.03 17:26:25.582865 [ 3 ] {} <Trace> HTTP-Session: 54575d77-6eea-4a98-a833-6cfe89dbf084 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6469 | 2024.07.03 17:26:25.582998 [ 3 ] {dab84b71-ab77-4758-8866-c2e692767af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6470 | 2024.07.03 17:26:25.583043 [ 3 ] {dab84b71-ab77-4758-8866-c2e692767af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6471 | 2024.07.03 17:26:25.583178 [ 3 ] {dab84b71-ab77-4758-8866-c2e692767af8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6472 | 2024.07.03 17:26:25.583472 [ 3 ] {dab84b71-ab77-4758-8866-c2e692767af8} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6473 | 2024.07.03 17:26:25.583509 [ 3 ] {dab84b71-ab77-4758-8866-c2e692767af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6474 | 2024.07.03 17:26:25.583865 [ 3 ] {dab84b71-ab77-4758-8866-c2e692767af8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6475 | 2024.07.03 17:26:25.584202 [ 3 ] {dab84b71-ab77-4758-8866-c2e692767af8} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6476 | 2024.07.03 17:26:25.584362 [ 3 ] {dab84b71-ab77-4758-8866-c2e692767af8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
6477 | 2024.07.03 17:26:25.584371 [ 111 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6478 | 2024.07.03 17:26:25.584460 [ 111 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6479 | 2024.07.03 17:26:25.584508 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
6480 | 2024.07.03 17:26:25.584595 [ 3 ] {dab84b71-ab77-4758-8866-c2e692767af8} <Debug> DynamicQueryHandler: Done processing query | ||
6481 | 2024.07.03 17:26:25.584652 [ 3 ] {dab84b71-ab77-4758-8866-c2e692767af8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6482 | 2024.07.03 17:26:25.584707 [ 3 ] {} <Debug> HTTP-Session: 54575d77-6eea-4a98-a833-6cfe89dbf084 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6483 | 2024.07.03 17:26:25.584760 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
6484 | 2024.07.03 17:26:25.584933 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6485 | 2024.07.03 17:26:25.584976 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 928 rows starting from the beginning of the part | ||
6486 | 2024.07.03 17:26:25.585097 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
6487 | 2024.07.03 17:26:25.585189 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
6488 | 2024.07.03 17:26:25.585326 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
6489 | 2024.07.03 17:26:25.585497 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
6490 | 2024.07.03 17:26:25.585578 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
6491 | 2024.07.03 17:26:25.586841 [ 189 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1228 rows, containing 4 columns (4 merged, 0 gathered) in 0.002237279 sec., 548881.0291429902 rows/sec., 36.50 MiB/sec. | ||
6492 | 2024.07.03 17:26:25.587103 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6493 | 2024.07.03 17:26:25.587623 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_36_7} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6494 | 2024.07.03 17:26:25.587729 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_36_7} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6495 | 2024.07.03 17:26:25.587846 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
6496 | 2024.07.03 17:26:30.561106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6497 | 2024.07.03 17:26:30.561235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6498 | 2024.07.03 17:26:30.561263 [ 3 ] {} <Debug> HTTP-Session: 1098d675-b9f6-4a3a-ab78-e4febbe3d920 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6499 | 2024.07.03 17:26:30.561289 [ 3 ] {} <Debug> HTTP-Session: 1098d675-b9f6-4a3a-ab78-e4febbe3d920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6500 | 2024.07.03 17:26:30.561304 [ 3 ] {} <Debug> HTTP-Session: 1098d675-b9f6-4a3a-ab78-e4febbe3d920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6501 | 2024.07.03 17:26:30.561354 [ 3 ] {} <Trace> HTTP-Session: 1098d675-b9f6-4a3a-ab78-e4febbe3d920 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6502 | 2024.07.03 17:26:30.561541 [ 3 ] {b95109dd-cafe-4aa6-9163-9f231650dba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6503 | 2024.07.03 17:26:30.561611 [ 3 ] {b95109dd-cafe-4aa6-9163-9f231650dba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6504 | 2024.07.03 17:26:30.561807 [ 3 ] {b95109dd-cafe-4aa6-9163-9f231650dba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6505 | 2024.07.03 17:26:30.562238 [ 3 ] {b95109dd-cafe-4aa6-9163-9f231650dba0} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6506 | 2024.07.03 17:26:30.562283 [ 3 ] {b95109dd-cafe-4aa6-9163-9f231650dba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6507 | 2024.07.03 17:26:30.562671 [ 3 ] {b95109dd-cafe-4aa6-9163-9f231650dba0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6508 | 2024.07.03 17:26:30.563028 [ 3 ] {b95109dd-cafe-4aa6-9163-9f231650dba0} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6509 | 2024.07.03 17:26:30.563187 [ 3 ] {b95109dd-cafe-4aa6-9163-9f231650dba0} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001703 sec., 8220.786846741044 rows/sec., 666.33 KiB/sec. | ||
6510 | 2024.07.03 17:26:30.563409 [ 3 ] {b95109dd-cafe-4aa6-9163-9f231650dba0} <Debug> DynamicQueryHandler: Done processing query | ||
6511 | 2024.07.03 17:26:30.563438 [ 3 ] {b95109dd-cafe-4aa6-9163-9f231650dba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6512 | 2024.07.03 17:26:30.563456 [ 3 ] {} <Debug> HTTP-Session: 1098d675-b9f6-4a3a-ab78-e4febbe3d920 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6513 | 2024.07.03 17:26:30.563605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6514 | 2024.07.03 17:26:30.563661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6515 | 2024.07.03 17:26:30.563683 [ 3 ] {} <Debug> HTTP-Session: ec809ccb-d5ce-4470-aa04-9f5f03201a3e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6516 | 2024.07.03 17:26:30.563704 [ 3 ] {} <Debug> HTTP-Session: ec809ccb-d5ce-4470-aa04-9f5f03201a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6517 | 2024.07.03 17:26:30.563719 [ 3 ] {} <Debug> HTTP-Session: ec809ccb-d5ce-4470-aa04-9f5f03201a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6518 | 2024.07.03 17:26:30.563755 [ 3 ] {} <Trace> HTTP-Session: ec809ccb-d5ce-4470-aa04-9f5f03201a3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6519 | 2024.07.03 17:26:30.563893 [ 3 ] {8ad4b000-eacb-4b4e-bbcf-94af794a668a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6520 | 2024.07.03 17:26:30.563943 [ 3 ] {8ad4b000-eacb-4b4e-bbcf-94af794a668a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6521 | 2024.07.03 17:26:30.564076 [ 3 ] {8ad4b000-eacb-4b4e-bbcf-94af794a668a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6522 | 2024.07.03 17:26:30.564442 [ 3 ] {8ad4b000-eacb-4b4e-bbcf-94af794a668a} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6523 | 2024.07.03 17:26:30.564480 [ 3 ] {8ad4b000-eacb-4b4e-bbcf-94af794a668a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6524 | 2024.07.03 17:26:30.564808 [ 3 ] {8ad4b000-eacb-4b4e-bbcf-94af794a668a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6525 | 2024.07.03 17:26:30.565127 [ 3 ] {8ad4b000-eacb-4b4e-bbcf-94af794a668a} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6526 | 2024.07.03 17:26:30.565261 [ 3 ] {8ad4b000-eacb-4b4e-bbcf-94af794a668a} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.00142 sec., 69014.08450704225 rows/sec., 5.59 MiB/sec. | ||
6527 | 2024.07.03 17:26:30.565544 [ 3 ] {8ad4b000-eacb-4b4e-bbcf-94af794a668a} <Debug> DynamicQueryHandler: Done processing query | ||
6528 | 2024.07.03 17:26:30.565599 [ 3 ] {8ad4b000-eacb-4b4e-bbcf-94af794a668a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6529 | 2024.07.03 17:26:30.565633 [ 3 ] {} <Debug> HTTP-Session: ec809ccb-d5ce-4470-aa04-9f5f03201a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6530 | 2024.07.03 17:26:30.565770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6531 | 2024.07.03 17:26:30.565821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6532 | 2024.07.03 17:26:30.565841 [ 3 ] {} <Debug> HTTP-Session: 02ad80e6-bca9-4529-b22c-67c438e8aa14 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6533 | 2024.07.03 17:26:30.565858 [ 3 ] {} <Debug> HTTP-Session: 02ad80e6-bca9-4529-b22c-67c438e8aa14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6534 | 2024.07.03 17:26:30.565873 [ 3 ] {} <Debug> HTTP-Session: 02ad80e6-bca9-4529-b22c-67c438e8aa14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6535 | 2024.07.03 17:26:30.565907 [ 3 ] {} <Trace> HTTP-Session: 02ad80e6-bca9-4529-b22c-67c438e8aa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6536 | 2024.07.03 17:26:30.566034 [ 3 ] {99afdcbd-f1ba-405c-9d2a-7e24ba64c681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6537 | 2024.07.03 17:26:30.566079 [ 3 ] {99afdcbd-f1ba-405c-9d2a-7e24ba64c681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6538 | 2024.07.03 17:26:30.566228 [ 3 ] {99afdcbd-f1ba-405c-9d2a-7e24ba64c681} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6539 | 2024.07.03 17:26:30.566604 [ 3 ] {99afdcbd-f1ba-405c-9d2a-7e24ba64c681} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6540 | 2024.07.03 17:26:30.566642 [ 3 ] {99afdcbd-f1ba-405c-9d2a-7e24ba64c681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6541 | 2024.07.03 17:26:30.566970 [ 3 ] {99afdcbd-f1ba-405c-9d2a-7e24ba64c681} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6542 | 2024.07.03 17:26:30.567286 [ 3 ] {99afdcbd-f1ba-405c-9d2a-7e24ba64c681} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6543 | 2024.07.03 17:26:30.567414 [ 3 ] {99afdcbd-f1ba-405c-9d2a-7e24ba64c681} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001429 sec., 54583.62491252625 rows/sec., 4.26 MiB/sec. | ||
6544 | 2024.07.03 17:26:30.567587 [ 3 ] {99afdcbd-f1ba-405c-9d2a-7e24ba64c681} <Debug> DynamicQueryHandler: Done processing query | ||
6545 | 2024.07.03 17:26:30.567614 [ 3 ] {99afdcbd-f1ba-405c-9d2a-7e24ba64c681} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6546 | 2024.07.03 17:26:30.567630 [ 3 ] {} <Debug> HTTP-Session: 02ad80e6-bca9-4529-b22c-67c438e8aa14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6547 | 2024.07.03 17:26:30.567795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6548 | 2024.07.03 17:26:30.567847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6549 | 2024.07.03 17:26:30.567868 [ 3 ] {} <Debug> HTTP-Session: 465f8c21-df31-41b1-bb45-04686ebaff12 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6550 | 2024.07.03 17:26:30.567885 [ 3 ] {} <Debug> HTTP-Session: 465f8c21-df31-41b1-bb45-04686ebaff12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6551 | 2024.07.03 17:26:30.567900 [ 3 ] {} <Debug> HTTP-Session: 465f8c21-df31-41b1-bb45-04686ebaff12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6552 | 2024.07.03 17:26:30.567932 [ 3 ] {} <Trace> HTTP-Session: 465f8c21-df31-41b1-bb45-04686ebaff12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6553 | 2024.07.03 17:26:30.568084 [ 3 ] {dcf668cd-0240-4c42-bef6-0a850d41999b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6554 | 2024.07.03 17:26:30.568132 [ 3 ] {dcf668cd-0240-4c42-bef6-0a850d41999b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6555 | 2024.07.03 17:26:30.568279 [ 3 ] {dcf668cd-0240-4c42-bef6-0a850d41999b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6556 | 2024.07.03 17:26:30.568666 [ 3 ] {dcf668cd-0240-4c42-bef6-0a850d41999b} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6557 | 2024.07.03 17:26:30.568703 [ 3 ] {dcf668cd-0240-4c42-bef6-0a850d41999b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6558 | 2024.07.03 17:26:30.569094 [ 3 ] {dcf668cd-0240-4c42-bef6-0a850d41999b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6559 | 2024.07.03 17:26:30.569449 [ 3 ] {dcf668cd-0240-4c42-bef6-0a850d41999b} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6560 | 2024.07.03 17:26:30.569581 [ 3 ] {dcf668cd-0240-4c42-bef6-0a850d41999b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
6561 | 2024.07.03 17:26:30.569741 [ 3 ] {dcf668cd-0240-4c42-bef6-0a850d41999b} <Debug> DynamicQueryHandler: Done processing query | ||
6562 | 2024.07.03 17:26:30.569766 [ 3 ] {dcf668cd-0240-4c42-bef6-0a850d41999b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6563 | 2024.07.03 17:26:30.569782 [ 3 ] {} <Debug> HTTP-Session: 465f8c21-df31-41b1-bb45-04686ebaff12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6564 | 2024.07.03 17:26:30.569913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6565 | 2024.07.03 17:26:30.569964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6566 | 2024.07.03 17:26:30.569985 [ 3 ] {} <Debug> HTTP-Session: d249aa6d-7609-4351-951e-cecf1dd068a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6567 | 2024.07.03 17:26:30.570001 [ 3 ] {} <Debug> HTTP-Session: d249aa6d-7609-4351-951e-cecf1dd068a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6568 | 2024.07.03 17:26:30.570016 [ 3 ] {} <Debug> HTTP-Session: d249aa6d-7609-4351-951e-cecf1dd068a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6569 | 2024.07.03 17:26:30.570048 [ 3 ] {} <Trace> HTTP-Session: d249aa6d-7609-4351-951e-cecf1dd068a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6570 | 2024.07.03 17:26:30.570265 [ 3 ] {b43779f2-59e0-49f4-b614-9d3b60a3a042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6571 | 2024.07.03 17:26:30.570331 [ 3 ] {b43779f2-59e0-49f4-b614-9d3b60a3a042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6572 | 2024.07.03 17:26:30.570738 [ 3 ] {b43779f2-59e0-49f4-b614-9d3b60a3a042} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6573 | 2024.07.03 17:26:30.571378 [ 3 ] {b43779f2-59e0-49f4-b614-9d3b60a3a042} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6574 | 2024.07.03 17:26:30.571415 [ 3 ] {b43779f2-59e0-49f4-b614-9d3b60a3a042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6575 | 2024.07.03 17:26:30.572023 [ 3 ] {b43779f2-59e0-49f4-b614-9d3b60a3a042} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6576 | 2024.07.03 17:26:30.572442 [ 3 ] {b43779f2-59e0-49f4-b614-9d3b60a3a042} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6577 | 2024.07.03 17:26:30.572595 [ 3 ] {b43779f2-59e0-49f4-b614-9d3b60a3a042} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.00247 sec., 5668.016194331984 rows/sec., 10.16 MiB/sec. | ||
6578 | 2024.07.03 17:26:30.572823 [ 3 ] {b43779f2-59e0-49f4-b614-9d3b60a3a042} <Debug> DynamicQueryHandler: Done processing query | ||
6579 | 2024.07.03 17:26:30.572849 [ 3 ] {b43779f2-59e0-49f4-b614-9d3b60a3a042} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6580 | 2024.07.03 17:26:30.572866 [ 3 ] {} <Debug> HTTP-Session: d249aa6d-7609-4351-951e-cecf1dd068a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6581 | 2024.07.03 17:26:30.572983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6582 | 2024.07.03 17:26:30.573032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6583 | 2024.07.03 17:26:30.573053 [ 3 ] {} <Debug> HTTP-Session: ebe75cfa-c056-432d-9903-a10428e0b2d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6584 | 2024.07.03 17:26:30.573070 [ 3 ] {} <Debug> HTTP-Session: ebe75cfa-c056-432d-9903-a10428e0b2d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6585 | 2024.07.03 17:26:30.573084 [ 3 ] {} <Debug> HTTP-Session: ebe75cfa-c056-432d-9903-a10428e0b2d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6586 | 2024.07.03 17:26:30.573116 [ 3 ] {} <Trace> HTTP-Session: ebe75cfa-c056-432d-9903-a10428e0b2d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6587 | 2024.07.03 17:26:30.573239 [ 3 ] {d350591c-9da2-4eff-b919-e748c4346b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6588 | 2024.07.03 17:26:30.573283 [ 3 ] {d350591c-9da2-4eff-b919-e748c4346b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6589 | 2024.07.03 17:26:30.573413 [ 3 ] {d350591c-9da2-4eff-b919-e748c4346b3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6590 | 2024.07.03 17:26:30.573704 [ 3 ] {d350591c-9da2-4eff-b919-e748c4346b3d} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6591 | 2024.07.03 17:26:30.573741 [ 3 ] {d350591c-9da2-4eff-b919-e748c4346b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6592 | 2024.07.03 17:26:30.574109 [ 3 ] {d350591c-9da2-4eff-b919-e748c4346b3d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6593 | 2024.07.03 17:26:30.574434 [ 3 ] {d350591c-9da2-4eff-b919-e748c4346b3d} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6594 | 2024.07.03 17:26:30.574560 [ 3 ] {d350591c-9da2-4eff-b919-e748c4346b3d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
6595 | 2024.07.03 17:26:30.574820 [ 3 ] {d350591c-9da2-4eff-b919-e748c4346b3d} <Debug> DynamicQueryHandler: Done processing query | ||
6596 | 2024.07.03 17:26:30.574873 [ 3 ] {d350591c-9da2-4eff-b919-e748c4346b3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6597 | 2024.07.03 17:26:30.574910 [ 3 ] {} <Debug> HTTP-Session: ebe75cfa-c056-432d-9903-a10428e0b2d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6598 | 2024.07.03 17:26:33.469974 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6599 | 2024.07.03 17:26:33.470046 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6600 | 2024.07.03 17:26:35.002312 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000940995 sec. | ||
6601 | 2024.07.03 17:26:35.560698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6602 | 2024.07.03 17:26:35.560840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6603 | 2024.07.03 17:26:35.560876 [ 3 ] {} <Debug> HTTP-Session: aa374644-6224-4007-a553-1f580f970b7f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6604 | 2024.07.03 17:26:35.560906 [ 3 ] {} <Debug> HTTP-Session: aa374644-6224-4007-a553-1f580f970b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6605 | 2024.07.03 17:26:35.560925 [ 3 ] {} <Debug> HTTP-Session: aa374644-6224-4007-a553-1f580f970b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6606 | 2024.07.03 17:26:35.560981 [ 3 ] {} <Trace> HTTP-Session: aa374644-6224-4007-a553-1f580f970b7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6607 | 2024.07.03 17:26:35.561183 [ 3 ] {2a8645d3-1ebf-4190-a51e-e81521324417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6608 | 2024.07.03 17:26:35.561254 [ 3 ] {2a8645d3-1ebf-4190-a51e-e81521324417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6609 | 2024.07.03 17:26:35.561447 [ 3 ] {2a8645d3-1ebf-4190-a51e-e81521324417} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6610 | 2024.07.03 17:26:35.561876 [ 3 ] {2a8645d3-1ebf-4190-a51e-e81521324417} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6611 | 2024.07.03 17:26:35.561918 [ 3 ] {2a8645d3-1ebf-4190-a51e-e81521324417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6612 | 2024.07.03 17:26:35.562294 [ 3 ] {2a8645d3-1ebf-4190-a51e-e81521324417} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6613 | 2024.07.03 17:26:35.562639 [ 3 ] {2a8645d3-1ebf-4190-a51e-e81521324417} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6614 | 2024.07.03 17:26:35.562783 [ 3 ] {2a8645d3-1ebf-4190-a51e-e81521324417} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001665 sec., 9609.60960960961 rows/sec., 778.90 KiB/sec. | ||
6615 | 2024.07.03 17:26:35.563045 [ 3 ] {2a8645d3-1ebf-4190-a51e-e81521324417} <Debug> DynamicQueryHandler: Done processing query | ||
6616 | 2024.07.03 17:26:35.563072 [ 3 ] {2a8645d3-1ebf-4190-a51e-e81521324417} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6617 | 2024.07.03 17:26:35.563088 [ 3 ] {} <Debug> HTTP-Session: aa374644-6224-4007-a553-1f580f970b7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6618 | 2024.07.03 17:26:35.563244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6619 | 2024.07.03 17:26:35.563299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6620 | 2024.07.03 17:26:35.563319 [ 3 ] {} <Debug> HTTP-Session: 53489f00-8342-4eb0-bacb-dd316daed66c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6621 | 2024.07.03 17:26:35.563336 [ 3 ] {} <Debug> HTTP-Session: 53489f00-8342-4eb0-bacb-dd316daed66c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6622 | 2024.07.03 17:26:35.563350 [ 3 ] {} <Debug> HTTP-Session: 53489f00-8342-4eb0-bacb-dd316daed66c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6623 | 2024.07.03 17:26:35.563385 [ 3 ] {} <Trace> HTTP-Session: 53489f00-8342-4eb0-bacb-dd316daed66c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6624 | 2024.07.03 17:26:35.563518 [ 3 ] {460ef845-3b71-4321-bbb6-2f744bc19746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6625 | 2024.07.03 17:26:35.563566 [ 3 ] {460ef845-3b71-4321-bbb6-2f744bc19746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6626 | 2024.07.03 17:26:35.563695 [ 3 ] {460ef845-3b71-4321-bbb6-2f744bc19746} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6627 | 2024.07.03 17:26:35.564061 [ 3 ] {460ef845-3b71-4321-bbb6-2f744bc19746} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6628 | 2024.07.03 17:26:35.564098 [ 3 ] {460ef845-3b71-4321-bbb6-2f744bc19746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6629 | 2024.07.03 17:26:35.564416 [ 3 ] {460ef845-3b71-4321-bbb6-2f744bc19746} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6630 | 2024.07.03 17:26:35.564731 [ 3 ] {460ef845-3b71-4321-bbb6-2f744bc19746} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6631 | 2024.07.03 17:26:35.564852 [ 102 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6632 | 2024.07.03 17:26:35.564855 [ 3 ] {460ef845-3b71-4321-bbb6-2f744bc19746} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001389 sec., 74874.01007919366 rows/sec., 6.17 MiB/sec. | ||
6633 | 2024.07.03 17:26:35.564893 [ 102 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6634 | 2024.07.03 17:26:35.564930 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6635 | 2024.07.03 17:26:35.565099 [ 3 ] {460ef845-3b71-4321-bbb6-2f744bc19746} <Debug> DynamicQueryHandler: Done processing query | ||
6636 | 2024.07.03 17:26:35.565108 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
6637 | 2024.07.03 17:26:35.565132 [ 3 ] {460ef845-3b71-4321-bbb6-2f744bc19746} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6638 | 2024.07.03 17:26:35.565191 [ 3 ] {} <Debug> HTTP-Session: 53489f00-8342-4eb0-bacb-dd316daed66c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6639 | 2024.07.03 17:26:35.565365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6640 | 2024.07.03 17:26:35.565381 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6641 | 2024.07.03 17:26:35.565455 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 189 rows starting from the beginning of the part | ||
6642 | 2024.07.03 17:26:35.565457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6643 | 2024.07.03 17:26:35.565511 [ 3 ] {} <Debug> HTTP-Session: 0fafd341-c476-4448-9b3f-6fdcb942bdef Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6644 | 2024.07.03 17:26:35.565555 [ 3 ] {} <Debug> HTTP-Session: 0fafd341-c476-4448-9b3f-6fdcb942bdef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6645 | 2024.07.03 17:26:35.565651 [ 3 ] {} <Debug> HTTP-Session: 0fafd341-c476-4448-9b3f-6fdcb942bdef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6646 | 2024.07.03 17:26:35.565669 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 104 rows starting from the beginning of the part | ||
6647 | 2024.07.03 17:26:35.565784 [ 3 ] {} <Trace> HTTP-Session: 0fafd341-c476-4448-9b3f-6fdcb942bdef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6648 | 2024.07.03 17:26:35.565889 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 134 rows starting from the beginning of the part | ||
6649 | 2024.07.03 17:26:35.566215 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 105 rows starting from the beginning of the part | ||
6650 | 2024.07.03 17:26:35.566451 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 98 rows starting from the beginning of the part | ||
6651 | 2024.07.03 17:26:35.566473 [ 3 ] {79402d23-b16d-4111-b432-8dec464ebbeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6652 | 2024.07.03 17:26:35.566708 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 104 rows starting from the beginning of the part | ||
6653 | 2024.07.03 17:26:35.566733 [ 3 ] {79402d23-b16d-4111-b432-8dec464ebbeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6654 | 2024.07.03 17:26:35.567450 [ 3 ] {79402d23-b16d-4111-b432-8dec464ebbeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6655 | 2024.07.03 17:26:35.568245 [ 3 ] {79402d23-b16d-4111-b432-8dec464ebbeb} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6656 | 2024.07.03 17:26:35.568318 [ 3 ] {79402d23-b16d-4111-b432-8dec464ebbeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6657 | 2024.07.03 17:26:35.569037 [ 3 ] {79402d23-b16d-4111-b432-8dec464ebbeb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6658 | 2024.07.03 17:26:35.569683 [ 189 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 4 columns (4 merged, 0 gathered) in 0.004666802 sec., 157281.15313227344 rows/sec., 12.81 MiB/sec. | ||
6659 | 2024.07.03 17:26:35.569917 [ 3 ] {79402d23-b16d-4111-b432-8dec464ebbeb} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6660 | 2024.07.03 17:26:35.570017 [ 189 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6661 | 2024.07.03 17:26:35.570135 [ 102 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6662 | 2024.07.03 17:26:35.570251 [ 102 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6663 | 2024.07.03 17:26:35.570255 [ 3 ] {79402d23-b16d-4111-b432-8dec464ebbeb} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.004075 sec., 19631.9018404908 rows/sec., 1.53 MiB/sec. | ||
6664 | 2024.07.03 17:26:35.570322 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6665 | 2024.07.03 17:26:35.570874 [ 3 ] {79402d23-b16d-4111-b432-8dec464ebbeb} <Debug> DynamicQueryHandler: Done processing query | ||
6666 | 2024.07.03 17:26:35.570887 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
6667 | 2024.07.03 17:26:35.570984 [ 3 ] {79402d23-b16d-4111-b432-8dec464ebbeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6668 | 2024.07.03 17:26:35.571124 [ 3 ] {} <Debug> HTTP-Session: 0fafd341-c476-4448-9b3f-6fdcb942bdef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6669 | 2024.07.03 17:26:35.571527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6670 | 2024.07.03 17:26:35.571708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6671 | 2024.07.03 17:26:35.571783 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6672 | 2024.07.03 17:26:35.571829 [ 3 ] {} <Debug> HTTP-Session: c91161fb-aabc-4ac1-b5d0-c6d4a462ff2f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6673 | 2024.07.03 17:26:35.571944 [ 3 ] {} <Debug> HTTP-Session: c91161fb-aabc-4ac1-b5d0-c6d4a462ff2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6674 | 2024.07.03 17:26:35.571962 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 150 rows starting from the beginning of the part | ||
6675 | 2024.07.03 17:26:35.572029 [ 3 ] {} <Debug> HTTP-Session: c91161fb-aabc-4ac1-b5d0-c6d4a462ff2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6676 | 2024.07.03 17:26:35.572186 [ 3 ] {} <Trace> HTTP-Session: c91161fb-aabc-4ac1-b5d0-c6d4a462ff2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6677 | 2024.07.03 17:26:35.572293 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 80 rows starting from the beginning of the part | ||
6678 | 2024.07.03 17:26:35.572689 [ 3 ] {e747e252-3b9c-4dcf-8ffb-051a04838e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6679 | 2024.07.03 17:26:35.572733 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 102 rows starting from the beginning of the part | ||
6680 | 2024.07.03 17:26:35.572883 [ 3 ] {e747e252-3b9c-4dcf-8ffb-051a04838e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6681 | 2024.07.03 17:26:35.573068 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
6682 | 2024.07.03 17:26:35.573562 [ 189 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_41_8} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6683 | 2024.07.03 17:26:35.573605 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 78 rows starting from the beginning of the part | ||
6684 | 2024.07.03 17:26:35.573985 [ 186 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 80 rows starting from the beginning of the part | ||
6685 | 2024.07.03 17:26:35.574461 [ 189 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_41_8} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6686 | 2024.07.03 17:26:35.574741 [ 3 ] {e747e252-3b9c-4dcf-8ffb-051a04838e6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6687 | 2024.07.03 17:26:35.574823 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
6688 | 2024.07.03 17:26:35.575378 [ 3 ] {e747e252-3b9c-4dcf-8ffb-051a04838e6e} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6689 | 2024.07.03 17:26:35.575423 [ 3 ] {e747e252-3b9c-4dcf-8ffb-051a04838e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6690 | 2024.07.03 17:26:35.576039 [ 192 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 4 columns (4 merged, 0 gathered) in 0.005600567 sec., 102132.51622558931 rows/sec., 7.97 MiB/sec. | ||
6691 | 2024.07.03 17:26:35.576043 [ 3 ] {e747e252-3b9c-4dcf-8ffb-051a04838e6e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6692 | 2024.07.03 17:26:35.576289 [ 192 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6693 | 2024.07.03 17:26:35.576925 [ 3 ] {e747e252-3b9c-4dcf-8ffb-051a04838e6e} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6694 | 2024.07.03 17:26:35.577268 [ 3 ] {e747e252-3b9c-4dcf-8ffb-051a04838e6e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004834 sec., 33098.8829127017 rows/sec., 2.31 MiB/sec. | ||
6695 | 2024.07.03 17:26:35.577270 [ 192 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_41_8} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6696 | 2024.07.03 17:26:35.577772 [ 192 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_41_8} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6697 | 2024.07.03 17:26:35.577910 [ 3 ] {e747e252-3b9c-4dcf-8ffb-051a04838e6e} <Debug> DynamicQueryHandler: Done processing query | ||
6698 | 2024.07.03 17:26:35.577993 [ 3 ] {e747e252-3b9c-4dcf-8ffb-051a04838e6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6699 | 2024.07.03 17:26:35.578031 [ 3 ] {} <Debug> HTTP-Session: c91161fb-aabc-4ac1-b5d0-c6d4a462ff2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6700 | 2024.07.03 17:26:35.578032 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
6701 | 2024.07.03 17:26:35.578227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6702 | 2024.07.03 17:26:35.578281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6703 | 2024.07.03 17:26:35.578300 [ 3 ] {} <Debug> HTTP-Session: f32db049-0e79-44a0-b92b-c7f64449d75a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6704 | 2024.07.03 17:26:35.578316 [ 3 ] {} <Debug> HTTP-Session: f32db049-0e79-44a0-b92b-c7f64449d75a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6705 | 2024.07.03 17:26:35.578330 [ 3 ] {} <Debug> HTTP-Session: f32db049-0e79-44a0-b92b-c7f64449d75a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6706 | 2024.07.03 17:26:35.578364 [ 3 ] {} <Trace> HTTP-Session: f32db049-0e79-44a0-b92b-c7f64449d75a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6707 | 2024.07.03 17:26:35.578596 [ 3 ] {23d0cc81-17b7-4038-8472-966429d34336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6708 | 2024.07.03 17:26:35.578667 [ 3 ] {23d0cc81-17b7-4038-8472-966429d34336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6709 | 2024.07.03 17:26:35.579089 [ 3 ] {23d0cc81-17b7-4038-8472-966429d34336} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6710 | 2024.07.03 17:26:35.579681 [ 3 ] {23d0cc81-17b7-4038-8472-966429d34336} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6711 | 2024.07.03 17:26:35.579716 [ 3 ] {23d0cc81-17b7-4038-8472-966429d34336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6712 | 2024.07.03 17:26:35.580317 [ 3 ] {23d0cc81-17b7-4038-8472-966429d34336} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6713 | 2024.07.03 17:26:35.580738 [ 3 ] {23d0cc81-17b7-4038-8472-966429d34336} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6714 | 2024.07.03 17:26:35.580892 [ 3 ] {23d0cc81-17b7-4038-8472-966429d34336} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002445 sec., 6543.967280163599 rows/sec., 11.73 MiB/sec. | ||
6715 | 2024.07.03 17:26:35.581116 [ 3 ] {23d0cc81-17b7-4038-8472-966429d34336} <Debug> DynamicQueryHandler: Done processing query | ||
6716 | 2024.07.03 17:26:35.581140 [ 3 ] {23d0cc81-17b7-4038-8472-966429d34336} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6717 | 2024.07.03 17:26:35.581156 [ 3 ] {} <Debug> HTTP-Session: f32db049-0e79-44a0-b92b-c7f64449d75a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6718 | 2024.07.03 17:26:35.581283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6719 | 2024.07.03 17:26:35.581332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6720 | 2024.07.03 17:26:35.581351 [ 3 ] {} <Debug> HTTP-Session: 2bbcf8ad-3b9c-43e9-a3d9-7e8b715b2027 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6721 | 2024.07.03 17:26:35.581367 [ 3 ] {} <Debug> HTTP-Session: 2bbcf8ad-3b9c-43e9-a3d9-7e8b715b2027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6722 | 2024.07.03 17:26:35.581381 [ 3 ] {} <Debug> HTTP-Session: 2bbcf8ad-3b9c-43e9-a3d9-7e8b715b2027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6723 | 2024.07.03 17:26:35.581411 [ 3 ] {} <Trace> HTTP-Session: 2bbcf8ad-3b9c-43e9-a3d9-7e8b715b2027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6724 | 2024.07.03 17:26:35.581549 [ 3 ] {8db222cf-6d2d-4256-a249-f6a082eaff69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6725 | 2024.07.03 17:26:35.581594 [ 3 ] {8db222cf-6d2d-4256-a249-f6a082eaff69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6726 | 2024.07.03 17:26:35.581723 [ 3 ] {8db222cf-6d2d-4256-a249-f6a082eaff69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6727 | 2024.07.03 17:26:35.582007 [ 3 ] {8db222cf-6d2d-4256-a249-f6a082eaff69} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6728 | 2024.07.03 17:26:35.582043 [ 3 ] {8db222cf-6d2d-4256-a249-f6a082eaff69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6729 | 2024.07.03 17:26:35.582392 [ 3 ] {8db222cf-6d2d-4256-a249-f6a082eaff69} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6730 | 2024.07.03 17:26:35.582711 [ 3 ] {8db222cf-6d2d-4256-a249-f6a082eaff69} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6731 | 2024.07.03 17:26:35.582842 [ 3 ] {8db222cf-6d2d-4256-a249-f6a082eaff69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec. | ||
6732 | 2024.07.03 17:26:35.583425 [ 3 ] {8db222cf-6d2d-4256-a249-f6a082eaff69} <Debug> DynamicQueryHandler: Done processing query | ||
6733 | 2024.07.03 17:26:35.583524 [ 3 ] {8db222cf-6d2d-4256-a249-f6a082eaff69} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6734 | 2024.07.03 17:26:35.583643 [ 3 ] {} <Debug> HTTP-Session: 2bbcf8ad-3b9c-43e9-a3d9-7e8b715b2027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6735 | 2024.07.03 17:26:36.431449 [ 101 ] {} <Debug> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
6736 | 2024.07.03 17:26:36.431512 [ 101 ] {} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6737 | 2024.07.03 17:26:36.431535 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6738 | 2024.07.03 17:26:36.431692 [ 195 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
6739 | 2024.07.03 17:26:36.431861 [ 195 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6740 | 2024.07.03 17:26:36.431896 [ 195 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
6741 | 2024.07.03 17:26:36.431999 [ 195 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
6742 | 2024.07.03 17:26:36.432084 [ 195 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
6743 | 2024.07.03 17:26:36.432324 [ 195 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
6744 | 2024.07.03 17:26:36.432537 [ 195 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
6745 | 2024.07.03 17:26:36.433431 [ 192 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.001814237 sec., 13228.701652540434 rows/sec., 923.68 KiB/sec. | ||
6746 | 2024.07.03 17:26:36.433625 [ 201 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
6747 | 2024.07.03 17:26:36.434057 [ 201 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_9_2} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6748 | 2024.07.03 17:26:36.434150 [ 201 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_9_2} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
6749 | 2024.07.03 17:26:36.434248 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
6750 | 2024.07.03 17:26:37.621012 [ 101 ] {} <Debug> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
6751 | 2024.07.03 17:26:37.621079 [ 101 ] {} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6752 | 2024.07.03 17:26:37.621105 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6753 | 2024.07.03 17:26:37.621332 [ 195 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
6754 | 2024.07.03 17:26:37.621565 [ 195 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6755 | 2024.07.03 17:26:37.621606 [ 195 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
6756 | 2024.07.03 17:26:37.621693 [ 195 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
6757 | 2024.07.03 17:26:37.621782 [ 195 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
6758 | 2024.07.03 17:26:37.621957 [ 195 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
6759 | 2024.07.03 17:26:37.622351 [ 195 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
6760 | 2024.07.03 17:26:37.623379 [ 192 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002187477 sec., 10971.54392937617 rows/sec., 894.65 KiB/sec. | ||
6761 | 2024.07.03 17:26:37.623577 [ 188 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
6762 | 2024.07.03 17:26:37.624073 [ 188 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_9_2} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6763 | 2024.07.03 17:26:37.624172 [ 188 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_9_2} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
6764 | 2024.07.03 17:26:37.624275 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6765 | 2024.07.03 17:26:40.560964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6766 | 2024.07.03 17:26:40.561111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6767 | 2024.07.03 17:26:40.561144 [ 3 ] {} <Debug> HTTP-Session: d6aa85c4-7b81-43f4-8a0d-19dd35d17951 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6768 | 2024.07.03 17:26:40.561173 [ 3 ] {} <Debug> HTTP-Session: d6aa85c4-7b81-43f4-8a0d-19dd35d17951 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6769 | 2024.07.03 17:26:40.561192 [ 3 ] {} <Debug> HTTP-Session: d6aa85c4-7b81-43f4-8a0d-19dd35d17951 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6770 | 2024.07.03 17:26:40.561249 [ 3 ] {} <Trace> HTTP-Session: d6aa85c4-7b81-43f4-8a0d-19dd35d17951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6771 | 2024.07.03 17:26:40.561444 [ 3 ] {d4f75523-c4cf-4e34-afbe-e0b6ae7dc355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6772 | 2024.07.03 17:26:40.561512 [ 3 ] {d4f75523-c4cf-4e34-afbe-e0b6ae7dc355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6773 | 2024.07.03 17:26:40.561702 [ 3 ] {d4f75523-c4cf-4e34-afbe-e0b6ae7dc355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6774 | 2024.07.03 17:26:40.562128 [ 3 ] {d4f75523-c4cf-4e34-afbe-e0b6ae7dc355} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6775 | 2024.07.03 17:26:40.562174 [ 3 ] {d4f75523-c4cf-4e34-afbe-e0b6ae7dc355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6776 | 2024.07.03 17:26:40.562550 [ 3 ] {d4f75523-c4cf-4e34-afbe-e0b6ae7dc355} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6777 | 2024.07.03 17:26:40.562902 [ 3 ] {d4f75523-c4cf-4e34-afbe-e0b6ae7dc355} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6778 | 2024.07.03 17:26:40.563074 [ 3 ] {d4f75523-c4cf-4e34-afbe-e0b6ae7dc355} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001682 sec., 8323.424494649227 rows/sec., 674.65 KiB/sec. | ||
6779 | 2024.07.03 17:26:40.563090 [ 99 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
6780 | 2024.07.03 17:26:40.563185 [ 99 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6781 | 2024.07.03 17:26:40.563241 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6782 | 2024.07.03 17:26:40.563404 [ 3 ] {d4f75523-c4cf-4e34-afbe-e0b6ae7dc355} <Debug> DynamicQueryHandler: Done processing query | ||
6783 | 2024.07.03 17:26:40.563483 [ 3 ] {d4f75523-c4cf-4e34-afbe-e0b6ae7dc355} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6784 | 2024.07.03 17:26:40.563494 [ 195 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
6785 | 2024.07.03 17:26:40.563518 [ 3 ] {} <Debug> HTTP-Session: d6aa85c4-7b81-43f4-8a0d-19dd35d17951 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6786 | 2024.07.03 17:26:40.563827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6787 | 2024.07.03 17:26:40.564012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6788 | 2024.07.03 17:26:40.564094 [ 3 ] {} <Debug> HTTP-Session: 5416331a-b968-40e4-bbbe-de6d4101ab3f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6789 | 2024.07.03 17:26:40.564139 [ 195 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6790 | 2024.07.03 17:26:40.564163 [ 3 ] {} <Debug> HTTP-Session: 5416331a-b968-40e4-bbbe-de6d4101ab3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6791 | 2024.07.03 17:26:40.564231 [ 3 ] {} <Debug> HTTP-Session: 5416331a-b968-40e4-bbbe-de6d4101ab3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6792 | 2024.07.03 17:26:40.564279 [ 195 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 30 rows starting from the beginning of the part | ||
6793 | 2024.07.03 17:26:40.564383 [ 3 ] {} <Trace> HTTP-Session: 5416331a-b968-40e4-bbbe-de6d4101ab3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6794 | 2024.07.03 17:26:40.564595 [ 195 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
6795 | 2024.07.03 17:26:40.564940 [ 3 ] {33d7dbbf-910d-4f94-a99c-ebe44c8937b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6796 | 2024.07.03 17:26:40.565010 [ 195 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part | ||
6797 | 2024.07.03 17:26:40.565151 [ 3 ] {33d7dbbf-910d-4f94-a99c-ebe44c8937b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6798 | 2024.07.03 17:26:40.565448 [ 195 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
6799 | 2024.07.03 17:26:40.565830 [ 195 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part | ||
6800 | 2024.07.03 17:26:40.566231 [ 195 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
6801 | 2024.07.03 17:26:40.566431 [ 3 ] {33d7dbbf-910d-4f94-a99c-ebe44c8937b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6802 | 2024.07.03 17:26:40.567546 [ 3 ] {33d7dbbf-910d-4f94-a99c-ebe44c8937b4} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6803 | 2024.07.03 17:26:40.567606 [ 3 ] {33d7dbbf-910d-4f94-a99c-ebe44c8937b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6804 | 2024.07.03 17:26:40.568505 [ 3 ] {33d7dbbf-910d-4f94-a99c-ebe44c8937b4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6805 | 2024.07.03 17:26:40.569072 [ 192 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.00574778 sec., 18093.942356875177 rows/sec., 1.43 MiB/sec. | ||
6806 | 2024.07.03 17:26:40.569341 [ 192 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
6807 | 2024.07.03 17:26:40.569344 [ 3 ] {33d7dbbf-910d-4f94-a99c-ebe44c8937b4} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6808 | 2024.07.03 17:26:40.569691 [ 3 ] {33d7dbbf-910d-4f94-a99c-ebe44c8937b4} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.004947 sec., 19809.985850010107 rows/sec., 1.60 MiB/sec. | ||
6809 | 2024.07.03 17:26:40.570147 [ 3 ] {33d7dbbf-910d-4f94-a99c-ebe44c8937b4} <Debug> DynamicQueryHandler: Done processing query | ||
6810 | 2024.07.03 17:26:40.570195 [ 3 ] {33d7dbbf-910d-4f94-a99c-ebe44c8937b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6811 | 2024.07.03 17:26:40.570219 [ 3 ] {} <Debug> HTTP-Session: 5416331a-b968-40e4-bbbe-de6d4101ab3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6812 | 2024.07.03 17:26:40.570380 [ 192 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6813 | 2024.07.03 17:26:40.570409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6814 | 2024.07.03 17:26:40.570508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6815 | 2024.07.03 17:26:40.570534 [ 3 ] {} <Debug> HTTP-Session: 2ab5adb6-0920-4b6e-a19b-78e7c288bbd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6816 | 2024.07.03 17:26:40.570553 [ 192 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_40_8} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
6817 | 2024.07.03 17:26:40.570564 [ 3 ] {} <Debug> HTTP-Session: 2ab5adb6-0920-4b6e-a19b-78e7c288bbd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6818 | 2024.07.03 17:26:40.570598 [ 3 ] {} <Debug> HTTP-Session: 2ab5adb6-0920-4b6e-a19b-78e7c288bbd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6819 | 2024.07.03 17:26:40.570680 [ 3 ] {} <Trace> HTTP-Session: 2ab5adb6-0920-4b6e-a19b-78e7c288bbd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6820 | 2024.07.03 17:26:40.570721 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6821 | 2024.07.03 17:26:40.570860 [ 3 ] {c1f1dd20-afd5-4b6d-b739-0aa285ed3be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6822 | 2024.07.03 17:26:40.570911 [ 3 ] {c1f1dd20-afd5-4b6d-b739-0aa285ed3be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6823 | 2024.07.03 17:26:40.571058 [ 3 ] {c1f1dd20-afd5-4b6d-b739-0aa285ed3be9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6824 | 2024.07.03 17:26:40.571419 [ 3 ] {c1f1dd20-afd5-4b6d-b739-0aa285ed3be9} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6825 | 2024.07.03 17:26:40.571457 [ 3 ] {c1f1dd20-afd5-4b6d-b739-0aa285ed3be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6826 | 2024.07.03 17:26:40.571784 [ 3 ] {c1f1dd20-afd5-4b6d-b739-0aa285ed3be9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6827 | 2024.07.03 17:26:40.572108 [ 3 ] {c1f1dd20-afd5-4b6d-b739-0aa285ed3be9} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6828 | 2024.07.03 17:26:40.572268 [ 3 ] {c1f1dd20-afd5-4b6d-b739-0aa285ed3be9} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.00146 sec., 53424.65753424658 rows/sec., 4.17 MiB/sec. | ||
6829 | 2024.07.03 17:26:40.572546 [ 3 ] {c1f1dd20-afd5-4b6d-b739-0aa285ed3be9} <Debug> DynamicQueryHandler: Done processing query | ||
6830 | 2024.07.03 17:26:40.572614 [ 3 ] {c1f1dd20-afd5-4b6d-b739-0aa285ed3be9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6831 | 2024.07.03 17:26:40.572673 [ 3 ] {} <Debug> HTTP-Session: 2ab5adb6-0920-4b6e-a19b-78e7c288bbd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6832 | 2024.07.03 17:26:40.572939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6833 | 2024.07.03 17:26:40.572999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6834 | 2024.07.03 17:26:40.573020 [ 3 ] {} <Debug> HTTP-Session: f7a59749-7725-47cc-b133-5a41b1f3fe67 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6835 | 2024.07.03 17:26:40.573037 [ 3 ] {} <Debug> HTTP-Session: f7a59749-7725-47cc-b133-5a41b1f3fe67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6836 | 2024.07.03 17:26:40.573051 [ 3 ] {} <Debug> HTTP-Session: f7a59749-7725-47cc-b133-5a41b1f3fe67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6837 | 2024.07.03 17:26:40.573084 [ 3 ] {} <Trace> HTTP-Session: f7a59749-7725-47cc-b133-5a41b1f3fe67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6838 | 2024.07.03 17:26:40.573243 [ 3 ] {c49aee35-433e-47d5-bdb5-a5864b9afe41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6839 | 2024.07.03 17:26:40.573293 [ 3 ] {c49aee35-433e-47d5-bdb5-a5864b9afe41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6840 | 2024.07.03 17:26:40.573464 [ 3 ] {c49aee35-433e-47d5-bdb5-a5864b9afe41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6841 | 2024.07.03 17:26:40.573843 [ 3 ] {c49aee35-433e-47d5-bdb5-a5864b9afe41} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6842 | 2024.07.03 17:26:40.573880 [ 3 ] {c49aee35-433e-47d5-bdb5-a5864b9afe41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6843 | 2024.07.03 17:26:40.574289 [ 3 ] {c49aee35-433e-47d5-bdb5-a5864b9afe41} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6844 | 2024.07.03 17:26:40.574644 [ 3 ] {c49aee35-433e-47d5-bdb5-a5864b9afe41} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6845 | 2024.07.03 17:26:40.574802 [ 3 ] {c49aee35-433e-47d5-bdb5-a5864b9afe41} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. | ||
6846 | 2024.07.03 17:26:40.574970 [ 3 ] {c49aee35-433e-47d5-bdb5-a5864b9afe41} <Debug> DynamicQueryHandler: Done processing query | ||
6847 | 2024.07.03 17:26:40.574995 [ 3 ] {c49aee35-433e-47d5-bdb5-a5864b9afe41} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6848 | 2024.07.03 17:26:40.575010 [ 3 ] {} <Debug> HTTP-Session: f7a59749-7725-47cc-b133-5a41b1f3fe67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6849 | 2024.07.03 17:26:40.575186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6850 | 2024.07.03 17:26:40.575235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6851 | 2024.07.03 17:26:40.575255 [ 3 ] {} <Debug> HTTP-Session: 1ad9237c-30e8-4773-bf1e-ff0c2be2a0b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6852 | 2024.07.03 17:26:40.575272 [ 3 ] {} <Debug> HTTP-Session: 1ad9237c-30e8-4773-bf1e-ff0c2be2a0b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6853 | 2024.07.03 17:26:40.575285 [ 3 ] {} <Debug> HTTP-Session: 1ad9237c-30e8-4773-bf1e-ff0c2be2a0b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6854 | 2024.07.03 17:26:40.575317 [ 3 ] {} <Trace> HTTP-Session: 1ad9237c-30e8-4773-bf1e-ff0c2be2a0b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6855 | 2024.07.03 17:26:40.575510 [ 3 ] {65527331-db59-4b4b-afdc-e6c5147594b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6856 | 2024.07.03 17:26:40.575575 [ 3 ] {65527331-db59-4b4b-afdc-e6c5147594b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6857 | 2024.07.03 17:26:40.576002 [ 3 ] {65527331-db59-4b4b-afdc-e6c5147594b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6858 | 2024.07.03 17:26:40.576589 [ 3 ] {65527331-db59-4b4b-afdc-e6c5147594b7} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6859 | 2024.07.03 17:26:40.576626 [ 3 ] {65527331-db59-4b4b-afdc-e6c5147594b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6860 | 2024.07.03 17:26:40.577225 [ 3 ] {65527331-db59-4b4b-afdc-e6c5147594b7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6861 | 2024.07.03 17:26:40.577636 [ 3 ] {65527331-db59-4b4b-afdc-e6c5147594b7} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6862 | 2024.07.03 17:26:40.577840 [ 3 ] {65527331-db59-4b4b-afdc-e6c5147594b7} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002436 sec., 5747.126436781609 rows/sec., 10.30 MiB/sec. | ||
6863 | 2024.07.03 17:26:40.578394 [ 3 ] {65527331-db59-4b4b-afdc-e6c5147594b7} <Debug> DynamicQueryHandler: Done processing query | ||
6864 | 2024.07.03 17:26:40.578421 [ 3 ] {65527331-db59-4b4b-afdc-e6c5147594b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6865 | 2024.07.03 17:26:40.578437 [ 3 ] {} <Debug> HTTP-Session: 1ad9237c-30e8-4773-bf1e-ff0c2be2a0b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6866 | 2024.07.03 17:26:40.578566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6867 | 2024.07.03 17:26:40.578616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6868 | 2024.07.03 17:26:40.578636 [ 3 ] {} <Debug> HTTP-Session: 53dc1629-0903-49f3-80f0-8866ed9b9dd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6869 | 2024.07.03 17:26:40.578652 [ 3 ] {} <Debug> HTTP-Session: 53dc1629-0903-49f3-80f0-8866ed9b9dd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6870 | 2024.07.03 17:26:40.578666 [ 3 ] {} <Debug> HTTP-Session: 53dc1629-0903-49f3-80f0-8866ed9b9dd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6871 | 2024.07.03 17:26:40.578697 [ 3 ] {} <Trace> HTTP-Session: 53dc1629-0903-49f3-80f0-8866ed9b9dd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6872 | 2024.07.03 17:26:40.578828 [ 3 ] {5580e340-e7ec-4437-890a-858b3e85d519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6873 | 2024.07.03 17:26:40.578876 [ 3 ] {5580e340-e7ec-4437-890a-858b3e85d519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6874 | 2024.07.03 17:26:40.579028 [ 3 ] {5580e340-e7ec-4437-890a-858b3e85d519} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6875 | 2024.07.03 17:26:40.579323 [ 3 ] {5580e340-e7ec-4437-890a-858b3e85d519} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6876 | 2024.07.03 17:26:40.579360 [ 3 ] {5580e340-e7ec-4437-890a-858b3e85d519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6877 | 2024.07.03 17:26:40.579721 [ 3 ] {5580e340-e7ec-4437-890a-858b3e85d519} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6878 | 2024.07.03 17:26:40.580063 [ 3 ] {5580e340-e7ec-4437-890a-858b3e85d519} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6879 | 2024.07.03 17:26:40.580229 [ 3 ] {5580e340-e7ec-4437-890a-858b3e85d519} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
6880 | 2024.07.03 17:26:40.580509 [ 3 ] {5580e340-e7ec-4437-890a-858b3e85d519} <Debug> DynamicQueryHandler: Done processing query | ||
6881 | 2024.07.03 17:26:40.580553 [ 3 ] {5580e340-e7ec-4437-890a-858b3e85d519} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6882 | 2024.07.03 17:26:40.580577 [ 3 ] {} <Debug> HTTP-Session: 53dc1629-0903-49f3-80f0-8866ed9b9dd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6883 | 2024.07.03 17:26:45.561428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6884 | 2024.07.03 17:26:45.561559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6885 | 2024.07.03 17:26:45.561585 [ 3 ] {} <Debug> HTTP-Session: 068d8393-349c-4ccc-85b7-07f850ca91cd Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6886 | 2024.07.03 17:26:45.561611 [ 3 ] {} <Debug> HTTP-Session: 068d8393-349c-4ccc-85b7-07f850ca91cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6887 | 2024.07.03 17:26:45.561628 [ 3 ] {} <Debug> HTTP-Session: 068d8393-349c-4ccc-85b7-07f850ca91cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6888 | 2024.07.03 17:26:45.561679 [ 3 ] {} <Trace> HTTP-Session: 068d8393-349c-4ccc-85b7-07f850ca91cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6889 | 2024.07.03 17:26:45.561865 [ 3 ] {392b1b85-8dcf-4251-ba7b-fa0e6e045ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6890 | 2024.07.03 17:26:45.561932 [ 3 ] {392b1b85-8dcf-4251-ba7b-fa0e6e045ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6891 | 2024.07.03 17:26:45.562122 [ 3 ] {392b1b85-8dcf-4251-ba7b-fa0e6e045ba6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6892 | 2024.07.03 17:26:45.562589 [ 3 ] {392b1b85-8dcf-4251-ba7b-fa0e6e045ba6} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6893 | 2024.07.03 17:26:45.562631 [ 3 ] {392b1b85-8dcf-4251-ba7b-fa0e6e045ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6894 | 2024.07.03 17:26:45.562999 [ 3 ] {392b1b85-8dcf-4251-ba7b-fa0e6e045ba6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6895 | 2024.07.03 17:26:45.563343 [ 3 ] {392b1b85-8dcf-4251-ba7b-fa0e6e045ba6} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6896 | 2024.07.03 17:26:45.563493 [ 3 ] {392b1b85-8dcf-4251-ba7b-fa0e6e045ba6} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001682 sec., 9512.485136741974 rows/sec., 771.03 KiB/sec. | ||
6897 | 2024.07.03 17:26:45.563916 [ 3 ] {392b1b85-8dcf-4251-ba7b-fa0e6e045ba6} <Debug> DynamicQueryHandler: Done processing query | ||
6898 | 2024.07.03 17:26:45.564006 [ 3 ] {392b1b85-8dcf-4251-ba7b-fa0e6e045ba6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6899 | 2024.07.03 17:26:45.564101 [ 3 ] {} <Debug> HTTP-Session: 068d8393-349c-4ccc-85b7-07f850ca91cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6900 | 2024.07.03 17:26:45.564441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6901 | 2024.07.03 17:26:45.564636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6902 | 2024.07.03 17:26:45.564745 [ 3 ] {} <Debug> HTTP-Session: 25fa7223-42d6-4f9f-a712-be540ff769f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6903 | 2024.07.03 17:26:45.564830 [ 3 ] {} <Debug> HTTP-Session: 25fa7223-42d6-4f9f-a712-be540ff769f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6904 | 2024.07.03 17:26:45.564909 [ 3 ] {} <Debug> HTTP-Session: 25fa7223-42d6-4f9f-a712-be540ff769f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6905 | 2024.07.03 17:26:45.565040 [ 3 ] {} <Trace> HTTP-Session: 25fa7223-42d6-4f9f-a712-be540ff769f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6906 | 2024.07.03 17:26:45.565181 [ 3 ] {2458aa21-9fe6-44ad-8d68-57dc7c079851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6907 | 2024.07.03 17:26:45.565227 [ 3 ] {2458aa21-9fe6-44ad-8d68-57dc7c079851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6908 | 2024.07.03 17:26:45.565372 [ 3 ] {2458aa21-9fe6-44ad-8d68-57dc7c079851} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6909 | 2024.07.03 17:26:45.565671 [ 3 ] {2458aa21-9fe6-44ad-8d68-57dc7c079851} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6910 | 2024.07.03 17:26:45.565710 [ 3 ] {2458aa21-9fe6-44ad-8d68-57dc7c079851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6911 | 2024.07.03 17:26:45.566004 [ 3 ] {2458aa21-9fe6-44ad-8d68-57dc7c079851} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6912 | 2024.07.03 17:26:45.566314 [ 3 ] {2458aa21-9fe6-44ad-8d68-57dc7c079851} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6913 | 2024.07.03 17:26:45.566457 [ 3 ] {2458aa21-9fe6-44ad-8d68-57dc7c079851} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.0013 sec., 4615.384615384615 rows/sec., 376.35 KiB/sec. | ||
6914 | 2024.07.03 17:26:45.566616 [ 3 ] {2458aa21-9fe6-44ad-8d68-57dc7c079851} <Debug> DynamicQueryHandler: Done processing query | ||
6915 | 2024.07.03 17:26:45.566640 [ 3 ] {2458aa21-9fe6-44ad-8d68-57dc7c079851} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6916 | 2024.07.03 17:26:45.566657 [ 3 ] {} <Debug> HTTP-Session: 25fa7223-42d6-4f9f-a712-be540ff769f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6917 | 2024.07.03 17:26:45.566787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6918 | 2024.07.03 17:26:45.566834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6919 | 2024.07.03 17:26:45.566852 [ 3 ] {} <Debug> HTTP-Session: 86b9d5f8-f814-4990-8430-1606c2841d0e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6920 | 2024.07.03 17:26:45.566870 [ 3 ] {} <Debug> HTTP-Session: 86b9d5f8-f814-4990-8430-1606c2841d0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6921 | 2024.07.03 17:26:45.566885 [ 3 ] {} <Debug> HTTP-Session: 86b9d5f8-f814-4990-8430-1606c2841d0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6922 | 2024.07.03 17:26:45.566916 [ 3 ] {} <Trace> HTTP-Session: 86b9d5f8-f814-4990-8430-1606c2841d0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6923 | 2024.07.03 17:26:45.567036 [ 3 ] {e385f3fd-5827-4e75-b5a3-398a9b1c5786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6924 | 2024.07.03 17:26:45.567078 [ 3 ] {e385f3fd-5827-4e75-b5a3-398a9b1c5786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6925 | 2024.07.03 17:26:45.567201 [ 3 ] {e385f3fd-5827-4e75-b5a3-398a9b1c5786} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6926 | 2024.07.03 17:26:45.567600 [ 3 ] {e385f3fd-5827-4e75-b5a3-398a9b1c5786} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6927 | 2024.07.03 17:26:45.567638 [ 3 ] {e385f3fd-5827-4e75-b5a3-398a9b1c5786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6928 | 2024.07.03 17:26:45.567947 [ 3 ] {e385f3fd-5827-4e75-b5a3-398a9b1c5786} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6929 | 2024.07.03 17:26:45.568251 [ 3 ] {e385f3fd-5827-4e75-b5a3-398a9b1c5786} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6930 | 2024.07.03 17:26:45.568402 [ 3 ] {e385f3fd-5827-4e75-b5a3-398a9b1c5786} <Debug> executeQuery: Read 107 rows, 8.99 KiB in 0.001405 sec., 76156.58362989324 rows/sec., 6.25 MiB/sec. | ||
6931 | 2024.07.03 17:26:45.568567 [ 3 ] {e385f3fd-5827-4e75-b5a3-398a9b1c5786} <Debug> DynamicQueryHandler: Done processing query | ||
6932 | 2024.07.03 17:26:45.568593 [ 3 ] {e385f3fd-5827-4e75-b5a3-398a9b1c5786} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6933 | 2024.07.03 17:26:45.568609 [ 3 ] {} <Debug> HTTP-Session: 86b9d5f8-f814-4990-8430-1606c2841d0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6934 | 2024.07.03 17:26:45.568777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6935 | 2024.07.03 17:26:45.568825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6936 | 2024.07.03 17:26:45.568844 [ 3 ] {} <Debug> HTTP-Session: bc41b385-2775-4f70-ac20-e548262a87c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6937 | 2024.07.03 17:26:45.568861 [ 3 ] {} <Debug> HTTP-Session: bc41b385-2775-4f70-ac20-e548262a87c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6938 | 2024.07.03 17:26:45.568876 [ 3 ] {} <Debug> HTTP-Session: bc41b385-2775-4f70-ac20-e548262a87c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6939 | 2024.07.03 17:26:45.568907 [ 3 ] {} <Trace> HTTP-Session: bc41b385-2775-4f70-ac20-e548262a87c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6940 | 2024.07.03 17:26:45.569002 [ 3 ] {59f4fa90-81e8-484d-b986-526857cc1259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6941 | 2024.07.03 17:26:45.569045 [ 3 ] {59f4fa90-81e8-484d-b986-526857cc1259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6942 | 2024.07.03 17:26:45.569170 [ 3 ] {59f4fa90-81e8-484d-b986-526857cc1259} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6943 | 2024.07.03 17:26:45.569438 [ 3 ] {59f4fa90-81e8-484d-b986-526857cc1259} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6944 | 2024.07.03 17:26:45.569476 [ 3 ] {59f4fa90-81e8-484d-b986-526857cc1259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6945 | 2024.07.03 17:26:45.569768 [ 3 ] {59f4fa90-81e8-484d-b986-526857cc1259} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6946 | 2024.07.03 17:26:45.570078 [ 3 ] {59f4fa90-81e8-484d-b986-526857cc1259} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6947 | 2024.07.03 17:26:45.570230 [ 3 ] {59f4fa90-81e8-484d-b986-526857cc1259} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001248 sec., 4807.692307692308 rows/sec., 335.69 KiB/sec. | ||
6948 | 2024.07.03 17:26:45.570498 [ 3 ] {59f4fa90-81e8-484d-b986-526857cc1259} <Debug> DynamicQueryHandler: Done processing query | ||
6949 | 2024.07.03 17:26:45.570538 [ 3 ] {59f4fa90-81e8-484d-b986-526857cc1259} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6950 | 2024.07.03 17:26:45.570556 [ 3 ] {} <Debug> HTTP-Session: bc41b385-2775-4f70-ac20-e548262a87c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6951 | 2024.07.03 17:26:45.570687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6952 | 2024.07.03 17:26:45.570734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6953 | 2024.07.03 17:26:45.570753 [ 3 ] {} <Debug> HTTP-Session: 4e0ae1f0-db63-4c27-8e54-f21f1059295c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6954 | 2024.07.03 17:26:45.570770 [ 3 ] {} <Debug> HTTP-Session: 4e0ae1f0-db63-4c27-8e54-f21f1059295c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6955 | 2024.07.03 17:26:45.570785 [ 3 ] {} <Debug> HTTP-Session: 4e0ae1f0-db63-4c27-8e54-f21f1059295c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6956 | 2024.07.03 17:26:45.570816 [ 3 ] {} <Trace> HTTP-Session: 4e0ae1f0-db63-4c27-8e54-f21f1059295c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6957 | 2024.07.03 17:26:45.570938 [ 3 ] {5cc0e2f1-6e64-44e8-8dba-7915c98ca58d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6958 | 2024.07.03 17:26:45.570983 [ 3 ] {5cc0e2f1-6e64-44e8-8dba-7915c98ca58d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6959 | 2024.07.03 17:26:45.571134 [ 3 ] {5cc0e2f1-6e64-44e8-8dba-7915c98ca58d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6960 | 2024.07.03 17:26:45.571463 [ 3 ] {5cc0e2f1-6e64-44e8-8dba-7915c98ca58d} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6961 | 2024.07.03 17:26:45.571500 [ 3 ] {5cc0e2f1-6e64-44e8-8dba-7915c98ca58d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6962 | 2024.07.03 17:26:45.571806 [ 3 ] {5cc0e2f1-6e64-44e8-8dba-7915c98ca58d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6963 | 2024.07.03 17:26:45.572109 [ 3 ] {5cc0e2f1-6e64-44e8-8dba-7915c98ca58d} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6964 | 2024.07.03 17:26:45.572255 [ 3 ] {5cc0e2f1-6e64-44e8-8dba-7915c98ca58d} <Debug> executeQuery: Read 86 rows, 6.89 KiB in 0.001354 sec., 63515.509601181686 rows/sec., 4.97 MiB/sec. | ||
6965 | 2024.07.03 17:26:45.572421 [ 3 ] {5cc0e2f1-6e64-44e8-8dba-7915c98ca58d} <Debug> DynamicQueryHandler: Done processing query | ||
6966 | 2024.07.03 17:26:45.572445 [ 3 ] {5cc0e2f1-6e64-44e8-8dba-7915c98ca58d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6967 | 2024.07.03 17:26:45.572461 [ 3 ] {} <Debug> HTTP-Session: 4e0ae1f0-db63-4c27-8e54-f21f1059295c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6968 | 2024.07.03 17:26:45.572748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 31210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6969 | 2024.07.03 17:26:45.572797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6970 | 2024.07.03 17:26:45.572816 [ 3 ] {} <Debug> HTTP-Session: 6df979d0-2dc1-4a96-a351-cb218e7bca2b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6971 | 2024.07.03 17:26:45.572833 [ 3 ] {} <Debug> HTTP-Session: 6df979d0-2dc1-4a96-a351-cb218e7bca2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6972 | 2024.07.03 17:26:45.572847 [ 3 ] {} <Debug> HTTP-Session: 6df979d0-2dc1-4a96-a351-cb218e7bca2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6973 | 2024.07.03 17:26:45.572878 [ 3 ] {} <Trace> HTTP-Session: 6df979d0-2dc1-4a96-a351-cb218e7bca2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6974 | 2024.07.03 17:26:45.573029 [ 3 ] {0042fbfc-0c54-43fd-8317-bb80cac803da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6975 | 2024.07.03 17:26:45.573077 [ 3 ] {0042fbfc-0c54-43fd-8317-bb80cac803da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6976 | 2024.07.03 17:26:45.573220 [ 3 ] {0042fbfc-0c54-43fd-8317-bb80cac803da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6977 | 2024.07.03 17:26:45.573570 [ 3 ] {0042fbfc-0c54-43fd-8317-bb80cac803da} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6978 | 2024.07.03 17:26:45.573608 [ 3 ] {0042fbfc-0c54-43fd-8317-bb80cac803da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6979 | 2024.07.03 17:26:45.573985 [ 3 ] {0042fbfc-0c54-43fd-8317-bb80cac803da} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6980 | 2024.07.03 17:26:45.574323 [ 3 ] {0042fbfc-0c54-43fd-8317-bb80cac803da} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6981 | 2024.07.03 17:26:45.574485 [ 3 ] {0042fbfc-0c54-43fd-8317-bb80cac803da} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001515 sec., 107590.75907590758 rows/sec., 7.49 MiB/sec. | ||
6982 | 2024.07.03 17:26:45.574647 [ 3 ] {0042fbfc-0c54-43fd-8317-bb80cac803da} <Debug> DynamicQueryHandler: Done processing query | ||
6983 | 2024.07.03 17:26:45.574672 [ 3 ] {0042fbfc-0c54-43fd-8317-bb80cac803da} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6984 | 2024.07.03 17:26:45.574689 [ 3 ] {} <Debug> HTTP-Session: 6df979d0-2dc1-4a96-a351-cb218e7bca2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6985 | 2024.07.03 17:26:45.574858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6986 | 2024.07.03 17:26:45.574904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6987 | 2024.07.03 17:26:45.574925 [ 3 ] {} <Debug> HTTP-Session: 2e98b702-2959-4e75-8dbe-38d0bc07f4b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
6988 | 2024.07.03 17:26:45.574942 [ 3 ] {} <Debug> HTTP-Session: 2e98b702-2959-4e75-8dbe-38d0bc07f4b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6989 | 2024.07.03 17:26:45.574956 [ 3 ] {} <Debug> HTTP-Session: 2e98b702-2959-4e75-8dbe-38d0bc07f4b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6990 | 2024.07.03 17:26:45.574987 [ 3 ] {} <Trace> HTTP-Session: 2e98b702-2959-4e75-8dbe-38d0bc07f4b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6991 | 2024.07.03 17:26:45.575185 [ 3 ] {79c53640-8453-46e9-bd8b-6e96c23b3d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6992 | 2024.07.03 17:26:45.575251 [ 3 ] {79c53640-8453-46e9-bd8b-6e96c23b3d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6993 | 2024.07.03 17:26:45.575655 [ 3 ] {79c53640-8453-46e9-bd8b-6e96c23b3d65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6994 | 2024.07.03 17:26:45.576226 [ 3 ] {79c53640-8453-46e9-bd8b-6e96c23b3d65} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6995 | 2024.07.03 17:26:45.576263 [ 3 ] {79c53640-8453-46e9-bd8b-6e96c23b3d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6996 | 2024.07.03 17:26:45.576848 [ 3 ] {79c53640-8453-46e9-bd8b-6e96c23b3d65} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6997 | 2024.07.03 17:26:45.577265 [ 3 ] {79c53640-8453-46e9-bd8b-6e96c23b3d65} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6998 | 2024.07.03 17:26:45.577457 [ 92 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6999 | 2024.07.03 17:26:45.577472 [ 3 ] {79c53640-8453-46e9-bd8b-6e96c23b3d65} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002399 sec., 6669.4456023343055 rows/sec., 11.95 MiB/sec. | ||
7000 | 2024.07.03 17:26:45.577587 [ 92 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7001 | 2024.07.03 17:26:45.577690 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7002 | 2024.07.03 17:26:45.578068 [ 3 ] {79c53640-8453-46e9-bd8b-6e96c23b3d65} <Debug> DynamicQueryHandler: Done processing query | ||
7003 | 2024.07.03 17:26:45.578093 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
7004 | 2024.07.03 17:26:45.578108 [ 3 ] {79c53640-8453-46e9-bd8b-6e96c23b3d65} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7005 | 2024.07.03 17:26:45.578190 [ 3 ] {} <Debug> HTTP-Session: 2e98b702-2959-4e75-8dbe-38d0bc07f4b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7006 | 2024.07.03 17:26:45.578444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7007 | 2024.07.03 17:26:45.578554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7008 | 2024.07.03 17:26:45.578613 [ 3 ] {} <Debug> HTTP-Session: 75c6c79b-23d9-482c-bda3-1efbda9d2a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7009 | 2024.07.03 17:26:45.578675 [ 3 ] {} <Debug> HTTP-Session: 75c6c79b-23d9-482c-bda3-1efbda9d2a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7010 | 2024.07.03 17:26:45.578714 [ 3 ] {} <Debug> HTTP-Session: 75c6c79b-23d9-482c-bda3-1efbda9d2a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7011 | 2024.07.03 17:26:45.578814 [ 3 ] {} <Trace> HTTP-Session: 75c6c79b-23d9-482c-bda3-1efbda9d2a53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7012 | 2024.07.03 17:26:45.579062 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7013 | 2024.07.03 17:26:45.579089 [ 3 ] {4fe292ce-1097-45b8-ade8-f240e2044744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7014 | 2024.07.03 17:26:45.579212 [ 3 ] {4fe292ce-1097-45b8-ade8-f240e2044744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7015 | 2024.07.03 17:26:45.579242 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 534 rows starting from the beginning of the part | ||
7016 | 2024.07.03 17:26:45.580080 [ 3 ] {4fe292ce-1097-45b8-ade8-f240e2044744} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7017 | 2024.07.03 17:26:45.580176 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part | ||
7018 | 2024.07.03 17:26:45.580870 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
7019 | 2024.07.03 17:26:45.581091 [ 3 ] {4fe292ce-1097-45b8-ade8-f240e2044744} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7020 | 2024.07.03 17:26:45.581201 [ 3 ] {4fe292ce-1097-45b8-ade8-f240e2044744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7021 | 2024.07.03 17:26:45.581579 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part | ||
7022 | 2024.07.03 17:26:45.582321 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
7023 | 2024.07.03 17:26:45.582475 [ 3 ] {4fe292ce-1097-45b8-ade8-f240e2044744} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7024 | 2024.07.03 17:26:45.582935 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part | ||
7025 | 2024.07.03 17:26:45.583610 [ 3 ] {4fe292ce-1097-45b8-ade8-f240e2044744} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7026 | 2024.07.03 17:26:45.584030 [ 3 ] {4fe292ce-1097-45b8-ade8-f240e2044744} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005054 sec., 11871.784724970319 rows/sec., 819.28 KiB/sec. | ||
7027 | 2024.07.03 17:26:45.584306 [ 3 ] {4fe292ce-1097-45b8-ade8-f240e2044744} <Debug> DynamicQueryHandler: Done processing query | ||
7028 | 2024.07.03 17:26:45.584339 [ 3 ] {4fe292ce-1097-45b8-ade8-f240e2044744} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7029 | 2024.07.03 17:26:45.584394 [ 3 ] {} <Debug> HTTP-Session: 75c6c79b-23d9-482c-bda3-1efbda9d2a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7030 | 2024.07.03 17:26:45.588065 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 19 columns (19 merged, 0 gathered) in 0.010151586 sec., 60089.13287046969 rows/sec., 107.68 MiB/sec. | ||
7031 | 2024.07.03 17:26:45.588625 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7032 | 2024.07.03 17:26:45.589197 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7033 | 2024.07.03 17:26:45.589282 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7034 | 2024.07.03 17:26:45.589398 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
7035 | 2024.07.03 17:26:48.470097 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7036 | 2024.07.03 17:26:48.470148 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7037 | 2024.07.03 17:26:50.562576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7038 | 2024.07.03 17:26:50.562718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7039 | 2024.07.03 17:26:50.562748 [ 3 ] {} <Debug> HTTP-Session: e7aeff7f-38a9-48f3-b46c-13528abb5b8a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7040 | 2024.07.03 17:26:50.562776 [ 3 ] {} <Debug> HTTP-Session: e7aeff7f-38a9-48f3-b46c-13528abb5b8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7041 | 2024.07.03 17:26:50.562795 [ 3 ] {} <Debug> HTTP-Session: e7aeff7f-38a9-48f3-b46c-13528abb5b8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7042 | 2024.07.03 17:26:50.562851 [ 3 ] {} <Trace> HTTP-Session: e7aeff7f-38a9-48f3-b46c-13528abb5b8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7043 | 2024.07.03 17:26:50.563056 [ 3 ] {702d24a6-21bf-4f3c-91d4-1faaaf80673c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7044 | 2024.07.03 17:26:50.563135 [ 3 ] {702d24a6-21bf-4f3c-91d4-1faaaf80673c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7045 | 2024.07.03 17:26:50.563358 [ 3 ] {702d24a6-21bf-4f3c-91d4-1faaaf80673c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7046 | 2024.07.03 17:26:50.563806 [ 3 ] {702d24a6-21bf-4f3c-91d4-1faaaf80673c} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7047 | 2024.07.03 17:26:50.563851 [ 3 ] {702d24a6-21bf-4f3c-91d4-1faaaf80673c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7048 | 2024.07.03 17:26:50.564232 [ 3 ] {702d24a6-21bf-4f3c-91d4-1faaaf80673c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7049 | 2024.07.03 17:26:50.564599 [ 3 ] {702d24a6-21bf-4f3c-91d4-1faaaf80673c} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7050 | 2024.07.03 17:26:50.564762 [ 3 ] {702d24a6-21bf-4f3c-91d4-1faaaf80673c} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001769 sec., 7914.075749010741 rows/sec., 641.47 KiB/sec. | ||
7051 | 2024.07.03 17:26:50.564991 [ 3 ] {702d24a6-21bf-4f3c-91d4-1faaaf80673c} <Debug> DynamicQueryHandler: Done processing query | ||
7052 | 2024.07.03 17:26:50.565019 [ 3 ] {702d24a6-21bf-4f3c-91d4-1faaaf80673c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7053 | 2024.07.03 17:26:50.565035 [ 3 ] {} <Debug> HTTP-Session: e7aeff7f-38a9-48f3-b46c-13528abb5b8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7054 | 2024.07.03 17:26:50.565190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7055 | 2024.07.03 17:26:50.565245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7056 | 2024.07.03 17:26:50.565265 [ 3 ] {} <Debug> HTTP-Session: 07dca1db-0227-4698-89ad-191efef473bb Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7057 | 2024.07.03 17:26:50.565282 [ 3 ] {} <Debug> HTTP-Session: 07dca1db-0227-4698-89ad-191efef473bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7058 | 2024.07.03 17:26:50.565296 [ 3 ] {} <Debug> HTTP-Session: 07dca1db-0227-4698-89ad-191efef473bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7059 | 2024.07.03 17:26:50.565331 [ 3 ] {} <Trace> HTTP-Session: 07dca1db-0227-4698-89ad-191efef473bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7060 | 2024.07.03 17:26:50.565438 [ 3 ] {d44e37d6-9002-4dac-9b33-d6b268b852f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7061 | 2024.07.03 17:26:50.565485 [ 3 ] {d44e37d6-9002-4dac-9b33-d6b268b852f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7062 | 2024.07.03 17:26:50.565618 [ 3 ] {d44e37d6-9002-4dac-9b33-d6b268b852f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7063 | 2024.07.03 17:26:50.565910 [ 3 ] {d44e37d6-9002-4dac-9b33-d6b268b852f0} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7064 | 2024.07.03 17:26:50.565948 [ 3 ] {d44e37d6-9002-4dac-9b33-d6b268b852f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7065 | 2024.07.03 17:26:50.566254 [ 3 ] {d44e37d6-9002-4dac-9b33-d6b268b852f0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7066 | 2024.07.03 17:26:50.566579 [ 3 ] {d44e37d6-9002-4dac-9b33-d6b268b852f0} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7067 | 2024.07.03 17:26:50.566749 [ 3 ] {d44e37d6-9002-4dac-9b33-d6b268b852f0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00134 sec., 2985.0746268656717 rows/sec., 243.41 KiB/sec. | ||
7068 | 2024.07.03 17:26:50.566910 [ 3 ] {d44e37d6-9002-4dac-9b33-d6b268b852f0} <Debug> DynamicQueryHandler: Done processing query | ||
7069 | 2024.07.03 17:26:50.566936 [ 3 ] {d44e37d6-9002-4dac-9b33-d6b268b852f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7070 | 2024.07.03 17:26:50.566951 [ 3 ] {} <Debug> HTTP-Session: 07dca1db-0227-4698-89ad-191efef473bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7071 | 2024.07.03 17:26:50.567138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 19308, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7072 | 2024.07.03 17:26:50.567189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7073 | 2024.07.03 17:26:50.567207 [ 3 ] {} <Debug> HTTP-Session: 1ede3567-4a12-4ab6-90d3-b2a726f17a04 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7074 | 2024.07.03 17:26:50.567223 [ 3 ] {} <Debug> HTTP-Session: 1ede3567-4a12-4ab6-90d3-b2a726f17a04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7075 | 2024.07.03 17:26:50.567237 [ 3 ] {} <Debug> HTTP-Session: 1ede3567-4a12-4ab6-90d3-b2a726f17a04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7076 | 2024.07.03 17:26:50.567270 [ 3 ] {} <Trace> HTTP-Session: 1ede3567-4a12-4ab6-90d3-b2a726f17a04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7077 | 2024.07.03 17:26:50.567407 [ 3 ] {9ab842b5-baa8-4ab2-9e8c-461906178f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7078 | 2024.07.03 17:26:50.567452 [ 3 ] {9ab842b5-baa8-4ab2-9e8c-461906178f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7079 | 2024.07.03 17:26:50.567579 [ 3 ] {9ab842b5-baa8-4ab2-9e8c-461906178f67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7080 | 2024.07.03 17:26:50.567963 [ 3 ] {9ab842b5-baa8-4ab2-9e8c-461906178f67} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7081 | 2024.07.03 17:26:50.568001 [ 3 ] {9ab842b5-baa8-4ab2-9e8c-461906178f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7082 | 2024.07.03 17:26:50.568325 [ 3 ] {9ab842b5-baa8-4ab2-9e8c-461906178f67} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7083 | 2024.07.03 17:26:50.568633 [ 3 ] {9ab842b5-baa8-4ab2-9e8c-461906178f67} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7084 | 2024.07.03 17:26:50.568776 [ 3 ] {9ab842b5-baa8-4ab2-9e8c-461906178f67} <Debug> executeQuery: Read 136 rows, 11.04 KiB in 0.001427 sec., 95304.83531885073 rows/sec., 7.56 MiB/sec. | ||
7085 | 2024.07.03 17:26:50.568934 [ 3 ] {9ab842b5-baa8-4ab2-9e8c-461906178f67} <Debug> DynamicQueryHandler: Done processing query | ||
7086 | 2024.07.03 17:26:50.568959 [ 3 ] {9ab842b5-baa8-4ab2-9e8c-461906178f67} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7087 | 2024.07.03 17:26:50.568975 [ 3 ] {} <Debug> HTTP-Session: 1ede3567-4a12-4ab6-90d3-b2a726f17a04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7088 | 2024.07.03 17:26:50.569095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7089 | 2024.07.03 17:26:50.569145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7090 | 2024.07.03 17:26:50.569164 [ 3 ] {} <Debug> HTTP-Session: 4bf82123-f653-43b6-aad9-65eeb069a6b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7091 | 2024.07.03 17:26:50.569180 [ 3 ] {} <Debug> HTTP-Session: 4bf82123-f653-43b6-aad9-65eeb069a6b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7092 | 2024.07.03 17:26:50.569194 [ 3 ] {} <Debug> HTTP-Session: 4bf82123-f653-43b6-aad9-65eeb069a6b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7093 | 2024.07.03 17:26:50.569224 [ 3 ] {} <Trace> HTTP-Session: 4bf82123-f653-43b6-aad9-65eeb069a6b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7094 | 2024.07.03 17:26:50.569320 [ 3 ] {086d4efd-3828-4d23-9d6c-843a609c773a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7095 | 2024.07.03 17:26:50.569363 [ 3 ] {086d4efd-3828-4d23-9d6c-843a609c773a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7096 | 2024.07.03 17:26:50.569488 [ 3 ] {086d4efd-3828-4d23-9d6c-843a609c773a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7097 | 2024.07.03 17:26:50.569732 [ 3 ] {086d4efd-3828-4d23-9d6c-843a609c773a} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7098 | 2024.07.03 17:26:50.569769 [ 3 ] {086d4efd-3828-4d23-9d6c-843a609c773a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7099 | 2024.07.03 17:26:50.570070 [ 3 ] {086d4efd-3828-4d23-9d6c-843a609c773a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7100 | 2024.07.03 17:26:50.570381 [ 3 ] {086d4efd-3828-4d23-9d6c-843a609c773a} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7101 | 2024.07.03 17:26:50.570536 [ 3 ] {086d4efd-3828-4d23-9d6c-843a609c773a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001229 sec., 3254.6786004882015 rows/sec., 227.26 KiB/sec. | ||
7102 | 2024.07.03 17:26:50.570691 [ 3 ] {086d4efd-3828-4d23-9d6c-843a609c773a} <Debug> DynamicQueryHandler: Done processing query | ||
7103 | 2024.07.03 17:26:50.570716 [ 3 ] {086d4efd-3828-4d23-9d6c-843a609c773a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7104 | 2024.07.03 17:26:50.570732 [ 3 ] {} <Debug> HTTP-Session: 4bf82123-f653-43b6-aad9-65eeb069a6b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7105 | 2024.07.03 17:26:50.570864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7106 | 2024.07.03 17:26:50.570912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7107 | 2024.07.03 17:26:50.570932 [ 3 ] {} <Debug> HTTP-Session: 83831462-87aa-485d-9d3b-58e79d347dca Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7108 | 2024.07.03 17:26:50.570949 [ 3 ] {} <Debug> HTTP-Session: 83831462-87aa-485d-9d3b-58e79d347dca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7109 | 2024.07.03 17:26:50.570962 [ 3 ] {} <Debug> HTTP-Session: 83831462-87aa-485d-9d3b-58e79d347dca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7110 | 2024.07.03 17:26:50.570992 [ 3 ] {} <Trace> HTTP-Session: 83831462-87aa-485d-9d3b-58e79d347dca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7111 | 2024.07.03 17:26:50.571112 [ 3 ] {e737cca1-6804-48fb-a0a9-212e867f932a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7112 | 2024.07.03 17:26:50.571155 [ 3 ] {e737cca1-6804-48fb-a0a9-212e867f932a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7113 | 2024.07.03 17:26:50.571280 [ 3 ] {e737cca1-6804-48fb-a0a9-212e867f932a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7114 | 2024.07.03 17:26:50.571696 [ 3 ] {e737cca1-6804-48fb-a0a9-212e867f932a} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7115 | 2024.07.03 17:26:50.571733 [ 3 ] {e737cca1-6804-48fb-a0a9-212e867f932a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7116 | 2024.07.03 17:26:50.572060 [ 3 ] {e737cca1-6804-48fb-a0a9-212e867f932a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7117 | 2024.07.03 17:26:50.572372 [ 3 ] {e737cca1-6804-48fb-a0a9-212e867f932a} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7118 | 2024.07.03 17:26:50.572515 [ 3 ] {e737cca1-6804-48fb-a0a9-212e867f932a} <Debug> executeQuery: Read 106 rows, 8.46 KiB in 0.001448 sec., 73204.41988950277 rows/sec., 5.71 MiB/sec. | ||
7119 | 2024.07.03 17:26:50.572755 [ 3 ] {e737cca1-6804-48fb-a0a9-212e867f932a} <Debug> DynamicQueryHandler: Done processing query | ||
7120 | 2024.07.03 17:26:50.572815 [ 3 ] {e737cca1-6804-48fb-a0a9-212e867f932a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7121 | 2024.07.03 17:26:50.572873 [ 3 ] {} <Debug> HTTP-Session: 83831462-87aa-485d-9d3b-58e79d347dca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7122 | 2024.07.03 17:26:50.573085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 37978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7123 | 2024.07.03 17:26:50.573140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7124 | 2024.07.03 17:26:50.573160 [ 3 ] {} <Debug> HTTP-Session: a99d4faf-9ca4-43d0-a048-e7bc6cb707f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7125 | 2024.07.03 17:26:50.573177 [ 3 ] {} <Debug> HTTP-Session: a99d4faf-9ca4-43d0-a048-e7bc6cb707f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7126 | 2024.07.03 17:26:50.573191 [ 3 ] {} <Debug> HTTP-Session: a99d4faf-9ca4-43d0-a048-e7bc6cb707f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7127 | 2024.07.03 17:26:50.573225 [ 3 ] {} <Trace> HTTP-Session: a99d4faf-9ca4-43d0-a048-e7bc6cb707f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7128 | 2024.07.03 17:26:50.573396 [ 3 ] {2c8bdb40-9974-4de5-ac79-3dab1026bced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7129 | 2024.07.03 17:26:50.573446 [ 3 ] {2c8bdb40-9974-4de5-ac79-3dab1026bced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7130 | 2024.07.03 17:26:50.573611 [ 3 ] {2c8bdb40-9974-4de5-ac79-3dab1026bced} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7131 | 2024.07.03 17:26:50.574034 [ 3 ] {2c8bdb40-9974-4de5-ac79-3dab1026bced} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7132 | 2024.07.03 17:26:50.574071 [ 3 ] {2c8bdb40-9974-4de5-ac79-3dab1026bced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7133 | 2024.07.03 17:26:50.574468 [ 3 ] {2c8bdb40-9974-4de5-ac79-3dab1026bced} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7134 | 2024.07.03 17:26:50.574809 [ 3 ] {2c8bdb40-9974-4de5-ac79-3dab1026bced} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7135 | 2024.07.03 17:26:50.574970 [ 3 ] {2c8bdb40-9974-4de5-ac79-3dab1026bced} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001657 sec., 119493.05974652986 rows/sec., 8.34 MiB/sec. | ||
7136 | 2024.07.03 17:26:50.574981 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7137 | 2024.07.03 17:26:50.575078 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7138 | 2024.07.03 17:26:50.575127 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7139 | 2024.07.03 17:26:50.575227 [ 3 ] {2c8bdb40-9974-4de5-ac79-3dab1026bced} <Debug> DynamicQueryHandler: Done processing query | ||
7140 | 2024.07.03 17:26:50.575279 [ 3 ] {2c8bdb40-9974-4de5-ac79-3dab1026bced} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7141 | 2024.07.03 17:26:50.575300 [ 3 ] {} <Debug> HTTP-Session: a99d4faf-9ca4-43d0-a048-e7bc6cb707f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7142 | 2024.07.03 17:26:50.575309 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
7143 | 2024.07.03 17:26:50.575494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7144 | 2024.07.03 17:26:50.575616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7145 | 2024.07.03 17:26:50.575678 [ 3 ] {} <Debug> HTTP-Session: 38615e4e-923c-4759-aa6b-c78116169f4e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7146 | 2024.07.03 17:26:50.575720 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7147 | 2024.07.03 17:26:50.575721 [ 3 ] {} <Debug> HTTP-Session: 38615e4e-923c-4759-aa6b-c78116169f4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7148 | 2024.07.03 17:26:50.575765 [ 3 ] {} <Debug> HTTP-Session: 38615e4e-923c-4759-aa6b-c78116169f4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7149 | 2024.07.03 17:26:50.575772 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 3582 rows starting from the beginning of the part | ||
7150 | 2024.07.03 17:26:50.575809 [ 3 ] {} <Trace> HTTP-Session: 38615e4e-923c-4759-aa6b-c78116169f4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7151 | 2024.07.03 17:26:50.575873 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
7152 | 2024.07.03 17:26:50.576165 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
7153 | 2024.07.03 17:26:50.576260 [ 3 ] {b8453fd8-87f9-4d06-bc72-85ea3fdd9fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7154 | 2024.07.03 17:26:50.576559 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
7155 | 2024.07.03 17:26:50.576641 [ 3 ] {b8453fd8-87f9-4d06-bc72-85ea3fdd9fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7156 | 2024.07.03 17:26:50.576896 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 163 rows starting from the beginning of the part | ||
7157 | 2024.07.03 17:26:50.577291 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 198 rows starting from the beginning of the part | ||
7158 | 2024.07.03 17:26:50.578477 [ 3 ] {b8453fd8-87f9-4d06-bc72-85ea3fdd9fd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7159 | 2024.07.03 17:26:50.579339 [ 3 ] {b8453fd8-87f9-4d06-bc72-85ea3fdd9fd8} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7160 | 2024.07.03 17:26:50.579376 [ 3 ] {b8453fd8-87f9-4d06-bc72-85ea3fdd9fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7161 | 2024.07.03 17:26:50.580237 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4423 rows, containing 5 columns (5 merged, 0 gathered) in 0.005036232 sec., 878235.95100464 rows/sec., 61.47 MiB/sec. | ||
7162 | 2024.07.03 17:26:50.580449 [ 3 ] {b8453fd8-87f9-4d06-bc72-85ea3fdd9fd8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7163 | 2024.07.03 17:26:50.580521 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7164 | 2024.07.03 17:26:50.581135 [ 3 ] {b8453fd8-87f9-4d06-bc72-85ea3fdd9fd8} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7165 | 2024.07.03 17:26:50.581140 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7166 | 2024.07.03 17:26:50.581234 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7167 | 2024.07.03 17:26:50.581436 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
7168 | 2024.07.03 17:26:50.581440 [ 3 ] {b8453fd8-87f9-4d06-bc72-85ea3fdd9fd8} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.005499 sec., 2545.9174395344608 rows/sec., 4.56 MiB/sec. | ||
7169 | 2024.07.03 17:26:50.581672 [ 3 ] {b8453fd8-87f9-4d06-bc72-85ea3fdd9fd8} <Debug> DynamicQueryHandler: Done processing query | ||
7170 | 2024.07.03 17:26:50.581696 [ 3 ] {b8453fd8-87f9-4d06-bc72-85ea3fdd9fd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7171 | 2024.07.03 17:26:50.581712 [ 3 ] {} <Debug> HTTP-Session: 38615e4e-923c-4759-aa6b-c78116169f4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7172 | 2024.07.03 17:26:50.581839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7173 | 2024.07.03 17:26:50.581886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7174 | 2024.07.03 17:26:50.581905 [ 3 ] {} <Debug> HTTP-Session: 9678ac48-056f-471b-b1a8-388db36b5d1d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7175 | 2024.07.03 17:26:50.581921 [ 3 ] {} <Debug> HTTP-Session: 9678ac48-056f-471b-b1a8-388db36b5d1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7176 | 2024.07.03 17:26:50.581935 [ 3 ] {} <Debug> HTTP-Session: 9678ac48-056f-471b-b1a8-388db36b5d1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7177 | 2024.07.03 17:26:50.581965 [ 3 ] {} <Trace> HTTP-Session: 9678ac48-056f-471b-b1a8-388db36b5d1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7178 | 2024.07.03 17:26:50.582086 [ 3 ] {fea90331-eb39-4f35-9cdf-823daf46397c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7179 | 2024.07.03 17:26:50.582130 [ 3 ] {fea90331-eb39-4f35-9cdf-823daf46397c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7180 | 2024.07.03 17:26:50.582257 [ 3 ] {fea90331-eb39-4f35-9cdf-823daf46397c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7181 | 2024.07.03 17:26:50.582577 [ 3 ] {fea90331-eb39-4f35-9cdf-823daf46397c} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7182 | 2024.07.03 17:26:50.582614 [ 3 ] {fea90331-eb39-4f35-9cdf-823daf46397c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7183 | 2024.07.03 17:26:50.582984 [ 3 ] {fea90331-eb39-4f35-9cdf-823daf46397c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7184 | 2024.07.03 17:26:50.583315 [ 3 ] {fea90331-eb39-4f35-9cdf-823daf46397c} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7185 | 2024.07.03 17:26:50.583475 [ 88 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7186 | 2024.07.03 17:26:50.583483 [ 3 ] {fea90331-eb39-4f35-9cdf-823daf46397c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
7187 | 2024.07.03 17:26:50.583538 [ 88 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7188 | 2024.07.03 17:26:50.583600 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7189 | 2024.07.03 17:26:50.583791 [ 3 ] {fea90331-eb39-4f35-9cdf-823daf46397c} <Debug> DynamicQueryHandler: Done processing query | ||
7190 | 2024.07.03 17:26:50.583800 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
7191 | 2024.07.03 17:26:50.583824 [ 3 ] {fea90331-eb39-4f35-9cdf-823daf46397c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7192 | 2024.07.03 17:26:50.583877 [ 3 ] {} <Debug> HTTP-Session: 9678ac48-056f-471b-b1a8-388db36b5d1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7193 | 2024.07.03 17:26:50.584016 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7194 | 2024.07.03 17:26:50.584060 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1228 rows starting from the beginning of the part | ||
7195 | 2024.07.03 17:26:50.584151 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
7196 | 2024.07.03 17:26:50.584223 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
7197 | 2024.07.03 17:26:50.584446 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
7198 | 2024.07.03 17:26:50.584547 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
7199 | 2024.07.03 17:26:50.584753 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
7200 | 2024.07.03 17:26:50.585963 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 4 columns (4 merged, 0 gathered) in 0.002262299 sec., 675419.1201074659 rows/sec., 45.04 MiB/sec. | ||
7201 | 2024.07.03 17:26:50.586217 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7202 | 2024.07.03 17:26:50.586677 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_41_8} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7203 | 2024.07.03 17:26:50.586767 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_41_8} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7204 | 2024.07.03 17:26:50.586864 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
7205 | 2024.07.03 17:26:55.560828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7206 | 2024.07.03 17:26:55.560972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7207 | 2024.07.03 17:26:55.561003 [ 3 ] {} <Debug> HTTP-Session: b380c8b6-a417-4d26-b695-92a467f2f879 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7208 | 2024.07.03 17:26:55.561031 [ 3 ] {} <Debug> HTTP-Session: b380c8b6-a417-4d26-b695-92a467f2f879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7209 | 2024.07.03 17:26:55.561050 [ 3 ] {} <Debug> HTTP-Session: b380c8b6-a417-4d26-b695-92a467f2f879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7210 | 2024.07.03 17:26:55.561108 [ 3 ] {} <Trace> HTTP-Session: b380c8b6-a417-4d26-b695-92a467f2f879 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7211 | 2024.07.03 17:26:55.561315 [ 3 ] {72129841-8c1b-465a-a5a5-5862fc646650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7212 | 2024.07.03 17:26:55.561391 [ 3 ] {72129841-8c1b-465a-a5a5-5862fc646650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7213 | 2024.07.03 17:26:55.561610 [ 3 ] {72129841-8c1b-465a-a5a5-5862fc646650} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7214 | 2024.07.03 17:26:55.562034 [ 3 ] {72129841-8c1b-465a-a5a5-5862fc646650} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7215 | 2024.07.03 17:26:55.562080 [ 3 ] {72129841-8c1b-465a-a5a5-5862fc646650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7216 | 2024.07.03 17:26:55.562456 [ 3 ] {72129841-8c1b-465a-a5a5-5862fc646650} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7217 | 2024.07.03 17:26:55.562799 [ 3 ] {72129841-8c1b-465a-a5a5-5862fc646650} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7218 | 2024.07.03 17:26:55.562989 [ 3 ] {72129841-8c1b-465a-a5a5-5862fc646650} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00173 sec., 9248.554913294798 rows/sec., 749.64 KiB/sec. | ||
7219 | 2024.07.03 17:26:55.563222 [ 3 ] {72129841-8c1b-465a-a5a5-5862fc646650} <Debug> DynamicQueryHandler: Done processing query | ||
7220 | 2024.07.03 17:26:55.563248 [ 3 ] {72129841-8c1b-465a-a5a5-5862fc646650} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7221 | 2024.07.03 17:26:55.563265 [ 3 ] {} <Debug> HTTP-Session: b380c8b6-a417-4d26-b695-92a467f2f879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7222 | 2024.07.03 17:26:55.563515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7223 | 2024.07.03 17:26:55.563568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7224 | 2024.07.03 17:26:55.563588 [ 3 ] {} <Debug> HTTP-Session: fb604e7d-9ed9-46a2-8f19-805b79a7c25b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7225 | 2024.07.03 17:26:55.563606 [ 3 ] {} <Debug> HTTP-Session: fb604e7d-9ed9-46a2-8f19-805b79a7c25b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7226 | 2024.07.03 17:26:55.563620 [ 3 ] {} <Debug> HTTP-Session: fb604e7d-9ed9-46a2-8f19-805b79a7c25b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7227 | 2024.07.03 17:26:55.563655 [ 3 ] {} <Trace> HTTP-Session: fb604e7d-9ed9-46a2-8f19-805b79a7c25b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7228 | 2024.07.03 17:26:55.563787 [ 3 ] {fab2d849-8f8e-4669-8f6b-587687d56baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7229 | 2024.07.03 17:26:55.563835 [ 3 ] {fab2d849-8f8e-4669-8f6b-587687d56baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7230 | 2024.07.03 17:26:55.563962 [ 3 ] {fab2d849-8f8e-4669-8f6b-587687d56baa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7231 | 2024.07.03 17:26:55.564355 [ 3 ] {fab2d849-8f8e-4669-8f6b-587687d56baa} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7232 | 2024.07.03 17:26:55.564393 [ 3 ] {fab2d849-8f8e-4669-8f6b-587687d56baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7233 | 2024.07.03 17:26:55.564715 [ 3 ] {fab2d849-8f8e-4669-8f6b-587687d56baa} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7234 | 2024.07.03 17:26:55.565037 [ 3 ] {fab2d849-8f8e-4669-8f6b-587687d56baa} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7235 | 2024.07.03 17:26:55.565171 [ 3 ] {fab2d849-8f8e-4669-8f6b-587687d56baa} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001436 sec., 72423.3983286908 rows/sec., 5.96 MiB/sec. | ||
7236 | 2024.07.03 17:26:55.565339 [ 3 ] {fab2d849-8f8e-4669-8f6b-587687d56baa} <Debug> DynamicQueryHandler: Done processing query | ||
7237 | 2024.07.03 17:26:55.565364 [ 3 ] {fab2d849-8f8e-4669-8f6b-587687d56baa} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7238 | 2024.07.03 17:26:55.565380 [ 3 ] {} <Debug> HTTP-Session: fb604e7d-9ed9-46a2-8f19-805b79a7c25b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7239 | 2024.07.03 17:26:55.565516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7240 | 2024.07.03 17:26:55.565566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7241 | 2024.07.03 17:26:55.565585 [ 3 ] {} <Debug> HTTP-Session: 7c60e967-a21c-4a66-94e4-bfa3f8f3807e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7242 | 2024.07.03 17:26:55.565602 [ 3 ] {} <Debug> HTTP-Session: 7c60e967-a21c-4a66-94e4-bfa3f8f3807e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7243 | 2024.07.03 17:26:55.565615 [ 3 ] {} <Debug> HTTP-Session: 7c60e967-a21c-4a66-94e4-bfa3f8f3807e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7244 | 2024.07.03 17:26:55.565648 [ 3 ] {} <Trace> HTTP-Session: 7c60e967-a21c-4a66-94e4-bfa3f8f3807e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7245 | 2024.07.03 17:26:55.565768 [ 3 ] {18df2eb8-d033-421b-9f77-2fa292d052b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7246 | 2024.07.03 17:26:55.565815 [ 3 ] {18df2eb8-d033-421b-9f77-2fa292d052b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7247 | 2024.07.03 17:26:55.565940 [ 3 ] {18df2eb8-d033-421b-9f77-2fa292d052b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7248 | 2024.07.03 17:26:55.566416 [ 3 ] {18df2eb8-d033-421b-9f77-2fa292d052b6} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7249 | 2024.07.03 17:26:55.566453 [ 3 ] {18df2eb8-d033-421b-9f77-2fa292d052b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7250 | 2024.07.03 17:26:55.566767 [ 3 ] {18df2eb8-d033-421b-9f77-2fa292d052b6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7251 | 2024.07.03 17:26:55.567074 [ 3 ] {18df2eb8-d033-421b-9f77-2fa292d052b6} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7252 | 2024.07.03 17:26:55.567206 [ 3 ] {18df2eb8-d033-421b-9f77-2fa292d052b6} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001483 sec., 53944.70667565746 rows/sec., 4.21 MiB/sec. | ||
7253 | 2024.07.03 17:26:55.567370 [ 3 ] {18df2eb8-d033-421b-9f77-2fa292d052b6} <Debug> DynamicQueryHandler: Done processing query | ||
7254 | 2024.07.03 17:26:55.567395 [ 3 ] {18df2eb8-d033-421b-9f77-2fa292d052b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7255 | 2024.07.03 17:26:55.567411 [ 3 ] {} <Debug> HTTP-Session: 7c60e967-a21c-4a66-94e4-bfa3f8f3807e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7256 | 2024.07.03 17:26:55.567581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7257 | 2024.07.03 17:26:55.567630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7258 | 2024.07.03 17:26:55.567649 [ 3 ] {} <Debug> HTTP-Session: 7616d0b3-a886-44f5-a309-b08394b43621 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7259 | 2024.07.03 17:26:55.567665 [ 3 ] {} <Debug> HTTP-Session: 7616d0b3-a886-44f5-a309-b08394b43621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7260 | 2024.07.03 17:26:55.567679 [ 3 ] {} <Debug> HTTP-Session: 7616d0b3-a886-44f5-a309-b08394b43621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7261 | 2024.07.03 17:26:55.567711 [ 3 ] {} <Trace> HTTP-Session: 7616d0b3-a886-44f5-a309-b08394b43621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7262 | 2024.07.03 17:26:55.567857 [ 3 ] {8682a4ff-1c2d-4396-b9c7-7c94cdb2dd2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7263 | 2024.07.03 17:26:55.567905 [ 3 ] {8682a4ff-1c2d-4396-b9c7-7c94cdb2dd2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7264 | 2024.07.03 17:26:55.568051 [ 3 ] {8682a4ff-1c2d-4396-b9c7-7c94cdb2dd2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7265 | 2024.07.03 17:26:55.568433 [ 3 ] {8682a4ff-1c2d-4396-b9c7-7c94cdb2dd2b} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7266 | 2024.07.03 17:26:55.568470 [ 3 ] {8682a4ff-1c2d-4396-b9c7-7c94cdb2dd2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7267 | 2024.07.03 17:26:55.568859 [ 3 ] {8682a4ff-1c2d-4396-b9c7-7c94cdb2dd2b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7268 | 2024.07.03 17:26:55.569201 [ 3 ] {8682a4ff-1c2d-4396-b9c7-7c94cdb2dd2b} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7269 | 2024.07.03 17:26:55.569332 [ 3 ] {8682a4ff-1c2d-4396-b9c7-7c94cdb2dd2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001545 sec., 103559.87055016181 rows/sec., 7.21 MiB/sec. | ||
7270 | 2024.07.03 17:26:55.569509 [ 3 ] {8682a4ff-1c2d-4396-b9c7-7c94cdb2dd2b} <Debug> DynamicQueryHandler: Done processing query | ||
7271 | 2024.07.03 17:26:55.569533 [ 3 ] {8682a4ff-1c2d-4396-b9c7-7c94cdb2dd2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7272 | 2024.07.03 17:26:55.569549 [ 3 ] {} <Debug> HTTP-Session: 7616d0b3-a886-44f5-a309-b08394b43621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7273 | 2024.07.03 17:26:55.569710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7274 | 2024.07.03 17:26:55.569759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7275 | 2024.07.03 17:26:55.569778 [ 3 ] {} <Debug> HTTP-Session: 435b38b3-cac1-456e-bd65-b34e58d705a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7276 | 2024.07.03 17:26:55.569794 [ 3 ] {} <Debug> HTTP-Session: 435b38b3-cac1-456e-bd65-b34e58d705a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7277 | 2024.07.03 17:26:55.569808 [ 3 ] {} <Debug> HTTP-Session: 435b38b3-cac1-456e-bd65-b34e58d705a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7278 | 2024.07.03 17:26:55.569839 [ 3 ] {} <Trace> HTTP-Session: 435b38b3-cac1-456e-bd65-b34e58d705a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7279 | 2024.07.03 17:26:55.570052 [ 3 ] {2a03a02c-aab6-4f71-9945-98ae820927da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7280 | 2024.07.03 17:26:55.570117 [ 3 ] {2a03a02c-aab6-4f71-9945-98ae820927da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7281 | 2024.07.03 17:26:55.570520 [ 3 ] {2a03a02c-aab6-4f71-9945-98ae820927da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7282 | 2024.07.03 17:26:55.571136 [ 3 ] {2a03a02c-aab6-4f71-9945-98ae820927da} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7283 | 2024.07.03 17:26:55.571173 [ 3 ] {2a03a02c-aab6-4f71-9945-98ae820927da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7284 | 2024.07.03 17:26:55.571780 [ 3 ] {2a03a02c-aab6-4f71-9945-98ae820927da} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7285 | 2024.07.03 17:26:55.572208 [ 3 ] {2a03a02c-aab6-4f71-9945-98ae820927da} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7286 | 2024.07.03 17:26:55.572353 [ 3 ] {2a03a02c-aab6-4f71-9945-98ae820927da} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002438 sec., 6562.756357670221 rows/sec., 11.76 MiB/sec. | ||
7287 | 2024.07.03 17:26:55.572577 [ 3 ] {2a03a02c-aab6-4f71-9945-98ae820927da} <Debug> DynamicQueryHandler: Done processing query | ||
7288 | 2024.07.03 17:26:55.572603 [ 3 ] {2a03a02c-aab6-4f71-9945-98ae820927da} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7289 | 2024.07.03 17:26:55.572619 [ 3 ] {} <Debug> HTTP-Session: 435b38b3-cac1-456e-bd65-b34e58d705a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7290 | 2024.07.03 17:26:55.572781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7291 | 2024.07.03 17:26:55.572832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7292 | 2024.07.03 17:26:55.572852 [ 3 ] {} <Debug> HTTP-Session: 5c8dfc34-5eb5-4c6e-8db7-6e610c4289f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7293 | 2024.07.03 17:26:55.572868 [ 3 ] {} <Debug> HTTP-Session: 5c8dfc34-5eb5-4c6e-8db7-6e610c4289f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7294 | 2024.07.03 17:26:55.572882 [ 3 ] {} <Debug> HTTP-Session: 5c8dfc34-5eb5-4c6e-8db7-6e610c4289f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7295 | 2024.07.03 17:26:55.572913 [ 3 ] {} <Trace> HTTP-Session: 5c8dfc34-5eb5-4c6e-8db7-6e610c4289f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7296 | 2024.07.03 17:26:55.573050 [ 3 ] {4309f271-abc9-4158-8f13-5af5ae8adb4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7297 | 2024.07.03 17:26:55.573095 [ 3 ] {4309f271-abc9-4158-8f13-5af5ae8adb4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7298 | 2024.07.03 17:26:55.573221 [ 3 ] {4309f271-abc9-4158-8f13-5af5ae8adb4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7299 | 2024.07.03 17:26:55.573592 [ 3 ] {4309f271-abc9-4158-8f13-5af5ae8adb4c} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7300 | 2024.07.03 17:26:55.573628 [ 3 ] {4309f271-abc9-4158-8f13-5af5ae8adb4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7301 | 2024.07.03 17:26:55.573989 [ 3 ] {4309f271-abc9-4158-8f13-5af5ae8adb4c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7302 | 2024.07.03 17:26:55.574317 [ 3 ] {4309f271-abc9-4158-8f13-5af5ae8adb4c} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7303 | 2024.07.03 17:26:55.574448 [ 3 ] {4309f271-abc9-4158-8f13-5af5ae8adb4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec. | ||
7304 | 2024.07.03 17:26:55.574739 [ 3 ] {4309f271-abc9-4158-8f13-5af5ae8adb4c} <Debug> DynamicQueryHandler: Done processing query | ||
7305 | 2024.07.03 17:26:55.574781 [ 3 ] {4309f271-abc9-4158-8f13-5af5ae8adb4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7306 | 2024.07.03 17:26:55.574813 [ 3 ] {} <Debug> HTTP-Session: 5c8dfc34-5eb5-4c6e-8db7-6e610c4289f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7307 | 2024.07.03 17:27:00.561224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7308 | 2024.07.03 17:27:00.561358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7309 | 2024.07.03 17:27:00.561386 [ 3 ] {} <Debug> HTTP-Session: 91e2b4be-f34a-44ca-8bf5-5e20d5d47b7e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7310 | 2024.07.03 17:27:00.561411 [ 3 ] {} <Debug> HTTP-Session: 91e2b4be-f34a-44ca-8bf5-5e20d5d47b7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7311 | 2024.07.03 17:27:00.561428 [ 3 ] {} <Debug> HTTP-Session: 91e2b4be-f34a-44ca-8bf5-5e20d5d47b7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7312 | 2024.07.03 17:27:00.561480 [ 3 ] {} <Trace> HTTP-Session: 91e2b4be-f34a-44ca-8bf5-5e20d5d47b7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7313 | 2024.07.03 17:27:00.561670 [ 3 ] {26bff3c6-e60e-4e99-8721-c4b5fde6098f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7314 | 2024.07.03 17:27:00.561739 [ 3 ] {26bff3c6-e60e-4e99-8721-c4b5fde6098f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7315 | 2024.07.03 17:27:00.561938 [ 3 ] {26bff3c6-e60e-4e99-8721-c4b5fde6098f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7316 | 2024.07.03 17:27:00.562376 [ 3 ] {26bff3c6-e60e-4e99-8721-c4b5fde6098f} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7317 | 2024.07.03 17:27:00.562423 [ 3 ] {26bff3c6-e60e-4e99-8721-c4b5fde6098f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7318 | 2024.07.03 17:27:00.562798 [ 3 ] {26bff3c6-e60e-4e99-8721-c4b5fde6098f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7319 | 2024.07.03 17:27:00.563139 [ 3 ] {26bff3c6-e60e-4e99-8721-c4b5fde6098f} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7320 | 2024.07.03 17:27:00.563312 [ 3 ] {26bff3c6-e60e-4e99-8721-c4b5fde6098f} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001695 sec., 8259.587020648969 rows/sec., 669.48 KiB/sec. | ||
7321 | 2024.07.03 17:27:00.563628 [ 3 ] {26bff3c6-e60e-4e99-8721-c4b5fde6098f} <Debug> DynamicQueryHandler: Done processing query | ||
7322 | 2024.07.03 17:27:00.563661 [ 3 ] {26bff3c6-e60e-4e99-8721-c4b5fde6098f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7323 | 2024.07.03 17:27:00.563678 [ 3 ] {} <Debug> HTTP-Session: 91e2b4be-f34a-44ca-8bf5-5e20d5d47b7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7324 | 2024.07.03 17:27:00.563853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7325 | 2024.07.03 17:27:00.563911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7326 | 2024.07.03 17:27:00.563932 [ 3 ] {} <Debug> HTTP-Session: 4d7b29b8-b02a-49f5-ad1f-e7fd6398fde0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7327 | 2024.07.03 17:27:00.563950 [ 3 ] {} <Debug> HTTP-Session: 4d7b29b8-b02a-49f5-ad1f-e7fd6398fde0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7328 | 2024.07.03 17:27:00.563964 [ 3 ] {} <Debug> HTTP-Session: 4d7b29b8-b02a-49f5-ad1f-e7fd6398fde0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7329 | 2024.07.03 17:27:00.564001 [ 3 ] {} <Trace> HTTP-Session: 4d7b29b8-b02a-49f5-ad1f-e7fd6398fde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7330 | 2024.07.03 17:27:00.564139 [ 3 ] {20237984-7716-43cf-a1ed-bee9f56edf19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7331 | 2024.07.03 17:27:00.564186 [ 3 ] {20237984-7716-43cf-a1ed-bee9f56edf19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7332 | 2024.07.03 17:27:00.564340 [ 3 ] {20237984-7716-43cf-a1ed-bee9f56edf19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7333 | 2024.07.03 17:27:00.564768 [ 3 ] {20237984-7716-43cf-a1ed-bee9f56edf19} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7334 | 2024.07.03 17:27:00.564806 [ 3 ] {20237984-7716-43cf-a1ed-bee9f56edf19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7335 | 2024.07.03 17:27:00.565129 [ 3 ] {20237984-7716-43cf-a1ed-bee9f56edf19} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7336 | 2024.07.03 17:27:00.565452 [ 3 ] {20237984-7716-43cf-a1ed-bee9f56edf19} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7337 | 2024.07.03 17:27:00.565595 [ 3 ] {20237984-7716-43cf-a1ed-bee9f56edf19} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001504 sec., 65159.57446808511 rows/sec., 5.28 MiB/sec. | ||
7338 | 2024.07.03 17:27:00.565620 [ 80 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7339 | 2024.07.03 17:27:00.565719 [ 80 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7340 | 2024.07.03 17:27:00.565768 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7341 | 2024.07.03 17:27:00.565843 [ 3 ] {20237984-7716-43cf-a1ed-bee9f56edf19} <Debug> DynamicQueryHandler: Done processing query | ||
7342 | 2024.07.03 17:27:00.565913 [ 3 ] {20237984-7716-43cf-a1ed-bee9f56edf19} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7343 | 2024.07.03 17:27:00.565966 [ 3 ] {} <Debug> HTTP-Session: 4d7b29b8-b02a-49f5-ad1f-e7fd6398fde0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7344 | 2024.07.03 17:27:00.565996 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
7345 | 2024.07.03 17:27:00.566200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7346 | 2024.07.03 17:27:00.566205 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7347 | 2024.07.03 17:27:00.566282 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 189 rows starting from the beginning of the part | ||
7348 | 2024.07.03 17:27:00.566293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7349 | 2024.07.03 17:27:00.566341 [ 3 ] {} <Debug> HTTP-Session: c727ee03-5eb9-452f-b7de-91568a32d603 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7350 | 2024.07.03 17:27:00.566381 [ 3 ] {} <Debug> HTTP-Session: c727ee03-5eb9-452f-b7de-91568a32d603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7351 | 2024.07.03 17:27:00.566468 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 98 rows starting from the beginning of the part | ||
7352 | 2024.07.03 17:27:00.566454 [ 3 ] {} <Debug> HTTP-Session: c727ee03-5eb9-452f-b7de-91568a32d603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7353 | 2024.07.03 17:27:00.566659 [ 3 ] {} <Trace> HTTP-Session: c727ee03-5eb9-452f-b7de-91568a32d603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7354 | 2024.07.03 17:27:00.566767 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 107 rows starting from the beginning of the part | ||
7355 | 2024.07.03 17:27:00.567050 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 136 rows starting from the beginning of the part | ||
7356 | 2024.07.03 17:27:00.567238 [ 3 ] {78c2fb79-07c1-48b0-8292-c5f60aaf1f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7357 | 2024.07.03 17:27:00.567351 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 104 rows starting from the beginning of the part | ||
7358 | 2024.07.03 17:27:00.567388 [ 3 ] {78c2fb79-07c1-48b0-8292-c5f60aaf1f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7359 | 2024.07.03 17:27:00.567686 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 98 rows starting from the beginning of the part | ||
7360 | 2024.07.03 17:27:00.568347 [ 3 ] {78c2fb79-07c1-48b0-8292-c5f60aaf1f3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7361 | 2024.07.03 17:27:00.569249 [ 3 ] {78c2fb79-07c1-48b0-8292-c5f60aaf1f3b} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7362 | 2024.07.03 17:27:00.569327 [ 3 ] {78c2fb79-07c1-48b0-8292-c5f60aaf1f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7363 | 2024.07.03 17:27:00.570093 [ 3 ] {78c2fb79-07c1-48b0-8292-c5f60aaf1f3b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7364 | 2024.07.03 17:27:00.570687 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 4 columns (4 merged, 0 gathered) in 0.004815386 sec., 152012.73584298333 rows/sec., 12.34 MiB/sec. | ||
7365 | 2024.07.03 17:27:00.570955 [ 3 ] {78c2fb79-07c1-48b0-8292-c5f60aaf1f3b} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7366 | 2024.07.03 17:27:00.570982 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7367 | 2024.07.03 17:27:00.571209 [ 80 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7368 | 2024.07.03 17:27:00.571258 [ 3 ] {78c2fb79-07c1-48b0-8292-c5f60aaf1f3b} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.004271 sec., 18262.701943338798 rows/sec., 1.43 MiB/sec. | ||
7369 | 2024.07.03 17:27:00.571294 [ 80 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7370 | 2024.07.03 17:27:00.571379 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7371 | 2024.07.03 17:27:00.571881 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
7372 | 2024.07.03 17:27:00.572088 [ 3 ] {78c2fb79-07c1-48b0-8292-c5f60aaf1f3b} <Debug> DynamicQueryHandler: Done processing query | ||
7373 | 2024.07.03 17:27:00.572182 [ 3 ] {78c2fb79-07c1-48b0-8292-c5f60aaf1f3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7374 | 2024.07.03 17:27:00.572262 [ 3 ] {} <Debug> HTTP-Session: c727ee03-5eb9-452f-b7de-91568a32d603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7375 | 2024.07.03 17:27:00.572316 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7376 | 2024.07.03 17:27:00.572381 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 150 rows starting from the beginning of the part | ||
7377 | 2024.07.03 17:27:00.572408 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_46_9} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7378 | 2024.07.03 17:27:00.572600 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 78 rows starting from the beginning of the part | ||
7379 | 2024.07.03 17:27:00.572647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7380 | 2024.07.03 17:27:00.572858 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_46_9} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7381 | 2024.07.03 17:27:00.573028 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 86 rows starting from the beginning of the part | ||
7382 | 2024.07.03 17:27:00.573222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7383 | 2024.07.03 17:27:00.573339 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
7384 | 2024.07.03 17:27:00.573489 [ 3 ] {} <Debug> HTTP-Session: 25ee60c6-5ae3-4ec8-90cf-d0b4126f0351 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7385 | 2024.07.03 17:27:00.573551 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 106 rows starting from the beginning of the part | ||
7386 | 2024.07.03 17:27:00.573567 [ 3 ] {} <Debug> HTTP-Session: 25ee60c6-5ae3-4ec8-90cf-d0b4126f0351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7387 | 2024.07.03 17:27:00.573628 [ 3 ] {} <Debug> HTTP-Session: 25ee60c6-5ae3-4ec8-90cf-d0b4126f0351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7388 | 2024.07.03 17:27:00.573792 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 80 rows starting from the beginning of the part | ||
7389 | 2024.07.03 17:27:00.573797 [ 3 ] {} <Trace> HTTP-Session: 25ee60c6-5ae3-4ec8-90cf-d0b4126f0351 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7390 | 2024.07.03 17:27:00.573987 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 78 rows starting from the beginning of the part | ||
7391 | 2024.07.03 17:27:00.574403 [ 3 ] {0f04f455-41ea-4888-940c-7be21726d41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7392 | 2024.07.03 17:27:00.574507 [ 3 ] {0f04f455-41ea-4888-940c-7be21726d41a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7393 | 2024.07.03 17:27:00.575091 [ 3 ] {0f04f455-41ea-4888-940c-7be21726d41a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7394 | 2024.07.03 17:27:00.576093 [ 3 ] {0f04f455-41ea-4888-940c-7be21726d41a} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7395 | 2024.07.03 17:27:00.576163 [ 3 ] {0f04f455-41ea-4888-940c-7be21726d41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7396 | 2024.07.03 17:27:00.576684 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 4 columns (4 merged, 0 gathered) in 0.005159866 sec., 112018.41288126475 rows/sec., 8.75 MiB/sec. | ||
7397 | 2024.07.03 17:27:00.576954 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7398 | 2024.07.03 17:27:00.577011 [ 3 ] {0f04f455-41ea-4888-940c-7be21726d41a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7399 | 2024.07.03 17:27:00.578036 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_46_9} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7400 | 2024.07.03 17:27:00.578042 [ 3 ] {0f04f455-41ea-4888-940c-7be21726d41a} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7401 | 2024.07.03 17:27:00.578209 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_46_9} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7402 | 2024.07.03 17:27:00.578373 [ 3 ] {0f04f455-41ea-4888-940c-7be21726d41a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004281 sec., 37374.44522307872 rows/sec., 2.60 MiB/sec. | ||
7403 | 2024.07.03 17:27:00.578405 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7404 | 2024.07.03 17:27:00.578664 [ 3 ] {0f04f455-41ea-4888-940c-7be21726d41a} <Debug> DynamicQueryHandler: Done processing query | ||
7405 | 2024.07.03 17:27:00.578694 [ 3 ] {0f04f455-41ea-4888-940c-7be21726d41a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7406 | 2024.07.03 17:27:00.578711 [ 3 ] {} <Debug> HTTP-Session: 25ee60c6-5ae3-4ec8-90cf-d0b4126f0351 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7407 | 2024.07.03 17:27:00.578860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7408 | 2024.07.03 17:27:00.578910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7409 | 2024.07.03 17:27:00.578929 [ 3 ] {} <Debug> HTTP-Session: db8f9b20-9e3b-46ae-b33e-e464fb07fe97 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7410 | 2024.07.03 17:27:00.578946 [ 3 ] {} <Debug> HTTP-Session: db8f9b20-9e3b-46ae-b33e-e464fb07fe97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7411 | 2024.07.03 17:27:00.578960 [ 3 ] {} <Debug> HTTP-Session: db8f9b20-9e3b-46ae-b33e-e464fb07fe97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7412 | 2024.07.03 17:27:00.578992 [ 3 ] {} <Trace> HTTP-Session: db8f9b20-9e3b-46ae-b33e-e464fb07fe97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7413 | 2024.07.03 17:27:00.579231 [ 3 ] {e23eed49-3b98-428f-aa55-7c3f65c7c332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7414 | 2024.07.03 17:27:00.579301 [ 3 ] {e23eed49-3b98-428f-aa55-7c3f65c7c332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7415 | 2024.07.03 17:27:00.579748 [ 3 ] {e23eed49-3b98-428f-aa55-7c3f65c7c332} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7416 | 2024.07.03 17:27:00.580354 [ 3 ] {e23eed49-3b98-428f-aa55-7c3f65c7c332} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7417 | 2024.07.03 17:27:00.580392 [ 3 ] {e23eed49-3b98-428f-aa55-7c3f65c7c332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7418 | 2024.07.03 17:27:00.581007 [ 3 ] {e23eed49-3b98-428f-aa55-7c3f65c7c332} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7419 | 2024.07.03 17:27:00.581428 [ 3 ] {e23eed49-3b98-428f-aa55-7c3f65c7c332} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7420 | 2024.07.03 17:27:00.581640 [ 3 ] {e23eed49-3b98-428f-aa55-7c3f65c7c332} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002556 sec., 5477.308294209703 rows/sec., 9.82 MiB/sec. | ||
7421 | 2024.07.03 17:27:00.582230 [ 3 ] {e23eed49-3b98-428f-aa55-7c3f65c7c332} <Debug> DynamicQueryHandler: Done processing query | ||
7422 | 2024.07.03 17:27:00.582256 [ 3 ] {e23eed49-3b98-428f-aa55-7c3f65c7c332} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7423 | 2024.07.03 17:27:00.582273 [ 3 ] {} <Debug> HTTP-Session: db8f9b20-9e3b-46ae-b33e-e464fb07fe97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7424 | 2024.07.03 17:27:00.582398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7425 | 2024.07.03 17:27:00.582449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7426 | 2024.07.03 17:27:00.582469 [ 3 ] {} <Debug> HTTP-Session: 5052d409-b1c4-4265-ae63-7d21028e29c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7427 | 2024.07.03 17:27:00.582485 [ 3 ] {} <Debug> HTTP-Session: 5052d409-b1c4-4265-ae63-7d21028e29c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7428 | 2024.07.03 17:27:00.582499 [ 3 ] {} <Debug> HTTP-Session: 5052d409-b1c4-4265-ae63-7d21028e29c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7429 | 2024.07.03 17:27:00.582531 [ 3 ] {} <Trace> HTTP-Session: 5052d409-b1c4-4265-ae63-7d21028e29c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7430 | 2024.07.03 17:27:00.582651 [ 3 ] {c350d00f-3396-499a-b3e9-a729be6f76c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7431 | 2024.07.03 17:27:00.582698 [ 3 ] {c350d00f-3396-499a-b3e9-a729be6f76c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7432 | 2024.07.03 17:27:00.582880 [ 3 ] {c350d00f-3396-499a-b3e9-a729be6f76c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7433 | 2024.07.03 17:27:00.583200 [ 3 ] {c350d00f-3396-499a-b3e9-a729be6f76c6} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7434 | 2024.07.03 17:27:00.583237 [ 3 ] {c350d00f-3396-499a-b3e9-a729be6f76c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7435 | 2024.07.03 17:27:00.583603 [ 3 ] {c350d00f-3396-499a-b3e9-a729be6f76c6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7436 | 2024.07.03 17:27:00.583938 [ 3 ] {c350d00f-3396-499a-b3e9-a729be6f76c6} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7437 | 2024.07.03 17:27:00.584098 [ 3 ] {c350d00f-3396-499a-b3e9-a729be6f76c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. | ||
7438 | 2024.07.03 17:27:00.584399 [ 3 ] {c350d00f-3396-499a-b3e9-a729be6f76c6} <Debug> DynamicQueryHandler: Done processing query | ||
7439 | 2024.07.03 17:27:00.584447 [ 3 ] {c350d00f-3396-499a-b3e9-a729be6f76c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7440 | 2024.07.03 17:27:00.584471 [ 3 ] {} <Debug> HTTP-Session: 5052d409-b1c4-4265-ae63-7d21028e29c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7441 | 2024.07.03 17:27:03.470394 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7442 | 2024.07.03 17:27:03.470454 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7443 | 2024.07.03 17:27:05.560738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7444 | 2024.07.03 17:27:05.560921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7445 | 2024.07.03 17:27:05.560949 [ 3 ] {} <Debug> HTTP-Session: 4a8854b6-fe9f-4f47-b420-0b8847e193d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7446 | 2024.07.03 17:27:05.560974 [ 3 ] {} <Debug> HTTP-Session: 4a8854b6-fe9f-4f47-b420-0b8847e193d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7447 | 2024.07.03 17:27:05.560988 [ 3 ] {} <Debug> HTTP-Session: 4a8854b6-fe9f-4f47-b420-0b8847e193d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7448 | 2024.07.03 17:27:05.561039 [ 3 ] {} <Trace> HTTP-Session: 4a8854b6-fe9f-4f47-b420-0b8847e193d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7449 | 2024.07.03 17:27:05.561220 [ 3 ] {86005e12-ee0f-4e9e-9719-78c96493c9bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7450 | 2024.07.03 17:27:05.561288 [ 3 ] {86005e12-ee0f-4e9e-9719-78c96493c9bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7451 | 2024.07.03 17:27:05.561480 [ 3 ] {86005e12-ee0f-4e9e-9719-78c96493c9bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7452 | 2024.07.03 17:27:05.561954 [ 3 ] {86005e12-ee0f-4e9e-9719-78c96493c9bc} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7453 | 2024.07.03 17:27:05.561998 [ 3 ] {86005e12-ee0f-4e9e-9719-78c96493c9bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7454 | 2024.07.03 17:27:05.562372 [ 3 ] {86005e12-ee0f-4e9e-9719-78c96493c9bc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7455 | 2024.07.03 17:27:05.562716 [ 3 ] {86005e12-ee0f-4e9e-9719-78c96493c9bc} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7456 | 2024.07.03 17:27:05.562869 [ 3 ] {86005e12-ee0f-4e9e-9719-78c96493c9bc} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001707 sec., 9373.169302870534 rows/sec., 759.74 KiB/sec. | ||
7457 | 2024.07.03 17:27:05.562878 [ 74 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
7458 | 2024.07.03 17:27:05.562938 [ 74 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7459 | 2024.07.03 17:27:05.562975 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7460 | 2024.07.03 17:27:05.563131 [ 3 ] {86005e12-ee0f-4e9e-9719-78c96493c9bc} <Debug> DynamicQueryHandler: Done processing query | ||
7461 | 2024.07.03 17:27:05.563153 [ 191 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
7462 | 2024.07.03 17:27:05.563167 [ 3 ] {86005e12-ee0f-4e9e-9719-78c96493c9bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7463 | 2024.07.03 17:27:05.563250 [ 3 ] {} <Debug> HTTP-Session: 4a8854b6-fe9f-4f47-b420-0b8847e193d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7464 | 2024.07.03 17:27:05.563401 [ 191 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7465 | 2024.07.03 17:27:05.563470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7466 | 2024.07.03 17:27:05.563471 [ 191 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 30 rows starting from the beginning of the part | ||
7467 | 2024.07.03 17:27:05.563568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7468 | 2024.07.03 17:27:05.563630 [ 3 ] {} <Debug> HTTP-Session: 30128ad8-6fb3-4623-9740-8b77285a15f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7469 | 2024.07.03 17:27:05.563711 [ 3 ] {} <Debug> HTTP-Session: 30128ad8-6fb3-4623-9740-8b77285a15f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7470 | 2024.07.03 17:27:05.563732 [ 191 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part | ||
7471 | 2024.07.03 17:27:05.563754 [ 3 ] {} <Debug> HTTP-Session: 30128ad8-6fb3-4623-9740-8b77285a15f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7472 | 2024.07.03 17:27:05.564008 [ 3 ] {} <Trace> HTTP-Session: 30128ad8-6fb3-4623-9740-8b77285a15f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7473 | 2024.07.03 17:27:05.564050 [ 191 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
7474 | 2024.07.03 17:27:05.564217 [ 191 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part | ||
7475 | 2024.07.03 17:27:05.564544 [ 191 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
7476 | 2024.07.03 17:27:05.564596 [ 3 ] {b72f3dd8-d942-49f1-8c19-db283e880e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7477 | 2024.07.03 17:27:05.564789 [ 191 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part | ||
7478 | 2024.07.03 17:27:05.564807 [ 3 ] {b72f3dd8-d942-49f1-8c19-db283e880e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7479 | 2024.07.03 17:27:05.565481 [ 3 ] {b72f3dd8-d942-49f1-8c19-db283e880e7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7480 | 2024.07.03 17:27:05.566404 [ 3 ] {b72f3dd8-d942-49f1-8c19-db283e880e7e} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7481 | 2024.07.03 17:27:05.566481 [ 3 ] {b72f3dd8-d942-49f1-8c19-db283e880e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7482 | 2024.07.03 17:27:05.567447 [ 3 ] {b72f3dd8-d942-49f1-8c19-db283e880e7e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7483 | 2024.07.03 17:27:05.567509 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004440786 sec., 23869.648300998964 rows/sec., 1.89 MiB/sec. | ||
7484 | 2024.07.03 17:27:05.567829 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
7485 | 2024.07.03 17:27:05.568130 [ 3 ] {b72f3dd8-d942-49f1-8c19-db283e880e7e} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7486 | 2024.07.03 17:27:05.568562 [ 3 ] {b72f3dd8-d942-49f1-8c19-db283e880e7e} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.00426 sec., 24413.145539906105 rows/sec., 2.01 MiB/sec. | ||
7487 | 2024.07.03 17:27:05.568880 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7488 | 2024.07.03 17:27:05.568912 [ 3 ] {b72f3dd8-d942-49f1-8c19-db283e880e7e} <Debug> DynamicQueryHandler: Done processing query | ||
7489 | 2024.07.03 17:27:05.568967 [ 3 ] {b72f3dd8-d942-49f1-8c19-db283e880e7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7490 | 2024.07.03 17:27:05.569008 [ 3 ] {} <Debug> HTTP-Session: 30128ad8-6fb3-4623-9740-8b77285a15f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7491 | 2024.07.03 17:27:05.569069 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_45_9} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
7492 | 2024.07.03 17:27:05.569191 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7493 | 2024.07.03 17:27:05.569203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7494 | 2024.07.03 17:27:05.569277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7495 | 2024.07.03 17:27:05.569297 [ 3 ] {} <Debug> HTTP-Session: c7902386-71c4-49fc-9232-3a79cb8969fc Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7496 | 2024.07.03 17:27:05.569314 [ 3 ] {} <Debug> HTTP-Session: c7902386-71c4-49fc-9232-3a79cb8969fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7497 | 2024.07.03 17:27:05.569327 [ 3 ] {} <Debug> HTTP-Session: c7902386-71c4-49fc-9232-3a79cb8969fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7498 | 2024.07.03 17:27:05.569366 [ 3 ] {} <Trace> HTTP-Session: c7902386-71c4-49fc-9232-3a79cb8969fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7499 | 2024.07.03 17:27:05.569506 [ 3 ] {89eeb839-20e9-43c1-ab34-b9eee91648e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7500 | 2024.07.03 17:27:05.569553 [ 3 ] {89eeb839-20e9-43c1-ab34-b9eee91648e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7501 | 2024.07.03 17:27:05.569711 [ 3 ] {89eeb839-20e9-43c1-ab34-b9eee91648e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7502 | 2024.07.03 17:27:05.570085 [ 3 ] {89eeb839-20e9-43c1-ab34-b9eee91648e7} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7503 | 2024.07.03 17:27:05.570122 [ 3 ] {89eeb839-20e9-43c1-ab34-b9eee91648e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7504 | 2024.07.03 17:27:05.570464 [ 3 ] {89eeb839-20e9-43c1-ab34-b9eee91648e7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7505 | 2024.07.03 17:27:05.570780 [ 3 ] {89eeb839-20e9-43c1-ab34-b9eee91648e7} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7506 | 2024.07.03 17:27:05.570907 [ 3 ] {89eeb839-20e9-43c1-ab34-b9eee91648e7} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001458 sec., 54869.68449931413 rows/sec., 4.28 MiB/sec. | ||
7507 | 2024.07.03 17:27:05.571090 [ 3 ] {89eeb839-20e9-43c1-ab34-b9eee91648e7} <Debug> DynamicQueryHandler: Done processing query | ||
7508 | 2024.07.03 17:27:05.571116 [ 3 ] {89eeb839-20e9-43c1-ab34-b9eee91648e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7509 | 2024.07.03 17:27:05.571132 [ 3 ] {} <Debug> HTTP-Session: c7902386-71c4-49fc-9232-3a79cb8969fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7510 | 2024.07.03 17:27:05.571359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7511 | 2024.07.03 17:27:05.571411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7512 | 2024.07.03 17:27:05.571429 [ 3 ] {} <Debug> HTTP-Session: 65ec49fc-d5b0-4f42-b749-82e1cfc8378c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7513 | 2024.07.03 17:27:05.571446 [ 3 ] {} <Debug> HTTP-Session: 65ec49fc-d5b0-4f42-b749-82e1cfc8378c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7514 | 2024.07.03 17:27:05.571459 [ 3 ] {} <Debug> HTTP-Session: 65ec49fc-d5b0-4f42-b749-82e1cfc8378c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7515 | 2024.07.03 17:27:05.571493 [ 3 ] {} <Trace> HTTP-Session: 65ec49fc-d5b0-4f42-b749-82e1cfc8378c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7516 | 2024.07.03 17:27:05.571662 [ 3 ] {613a3d76-ad8e-457d-9f36-c9312751ba2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7517 | 2024.07.03 17:27:05.571712 [ 3 ] {613a3d76-ad8e-457d-9f36-c9312751ba2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7518 | 2024.07.03 17:27:05.571860 [ 3 ] {613a3d76-ad8e-457d-9f36-c9312751ba2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7519 | 2024.07.03 17:27:05.572278 [ 3 ] {613a3d76-ad8e-457d-9f36-c9312751ba2a} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7520 | 2024.07.03 17:27:05.572314 [ 3 ] {613a3d76-ad8e-457d-9f36-c9312751ba2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7521 | 2024.07.03 17:27:05.572707 [ 3 ] {613a3d76-ad8e-457d-9f36-c9312751ba2a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7522 | 2024.07.03 17:27:05.573063 [ 3 ] {613a3d76-ad8e-457d-9f36-c9312751ba2a} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7523 | 2024.07.03 17:27:05.573197 [ 3 ] {613a3d76-ad8e-457d-9f36-c9312751ba2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. | ||
7524 | 2024.07.03 17:27:05.573369 [ 3 ] {613a3d76-ad8e-457d-9f36-c9312751ba2a} <Debug> DynamicQueryHandler: Done processing query | ||
7525 | 2024.07.03 17:27:05.573394 [ 3 ] {613a3d76-ad8e-457d-9f36-c9312751ba2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7526 | 2024.07.03 17:27:05.573410 [ 3 ] {} <Debug> HTTP-Session: 65ec49fc-d5b0-4f42-b749-82e1cfc8378c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7527 | 2024.07.03 17:27:05.573575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7528 | 2024.07.03 17:27:05.573626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7529 | 2024.07.03 17:27:05.573645 [ 3 ] {} <Debug> HTTP-Session: 0f463308-30cc-46d5-8726-65d2e9e6d3a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7530 | 2024.07.03 17:27:05.573661 [ 3 ] {} <Debug> HTTP-Session: 0f463308-30cc-46d5-8726-65d2e9e6d3a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7531 | 2024.07.03 17:27:05.573674 [ 3 ] {} <Debug> HTTP-Session: 0f463308-30cc-46d5-8726-65d2e9e6d3a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7532 | 2024.07.03 17:27:05.573706 [ 3 ] {} <Trace> HTTP-Session: 0f463308-30cc-46d5-8726-65d2e9e6d3a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7533 | 2024.07.03 17:27:05.573997 [ 3 ] {77e4bc95-964f-4408-9ef6-199fefc22b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7534 | 2024.07.03 17:27:05.574064 [ 3 ] {77e4bc95-964f-4408-9ef6-199fefc22b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7535 | 2024.07.03 17:27:05.574483 [ 3 ] {77e4bc95-964f-4408-9ef6-199fefc22b51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7536 | 2024.07.03 17:27:05.575120 [ 3 ] {77e4bc95-964f-4408-9ef6-199fefc22b51} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7537 | 2024.07.03 17:27:05.575157 [ 3 ] {77e4bc95-964f-4408-9ef6-199fefc22b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7538 | 2024.07.03 17:27:05.575756 [ 3 ] {77e4bc95-964f-4408-9ef6-199fefc22b51} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7539 | 2024.07.03 17:27:05.576164 [ 3 ] {77e4bc95-964f-4408-9ef6-199fefc22b51} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7540 | 2024.07.03 17:27:05.576341 [ 3 ] {77e4bc95-964f-4408-9ef6-199fefc22b51} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002549 sec., 6276.971361318164 rows/sec., 11.25 MiB/sec. | ||
7541 | 2024.07.03 17:27:05.576576 [ 3 ] {77e4bc95-964f-4408-9ef6-199fefc22b51} <Debug> DynamicQueryHandler: Done processing query | ||
7542 | 2024.07.03 17:27:05.576601 [ 3 ] {77e4bc95-964f-4408-9ef6-199fefc22b51} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7543 | 2024.07.03 17:27:05.576617 [ 3 ] {} <Debug> HTTP-Session: 0f463308-30cc-46d5-8726-65d2e9e6d3a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7544 | 2024.07.03 17:27:05.576754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7545 | 2024.07.03 17:27:05.576803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7546 | 2024.07.03 17:27:05.576822 [ 3 ] {} <Debug> HTTP-Session: 8032b286-b151-4ef9-b527-be2000d62d3e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7547 | 2024.07.03 17:27:05.576838 [ 3 ] {} <Debug> HTTP-Session: 8032b286-b151-4ef9-b527-be2000d62d3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7548 | 2024.07.03 17:27:05.576851 [ 3 ] {} <Debug> HTTP-Session: 8032b286-b151-4ef9-b527-be2000d62d3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7549 | 2024.07.03 17:27:05.576883 [ 3 ] {} <Trace> HTTP-Session: 8032b286-b151-4ef9-b527-be2000d62d3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7550 | 2024.07.03 17:27:05.577001 [ 3 ] {09ed7845-bbd1-4112-8d85-b19329d2e42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7551 | 2024.07.03 17:27:05.577046 [ 3 ] {09ed7845-bbd1-4112-8d85-b19329d2e42d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7552 | 2024.07.03 17:27:05.577175 [ 3 ] {09ed7845-bbd1-4112-8d85-b19329d2e42d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7553 | 2024.07.03 17:27:05.577504 [ 3 ] {09ed7845-bbd1-4112-8d85-b19329d2e42d} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7554 | 2024.07.03 17:27:05.577541 [ 3 ] {09ed7845-bbd1-4112-8d85-b19329d2e42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7555 | 2024.07.03 17:27:05.577900 [ 3 ] {09ed7845-bbd1-4112-8d85-b19329d2e42d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7556 | 2024.07.03 17:27:05.578230 [ 3 ] {09ed7845-bbd1-4112-8d85-b19329d2e42d} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7557 | 2024.07.03 17:27:05.578382 [ 3 ] {09ed7845-bbd1-4112-8d85-b19329d2e42d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
7558 | 2024.07.03 17:27:05.578559 [ 3 ] {09ed7845-bbd1-4112-8d85-b19329d2e42d} <Debug> DynamicQueryHandler: Done processing query | ||
7559 | 2024.07.03 17:27:05.578583 [ 3 ] {09ed7845-bbd1-4112-8d85-b19329d2e42d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7560 | 2024.07.03 17:27:05.578600 [ 3 ] {} <Debug> HTTP-Session: 8032b286-b151-4ef9-b527-be2000d62d3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7561 | 2024.07.03 17:27:10.560056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7562 | 2024.07.03 17:27:10.560191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7563 | 2024.07.03 17:27:10.560222 [ 3 ] {} <Debug> HTTP-Session: 1c4483cb-0cca-444b-a13a-6aff0fb49dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7564 | 2024.07.03 17:27:10.560250 [ 3 ] {} <Debug> HTTP-Session: 1c4483cb-0cca-444b-a13a-6aff0fb49dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7565 | 2024.07.03 17:27:10.560283 [ 3 ] {} <Debug> HTTP-Session: 1c4483cb-0cca-444b-a13a-6aff0fb49dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7566 | 2024.07.03 17:27:10.560344 [ 3 ] {} <Trace> HTTP-Session: 1c4483cb-0cca-444b-a13a-6aff0fb49dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7567 | 2024.07.03 17:27:10.560550 [ 3 ] {4a492fc1-7f30-4763-a5a3-9a3771bb26d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7568 | 2024.07.03 17:27:10.560626 [ 3 ] {4a492fc1-7f30-4763-a5a3-9a3771bb26d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7569 | 2024.07.03 17:27:10.560843 [ 3 ] {4a492fc1-7f30-4763-a5a3-9a3771bb26d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7570 | 2024.07.03 17:27:10.561248 [ 3 ] {4a492fc1-7f30-4763-a5a3-9a3771bb26d8} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7571 | 2024.07.03 17:27:10.561291 [ 3 ] {4a492fc1-7f30-4763-a5a3-9a3771bb26d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7572 | 2024.07.03 17:27:10.561664 [ 3 ] {4a492fc1-7f30-4763-a5a3-9a3771bb26d8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7573 | 2024.07.03 17:27:10.562011 [ 3 ] {4a492fc1-7f30-4763-a5a3-9a3771bb26d8} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7574 | 2024.07.03 17:27:10.562184 [ 3 ] {4a492fc1-7f30-4763-a5a3-9a3771bb26d8} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001696 sec., 8254.716981132075 rows/sec., 669.08 KiB/sec. | ||
7575 | 2024.07.03 17:27:10.562392 [ 3 ] {4a492fc1-7f30-4763-a5a3-9a3771bb26d8} <Debug> DynamicQueryHandler: Done processing query | ||
7576 | 2024.07.03 17:27:10.562420 [ 3 ] {4a492fc1-7f30-4763-a5a3-9a3771bb26d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7577 | 2024.07.03 17:27:10.562436 [ 3 ] {} <Debug> HTTP-Session: 1c4483cb-0cca-444b-a13a-6aff0fb49dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7578 | 2024.07.03 17:27:10.562605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7579 | 2024.07.03 17:27:10.562659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7580 | 2024.07.03 17:27:10.562680 [ 3 ] {} <Debug> HTTP-Session: 7aa00777-a4e3-46d1-9cd9-73071cbfdd56 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7581 | 2024.07.03 17:27:10.562698 [ 3 ] {} <Debug> HTTP-Session: 7aa00777-a4e3-46d1-9cd9-73071cbfdd56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7582 | 2024.07.03 17:27:10.562711 [ 3 ] {} <Debug> HTTP-Session: 7aa00777-a4e3-46d1-9cd9-73071cbfdd56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7583 | 2024.07.03 17:27:10.562746 [ 3 ] {} <Trace> HTTP-Session: 7aa00777-a4e3-46d1-9cd9-73071cbfdd56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7584 | 2024.07.03 17:27:10.562851 [ 3 ] {b952c771-d2fd-4ff9-9336-ade6fdc8a7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7585 | 2024.07.03 17:27:10.562900 [ 3 ] {b952c771-d2fd-4ff9-9336-ade6fdc8a7d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7586 | 2024.07.03 17:27:10.563032 [ 3 ] {b952c771-d2fd-4ff9-9336-ade6fdc8a7d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7587 | 2024.07.03 17:27:10.563330 [ 3 ] {b952c771-d2fd-4ff9-9336-ade6fdc8a7d3} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7588 | 2024.07.03 17:27:10.563369 [ 3 ] {b952c771-d2fd-4ff9-9336-ade6fdc8a7d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7589 | 2024.07.03 17:27:10.563672 [ 3 ] {b952c771-d2fd-4ff9-9336-ade6fdc8a7d3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7590 | 2024.07.03 17:27:10.563988 [ 3 ] {b952c771-d2fd-4ff9-9336-ade6fdc8a7d3} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7591 | 2024.07.03 17:27:10.564140 [ 3 ] {b952c771-d2fd-4ff9-9336-ade6fdc8a7d3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 124.30 KiB/sec. | ||
7592 | 2024.07.03 17:27:10.564402 [ 3 ] {b952c771-d2fd-4ff9-9336-ade6fdc8a7d3} <Debug> DynamicQueryHandler: Done processing query | ||
7593 | 2024.07.03 17:27:10.564428 [ 3 ] {b952c771-d2fd-4ff9-9336-ade6fdc8a7d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7594 | 2024.07.03 17:27:10.564444 [ 3 ] {} <Debug> HTTP-Session: 7aa00777-a4e3-46d1-9cd9-73071cbfdd56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7595 | 2024.07.03 17:27:10.564596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7596 | 2024.07.03 17:27:10.564647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7597 | 2024.07.03 17:27:10.564667 [ 3 ] {} <Debug> HTTP-Session: 5e1eb773-fb00-467e-a793-4313a1d50cfe Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7598 | 2024.07.03 17:27:10.564684 [ 3 ] {} <Debug> HTTP-Session: 5e1eb773-fb00-467e-a793-4313a1d50cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7599 | 2024.07.03 17:27:10.564698 [ 3 ] {} <Debug> HTTP-Session: 5e1eb773-fb00-467e-a793-4313a1d50cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7600 | 2024.07.03 17:27:10.564729 [ 3 ] {} <Trace> HTTP-Session: 5e1eb773-fb00-467e-a793-4313a1d50cfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7601 | 2024.07.03 17:27:10.564851 [ 3 ] {edb6cdc8-3719-42c1-a9fe-ed59d3d0dc99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7602 | 2024.07.03 17:27:10.564895 [ 3 ] {edb6cdc8-3719-42c1-a9fe-ed59d3d0dc99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7603 | 2024.07.03 17:27:10.565042 [ 3 ] {edb6cdc8-3719-42c1-a9fe-ed59d3d0dc99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7604 | 2024.07.03 17:27:10.565386 [ 3 ] {edb6cdc8-3719-42c1-a9fe-ed59d3d0dc99} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7605 | 2024.07.03 17:27:10.565423 [ 3 ] {edb6cdc8-3719-42c1-a9fe-ed59d3d0dc99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7606 | 2024.07.03 17:27:10.565736 [ 3 ] {edb6cdc8-3719-42c1-a9fe-ed59d3d0dc99} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7607 | 2024.07.03 17:27:10.566043 [ 3 ] {edb6cdc8-3719-42c1-a9fe-ed59d3d0dc99} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7608 | 2024.07.03 17:27:10.566199 [ 3 ] {edb6cdc8-3719-42c1-a9fe-ed59d3d0dc99} <Debug> executeQuery: Read 99 rows, 8.20 KiB in 0.001384 sec., 71531.79190751445 rows/sec., 5.79 MiB/sec. | ||
7609 | 2024.07.03 17:27:10.566361 [ 3 ] {edb6cdc8-3719-42c1-a9fe-ed59d3d0dc99} <Debug> DynamicQueryHandler: Done processing query | ||
7610 | 2024.07.03 17:27:10.566385 [ 3 ] {edb6cdc8-3719-42c1-a9fe-ed59d3d0dc99} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7611 | 2024.07.03 17:27:10.566400 [ 3 ] {} <Debug> HTTP-Session: 5e1eb773-fb00-467e-a793-4313a1d50cfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7612 | 2024.07.03 17:27:10.566524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7613 | 2024.07.03 17:27:10.566572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7614 | 2024.07.03 17:27:10.566591 [ 3 ] {} <Debug> HTTP-Session: c78ea20d-3824-4783-8972-733be6ec7bdc Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7615 | 2024.07.03 17:27:10.566607 [ 3 ] {} <Debug> HTTP-Session: c78ea20d-3824-4783-8972-733be6ec7bdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7616 | 2024.07.03 17:27:10.566621 [ 3 ] {} <Debug> HTTP-Session: c78ea20d-3824-4783-8972-733be6ec7bdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7617 | 2024.07.03 17:27:10.566652 [ 3 ] {} <Trace> HTTP-Session: c78ea20d-3824-4783-8972-733be6ec7bdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7618 | 2024.07.03 17:27:10.566747 [ 3 ] {dbd88434-2a93-4f21-bf5b-2f8821a76b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7619 | 2024.07.03 17:27:10.566791 [ 3 ] {dbd88434-2a93-4f21-bf5b-2f8821a76b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7620 | 2024.07.03 17:27:10.566916 [ 3 ] {dbd88434-2a93-4f21-bf5b-2f8821a76b41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7621 | 2024.07.03 17:27:10.567182 [ 3 ] {dbd88434-2a93-4f21-bf5b-2f8821a76b41} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7622 | 2024.07.03 17:27:10.567220 [ 3 ] {dbd88434-2a93-4f21-bf5b-2f8821a76b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7623 | 2024.07.03 17:27:10.567517 [ 3 ] {dbd88434-2a93-4f21-bf5b-2f8821a76b41} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7624 | 2024.07.03 17:27:10.567834 [ 3 ] {dbd88434-2a93-4f21-bf5b-2f8821a76b41} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7625 | 2024.07.03 17:27:10.567989 [ 3 ] {dbd88434-2a93-4f21-bf5b-2f8821a76b41} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001257 sec., 1591.0898965791566 rows/sec., 111.10 KiB/sec. | ||
7626 | 2024.07.03 17:27:10.568154 [ 3 ] {dbd88434-2a93-4f21-bf5b-2f8821a76b41} <Debug> DynamicQueryHandler: Done processing query | ||
7627 | 2024.07.03 17:27:10.568179 [ 3 ] {dbd88434-2a93-4f21-bf5b-2f8821a76b41} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7628 | 2024.07.03 17:27:10.568196 [ 3 ] {} <Debug> HTTP-Session: c78ea20d-3824-4783-8972-733be6ec7bdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7629 | 2024.07.03 17:27:10.568331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7630 | 2024.07.03 17:27:10.568377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7631 | 2024.07.03 17:27:10.568396 [ 3 ] {} <Debug> HTTP-Session: bac76154-f647-46ac-a4a9-f50245b7c018 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7632 | 2024.07.03 17:27:10.568412 [ 3 ] {} <Debug> HTTP-Session: bac76154-f647-46ac-a4a9-f50245b7c018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7633 | 2024.07.03 17:27:10.568427 [ 3 ] {} <Debug> HTTP-Session: bac76154-f647-46ac-a4a9-f50245b7c018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7634 | 2024.07.03 17:27:10.568457 [ 3 ] {} <Trace> HTTP-Session: bac76154-f647-46ac-a4a9-f50245b7c018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7635 | 2024.07.03 17:27:10.568571 [ 3 ] {756a17ac-32f0-448d-b762-57422883f088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7636 | 2024.07.03 17:27:10.568615 [ 3 ] {756a17ac-32f0-448d-b762-57422883f088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7637 | 2024.07.03 17:27:10.568742 [ 3 ] {756a17ac-32f0-448d-b762-57422883f088} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7638 | 2024.07.03 17:27:10.569058 [ 3 ] {756a17ac-32f0-448d-b762-57422883f088} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7639 | 2024.07.03 17:27:10.569095 [ 3 ] {756a17ac-32f0-448d-b762-57422883f088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7640 | 2024.07.03 17:27:10.569399 [ 3 ] {756a17ac-32f0-448d-b762-57422883f088} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7641 | 2024.07.03 17:27:10.569706 [ 3 ] {756a17ac-32f0-448d-b762-57422883f088} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7642 | 2024.07.03 17:27:10.569855 [ 3 ] {756a17ac-32f0-448d-b762-57422883f088} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00132 sec., 60606.06060606061 rows/sec., 4.73 MiB/sec. | ||
7643 | 2024.07.03 17:27:10.570009 [ 3 ] {756a17ac-32f0-448d-b762-57422883f088} <Debug> DynamicQueryHandler: Done processing query | ||
7644 | 2024.07.03 17:27:10.570033 [ 3 ] {756a17ac-32f0-448d-b762-57422883f088} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7645 | 2024.07.03 17:27:10.570049 [ 3 ] {} <Debug> HTTP-Session: bac76154-f647-46ac-a4a9-f50245b7c018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7646 | 2024.07.03 17:27:10.570249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7647 | 2024.07.03 17:27:10.570298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7648 | 2024.07.03 17:27:10.570317 [ 3 ] {} <Debug> HTTP-Session: 0a067b63-3c99-4e95-9cc2-938f480a2139 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7649 | 2024.07.03 17:27:10.570333 [ 3 ] {} <Debug> HTTP-Session: 0a067b63-3c99-4e95-9cc2-938f480a2139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7650 | 2024.07.03 17:27:10.570347 [ 3 ] {} <Debug> HTTP-Session: 0a067b63-3c99-4e95-9cc2-938f480a2139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7651 | 2024.07.03 17:27:10.570378 [ 3 ] {} <Trace> HTTP-Session: 0a067b63-3c99-4e95-9cc2-938f480a2139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7652 | 2024.07.03 17:27:10.570520 [ 3 ] {c65a4e75-31c2-46ca-adf5-417f09b9c679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7653 | 2024.07.03 17:27:10.570568 [ 3 ] {c65a4e75-31c2-46ca-adf5-417f09b9c679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7654 | 2024.07.03 17:27:10.570710 [ 3 ] {c65a4e75-31c2-46ca-adf5-417f09b9c679} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7655 | 2024.07.03 17:27:10.571124 [ 3 ] {c65a4e75-31c2-46ca-adf5-417f09b9c679} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7656 | 2024.07.03 17:27:10.571160 [ 3 ] {c65a4e75-31c2-46ca-adf5-417f09b9c679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7657 | 2024.07.03 17:27:10.571548 [ 3 ] {c65a4e75-31c2-46ca-adf5-417f09b9c679} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7658 | 2024.07.03 17:27:10.571888 [ 3 ] {c65a4e75-31c2-46ca-adf5-417f09b9c679} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7659 | 2024.07.03 17:27:10.572058 [ 3 ] {c65a4e75-31c2-46ca-adf5-417f09b9c679} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001596 sec., 100877.19298245614 rows/sec., 7.03 MiB/sec. | ||
7660 | 2024.07.03 17:27:10.572231 [ 3 ] {c65a4e75-31c2-46ca-adf5-417f09b9c679} <Debug> DynamicQueryHandler: Done processing query | ||
7661 | 2024.07.03 17:27:10.572259 [ 3 ] {c65a4e75-31c2-46ca-adf5-417f09b9c679} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7662 | 2024.07.03 17:27:10.572276 [ 3 ] {} <Debug> HTTP-Session: 0a067b63-3c99-4e95-9cc2-938f480a2139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7663 | 2024.07.03 17:27:10.572416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7664 | 2024.07.03 17:27:10.572466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7665 | 2024.07.03 17:27:10.572484 [ 3 ] {} <Debug> HTTP-Session: eec3cfa4-8ef7-45fb-b4cd-18b01cbaeb09 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7666 | 2024.07.03 17:27:10.572500 [ 3 ] {} <Debug> HTTP-Session: eec3cfa4-8ef7-45fb-b4cd-18b01cbaeb09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7667 | 2024.07.03 17:27:10.572514 [ 3 ] {} <Debug> HTTP-Session: eec3cfa4-8ef7-45fb-b4cd-18b01cbaeb09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7668 | 2024.07.03 17:27:10.572544 [ 3 ] {} <Trace> HTTP-Session: eec3cfa4-8ef7-45fb-b4cd-18b01cbaeb09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7669 | 2024.07.03 17:27:10.572740 [ 3 ] {45d6b83c-9c96-468e-a780-80988c8ac63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7670 | 2024.07.03 17:27:10.572804 [ 3 ] {45d6b83c-9c96-468e-a780-80988c8ac63e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7671 | 2024.07.03 17:27:10.573210 [ 3 ] {45d6b83c-9c96-468e-a780-80988c8ac63e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7672 | 2024.07.03 17:27:10.573722 [ 3 ] {45d6b83c-9c96-468e-a780-80988c8ac63e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7673 | 2024.07.03 17:27:10.573758 [ 3 ] {45d6b83c-9c96-468e-a780-80988c8ac63e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7674 | 2024.07.03 17:27:10.574333 [ 3 ] {45d6b83c-9c96-468e-a780-80988c8ac63e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7675 | 2024.07.03 17:27:10.574735 [ 3 ] {45d6b83c-9c96-468e-a780-80988c8ac63e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7676 | 2024.07.03 17:27:10.574920 [ 69 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7677 | 2024.07.03 17:27:10.574938 [ 3 ] {45d6b83c-9c96-468e-a780-80988c8ac63e} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002313 sec., 6052.745352356247 rows/sec., 10.85 MiB/sec. | ||
7678 | 2024.07.03 17:27:10.575011 [ 69 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7679 | 2024.07.03 17:27:10.575090 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7680 | 2024.07.03 17:27:10.575525 [ 3 ] {45d6b83c-9c96-468e-a780-80988c8ac63e} <Debug> DynamicQueryHandler: Done processing query | ||
7681 | 2024.07.03 17:27:10.575540 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
7682 | 2024.07.03 17:27:10.575576 [ 3 ] {45d6b83c-9c96-468e-a780-80988c8ac63e} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7683 | 2024.07.03 17:27:10.575665 [ 3 ] {} <Debug> HTTP-Session: eec3cfa4-8ef7-45fb-b4cd-18b01cbaeb09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7684 | 2024.07.03 17:27:10.575889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7685 | 2024.07.03 17:27:10.575983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7686 | 2024.07.03 17:27:10.576051 [ 3 ] {} <Debug> HTTP-Session: 6b824e48-0488-4bdf-be32-03654e351090 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7687 | 2024.07.03 17:27:10.576096 [ 3 ] {} <Debug> HTTP-Session: 6b824e48-0488-4bdf-be32-03654e351090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7688 | 2024.07.03 17:27:10.576153 [ 3 ] {} <Debug> HTTP-Session: 6b824e48-0488-4bdf-be32-03654e351090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7689 | 2024.07.03 17:27:10.576246 [ 3 ] {} <Trace> HTTP-Session: 6b824e48-0488-4bdf-be32-03654e351090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7690 | 2024.07.03 17:27:10.576530 [ 3 ] {06f5adfe-580f-400e-a782-824a606d4b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7691 | 2024.07.03 17:27:10.576606 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7692 | 2024.07.03 17:27:10.576627 [ 3 ] {06f5adfe-580f-400e-a782-824a606d4b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7693 | 2024.07.03 17:27:10.576837 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 610 rows starting from the beginning of the part | ||
7694 | 2024.07.03 17:27:10.577235 [ 3 ] {06f5adfe-580f-400e-a782-824a606d4b37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7695 | 2024.07.03 17:27:10.577680 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
7696 | 2024.07.03 17:27:10.578501 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part | ||
7697 | 2024.07.03 17:27:10.578553 [ 3 ] {06f5adfe-580f-400e-a782-824a606d4b37} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7698 | 2024.07.03 17:27:10.578625 [ 3 ] {06f5adfe-580f-400e-a782-824a606d4b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7699 | 2024.07.03 17:27:10.579074 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
7700 | 2024.07.03 17:27:10.579766 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part | ||
7701 | 2024.07.03 17:27:10.579893 [ 3 ] {06f5adfe-580f-400e-a782-824a606d4b37} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7702 | 2024.07.03 17:27:10.580200 [ 196 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
7703 | 2024.07.03 17:27:10.580914 [ 3 ] {06f5adfe-580f-400e-a782-824a606d4b37} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7704 | 2024.07.03 17:27:10.581353 [ 3 ] {06f5adfe-580f-400e-a782-824a606d4b37} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004922 sec., 12190.166598943519 rows/sec., 841.25 KiB/sec. | ||
7705 | 2024.07.03 17:27:10.582296 [ 3 ] {06f5adfe-580f-400e-a782-824a606d4b37} <Debug> DynamicQueryHandler: Done processing query | ||
7706 | 2024.07.03 17:27:10.582389 [ 3 ] {06f5adfe-580f-400e-a782-824a606d4b37} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7707 | 2024.07.03 17:27:10.582442 [ 3 ] {} <Debug> HTTP-Session: 6b824e48-0488-4bdf-be32-03654e351090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7708 | 2024.07.03 17:27:10.586153 [ 191 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 19 columns (19 merged, 0 gathered) in 0.010910246 sec., 62693.36181787285 rows/sec., 112.34 MiB/sec. | ||
7709 | 2024.07.03 17:27:10.587196 [ 200 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7710 | 2024.07.03 17:27:10.587792 [ 200 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7711 | 2024.07.03 17:27:10.587883 [ 200 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7712 | 2024.07.03 17:27:10.588003 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.45 MiB. | ||
7713 | 2024.07.03 17:27:15.560367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7714 | 2024.07.03 17:27:15.560511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7715 | 2024.07.03 17:27:15.560541 [ 3 ] {} <Debug> HTTP-Session: 43950a2b-6d2b-41e7-9fed-a3909453635b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7716 | 2024.07.03 17:27:15.560569 [ 3 ] {} <Debug> HTTP-Session: 43950a2b-6d2b-41e7-9fed-a3909453635b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7717 | 2024.07.03 17:27:15.560587 [ 3 ] {} <Debug> HTTP-Session: 43950a2b-6d2b-41e7-9fed-a3909453635b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7718 | 2024.07.03 17:27:15.560645 [ 3 ] {} <Trace> HTTP-Session: 43950a2b-6d2b-41e7-9fed-a3909453635b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7719 | 2024.07.03 17:27:15.560850 [ 3 ] {b8ec0267-6d5a-48a0-9d01-3597b2d4c706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7720 | 2024.07.03 17:27:15.560926 [ 3 ] {b8ec0267-6d5a-48a0-9d01-3597b2d4c706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7721 | 2024.07.03 17:27:15.561121 [ 3 ] {b8ec0267-6d5a-48a0-9d01-3597b2d4c706} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7722 | 2024.07.03 17:27:15.561527 [ 3 ] {b8ec0267-6d5a-48a0-9d01-3597b2d4c706} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7723 | 2024.07.03 17:27:15.561570 [ 3 ] {b8ec0267-6d5a-48a0-9d01-3597b2d4c706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7724 | 2024.07.03 17:27:15.561934 [ 3 ] {b8ec0267-6d5a-48a0-9d01-3597b2d4c706} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7725 | 2024.07.03 17:27:15.562289 [ 3 ] {b8ec0267-6d5a-48a0-9d01-3597b2d4c706} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7726 | 2024.07.03 17:27:15.562453 [ 3 ] {b8ec0267-6d5a-48a0-9d01-3597b2d4c706} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001668 sec., 9592.32613908873 rows/sec., 777.50 KiB/sec. | ||
7727 | 2024.07.03 17:27:15.562672 [ 3 ] {b8ec0267-6d5a-48a0-9d01-3597b2d4c706} <Debug> DynamicQueryHandler: Done processing query | ||
7728 | 2024.07.03 17:27:15.562699 [ 3 ] {b8ec0267-6d5a-48a0-9d01-3597b2d4c706} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7729 | 2024.07.03 17:27:15.562716 [ 3 ] {} <Debug> HTTP-Session: 43950a2b-6d2b-41e7-9fed-a3909453635b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7730 | 2024.07.03 17:27:15.562888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7731 | 2024.07.03 17:27:15.562936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7732 | 2024.07.03 17:27:15.562956 [ 3 ] {} <Debug> HTTP-Session: f025dfd4-fcb8-4e07-90fd-99b3655ca757 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7733 | 2024.07.03 17:27:15.562973 [ 3 ] {} <Debug> HTTP-Session: f025dfd4-fcb8-4e07-90fd-99b3655ca757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7734 | 2024.07.03 17:27:15.562987 [ 3 ] {} <Debug> HTTP-Session: f025dfd4-fcb8-4e07-90fd-99b3655ca757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7735 | 2024.07.03 17:27:15.563020 [ 3 ] {} <Trace> HTTP-Session: f025dfd4-fcb8-4e07-90fd-99b3655ca757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7736 | 2024.07.03 17:27:15.563152 [ 3 ] {ff311592-649e-469a-ac70-870ae8033136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7737 | 2024.07.03 17:27:15.563197 [ 3 ] {ff311592-649e-469a-ac70-870ae8033136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7738 | 2024.07.03 17:27:15.563328 [ 3 ] {ff311592-649e-469a-ac70-870ae8033136} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7739 | 2024.07.03 17:27:15.563693 [ 3 ] {ff311592-649e-469a-ac70-870ae8033136} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7740 | 2024.07.03 17:27:15.563729 [ 3 ] {ff311592-649e-469a-ac70-870ae8033136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7741 | 2024.07.03 17:27:15.564043 [ 3 ] {ff311592-649e-469a-ac70-870ae8033136} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7742 | 2024.07.03 17:27:15.564354 [ 3 ] {ff311592-649e-469a-ac70-870ae8033136} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7743 | 2024.07.03 17:27:15.564504 [ 3 ] {ff311592-649e-469a-ac70-870ae8033136} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001392 sec., 74712.64367816092 rows/sec., 6.15 MiB/sec. | ||
7744 | 2024.07.03 17:27:15.564677 [ 3 ] {ff311592-649e-469a-ac70-870ae8033136} <Debug> DynamicQueryHandler: Done processing query | ||
7745 | 2024.07.03 17:27:15.564702 [ 3 ] {ff311592-649e-469a-ac70-870ae8033136} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7746 | 2024.07.03 17:27:15.564719 [ 3 ] {} <Debug> HTTP-Session: f025dfd4-fcb8-4e07-90fd-99b3655ca757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7747 | 2024.07.03 17:27:15.564851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7748 | 2024.07.03 17:27:15.564898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7749 | 2024.07.03 17:27:15.564917 [ 3 ] {} <Debug> HTTP-Session: 0b708419-f280-43bb-ada5-2406ce5e6218 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7750 | 2024.07.03 17:27:15.564933 [ 3 ] {} <Debug> HTTP-Session: 0b708419-f280-43bb-ada5-2406ce5e6218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7751 | 2024.07.03 17:27:15.564947 [ 3 ] {} <Debug> HTTP-Session: 0b708419-f280-43bb-ada5-2406ce5e6218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7752 | 2024.07.03 17:27:15.564979 [ 3 ] {} <Trace> HTTP-Session: 0b708419-f280-43bb-ada5-2406ce5e6218 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7753 | 2024.07.03 17:27:15.565098 [ 3 ] {4017fc4c-4405-4158-bfcf-ad46ae06ce2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7754 | 2024.07.03 17:27:15.565141 [ 3 ] {4017fc4c-4405-4158-bfcf-ad46ae06ce2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7755 | 2024.07.03 17:27:15.565269 [ 3 ] {4017fc4c-4405-4158-bfcf-ad46ae06ce2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7756 | 2024.07.03 17:27:15.565595 [ 3 ] {4017fc4c-4405-4158-bfcf-ad46ae06ce2d} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7757 | 2024.07.03 17:27:15.565632 [ 3 ] {4017fc4c-4405-4158-bfcf-ad46ae06ce2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7758 | 2024.07.03 17:27:15.565946 [ 3 ] {4017fc4c-4405-4158-bfcf-ad46ae06ce2d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7759 | 2024.07.03 17:27:15.566256 [ 3 ] {4017fc4c-4405-4158-bfcf-ad46ae06ce2d} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7760 | 2024.07.03 17:27:15.566418 [ 3 ] {4017fc4c-4405-4158-bfcf-ad46ae06ce2d} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001354 sec., 59084.19497784343 rows/sec., 4.61 MiB/sec. | ||
7761 | 2024.07.03 17:27:15.566575 [ 3 ] {4017fc4c-4405-4158-bfcf-ad46ae06ce2d} <Debug> DynamicQueryHandler: Done processing query | ||
7762 | 2024.07.03 17:27:15.566599 [ 3 ] {4017fc4c-4405-4158-bfcf-ad46ae06ce2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7763 | 2024.07.03 17:27:15.566616 [ 3 ] {} <Debug> HTTP-Session: 0b708419-f280-43bb-ada5-2406ce5e6218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7764 | 2024.07.03 17:27:15.566780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7765 | 2024.07.03 17:27:15.566828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7766 | 2024.07.03 17:27:15.566847 [ 3 ] {} <Debug> HTTP-Session: 9776754f-a7e1-4765-a577-7607e2b95359 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7767 | 2024.07.03 17:27:15.566864 [ 3 ] {} <Debug> HTTP-Session: 9776754f-a7e1-4765-a577-7607e2b95359 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7768 | 2024.07.03 17:27:15.566879 [ 3 ] {} <Debug> HTTP-Session: 9776754f-a7e1-4765-a577-7607e2b95359 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7769 | 2024.07.03 17:27:15.566910 [ 3 ] {} <Trace> HTTP-Session: 9776754f-a7e1-4765-a577-7607e2b95359 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7770 | 2024.07.03 17:27:15.567054 [ 3 ] {b1f1277a-74f3-43c2-a3cd-9461c76c4f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7771 | 2024.07.03 17:27:15.567102 [ 3 ] {b1f1277a-74f3-43c2-a3cd-9461c76c4f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7772 | 2024.07.03 17:27:15.567247 [ 3 ] {b1f1277a-74f3-43c2-a3cd-9461c76c4f1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7773 | 2024.07.03 17:27:15.567612 [ 3 ] {b1f1277a-74f3-43c2-a3cd-9461c76c4f1d} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7774 | 2024.07.03 17:27:15.567648 [ 3 ] {b1f1277a-74f3-43c2-a3cd-9461c76c4f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7775 | 2024.07.03 17:27:15.568111 [ 3 ] {b1f1277a-74f3-43c2-a3cd-9461c76c4f1d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7776 | 2024.07.03 17:27:15.568518 [ 3 ] {b1f1277a-74f3-43c2-a3cd-9461c76c4f1d} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7777 | 2024.07.03 17:27:15.568678 [ 3 ] {b1f1277a-74f3-43c2-a3cd-9461c76c4f1d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001688 sec., 94786.7298578199 rows/sec., 6.60 MiB/sec. | ||
7778 | 2024.07.03 17:27:15.568695 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7779 | 2024.07.03 17:27:15.568799 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7780 | 2024.07.03 17:27:15.568842 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7781 | 2024.07.03 17:27:15.568935 [ 3 ] {b1f1277a-74f3-43c2-a3cd-9461c76c4f1d} <Debug> DynamicQueryHandler: Done processing query | ||
7782 | 2024.07.03 17:27:15.569010 [ 3 ] {b1f1277a-74f3-43c2-a3cd-9461c76c4f1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7783 | 2024.07.03 17:27:15.569091 [ 3 ] {} <Debug> HTTP-Session: 9776754f-a7e1-4765-a577-7607e2b95359 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7784 | 2024.07.03 17:27:15.569193 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
7785 | 2024.07.03 17:27:15.569367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7786 | 2024.07.03 17:27:15.569556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7787 | 2024.07.03 17:27:15.569690 [ 3 ] {} <Debug> HTTP-Session: e782d023-4689-41d9-865d-29add9ba8880 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7788 | 2024.07.03 17:27:15.569760 [ 3 ] {} <Debug> HTTP-Session: e782d023-4689-41d9-865d-29add9ba8880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7789 | 2024.07.03 17:27:15.569839 [ 3 ] {} <Debug> HTTP-Session: e782d023-4689-41d9-865d-29add9ba8880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7790 | 2024.07.03 17:27:15.569866 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7791 | 2024.07.03 17:27:15.569912 [ 3 ] {} <Trace> HTTP-Session: e782d023-4689-41d9-865d-29add9ba8880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7792 | 2024.07.03 17:27:15.569947 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 4423 rows starting from the beginning of the part | ||
7793 | 2024.07.03 17:27:15.570187 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
7794 | 2024.07.03 17:27:15.570292 [ 3 ] {01199287-8b60-44c1-aefc-99e73fdb013f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7795 | 2024.07.03 17:27:15.570501 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
7796 | 2024.07.03 17:27:15.570580 [ 3 ] {01199287-8b60-44c1-aefc-99e73fdb013f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7797 | 2024.07.03 17:27:15.570832 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
7798 | 2024.07.03 17:27:15.571248 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 161 rows starting from the beginning of the part | ||
7799 | 2024.07.03 17:27:15.571598 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
7800 | 2024.07.03 17:27:15.573157 [ 3 ] {01199287-8b60-44c1-aefc-99e73fdb013f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7801 | 2024.07.03 17:27:15.574762 [ 3 ] {01199287-8b60-44c1-aefc-99e73fdb013f} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7802 | 2024.07.03 17:27:15.574836 [ 3 ] {01199287-8b60-44c1-aefc-99e73fdb013f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7803 | 2024.07.03 17:27:15.576465 [ 3 ] {01199287-8b60-44c1-aefc-99e73fdb013f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7804 | 2024.07.03 17:27:15.577198 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5224 rows, containing 5 columns (5 merged, 0 gathered) in 0.008259186 sec., 632507.8524687542 rows/sec., 44.24 MiB/sec. | ||
7805 | 2024.07.03 17:27:15.577398 [ 3 ] {01199287-8b60-44c1-aefc-99e73fdb013f} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7806 | 2024.07.03 17:27:15.577625 [ 3 ] {01199287-8b60-44c1-aefc-99e73fdb013f} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00757 sec., 2113.6063408190225 rows/sec., 3.79 MiB/sec. | ||
7807 | 2024.07.03 17:27:15.577647 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7808 | 2024.07.03 17:27:15.578233 [ 3 ] {01199287-8b60-44c1-aefc-99e73fdb013f} <Debug> DynamicQueryHandler: Done processing query | ||
7809 | 2024.07.03 17:27:15.578287 [ 3 ] {01199287-8b60-44c1-aefc-99e73fdb013f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7810 | 2024.07.03 17:27:15.578346 [ 3 ] {} <Debug> HTTP-Session: e782d023-4689-41d9-865d-29add9ba8880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7811 | 2024.07.03 17:27:15.578548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7812 | 2024.07.03 17:27:15.578641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7813 | 2024.07.03 17:27:15.578652 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7814 | 2024.07.03 17:27:15.578674 [ 3 ] {} <Debug> HTTP-Session: 5009ea9a-447e-4dd6-82a5-5c166b1a4eae Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7815 | 2024.07.03 17:27:15.578725 [ 3 ] {} <Debug> HTTP-Session: 5009ea9a-447e-4dd6-82a5-5c166b1a4eae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7816 | 2024.07.03 17:27:15.578756 [ 3 ] {} <Debug> HTTP-Session: 5009ea9a-447e-4dd6-82a5-5c166b1a4eae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7817 | 2024.07.03 17:27:15.578817 [ 3 ] {} <Trace> HTTP-Session: 5009ea9a-447e-4dd6-82a5-5c166b1a4eae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7818 | 2024.07.03 17:27:15.578834 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7819 | 2024.07.03 17:27:15.578997 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
7820 | 2024.07.03 17:27:15.579059 [ 3 ] {e7bec676-c39d-44fe-a2a5-dacec8841648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7821 | 2024.07.03 17:27:15.579110 [ 3 ] {e7bec676-c39d-44fe-a2a5-dacec8841648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7822 | 2024.07.03 17:27:15.579256 [ 3 ] {e7bec676-c39d-44fe-a2a5-dacec8841648} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7823 | 2024.07.03 17:27:15.579575 [ 3 ] {e7bec676-c39d-44fe-a2a5-dacec8841648} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7824 | 2024.07.03 17:27:15.579612 [ 3 ] {e7bec676-c39d-44fe-a2a5-dacec8841648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7825 | 2024.07.03 17:27:15.579982 [ 3 ] {e7bec676-c39d-44fe-a2a5-dacec8841648} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7826 | 2024.07.03 17:27:15.580312 [ 3 ] {e7bec676-c39d-44fe-a2a5-dacec8841648} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7827 | 2024.07.03 17:27:15.580441 [ 62 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7828 | 2024.07.03 17:27:15.580443 [ 3 ] {e7bec676-c39d-44fe-a2a5-dacec8841648} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
7829 | 2024.07.03 17:27:15.580487 [ 62 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7830 | 2024.07.03 17:27:15.580528 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7831 | 2024.07.03 17:27:15.580675 [ 3 ] {e7bec676-c39d-44fe-a2a5-dacec8841648} <Debug> DynamicQueryHandler: Done processing query | ||
7832 | 2024.07.03 17:27:15.580694 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
7833 | 2024.07.03 17:27:15.580710 [ 3 ] {e7bec676-c39d-44fe-a2a5-dacec8841648} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7834 | 2024.07.03 17:27:15.580770 [ 3 ] {} <Debug> HTTP-Session: 5009ea9a-447e-4dd6-82a5-5c166b1a4eae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7835 | 2024.07.03 17:27:15.580886 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7836 | 2024.07.03 17:27:15.580921 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1528 rows starting from the beginning of the part | ||
7837 | 2024.07.03 17:27:15.580992 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
7838 | 2024.07.03 17:27:15.581181 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
7839 | 2024.07.03 17:27:15.581268 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
7840 | 2024.07.03 17:27:15.581489 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
7841 | 2024.07.03 17:27:15.581626 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
7842 | 2024.07.03 17:27:15.582948 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1828 rows, containing 4 columns (4 merged, 0 gathered) in 0.002333081 sec., 783513.3027957452 rows/sec., 52.34 MiB/sec. | ||
7843 | 2024.07.03 17:27:15.583118 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7844 | 2024.07.03 17:27:15.583471 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_46_9} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7845 | 2024.07.03 17:27:15.583548 [ 191 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_46_9} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7846 | 2024.07.03 17:27:15.583617 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
7847 | 2024.07.03 17:27:18.470737 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7848 | 2024.07.03 17:27:18.470812 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7849 | 2024.07.03 17:27:20.561228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7850 | 2024.07.03 17:27:20.561349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7851 | 2024.07.03 17:27:20.561374 [ 3 ] {} <Debug> HTTP-Session: 2c04f7d3-5105-4a6c-9092-14925b9e1284 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7852 | 2024.07.03 17:27:20.561399 [ 3 ] {} <Debug> HTTP-Session: 2c04f7d3-5105-4a6c-9092-14925b9e1284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7853 | 2024.07.03 17:27:20.561414 [ 3 ] {} <Debug> HTTP-Session: 2c04f7d3-5105-4a6c-9092-14925b9e1284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7854 | 2024.07.03 17:27:20.561464 [ 3 ] {} <Trace> HTTP-Session: 2c04f7d3-5105-4a6c-9092-14925b9e1284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7855 | 2024.07.03 17:27:20.561644 [ 3 ] {59f4ff32-66be-46d9-8f1c-acacc810ac4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7856 | 2024.07.03 17:27:20.561712 [ 3 ] {59f4ff32-66be-46d9-8f1c-acacc810ac4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7857 | 2024.07.03 17:27:20.561900 [ 3 ] {59f4ff32-66be-46d9-8f1c-acacc810ac4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7858 | 2024.07.03 17:27:20.562300 [ 3 ] {59f4ff32-66be-46d9-8f1c-acacc810ac4f} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7859 | 2024.07.03 17:27:20.562343 [ 3 ] {59f4ff32-66be-46d9-8f1c-acacc810ac4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7860 | 2024.07.03 17:27:20.562702 [ 3 ] {59f4ff32-66be-46d9-8f1c-acacc810ac4f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7861 | 2024.07.03 17:27:20.563035 [ 3 ] {59f4ff32-66be-46d9-8f1c-acacc810ac4f} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7862 | 2024.07.03 17:27:20.563191 [ 3 ] {59f4ff32-66be-46d9-8f1c-acacc810ac4f} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001599 sec., 8755.472170106317 rows/sec., 709.67 KiB/sec. | ||
7863 | 2024.07.03 17:27:20.563491 [ 3 ] {59f4ff32-66be-46d9-8f1c-acacc810ac4f} <Debug> DynamicQueryHandler: Done processing query | ||
7864 | 2024.07.03 17:27:20.563558 [ 3 ] {59f4ff32-66be-46d9-8f1c-acacc810ac4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7865 | 2024.07.03 17:27:20.563620 [ 3 ] {} <Debug> HTTP-Session: 2c04f7d3-5105-4a6c-9092-14925b9e1284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7866 | 2024.07.03 17:27:20.563816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 19040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7867 | 2024.07.03 17:27:20.563868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7868 | 2024.07.03 17:27:20.563889 [ 3 ] {} <Debug> HTTP-Session: 61402973-80bb-408d-8a77-cbc4d70c8fbc Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7869 | 2024.07.03 17:27:20.563906 [ 3 ] {} <Debug> HTTP-Session: 61402973-80bb-408d-8a77-cbc4d70c8fbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7870 | 2024.07.03 17:27:20.563920 [ 3 ] {} <Debug> HTTP-Session: 61402973-80bb-408d-8a77-cbc4d70c8fbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7871 | 2024.07.03 17:27:20.563953 [ 3 ] {} <Trace> HTTP-Session: 61402973-80bb-408d-8a77-cbc4d70c8fbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7872 | 2024.07.03 17:27:20.564094 [ 3 ] {1a8d1115-da4e-4c9e-a916-6e5cccb7f865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7873 | 2024.07.03 17:27:20.564140 [ 3 ] {1a8d1115-da4e-4c9e-a916-6e5cccb7f865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7874 | 2024.07.03 17:27:20.564285 [ 3 ] {1a8d1115-da4e-4c9e-a916-6e5cccb7f865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7875 | 2024.07.03 17:27:20.564686 [ 3 ] {1a8d1115-da4e-4c9e-a916-6e5cccb7f865} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7876 | 2024.07.03 17:27:20.564723 [ 3 ] {1a8d1115-da4e-4c9e-a916-6e5cccb7f865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7877 | 2024.07.03 17:27:20.565048 [ 3 ] {1a8d1115-da4e-4c9e-a916-6e5cccb7f865} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7878 | 2024.07.03 17:27:20.565340 [ 3 ] {1a8d1115-da4e-4c9e-a916-6e5cccb7f865} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7879 | 2024.07.03 17:27:20.565487 [ 3 ] {1a8d1115-da4e-4c9e-a916-6e5cccb7f865} <Debug> executeQuery: Read 134 rows, 10.89 KiB in 0.001448 sec., 92541.43646408839 rows/sec., 7.35 MiB/sec. | ||
7880 | 2024.07.03 17:27:20.565656 [ 3 ] {1a8d1115-da4e-4c9e-a916-6e5cccb7f865} <Debug> DynamicQueryHandler: Done processing query | ||
7881 | 2024.07.03 17:27:20.565680 [ 3 ] {1a8d1115-da4e-4c9e-a916-6e5cccb7f865} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7882 | 2024.07.03 17:27:20.565696 [ 3 ] {} <Debug> HTTP-Session: 61402973-80bb-408d-8a77-cbc4d70c8fbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7883 | 2024.07.03 17:27:20.565887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7884 | 2024.07.03 17:27:20.565937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7885 | 2024.07.03 17:27:20.565956 [ 3 ] {} <Debug> HTTP-Session: 08e6c417-312b-4790-9c1a-68c7986158ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7886 | 2024.07.03 17:27:20.565972 [ 3 ] {} <Debug> HTTP-Session: 08e6c417-312b-4790-9c1a-68c7986158ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7887 | 2024.07.03 17:27:20.565986 [ 3 ] {} <Debug> HTTP-Session: 08e6c417-312b-4790-9c1a-68c7986158ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7888 | 2024.07.03 17:27:20.566017 [ 3 ] {} <Trace> HTTP-Session: 08e6c417-312b-4790-9c1a-68c7986158ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7889 | 2024.07.03 17:27:20.566136 [ 3 ] {50ba79de-9c32-4677-9b0c-39672ff82475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7890 | 2024.07.03 17:27:20.566178 [ 3 ] {50ba79de-9c32-4677-9b0c-39672ff82475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7891 | 2024.07.03 17:27:20.566308 [ 3 ] {50ba79de-9c32-4677-9b0c-39672ff82475} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7892 | 2024.07.03 17:27:20.566668 [ 3 ] {50ba79de-9c32-4677-9b0c-39672ff82475} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7893 | 2024.07.03 17:27:20.566705 [ 3 ] {50ba79de-9c32-4677-9b0c-39672ff82475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7894 | 2024.07.03 17:27:20.567012 [ 3 ] {50ba79de-9c32-4677-9b0c-39672ff82475} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7895 | 2024.07.03 17:27:20.567316 [ 3 ] {50ba79de-9c32-4677-9b0c-39672ff82475} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7896 | 2024.07.03 17:27:20.567469 [ 3 ] {50ba79de-9c32-4677-9b0c-39672ff82475} <Debug> executeQuery: Read 102 rows, 8.13 KiB in 0.00137 sec., 74452.55474452555 rows/sec., 5.80 MiB/sec. | ||
7897 | 2024.07.03 17:27:20.567639 [ 3 ] {50ba79de-9c32-4677-9b0c-39672ff82475} <Debug> DynamicQueryHandler: Done processing query | ||
7898 | 2024.07.03 17:27:20.567663 [ 3 ] {50ba79de-9c32-4677-9b0c-39672ff82475} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7899 | 2024.07.03 17:27:20.567678 [ 3 ] {} <Debug> HTTP-Session: 08e6c417-312b-4790-9c1a-68c7986158ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7900 | 2024.07.03 17:27:20.567853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 37597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7901 | 2024.07.03 17:27:20.567902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7902 | 2024.07.03 17:27:20.567921 [ 3 ] {} <Debug> HTTP-Session: c0a7e884-946c-4620-aeb4-505e13da14c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7903 | 2024.07.03 17:27:20.567937 [ 3 ] {} <Debug> HTTP-Session: c0a7e884-946c-4620-aeb4-505e13da14c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7904 | 2024.07.03 17:27:20.567951 [ 3 ] {} <Debug> HTTP-Session: c0a7e884-946c-4620-aeb4-505e13da14c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7905 | 2024.07.03 17:27:20.567982 [ 3 ] {} <Trace> HTTP-Session: c0a7e884-946c-4620-aeb4-505e13da14c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7906 | 2024.07.03 17:27:20.568150 [ 3 ] {c429fe2e-419f-4c6d-af8b-ad6d61559a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7907 | 2024.07.03 17:27:20.568198 [ 3 ] {c429fe2e-419f-4c6d-af8b-ad6d61559a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7908 | 2024.07.03 17:27:20.568345 [ 3 ] {c429fe2e-419f-4c6d-af8b-ad6d61559a86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7909 | 2024.07.03 17:27:20.568757 [ 3 ] {c429fe2e-419f-4c6d-af8b-ad6d61559a86} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7910 | 2024.07.03 17:27:20.568794 [ 3 ] {c429fe2e-419f-4c6d-af8b-ad6d61559a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7911 | 2024.07.03 17:27:20.569180 [ 3 ] {c429fe2e-419f-4c6d-af8b-ad6d61559a86} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7912 | 2024.07.03 17:27:20.569521 [ 3 ] {c429fe2e-419f-4c6d-af8b-ad6d61559a86} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7913 | 2024.07.03 17:27:20.569678 [ 3 ] {c429fe2e-419f-4c6d-af8b-ad6d61559a86} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001603 sec., 122270.7423580786 rows/sec., 8.54 MiB/sec. | ||
7914 | 2024.07.03 17:27:20.569848 [ 3 ] {c429fe2e-419f-4c6d-af8b-ad6d61559a86} <Debug> DynamicQueryHandler: Done processing query | ||
7915 | 2024.07.03 17:27:20.569872 [ 3 ] {c429fe2e-419f-4c6d-af8b-ad6d61559a86} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7916 | 2024.07.03 17:27:20.569887 [ 3 ] {} <Debug> HTTP-Session: c0a7e884-946c-4620-aeb4-505e13da14c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7917 | 2024.07.03 17:27:20.570039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7918 | 2024.07.03 17:27:20.570088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7919 | 2024.07.03 17:27:20.570108 [ 3 ] {} <Debug> HTTP-Session: 1f47669d-f82b-4c4d-9180-888ab29ff1ff Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7920 | 2024.07.03 17:27:20.570124 [ 3 ] {} <Debug> HTTP-Session: 1f47669d-f82b-4c4d-9180-888ab29ff1ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7921 | 2024.07.03 17:27:20.570137 [ 3 ] {} <Debug> HTTP-Session: 1f47669d-f82b-4c4d-9180-888ab29ff1ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7922 | 2024.07.03 17:27:20.570170 [ 3 ] {} <Trace> HTTP-Session: 1f47669d-f82b-4c4d-9180-888ab29ff1ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7923 | 2024.07.03 17:27:20.570382 [ 3 ] {f1557d3f-ea4c-4171-a094-20d86fa0a7d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7924 | 2024.07.03 17:27:20.570445 [ 3 ] {f1557d3f-ea4c-4171-a094-20d86fa0a7d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7925 | 2024.07.03 17:27:20.570857 [ 3 ] {f1557d3f-ea4c-4171-a094-20d86fa0a7d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7926 | 2024.07.03 17:27:20.571453 [ 3 ] {f1557d3f-ea4c-4171-a094-20d86fa0a7d6} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7927 | 2024.07.03 17:27:20.571490 [ 3 ] {f1557d3f-ea4c-4171-a094-20d86fa0a7d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7928 | 2024.07.03 17:27:20.572076 [ 3 ] {f1557d3f-ea4c-4171-a094-20d86fa0a7d6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7929 | 2024.07.03 17:27:20.572475 [ 3 ] {f1557d3f-ea4c-4171-a094-20d86fa0a7d6} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7930 | 2024.07.03 17:27:20.572663 [ 3 ] {f1557d3f-ea4c-4171-a094-20d86fa0a7d6} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002413 sec., 5801.906340654786 rows/sec., 10.40 MiB/sec. | ||
7931 | 2024.07.03 17:27:20.573131 [ 3 ] {f1557d3f-ea4c-4171-a094-20d86fa0a7d6} <Debug> DynamicQueryHandler: Done processing query | ||
7932 | 2024.07.03 17:27:20.573155 [ 3 ] {f1557d3f-ea4c-4171-a094-20d86fa0a7d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7933 | 2024.07.03 17:27:20.573172 [ 3 ] {} <Debug> HTTP-Session: 1f47669d-f82b-4c4d-9180-888ab29ff1ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7934 | 2024.07.03 17:27:20.573291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7935 | 2024.07.03 17:27:20.573340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7936 | 2024.07.03 17:27:20.573359 [ 3 ] {} <Debug> HTTP-Session: 71fa443c-6434-4fcd-b989-15edff73ce3f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7937 | 2024.07.03 17:27:20.573375 [ 3 ] {} <Debug> HTTP-Session: 71fa443c-6434-4fcd-b989-15edff73ce3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7938 | 2024.07.03 17:27:20.573389 [ 3 ] {} <Debug> HTTP-Session: 71fa443c-6434-4fcd-b989-15edff73ce3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7939 | 2024.07.03 17:27:20.573421 [ 3 ] {} <Trace> HTTP-Session: 71fa443c-6434-4fcd-b989-15edff73ce3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7940 | 2024.07.03 17:27:20.573546 [ 3 ] {514123ae-9efa-453e-bb5e-b093395a8850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7941 | 2024.07.03 17:27:20.573592 [ 3 ] {514123ae-9efa-453e-bb5e-b093395a8850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7942 | 2024.07.03 17:27:20.573736 [ 3 ] {514123ae-9efa-453e-bb5e-b093395a8850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7943 | 2024.07.03 17:27:20.574123 [ 3 ] {514123ae-9efa-453e-bb5e-b093395a8850} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7944 | 2024.07.03 17:27:20.574159 [ 3 ] {514123ae-9efa-453e-bb5e-b093395a8850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7945 | 2024.07.03 17:27:20.574519 [ 3 ] {514123ae-9efa-453e-bb5e-b093395a8850} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7946 | 2024.07.03 17:27:20.574832 [ 3 ] {514123ae-9efa-453e-bb5e-b093395a8850} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7947 | 2024.07.03 17:27:20.574986 [ 3 ] {514123ae-9efa-453e-bb5e-b093395a8850} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
7948 | 2024.07.03 17:27:20.575255 [ 3 ] {514123ae-9efa-453e-bb5e-b093395a8850} <Debug> DynamicQueryHandler: Done processing query | ||
7949 | 2024.07.03 17:27:20.575309 [ 3 ] {514123ae-9efa-453e-bb5e-b093395a8850} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7950 | 2024.07.03 17:27:20.575347 [ 3 ] {} <Debug> HTTP-Session: 71fa443c-6434-4fcd-b989-15edff73ce3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7951 | 2024.07.03 17:27:25.561002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7952 | 2024.07.03 17:27:25.561145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7953 | 2024.07.03 17:27:25.561175 [ 3 ] {} <Debug> HTTP-Session: 0f367619-be89-44d6-8bdf-21e49ba2160e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7954 | 2024.07.03 17:27:25.561203 [ 3 ] {} <Debug> HTTP-Session: 0f367619-be89-44d6-8bdf-21e49ba2160e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7955 | 2024.07.03 17:27:25.561221 [ 3 ] {} <Debug> HTTP-Session: 0f367619-be89-44d6-8bdf-21e49ba2160e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7956 | 2024.07.03 17:27:25.561277 [ 3 ] {} <Trace> HTTP-Session: 0f367619-be89-44d6-8bdf-21e49ba2160e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7957 | 2024.07.03 17:27:25.561465 [ 3 ] {342dc35a-6eb3-489d-b005-bda6fa6d29cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7958 | 2024.07.03 17:27:25.561532 [ 3 ] {342dc35a-6eb3-489d-b005-bda6fa6d29cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7959 | 2024.07.03 17:27:25.561723 [ 3 ] {342dc35a-6eb3-489d-b005-bda6fa6d29cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7960 | 2024.07.03 17:27:25.562221 [ 3 ] {342dc35a-6eb3-489d-b005-bda6fa6d29cc} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7961 | 2024.07.03 17:27:25.562265 [ 3 ] {342dc35a-6eb3-489d-b005-bda6fa6d29cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7962 | 2024.07.03 17:27:25.562632 [ 3 ] {342dc35a-6eb3-489d-b005-bda6fa6d29cc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7963 | 2024.07.03 17:27:25.562973 [ 3 ] {342dc35a-6eb3-489d-b005-bda6fa6d29cc} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7964 | 2024.07.03 17:27:25.563131 [ 3 ] {342dc35a-6eb3-489d-b005-bda6fa6d29cc} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001724 sec., 9280.742459396752 rows/sec., 752.25 KiB/sec. | ||
7965 | 2024.07.03 17:27:25.563375 [ 3 ] {342dc35a-6eb3-489d-b005-bda6fa6d29cc} <Debug> DynamicQueryHandler: Done processing query | ||
7966 | 2024.07.03 17:27:25.563402 [ 3 ] {342dc35a-6eb3-489d-b005-bda6fa6d29cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7967 | 2024.07.03 17:27:25.563419 [ 3 ] {} <Debug> HTTP-Session: 0f367619-be89-44d6-8bdf-21e49ba2160e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7968 | 2024.07.03 17:27:25.563564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7969 | 2024.07.03 17:27:25.563619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7970 | 2024.07.03 17:27:25.563640 [ 3 ] {} <Debug> HTTP-Session: b82daf2f-9b60-46e9-b0c6-f3049b49962b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7971 | 2024.07.03 17:27:25.563656 [ 3 ] {} <Debug> HTTP-Session: b82daf2f-9b60-46e9-b0c6-f3049b49962b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7972 | 2024.07.03 17:27:25.563670 [ 3 ] {} <Debug> HTTP-Session: b82daf2f-9b60-46e9-b0c6-f3049b49962b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7973 | 2024.07.03 17:27:25.563706 [ 3 ] {} <Trace> HTTP-Session: b82daf2f-9b60-46e9-b0c6-f3049b49962b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7974 | 2024.07.03 17:27:25.563811 [ 3 ] {15c708e3-3360-4fec-a100-a082f465409a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7975 | 2024.07.03 17:27:25.563857 [ 3 ] {15c708e3-3360-4fec-a100-a082f465409a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7976 | 2024.07.03 17:27:25.563997 [ 3 ] {15c708e3-3360-4fec-a100-a082f465409a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7977 | 2024.07.03 17:27:25.564308 [ 3 ] {15c708e3-3360-4fec-a100-a082f465409a} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7978 | 2024.07.03 17:27:25.564345 [ 3 ] {15c708e3-3360-4fec-a100-a082f465409a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7979 | 2024.07.03 17:27:25.564644 [ 3 ] {15c708e3-3360-4fec-a100-a082f465409a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7980 | 2024.07.03 17:27:25.564939 [ 3 ] {15c708e3-3360-4fec-a100-a082f465409a} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7981 | 2024.07.03 17:27:25.565088 [ 3 ] {15c708e3-3360-4fec-a100-a082f465409a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001296 sec., 1543.2098765432097 rows/sec., 125.84 KiB/sec. | ||
7982 | 2024.07.03 17:27:25.565391 [ 3 ] {15c708e3-3360-4fec-a100-a082f465409a} <Debug> DynamicQueryHandler: Done processing query | ||
7983 | 2024.07.03 17:27:25.565417 [ 3 ] {15c708e3-3360-4fec-a100-a082f465409a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7984 | 2024.07.03 17:27:25.565433 [ 3 ] {} <Debug> HTTP-Session: b82daf2f-9b60-46e9-b0c6-f3049b49962b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7985 | 2024.07.03 17:27:25.565581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7986 | 2024.07.03 17:27:25.565632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7987 | 2024.07.03 17:27:25.565651 [ 3 ] {} <Debug> HTTP-Session: cef74da9-5559-4b86-9e28-e9c9c113bb20 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
7988 | 2024.07.03 17:27:25.565667 [ 3 ] {} <Debug> HTTP-Session: cef74da9-5559-4b86-9e28-e9c9c113bb20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7989 | 2024.07.03 17:27:25.565682 [ 3 ] {} <Debug> HTTP-Session: cef74da9-5559-4b86-9e28-e9c9c113bb20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7990 | 2024.07.03 17:27:25.565714 [ 3 ] {} <Trace> HTTP-Session: cef74da9-5559-4b86-9e28-e9c9c113bb20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7991 | 2024.07.03 17:27:25.565841 [ 3 ] {989f2441-c4d9-4a04-b881-edb5a83137a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7992 | 2024.07.03 17:27:25.565886 [ 3 ] {989f2441-c4d9-4a04-b881-edb5a83137a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7993 | 2024.07.03 17:27:25.566033 [ 3 ] {989f2441-c4d9-4a04-b881-edb5a83137a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7994 | 2024.07.03 17:27:25.566430 [ 3 ] {989f2441-c4d9-4a04-b881-edb5a83137a3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7995 | 2024.07.03 17:27:25.566467 [ 3 ] {989f2441-c4d9-4a04-b881-edb5a83137a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7996 | 2024.07.03 17:27:25.566769 [ 3 ] {989f2441-c4d9-4a04-b881-edb5a83137a3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7997 | 2024.07.03 17:27:25.567062 [ 3 ] {989f2441-c4d9-4a04-b881-edb5a83137a3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7998 | 2024.07.03 17:27:25.567211 [ 3 ] {989f2441-c4d9-4a04-b881-edb5a83137a3} <Debug> executeQuery: Read 105 rows, 8.84 KiB in 0.001413 sec., 74309.9787685775 rows/sec., 6.11 MiB/sec. | ||
7999 | 2024.07.03 17:27:25.567221 [ 52 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8000 | 2024.07.03 17:27:25.567327 [ 52 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8001 | 2024.07.03 17:27:25.567365 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8002 | 2024.07.03 17:27:25.567450 [ 3 ] {989f2441-c4d9-4a04-b881-edb5a83137a3} <Debug> DynamicQueryHandler: Done processing query | ||
8003 | 2024.07.03 17:27:25.567489 [ 3 ] {989f2441-c4d9-4a04-b881-edb5a83137a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8004 | 2024.07.03 17:27:25.567514 [ 3 ] {} <Debug> HTTP-Session: cef74da9-5559-4b86-9e28-e9c9c113bb20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8005 | 2024.07.03 17:27:25.567539 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
8006 | 2024.07.03 17:27:25.567664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8007 | 2024.07.03 17:27:25.567692 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8008 | 2024.07.03 17:27:25.567736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8009 | 2024.07.03 17:27:25.567739 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 189 rows starting from the beginning of the part | ||
8010 | 2024.07.03 17:27:25.567762 [ 3 ] {} <Debug> HTTP-Session: f63bc14f-a9a0-4b25-b250-62eb1242a88d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8011 | 2024.07.03 17:27:25.567784 [ 3 ] {} <Debug> HTTP-Session: f63bc14f-a9a0-4b25-b250-62eb1242a88d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8012 | 2024.07.03 17:27:25.567799 [ 3 ] {} <Debug> HTTP-Session: f63bc14f-a9a0-4b25-b250-62eb1242a88d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8013 | 2024.07.03 17:27:25.567858 [ 3 ] {} <Trace> HTTP-Session: f63bc14f-a9a0-4b25-b250-62eb1242a88d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8014 | 2024.07.03 17:27:25.567859 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 104 rows starting from the beginning of the part | ||
8015 | 2024.07.03 17:27:25.568180 [ 3 ] {c7c7af67-84f6-4431-be70-fdaad88921b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8016 | 2024.07.03 17:27:25.568301 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 99 rows starting from the beginning of the part | ||
8017 | 2024.07.03 17:27:25.568407 [ 3 ] {c7c7af67-84f6-4431-be70-fdaad88921b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8018 | 2024.07.03 17:27:25.568629 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 104 rows starting from the beginning of the part | ||
8019 | 2024.07.03 17:27:25.568929 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 134 rows starting from the beginning of the part | ||
8020 | 2024.07.03 17:27:25.569233 [ 190 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 105 rows starting from the beginning of the part | ||
8021 | 2024.07.03 17:27:25.569589 [ 3 ] {c7c7af67-84f6-4431-be70-fdaad88921b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8022 | 2024.07.03 17:27:25.570181 [ 3 ] {c7c7af67-84f6-4431-be70-fdaad88921b5} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8023 | 2024.07.03 17:27:25.570224 [ 3 ] {c7c7af67-84f6-4431-be70-fdaad88921b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8024 | 2024.07.03 17:27:25.570718 [ 3 ] {c7c7af67-84f6-4431-be70-fdaad88921b5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8025 | 2024.07.03 17:27:25.571132 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 735 rows, containing 4 columns (4 merged, 0 gathered) in 0.003663446 sec., 200630.77222920716 rows/sec., 16.33 MiB/sec. | ||
8026 | 2024.07.03 17:27:25.571181 [ 3 ] {c7c7af67-84f6-4431-be70-fdaad88921b5} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8027 | 2024.07.03 17:27:25.571457 [ 3 ] {c7c7af67-84f6-4431-be70-fdaad88921b5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003438 sec., 581.7335660267597 rows/sec., 40.62 KiB/sec. | ||
8028 | 2024.07.03 17:27:25.571468 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8029 | 2024.07.03 17:27:25.571772 [ 3 ] {c7c7af67-84f6-4431-be70-fdaad88921b5} <Debug> DynamicQueryHandler: Done processing query | ||
8030 | 2024.07.03 17:27:25.571845 [ 3 ] {c7c7af67-84f6-4431-be70-fdaad88921b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8031 | 2024.07.03 17:27:25.571907 [ 3 ] {} <Debug> HTTP-Session: f63bc14f-a9a0-4b25-b250-62eb1242a88d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8032 | 2024.07.03 17:27:25.572114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8033 | 2024.07.03 17:27:25.572183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8034 | 2024.07.03 17:27:25.572237 [ 3 ] {} <Debug> HTTP-Session: 2ac1d53a-ce44-4a11-8677-2d004d2490ec Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8035 | 2024.07.03 17:27:25.572255 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_51_10} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8036 | 2024.07.03 17:27:25.572271 [ 3 ] {} <Debug> HTTP-Session: 2ac1d53a-ce44-4a11-8677-2d004d2490ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8037 | 2024.07.03 17:27:25.572318 [ 3 ] {} <Debug> HTTP-Session: 2ac1d53a-ce44-4a11-8677-2d004d2490ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8038 | 2024.07.03 17:27:25.572397 [ 3 ] {} <Trace> HTTP-Session: 2ac1d53a-ce44-4a11-8677-2d004d2490ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8039 | 2024.07.03 17:27:25.572441 [ 191 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_51_10} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8040 | 2024.07.03 17:27:25.572595 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
8041 | 2024.07.03 17:27:25.572609 [ 3 ] {9cc7826d-fcaf-4406-99b9-0f2f139f2bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8042 | 2024.07.03 17:27:25.572672 [ 3 ] {9cc7826d-fcaf-4406-99b9-0f2f139f2bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8043 | 2024.07.03 17:27:25.572818 [ 3 ] {9cc7826d-fcaf-4406-99b9-0f2f139f2bb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8044 | 2024.07.03 17:27:25.573214 [ 3 ] {9cc7826d-fcaf-4406-99b9-0f2f139f2bb5} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8045 | 2024.07.03 17:27:25.573256 [ 3 ] {9cc7826d-fcaf-4406-99b9-0f2f139f2bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8046 | 2024.07.03 17:27:25.573587 [ 3 ] {9cc7826d-fcaf-4406-99b9-0f2f139f2bb5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8047 | 2024.07.03 17:27:25.573893 [ 3 ] {9cc7826d-fcaf-4406-99b9-0f2f139f2bb5} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8048 | 2024.07.03 17:27:25.574039 [ 3 ] {9cc7826d-fcaf-4406-99b9-0f2f139f2bb5} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001535 sec., 53420.195439739415 rows/sec., 4.17 MiB/sec. | ||
8049 | 2024.07.03 17:27:25.574053 [ 52 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8050 | 2024.07.03 17:27:25.574127 [ 52 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8051 | 2024.07.03 17:27:25.574178 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8052 | 2024.07.03 17:27:25.574321 [ 3 ] {9cc7826d-fcaf-4406-99b9-0f2f139f2bb5} <Debug> DynamicQueryHandler: Done processing query | ||
8053 | 2024.07.03 17:27:25.574354 [ 199 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
8054 | 2024.07.03 17:27:25.574365 [ 3 ] {9cc7826d-fcaf-4406-99b9-0f2f139f2bb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8055 | 2024.07.03 17:27:25.574422 [ 3 ] {} <Debug> HTTP-Session: 2ac1d53a-ce44-4a11-8677-2d004d2490ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8056 | 2024.07.03 17:27:25.574542 [ 199 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8057 | 2024.07.03 17:27:25.574585 [ 199 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 150 rows starting from the beginning of the part | ||
8058 | 2024.07.03 17:27:25.574638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8059 | 2024.07.03 17:27:25.574781 [ 199 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 80 rows starting from the beginning of the part | ||
8060 | 2024.07.03 17:27:25.574815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8061 | 2024.07.03 17:27:25.574904 [ 3 ] {} <Debug> HTTP-Session: 4ae09ade-b980-4431-9330-e8015b5ca80b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8062 | 2024.07.03 17:27:25.574985 [ 3 ] {} <Debug> HTTP-Session: 4ae09ade-b980-4431-9330-e8015b5ca80b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8063 | 2024.07.03 17:27:25.575047 [ 3 ] {} <Debug> HTTP-Session: 4ae09ade-b980-4431-9330-e8015b5ca80b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8064 | 2024.07.03 17:27:25.575101 [ 199 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 80 rows starting from the beginning of the part | ||
8065 | 2024.07.03 17:27:25.575151 [ 3 ] {} <Trace> HTTP-Session: 4ae09ade-b980-4431-9330-e8015b5ca80b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8066 | 2024.07.03 17:27:25.575405 [ 199 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 80 rows starting from the beginning of the part | ||
8067 | 2024.07.03 17:27:25.575582 [ 3 ] {034569c7-d5da-459a-b808-5a05c95e8e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8068 | 2024.07.03 17:27:25.575632 [ 199 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 102 rows starting from the beginning of the part | ||
8069 | 2024.07.03 17:27:25.575727 [ 3 ] {034569c7-d5da-459a-b808-5a05c95e8e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8070 | 2024.07.03 17:27:25.575939 [ 199 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
8071 | 2024.07.03 17:27:25.576676 [ 3 ] {034569c7-d5da-459a-b808-5a05c95e8e1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8072 | 2024.07.03 17:27:25.577591 [ 3 ] {034569c7-d5da-459a-b808-5a05c95e8e1c} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8073 | 2024.07.03 17:27:25.577670 [ 3 ] {034569c7-d5da-459a-b808-5a05c95e8e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8074 | 2024.07.03 17:27:25.578713 [ 3 ] {034569c7-d5da-459a-b808-5a05c95e8e1c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8075 | 2024.07.03 17:27:25.578824 [ 190 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004550959 sec., 126127.26240776943 rows/sec., 9.85 MiB/sec. | ||
8076 | 2024.07.03 17:27:25.578993 [ 190 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8077 | 2024.07.03 17:27:25.579221 [ 3 ] {034569c7-d5da-459a-b808-5a05c95e8e1c} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8078 | 2024.07.03 17:27:25.579472 [ 3 ] {034569c7-d5da-459a-b808-5a05c95e8e1c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004095 sec., 39316.23931623932 rows/sec., 2.74 MiB/sec. | ||
8079 | 2024.07.03 17:27:25.579601 [ 190 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_51_10} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8080 | 2024.07.03 17:27:25.579820 [ 190 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_51_10} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8081 | 2024.07.03 17:27:25.579830 [ 3 ] {034569c7-d5da-459a-b808-5a05c95e8e1c} <Debug> DynamicQueryHandler: Done processing query | ||
8082 | 2024.07.03 17:27:25.579868 [ 3 ] {034569c7-d5da-459a-b808-5a05c95e8e1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8083 | 2024.07.03 17:27:25.579923 [ 3 ] {} <Debug> HTTP-Session: 4ae09ade-b980-4431-9330-e8015b5ca80b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8084 | 2024.07.03 17:27:25.579964 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
8085 | 2024.07.03 17:27:25.580089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8086 | 2024.07.03 17:27:25.580139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8087 | 2024.07.03 17:27:25.580158 [ 3 ] {} <Debug> HTTP-Session: a6c2f5c1-d429-4372-9678-6f3749ddcc45 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8088 | 2024.07.03 17:27:25.580174 [ 3 ] {} <Debug> HTTP-Session: a6c2f5c1-d429-4372-9678-6f3749ddcc45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8089 | 2024.07.03 17:27:25.580188 [ 3 ] {} <Debug> HTTP-Session: a6c2f5c1-d429-4372-9678-6f3749ddcc45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8090 | 2024.07.03 17:27:25.580220 [ 3 ] {} <Trace> HTTP-Session: a6c2f5c1-d429-4372-9678-6f3749ddcc45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8091 | 2024.07.03 17:27:25.580441 [ 3 ] {99a14e4d-12d8-4955-ade2-3b0dadf71237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8092 | 2024.07.03 17:27:25.580506 [ 3 ] {99a14e4d-12d8-4955-ade2-3b0dadf71237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8093 | 2024.07.03 17:27:25.580927 [ 3 ] {99a14e4d-12d8-4955-ade2-3b0dadf71237} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8094 | 2024.07.03 17:27:25.581563 [ 3 ] {99a14e4d-12d8-4955-ade2-3b0dadf71237} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8095 | 2024.07.03 17:27:25.581600 [ 3 ] {99a14e4d-12d8-4955-ade2-3b0dadf71237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8096 | 2024.07.03 17:27:25.582211 [ 3 ] {99a14e4d-12d8-4955-ade2-3b0dadf71237} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8097 | 2024.07.03 17:27:25.582613 [ 3 ] {99a14e4d-12d8-4955-ade2-3b0dadf71237} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8098 | 2024.07.03 17:27:25.582810 [ 3 ] {99a14e4d-12d8-4955-ade2-3b0dadf71237} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002495 sec., 6412.825651302605 rows/sec., 11.49 MiB/sec. | ||
8099 | 2024.07.03 17:27:25.583038 [ 3 ] {99a14e4d-12d8-4955-ade2-3b0dadf71237} <Debug> DynamicQueryHandler: Done processing query | ||
8100 | 2024.07.03 17:27:25.583062 [ 3 ] {99a14e4d-12d8-4955-ade2-3b0dadf71237} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8101 | 2024.07.03 17:27:25.583078 [ 3 ] {} <Debug> HTTP-Session: a6c2f5c1-d429-4372-9678-6f3749ddcc45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8102 | 2024.07.03 17:27:25.583259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8103 | 2024.07.03 17:27:25.583308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8104 | 2024.07.03 17:27:25.583327 [ 3 ] {} <Debug> HTTP-Session: 4f814eb6-9181-4e53-bb2c-49dde4903625 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8105 | 2024.07.03 17:27:25.583343 [ 3 ] {} <Debug> HTTP-Session: 4f814eb6-9181-4e53-bb2c-49dde4903625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8106 | 2024.07.03 17:27:25.583357 [ 3 ] {} <Debug> HTTP-Session: 4f814eb6-9181-4e53-bb2c-49dde4903625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8107 | 2024.07.03 17:27:25.583390 [ 3 ] {} <Trace> HTTP-Session: 4f814eb6-9181-4e53-bb2c-49dde4903625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8108 | 2024.07.03 17:27:25.583515 [ 3 ] {2b9901c6-37b0-4844-a7af-8b2c502b48c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8109 | 2024.07.03 17:27:25.583561 [ 3 ] {2b9901c6-37b0-4844-a7af-8b2c502b48c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8110 | 2024.07.03 17:27:25.583690 [ 3 ] {2b9901c6-37b0-4844-a7af-8b2c502b48c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8111 | 2024.07.03 17:27:25.584001 [ 3 ] {2b9901c6-37b0-4844-a7af-8b2c502b48c9} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8112 | 2024.07.03 17:27:25.584037 [ 3 ] {2b9901c6-37b0-4844-a7af-8b2c502b48c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8113 | 2024.07.03 17:27:25.584394 [ 3 ] {2b9901c6-37b0-4844-a7af-8b2c502b48c9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8114 | 2024.07.03 17:27:25.584714 [ 3 ] {2b9901c6-37b0-4844-a7af-8b2c502b48c9} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8115 | 2024.07.03 17:27:25.584869 [ 3 ] {2b9901c6-37b0-4844-a7af-8b2c502b48c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
8116 | 2024.07.03 17:27:25.585123 [ 3 ] {2b9901c6-37b0-4844-a7af-8b2c502b48c9} <Debug> DynamicQueryHandler: Done processing query | ||
8117 | 2024.07.03 17:27:25.585177 [ 3 ] {2b9901c6-37b0-4844-a7af-8b2c502b48c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8118 | 2024.07.03 17:27:25.585227 [ 3 ] {} <Debug> HTTP-Session: 4f814eb6-9181-4e53-bb2c-49dde4903625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8119 | 2024.07.03 17:27:30.560483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8120 | 2024.07.03 17:27:30.560613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8121 | 2024.07.03 17:27:30.560640 [ 3 ] {} <Debug> HTTP-Session: 5dd00e0a-3cd7-45a7-9699-ba05db77c7e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8122 | 2024.07.03 17:27:30.560666 [ 3 ] {} <Debug> HTTP-Session: 5dd00e0a-3cd7-45a7-9699-ba05db77c7e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8123 | 2024.07.03 17:27:30.560681 [ 3 ] {} <Debug> HTTP-Session: 5dd00e0a-3cd7-45a7-9699-ba05db77c7e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8124 | 2024.07.03 17:27:30.560732 [ 3 ] {} <Trace> HTTP-Session: 5dd00e0a-3cd7-45a7-9699-ba05db77c7e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8125 | 2024.07.03 17:27:30.560915 [ 3 ] {223dd044-540d-44e3-879c-69a8576251e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8126 | 2024.07.03 17:27:30.560981 [ 3 ] {223dd044-540d-44e3-879c-69a8576251e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8127 | 2024.07.03 17:27:30.561172 [ 3 ] {223dd044-540d-44e3-879c-69a8576251e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8128 | 2024.07.03 17:27:30.561611 [ 3 ] {223dd044-540d-44e3-879c-69a8576251e8} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8129 | 2024.07.03 17:27:30.561653 [ 3 ] {223dd044-540d-44e3-879c-69a8576251e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8130 | 2024.07.03 17:27:30.562028 [ 3 ] {223dd044-540d-44e3-879c-69a8576251e8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8131 | 2024.07.03 17:27:30.562377 [ 3 ] {223dd044-540d-44e3-879c-69a8576251e8} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8132 | 2024.07.03 17:27:30.562522 [ 3 ] {223dd044-540d-44e3-879c-69a8576251e8} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001663 sec., 8418.52074564041 rows/sec., 682.36 KiB/sec. | ||
8133 | 2024.07.03 17:27:30.562524 [ 50 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
8134 | 2024.07.03 17:27:30.562580 [ 50 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8135 | 2024.07.03 17:27:30.562620 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8136 | 2024.07.03 17:27:30.562811 [ 3 ] {223dd044-540d-44e3-879c-69a8576251e8} <Debug> DynamicQueryHandler: Done processing query | ||
8137 | 2024.07.03 17:27:30.562867 [ 3 ] {223dd044-540d-44e3-879c-69a8576251e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8138 | 2024.07.03 17:27:30.562938 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
8139 | 2024.07.03 17:27:30.562939 [ 3 ] {} <Debug> HTTP-Session: 5dd00e0a-3cd7-45a7-9699-ba05db77c7e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8140 | 2024.07.03 17:27:30.563281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8141 | 2024.07.03 17:27:30.563470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8142 | 2024.07.03 17:27:30.563579 [ 3 ] {} <Debug> HTTP-Session: 0d7add0d-c1e5-4a06-b701-efa862b53686 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8143 | 2024.07.03 17:27:30.563631 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8144 | 2024.07.03 17:27:30.563638 [ 3 ] {} <Debug> HTTP-Session: 0d7add0d-c1e5-4a06-b701-efa862b53686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8145 | 2024.07.03 17:27:30.563706 [ 3 ] {} <Debug> HTTP-Session: 0d7add0d-c1e5-4a06-b701-efa862b53686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8146 | 2024.07.03 17:27:30.563710 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 30 rows starting from the beginning of the part | ||
8147 | 2024.07.03 17:27:30.563752 [ 3 ] {} <Trace> HTTP-Session: 0d7add0d-c1e5-4a06-b701-efa862b53686 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8148 | 2024.07.03 17:27:30.563804 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
8149 | 2024.07.03 17:27:30.563963 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part | ||
8150 | 2024.07.03 17:27:30.564034 [ 3 ] {b45c05a8-47cc-4e6d-b807-d3f17bb0f8b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8151 | 2024.07.03 17:27:30.564264 [ 3 ] {b45c05a8-47cc-4e6d-b807-d3f17bb0f8b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8152 | 2024.07.03 17:27:30.564328 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
8153 | 2024.07.03 17:27:30.564535 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part | ||
8154 | 2024.07.03 17:27:30.564755 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
8155 | 2024.07.03 17:27:30.564983 [ 3 ] {b45c05a8-47cc-4e6d-b807-d3f17bb0f8b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8156 | 2024.07.03 17:27:30.565835 [ 3 ] {b45c05a8-47cc-4e6d-b807-d3f17bb0f8b3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8157 | 2024.07.03 17:27:30.565895 [ 3 ] {b45c05a8-47cc-4e6d-b807-d3f17bb0f8b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8158 | 2024.07.03 17:27:30.566406 [ 201 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.003696927 sec., 28131.472436431664 rows/sec., 2.23 MiB/sec. | ||
8159 | 2024.07.03 17:27:30.566519 [ 3 ] {b45c05a8-47cc-4e6d-b807-d3f17bb0f8b3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8160 | 2024.07.03 17:27:30.566625 [ 201 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
8161 | 2024.07.03 17:27:30.567317 [ 3 ] {b45c05a8-47cc-4e6d-b807-d3f17bb0f8b3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8162 | 2024.07.03 17:27:30.567591 [ 201 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8163 | 2024.07.03 17:27:30.567600 [ 3 ] {b45c05a8-47cc-4e6d-b807-d3f17bb0f8b3} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.003704 sec., 26457.883369330455 rows/sec., 2.14 MiB/sec. | ||
8164 | 2024.07.03 17:27:30.567955 [ 201 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_50_10} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
8165 | 2024.07.03 17:27:30.568235 [ 3 ] {b45c05a8-47cc-4e6d-b807-d3f17bb0f8b3} <Debug> DynamicQueryHandler: Done processing query | ||
8166 | 2024.07.03 17:27:30.568311 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
8167 | 2024.07.03 17:27:30.568330 [ 3 ] {b45c05a8-47cc-4e6d-b807-d3f17bb0f8b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8168 | 2024.07.03 17:27:30.568424 [ 3 ] {} <Debug> HTTP-Session: 0d7add0d-c1e5-4a06-b701-efa862b53686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8169 | 2024.07.03 17:27:30.568624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8170 | 2024.07.03 17:27:30.568680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8171 | 2024.07.03 17:27:30.568699 [ 3 ] {} <Debug> HTTP-Session: 45ee5b23-2812-43c2-a2d9-29c208fed1c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8172 | 2024.07.03 17:27:30.568717 [ 3 ] {} <Debug> HTTP-Session: 45ee5b23-2812-43c2-a2d9-29c208fed1c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8173 | 2024.07.03 17:27:30.568732 [ 3 ] {} <Debug> HTTP-Session: 45ee5b23-2812-43c2-a2d9-29c208fed1c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8174 | 2024.07.03 17:27:30.568768 [ 3 ] {} <Trace> HTTP-Session: 45ee5b23-2812-43c2-a2d9-29c208fed1c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8175 | 2024.07.03 17:27:30.568905 [ 3 ] {710d4c88-d9aa-499b-8073-f50056b337dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8176 | 2024.07.03 17:27:30.568953 [ 3 ] {710d4c88-d9aa-499b-8073-f50056b337dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8177 | 2024.07.03 17:27:30.569108 [ 3 ] {710d4c88-d9aa-499b-8073-f50056b337dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8178 | 2024.07.03 17:27:30.569467 [ 3 ] {710d4c88-d9aa-499b-8073-f50056b337dd} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8179 | 2024.07.03 17:27:30.569503 [ 3 ] {710d4c88-d9aa-499b-8073-f50056b337dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8180 | 2024.07.03 17:27:30.569816 [ 3 ] {710d4c88-d9aa-499b-8073-f50056b337dd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8181 | 2024.07.03 17:27:30.570131 [ 3 ] {710d4c88-d9aa-499b-8073-f50056b337dd} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8182 | 2024.07.03 17:27:30.570257 [ 3 ] {710d4c88-d9aa-499b-8073-f50056b337dd} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001404 sec., 55555.555555555555 rows/sec., 4.34 MiB/sec. | ||
8183 | 2024.07.03 17:27:30.570425 [ 3 ] {710d4c88-d9aa-499b-8073-f50056b337dd} <Debug> DynamicQueryHandler: Done processing query | ||
8184 | 2024.07.03 17:27:30.570451 [ 3 ] {710d4c88-d9aa-499b-8073-f50056b337dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8185 | 2024.07.03 17:27:30.570467 [ 3 ] {} <Debug> HTTP-Session: 45ee5b23-2812-43c2-a2d9-29c208fed1c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8186 | 2024.07.03 17:27:30.570653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8187 | 2024.07.03 17:27:30.570703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8188 | 2024.07.03 17:27:30.570722 [ 3 ] {} <Debug> HTTP-Session: c9c9c88e-5ff0-4135-8601-db51f062e4ba Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8189 | 2024.07.03 17:27:30.570739 [ 3 ] {} <Debug> HTTP-Session: c9c9c88e-5ff0-4135-8601-db51f062e4ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8190 | 2024.07.03 17:27:30.570753 [ 3 ] {} <Debug> HTTP-Session: c9c9c88e-5ff0-4135-8601-db51f062e4ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8191 | 2024.07.03 17:27:30.570786 [ 3 ] {} <Trace> HTTP-Session: c9c9c88e-5ff0-4135-8601-db51f062e4ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8192 | 2024.07.03 17:27:30.570939 [ 3 ] {d75eb136-f7df-4799-b450-38644d8e71fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8193 | 2024.07.03 17:27:30.570987 [ 3 ] {d75eb136-f7df-4799-b450-38644d8e71fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8194 | 2024.07.03 17:27:30.571131 [ 3 ] {d75eb136-f7df-4799-b450-38644d8e71fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8195 | 2024.07.03 17:27:30.571526 [ 3 ] {d75eb136-f7df-4799-b450-38644d8e71fa} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8196 | 2024.07.03 17:27:30.571563 [ 3 ] {d75eb136-f7df-4799-b450-38644d8e71fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8197 | 2024.07.03 17:27:30.571953 [ 3 ] {d75eb136-f7df-4799-b450-38644d8e71fa} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8198 | 2024.07.03 17:27:30.572296 [ 3 ] {d75eb136-f7df-4799-b450-38644d8e71fa} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8199 | 2024.07.03 17:27:30.572425 [ 3 ] {d75eb136-f7df-4799-b450-38644d8e71fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
8200 | 2024.07.03 17:27:30.572596 [ 3 ] {d75eb136-f7df-4799-b450-38644d8e71fa} <Debug> DynamicQueryHandler: Done processing query | ||
8201 | 2024.07.03 17:27:30.572621 [ 3 ] {d75eb136-f7df-4799-b450-38644d8e71fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8202 | 2024.07.03 17:27:30.572637 [ 3 ] {} <Debug> HTTP-Session: c9c9c88e-5ff0-4135-8601-db51f062e4ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8203 | 2024.07.03 17:27:30.572778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8204 | 2024.07.03 17:27:30.572827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8205 | 2024.07.03 17:27:30.572847 [ 3 ] {} <Debug> HTTP-Session: bf910e04-5241-4707-bf9c-30f761f9020a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8206 | 2024.07.03 17:27:30.572864 [ 3 ] {} <Debug> HTTP-Session: bf910e04-5241-4707-bf9c-30f761f9020a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8207 | 2024.07.03 17:27:30.572878 [ 3 ] {} <Debug> HTTP-Session: bf910e04-5241-4707-bf9c-30f761f9020a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8208 | 2024.07.03 17:27:30.572910 [ 3 ] {} <Trace> HTTP-Session: bf910e04-5241-4707-bf9c-30f761f9020a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8209 | 2024.07.03 17:27:30.573116 [ 3 ] {08f6856d-6a81-4725-8126-5a775bb5ab02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8210 | 2024.07.03 17:27:30.573181 [ 3 ] {08f6856d-6a81-4725-8126-5a775bb5ab02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8211 | 2024.07.03 17:27:30.573617 [ 3 ] {08f6856d-6a81-4725-8126-5a775bb5ab02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8212 | 2024.07.03 17:27:30.574367 [ 3 ] {08f6856d-6a81-4725-8126-5a775bb5ab02} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8213 | 2024.07.03 17:27:30.574405 [ 3 ] {08f6856d-6a81-4725-8126-5a775bb5ab02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8214 | 2024.07.03 17:27:30.574996 [ 3 ] {08f6856d-6a81-4725-8126-5a775bb5ab02} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8215 | 2024.07.03 17:27:30.575400 [ 3 ] {08f6856d-6a81-4725-8126-5a775bb5ab02} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8216 | 2024.07.03 17:27:30.575550 [ 3 ] {08f6856d-6a81-4725-8126-5a775bb5ab02} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002558 sec., 5473.02580140735 rows/sec., 9.81 MiB/sec. | ||
8217 | 2024.07.03 17:27:30.575998 [ 3 ] {08f6856d-6a81-4725-8126-5a775bb5ab02} <Debug> DynamicQueryHandler: Done processing query | ||
8218 | 2024.07.03 17:27:30.576031 [ 3 ] {08f6856d-6a81-4725-8126-5a775bb5ab02} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
8219 | 2024.07.03 17:27:30.576065 [ 3 ] {} <Debug> HTTP-Session: bf910e04-5241-4707-bf9c-30f761f9020a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8220 | 2024.07.03 17:27:30.576196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8221 | 2024.07.03 17:27:30.576249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8222 | 2024.07.03 17:27:30.576269 [ 3 ] {} <Debug> HTTP-Session: 01ac7a16-d546-4f84-8730-ed0e0cbb0106 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8223 | 2024.07.03 17:27:30.576287 [ 3 ] {} <Debug> HTTP-Session: 01ac7a16-d546-4f84-8730-ed0e0cbb0106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8224 | 2024.07.03 17:27:30.576301 [ 3 ] {} <Debug> HTTP-Session: 01ac7a16-d546-4f84-8730-ed0e0cbb0106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8225 | 2024.07.03 17:27:30.576334 [ 3 ] {} <Trace> HTTP-Session: 01ac7a16-d546-4f84-8730-ed0e0cbb0106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8226 | 2024.07.03 17:27:30.576460 [ 3 ] {2dd690f5-c19b-4dd9-b062-d9732e2422de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8227 | 2024.07.03 17:27:30.576507 [ 3 ] {2dd690f5-c19b-4dd9-b062-d9732e2422de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8228 | 2024.07.03 17:27:30.576667 [ 3 ] {2dd690f5-c19b-4dd9-b062-d9732e2422de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8229 | 2024.07.03 17:27:30.576976 [ 3 ] {2dd690f5-c19b-4dd9-b062-d9732e2422de} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8230 | 2024.07.03 17:27:30.577012 [ 3 ] {2dd690f5-c19b-4dd9-b062-d9732e2422de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8231 | 2024.07.03 17:27:30.577376 [ 3 ] {2dd690f5-c19b-4dd9-b062-d9732e2422de} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8232 | 2024.07.03 17:27:30.577698 [ 3 ] {2dd690f5-c19b-4dd9-b062-d9732e2422de} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8233 | 2024.07.03 17:27:30.577822 [ 3 ] {2dd690f5-c19b-4dd9-b062-d9732e2422de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. | ||
8234 | 2024.07.03 17:27:30.577984 [ 3 ] {2dd690f5-c19b-4dd9-b062-d9732e2422de} <Debug> DynamicQueryHandler: Done processing query | ||
8235 | 2024.07.03 17:27:30.578010 [ 3 ] {2dd690f5-c19b-4dd9-b062-d9732e2422de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8236 | 2024.07.03 17:27:30.578025 [ 3 ] {} <Debug> HTTP-Session: 01ac7a16-d546-4f84-8730-ed0e0cbb0106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8237 | 2024.07.03 17:27:33.470871 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8238 | 2024.07.03 17:27:33.470923 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8239 | 2024.07.03 17:27:35.559797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8240 | 2024.07.03 17:27:35.559925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8241 | 2024.07.03 17:27:35.559951 [ 3 ] {} <Debug> HTTP-Session: 673cbaea-f52c-4f7d-ae89-219a44cf376d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8242 | 2024.07.03 17:27:35.559982 [ 3 ] {} <Debug> HTTP-Session: 673cbaea-f52c-4f7d-ae89-219a44cf376d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8243 | 2024.07.03 17:27:35.559997 [ 3 ] {} <Debug> HTTP-Session: 673cbaea-f52c-4f7d-ae89-219a44cf376d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8244 | 2024.07.03 17:27:35.560047 [ 3 ] {} <Trace> HTTP-Session: 673cbaea-f52c-4f7d-ae89-219a44cf376d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8245 | 2024.07.03 17:27:35.560230 [ 3 ] {4f275913-3ac7-4a92-b15b-edfbddb2f341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8246 | 2024.07.03 17:27:35.560297 [ 3 ] {4f275913-3ac7-4a92-b15b-edfbddb2f341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8247 | 2024.07.03 17:27:35.560491 [ 3 ] {4f275913-3ac7-4a92-b15b-edfbddb2f341} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8248 | 2024.07.03 17:27:35.560991 [ 3 ] {4f275913-3ac7-4a92-b15b-edfbddb2f341} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8249 | 2024.07.03 17:27:35.561041 [ 3 ] {4f275913-3ac7-4a92-b15b-edfbddb2f341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8250 | 2024.07.03 17:27:35.561419 [ 3 ] {4f275913-3ac7-4a92-b15b-edfbddb2f341} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8251 | 2024.07.03 17:27:35.561752 [ 3 ] {4f275913-3ac7-4a92-b15b-edfbddb2f341} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8252 | 2024.07.03 17:27:35.561922 [ 3 ] {4f275913-3ac7-4a92-b15b-edfbddb2f341} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001747 sec., 9158.557527189467 rows/sec., 742.34 KiB/sec. | ||
8253 | 2024.07.03 17:27:35.562120 [ 3 ] {4f275913-3ac7-4a92-b15b-edfbddb2f341} <Debug> DynamicQueryHandler: Done processing query | ||
8254 | 2024.07.03 17:27:35.562148 [ 3 ] {4f275913-3ac7-4a92-b15b-edfbddb2f341} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8255 | 2024.07.03 17:27:35.562164 [ 3 ] {} <Debug> HTTP-Session: 673cbaea-f52c-4f7d-ae89-219a44cf376d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8256 | 2024.07.03 17:27:35.562303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8257 | 2024.07.03 17:27:35.562355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8258 | 2024.07.03 17:27:35.562375 [ 3 ] {} <Debug> HTTP-Session: 47e2fc83-05a8-486f-a377-b5b1a4c0af66 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8259 | 2024.07.03 17:27:35.562392 [ 3 ] {} <Debug> HTTP-Session: 47e2fc83-05a8-486f-a377-b5b1a4c0af66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8260 | 2024.07.03 17:27:35.562406 [ 3 ] {} <Debug> HTTP-Session: 47e2fc83-05a8-486f-a377-b5b1a4c0af66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8261 | 2024.07.03 17:27:35.562440 [ 3 ] {} <Trace> HTTP-Session: 47e2fc83-05a8-486f-a377-b5b1a4c0af66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8262 | 2024.07.03 17:27:35.562582 [ 3 ] {60920be2-a610-4bfb-82cb-0f9dbbda9df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8263 | 2024.07.03 17:27:35.562630 [ 3 ] {60920be2-a610-4bfb-82cb-0f9dbbda9df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8264 | 2024.07.03 17:27:35.562759 [ 3 ] {60920be2-a610-4bfb-82cb-0f9dbbda9df3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8265 | 2024.07.03 17:27:35.563142 [ 3 ] {60920be2-a610-4bfb-82cb-0f9dbbda9df3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8266 | 2024.07.03 17:27:35.563180 [ 3 ] {60920be2-a610-4bfb-82cb-0f9dbbda9df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8267 | 2024.07.03 17:27:35.563494 [ 3 ] {60920be2-a610-4bfb-82cb-0f9dbbda9df3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8268 | 2024.07.03 17:27:35.563796 [ 3 ] {60920be2-a610-4bfb-82cb-0f9dbbda9df3} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8269 | 2024.07.03 17:27:35.563950 [ 3 ] {60920be2-a610-4bfb-82cb-0f9dbbda9df3} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001411 sec., 73706.591070163 rows/sec., 6.07 MiB/sec. | ||
8270 | 2024.07.03 17:27:35.564220 [ 3 ] {60920be2-a610-4bfb-82cb-0f9dbbda9df3} <Debug> DynamicQueryHandler: Done processing query | ||
8271 | 2024.07.03 17:27:35.564277 [ 3 ] {60920be2-a610-4bfb-82cb-0f9dbbda9df3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8272 | 2024.07.03 17:27:35.564330 [ 3 ] {} <Debug> HTTP-Session: 47e2fc83-05a8-486f-a377-b5b1a4c0af66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8273 | 2024.07.03 17:27:35.564506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8274 | 2024.07.03 17:27:35.564561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8275 | 2024.07.03 17:27:35.564581 [ 3 ] {} <Debug> HTTP-Session: 143f170e-30d5-4281-8894-58609710c1c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8276 | 2024.07.03 17:27:35.564599 [ 3 ] {} <Debug> HTTP-Session: 143f170e-30d5-4281-8894-58609710c1c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8277 | 2024.07.03 17:27:35.564612 [ 3 ] {} <Debug> HTTP-Session: 143f170e-30d5-4281-8894-58609710c1c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8278 | 2024.07.03 17:27:35.564646 [ 3 ] {} <Trace> HTTP-Session: 143f170e-30d5-4281-8894-58609710c1c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8279 | 2024.07.03 17:27:35.564779 [ 3 ] {4209c034-eeef-413c-82eb-a25b69dadf41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8280 | 2024.07.03 17:27:35.564824 [ 3 ] {4209c034-eeef-413c-82eb-a25b69dadf41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8281 | 2024.07.03 17:27:35.564967 [ 3 ] {4209c034-eeef-413c-82eb-a25b69dadf41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8282 | 2024.07.03 17:27:35.565297 [ 3 ] {4209c034-eeef-413c-82eb-a25b69dadf41} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8283 | 2024.07.03 17:27:35.565336 [ 3 ] {4209c034-eeef-413c-82eb-a25b69dadf41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8284 | 2024.07.03 17:27:35.565989 [ 3 ] {4209c034-eeef-413c-82eb-a25b69dadf41} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8285 | 2024.07.03 17:27:35.566301 [ 3 ] {4209c034-eeef-413c-82eb-a25b69dadf41} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8286 | 2024.07.03 17:27:35.566454 [ 3 ] {4209c034-eeef-413c-82eb-a25b69dadf41} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00172 sec., 46511.62790697675 rows/sec., 3.63 MiB/sec. | ||
8287 | 2024.07.03 17:27:35.566741 [ 3 ] {4209c034-eeef-413c-82eb-a25b69dadf41} <Debug> DynamicQueryHandler: Done processing query | ||
8288 | 2024.07.03 17:27:35.566782 [ 3 ] {4209c034-eeef-413c-82eb-a25b69dadf41} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8289 | 2024.07.03 17:27:35.566808 [ 3 ] {} <Debug> HTTP-Session: 143f170e-30d5-4281-8894-58609710c1c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8290 | 2024.07.03 17:27:35.566966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8291 | 2024.07.03 17:27:35.567014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8292 | 2024.07.03 17:27:35.567034 [ 3 ] {} <Debug> HTTP-Session: bbb7f78b-f1a8-4f02-a6f5-4fb6ae1fba66 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8293 | 2024.07.03 17:27:35.567050 [ 3 ] {} <Debug> HTTP-Session: bbb7f78b-f1a8-4f02-a6f5-4fb6ae1fba66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8294 | 2024.07.03 17:27:35.567064 [ 3 ] {} <Debug> HTTP-Session: bbb7f78b-f1a8-4f02-a6f5-4fb6ae1fba66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8295 | 2024.07.03 17:27:35.567095 [ 3 ] {} <Trace> HTTP-Session: bbb7f78b-f1a8-4f02-a6f5-4fb6ae1fba66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8296 | 2024.07.03 17:27:35.567247 [ 3 ] {e048d1c7-3be1-422a-81d4-0f18c95858b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8297 | 2024.07.03 17:27:35.567296 [ 3 ] {e048d1c7-3be1-422a-81d4-0f18c95858b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8298 | 2024.07.03 17:27:35.567455 [ 3 ] {e048d1c7-3be1-422a-81d4-0f18c95858b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8299 | 2024.07.03 17:27:35.567847 [ 3 ] {e048d1c7-3be1-422a-81d4-0f18c95858b8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8300 | 2024.07.03 17:27:35.567883 [ 3 ] {e048d1c7-3be1-422a-81d4-0f18c95858b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8301 | 2024.07.03 17:27:35.568269 [ 3 ] {e048d1c7-3be1-422a-81d4-0f18c95858b8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8302 | 2024.07.03 17:27:35.568612 [ 3 ] {e048d1c7-3be1-422a-81d4-0f18c95858b8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8303 | 2024.07.03 17:27:35.568767 [ 3 ] {e048d1c7-3be1-422a-81d4-0f18c95858b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001583 sec., 101073.9102969046 rows/sec., 7.04 MiB/sec. | ||
8304 | 2024.07.03 17:27:35.568941 [ 3 ] {e048d1c7-3be1-422a-81d4-0f18c95858b8} <Debug> DynamicQueryHandler: Done processing query | ||
8305 | 2024.07.03 17:27:35.568965 [ 3 ] {e048d1c7-3be1-422a-81d4-0f18c95858b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8306 | 2024.07.03 17:27:35.568981 [ 3 ] {} <Debug> HTTP-Session: bbb7f78b-f1a8-4f02-a6f5-4fb6ae1fba66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8307 | 2024.07.03 17:27:35.569111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8308 | 2024.07.03 17:27:35.569160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8309 | 2024.07.03 17:27:35.569178 [ 3 ] {} <Debug> HTTP-Session: 821a9193-d789-4c51-9338-d8023f3941be Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8310 | 2024.07.03 17:27:35.569195 [ 3 ] {} <Debug> HTTP-Session: 821a9193-d789-4c51-9338-d8023f3941be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8311 | 2024.07.03 17:27:35.569209 [ 3 ] {} <Debug> HTTP-Session: 821a9193-d789-4c51-9338-d8023f3941be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8312 | 2024.07.03 17:27:35.569240 [ 3 ] {} <Trace> HTTP-Session: 821a9193-d789-4c51-9338-d8023f3941be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8313 | 2024.07.03 17:27:35.569453 [ 3 ] {3ca5726a-d6a3-4524-879b-2d130e39ad7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8314 | 2024.07.03 17:27:35.569519 [ 3 ] {3ca5726a-d6a3-4524-879b-2d130e39ad7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8315 | 2024.07.03 17:27:35.569932 [ 3 ] {3ca5726a-d6a3-4524-879b-2d130e39ad7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8316 | 2024.07.03 17:27:35.570448 [ 3 ] {3ca5726a-d6a3-4524-879b-2d130e39ad7f} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8317 | 2024.07.03 17:27:35.570483 [ 3 ] {3ca5726a-d6a3-4524-879b-2d130e39ad7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8318 | 2024.07.03 17:27:35.571062 [ 3 ] {3ca5726a-d6a3-4524-879b-2d130e39ad7f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8319 | 2024.07.03 17:27:35.571460 [ 3 ] {3ca5726a-d6a3-4524-879b-2d130e39ad7f} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8320 | 2024.07.03 17:27:35.571648 [ 3 ] {3ca5726a-d6a3-4524-879b-2d130e39ad7f} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002326 sec., 6878.761822871883 rows/sec., 12.33 MiB/sec. | ||
8321 | 2024.07.03 17:27:35.571647 [ 44 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8322 | 2024.07.03 17:27:35.571777 [ 44 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8323 | 2024.07.03 17:27:35.571846 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8324 | 2024.07.03 17:27:35.572082 [ 3 ] {3ca5726a-d6a3-4524-879b-2d130e39ad7f} <Debug> DynamicQueryHandler: Done processing query | ||
8325 | 2024.07.03 17:27:35.572139 [ 3 ] {3ca5726a-d6a3-4524-879b-2d130e39ad7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8326 | 2024.07.03 17:27:35.572177 [ 3 ] {} <Debug> HTTP-Session: 821a9193-d789-4c51-9338-d8023f3941be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8327 | 2024.07.03 17:27:35.572202 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
8328 | 2024.07.03 17:27:35.572354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8329 | 2024.07.03 17:27:35.572445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8330 | 2024.07.03 17:27:35.572490 [ 3 ] {} <Debug> HTTP-Session: bf2cb17b-628a-4916-82ed-61cd62f5af1b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8331 | 2024.07.03 17:27:35.572531 [ 3 ] {} <Debug> HTTP-Session: bf2cb17b-628a-4916-82ed-61cd62f5af1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8332 | 2024.07.03 17:27:35.572569 [ 3 ] {} <Debug> HTTP-Session: bf2cb17b-628a-4916-82ed-61cd62f5af1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8333 | 2024.07.03 17:27:35.572664 [ 3 ] {} <Trace> HTTP-Session: bf2cb17b-628a-4916-82ed-61cd62f5af1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8334 | 2024.07.03 17:27:35.573007 [ 3 ] {a0766dbb-4ef8-4c40-a1c6-26cc0dae972e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8335 | 2024.07.03 17:27:35.573136 [ 3 ] {a0766dbb-4ef8-4c40-a1c6-26cc0dae972e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8336 | 2024.07.03 17:27:35.573335 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8337 | 2024.07.03 17:27:35.573612 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 684 rows starting from the beginning of the part | ||
8338 | 2024.07.03 17:27:35.573727 [ 3 ] {a0766dbb-4ef8-4c40-a1c6-26cc0dae972e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8339 | 2024.07.03 17:27:35.574267 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part | ||
8340 | 2024.07.03 17:27:35.574876 [ 3 ] {a0766dbb-4ef8-4c40-a1c6-26cc0dae972e} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8341 | 2024.07.03 17:27:35.574992 [ 3 ] {a0766dbb-4ef8-4c40-a1c6-26cc0dae972e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8342 | 2024.07.03 17:27:35.575110 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
8343 | 2024.07.03 17:27:35.575902 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part | ||
8344 | 2024.07.03 17:27:35.576438 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
8345 | 2024.07.03 17:27:35.576446 [ 3 ] {a0766dbb-4ef8-4c40-a1c6-26cc0dae972e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8346 | 2024.07.03 17:27:35.577124 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part | ||
8347 | 2024.07.03 17:27:35.577669 [ 3 ] {a0766dbb-4ef8-4c40-a1c6-26cc0dae972e} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8348 | 2024.07.03 17:27:35.578078 [ 3 ] {a0766dbb-4ef8-4c40-a1c6-26cc0dae972e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005192 sec., 11556.240369799692 rows/sec., 797.50 KiB/sec. | ||
8349 | 2024.07.03 17:27:35.578548 [ 3 ] {a0766dbb-4ef8-4c40-a1c6-26cc0dae972e} <Debug> DynamicQueryHandler: Done processing query | ||
8350 | 2024.07.03 17:27:35.578576 [ 3 ] {a0766dbb-4ef8-4c40-a1c6-26cc0dae972e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8351 | 2024.07.03 17:27:35.578604 [ 3 ] {} <Debug> HTTP-Session: bf2cb17b-628a-4916-82ed-61cd62f5af1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8352 | 2024.07.03 17:27:35.583004 [ 201 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 760 rows, containing 19 columns (19 merged, 0 gathered) in 0.010992578 sec., 69137.55808692011 rows/sec., 123.89 MiB/sec. | ||
8353 | 2024.07.03 17:27:35.584149 [ 188 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8354 | 2024.07.03 17:27:35.584831 [ 188 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8355 | 2024.07.03 17:27:35.584931 [ 188 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8356 | 2024.07.03 17:27:35.585102 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. | ||
8357 | 2024.07.03 17:27:37.548706 [ 42 ] {} <Debug> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
8358 | 2024.07.03 17:27:37.548810 [ 42 ] {} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8359 | 2024.07.03 17:27:37.548847 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8360 | 2024.07.03 17:27:37.549064 [ 198 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
8361 | 2024.07.03 17:27:37.549432 [ 198 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8362 | 2024.07.03 17:27:37.549475 [ 198 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part | ||
8363 | 2024.07.03 17:27:37.549555 [ 198 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
8364 | 2024.07.03 17:27:37.549645 [ 198 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
8365 | 2024.07.03 17:27:37.549914 [ 198 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
8366 | 2024.07.03 17:27:37.550035 [ 198 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
8367 | 2024.07.03 17:27:37.551196 [ 188 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002268389 sec., 12343.56188466793 rows/sec., 861.88 KiB/sec. | ||
8368 | 2024.07.03 17:27:37.551447 [ 188 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
8369 | 2024.07.03 17:27:37.551905 [ 188 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_13_3} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8370 | 2024.07.03 17:27:37.551999 [ 188 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_13_3} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
8371 | 2024.07.03 17:27:37.552098 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
8372 | 2024.07.03 17:27:38.721146 [ 42 ] {} <Debug> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
8373 | 2024.07.03 17:27:38.721207 [ 42 ] {} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8374 | 2024.07.03 17:27:38.721229 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8375 | 2024.07.03 17:27:38.721399 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
8376 | 2024.07.03 17:27:38.721580 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8377 | 2024.07.03 17:27:38.721620 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part | ||
8378 | 2024.07.03 17:27:38.721737 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
8379 | 2024.07.03 17:27:38.721897 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
8380 | 2024.07.03 17:27:38.722223 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
8381 | 2024.07.03 17:27:38.722541 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
8382 | 2024.07.03 17:27:38.723613 [ 202 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.00230867 sec., 12128.195021375943 rows/sec., 988.97 KiB/sec. | ||
8383 | 2024.07.03 17:27:38.723764 [ 202 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
8384 | 2024.07.03 17:27:38.724165 [ 202 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_13_3} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8385 | 2024.07.03 17:27:38.724251 [ 202 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_13_3} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
8386 | 2024.07.03 17:27:38.724345 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8387 | 2024.07.03 17:27:40.559078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8388 | 2024.07.03 17:27:40.559211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8389 | 2024.07.03 17:27:40.559241 [ 3 ] {} <Debug> HTTP-Session: f126bd65-dd80-4434-b704-898809eb020c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8390 | 2024.07.03 17:27:40.559269 [ 3 ] {} <Debug> HTTP-Session: f126bd65-dd80-4434-b704-898809eb020c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8391 | 2024.07.03 17:27:40.559286 [ 3 ] {} <Debug> HTTP-Session: f126bd65-dd80-4434-b704-898809eb020c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8392 | 2024.07.03 17:27:40.559342 [ 3 ] {} <Trace> HTTP-Session: f126bd65-dd80-4434-b704-898809eb020c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8393 | 2024.07.03 17:27:40.559529 [ 3 ] {016ed42e-b971-43e7-8cee-7e589c09c751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8394 | 2024.07.03 17:27:40.559595 [ 3 ] {016ed42e-b971-43e7-8cee-7e589c09c751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8395 | 2024.07.03 17:27:40.559782 [ 3 ] {016ed42e-b971-43e7-8cee-7e589c09c751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8396 | 2024.07.03 17:27:40.560186 [ 3 ] {016ed42e-b971-43e7-8cee-7e589c09c751} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8397 | 2024.07.03 17:27:40.560229 [ 3 ] {016ed42e-b971-43e7-8cee-7e589c09c751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8398 | 2024.07.03 17:27:40.560607 [ 3 ] {016ed42e-b971-43e7-8cee-7e589c09c751} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8399 | 2024.07.03 17:27:40.560942 [ 3 ] {016ed42e-b971-43e7-8cee-7e589c09c751} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8400 | 2024.07.03 17:27:40.561119 [ 3 ] {016ed42e-b971-43e7-8cee-7e589c09c751} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.00164 sec., 8536.585365853658 rows/sec., 691.93 KiB/sec. | ||
8401 | 2024.07.03 17:27:40.561324 [ 3 ] {016ed42e-b971-43e7-8cee-7e589c09c751} <Debug> DynamicQueryHandler: Done processing query | ||
8402 | 2024.07.03 17:27:40.561351 [ 3 ] {016ed42e-b971-43e7-8cee-7e589c09c751} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8403 | 2024.07.03 17:27:40.561368 [ 3 ] {} <Debug> HTTP-Session: f126bd65-dd80-4434-b704-898809eb020c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8404 | 2024.07.03 17:27:40.561527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8405 | 2024.07.03 17:27:40.561580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8406 | 2024.07.03 17:27:40.561600 [ 3 ] {} <Debug> HTTP-Session: d26d747e-2a0f-4fa3-aa71-16e1e38fc4a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8407 | 2024.07.03 17:27:40.561617 [ 3 ] {} <Debug> HTTP-Session: d26d747e-2a0f-4fa3-aa71-16e1e38fc4a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8408 | 2024.07.03 17:27:40.561630 [ 3 ] {} <Debug> HTTP-Session: d26d747e-2a0f-4fa3-aa71-16e1e38fc4a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8409 | 2024.07.03 17:27:40.561665 [ 3 ] {} <Trace> HTTP-Session: d26d747e-2a0f-4fa3-aa71-16e1e38fc4a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8410 | 2024.07.03 17:27:40.561792 [ 3 ] {7a076553-fea4-4dad-895e-283e457f81c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8411 | 2024.07.03 17:27:40.561839 [ 3 ] {7a076553-fea4-4dad-895e-283e457f81c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8412 | 2024.07.03 17:27:40.561969 [ 3 ] {7a076553-fea4-4dad-895e-283e457f81c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8413 | 2024.07.03 17:27:40.562340 [ 3 ] {7a076553-fea4-4dad-895e-283e457f81c8} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8414 | 2024.07.03 17:27:40.562378 [ 3 ] {7a076553-fea4-4dad-895e-283e457f81c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8415 | 2024.07.03 17:27:40.562691 [ 3 ] {7a076553-fea4-4dad-895e-283e457f81c8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8416 | 2024.07.03 17:27:40.563000 [ 3 ] {7a076553-fea4-4dad-895e-283e457f81c8} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8417 | 2024.07.03 17:27:40.563162 [ 3 ] {7a076553-fea4-4dad-895e-283e457f81c8} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001413 sec., 69355.98018400566 rows/sec., 5.62 MiB/sec. | ||
8418 | 2024.07.03 17:27:40.563415 [ 3 ] {7a076553-fea4-4dad-895e-283e457f81c8} <Debug> DynamicQueryHandler: Done processing query | ||
8419 | 2024.07.03 17:27:40.563474 [ 3 ] {7a076553-fea4-4dad-895e-283e457f81c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8420 | 2024.07.03 17:27:40.563539 [ 3 ] {} <Debug> HTTP-Session: d26d747e-2a0f-4fa3-aa71-16e1e38fc4a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8421 | 2024.07.03 17:27:40.563728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8422 | 2024.07.03 17:27:40.563781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8423 | 2024.07.03 17:27:40.563801 [ 3 ] {} <Debug> HTTP-Session: 52291fb3-e3e5-4381-99e3-b7e6e8556b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8424 | 2024.07.03 17:27:40.563818 [ 3 ] {} <Debug> HTTP-Session: 52291fb3-e3e5-4381-99e3-b7e6e8556b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8425 | 2024.07.03 17:27:40.563832 [ 3 ] {} <Debug> HTTP-Session: 52291fb3-e3e5-4381-99e3-b7e6e8556b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8426 | 2024.07.03 17:27:40.563866 [ 3 ] {} <Trace> HTTP-Session: 52291fb3-e3e5-4381-99e3-b7e6e8556b2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8427 | 2024.07.03 17:27:40.563994 [ 3 ] {f619c0de-99c5-4b04-a288-e213a2a4a263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8428 | 2024.07.03 17:27:40.564039 [ 3 ] {f619c0de-99c5-4b04-a288-e213a2a4a263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8429 | 2024.07.03 17:27:40.564187 [ 3 ] {f619c0de-99c5-4b04-a288-e213a2a4a263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8430 | 2024.07.03 17:27:40.564504 [ 3 ] {f619c0de-99c5-4b04-a288-e213a2a4a263} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8431 | 2024.07.03 17:27:40.564540 [ 3 ] {f619c0de-99c5-4b04-a288-e213a2a4a263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8432 | 2024.07.03 17:27:40.564848 [ 3 ] {f619c0de-99c5-4b04-a288-e213a2a4a263} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8433 | 2024.07.03 17:27:40.565149 [ 3 ] {f619c0de-99c5-4b04-a288-e213a2a4a263} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8434 | 2024.07.03 17:27:40.565297 [ 3 ] {f619c0de-99c5-4b04-a288-e213a2a4a263} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001344 sec., 58035.71428571429 rows/sec., 4.53 MiB/sec. | ||
8435 | 2024.07.03 17:27:40.565450 [ 3 ] {f619c0de-99c5-4b04-a288-e213a2a4a263} <Debug> DynamicQueryHandler: Done processing query | ||
8436 | 2024.07.03 17:27:40.565474 [ 3 ] {f619c0de-99c5-4b04-a288-e213a2a4a263} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8437 | 2024.07.03 17:27:40.565489 [ 3 ] {} <Debug> HTTP-Session: 52291fb3-e3e5-4381-99e3-b7e6e8556b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8438 | 2024.07.03 17:27:40.565663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8439 | 2024.07.03 17:27:40.565710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8440 | 2024.07.03 17:27:40.565728 [ 3 ] {} <Debug> HTTP-Session: c6a86eeb-2567-4b8d-a966-63e5e3a63b0a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8441 | 2024.07.03 17:27:40.565744 [ 3 ] {} <Debug> HTTP-Session: c6a86eeb-2567-4b8d-a966-63e5e3a63b0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8442 | 2024.07.03 17:27:40.565757 [ 3 ] {} <Debug> HTTP-Session: c6a86eeb-2567-4b8d-a966-63e5e3a63b0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8443 | 2024.07.03 17:27:40.565788 [ 3 ] {} <Trace> HTTP-Session: c6a86eeb-2567-4b8d-a966-63e5e3a63b0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8444 | 2024.07.03 17:27:40.565929 [ 3 ] {74f97b55-acdc-4db1-a801-abf0252b5c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8445 | 2024.07.03 17:27:40.565975 [ 3 ] {74f97b55-acdc-4db1-a801-abf0252b5c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8446 | 2024.07.03 17:27:40.566117 [ 3 ] {74f97b55-acdc-4db1-a801-abf0252b5c09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8447 | 2024.07.03 17:27:40.566485 [ 3 ] {74f97b55-acdc-4db1-a801-abf0252b5c09} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8448 | 2024.07.03 17:27:40.566520 [ 3 ] {74f97b55-acdc-4db1-a801-abf0252b5c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8449 | 2024.07.03 17:27:40.566902 [ 3 ] {74f97b55-acdc-4db1-a801-abf0252b5c09} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8450 | 2024.07.03 17:27:40.567222 [ 3 ] {74f97b55-acdc-4db1-a801-abf0252b5c09} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8451 | 2024.07.03 17:27:40.567375 [ 3 ] {74f97b55-acdc-4db1-a801-abf0252b5c09} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
8452 | 2024.07.03 17:27:40.567374 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8453 | 2024.07.03 17:27:40.567486 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8454 | 2024.07.03 17:27:40.567537 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8455 | 2024.07.03 17:27:40.567620 [ 3 ] {74f97b55-acdc-4db1-a801-abf0252b5c09} <Debug> DynamicQueryHandler: Done processing query | ||
8456 | 2024.07.03 17:27:40.567674 [ 3 ] {74f97b55-acdc-4db1-a801-abf0252b5c09} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8457 | 2024.07.03 17:27:40.567719 [ 3 ] {} <Debug> HTTP-Session: c6a86eeb-2567-4b8d-a966-63e5e3a63b0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8458 | 2024.07.03 17:27:40.567764 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
8459 | 2024.07.03 17:27:40.567977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8460 | 2024.07.03 17:27:40.568087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8461 | 2024.07.03 17:27:40.568136 [ 3 ] {} <Debug> HTTP-Session: 2269c072-3bab-4e9a-a7b0-55daf7c14ec5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8462 | 2024.07.03 17:27:40.568148 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8463 | 2024.07.03 17:27:40.568158 [ 3 ] {} <Debug> HTTP-Session: 2269c072-3bab-4e9a-a7b0-55daf7c14ec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8464 | 2024.07.03 17:27:40.568181 [ 3 ] {} <Debug> HTTP-Session: 2269c072-3bab-4e9a-a7b0-55daf7c14ec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8465 | 2024.07.03 17:27:40.568194 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 5224 rows starting from the beginning of the part | ||
8466 | 2024.07.03 17:27:40.568221 [ 3 ] {} <Trace> HTTP-Session: 2269c072-3bab-4e9a-a7b0-55daf7c14ec5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8467 | 2024.07.03 17:27:40.568299 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 196 rows starting from the beginning of the part | ||
8468 | 2024.07.03 17:27:40.568563 [ 3 ] {a9c2ef4a-ee0b-4f8d-b96a-98edc3aa0ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8469 | 2024.07.03 17:27:40.568689 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 161 rows starting from the beginning of the part | ||
8470 | 2024.07.03 17:27:40.569016 [ 3 ] {a9c2ef4a-ee0b-4f8d-b96a-98edc3aa0ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8471 | 2024.07.03 17:27:40.569080 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
8472 | 2024.07.03 17:27:40.569451 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
8473 | 2024.07.03 17:27:40.569674 [ 198 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
8474 | 2024.07.03 17:27:40.570584 [ 3 ] {a9c2ef4a-ee0b-4f8d-b96a-98edc3aa0ed5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8475 | 2024.07.03 17:27:40.571460 [ 3 ] {a9c2ef4a-ee0b-4f8d-b96a-98edc3aa0ed5} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8476 | 2024.07.03 17:27:40.571502 [ 3 ] {a9c2ef4a-ee0b-4f8d-b96a-98edc3aa0ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8477 | 2024.07.03 17:27:40.572538 [ 3 ] {a9c2ef4a-ee0b-4f8d-b96a-98edc3aa0ed5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8478 | 2024.07.03 17:27:40.572982 [ 3 ] {a9c2ef4a-ee0b-4f8d-b96a-98edc3aa0ed5} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8479 | 2024.07.03 17:27:40.573239 [ 201 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6061 rows, containing 5 columns (5 merged, 0 gathered) in 0.005611407 sec., 1080121.260140282 rows/sec., 75.50 MiB/sec. | ||
8480 | 2024.07.03 17:27:40.573291 [ 3 ] {a9c2ef4a-ee0b-4f8d-b96a-98edc3aa0ed5} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.004972 sec., 2815.768302493966 rows/sec., 5.05 MiB/sec. | ||
8481 | 2024.07.03 17:27:40.573571 [ 3 ] {a9c2ef4a-ee0b-4f8d-b96a-98edc3aa0ed5} <Debug> DynamicQueryHandler: Done processing query | ||
8482 | 2024.07.03 17:27:40.573596 [ 3 ] {a9c2ef4a-ee0b-4f8d-b96a-98edc3aa0ed5} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
8483 | 2024.07.03 17:27:40.573612 [ 3 ] {} <Debug> HTTP-Session: 2269c072-3bab-4e9a-a7b0-55daf7c14ec5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8484 | 2024.07.03 17:27:40.573751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8485 | 2024.07.03 17:27:40.573799 [ 201 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8486 | 2024.07.03 17:27:40.573815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8487 | 2024.07.03 17:27:40.573870 [ 3 ] {} <Debug> HTTP-Session: fe562e51-5096-4cff-a0f7-96d41708e54d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8488 | 2024.07.03 17:27:40.573911 [ 3 ] {} <Debug> HTTP-Session: fe562e51-5096-4cff-a0f7-96d41708e54d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8489 | 2024.07.03 17:27:40.573957 [ 3 ] {} <Debug> HTTP-Session: fe562e51-5096-4cff-a0f7-96d41708e54d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8490 | 2024.07.03 17:27:40.574015 [ 3 ] {} <Trace> HTTP-Session: fe562e51-5096-4cff-a0f7-96d41708e54d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8491 | 2024.07.03 17:27:40.574196 [ 3 ] {e620f151-3ebe-4c37-8bbd-354c310b92d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8492 | 2024.07.03 17:27:40.574378 [ 3 ] {e620f151-3ebe-4c37-8bbd-354c310b92d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8493 | 2024.07.03 17:27:40.574805 [ 3 ] {e620f151-3ebe-4c37-8bbd-354c310b92d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8494 | 2024.07.03 17:27:40.574955 [ 201 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8495 | 2024.07.03 17:27:40.575091 [ 201 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8496 | 2024.07.03 17:27:40.575281 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. | ||
8497 | 2024.07.03 17:27:40.575348 [ 3 ] {e620f151-3ebe-4c37-8bbd-354c310b92d7} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8498 | 2024.07.03 17:27:40.575390 [ 3 ] {e620f151-3ebe-4c37-8bbd-354c310b92d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8499 | 2024.07.03 17:27:40.575760 [ 3 ] {e620f151-3ebe-4c37-8bbd-354c310b92d7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8500 | 2024.07.03 17:27:40.576094 [ 3 ] {e620f151-3ebe-4c37-8bbd-354c310b92d7} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8501 | 2024.07.03 17:27:40.576252 [ 3 ] {e620f151-3ebe-4c37-8bbd-354c310b92d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002113 sec., 28395.646000946523 rows/sec., 1.91 MiB/sec. | ||
8502 | 2024.07.03 17:27:40.576254 [ 33 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8503 | 2024.07.03 17:27:40.576342 [ 33 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8504 | 2024.07.03 17:27:40.576394 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8505 | 2024.07.03 17:27:40.576577 [ 3 ] {e620f151-3ebe-4c37-8bbd-354c310b92d7} <Debug> DynamicQueryHandler: Done processing query | ||
8506 | 2024.07.03 17:27:40.576597 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
8507 | 2024.07.03 17:27:40.576612 [ 3 ] {e620f151-3ebe-4c37-8bbd-354c310b92d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8508 | 2024.07.03 17:27:40.576671 [ 3 ] {} <Debug> HTTP-Session: fe562e51-5096-4cff-a0f7-96d41708e54d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8509 | 2024.07.03 17:27:40.576808 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8510 | 2024.07.03 17:27:40.576850 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1828 rows starting from the beginning of the part | ||
8511 | 2024.07.03 17:27:40.576969 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
8512 | 2024.07.03 17:27:40.577174 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
8513 | 2024.07.03 17:27:40.577356 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
8514 | 2024.07.03 17:27:40.577537 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
8515 | 2024.07.03 17:27:40.577707 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
8516 | 2024.07.03 17:27:40.579160 [ 201 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2128 rows, containing 4 columns (4 merged, 0 gathered) in 0.00266827 sec., 797520.4908049036 rows/sec., 53.34 MiB/sec. | ||
8517 | 2024.07.03 17:27:40.579371 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8518 | 2024.07.03 17:27:40.579767 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_51_10} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8519 | 2024.07.03 17:27:40.579862 [ 192 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_51_10} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8520 | 2024.07.03 17:27:40.579951 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
8521 | 2024.07.03 17:27:45.559640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8522 | 2024.07.03 17:27:45.559782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8523 | 2024.07.03 17:27:45.559813 [ 3 ] {} <Debug> HTTP-Session: bd2bff70-6fcd-4019-9b82-7b3b0bceb787 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8524 | 2024.07.03 17:27:45.559842 [ 3 ] {} <Debug> HTTP-Session: bd2bff70-6fcd-4019-9b82-7b3b0bceb787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8525 | 2024.07.03 17:27:45.559861 [ 3 ] {} <Debug> HTTP-Session: bd2bff70-6fcd-4019-9b82-7b3b0bceb787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8526 | 2024.07.03 17:27:45.559917 [ 3 ] {} <Trace> HTTP-Session: bd2bff70-6fcd-4019-9b82-7b3b0bceb787 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8527 | 2024.07.03 17:27:45.560125 [ 3 ] {ea2d591b-faa1-4066-9914-6bde4babeb04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8528 | 2024.07.03 17:27:45.560201 [ 3 ] {ea2d591b-faa1-4066-9914-6bde4babeb04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8529 | 2024.07.03 17:27:45.560420 [ 3 ] {ea2d591b-faa1-4066-9914-6bde4babeb04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8530 | 2024.07.03 17:27:45.560832 [ 3 ] {ea2d591b-faa1-4066-9914-6bde4babeb04} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8531 | 2024.07.03 17:27:45.560877 [ 3 ] {ea2d591b-faa1-4066-9914-6bde4babeb04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8532 | 2024.07.03 17:27:45.561248 [ 3 ] {ea2d591b-faa1-4066-9914-6bde4babeb04} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8533 | 2024.07.03 17:27:45.561587 [ 3 ] {ea2d591b-faa1-4066-9914-6bde4babeb04} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8534 | 2024.07.03 17:27:45.561740 [ 3 ] {ea2d591b-faa1-4066-9914-6bde4babeb04} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001682 sec., 9512.485136741974 rows/sec., 771.03 KiB/sec. | ||
8535 | 2024.07.03 17:27:45.561969 [ 3 ] {ea2d591b-faa1-4066-9914-6bde4babeb04} <Debug> DynamicQueryHandler: Done processing query | ||
8536 | 2024.07.03 17:27:45.561999 [ 3 ] {ea2d591b-faa1-4066-9914-6bde4babeb04} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8537 | 2024.07.03 17:27:45.562016 [ 3 ] {} <Debug> HTTP-Session: bd2bff70-6fcd-4019-9b82-7b3b0bceb787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8538 | 2024.07.03 17:27:45.562151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8539 | 2024.07.03 17:27:45.562205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8540 | 2024.07.03 17:27:45.562225 [ 3 ] {} <Debug> HTTP-Session: c9b84448-b3c3-4b97-a125-1db180cba732 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8541 | 2024.07.03 17:27:45.562242 [ 3 ] {} <Debug> HTTP-Session: c9b84448-b3c3-4b97-a125-1db180cba732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8542 | 2024.07.03 17:27:45.562256 [ 3 ] {} <Debug> HTTP-Session: c9b84448-b3c3-4b97-a125-1db180cba732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8543 | 2024.07.03 17:27:45.562291 [ 3 ] {} <Trace> HTTP-Session: c9b84448-b3c3-4b97-a125-1db180cba732 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8544 | 2024.07.03 17:27:45.562396 [ 3 ] {60e9f526-96d3-4c5d-acc1-030542fc0807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8545 | 2024.07.03 17:27:45.562444 [ 3 ] {60e9f526-96d3-4c5d-acc1-030542fc0807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8546 | 2024.07.03 17:27:45.562573 [ 3 ] {60e9f526-96d3-4c5d-acc1-030542fc0807} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8547 | 2024.07.03 17:27:45.562885 [ 3 ] {60e9f526-96d3-4c5d-acc1-030542fc0807} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8548 | 2024.07.03 17:27:45.562922 [ 3 ] {60e9f526-96d3-4c5d-acc1-030542fc0807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8549 | 2024.07.03 17:27:45.563222 [ 3 ] {60e9f526-96d3-4c5d-acc1-030542fc0807} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8550 | 2024.07.03 17:27:45.563525 [ 3 ] {60e9f526-96d3-4c5d-acc1-030542fc0807} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8551 | 2024.07.03 17:27:45.563662 [ 3 ] {60e9f526-96d3-4c5d-acc1-030542fc0807} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001291 sec., 4647.560030983734 rows/sec., 378.98 KiB/sec. | ||
8552 | 2024.07.03 17:27:45.563974 [ 3 ] {60e9f526-96d3-4c5d-acc1-030542fc0807} <Debug> DynamicQueryHandler: Done processing query | ||
8553 | 2024.07.03 17:27:45.564000 [ 3 ] {60e9f526-96d3-4c5d-acc1-030542fc0807} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8554 | 2024.07.03 17:27:45.564016 [ 3 ] {} <Debug> HTTP-Session: c9b84448-b3c3-4b97-a125-1db180cba732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8555 | 2024.07.03 17:27:45.564156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8556 | 2024.07.03 17:27:45.564208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8557 | 2024.07.03 17:27:45.564227 [ 3 ] {} <Debug> HTTP-Session: 45b12dda-7679-4f3e-855a-0785f7cb0b65 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8558 | 2024.07.03 17:27:45.564245 [ 3 ] {} <Debug> HTTP-Session: 45b12dda-7679-4f3e-855a-0785f7cb0b65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8559 | 2024.07.03 17:27:45.564260 [ 3 ] {} <Debug> HTTP-Session: 45b12dda-7679-4f3e-855a-0785f7cb0b65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8560 | 2024.07.03 17:27:45.564292 [ 3 ] {} <Trace> HTTP-Session: 45b12dda-7679-4f3e-855a-0785f7cb0b65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8561 | 2024.07.03 17:27:45.564418 [ 3 ] {6487c2ed-4d66-4d39-b491-7746a212bf32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8562 | 2024.07.03 17:27:45.564462 [ 3 ] {6487c2ed-4d66-4d39-b491-7746a212bf32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8563 | 2024.07.03 17:27:45.564603 [ 3 ] {6487c2ed-4d66-4d39-b491-7746a212bf32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8564 | 2024.07.03 17:27:45.564976 [ 3 ] {6487c2ed-4d66-4d39-b491-7746a212bf32} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8565 | 2024.07.03 17:27:45.565012 [ 3 ] {6487c2ed-4d66-4d39-b491-7746a212bf32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8566 | 2024.07.03 17:27:45.565321 [ 3 ] {6487c2ed-4d66-4d39-b491-7746a212bf32} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8567 | 2024.07.03 17:27:45.565631 [ 3 ] {6487c2ed-4d66-4d39-b491-7746a212bf32} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8568 | 2024.07.03 17:27:45.565763 [ 3 ] {6487c2ed-4d66-4d39-b491-7746a212bf32} <Debug> executeQuery: Read 107 rows, 8.99 KiB in 0.001396 sec., 76647.56446991404 rows/sec., 6.29 MiB/sec. | ||
8569 | 2024.07.03 17:27:45.565925 [ 3 ] {6487c2ed-4d66-4d39-b491-7746a212bf32} <Debug> DynamicQueryHandler: Done processing query | ||
8570 | 2024.07.03 17:27:45.565950 [ 3 ] {6487c2ed-4d66-4d39-b491-7746a212bf32} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8571 | 2024.07.03 17:27:45.565966 [ 3 ] {} <Debug> HTTP-Session: 45b12dda-7679-4f3e-855a-0785f7cb0b65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8572 | 2024.07.03 17:27:45.566086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8573 | 2024.07.03 17:27:45.566135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8574 | 2024.07.03 17:27:45.566156 [ 3 ] {} <Debug> HTTP-Session: 42b09169-f494-41ea-8470-c6db5cc747c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8575 | 2024.07.03 17:27:45.566174 [ 3 ] {} <Debug> HTTP-Session: 42b09169-f494-41ea-8470-c6db5cc747c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8576 | 2024.07.03 17:27:45.566187 [ 3 ] {} <Debug> HTTP-Session: 42b09169-f494-41ea-8470-c6db5cc747c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8577 | 2024.07.03 17:27:45.566219 [ 3 ] {} <Trace> HTTP-Session: 42b09169-f494-41ea-8470-c6db5cc747c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8578 | 2024.07.03 17:27:45.566313 [ 3 ] {a68982db-0af1-4ca9-a8fd-d0953e338b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8579 | 2024.07.03 17:27:45.566356 [ 3 ] {a68982db-0af1-4ca9-a8fd-d0953e338b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8580 | 2024.07.03 17:27:45.566483 [ 3 ] {a68982db-0af1-4ca9-a8fd-d0953e338b26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8581 | 2024.07.03 17:27:45.566756 [ 3 ] {a68982db-0af1-4ca9-a8fd-d0953e338b26} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8582 | 2024.07.03 17:27:45.566793 [ 3 ] {a68982db-0af1-4ca9-a8fd-d0953e338b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8583 | 2024.07.03 17:27:45.567083 [ 3 ] {a68982db-0af1-4ca9-a8fd-d0953e338b26} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8584 | 2024.07.03 17:27:45.567385 [ 3 ] {a68982db-0af1-4ca9-a8fd-d0953e338b26} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8585 | 2024.07.03 17:27:45.567512 [ 3 ] {a68982db-0af1-4ca9-a8fd-d0953e338b26} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001223 sec., 4905.968928863451 rows/sec., 342.56 KiB/sec. | ||
8586 | 2024.07.03 17:27:45.567671 [ 3 ] {a68982db-0af1-4ca9-a8fd-d0953e338b26} <Debug> DynamicQueryHandler: Done processing query | ||
8587 | 2024.07.03 17:27:45.567695 [ 3 ] {a68982db-0af1-4ca9-a8fd-d0953e338b26} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8588 | 2024.07.03 17:27:45.567712 [ 3 ] {} <Debug> HTTP-Session: 42b09169-f494-41ea-8470-c6db5cc747c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8589 | 2024.07.03 17:27:45.567847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8590 | 2024.07.03 17:27:45.567895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8591 | 2024.07.03 17:27:45.567916 [ 3 ] {} <Debug> HTTP-Session: ad5632ed-d34c-4fea-acdc-b84338fbdd49 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8592 | 2024.07.03 17:27:45.567933 [ 3 ] {} <Debug> HTTP-Session: ad5632ed-d34c-4fea-acdc-b84338fbdd49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8593 | 2024.07.03 17:27:45.567947 [ 3 ] {} <Debug> HTTP-Session: ad5632ed-d34c-4fea-acdc-b84338fbdd49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8594 | 2024.07.03 17:27:45.567977 [ 3 ] {} <Trace> HTTP-Session: ad5632ed-d34c-4fea-acdc-b84338fbdd49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8595 | 2024.07.03 17:27:45.568097 [ 3 ] {ffe18102-4503-438f-8b17-9c82901a1c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8596 | 2024.07.03 17:27:45.568141 [ 3 ] {ffe18102-4503-438f-8b17-9c82901a1c6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8597 | 2024.07.03 17:27:45.568263 [ 3 ] {ffe18102-4503-438f-8b17-9c82901a1c6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8598 | 2024.07.03 17:27:45.568656 [ 3 ] {ffe18102-4503-438f-8b17-9c82901a1c6e} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8599 | 2024.07.03 17:27:45.568692 [ 3 ] {ffe18102-4503-438f-8b17-9c82901a1c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8600 | 2024.07.03 17:27:45.568999 [ 3 ] {ffe18102-4503-438f-8b17-9c82901a1c6e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8601 | 2024.07.03 17:27:45.569299 [ 3 ] {ffe18102-4503-438f-8b17-9c82901a1c6e} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8602 | 2024.07.03 17:27:45.569425 [ 3 ] {ffe18102-4503-438f-8b17-9c82901a1c6e} <Debug> executeQuery: Read 86 rows, 6.89 KiB in 0.001373 sec., 62636.56227239621 rows/sec., 4.90 MiB/sec. | ||
8603 | 2024.07.03 17:27:45.569589 [ 3 ] {ffe18102-4503-438f-8b17-9c82901a1c6e} <Debug> DynamicQueryHandler: Done processing query | ||
8604 | 2024.07.03 17:27:45.569616 [ 3 ] {ffe18102-4503-438f-8b17-9c82901a1c6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8605 | 2024.07.03 17:27:45.569632 [ 3 ] {} <Debug> HTTP-Session: ad5632ed-d34c-4fea-acdc-b84338fbdd49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8606 | 2024.07.03 17:27:45.569803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 31210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8607 | 2024.07.03 17:27:45.569852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8608 | 2024.07.03 17:27:45.569872 [ 3 ] {} <Debug> HTTP-Session: 66b5109b-7775-4047-a113-e49d3f7f050c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8609 | 2024.07.03 17:27:45.569888 [ 3 ] {} <Debug> HTTP-Session: 66b5109b-7775-4047-a113-e49d3f7f050c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8610 | 2024.07.03 17:27:45.569903 [ 3 ] {} <Debug> HTTP-Session: 66b5109b-7775-4047-a113-e49d3f7f050c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8611 | 2024.07.03 17:27:45.569935 [ 3 ] {} <Trace> HTTP-Session: 66b5109b-7775-4047-a113-e49d3f7f050c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8612 | 2024.07.03 17:27:45.570081 [ 3 ] {41809978-1074-4a3d-b735-f927cd0f20be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8613 | 2024.07.03 17:27:45.570127 [ 3 ] {41809978-1074-4a3d-b735-f927cd0f20be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8614 | 2024.07.03 17:27:45.570270 [ 3 ] {41809978-1074-4a3d-b735-f927cd0f20be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8615 | 2024.07.03 17:27:45.570659 [ 3 ] {41809978-1074-4a3d-b735-f927cd0f20be} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8616 | 2024.07.03 17:27:45.570696 [ 3 ] {41809978-1074-4a3d-b735-f927cd0f20be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8617 | 2024.07.03 17:27:45.571076 [ 3 ] {41809978-1074-4a3d-b735-f927cd0f20be} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8618 | 2024.07.03 17:27:45.571423 [ 3 ] {41809978-1074-4a3d-b735-f927cd0f20be} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8619 | 2024.07.03 17:27:45.571567 [ 3 ] {41809978-1074-4a3d-b735-f927cd0f20be} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001554 sec., 104890.60489060488 rows/sec., 7.30 MiB/sec. | ||
8620 | 2024.07.03 17:27:45.571775 [ 3 ] {41809978-1074-4a3d-b735-f927cd0f20be} <Debug> DynamicQueryHandler: Done processing query | ||
8621 | 2024.07.03 17:27:45.571800 [ 3 ] {41809978-1074-4a3d-b735-f927cd0f20be} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8622 | 2024.07.03 17:27:45.571816 [ 3 ] {} <Debug> HTTP-Session: 66b5109b-7775-4047-a113-e49d3f7f050c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8623 | 2024.07.03 17:27:45.571957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8624 | 2024.07.03 17:27:45.572005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8625 | 2024.07.03 17:27:45.572026 [ 3 ] {} <Debug> HTTP-Session: 6bfa6bf9-1882-49ab-832e-dd545fb5e544 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8626 | 2024.07.03 17:27:45.572042 [ 3 ] {} <Debug> HTTP-Session: 6bfa6bf9-1882-49ab-832e-dd545fb5e544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8627 | 2024.07.03 17:27:45.572056 [ 3 ] {} <Debug> HTTP-Session: 6bfa6bf9-1882-49ab-832e-dd545fb5e544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8628 | 2024.07.03 17:27:45.572087 [ 3 ] {} <Trace> HTTP-Session: 6bfa6bf9-1882-49ab-832e-dd545fb5e544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8629 | 2024.07.03 17:27:45.572290 [ 3 ] {e7f8f266-5030-4e5a-8f34-5bd5c91db53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8630 | 2024.07.03 17:27:45.572356 [ 3 ] {e7f8f266-5030-4e5a-8f34-5bd5c91db53f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8631 | 2024.07.03 17:27:45.572776 [ 3 ] {e7f8f266-5030-4e5a-8f34-5bd5c91db53f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8632 | 2024.07.03 17:27:45.573354 [ 3 ] {e7f8f266-5030-4e5a-8f34-5bd5c91db53f} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8633 | 2024.07.03 17:27:45.573391 [ 3 ] {e7f8f266-5030-4e5a-8f34-5bd5c91db53f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8634 | 2024.07.03 17:27:45.573997 [ 3 ] {e7f8f266-5030-4e5a-8f34-5bd5c91db53f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8635 | 2024.07.03 17:27:45.574402 [ 3 ] {e7f8f266-5030-4e5a-8f34-5bd5c91db53f} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8636 | 2024.07.03 17:27:45.574587 [ 3 ] {e7f8f266-5030-4e5a-8f34-5bd5c91db53f} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002422 sec., 6606.110652353426 rows/sec., 11.84 MiB/sec. | ||
8637 | 2024.07.03 17:27:45.574818 [ 3 ] {e7f8f266-5030-4e5a-8f34-5bd5c91db53f} <Debug> DynamicQueryHandler: Done processing query | ||
8638 | 2024.07.03 17:27:45.574844 [ 3 ] {e7f8f266-5030-4e5a-8f34-5bd5c91db53f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8639 | 2024.07.03 17:27:45.574860 [ 3 ] {} <Debug> HTTP-Session: 6bfa6bf9-1882-49ab-832e-dd545fb5e544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8640 | 2024.07.03 17:27:45.574982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8641 | 2024.07.03 17:27:45.575032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8642 | 2024.07.03 17:27:45.575052 [ 3 ] {} <Debug> HTTP-Session: 96676b6a-ea89-44c8-9a5d-982f4416b544 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8643 | 2024.07.03 17:27:45.575068 [ 3 ] {} <Debug> HTTP-Session: 96676b6a-ea89-44c8-9a5d-982f4416b544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8644 | 2024.07.03 17:27:45.575084 [ 3 ] {} <Debug> HTTP-Session: 96676b6a-ea89-44c8-9a5d-982f4416b544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8645 | 2024.07.03 17:27:45.575115 [ 3 ] {} <Trace> HTTP-Session: 96676b6a-ea89-44c8-9a5d-982f4416b544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8646 | 2024.07.03 17:27:45.575230 [ 3 ] {f2ab086d-e2d6-4cdb-8abd-8b1c23890b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8647 | 2024.07.03 17:27:45.575275 [ 3 ] {f2ab086d-e2d6-4cdb-8abd-8b1c23890b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8648 | 2024.07.03 17:27:45.575405 [ 3 ] {f2ab086d-e2d6-4cdb-8abd-8b1c23890b73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8649 | 2024.07.03 17:27:45.575696 [ 3 ] {f2ab086d-e2d6-4cdb-8abd-8b1c23890b73} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8650 | 2024.07.03 17:27:45.575732 [ 3 ] {f2ab086d-e2d6-4cdb-8abd-8b1c23890b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8651 | 2024.07.03 17:27:45.576085 [ 3 ] {f2ab086d-e2d6-4cdb-8abd-8b1c23890b73} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8652 | 2024.07.03 17:27:45.576404 [ 3 ] {f2ab086d-e2d6-4cdb-8abd-8b1c23890b73} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8653 | 2024.07.03 17:27:45.576549 [ 3 ] {f2ab086d-e2d6-4cdb-8abd-8b1c23890b73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
8654 | 2024.07.03 17:27:45.576720 [ 3 ] {f2ab086d-e2d6-4cdb-8abd-8b1c23890b73} <Debug> DynamicQueryHandler: Done processing query | ||
8655 | 2024.07.03 17:27:45.576745 [ 3 ] {f2ab086d-e2d6-4cdb-8abd-8b1c23890b73} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8656 | 2024.07.03 17:27:45.576760 [ 3 ] {} <Debug> HTTP-Session: 96676b6a-ea89-44c8-9a5d-982f4416b544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8657 | 2024.07.03 17:27:48.470955 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8658 | 2024.07.03 17:27:48.471009 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8659 | 2024.07.03 17:27:50.561628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8660 | 2024.07.03 17:27:50.561770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8661 | 2024.07.03 17:27:50.561801 [ 3 ] {} <Debug> HTTP-Session: 13ac35ae-b964-4920-b7ea-9887bb260b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8662 | 2024.07.03 17:27:50.561830 [ 3 ] {} <Debug> HTTP-Session: 13ac35ae-b964-4920-b7ea-9887bb260b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8663 | 2024.07.03 17:27:50.561848 [ 3 ] {} <Debug> HTTP-Session: 13ac35ae-b964-4920-b7ea-9887bb260b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8664 | 2024.07.03 17:27:50.561904 [ 3 ] {} <Trace> HTTP-Session: 13ac35ae-b964-4920-b7ea-9887bb260b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8665 | 2024.07.03 17:27:50.562114 [ 3 ] {bbba719a-3258-47e9-984d-3f38821831a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8666 | 2024.07.03 17:27:50.562191 [ 3 ] {bbba719a-3258-47e9-984d-3f38821831a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8667 | 2024.07.03 17:27:50.562421 [ 3 ] {bbba719a-3258-47e9-984d-3f38821831a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8668 | 2024.07.03 17:27:50.562876 [ 3 ] {bbba719a-3258-47e9-984d-3f38821831a0} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8669 | 2024.07.03 17:27:50.562924 [ 3 ] {bbba719a-3258-47e9-984d-3f38821831a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8670 | 2024.07.03 17:27:50.563294 [ 3 ] {bbba719a-3258-47e9-984d-3f38821831a0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8671 | 2024.07.03 17:27:50.563630 [ 3 ] {bbba719a-3258-47e9-984d-3f38821831a0} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8672 | 2024.07.03 17:27:50.563814 [ 3 ] {bbba719a-3258-47e9-984d-3f38821831a0} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001758 sec., 7963.5949943117175 rows/sec., 645.49 KiB/sec. | ||
8673 | 2024.07.03 17:27:50.564131 [ 3 ] {bbba719a-3258-47e9-984d-3f38821831a0} <Debug> DynamicQueryHandler: Done processing query | ||
8674 | 2024.07.03 17:27:50.564185 [ 3 ] {bbba719a-3258-47e9-984d-3f38821831a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8675 | 2024.07.03 17:27:50.564220 [ 3 ] {} <Debug> HTTP-Session: 13ac35ae-b964-4920-b7ea-9887bb260b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8676 | 2024.07.03 17:27:50.564354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8677 | 2024.07.03 17:27:50.564410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8678 | 2024.07.03 17:27:50.564431 [ 3 ] {} <Debug> HTTP-Session: c6e4304e-40ae-4745-98ff-d728d2791c6b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8679 | 2024.07.03 17:27:50.564448 [ 3 ] {} <Debug> HTTP-Session: c6e4304e-40ae-4745-98ff-d728d2791c6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8680 | 2024.07.03 17:27:50.564462 [ 3 ] {} <Debug> HTTP-Session: c6e4304e-40ae-4745-98ff-d728d2791c6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8681 | 2024.07.03 17:27:50.564498 [ 3 ] {} <Trace> HTTP-Session: c6e4304e-40ae-4745-98ff-d728d2791c6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8682 | 2024.07.03 17:27:50.564607 [ 3 ] {35c70989-f47d-46dd-956b-27b27643e512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8683 | 2024.07.03 17:27:50.564655 [ 3 ] {35c70989-f47d-46dd-956b-27b27643e512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8684 | 2024.07.03 17:27:50.564809 [ 3 ] {35c70989-f47d-46dd-956b-27b27643e512} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8685 | 2024.07.03 17:27:50.565148 [ 3 ] {35c70989-f47d-46dd-956b-27b27643e512} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8686 | 2024.07.03 17:27:50.565190 [ 3 ] {35c70989-f47d-46dd-956b-27b27643e512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8687 | 2024.07.03 17:27:50.565517 [ 3 ] {35c70989-f47d-46dd-956b-27b27643e512} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8688 | 2024.07.03 17:27:50.565832 [ 3 ] {35c70989-f47d-46dd-956b-27b27643e512} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8689 | 2024.07.03 17:27:50.565983 [ 3 ] {35c70989-f47d-46dd-956b-27b27643e512} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001405 sec., 2846.9750889679717 rows/sec., 232.15 KiB/sec. | ||
8690 | 2024.07.03 17:27:50.566169 [ 3 ] {35c70989-f47d-46dd-956b-27b27643e512} <Debug> DynamicQueryHandler: Done processing query | ||
8691 | 2024.07.03 17:27:50.566194 [ 3 ] {35c70989-f47d-46dd-956b-27b27643e512} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8692 | 2024.07.03 17:27:50.566210 [ 3 ] {} <Debug> HTTP-Session: c6e4304e-40ae-4745-98ff-d728d2791c6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8693 | 2024.07.03 17:27:50.566341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 19308, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8694 | 2024.07.03 17:27:50.566393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8695 | 2024.07.03 17:27:50.566420 [ 3 ] {} <Debug> HTTP-Session: 929d4032-feff-413f-bb98-97504ad9e4ad Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8696 | 2024.07.03 17:27:50.566438 [ 3 ] {} <Debug> HTTP-Session: 929d4032-feff-413f-bb98-97504ad9e4ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8697 | 2024.07.03 17:27:50.566452 [ 3 ] {} <Debug> HTTP-Session: 929d4032-feff-413f-bb98-97504ad9e4ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8698 | 2024.07.03 17:27:50.566484 [ 3 ] {} <Trace> HTTP-Session: 929d4032-feff-413f-bb98-97504ad9e4ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8699 | 2024.07.03 17:27:50.566621 [ 3 ] {b08cc7fa-6381-448f-ba8d-fadb73aeb32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8700 | 2024.07.03 17:27:50.566664 [ 3 ] {b08cc7fa-6381-448f-ba8d-fadb73aeb32e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8701 | 2024.07.03 17:27:50.566792 [ 3 ] {b08cc7fa-6381-448f-ba8d-fadb73aeb32e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8702 | 2024.07.03 17:27:50.567183 [ 3 ] {b08cc7fa-6381-448f-ba8d-fadb73aeb32e} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8703 | 2024.07.03 17:27:50.567219 [ 3 ] {b08cc7fa-6381-448f-ba8d-fadb73aeb32e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8704 | 2024.07.03 17:27:50.567542 [ 3 ] {b08cc7fa-6381-448f-ba8d-fadb73aeb32e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8705 | 2024.07.03 17:27:50.567841 [ 3 ] {b08cc7fa-6381-448f-ba8d-fadb73aeb32e} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8706 | 2024.07.03 17:27:50.567976 [ 3 ] {b08cc7fa-6381-448f-ba8d-fadb73aeb32e} <Debug> executeQuery: Read 136 rows, 11.04 KiB in 0.001414 sec., 96181.04667609619 rows/sec., 7.62 MiB/sec. | ||
8707 | 2024.07.03 17:27:50.568023 [ 32 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8708 | 2024.07.03 17:27:50.568137 [ 32 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8709 | 2024.07.03 17:27:50.568174 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8710 | 2024.07.03 17:27:50.568222 [ 3 ] {b08cc7fa-6381-448f-ba8d-fadb73aeb32e} <Debug> DynamicQueryHandler: Done processing query | ||
8711 | 2024.07.03 17:27:50.568279 [ 3 ] {b08cc7fa-6381-448f-ba8d-fadb73aeb32e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8712 | 2024.07.03 17:27:50.568311 [ 3 ] {} <Debug> HTTP-Session: 929d4032-feff-413f-bb98-97504ad9e4ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8713 | 2024.07.03 17:27:50.568355 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
8714 | 2024.07.03 17:27:50.568458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8715 | 2024.07.03 17:27:50.568501 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8716 | 2024.07.03 17:27:50.568522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8717 | 2024.07.03 17:27:50.568545 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 189 rows starting from the beginning of the part | ||
8718 | 2024.07.03 17:27:50.568550 [ 3 ] {} <Debug> HTTP-Session: e8d2347b-4d69-419d-91a4-cd835908d1fd Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8719 | 2024.07.03 17:27:50.568578 [ 3 ] {} <Debug> HTTP-Session: e8d2347b-4d69-419d-91a4-cd835908d1fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8720 | 2024.07.03 17:27:50.568598 [ 3 ] {} <Debug> HTTP-Session: e8d2347b-4d69-419d-91a4-cd835908d1fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8721 | 2024.07.03 17:27:50.568676 [ 3 ] {} <Trace> HTTP-Session: e8d2347b-4d69-419d-91a4-cd835908d1fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8722 | 2024.07.03 17:27:50.568677 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 98 rows starting from the beginning of the part | ||
8723 | 2024.07.03 17:27:50.568848 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 104 rows starting from the beginning of the part | ||
8724 | 2024.07.03 17:27:50.568922 [ 3 ] {f36e1114-0383-4a5b-a3df-92e7ba93aeb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8725 | 2024.07.03 17:27:50.569097 [ 3 ] {f36e1114-0383-4a5b-a3df-92e7ba93aeb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8726 | 2024.07.03 17:27:50.569311 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 98 rows starting from the beginning of the part | ||
8727 | 2024.07.03 17:27:50.569551 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 107 rows starting from the beginning of the part | ||
8728 | 2024.07.03 17:27:50.569948 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 136 rows starting from the beginning of the part | ||
8729 | 2024.07.03 17:27:50.570189 [ 3 ] {f36e1114-0383-4a5b-a3df-92e7ba93aeb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8730 | 2024.07.03 17:27:50.570714 [ 3 ] {f36e1114-0383-4a5b-a3df-92e7ba93aeb5} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8731 | 2024.07.03 17:27:50.570754 [ 3 ] {f36e1114-0383-4a5b-a3df-92e7ba93aeb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8732 | 2024.07.03 17:27:50.571226 [ 3 ] {f36e1114-0383-4a5b-a3df-92e7ba93aeb5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8733 | 2024.07.03 17:27:50.571612 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 4 columns (4 merged, 0 gathered) in 0.003351268 sec., 218424.78727454803 rows/sec., 17.73 MiB/sec. | ||
8734 | 2024.07.03 17:27:50.571713 [ 3 ] {f36e1114-0383-4a5b-a3df-92e7ba93aeb5} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8735 | 2024.07.03 17:27:50.571908 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8736 | 2024.07.03 17:27:50.571990 [ 3 ] {f36e1114-0383-4a5b-a3df-92e7ba93aeb5} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003179 sec., 1258.2573136206354 rows/sec., 87.86 KiB/sec. | ||
8737 | 2024.07.03 17:27:50.572364 [ 3 ] {f36e1114-0383-4a5b-a3df-92e7ba93aeb5} <Debug> DynamicQueryHandler: Done processing query | ||
8738 | 2024.07.03 17:27:50.572400 [ 3 ] {f36e1114-0383-4a5b-a3df-92e7ba93aeb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8739 | 2024.07.03 17:27:50.572477 [ 3 ] {} <Debug> HTTP-Session: e8d2347b-4d69-419d-91a4-cd835908d1fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8740 | 2024.07.03 17:27:50.572699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8741 | 2024.07.03 17:27:50.572716 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_56_11} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8742 | 2024.07.03 17:27:50.572801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8743 | 2024.07.03 17:27:50.572859 [ 3 ] {} <Debug> HTTP-Session: ce7a5a86-5d8a-443c-bfd3-182c27395a4e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8744 | 2024.07.03 17:27:50.572878 [ 3 ] {} <Debug> HTTP-Session: ce7a5a86-5d8a-443c-bfd3-182c27395a4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8745 | 2024.07.03 17:27:50.572901 [ 3 ] {} <Debug> HTTP-Session: ce7a5a86-5d8a-443c-bfd3-182c27395a4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8746 | 2024.07.03 17:27:50.572904 [ 192 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_56_11} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8747 | 2024.07.03 17:27:50.572958 [ 3 ] {} <Trace> HTTP-Session: ce7a5a86-5d8a-443c-bfd3-182c27395a4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8748 | 2024.07.03 17:27:50.573071 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
8749 | 2024.07.03 17:27:50.573169 [ 3 ] {48b8dc18-c6f4-457a-a040-e9384acff3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8750 | 2024.07.03 17:27:50.573217 [ 3 ] {48b8dc18-c6f4-457a-a040-e9384acff3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8751 | 2024.07.03 17:27:50.573359 [ 3 ] {48b8dc18-c6f4-457a-a040-e9384acff3f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8752 | 2024.07.03 17:27:50.573735 [ 3 ] {48b8dc18-c6f4-457a-a040-e9384acff3f4} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8753 | 2024.07.03 17:27:50.573771 [ 3 ] {48b8dc18-c6f4-457a-a040-e9384acff3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8754 | 2024.07.03 17:27:50.574083 [ 3 ] {48b8dc18-c6f4-457a-a040-e9384acff3f4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8755 | 2024.07.03 17:27:50.574383 [ 3 ] {48b8dc18-c6f4-457a-a040-e9384acff3f4} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8756 | 2024.07.03 17:27:50.574549 [ 3 ] {48b8dc18-c6f4-457a-a040-e9384acff3f4} <Debug> executeQuery: Read 106 rows, 8.46 KiB in 0.001437 sec., 73764.78775226166 rows/sec., 5.75 MiB/sec. | ||
8757 | 2024.07.03 17:27:50.574551 [ 32 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8758 | 2024.07.03 17:27:50.574649 [ 32 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8759 | 2024.07.03 17:27:50.574698 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8760 | 2024.07.03 17:27:50.574842 [ 3 ] {48b8dc18-c6f4-457a-a040-e9384acff3f4} <Debug> DynamicQueryHandler: Done processing query | ||
8761 | 2024.07.03 17:27:50.574884 [ 3 ] {48b8dc18-c6f4-457a-a040-e9384acff3f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8762 | 2024.07.03 17:27:50.574885 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
8763 | 2024.07.03 17:27:50.574906 [ 3 ] {} <Debug> HTTP-Session: ce7a5a86-5d8a-443c-bfd3-182c27395a4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8764 | 2024.07.03 17:27:50.575069 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8765 | 2024.07.03 17:27:50.575111 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 150 rows starting from the beginning of the part | ||
8766 | 2024.07.03 17:27:50.575167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 37978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8767 | 2024.07.03 17:27:50.575295 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 78 rows starting from the beginning of the part | ||
8768 | 2024.07.03 17:27:50.575326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8769 | 2024.07.03 17:27:50.575442 [ 3 ] {} <Debug> HTTP-Session: 9ae407a2-0290-4181-b59c-70e048f6c1e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8770 | 2024.07.03 17:27:50.575531 [ 3 ] {} <Debug> HTTP-Session: 9ae407a2-0290-4181-b59c-70e048f6c1e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8771 | 2024.07.03 17:27:50.575617 [ 3 ] {} <Debug> HTTP-Session: 9ae407a2-0290-4181-b59c-70e048f6c1e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8772 | 2024.07.03 17:27:50.575685 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 80 rows starting from the beginning of the part | ||
8773 | 2024.07.03 17:27:50.575725 [ 3 ] {} <Trace> HTTP-Session: 9ae407a2-0290-4181-b59c-70e048f6c1e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8774 | 2024.07.03 17:27:50.575943 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 78 rows starting from the beginning of the part | ||
8775 | 2024.07.03 17:27:50.576135 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 86 rows starting from the beginning of the part | ||
8776 | 2024.07.03 17:27:50.576157 [ 3 ] {68aa7e65-af87-4041-a3fb-fa26ca179b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8777 | 2024.07.03 17:27:50.576356 [ 3 ] {68aa7e65-af87-4041-a3fb-fa26ca179b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8778 | 2024.07.03 17:27:50.576400 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 106 rows starting from the beginning of the part | ||
8779 | 2024.07.03 17:27:50.577154 [ 3 ] {68aa7e65-af87-4041-a3fb-fa26ca179b06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8780 | 2024.07.03 17:27:50.578092 [ 3 ] {68aa7e65-af87-4041-a3fb-fa26ca179b06} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8781 | 2024.07.03 17:27:50.578165 [ 3 ] {68aa7e65-af87-4041-a3fb-fa26ca179b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8782 | 2024.07.03 17:27:50.579066 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 4 columns (4 merged, 0 gathered) in 0.004269652 sec., 135374.0304830464 rows/sec., 10.57 MiB/sec. | ||
8783 | 2024.07.03 17:27:50.579157 [ 3 ] {68aa7e65-af87-4041-a3fb-fa26ca179b06} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8784 | 2024.07.03 17:27:50.579240 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8785 | 2024.07.03 17:27:50.579991 [ 3 ] {68aa7e65-af87-4041-a3fb-fa26ca179b06} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8786 | 2024.07.03 17:27:50.580098 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_56_11} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8787 | 2024.07.03 17:27:50.580340 [ 201 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_56_11} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8788 | 2024.07.03 17:27:50.580342 [ 3 ] {68aa7e65-af87-4041-a3fb-fa26ca179b06} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.004371 sec., 45298.558682223746 rows/sec., 3.16 MiB/sec. | ||
8789 | 2024.07.03 17:27:50.580605 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
8790 | 2024.07.03 17:27:50.580921 [ 3 ] {68aa7e65-af87-4041-a3fb-fa26ca179b06} <Debug> DynamicQueryHandler: Done processing query | ||
8791 | 2024.07.03 17:27:50.580963 [ 3 ] {68aa7e65-af87-4041-a3fb-fa26ca179b06} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8792 | 2024.07.03 17:27:50.580985 [ 3 ] {} <Debug> HTTP-Session: 9ae407a2-0290-4181-b59c-70e048f6c1e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8793 | 2024.07.03 17:27:50.581187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8794 | 2024.07.03 17:27:50.581237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8795 | 2024.07.03 17:27:50.581256 [ 3 ] {} <Debug> HTTP-Session: d39019d3-c8a4-4fc2-8f08-40a982f53021 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8796 | 2024.07.03 17:27:50.581272 [ 3 ] {} <Debug> HTTP-Session: d39019d3-c8a4-4fc2-8f08-40a982f53021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8797 | 2024.07.03 17:27:50.581286 [ 3 ] {} <Debug> HTTP-Session: d39019d3-c8a4-4fc2-8f08-40a982f53021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8798 | 2024.07.03 17:27:50.581319 [ 3 ] {} <Trace> HTTP-Session: d39019d3-c8a4-4fc2-8f08-40a982f53021 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8799 | 2024.07.03 17:27:50.581542 [ 3 ] {42e5c2fa-2fa6-4549-ac17-4a087df95a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8800 | 2024.07.03 17:27:50.581615 [ 3 ] {42e5c2fa-2fa6-4549-ac17-4a087df95a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8801 | 2024.07.03 17:27:50.582063 [ 3 ] {42e5c2fa-2fa6-4549-ac17-4a087df95a31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8802 | 2024.07.03 17:27:50.582683 [ 3 ] {42e5c2fa-2fa6-4549-ac17-4a087df95a31} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8803 | 2024.07.03 17:27:50.582719 [ 3 ] {42e5c2fa-2fa6-4549-ac17-4a087df95a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8804 | 2024.07.03 17:27:50.583311 [ 3 ] {42e5c2fa-2fa6-4549-ac17-4a087df95a31} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8805 | 2024.07.03 17:27:50.583744 [ 3 ] {42e5c2fa-2fa6-4549-ac17-4a087df95a31} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8806 | 2024.07.03 17:27:50.583939 [ 3 ] {42e5c2fa-2fa6-4549-ac17-4a087df95a31} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.00254 sec., 5511.811023622047 rows/sec., 9.88 MiB/sec. | ||
8807 | 2024.07.03 17:27:50.584489 [ 3 ] {42e5c2fa-2fa6-4549-ac17-4a087df95a31} <Debug> DynamicQueryHandler: Done processing query | ||
8808 | 2024.07.03 17:27:50.584525 [ 3 ] {42e5c2fa-2fa6-4549-ac17-4a087df95a31} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
8809 | 2024.07.03 17:27:50.584542 [ 3 ] {} <Debug> HTTP-Session: d39019d3-c8a4-4fc2-8f08-40a982f53021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8810 | 2024.07.03 17:27:50.584660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8811 | 2024.07.03 17:27:50.584709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8812 | 2024.07.03 17:27:50.584728 [ 3 ] {} <Debug> HTTP-Session: 8a85e33f-147b-49ad-aba9-7970307bffcb Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8813 | 2024.07.03 17:27:50.584745 [ 3 ] {} <Debug> HTTP-Session: 8a85e33f-147b-49ad-aba9-7970307bffcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8814 | 2024.07.03 17:27:50.584758 [ 3 ] {} <Debug> HTTP-Session: 8a85e33f-147b-49ad-aba9-7970307bffcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8815 | 2024.07.03 17:27:50.584788 [ 3 ] {} <Trace> HTTP-Session: 8a85e33f-147b-49ad-aba9-7970307bffcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8816 | 2024.07.03 17:27:50.584915 [ 3 ] {c17875f5-5451-4789-9248-ef4294ae39db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8817 | 2024.07.03 17:27:50.584960 [ 3 ] {c17875f5-5451-4789-9248-ef4294ae39db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8818 | 2024.07.03 17:27:50.585107 [ 3 ] {c17875f5-5451-4789-9248-ef4294ae39db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8819 | 2024.07.03 17:27:50.585428 [ 3 ] {c17875f5-5451-4789-9248-ef4294ae39db} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8820 | 2024.07.03 17:27:50.585464 [ 3 ] {c17875f5-5451-4789-9248-ef4294ae39db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8821 | 2024.07.03 17:27:50.585822 [ 3 ] {c17875f5-5451-4789-9248-ef4294ae39db} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8822 | 2024.07.03 17:27:50.586140 [ 3 ] {c17875f5-5451-4789-9248-ef4294ae39db} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8823 | 2024.07.03 17:27:50.586296 [ 3 ] {c17875f5-5451-4789-9248-ef4294ae39db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
8824 | 2024.07.03 17:27:50.586472 [ 3 ] {c17875f5-5451-4789-9248-ef4294ae39db} <Debug> DynamicQueryHandler: Done processing query | ||
8825 | 2024.07.03 17:27:50.586496 [ 3 ] {c17875f5-5451-4789-9248-ef4294ae39db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8826 | 2024.07.03 17:27:50.586512 [ 3 ] {} <Debug> HTTP-Session: 8a85e33f-147b-49ad-aba9-7970307bffcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8827 | 2024.07.03 17:27:55.559352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8828 | 2024.07.03 17:27:55.559485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8829 | 2024.07.03 17:27:55.559511 [ 3 ] {} <Debug> HTTP-Session: 6c4f2466-b855-4d55-9af4-fc7a9aa46405 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8830 | 2024.07.03 17:27:55.559535 [ 3 ] {} <Debug> HTTP-Session: 6c4f2466-b855-4d55-9af4-fc7a9aa46405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8831 | 2024.07.03 17:27:55.559550 [ 3 ] {} <Debug> HTTP-Session: 6c4f2466-b855-4d55-9af4-fc7a9aa46405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8832 | 2024.07.03 17:27:55.559599 [ 3 ] {} <Trace> HTTP-Session: 6c4f2466-b855-4d55-9af4-fc7a9aa46405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8833 | 2024.07.03 17:27:55.559780 [ 3 ] {f8a4bf02-d2ae-4c3e-aec2-654b4f6c4e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8834 | 2024.07.03 17:27:55.559846 [ 3 ] {f8a4bf02-d2ae-4c3e-aec2-654b4f6c4e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8835 | 2024.07.03 17:27:55.560037 [ 3 ] {f8a4bf02-d2ae-4c3e-aec2-654b4f6c4e96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8836 | 2024.07.03 17:27:55.560506 [ 3 ] {f8a4bf02-d2ae-4c3e-aec2-654b4f6c4e96} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8837 | 2024.07.03 17:27:55.560551 [ 3 ] {f8a4bf02-d2ae-4c3e-aec2-654b4f6c4e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8838 | 2024.07.03 17:27:55.560922 [ 3 ] {f8a4bf02-d2ae-4c3e-aec2-654b4f6c4e96} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8839 | 2024.07.03 17:27:55.561257 [ 3 ] {f8a4bf02-d2ae-4c3e-aec2-654b4f6c4e96} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8840 | 2024.07.03 17:27:55.561424 [ 3 ] {f8a4bf02-d2ae-4c3e-aec2-654b4f6c4e96} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001701 sec., 9406.23162845385 rows/sec., 762.42 KiB/sec. | ||
8841 | 2024.07.03 17:27:55.561489 [ 27 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
8842 | 2024.07.03 17:27:55.561594 [ 27 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8843 | 2024.07.03 17:27:55.561629 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8844 | 2024.07.03 17:27:55.561737 [ 3 ] {f8a4bf02-d2ae-4c3e-aec2-654b4f6c4e96} <Debug> DynamicQueryHandler: Done processing query | ||
8845 | 2024.07.03 17:27:55.561789 [ 3 ] {f8a4bf02-d2ae-4c3e-aec2-654b4f6c4e96} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8846 | 2024.07.03 17:27:55.561825 [ 3 ] {} <Debug> HTTP-Session: 6c4f2466-b855-4d55-9af4-fc7a9aa46405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8847 | 2024.07.03 17:27:55.561853 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
8848 | 2024.07.03 17:27:55.562041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8849 | 2024.07.03 17:27:55.562190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8850 | 2024.07.03 17:27:55.562279 [ 3 ] {} <Debug> HTTP-Session: 193dabd7-6991-4897-a844-57d245e7775c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8851 | 2024.07.03 17:27:55.562284 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8852 | 2024.07.03 17:27:55.562319 [ 3 ] {} <Debug> HTTP-Session: 193dabd7-6991-4897-a844-57d245e7775c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8853 | 2024.07.03 17:27:55.562339 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 30 rows starting from the beginning of the part | ||
8854 | 2024.07.03 17:27:55.562374 [ 3 ] {} <Debug> HTTP-Session: 193dabd7-6991-4897-a844-57d245e7775c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8855 | 2024.07.03 17:27:55.562421 [ 3 ] {} <Trace> HTTP-Session: 193dabd7-6991-4897-a844-57d245e7775c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8856 | 2024.07.03 17:27:55.562494 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part | ||
8857 | 2024.07.03 17:27:55.562637 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
8858 | 2024.07.03 17:27:55.562714 [ 3 ] {704a1145-1c79-45c9-8ff4-2af2ef53ed94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8859 | 2024.07.03 17:27:55.562935 [ 3 ] {704a1145-1c79-45c9-8ff4-2af2ef53ed94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8860 | 2024.07.03 17:27:55.563058 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part | ||
8861 | 2024.07.03 17:27:55.563437 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
8862 | 2024.07.03 17:27:55.563802 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part | ||
8863 | 2024.07.03 17:27:55.564073 [ 3 ] {704a1145-1c79-45c9-8ff4-2af2ef53ed94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8864 | 2024.07.03 17:27:55.564661 [ 3 ] {704a1145-1c79-45c9-8ff4-2af2ef53ed94} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8865 | 2024.07.03 17:27:55.564710 [ 3 ] {704a1145-1c79-45c9-8ff4-2af2ef53ed94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8866 | 2024.07.03 17:27:55.565208 [ 3 ] {704a1145-1c79-45c9-8ff4-2af2ef53ed94} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8867 | 2024.07.03 17:27:55.565253 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003521012 sec., 30104.981181546667 rows/sec., 2.38 MiB/sec. | ||
8868 | 2024.07.03 17:27:55.565576 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
8869 | 2024.07.03 17:27:55.565902 [ 3 ] {704a1145-1c79-45c9-8ff4-2af2ef53ed94} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8870 | 2024.07.03 17:27:55.566301 [ 3 ] {704a1145-1c79-45c9-8ff4-2af2ef53ed94} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.003731 sec., 27874.564459930312 rows/sec., 2.30 MiB/sec. | ||
8871 | 2024.07.03 17:27:55.566595 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8872 | 2024.07.03 17:27:55.566663 [ 3 ] {704a1145-1c79-45c9-8ff4-2af2ef53ed94} <Debug> DynamicQueryHandler: Done processing query | ||
8873 | 2024.07.03 17:27:55.566705 [ 3 ] {704a1145-1c79-45c9-8ff4-2af2ef53ed94} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8874 | 2024.07.03 17:27:55.566731 [ 3 ] {} <Debug> HTTP-Session: 193dabd7-6991-4897-a844-57d245e7775c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8875 | 2024.07.03 17:27:55.566749 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_55_11} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
8876 | 2024.07.03 17:27:55.566882 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8877 | 2024.07.03 17:27:55.566926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8878 | 2024.07.03 17:27:55.566989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8879 | 2024.07.03 17:27:55.567009 [ 3 ] {} <Debug> HTTP-Session: 67b9c718-1351-41c7-8e1a-be805892b0be Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8880 | 2024.07.03 17:27:55.567026 [ 3 ] {} <Debug> HTTP-Session: 67b9c718-1351-41c7-8e1a-be805892b0be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8881 | 2024.07.03 17:27:55.567041 [ 3 ] {} <Debug> HTTP-Session: 67b9c718-1351-41c7-8e1a-be805892b0be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8882 | 2024.07.03 17:27:55.567075 [ 3 ] {} <Trace> HTTP-Session: 67b9c718-1351-41c7-8e1a-be805892b0be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8883 | 2024.07.03 17:27:55.567212 [ 3 ] {f04b0fab-31b0-4841-bc95-cc614e012743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8884 | 2024.07.03 17:27:55.567260 [ 3 ] {f04b0fab-31b0-4841-bc95-cc614e012743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8885 | 2024.07.03 17:27:55.567418 [ 3 ] {f04b0fab-31b0-4841-bc95-cc614e012743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8886 | 2024.07.03 17:27:55.567823 [ 3 ] {f04b0fab-31b0-4841-bc95-cc614e012743} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8887 | 2024.07.03 17:27:55.567867 [ 3 ] {f04b0fab-31b0-4841-bc95-cc614e012743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8888 | 2024.07.03 17:27:55.568213 [ 3 ] {f04b0fab-31b0-4841-bc95-cc614e012743} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8889 | 2024.07.03 17:27:55.568568 [ 3 ] {f04b0fab-31b0-4841-bc95-cc614e012743} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8890 | 2024.07.03 17:27:55.568738 [ 3 ] {f04b0fab-31b0-4841-bc95-cc614e012743} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001576 sec., 50761.42131979696 rows/sec., 3.96 MiB/sec. | ||
8891 | 2024.07.03 17:27:55.568984 [ 3 ] {f04b0fab-31b0-4841-bc95-cc614e012743} <Debug> DynamicQueryHandler: Done processing query | ||
8892 | 2024.07.03 17:27:55.569043 [ 3 ] {f04b0fab-31b0-4841-bc95-cc614e012743} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8893 | 2024.07.03 17:27:55.569100 [ 3 ] {} <Debug> HTTP-Session: 67b9c718-1351-41c7-8e1a-be805892b0be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8894 | 2024.07.03 17:27:55.569343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8895 | 2024.07.03 17:27:55.569394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8896 | 2024.07.03 17:27:55.569413 [ 3 ] {} <Debug> HTTP-Session: 585a231f-3095-4a49-a548-5e33f053a9d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8897 | 2024.07.03 17:27:55.569429 [ 3 ] {} <Debug> HTTP-Session: 585a231f-3095-4a49-a548-5e33f053a9d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8898 | 2024.07.03 17:27:55.569443 [ 3 ] {} <Debug> HTTP-Session: 585a231f-3095-4a49-a548-5e33f053a9d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8899 | 2024.07.03 17:27:55.569475 [ 3 ] {} <Trace> HTTP-Session: 585a231f-3095-4a49-a548-5e33f053a9d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8900 | 2024.07.03 17:27:55.569628 [ 3 ] {8bb33d3e-6f06-4a09-881a-dbb616ba3559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8901 | 2024.07.03 17:27:55.569677 [ 3 ] {8bb33d3e-6f06-4a09-881a-dbb616ba3559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8902 | 2024.07.03 17:27:55.569834 [ 3 ] {8bb33d3e-6f06-4a09-881a-dbb616ba3559} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8903 | 2024.07.03 17:27:55.570259 [ 3 ] {8bb33d3e-6f06-4a09-881a-dbb616ba3559} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8904 | 2024.07.03 17:27:55.570297 [ 3 ] {8bb33d3e-6f06-4a09-881a-dbb616ba3559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8905 | 2024.07.03 17:27:55.570693 [ 3 ] {8bb33d3e-6f06-4a09-881a-dbb616ba3559} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8906 | 2024.07.03 17:27:55.571029 [ 3 ] {8bb33d3e-6f06-4a09-881a-dbb616ba3559} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8907 | 2024.07.03 17:27:55.571188 [ 3 ] {8bb33d3e-6f06-4a09-881a-dbb616ba3559} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
8908 | 2024.07.03 17:27:55.571369 [ 3 ] {8bb33d3e-6f06-4a09-881a-dbb616ba3559} <Debug> DynamicQueryHandler: Done processing query | ||
8909 | 2024.07.03 17:27:55.571393 [ 3 ] {8bb33d3e-6f06-4a09-881a-dbb616ba3559} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8910 | 2024.07.03 17:27:55.571409 [ 3 ] {} <Debug> HTTP-Session: 585a231f-3095-4a49-a548-5e33f053a9d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8911 | 2024.07.03 17:27:55.571574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8912 | 2024.07.03 17:27:55.571624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8913 | 2024.07.03 17:27:55.571643 [ 3 ] {} <Debug> HTTP-Session: eb3b15f1-059f-4237-a1a5-9e0a7a41fd27 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8914 | 2024.07.03 17:27:55.571659 [ 3 ] {} <Debug> HTTP-Session: eb3b15f1-059f-4237-a1a5-9e0a7a41fd27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8915 | 2024.07.03 17:27:55.571673 [ 3 ] {} <Debug> HTTP-Session: eb3b15f1-059f-4237-a1a5-9e0a7a41fd27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8916 | 2024.07.03 17:27:55.571703 [ 3 ] {} <Trace> HTTP-Session: eb3b15f1-059f-4237-a1a5-9e0a7a41fd27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8917 | 2024.07.03 17:27:55.571921 [ 3 ] {81fe6d0d-d110-455a-94eb-8a197c724e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8918 | 2024.07.03 17:27:55.571985 [ 3 ] {81fe6d0d-d110-455a-94eb-8a197c724e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8919 | 2024.07.03 17:27:55.572402 [ 3 ] {81fe6d0d-d110-455a-94eb-8a197c724e9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8920 | 2024.07.03 17:27:55.572936 [ 3 ] {81fe6d0d-d110-455a-94eb-8a197c724e9c} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8921 | 2024.07.03 17:27:55.572973 [ 3 ] {81fe6d0d-d110-455a-94eb-8a197c724e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8922 | 2024.07.03 17:27:55.573577 [ 3 ] {81fe6d0d-d110-455a-94eb-8a197c724e9c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8923 | 2024.07.03 17:27:55.573980 [ 3 ] {81fe6d0d-d110-455a-94eb-8a197c724e9c} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8924 | 2024.07.03 17:27:55.574179 [ 3 ] {81fe6d0d-d110-455a-94eb-8a197c724e9c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002398 sec., 6672.226855713095 rows/sec., 11.96 MiB/sec. | ||
8925 | 2024.07.03 17:27:55.574401 [ 3 ] {81fe6d0d-d110-455a-94eb-8a197c724e9c} <Debug> DynamicQueryHandler: Done processing query | ||
8926 | 2024.07.03 17:27:55.574427 [ 3 ] {81fe6d0d-d110-455a-94eb-8a197c724e9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8927 | 2024.07.03 17:27:55.574443 [ 3 ] {} <Debug> HTTP-Session: eb3b15f1-059f-4237-a1a5-9e0a7a41fd27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8928 | 2024.07.03 17:27:55.574573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8929 | 2024.07.03 17:27:55.574621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8930 | 2024.07.03 17:27:55.574640 [ 3 ] {} <Debug> HTTP-Session: 5e32c441-6448-4902-b714-50c6479632f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8931 | 2024.07.03 17:27:55.574656 [ 3 ] {} <Debug> HTTP-Session: 5e32c441-6448-4902-b714-50c6479632f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8932 | 2024.07.03 17:27:55.574670 [ 3 ] {} <Debug> HTTP-Session: 5e32c441-6448-4902-b714-50c6479632f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8933 | 2024.07.03 17:27:55.574701 [ 3 ] {} <Trace> HTTP-Session: 5e32c441-6448-4902-b714-50c6479632f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8934 | 2024.07.03 17:27:55.574819 [ 3 ] {79234e85-2524-49ce-bbf2-284cbcd4969f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8935 | 2024.07.03 17:27:55.574864 [ 3 ] {79234e85-2524-49ce-bbf2-284cbcd4969f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8936 | 2024.07.03 17:27:55.574990 [ 3 ] {79234e85-2524-49ce-bbf2-284cbcd4969f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8937 | 2024.07.03 17:27:55.575285 [ 3 ] {79234e85-2524-49ce-bbf2-284cbcd4969f} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8938 | 2024.07.03 17:27:55.575321 [ 3 ] {79234e85-2524-49ce-bbf2-284cbcd4969f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8939 | 2024.07.03 17:27:55.575700 [ 3 ] {79234e85-2524-49ce-bbf2-284cbcd4969f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8940 | 2024.07.03 17:27:55.576014 [ 3 ] {79234e85-2524-49ce-bbf2-284cbcd4969f} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8941 | 2024.07.03 17:27:55.576163 [ 3 ] {79234e85-2524-49ce-bbf2-284cbcd4969f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
8942 | 2024.07.03 17:27:55.576363 [ 3 ] {79234e85-2524-49ce-bbf2-284cbcd4969f} <Debug> DynamicQueryHandler: Done processing query | ||
8943 | 2024.07.03 17:27:55.576397 [ 3 ] {79234e85-2524-49ce-bbf2-284cbcd4969f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8944 | 2024.07.03 17:27:55.576419 [ 3 ] {} <Debug> HTTP-Session: 5e32c441-6448-4902-b714-50c6479632f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8945 | 2024.07.03 17:28:00.559983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8946 | 2024.07.03 17:28:00.560121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8947 | 2024.07.03 17:28:00.560147 [ 3 ] {} <Debug> HTTP-Session: 0a4b098e-24b5-492b-8d92-cbf6cdd79378 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8948 | 2024.07.03 17:28:00.560172 [ 3 ] {} <Debug> HTTP-Session: 0a4b098e-24b5-492b-8d92-cbf6cdd79378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8949 | 2024.07.03 17:28:00.560196 [ 3 ] {} <Debug> HTTP-Session: 0a4b098e-24b5-492b-8d92-cbf6cdd79378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8950 | 2024.07.03 17:28:00.560269 [ 3 ] {} <Trace> HTTP-Session: 0a4b098e-24b5-492b-8d92-cbf6cdd79378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8951 | 2024.07.03 17:28:00.560496 [ 3 ] {aba49025-4697-4acb-a91d-b9b8f07e58dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8952 | 2024.07.03 17:28:00.560565 [ 3 ] {aba49025-4697-4acb-a91d-b9b8f07e58dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8953 | 2024.07.03 17:28:00.560757 [ 3 ] {aba49025-4697-4acb-a91d-b9b8f07e58dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8954 | 2024.07.03 17:28:00.561175 [ 3 ] {aba49025-4697-4acb-a91d-b9b8f07e58dd} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8955 | 2024.07.03 17:28:00.561222 [ 3 ] {aba49025-4697-4acb-a91d-b9b8f07e58dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8956 | 2024.07.03 17:28:00.561616 [ 3 ] {aba49025-4697-4acb-a91d-b9b8f07e58dd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8957 | 2024.07.03 17:28:00.561963 [ 3 ] {aba49025-4697-4acb-a91d-b9b8f07e58dd} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8958 | 2024.07.03 17:28:00.562133 [ 3 ] {aba49025-4697-4acb-a91d-b9b8f07e58dd} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001693 sec., 8269.344359125811 rows/sec., 670.27 KiB/sec. | ||
8959 | 2024.07.03 17:28:00.562466 [ 3 ] {aba49025-4697-4acb-a91d-b9b8f07e58dd} <Debug> DynamicQueryHandler: Done processing query | ||
8960 | 2024.07.03 17:28:00.562511 [ 3 ] {aba49025-4697-4acb-a91d-b9b8f07e58dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8961 | 2024.07.03 17:28:00.562529 [ 3 ] {} <Debug> HTTP-Session: 0a4b098e-24b5-492b-8d92-cbf6cdd79378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8962 | 2024.07.03 17:28:00.562720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8963 | 2024.07.03 17:28:00.562773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8964 | 2024.07.03 17:28:00.562792 [ 3 ] {} <Debug> HTTP-Session: fc2f1d99-3a83-4f88-a2e8-a25cfd0a1877 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8965 | 2024.07.03 17:28:00.562810 [ 3 ] {} <Debug> HTTP-Session: fc2f1d99-3a83-4f88-a2e8-a25cfd0a1877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8966 | 2024.07.03 17:28:00.562825 [ 3 ] {} <Debug> HTTP-Session: fc2f1d99-3a83-4f88-a2e8-a25cfd0a1877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8967 | 2024.07.03 17:28:00.562860 [ 3 ] {} <Trace> HTTP-Session: fc2f1d99-3a83-4f88-a2e8-a25cfd0a1877 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8968 | 2024.07.03 17:28:00.562993 [ 3 ] {0dab9b35-0b50-438e-a145-105068e0fe05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8969 | 2024.07.03 17:28:00.563041 [ 3 ] {0dab9b35-0b50-438e-a145-105068e0fe05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8970 | 2024.07.03 17:28:00.563193 [ 3 ] {0dab9b35-0b50-438e-a145-105068e0fe05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8971 | 2024.07.03 17:28:00.563572 [ 3 ] {0dab9b35-0b50-438e-a145-105068e0fe05} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8972 | 2024.07.03 17:28:00.563609 [ 3 ] {0dab9b35-0b50-438e-a145-105068e0fe05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8973 | 2024.07.03 17:28:00.563933 [ 3 ] {0dab9b35-0b50-438e-a145-105068e0fe05} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8974 | 2024.07.03 17:28:00.564236 [ 3 ] {0dab9b35-0b50-438e-a145-105068e0fe05} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8975 | 2024.07.03 17:28:00.564396 [ 3 ] {0dab9b35-0b50-438e-a145-105068e0fe05} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001449 sec., 67632.8502415459 rows/sec., 5.48 MiB/sec. | ||
8976 | 2024.07.03 17:28:00.564685 [ 3 ] {0dab9b35-0b50-438e-a145-105068e0fe05} <Debug> DynamicQueryHandler: Done processing query | ||
8977 | 2024.07.03 17:28:00.564756 [ 3 ] {0dab9b35-0b50-438e-a145-105068e0fe05} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8978 | 2024.07.03 17:28:00.564815 [ 3 ] {} <Debug> HTTP-Session: fc2f1d99-3a83-4f88-a2e8-a25cfd0a1877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8979 | 2024.07.03 17:28:00.564970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8980 | 2024.07.03 17:28:00.565021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8981 | 2024.07.03 17:28:00.565040 [ 3 ] {} <Debug> HTTP-Session: 6b0f87b6-bc43-4a09-afdb-05bdd201d118 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8982 | 2024.07.03 17:28:00.565057 [ 3 ] {} <Debug> HTTP-Session: 6b0f87b6-bc43-4a09-afdb-05bdd201d118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8983 | 2024.07.03 17:28:00.565071 [ 3 ] {} <Debug> HTTP-Session: 6b0f87b6-bc43-4a09-afdb-05bdd201d118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8984 | 2024.07.03 17:28:00.565104 [ 3 ] {} <Trace> HTTP-Session: 6b0f87b6-bc43-4a09-afdb-05bdd201d118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8985 | 2024.07.03 17:28:00.565232 [ 3 ] {3b449677-fd70-4ba9-a3b8-edf43d7ad793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8986 | 2024.07.03 17:28:00.565276 [ 3 ] {3b449677-fd70-4ba9-a3b8-edf43d7ad793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8987 | 2024.07.03 17:28:00.565434 [ 3 ] {3b449677-fd70-4ba9-a3b8-edf43d7ad793} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8988 | 2024.07.03 17:28:00.565786 [ 3 ] {3b449677-fd70-4ba9-a3b8-edf43d7ad793} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8989 | 2024.07.03 17:28:00.565824 [ 3 ] {3b449677-fd70-4ba9-a3b8-edf43d7ad793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8990 | 2024.07.03 17:28:00.566127 [ 3 ] {3b449677-fd70-4ba9-a3b8-edf43d7ad793} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8991 | 2024.07.03 17:28:00.566436 [ 3 ] {3b449677-fd70-4ba9-a3b8-edf43d7ad793} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8992 | 2024.07.03 17:28:00.566590 [ 3 ] {3b449677-fd70-4ba9-a3b8-edf43d7ad793} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001407 sec., 55437.100213219615 rows/sec., 4.33 MiB/sec. | ||
8993 | 2024.07.03 17:28:00.566857 [ 3 ] {3b449677-fd70-4ba9-a3b8-edf43d7ad793} <Debug> DynamicQueryHandler: Done processing query | ||
8994 | 2024.07.03 17:28:00.566911 [ 3 ] {3b449677-fd70-4ba9-a3b8-edf43d7ad793} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8995 | 2024.07.03 17:28:00.566968 [ 3 ] {} <Debug> HTTP-Session: 6b0f87b6-bc43-4a09-afdb-05bdd201d118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8996 | 2024.07.03 17:28:00.567196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8997 | 2024.07.03 17:28:00.567248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8998 | 2024.07.03 17:28:00.567266 [ 3 ] {} <Debug> HTTP-Session: 88e6b8b3-2053-4002-b1eb-ffe228d4ad10 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
8999 | 2024.07.03 17:28:00.567283 [ 3 ] {} <Debug> HTTP-Session: 88e6b8b3-2053-4002-b1eb-ffe228d4ad10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9000 | 2024.07.03 17:28:00.567306 [ 3 ] {} <Debug> HTTP-Session: 88e6b8b3-2053-4002-b1eb-ffe228d4ad10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9001 | 2024.07.03 17:28:00.567341 [ 3 ] {} <Trace> HTTP-Session: 88e6b8b3-2053-4002-b1eb-ffe228d4ad10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9002 | 2024.07.03 17:28:00.567493 [ 3 ] {5b70c8c5-3c9c-4992-88c5-e65251c65f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9003 | 2024.07.03 17:28:00.567543 [ 3 ] {5b70c8c5-3c9c-4992-88c5-e65251c65f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9004 | 2024.07.03 17:28:00.567710 [ 3 ] {5b70c8c5-3c9c-4992-88c5-e65251c65f89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9005 | 2024.07.03 17:28:00.568107 [ 3 ] {5b70c8c5-3c9c-4992-88c5-e65251c65f89} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9006 | 2024.07.03 17:28:00.568144 [ 3 ] {5b70c8c5-3c9c-4992-88c5-e65251c65f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9007 | 2024.07.03 17:28:00.568548 [ 3 ] {5b70c8c5-3c9c-4992-88c5-e65251c65f89} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9008 | 2024.07.03 17:28:00.568893 [ 3 ] {5b70c8c5-3c9c-4992-88c5-e65251c65f89} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9009 | 2024.07.03 17:28:00.569046 [ 3 ] {5b70c8c5-3c9c-4992-88c5-e65251c65f89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec. | ||
9010 | 2024.07.03 17:28:00.569228 [ 3 ] {5b70c8c5-3c9c-4992-88c5-e65251c65f89} <Debug> DynamicQueryHandler: Done processing query | ||
9011 | 2024.07.03 17:28:00.569253 [ 3 ] {5b70c8c5-3c9c-4992-88c5-e65251c65f89} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9012 | 2024.07.03 17:28:00.569269 [ 3 ] {} <Debug> HTTP-Session: 88e6b8b3-2053-4002-b1eb-ffe228d4ad10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9013 | 2024.07.03 17:28:00.569411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22274, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9014 | 2024.07.03 17:28:00.569460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9015 | 2024.07.03 17:28:00.569478 [ 3 ] {} <Debug> HTTP-Session: 1121565b-b430-4f93-81ce-5766abb611e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9016 | 2024.07.03 17:28:00.569494 [ 3 ] {} <Debug> HTTP-Session: 1121565b-b430-4f93-81ce-5766abb611e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9017 | 2024.07.03 17:28:00.569509 [ 3 ] {} <Debug> HTTP-Session: 1121565b-b430-4f93-81ce-5766abb611e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9018 | 2024.07.03 17:28:00.569540 [ 3 ] {} <Trace> HTTP-Session: 1121565b-b430-4f93-81ce-5766abb611e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9019 | 2024.07.03 17:28:00.569740 [ 3 ] {82356442-6bd4-44ec-a8c3-029749c1c238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9020 | 2024.07.03 17:28:00.569812 [ 3 ] {82356442-6bd4-44ec-a8c3-029749c1c238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9021 | 2024.07.03 17:28:00.570253 [ 3 ] {82356442-6bd4-44ec-a8c3-029749c1c238} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9022 | 2024.07.03 17:28:00.570916 [ 3 ] {82356442-6bd4-44ec-a8c3-029749c1c238} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9023 | 2024.07.03 17:28:00.570954 [ 3 ] {82356442-6bd4-44ec-a8c3-029749c1c238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9024 | 2024.07.03 17:28:00.571579 [ 3 ] {82356442-6bd4-44ec-a8c3-029749c1c238} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9025 | 2024.07.03 17:28:00.571995 [ 3 ] {82356442-6bd4-44ec-a8c3-029749c1c238} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9026 | 2024.07.03 17:28:00.572201 [ 3 ] {82356442-6bd4-44ec-a8c3-029749c1c238} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002578 sec., 5430.566330488751 rows/sec., 9.73 MiB/sec. | ||
9027 | 2024.07.03 17:28:00.572199 [ 71 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9028 | 2024.07.03 17:28:00.572319 [ 71 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9029 | 2024.07.03 17:28:00.572391 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9030 | 2024.07.03 17:28:00.572759 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
9031 | 2024.07.03 17:28:00.572959 [ 3 ] {82356442-6bd4-44ec-a8c3-029749c1c238} <Debug> DynamicQueryHandler: Done processing query | ||
9032 | 2024.07.03 17:28:00.573053 [ 3 ] {82356442-6bd4-44ec-a8c3-029749c1c238} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9033 | 2024.07.03 17:28:00.573160 [ 3 ] {} <Debug> HTTP-Session: 1121565b-b430-4f93-81ce-5766abb611e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9034 | 2024.07.03 17:28:00.573519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9035 | 2024.07.03 17:28:00.573640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9036 | 2024.07.03 17:28:00.573703 [ 3 ] {} <Debug> HTTP-Session: 40b71fc6-bc25-41ae-9574-12260b491b38 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9037 | 2024.07.03 17:28:00.573751 [ 3 ] {} <Debug> HTTP-Session: 40b71fc6-bc25-41ae-9574-12260b491b38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9038 | 2024.07.03 17:28:00.573796 [ 3 ] {} <Debug> HTTP-Session: 40b71fc6-bc25-41ae-9574-12260b491b38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9039 | 2024.07.03 17:28:00.573887 [ 3 ] {} <Trace> HTTP-Session: 40b71fc6-bc25-41ae-9574-12260b491b38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9040 | 2024.07.03 17:28:00.573976 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9041 | 2024.07.03 17:28:00.574130 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 760 rows starting from the beginning of the part | ||
9042 | 2024.07.03 17:28:00.574161 [ 3 ] {c41b080a-382e-43d9-9a85-b9109d1918f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9043 | 2024.07.03 17:28:00.574283 [ 3 ] {c41b080a-382e-43d9-9a85-b9109d1918f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9044 | 2024.07.03 17:28:00.574913 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
9045 | 2024.07.03 17:28:00.575102 [ 3 ] {c41b080a-382e-43d9-9a85-b9109d1918f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9046 | 2024.07.03 17:28:00.575593 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part | ||
9047 | 2024.07.03 17:28:00.576274 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
9048 | 2024.07.03 17:28:00.576411 [ 3 ] {c41b080a-382e-43d9-9a85-b9109d1918f7} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9049 | 2024.07.03 17:28:00.576540 [ 3 ] {c41b080a-382e-43d9-9a85-b9109d1918f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9050 | 2024.07.03 17:28:00.576880 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part | ||
9051 | 2024.07.03 17:28:00.577521 [ 195 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
9052 | 2024.07.03 17:28:00.577996 [ 3 ] {c41b080a-382e-43d9-9a85-b9109d1918f7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9053 | 2024.07.03 17:28:00.578999 [ 3 ] {c41b080a-382e-43d9-9a85-b9109d1918f7} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9054 | 2024.07.03 17:28:00.579374 [ 3 ] {c41b080a-382e-43d9-9a85-b9109d1918f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005311 sec., 11297.307475051779 rows/sec., 779.63 KiB/sec. | ||
9055 | 2024.07.03 17:28:00.579799 [ 3 ] {c41b080a-382e-43d9-9a85-b9109d1918f7} <Debug> DynamicQueryHandler: Done processing query | ||
9056 | 2024.07.03 17:28:00.579828 [ 3 ] {c41b080a-382e-43d9-9a85-b9109d1918f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9057 | 2024.07.03 17:28:00.579845 [ 3 ] {} <Debug> HTTP-Session: 40b71fc6-bc25-41ae-9574-12260b491b38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9058 | 2024.07.03 17:28:00.586003 [ 194 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 834 rows, containing 19 columns (19 merged, 0 gathered) in 0.013484033 sec., 61850.93139419045 rows/sec., 110.83 MiB/sec. | ||
9059 | 2024.07.03 17:28:00.587106 [ 194 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9060 | 2024.07.03 17:28:00.587766 [ 194 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9061 | 2024.07.03 17:28:00.587852 [ 194 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9062 | 2024.07.03 17:28:00.588031 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. | ||
9063 | 2024.07.03 17:28:03.471053 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9064 | 2024.07.03 17:28:03.471112 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9065 | 2024.07.03 17:28:05.559466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9066 | 2024.07.03 17:28:05.559593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9067 | 2024.07.03 17:28:05.559619 [ 3 ] {} <Debug> HTTP-Session: 30404598-84ff-4b42-aec6-ae421f7f209b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9068 | 2024.07.03 17:28:05.559644 [ 3 ] {} <Debug> HTTP-Session: 30404598-84ff-4b42-aec6-ae421f7f209b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9069 | 2024.07.03 17:28:05.559663 [ 3 ] {} <Debug> HTTP-Session: 30404598-84ff-4b42-aec6-ae421f7f209b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9070 | 2024.07.03 17:28:05.559728 [ 3 ] {} <Trace> HTTP-Session: 30404598-84ff-4b42-aec6-ae421f7f209b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9071 | 2024.07.03 17:28:05.559931 [ 3 ] {bc03f7c7-af7b-49ae-8ea8-a67ee5f321c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9072 | 2024.07.03 17:28:05.560001 [ 3 ] {bc03f7c7-af7b-49ae-8ea8-a67ee5f321c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9073 | 2024.07.03 17:28:05.560193 [ 3 ] {bc03f7c7-af7b-49ae-8ea8-a67ee5f321c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9074 | 2024.07.03 17:28:05.560650 [ 3 ] {bc03f7c7-af7b-49ae-8ea8-a67ee5f321c1} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9075 | 2024.07.03 17:28:05.560695 [ 3 ] {bc03f7c7-af7b-49ae-8ea8-a67ee5f321c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9076 | 2024.07.03 17:28:05.561082 [ 3 ] {bc03f7c7-af7b-49ae-8ea8-a67ee5f321c1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9077 | 2024.07.03 17:28:05.561520 [ 3 ] {bc03f7c7-af7b-49ae-8ea8-a67ee5f321c1} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9078 | 2024.07.03 17:28:05.561700 [ 3 ] {bc03f7c7-af7b-49ae-8ea8-a67ee5f321c1} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001822 sec., 8781.558726673984 rows/sec., 711.79 KiB/sec. | ||
9079 | 2024.07.03 17:28:05.561932 [ 3 ] {bc03f7c7-af7b-49ae-8ea8-a67ee5f321c1} <Debug> DynamicQueryHandler: Done processing query | ||
9080 | 2024.07.03 17:28:05.561962 [ 3 ] {bc03f7c7-af7b-49ae-8ea8-a67ee5f321c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9081 | 2024.07.03 17:28:05.561979 [ 3 ] {} <Debug> HTTP-Session: 30404598-84ff-4b42-aec6-ae421f7f209b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9082 | 2024.07.03 17:28:05.562162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9083 | 2024.07.03 17:28:05.562223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9084 | 2024.07.03 17:28:05.562244 [ 3 ] {} <Debug> HTTP-Session: 273e34c5-553f-487c-a1c6-f0527398cd07 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9085 | 2024.07.03 17:28:05.562263 [ 3 ] {} <Debug> HTTP-Session: 273e34c5-553f-487c-a1c6-f0527398cd07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9086 | 2024.07.03 17:28:05.562277 [ 3 ] {} <Debug> HTTP-Session: 273e34c5-553f-487c-a1c6-f0527398cd07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9087 | 2024.07.03 17:28:05.562315 [ 3 ] {} <Trace> HTTP-Session: 273e34c5-553f-487c-a1c6-f0527398cd07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9088 | 2024.07.03 17:28:05.562452 [ 3 ] {aa4e72c8-2fb9-4f44-bd06-6d400b112823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9089 | 2024.07.03 17:28:05.562502 [ 3 ] {aa4e72c8-2fb9-4f44-bd06-6d400b112823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9090 | 2024.07.03 17:28:05.562643 [ 3 ] {aa4e72c8-2fb9-4f44-bd06-6d400b112823} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9091 | 2024.07.03 17:28:05.563100 [ 3 ] {aa4e72c8-2fb9-4f44-bd06-6d400b112823} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9092 | 2024.07.03 17:28:05.563139 [ 3 ] {aa4e72c8-2fb9-4f44-bd06-6d400b112823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9093 | 2024.07.03 17:28:05.563469 [ 3 ] {aa4e72c8-2fb9-4f44-bd06-6d400b112823} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9094 | 2024.07.03 17:28:05.563793 [ 3 ] {aa4e72c8-2fb9-4f44-bd06-6d400b112823} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9095 | 2024.07.03 17:28:05.563937 [ 3 ] {aa4e72c8-2fb9-4f44-bd06-6d400b112823} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001539 sec., 67576.34827810267 rows/sec., 5.56 MiB/sec. | ||
9096 | 2024.07.03 17:28:05.564111 [ 3 ] {aa4e72c8-2fb9-4f44-bd06-6d400b112823} <Debug> DynamicQueryHandler: Done processing query | ||
9097 | 2024.07.03 17:28:05.564136 [ 3 ] {aa4e72c8-2fb9-4f44-bd06-6d400b112823} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9098 | 2024.07.03 17:28:05.564152 [ 3 ] {} <Debug> HTTP-Session: 273e34c5-553f-487c-a1c6-f0527398cd07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9099 | 2024.07.03 17:28:05.564313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9100 | 2024.07.03 17:28:05.564365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9101 | 2024.07.03 17:28:05.564385 [ 3 ] {} <Debug> HTTP-Session: 394b1bb4-3079-4832-9531-d7d112fa583b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9102 | 2024.07.03 17:28:05.564401 [ 3 ] {} <Debug> HTTP-Session: 394b1bb4-3079-4832-9531-d7d112fa583b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9103 | 2024.07.03 17:28:05.564415 [ 3 ] {} <Debug> HTTP-Session: 394b1bb4-3079-4832-9531-d7d112fa583b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9104 | 2024.07.03 17:28:05.564447 [ 3 ] {} <Trace> HTTP-Session: 394b1bb4-3079-4832-9531-d7d112fa583b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9105 | 2024.07.03 17:28:05.564568 [ 3 ] {fc257962-730d-4abb-8e49-8b4354507ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9106 | 2024.07.03 17:28:05.564612 [ 3 ] {fc257962-730d-4abb-8e49-8b4354507ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9107 | 2024.07.03 17:28:05.564738 [ 3 ] {fc257962-730d-4abb-8e49-8b4354507ffe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9108 | 2024.07.03 17:28:05.565091 [ 3 ] {fc257962-730d-4abb-8e49-8b4354507ffe} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9109 | 2024.07.03 17:28:05.565129 [ 3 ] {fc257962-730d-4abb-8e49-8b4354507ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9110 | 2024.07.03 17:28:05.565469 [ 3 ] {fc257962-730d-4abb-8e49-8b4354507ffe} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9111 | 2024.07.03 17:28:05.565783 [ 3 ] {fc257962-730d-4abb-8e49-8b4354507ffe} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9112 | 2024.07.03 17:28:05.565931 [ 3 ] {fc257962-730d-4abb-8e49-8b4354507ffe} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001406 sec., 56899.00426742532 rows/sec., 4.44 MiB/sec. | ||
9113 | 2024.07.03 17:28:05.566202 [ 3 ] {fc257962-730d-4abb-8e49-8b4354507ffe} <Debug> DynamicQueryHandler: Done processing query | ||
9114 | 2024.07.03 17:28:05.566292 [ 3 ] {fc257962-730d-4abb-8e49-8b4354507ffe} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9115 | 2024.07.03 17:28:05.566344 [ 3 ] {} <Debug> HTTP-Session: 394b1bb4-3079-4832-9531-d7d112fa583b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9116 | 2024.07.03 17:28:05.566567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9117 | 2024.07.03 17:28:05.566621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9118 | 2024.07.03 17:28:05.566641 [ 3 ] {} <Debug> HTTP-Session: 30eed8e4-4448-4b11-abf2-f9360d340f39 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9119 | 2024.07.03 17:28:05.566658 [ 3 ] {} <Debug> HTTP-Session: 30eed8e4-4448-4b11-abf2-f9360d340f39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9120 | 2024.07.03 17:28:05.566672 [ 3 ] {} <Debug> HTTP-Session: 30eed8e4-4448-4b11-abf2-f9360d340f39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9121 | 2024.07.03 17:28:05.566705 [ 3 ] {} <Trace> HTTP-Session: 30eed8e4-4448-4b11-abf2-f9360d340f39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9122 | 2024.07.03 17:28:05.566873 [ 3 ] {aa5a9a50-2762-4117-9db1-1aaf8a23ee72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9123 | 2024.07.03 17:28:05.566923 [ 3 ] {aa5a9a50-2762-4117-9db1-1aaf8a23ee72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9124 | 2024.07.03 17:28:05.567087 [ 3 ] {aa5a9a50-2762-4117-9db1-1aaf8a23ee72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9125 | 2024.07.03 17:28:05.567517 [ 3 ] {aa5a9a50-2762-4117-9db1-1aaf8a23ee72} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9126 | 2024.07.03 17:28:05.567558 [ 3 ] {aa5a9a50-2762-4117-9db1-1aaf8a23ee72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9127 | 2024.07.03 17:28:05.567972 [ 3 ] {aa5a9a50-2762-4117-9db1-1aaf8a23ee72} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9128 | 2024.07.03 17:28:05.568333 [ 3 ] {aa5a9a50-2762-4117-9db1-1aaf8a23ee72} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9129 | 2024.07.03 17:28:05.568497 [ 3 ] {aa5a9a50-2762-4117-9db1-1aaf8a23ee72} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 6.59 MiB/sec. | ||
9130 | 2024.07.03 17:28:05.568509 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9131 | 2024.07.03 17:28:05.568599 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9132 | 2024.07.03 17:28:05.568655 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9133 | 2024.07.03 17:28:05.568789 [ 3 ] {aa5a9a50-2762-4117-9db1-1aaf8a23ee72} <Debug> DynamicQueryHandler: Done processing query | ||
9134 | 2024.07.03 17:28:05.568864 [ 3 ] {aa5a9a50-2762-4117-9db1-1aaf8a23ee72} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9135 | 2024.07.03 17:28:05.568945 [ 3 ] {} <Debug> HTTP-Session: 30eed8e4-4448-4b11-abf2-f9360d340f39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9136 | 2024.07.03 17:28:05.569013 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
9137 | 2024.07.03 17:28:05.569259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9138 | 2024.07.03 17:28:05.569515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9139 | 2024.07.03 17:28:05.569609 [ 3 ] {} <Debug> HTTP-Session: e1364bb4-52e5-4d87-9924-519acaae06ca Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9140 | 2024.07.03 17:28:05.569689 [ 3 ] {} <Debug> HTTP-Session: e1364bb4-52e5-4d87-9924-519acaae06ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9141 | 2024.07.03 17:28:05.569732 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9142 | 2024.07.03 17:28:05.569772 [ 3 ] {} <Debug> HTTP-Session: e1364bb4-52e5-4d87-9924-519acaae06ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9143 | 2024.07.03 17:28:05.569865 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 6061 rows starting from the beginning of the part | ||
9144 | 2024.07.03 17:28:05.569931 [ 3 ] {} <Trace> HTTP-Session: e1364bb4-52e5-4d87-9924-519acaae06ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9145 | 2024.07.03 17:28:05.570199 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 163 rows starting from the beginning of the part | ||
9146 | 2024.07.03 17:28:05.570406 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 198 rows starting from the beginning of the part | ||
9147 | 2024.07.03 17:28:05.570672 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
9148 | 2024.07.03 17:28:05.570698 [ 3 ] {4bda08a3-b38f-42b2-b91c-1a9d4ec8f2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9149 | 2024.07.03 17:28:05.570990 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
9150 | 2024.07.03 17:28:05.571081 [ 3 ] {4bda08a3-b38f-42b2-b91c-1a9d4ec8f2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9151 | 2024.07.03 17:28:05.571264 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
9152 | 2024.07.03 17:28:05.573073 [ 3 ] {4bda08a3-b38f-42b2-b91c-1a9d4ec8f2ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9153 | 2024.07.03 17:28:05.574722 [ 3 ] {4bda08a3-b38f-42b2-b91c-1a9d4ec8f2ca} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9154 | 2024.07.03 17:28:05.574802 [ 3 ] {4bda08a3-b38f-42b2-b91c-1a9d4ec8f2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9155 | 2024.07.03 17:28:05.576086 [ 3 ] {4bda08a3-b38f-42b2-b91c-1a9d4ec8f2ca} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9156 | 2024.07.03 17:28:05.576876 [ 3 ] {4bda08a3-b38f-42b2-b91c-1a9d4ec8f2ca} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9157 | 2024.07.03 17:28:05.576977 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6902 rows, containing 5 columns (5 merged, 0 gathered) in 0.008227345 sec., 838909.7576435654 rows/sec., 58.62 MiB/sec. | ||
9158 | 2024.07.03 17:28:05.577166 [ 3 ] {4bda08a3-b38f-42b2-b91c-1a9d4ec8f2ca} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.006874 sec., 2327.611288914751 rows/sec., 4.17 MiB/sec. | ||
9159 | 2024.07.03 17:28:05.577493 [ 3 ] {4bda08a3-b38f-42b2-b91c-1a9d4ec8f2ca} <Debug> DynamicQueryHandler: Done processing query | ||
9160 | 2024.07.03 17:28:05.577534 [ 3 ] {4bda08a3-b38f-42b2-b91c-1a9d4ec8f2ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9161 | 2024.07.03 17:28:05.577552 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9162 | 2024.07.03 17:28:05.577569 [ 3 ] {} <Debug> HTTP-Session: e1364bb4-52e5-4d87-9924-519acaae06ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9163 | 2024.07.03 17:28:05.577764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9164 | 2024.07.03 17:28:05.577909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9165 | 2024.07.03 17:28:05.577975 [ 3 ] {} <Debug> HTTP-Session: 7ed284cf-6383-4641-a3c4-a4488d68ee2f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9166 | 2024.07.03 17:28:05.578033 [ 3 ] {} <Debug> HTTP-Session: 7ed284cf-6383-4641-a3c4-a4488d68ee2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9167 | 2024.07.03 17:28:05.578078 [ 3 ] {} <Debug> HTTP-Session: 7ed284cf-6383-4641-a3c4-a4488d68ee2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9168 | 2024.07.03 17:28:05.578140 [ 3 ] {} <Trace> HTTP-Session: 7ed284cf-6383-4641-a3c4-a4488d68ee2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9169 | 2024.07.03 17:28:05.578350 [ 3 ] {f292763d-7dce-4993-85d1-5070bc982f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9170 | 2024.07.03 17:28:05.578388 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9171 | 2024.07.03 17:28:05.578432 [ 3 ] {f292763d-7dce-4993-85d1-5070bc982f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9172 | 2024.07.03 17:28:05.578583 [ 187 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9173 | 2024.07.03 17:28:05.578798 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
9174 | 2024.07.03 17:28:05.578856 [ 3 ] {f292763d-7dce-4993-85d1-5070bc982f8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9175 | 2024.07.03 17:28:05.579188 [ 3 ] {f292763d-7dce-4993-85d1-5070bc982f8e} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9176 | 2024.07.03 17:28:05.579227 [ 3 ] {f292763d-7dce-4993-85d1-5070bc982f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9177 | 2024.07.03 17:28:05.579696 [ 3 ] {f292763d-7dce-4993-85d1-5070bc982f8e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9178 | 2024.07.03 17:28:05.580042 [ 3 ] {f292763d-7dce-4993-85d1-5070bc982f8e} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9179 | 2024.07.03 17:28:05.580195 [ 3 ] {f292763d-7dce-4993-85d1-5070bc982f8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001927 sec., 31136.481577581733 rows/sec., 2.10 MiB/sec. | ||
9180 | 2024.07.03 17:28:05.580211 [ 73 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9181 | 2024.07.03 17:28:05.580292 [ 73 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9182 | 2024.07.03 17:28:05.580345 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9183 | 2024.07.03 17:28:05.580470 [ 3 ] {f292763d-7dce-4993-85d1-5070bc982f8e} <Debug> DynamicQueryHandler: Done processing query | ||
9184 | 2024.07.03 17:28:05.580493 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
9185 | 2024.07.03 17:28:05.580504 [ 3 ] {f292763d-7dce-4993-85d1-5070bc982f8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9186 | 2024.07.03 17:28:05.580536 [ 3 ] {} <Debug> HTTP-Session: 7ed284cf-6383-4641-a3c4-a4488d68ee2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9187 | 2024.07.03 17:28:05.580632 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9188 | 2024.07.03 17:28:05.580664 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2128 rows starting from the beginning of the part | ||
9189 | 2024.07.03 17:28:05.580729 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
9190 | 2024.07.03 17:28:05.580967 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
9191 | 2024.07.03 17:28:05.581072 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
9192 | 2024.07.03 17:28:05.581275 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
9193 | 2024.07.03 17:28:05.581463 [ 194 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
9194 | 2024.07.03 17:28:05.582930 [ 200 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2428 rows, containing 4 columns (4 merged, 0 gathered) in 0.002488925 sec., 975521.560513073 rows/sec., 65.31 MiB/sec. | ||
9195 | 2024.07.03 17:28:05.583216 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9196 | 2024.07.03 17:28:05.583665 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_56_11} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9197 | 2024.07.03 17:28:05.583757 [ 193 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_56_11} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9198 | 2024.07.03 17:28:05.583857 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
9199 | 2024.07.03 17:28:10.559052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9200 | 2024.07.03 17:28:10.559188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9201 | 2024.07.03 17:28:10.559219 [ 3 ] {} <Debug> HTTP-Session: c0973427-3e16-4b61-a582-9f6fef077187 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9202 | 2024.07.03 17:28:10.559250 [ 3 ] {} <Debug> HTTP-Session: c0973427-3e16-4b61-a582-9f6fef077187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9203 | 2024.07.03 17:28:10.559270 [ 3 ] {} <Debug> HTTP-Session: c0973427-3e16-4b61-a582-9f6fef077187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9204 | 2024.07.03 17:28:10.559325 [ 3 ] {} <Trace> HTTP-Session: c0973427-3e16-4b61-a582-9f6fef077187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9205 | 2024.07.03 17:28:10.559525 [ 3 ] {d7828bf5-ca0d-4be3-bea8-2c93f28adabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9206 | 2024.07.03 17:28:10.559597 [ 3 ] {d7828bf5-ca0d-4be3-bea8-2c93f28adabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9207 | 2024.07.03 17:28:10.559815 [ 3 ] {d7828bf5-ca0d-4be3-bea8-2c93f28adabf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9208 | 2024.07.03 17:28:10.560357 [ 3 ] {d7828bf5-ca0d-4be3-bea8-2c93f28adabf} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9209 | 2024.07.03 17:28:10.560400 [ 3 ] {d7828bf5-ca0d-4be3-bea8-2c93f28adabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9210 | 2024.07.03 17:28:10.560772 [ 3 ] {d7828bf5-ca0d-4be3-bea8-2c93f28adabf} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9211 | 2024.07.03 17:28:10.561114 [ 3 ] {d7828bf5-ca0d-4be3-bea8-2c93f28adabf} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9212 | 2024.07.03 17:28:10.561286 [ 3 ] {d7828bf5-ca0d-4be3-bea8-2c93f28adabf} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001822 sec., 7683.863885839736 rows/sec., 622.81 KiB/sec. | ||
9213 | 2024.07.03 17:28:10.561503 [ 3 ] {d7828bf5-ca0d-4be3-bea8-2c93f28adabf} <Debug> DynamicQueryHandler: Done processing query | ||
9214 | 2024.07.03 17:28:10.561530 [ 3 ] {d7828bf5-ca0d-4be3-bea8-2c93f28adabf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9215 | 2024.07.03 17:28:10.561546 [ 3 ] {} <Debug> HTTP-Session: c0973427-3e16-4b61-a582-9f6fef077187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9216 | 2024.07.03 17:28:10.561685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9217 | 2024.07.03 17:28:10.561740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9218 | 2024.07.03 17:28:10.561760 [ 3 ] {} <Debug> HTTP-Session: 86dc1734-3ae1-46e8-a779-52b0a59df3ab Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9219 | 2024.07.03 17:28:10.561776 [ 3 ] {} <Debug> HTTP-Session: 86dc1734-3ae1-46e8-a779-52b0a59df3ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9220 | 2024.07.03 17:28:10.561790 [ 3 ] {} <Debug> HTTP-Session: 86dc1734-3ae1-46e8-a779-52b0a59df3ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9221 | 2024.07.03 17:28:10.561823 [ 3 ] {} <Trace> HTTP-Session: 86dc1734-3ae1-46e8-a779-52b0a59df3ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9222 | 2024.07.03 17:28:10.561925 [ 3 ] {2bd780b2-b409-4484-a709-fde74641fb71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9223 | 2024.07.03 17:28:10.561972 [ 3 ] {2bd780b2-b409-4484-a709-fde74641fb71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9224 | 2024.07.03 17:28:10.562108 [ 3 ] {2bd780b2-b409-4484-a709-fde74641fb71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9225 | 2024.07.03 17:28:10.562414 [ 3 ] {2bd780b2-b409-4484-a709-fde74641fb71} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9226 | 2024.07.03 17:28:10.562451 [ 3 ] {2bd780b2-b409-4484-a709-fde74641fb71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9227 | 2024.07.03 17:28:10.562751 [ 3 ] {2bd780b2-b409-4484-a709-fde74641fb71} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9228 | 2024.07.03 17:28:10.563074 [ 3 ] {2bd780b2-b409-4484-a709-fde74641fb71} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9229 | 2024.07.03 17:28:10.563242 [ 3 ] {2bd780b2-b409-4484-a709-fde74641fb71} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001335 sec., 1498.12734082397 rows/sec., 122.16 KiB/sec. | ||
9230 | 2024.07.03 17:28:10.563414 [ 3 ] {2bd780b2-b409-4484-a709-fde74641fb71} <Debug> DynamicQueryHandler: Done processing query | ||
9231 | 2024.07.03 17:28:10.563439 [ 3 ] {2bd780b2-b409-4484-a709-fde74641fb71} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9232 | 2024.07.03 17:28:10.563455 [ 3 ] {} <Debug> HTTP-Session: 86dc1734-3ae1-46e8-a779-52b0a59df3ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9233 | 2024.07.03 17:28:10.563602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9234 | 2024.07.03 17:28:10.563652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9235 | 2024.07.03 17:28:10.563672 [ 3 ] {} <Debug> HTTP-Session: 7f4ad8ed-f2cc-43a4-8883-d3cbf483932f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9236 | 2024.07.03 17:28:10.563689 [ 3 ] {} <Debug> HTTP-Session: 7f4ad8ed-f2cc-43a4-8883-d3cbf483932f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9237 | 2024.07.03 17:28:10.563702 [ 3 ] {} <Debug> HTTP-Session: 7f4ad8ed-f2cc-43a4-8883-d3cbf483932f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9238 | 2024.07.03 17:28:10.563734 [ 3 ] {} <Trace> HTTP-Session: 7f4ad8ed-f2cc-43a4-8883-d3cbf483932f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9239 | 2024.07.03 17:28:10.563858 [ 3 ] {594ba7ba-23a8-4f61-9c90-943c79e3225a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9240 | 2024.07.03 17:28:10.563901 [ 3 ] {594ba7ba-23a8-4f61-9c90-943c79e3225a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9241 | 2024.07.03 17:28:10.564029 [ 3 ] {594ba7ba-23a8-4f61-9c90-943c79e3225a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9242 | 2024.07.03 17:28:10.564415 [ 3 ] {594ba7ba-23a8-4f61-9c90-943c79e3225a} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9243 | 2024.07.03 17:28:10.564452 [ 3 ] {594ba7ba-23a8-4f61-9c90-943c79e3225a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9244 | 2024.07.03 17:28:10.564768 [ 3 ] {594ba7ba-23a8-4f61-9c90-943c79e3225a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9245 | 2024.07.03 17:28:10.565080 [ 3 ] {594ba7ba-23a8-4f61-9c90-943c79e3225a} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9246 | 2024.07.03 17:28:10.565228 [ 3 ] {594ba7ba-23a8-4f61-9c90-943c79e3225a} <Debug> executeQuery: Read 99 rows, 8.20 KiB in 0.001412 sec., 70113.31444759207 rows/sec., 5.67 MiB/sec. | ||
9247 | 2024.07.03 17:28:10.565427 [ 3 ] {594ba7ba-23a8-4f61-9c90-943c79e3225a} <Debug> DynamicQueryHandler: Done processing query | ||
9248 | 2024.07.03 17:28:10.565464 [ 3 ] {594ba7ba-23a8-4f61-9c90-943c79e3225a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9249 | 2024.07.03 17:28:10.565495 [ 3 ] {} <Debug> HTTP-Session: 7f4ad8ed-f2cc-43a4-8883-d3cbf483932f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9250 | 2024.07.03 17:28:10.565631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9251 | 2024.07.03 17:28:10.565680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9252 | 2024.07.03 17:28:10.565700 [ 3 ] {} <Debug> HTTP-Session: 34104bcd-fda9-44fa-a053-04427719e225 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9253 | 2024.07.03 17:28:10.565716 [ 3 ] {} <Debug> HTTP-Session: 34104bcd-fda9-44fa-a053-04427719e225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9254 | 2024.07.03 17:28:10.565730 [ 3 ] {} <Debug> HTTP-Session: 34104bcd-fda9-44fa-a053-04427719e225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9255 | 2024.07.03 17:28:10.565761 [ 3 ] {} <Trace> HTTP-Session: 34104bcd-fda9-44fa-a053-04427719e225 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9256 | 2024.07.03 17:28:10.565855 [ 3 ] {7c66684d-2628-481a-9c38-a452f04a5919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9257 | 2024.07.03 17:28:10.565897 [ 3 ] {7c66684d-2628-481a-9c38-a452f04a5919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9258 | 2024.07.03 17:28:10.566025 [ 3 ] {7c66684d-2628-481a-9c38-a452f04a5919} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9259 | 2024.07.03 17:28:10.566289 [ 3 ] {7c66684d-2628-481a-9c38-a452f04a5919} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9260 | 2024.07.03 17:28:10.566327 [ 3 ] {7c66684d-2628-481a-9c38-a452f04a5919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9261 | 2024.07.03 17:28:10.566622 [ 3 ] {7c66684d-2628-481a-9c38-a452f04a5919} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9262 | 2024.07.03 17:28:10.566923 [ 3 ] {7c66684d-2628-481a-9c38-a452f04a5919} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9263 | 2024.07.03 17:28:10.567056 [ 3 ] {7c66684d-2628-481a-9c38-a452f04a5919} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001223 sec., 1635.322976287817 rows/sec., 114.19 KiB/sec. | ||
9264 | 2024.07.03 17:28:10.567259 [ 3 ] {7c66684d-2628-481a-9c38-a452f04a5919} <Debug> DynamicQueryHandler: Done processing query | ||
9265 | 2024.07.03 17:28:10.567283 [ 3 ] {7c66684d-2628-481a-9c38-a452f04a5919} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9266 | 2024.07.03 17:28:10.567299 [ 3 ] {} <Debug> HTTP-Session: 34104bcd-fda9-44fa-a053-04427719e225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9267 | 2024.07.03 17:28:10.567462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9268 | 2024.07.03 17:28:10.567511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9269 | 2024.07.03 17:28:10.567530 [ 3 ] {} <Debug> HTTP-Session: 2886c9e0-c456-4dcc-a434-8771da37c5e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9270 | 2024.07.03 17:28:10.567546 [ 3 ] {} <Debug> HTTP-Session: 2886c9e0-c456-4dcc-a434-8771da37c5e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9271 | 2024.07.03 17:28:10.567560 [ 3 ] {} <Debug> HTTP-Session: 2886c9e0-c456-4dcc-a434-8771da37c5e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9272 | 2024.07.03 17:28:10.567591 [ 3 ] {} <Trace> HTTP-Session: 2886c9e0-c456-4dcc-a434-8771da37c5e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9273 | 2024.07.03 17:28:10.567709 [ 3 ] {7538916b-cae7-449d-be79-8af8642b63dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9274 | 2024.07.03 17:28:10.567750 [ 3 ] {7538916b-cae7-449d-be79-8af8642b63dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9275 | 2024.07.03 17:28:10.567880 [ 3 ] {7538916b-cae7-449d-be79-8af8642b63dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9276 | 2024.07.03 17:28:10.568206 [ 3 ] {7538916b-cae7-449d-be79-8af8642b63dc} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9277 | 2024.07.03 17:28:10.568242 [ 3 ] {7538916b-cae7-449d-be79-8af8642b63dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9278 | 2024.07.03 17:28:10.568552 [ 3 ] {7538916b-cae7-449d-be79-8af8642b63dc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9279 | 2024.07.03 17:28:10.568866 [ 3 ] {7538916b-cae7-449d-be79-8af8642b63dc} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9280 | 2024.07.03 17:28:10.569008 [ 3 ] {7538916b-cae7-449d-be79-8af8642b63dc} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001338 sec., 59790.732436472346 rows/sec., 4.67 MiB/sec. | ||
9281 | 2024.07.03 17:28:10.569178 [ 3 ] {7538916b-cae7-449d-be79-8af8642b63dc} <Debug> DynamicQueryHandler: Done processing query | ||
9282 | 2024.07.03 17:28:10.569201 [ 3 ] {7538916b-cae7-449d-be79-8af8642b63dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9283 | 2024.07.03 17:28:10.569217 [ 3 ] {} <Debug> HTTP-Session: 2886c9e0-c456-4dcc-a434-8771da37c5e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9284 | 2024.07.03 17:28:10.569395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9285 | 2024.07.03 17:28:10.569445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9286 | 2024.07.03 17:28:10.569464 [ 3 ] {} <Debug> HTTP-Session: 47f4ee73-e024-4680-9b14-2446ba45cc89 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9287 | 2024.07.03 17:28:10.569480 [ 3 ] {} <Debug> HTTP-Session: 47f4ee73-e024-4680-9b14-2446ba45cc89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9288 | 2024.07.03 17:28:10.569494 [ 3 ] {} <Debug> HTTP-Session: 47f4ee73-e024-4680-9b14-2446ba45cc89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9289 | 2024.07.03 17:28:10.569525 [ 3 ] {} <Trace> HTTP-Session: 47f4ee73-e024-4680-9b14-2446ba45cc89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9290 | 2024.07.03 17:28:10.569675 [ 3 ] {d8964535-ef7f-4d3b-bf9d-3d6ada1a06bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9291 | 2024.07.03 17:28:10.569721 [ 3 ] {d8964535-ef7f-4d3b-bf9d-3d6ada1a06bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9292 | 2024.07.03 17:28:10.569867 [ 3 ] {d8964535-ef7f-4d3b-bf9d-3d6ada1a06bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9293 | 2024.07.03 17:28:10.570248 [ 3 ] {d8964535-ef7f-4d3b-bf9d-3d6ada1a06bd} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9294 | 2024.07.03 17:28:10.570284 [ 3 ] {d8964535-ef7f-4d3b-bf9d-3d6ada1a06bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9295 | 2024.07.03 17:28:10.570665 [ 3 ] {d8964535-ef7f-4d3b-bf9d-3d6ada1a06bd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9296 | 2024.07.03 17:28:10.571000 [ 3 ] {d8964535-ef7f-4d3b-bf9d-3d6ada1a06bd} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9297 | 2024.07.03 17:28:10.571147 [ 3 ] {d8964535-ef7f-4d3b-bf9d-3d6ada1a06bd} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001538 sec., 104681.4044213264 rows/sec., 7.29 MiB/sec. | ||
9298 | 2024.07.03 17:28:10.571315 [ 3 ] {d8964535-ef7f-4d3b-bf9d-3d6ada1a06bd} <Debug> DynamicQueryHandler: Done processing query | ||
9299 | 2024.07.03 17:28:10.571340 [ 3 ] {d8964535-ef7f-4d3b-bf9d-3d6ada1a06bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9300 | 2024.07.03 17:28:10.571355 [ 3 ] {} <Debug> HTTP-Session: 47f4ee73-e024-4680-9b14-2446ba45cc89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9301 | 2024.07.03 17:28:10.571569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22274, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9302 | 2024.07.03 17:28:10.571618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9303 | 2024.07.03 17:28:10.571638 [ 3 ] {} <Debug> HTTP-Session: 91a87d99-7523-4561-badb-4336e4c1e658 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9304 | 2024.07.03 17:28:10.571655 [ 3 ] {} <Debug> HTTP-Session: 91a87d99-7523-4561-badb-4336e4c1e658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9305 | 2024.07.03 17:28:10.571668 [ 3 ] {} <Debug> HTTP-Session: 91a87d99-7523-4561-badb-4336e4c1e658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9306 | 2024.07.03 17:28:10.571699 [ 3 ] {} <Trace> HTTP-Session: 91a87d99-7523-4561-badb-4336e4c1e658 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9307 | 2024.07.03 17:28:10.571902 [ 3 ] {f4ce5881-805a-4e7c-9a34-2de8802c1e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9308 | 2024.07.03 17:28:10.571965 [ 3 ] {f4ce5881-805a-4e7c-9a34-2de8802c1e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9309 | 2024.07.03 17:28:10.572373 [ 3 ] {f4ce5881-805a-4e7c-9a34-2de8802c1e08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9310 | 2024.07.03 17:28:10.572904 [ 3 ] {f4ce5881-805a-4e7c-9a34-2de8802c1e08} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9311 | 2024.07.03 17:28:10.572940 [ 3 ] {f4ce5881-805a-4e7c-9a34-2de8802c1e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9312 | 2024.07.03 17:28:10.573542 [ 3 ] {f4ce5881-805a-4e7c-9a34-2de8802c1e08} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9313 | 2024.07.03 17:28:10.573949 [ 3 ] {f4ce5881-805a-4e7c-9a34-2de8802c1e08} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9314 | 2024.07.03 17:28:10.574141 [ 3 ] {f4ce5881-805a-4e7c-9a34-2de8802c1e08} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002364 sec., 5922.165820642977 rows/sec., 10.61 MiB/sec. | ||
9315 | 2024.07.03 17:28:10.574366 [ 3 ] {f4ce5881-805a-4e7c-9a34-2de8802c1e08} <Debug> DynamicQueryHandler: Done processing query | ||
9316 | 2024.07.03 17:28:10.574390 [ 3 ] {f4ce5881-805a-4e7c-9a34-2de8802c1e08} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9317 | 2024.07.03 17:28:10.574406 [ 3 ] {} <Debug> HTTP-Session: 91a87d99-7523-4561-badb-4336e4c1e658 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9318 | 2024.07.03 17:28:10.574528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9319 | 2024.07.03 17:28:10.574577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9320 | 2024.07.03 17:28:10.574596 [ 3 ] {} <Debug> HTTP-Session: 9c211740-812f-4cc7-b607-e291017f880f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9321 | 2024.07.03 17:28:10.574612 [ 3 ] {} <Debug> HTTP-Session: 9c211740-812f-4cc7-b607-e291017f880f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9322 | 2024.07.03 17:28:10.574626 [ 3 ] {} <Debug> HTTP-Session: 9c211740-812f-4cc7-b607-e291017f880f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9323 | 2024.07.03 17:28:10.574658 [ 3 ] {} <Trace> HTTP-Session: 9c211740-812f-4cc7-b607-e291017f880f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9324 | 2024.07.03 17:28:10.574788 [ 3 ] {24e1754f-6345-4e97-8251-d6b61698c8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9325 | 2024.07.03 17:28:10.574833 [ 3 ] {24e1754f-6345-4e97-8251-d6b61698c8b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9326 | 2024.07.03 17:28:10.574961 [ 3 ] {24e1754f-6345-4e97-8251-d6b61698c8b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9327 | 2024.07.03 17:28:10.575248 [ 3 ] {24e1754f-6345-4e97-8251-d6b61698c8b2} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9328 | 2024.07.03 17:28:10.575284 [ 3 ] {24e1754f-6345-4e97-8251-d6b61698c8b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9329 | 2024.07.03 17:28:10.575711 [ 3 ] {24e1754f-6345-4e97-8251-d6b61698c8b2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9330 | 2024.07.03 17:28:10.576023 [ 3 ] {24e1754f-6345-4e97-8251-d6b61698c8b2} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9331 | 2024.07.03 17:28:10.576178 [ 3 ] {24e1754f-6345-4e97-8251-d6b61698c8b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
9332 | 2024.07.03 17:28:10.576357 [ 3 ] {24e1754f-6345-4e97-8251-d6b61698c8b2} <Debug> DynamicQueryHandler: Done processing query | ||
9333 | 2024.07.03 17:28:10.576391 [ 3 ] {24e1754f-6345-4e97-8251-d6b61698c8b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9334 | 2024.07.03 17:28:10.576412 [ 3 ] {} <Debug> HTTP-Session: 9c211740-812f-4cc7-b607-e291017f880f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9335 | 2024.07.03 17:28:15.559333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9336 | 2024.07.03 17:28:15.559518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9337 | 2024.07.03 17:28:15.559562 [ 3 ] {} <Debug> HTTP-Session: 20fd0bd2-c80d-42d7-a9f0-035d43e153f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9338 | 2024.07.03 17:28:15.559602 [ 3 ] {} <Debug> HTTP-Session: 20fd0bd2-c80d-42d7-a9f0-035d43e153f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9339 | 2024.07.03 17:28:15.559629 [ 3 ] {} <Debug> HTTP-Session: 20fd0bd2-c80d-42d7-a9f0-035d43e153f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9340 | 2024.07.03 17:28:15.559705 [ 3 ] {} <Trace> HTTP-Session: 20fd0bd2-c80d-42d7-a9f0-035d43e153f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9341 | 2024.07.03 17:28:15.559983 [ 3 ] {7d914738-fe84-49e0-81fd-5b089799e2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9342 | 2024.07.03 17:28:15.560082 [ 3 ] {7d914738-fe84-49e0-81fd-5b089799e2bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9343 | 2024.07.03 17:28:15.560327 [ 3 ] {7d914738-fe84-49e0-81fd-5b089799e2bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9344 | 2024.07.03 17:28:15.560784 [ 3 ] {7d914738-fe84-49e0-81fd-5b089799e2bb} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9345 | 2024.07.03 17:28:15.560827 [ 3 ] {7d914738-fe84-49e0-81fd-5b089799e2bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9346 | 2024.07.03 17:28:15.561187 [ 3 ] {7d914738-fe84-49e0-81fd-5b089799e2bb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9347 | 2024.07.03 17:28:15.561519 [ 3 ] {7d914738-fe84-49e0-81fd-5b089799e2bb} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9348 | 2024.07.03 17:28:15.561658 [ 3 ] {7d914738-fe84-49e0-81fd-5b089799e2bb} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001764 sec., 9070.2947845805 rows/sec., 735.19 KiB/sec. | ||
9349 | 2024.07.03 17:28:15.561852 [ 3 ] {7d914738-fe84-49e0-81fd-5b089799e2bb} <Debug> DynamicQueryHandler: Done processing query | ||
9350 | 2024.07.03 17:28:15.561878 [ 3 ] {7d914738-fe84-49e0-81fd-5b089799e2bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9351 | 2024.07.03 17:28:15.561895 [ 3 ] {} <Debug> HTTP-Session: 20fd0bd2-c80d-42d7-a9f0-035d43e153f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9352 | 2024.07.03 17:28:15.562067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9353 | 2024.07.03 17:28:15.562117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9354 | 2024.07.03 17:28:15.562137 [ 3 ] {} <Debug> HTTP-Session: 99cd5ebb-618a-482e-9222-f560945137e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9355 | 2024.07.03 17:28:15.562154 [ 3 ] {} <Debug> HTTP-Session: 99cd5ebb-618a-482e-9222-f560945137e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9356 | 2024.07.03 17:28:15.562168 [ 3 ] {} <Debug> HTTP-Session: 99cd5ebb-618a-482e-9222-f560945137e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9357 | 2024.07.03 17:28:15.562200 [ 3 ] {} <Trace> HTTP-Session: 99cd5ebb-618a-482e-9222-f560945137e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9358 | 2024.07.03 17:28:15.562322 [ 3 ] {1d01ef9f-7355-4d41-9ba8-2443f073f193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9359 | 2024.07.03 17:28:15.562365 [ 3 ] {1d01ef9f-7355-4d41-9ba8-2443f073f193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9360 | 2024.07.03 17:28:15.562489 [ 3 ] {1d01ef9f-7355-4d41-9ba8-2443f073f193} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9361 | 2024.07.03 17:28:15.562957 [ 3 ] {1d01ef9f-7355-4d41-9ba8-2443f073f193} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9362 | 2024.07.03 17:28:15.562994 [ 3 ] {1d01ef9f-7355-4d41-9ba8-2443f073f193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9363 | 2024.07.03 17:28:15.563308 [ 3 ] {1d01ef9f-7355-4d41-9ba8-2443f073f193} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9364 | 2024.07.03 17:28:15.563607 [ 3 ] {1d01ef9f-7355-4d41-9ba8-2443f073f193} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9365 | 2024.07.03 17:28:15.563733 [ 3 ] {1d01ef9f-7355-4d41-9ba8-2443f073f193} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001459 sec., 71281.69979437972 rows/sec., 5.87 MiB/sec. | ||
9366 | 2024.07.03 17:28:15.563742 [ 150 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9367 | 2024.07.03 17:28:15.563799 [ 150 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9368 | 2024.07.03 17:28:15.563837 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9369 | 2024.07.03 17:28:15.563916 [ 3 ] {1d01ef9f-7355-4d41-9ba8-2443f073f193} <Debug> DynamicQueryHandler: Done processing query | ||
9370 | 2024.07.03 17:28:15.563971 [ 3 ] {1d01ef9f-7355-4d41-9ba8-2443f073f193} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9371 | 2024.07.03 17:28:15.564021 [ 3 ] {} <Debug> HTTP-Session: 99cd5ebb-618a-482e-9222-f560945137e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9372 | 2024.07.03 17:28:15.564053 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
9373 | 2024.07.03 17:28:15.564246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9374 | 2024.07.03 17:28:15.564407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9375 | 2024.07.03 17:28:15.564497 [ 3 ] {} <Debug> HTTP-Session: 917a7322-10c0-4ce6-88da-6ec44da7f835 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9376 | 2024.07.03 17:28:15.564595 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9377 | 2024.07.03 17:28:15.564594 [ 3 ] {} <Debug> HTTP-Session: 917a7322-10c0-4ce6-88da-6ec44da7f835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9378 | 2024.07.03 17:28:15.564672 [ 3 ] {} <Debug> HTTP-Session: 917a7322-10c0-4ce6-88da-6ec44da7f835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9379 | 2024.07.03 17:28:15.564709 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 189 rows starting from the beginning of the part | ||
9380 | 2024.07.03 17:28:15.564823 [ 3 ] {} <Trace> HTTP-Session: 917a7322-10c0-4ce6-88da-6ec44da7f835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9381 | 2024.07.03 17:28:15.565175 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 104 rows starting from the beginning of the part | ||
9382 | 2024.07.03 17:28:15.565325 [ 3 ] {48d89cd7-5e6f-4c69-87e6-62ae0e853acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9383 | 2024.07.03 17:28:15.565593 [ 3 ] {48d89cd7-5e6f-4c69-87e6-62ae0e853acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9384 | 2024.07.03 17:28:15.565730 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 98 rows starting from the beginning of the part | ||
9385 | 2024.07.03 17:28:15.566133 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 104 rows starting from the beginning of the part | ||
9386 | 2024.07.03 17:28:15.566517 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 99 rows starting from the beginning of the part | ||
9387 | 2024.07.03 17:28:15.566736 [ 194 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 104 rows starting from the beginning of the part | ||
9388 | 2024.07.03 17:28:15.566763 [ 3 ] {48d89cd7-5e6f-4c69-87e6-62ae0e853acb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9389 | 2024.07.03 17:28:15.567508 [ 3 ] {48d89cd7-5e6f-4c69-87e6-62ae0e853acb} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9390 | 2024.07.03 17:28:15.567551 [ 3 ] {48d89cd7-5e6f-4c69-87e6-62ae0e853acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9391 | 2024.07.03 17:28:15.568058 [ 3 ] {48d89cd7-5e6f-4c69-87e6-62ae0e853acb} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9392 | 2024.07.03 17:28:15.568428 [ 200 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 698 rows, containing 4 columns (4 merged, 0 gathered) in 0.004527369 sec., 154173.42832006846 rows/sec., 12.60 MiB/sec. | ||
9393 | 2024.07.03 17:28:15.568508 [ 3 ] {48d89cd7-5e6f-4c69-87e6-62ae0e853acb} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9394 | 2024.07.03 17:28:15.568735 [ 150 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9395 | 2024.07.03 17:28:15.568751 [ 200 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9396 | 2024.07.03 17:28:15.568755 [ 3 ] {48d89cd7-5e6f-4c69-87e6-62ae0e853acb} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.003659 sec., 21863.897239682974 rows/sec., 1.71 MiB/sec. | ||
9397 | 2024.07.03 17:28:15.568800 [ 150 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9398 | 2024.07.03 17:28:15.568898 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9399 | 2024.07.03 17:28:15.569504 [ 3 ] {48d89cd7-5e6f-4c69-87e6-62ae0e853acb} <Debug> DynamicQueryHandler: Done processing query | ||
9400 | 2024.07.03 17:28:15.569591 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
9401 | 2024.07.03 17:28:15.569607 [ 3 ] {48d89cd7-5e6f-4c69-87e6-62ae0e853acb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9402 | 2024.07.03 17:28:15.569696 [ 3 ] {} <Debug> HTTP-Session: 917a7322-10c0-4ce6-88da-6ec44da7f835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9403 | 2024.07.03 17:28:15.569980 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9404 | 2024.07.03 17:28:15.570019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9405 | 2024.07.03 17:28:15.570035 [ 200 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_61_12} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9406 | 2024.07.03 17:28:15.570076 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 150 rows starting from the beginning of the part | ||
9407 | 2024.07.03 17:28:15.570185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9408 | 2024.07.03 17:28:15.570395 [ 200 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_61_12} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9409 | 2024.07.03 17:28:15.570404 [ 3 ] {} <Debug> HTTP-Session: 062724eb-e974-4ccf-bbcd-c993a3e0a5d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9410 | 2024.07.03 17:28:15.570485 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 80 rows starting from the beginning of the part | ||
9411 | 2024.07.03 17:28:15.570566 [ 3 ] {} <Debug> HTTP-Session: 062724eb-e974-4ccf-bbcd-c993a3e0a5d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9412 | 2024.07.03 17:28:15.570744 [ 3 ] {} <Debug> HTTP-Session: 062724eb-e974-4ccf-bbcd-c993a3e0a5d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9413 | 2024.07.03 17:28:15.570808 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
9414 | 2024.07.03 17:28:15.570918 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 78 rows starting from the beginning of the part | ||
9415 | 2024.07.03 17:28:15.570986 [ 3 ] {} <Trace> HTTP-Session: 062724eb-e974-4ccf-bbcd-c993a3e0a5d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9416 | 2024.07.03 17:28:15.571159 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 80 rows starting from the beginning of the part | ||
9417 | 2024.07.03 17:28:15.571357 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 80 rows starting from the beginning of the part | ||
9418 | 2024.07.03 17:28:15.571521 [ 3 ] {b153e33c-651c-4a28-b3ec-b42f4f3dfbf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9419 | 2024.07.03 17:28:15.571628 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 80 rows starting from the beginning of the part | ||
9420 | 2024.07.03 17:28:15.571726 [ 3 ] {b153e33c-651c-4a28-b3ec-b42f4f3dfbf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9421 | 2024.07.03 17:28:15.572434 [ 3 ] {b153e33c-651c-4a28-b3ec-b42f4f3dfbf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9422 | 2024.07.03 17:28:15.573422 [ 3 ] {b153e33c-651c-4a28-b3ec-b42f4f3dfbf8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9423 | 2024.07.03 17:28:15.573499 [ 3 ] {b153e33c-651c-4a28-b3ec-b42f4f3dfbf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9424 | 2024.07.03 17:28:15.574532 [ 3 ] {b153e33c-651c-4a28-b3ec-b42f4f3dfbf8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9425 | 2024.07.03 17:28:15.574567 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 548 rows, containing 4 columns (4 merged, 0 gathered) in 0.005453523 sec., 100485.50267414293 rows/sec., 7.85 MiB/sec. | ||
9426 | 2024.07.03 17:28:15.574844 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9427 | 2024.07.03 17:28:15.575245 [ 3 ] {b153e33c-651c-4a28-b3ec-b42f4f3dfbf8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9428 | 2024.07.03 17:28:15.575685 [ 3 ] {b153e33c-651c-4a28-b3ec-b42f4f3dfbf8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004406 sec., 36314.117113027685 rows/sec., 2.53 MiB/sec. | ||
9429 | 2024.07.03 17:28:15.575881 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_61_12} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9430 | 2024.07.03 17:28:15.576031 [ 3 ] {b153e33c-651c-4a28-b3ec-b42f4f3dfbf8} <Debug> DynamicQueryHandler: Done processing query | ||
9431 | 2024.07.03 17:28:15.576044 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_61_12} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9432 | 2024.07.03 17:28:15.576082 [ 3 ] {b153e33c-651c-4a28-b3ec-b42f4f3dfbf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9433 | 2024.07.03 17:28:15.576108 [ 3 ] {} <Debug> HTTP-Session: 062724eb-e974-4ccf-bbcd-c993a3e0a5d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9434 | 2024.07.03 17:28:15.576228 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9435 | 2024.07.03 17:28:15.576292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9436 | 2024.07.03 17:28:15.576348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9437 | 2024.07.03 17:28:15.576367 [ 3 ] {} <Debug> HTTP-Session: 6fe85513-c80c-47d7-b2f8-d31b27c7c00d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9438 | 2024.07.03 17:28:15.576384 [ 3 ] {} <Debug> HTTP-Session: 6fe85513-c80c-47d7-b2f8-d31b27c7c00d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9439 | 2024.07.03 17:28:15.576399 [ 3 ] {} <Debug> HTTP-Session: 6fe85513-c80c-47d7-b2f8-d31b27c7c00d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9440 | 2024.07.03 17:28:15.576431 [ 3 ] {} <Trace> HTTP-Session: 6fe85513-c80c-47d7-b2f8-d31b27c7c00d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9441 | 2024.07.03 17:28:15.576678 [ 3 ] {673b960e-1101-4ea4-9928-f397f2b7bc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9442 | 2024.07.03 17:28:15.576755 [ 3 ] {673b960e-1101-4ea4-9928-f397f2b7bc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9443 | 2024.07.03 17:28:15.577205 [ 3 ] {673b960e-1101-4ea4-9928-f397f2b7bc75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9444 | 2024.07.03 17:28:15.577821 [ 3 ] {673b960e-1101-4ea4-9928-f397f2b7bc75} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9445 | 2024.07.03 17:28:15.577857 [ 3 ] {673b960e-1101-4ea4-9928-f397f2b7bc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9446 | 2024.07.03 17:28:15.578464 [ 3 ] {673b960e-1101-4ea4-9928-f397f2b7bc75} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9447 | 2024.07.03 17:28:15.578883 [ 3 ] {673b960e-1101-4ea4-9928-f397f2b7bc75} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9448 | 2024.07.03 17:28:15.579024 [ 3 ] {673b960e-1101-4ea4-9928-f397f2b7bc75} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002507 sec., 6382.130035899481 rows/sec., 11.44 MiB/sec. | ||
9449 | 2024.07.03 17:28:15.579238 [ 3 ] {673b960e-1101-4ea4-9928-f397f2b7bc75} <Debug> DynamicQueryHandler: Done processing query | ||
9450 | 2024.07.03 17:28:15.579263 [ 3 ] {673b960e-1101-4ea4-9928-f397f2b7bc75} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9451 | 2024.07.03 17:28:15.579279 [ 3 ] {} <Debug> HTTP-Session: 6fe85513-c80c-47d7-b2f8-d31b27c7c00d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9452 | 2024.07.03 17:28:15.579420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9453 | 2024.07.03 17:28:15.579469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9454 | 2024.07.03 17:28:15.579489 [ 3 ] {} <Debug> HTTP-Session: 97706311-0dc0-44a5-b4f4-4d554067a475 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9455 | 2024.07.03 17:28:15.579506 [ 3 ] {} <Debug> HTTP-Session: 97706311-0dc0-44a5-b4f4-4d554067a475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9456 | 2024.07.03 17:28:15.579520 [ 3 ] {} <Debug> HTTP-Session: 97706311-0dc0-44a5-b4f4-4d554067a475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9457 | 2024.07.03 17:28:15.579551 [ 3 ] {} <Trace> HTTP-Session: 97706311-0dc0-44a5-b4f4-4d554067a475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9458 | 2024.07.03 17:28:15.579664 [ 3 ] {402b26e4-327e-434a-89ea-59b90a78699c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9459 | 2024.07.03 17:28:15.579709 [ 3 ] {402b26e4-327e-434a-89ea-59b90a78699c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9460 | 2024.07.03 17:28:15.579836 [ 3 ] {402b26e4-327e-434a-89ea-59b90a78699c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9461 | 2024.07.03 17:28:15.580162 [ 3 ] {402b26e4-327e-434a-89ea-59b90a78699c} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9462 | 2024.07.03 17:28:15.580198 [ 3 ] {402b26e4-327e-434a-89ea-59b90a78699c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9463 | 2024.07.03 17:28:15.580555 [ 3 ] {402b26e4-327e-434a-89ea-59b90a78699c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9464 | 2024.07.03 17:28:15.580871 [ 3 ] {402b26e4-327e-434a-89ea-59b90a78699c} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9465 | 2024.07.03 17:28:15.580999 [ 3 ] {402b26e4-327e-434a-89ea-59b90a78699c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. | ||
9466 | 2024.07.03 17:28:15.581249 [ 3 ] {402b26e4-327e-434a-89ea-59b90a78699c} <Debug> DynamicQueryHandler: Done processing query | ||
9467 | 2024.07.03 17:28:15.581309 [ 3 ] {402b26e4-327e-434a-89ea-59b90a78699c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9468 | 2024.07.03 17:28:15.581373 [ 3 ] {} <Debug> HTTP-Session: 97706311-0dc0-44a5-b4f4-4d554067a475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9469 | 2024.07.03 17:28:18.471155 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9470 | 2024.07.03 17:28:18.471214 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9471 | 2024.07.03 17:28:20.560362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9472 | 2024.07.03 17:28:20.560500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9473 | 2024.07.03 17:28:20.560532 [ 3 ] {} <Debug> HTTP-Session: f2ba62fd-3cbd-4af1-9eed-9b4d6f2162be Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9474 | 2024.07.03 17:28:20.560560 [ 3 ] {} <Debug> HTTP-Session: f2ba62fd-3cbd-4af1-9eed-9b4d6f2162be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9475 | 2024.07.03 17:28:20.560578 [ 3 ] {} <Debug> HTTP-Session: f2ba62fd-3cbd-4af1-9eed-9b4d6f2162be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9476 | 2024.07.03 17:28:20.560634 [ 3 ] {} <Trace> HTTP-Session: f2ba62fd-3cbd-4af1-9eed-9b4d6f2162be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9477 | 2024.07.03 17:28:20.560835 [ 3 ] {d2c02537-e4c0-4284-a17f-97c5f23c73bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9478 | 2024.07.03 17:28:20.560910 [ 3 ] {d2c02537-e4c0-4284-a17f-97c5f23c73bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9479 | 2024.07.03 17:28:20.561131 [ 3 ] {d2c02537-e4c0-4284-a17f-97c5f23c73bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9480 | 2024.07.03 17:28:20.561598 [ 3 ] {d2c02537-e4c0-4284-a17f-97c5f23c73bb} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9481 | 2024.07.03 17:28:20.561641 [ 3 ] {d2c02537-e4c0-4284-a17f-97c5f23c73bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9482 | 2024.07.03 17:28:20.562010 [ 3 ] {d2c02537-e4c0-4284-a17f-97c5f23c73bb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9483 | 2024.07.03 17:28:20.562353 [ 3 ] {d2c02537-e4c0-4284-a17f-97c5f23c73bb} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9484 | 2024.07.03 17:28:20.562501 [ 3 ] {d2c02537-e4c0-4284-a17f-97c5f23c73bb} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.00173 sec., 8092.485549132948 rows/sec., 655.93 KiB/sec. | ||
9485 | 2024.07.03 17:28:20.562512 [ 146 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
9486 | 2024.07.03 17:28:20.562576 [ 146 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9487 | 2024.07.03 17:28:20.562616 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9488 | 2024.07.03 17:28:20.562723 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
9489 | 2024.07.03 17:28:20.562731 [ 3 ] {d2c02537-e4c0-4284-a17f-97c5f23c73bb} <Debug> DynamicQueryHandler: Done processing query | ||
9490 | 2024.07.03 17:28:20.562772 [ 3 ] {d2c02537-e4c0-4284-a17f-97c5f23c73bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9491 | 2024.07.03 17:28:20.562798 [ 3 ] {} <Debug> HTTP-Session: f2ba62fd-3cbd-4af1-9eed-9b4d6f2162be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9492 | 2024.07.03 17:28:20.562860 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9493 | 2024.07.03 17:28:20.562891 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 30 rows starting from the beginning of the part | ||
9494 | 2024.07.03 17:28:20.562963 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
9495 | 2024.07.03 17:28:20.562975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 19040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9496 | 2024.07.03 17:28:20.563188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9497 | 2024.07.03 17:28:20.563270 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part | ||
9498 | 2024.07.03 17:28:20.563315 [ 3 ] {} <Debug> HTTP-Session: 153bbbc8-44e1-4f57-9f5e-5f1542dd4cdd Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9499 | 2024.07.03 17:28:20.563416 [ 3 ] {} <Debug> HTTP-Session: 153bbbc8-44e1-4f57-9f5e-5f1542dd4cdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9500 | 2024.07.03 17:28:20.563530 [ 3 ] {} <Debug> HTTP-Session: 153bbbc8-44e1-4f57-9f5e-5f1542dd4cdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9501 | 2024.07.03 17:28:20.563691 [ 3 ] {} <Trace> HTTP-Session: 153bbbc8-44e1-4f57-9f5e-5f1542dd4cdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9502 | 2024.07.03 17:28:20.563685 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
9503 | 2024.07.03 17:28:20.564017 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
9504 | 2024.07.03 17:28:20.564102 [ 3 ] {b3989d70-c58b-4304-842a-8259e9181e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9505 | 2024.07.03 17:28:20.564181 [ 3 ] {b3989d70-c58b-4304-842a-8259e9181e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9506 | 2024.07.03 17:28:20.564192 [ 190 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
9507 | 2024.07.03 17:28:20.564977 [ 3 ] {b3989d70-c58b-4304-842a-8259e9181e21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9508 | 2024.07.03 17:28:20.565559 [ 3 ] {b3989d70-c58b-4304-842a-8259e9181e21} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9509 | 2024.07.03 17:28:20.565603 [ 3 ] {b3989d70-c58b-4304-842a-8259e9181e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9510 | 2024.07.03 17:28:20.566122 [ 3 ] {b3989d70-c58b-4304-842a-8259e9181e21} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9511 | 2024.07.03 17:28:20.566228 [ 200 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.003547283 sec., 29318.213404456314 rows/sec., 2.32 MiB/sec. | ||
9512 | 2024.07.03 17:28:20.566622 [ 200 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
9513 | 2024.07.03 17:28:20.566696 [ 3 ] {b3989d70-c58b-4304-842a-8259e9181e21} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9514 | 2024.07.03 17:28:20.567032 [ 3 ] {b3989d70-c58b-4304-842a-8259e9181e21} <Debug> executeQuery: Read 134 rows, 10.89 KiB in 0.003127 sec., 42852.57435241446 rows/sec., 3.40 MiB/sec. | ||
9515 | 2024.07.03 17:28:20.567495 [ 3 ] {b3989d70-c58b-4304-842a-8259e9181e21} <Debug> DynamicQueryHandler: Done processing query | ||
9516 | 2024.07.03 17:28:20.567536 [ 3 ] {b3989d70-c58b-4304-842a-8259e9181e21} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9517 | 2024.07.03 17:28:20.567577 [ 3 ] {} <Debug> HTTP-Session: 153bbbc8-44e1-4f57-9f5e-5f1542dd4cdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9518 | 2024.07.03 17:28:20.567718 [ 200 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9519 | 2024.07.03 17:28:20.567809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9520 | 2024.07.03 17:28:20.567883 [ 200 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_60_12} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
9521 | 2024.07.03 17:28:20.567909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9522 | 2024.07.03 17:28:20.567939 [ 3 ] {} <Debug> HTTP-Session: 22d76ed3-3460-427e-babe-db38c5407d9a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9523 | 2024.07.03 17:28:20.567982 [ 3 ] {} <Debug> HTTP-Session: 22d76ed3-3460-427e-babe-db38c5407d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9524 | 2024.07.03 17:28:20.568029 [ 3 ] {} <Debug> HTTP-Session: 22d76ed3-3460-427e-babe-db38c5407d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9525 | 2024.07.03 17:28:20.568058 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9526 | 2024.07.03 17:28:20.568083 [ 3 ] {} <Trace> HTTP-Session: 22d76ed3-3460-427e-babe-db38c5407d9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9527 | 2024.07.03 17:28:20.568242 [ 3 ] {04d8409d-a098-40b8-b1f8-806e5f4d3987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9528 | 2024.07.03 17:28:20.568288 [ 3 ] {04d8409d-a098-40b8-b1f8-806e5f4d3987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9529 | 2024.07.03 17:28:20.568440 [ 3 ] {04d8409d-a098-40b8-b1f8-806e5f4d3987} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9530 | 2024.07.03 17:28:20.568838 [ 3 ] {04d8409d-a098-40b8-b1f8-806e5f4d3987} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9531 | 2024.07.03 17:28:20.568877 [ 3 ] {04d8409d-a098-40b8-b1f8-806e5f4d3987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9532 | 2024.07.03 17:28:20.569217 [ 3 ] {04d8409d-a098-40b8-b1f8-806e5f4d3987} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9533 | 2024.07.03 17:28:20.569539 [ 3 ] {04d8409d-a098-40b8-b1f8-806e5f4d3987} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9534 | 2024.07.03 17:28:20.569663 [ 3 ] {04d8409d-a098-40b8-b1f8-806e5f4d3987} <Debug> executeQuery: Read 102 rows, 8.13 KiB in 0.001472 sec., 69293.47826086957 rows/sec., 5.40 MiB/sec. | ||
9535 | 2024.07.03 17:28:20.569911 [ 3 ] {04d8409d-a098-40b8-b1f8-806e5f4d3987} <Debug> DynamicQueryHandler: Done processing query | ||
9536 | 2024.07.03 17:28:20.569979 [ 3 ] {04d8409d-a098-40b8-b1f8-806e5f4d3987} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9537 | 2024.07.03 17:28:20.570036 [ 3 ] {} <Debug> HTTP-Session: 22d76ed3-3460-427e-babe-db38c5407d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9538 | 2024.07.03 17:28:20.570293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 37598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9539 | 2024.07.03 17:28:20.570346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9540 | 2024.07.03 17:28:20.570365 [ 3 ] {} <Debug> HTTP-Session: 31e75fdd-0a8b-4d99-8f3f-5d0a6920fb30 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9541 | 2024.07.03 17:28:20.570382 [ 3 ] {} <Debug> HTTP-Session: 31e75fdd-0a8b-4d99-8f3f-5d0a6920fb30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9542 | 2024.07.03 17:28:20.570396 [ 3 ] {} <Debug> HTTP-Session: 31e75fdd-0a8b-4d99-8f3f-5d0a6920fb30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9543 | 2024.07.03 17:28:20.570428 [ 3 ] {} <Trace> HTTP-Session: 31e75fdd-0a8b-4d99-8f3f-5d0a6920fb30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9544 | 2024.07.03 17:28:20.570604 [ 3 ] {ce118bd7-c393-4ac0-974f-f701e54ac37f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9545 | 2024.07.03 17:28:20.570653 [ 3 ] {ce118bd7-c393-4ac0-974f-f701e54ac37f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9546 | 2024.07.03 17:28:20.570814 [ 3 ] {ce118bd7-c393-4ac0-974f-f701e54ac37f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9547 | 2024.07.03 17:28:20.571229 [ 3 ] {ce118bd7-c393-4ac0-974f-f701e54ac37f} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9548 | 2024.07.03 17:28:20.571264 [ 3 ] {ce118bd7-c393-4ac0-974f-f701e54ac37f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9549 | 2024.07.03 17:28:20.571646 [ 3 ] {ce118bd7-c393-4ac0-974f-f701e54ac37f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9550 | 2024.07.03 17:28:20.571980 [ 3 ] {ce118bd7-c393-4ac0-974f-f701e54ac37f} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9551 | 2024.07.03 17:28:20.572118 [ 3 ] {ce118bd7-c393-4ac0-974f-f701e54ac37f} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001599 sec., 122576.61038148844 rows/sec., 8.56 MiB/sec. | ||
9552 | 2024.07.03 17:28:20.572318 [ 3 ] {ce118bd7-c393-4ac0-974f-f701e54ac37f} <Debug> DynamicQueryHandler: Done processing query | ||
9553 | 2024.07.03 17:28:20.572342 [ 3 ] {ce118bd7-c393-4ac0-974f-f701e54ac37f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9554 | 2024.07.03 17:28:20.572357 [ 3 ] {} <Debug> HTTP-Session: 31e75fdd-0a8b-4d99-8f3f-5d0a6920fb30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9555 | 2024.07.03 17:28:20.572531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22274, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9556 | 2024.07.03 17:28:20.572580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9557 | 2024.07.03 17:28:20.572600 [ 3 ] {} <Debug> HTTP-Session: c9ec7532-511e-4477-91ae-2b3aa68d2c4c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9558 | 2024.07.03 17:28:20.572618 [ 3 ] {} <Debug> HTTP-Session: c9ec7532-511e-4477-91ae-2b3aa68d2c4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9559 | 2024.07.03 17:28:20.572633 [ 3 ] {} <Debug> HTTP-Session: c9ec7532-511e-4477-91ae-2b3aa68d2c4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9560 | 2024.07.03 17:28:20.572663 [ 3 ] {} <Trace> HTTP-Session: c9ec7532-511e-4477-91ae-2b3aa68d2c4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9561 | 2024.07.03 17:28:20.572916 [ 3 ] {f8f8cdc7-87d0-4532-8a16-6317e5c97794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9562 | 2024.07.03 17:28:20.572984 [ 3 ] {f8f8cdc7-87d0-4532-8a16-6317e5c97794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9563 | 2024.07.03 17:28:20.573392 [ 3 ] {f8f8cdc7-87d0-4532-8a16-6317e5c97794} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9564 | 2024.07.03 17:28:20.573935 [ 3 ] {f8f8cdc7-87d0-4532-8a16-6317e5c97794} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9565 | 2024.07.03 17:28:20.573971 [ 3 ] {f8f8cdc7-87d0-4532-8a16-6317e5c97794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9566 | 2024.07.03 17:28:20.574559 [ 3 ] {f8f8cdc7-87d0-4532-8a16-6317e5c97794} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9567 | 2024.07.03 17:28:20.574958 [ 3 ] {f8f8cdc7-87d0-4532-8a16-6317e5c97794} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9568 | 2024.07.03 17:28:20.575148 [ 3 ] {f8f8cdc7-87d0-4532-8a16-6317e5c97794} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002361 sec., 5929.690808979247 rows/sec., 10.63 MiB/sec. | ||
9569 | 2024.07.03 17:28:20.575357 [ 3 ] {f8f8cdc7-87d0-4532-8a16-6317e5c97794} <Debug> DynamicQueryHandler: Done processing query | ||
9570 | 2024.07.03 17:28:20.575456 [ 3 ] {f8f8cdc7-87d0-4532-8a16-6317e5c97794} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9571 | 2024.07.03 17:28:20.575472 [ 3 ] {} <Debug> HTTP-Session: c9ec7532-511e-4477-91ae-2b3aa68d2c4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9572 | 2024.07.03 17:28:20.575603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9573 | 2024.07.03 17:28:20.575650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9574 | 2024.07.03 17:28:20.575668 [ 3 ] {} <Debug> HTTP-Session: 6ad9979b-bbc1-4d8b-95da-c38f9c9e9f53 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9575 | 2024.07.03 17:28:20.575684 [ 3 ] {} <Debug> HTTP-Session: 6ad9979b-bbc1-4d8b-95da-c38f9c9e9f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9576 | 2024.07.03 17:28:20.575698 [ 3 ] {} <Debug> HTTP-Session: 6ad9979b-bbc1-4d8b-95da-c38f9c9e9f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9577 | 2024.07.03 17:28:20.575728 [ 3 ] {} <Trace> HTTP-Session: 6ad9979b-bbc1-4d8b-95da-c38f9c9e9f53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9578 | 2024.07.03 17:28:20.575849 [ 3 ] {f53991e6-bc3f-415a-9828-3c8b87887501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9579 | 2024.07.03 17:28:20.575894 [ 3 ] {f53991e6-bc3f-415a-9828-3c8b87887501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9580 | 2024.07.03 17:28:20.576019 [ 3 ] {f53991e6-bc3f-415a-9828-3c8b87887501} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9581 | 2024.07.03 17:28:20.576319 [ 3 ] {f53991e6-bc3f-415a-9828-3c8b87887501} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9582 | 2024.07.03 17:28:20.576354 [ 3 ] {f53991e6-bc3f-415a-9828-3c8b87887501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9583 | 2024.07.03 17:28:20.576723 [ 3 ] {f53991e6-bc3f-415a-9828-3c8b87887501} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9584 | 2024.07.03 17:28:20.577036 [ 3 ] {f53991e6-bc3f-415a-9828-3c8b87887501} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9585 | 2024.07.03 17:28:20.577195 [ 3 ] {f53991e6-bc3f-415a-9828-3c8b87887501} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
9586 | 2024.07.03 17:28:20.577359 [ 3 ] {f53991e6-bc3f-415a-9828-3c8b87887501} <Debug> DynamicQueryHandler: Done processing query | ||
9587 | 2024.07.03 17:28:20.577382 [ 3 ] {f53991e6-bc3f-415a-9828-3c8b87887501} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9588 | 2024.07.03 17:28:20.577397 [ 3 ] {} <Debug> HTTP-Session: 6ad9979b-bbc1-4d8b-95da-c38f9c9e9f53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9589 | 2024.07.03 17:28:25.559769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9590 | 2024.07.03 17:28:25.559933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9591 | 2024.07.03 17:28:25.559967 [ 3 ] {} <Debug> HTTP-Session: 92f7a22f-b0ca-4a6c-9777-bd217216d3d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9592 | 2024.07.03 17:28:25.560000 [ 3 ] {} <Debug> HTTP-Session: 92f7a22f-b0ca-4a6c-9777-bd217216d3d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9593 | 2024.07.03 17:28:25.560021 [ 3 ] {} <Debug> HTTP-Session: 92f7a22f-b0ca-4a6c-9777-bd217216d3d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9594 | 2024.07.03 17:28:25.560086 [ 3 ] {} <Trace> HTTP-Session: 92f7a22f-b0ca-4a6c-9777-bd217216d3d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9595 | 2024.07.03 17:28:25.560333 [ 3 ] {eb6dd249-a765-4a9f-b4c0-788b14c3093e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9596 | 2024.07.03 17:28:25.560422 [ 3 ] {eb6dd249-a765-4a9f-b4c0-788b14c3093e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9597 | 2024.07.03 17:28:25.560674 [ 3 ] {eb6dd249-a765-4a9f-b4c0-788b14c3093e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9598 | 2024.07.03 17:28:25.561083 [ 3 ] {eb6dd249-a765-4a9f-b4c0-788b14c3093e} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9599 | 2024.07.03 17:28:25.561125 [ 3 ] {eb6dd249-a765-4a9f-b4c0-788b14c3093e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9600 | 2024.07.03 17:28:25.561492 [ 3 ] {eb6dd249-a765-4a9f-b4c0-788b14c3093e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9601 | 2024.07.03 17:28:25.561819 [ 3 ] {eb6dd249-a765-4a9f-b4c0-788b14c3093e} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9602 | 2024.07.03 17:28:25.561978 [ 3 ] {eb6dd249-a765-4a9f-b4c0-788b14c3093e} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001715 sec., 9329.446064139942 rows/sec., 756.20 KiB/sec. | ||
9603 | 2024.07.03 17:28:25.562182 [ 3 ] {eb6dd249-a765-4a9f-b4c0-788b14c3093e} <Debug> DynamicQueryHandler: Done processing query | ||
9604 | 2024.07.03 17:28:25.562219 [ 3 ] {eb6dd249-a765-4a9f-b4c0-788b14c3093e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9605 | 2024.07.03 17:28:25.562251 [ 3 ] {} <Debug> HTTP-Session: 92f7a22f-b0ca-4a6c-9777-bd217216d3d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9606 | 2024.07.03 17:28:25.562385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9607 | 2024.07.03 17:28:25.562432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9608 | 2024.07.03 17:28:25.562450 [ 3 ] {} <Debug> HTTP-Session: 90071f3b-a651-4d48-a77b-01b1b4136185 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9609 | 2024.07.03 17:28:25.562467 [ 3 ] {} <Debug> HTTP-Session: 90071f3b-a651-4d48-a77b-01b1b4136185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9610 | 2024.07.03 17:28:25.562480 [ 3 ] {} <Debug> HTTP-Session: 90071f3b-a651-4d48-a77b-01b1b4136185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9611 | 2024.07.03 17:28:25.562511 [ 3 ] {} <Trace> HTTP-Session: 90071f3b-a651-4d48-a77b-01b1b4136185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9612 | 2024.07.03 17:28:25.562602 [ 3 ] {9f035c7c-a039-4afc-b232-189fdf04b85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9613 | 2024.07.03 17:28:25.562645 [ 3 ] {9f035c7c-a039-4afc-b232-189fdf04b85e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9614 | 2024.07.03 17:28:25.562771 [ 3 ] {9f035c7c-a039-4afc-b232-189fdf04b85e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9615 | 2024.07.03 17:28:25.563078 [ 3 ] {9f035c7c-a039-4afc-b232-189fdf04b85e} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9616 | 2024.07.03 17:28:25.563114 [ 3 ] {9f035c7c-a039-4afc-b232-189fdf04b85e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9617 | 2024.07.03 17:28:25.563412 [ 3 ] {9f035c7c-a039-4afc-b232-189fdf04b85e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9618 | 2024.07.03 17:28:25.563711 [ 3 ] {9f035c7c-a039-4afc-b232-189fdf04b85e} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9619 | 2024.07.03 17:28:25.563872 [ 3 ] {9f035c7c-a039-4afc-b232-189fdf04b85e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001282 sec., 1560.0624024960998 rows/sec., 127.21 KiB/sec. | ||
9620 | 2024.07.03 17:28:25.564170 [ 3 ] {9f035c7c-a039-4afc-b232-189fdf04b85e} <Debug> DynamicQueryHandler: Done processing query | ||
9621 | 2024.07.03 17:28:25.564195 [ 3 ] {9f035c7c-a039-4afc-b232-189fdf04b85e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9622 | 2024.07.03 17:28:25.564211 [ 3 ] {} <Debug> HTTP-Session: 90071f3b-a651-4d48-a77b-01b1b4136185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9623 | 2024.07.03 17:28:25.564332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9624 | 2024.07.03 17:28:25.564379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9625 | 2024.07.03 17:28:25.564399 [ 3 ] {} <Debug> HTTP-Session: 21e0c2cd-39f1-42ed-a035-44e3c820651c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9626 | 2024.07.03 17:28:25.564415 [ 3 ] {} <Debug> HTTP-Session: 21e0c2cd-39f1-42ed-a035-44e3c820651c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9627 | 2024.07.03 17:28:25.564429 [ 3 ] {} <Debug> HTTP-Session: 21e0c2cd-39f1-42ed-a035-44e3c820651c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9628 | 2024.07.03 17:28:25.564459 [ 3 ] {} <Trace> HTTP-Session: 21e0c2cd-39f1-42ed-a035-44e3c820651c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9629 | 2024.07.03 17:28:25.564580 [ 3 ] {e3eb7b2b-15bc-4e0b-9409-8d641af7efa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9630 | 2024.07.03 17:28:25.564623 [ 3 ] {e3eb7b2b-15bc-4e0b-9409-8d641af7efa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9631 | 2024.07.03 17:28:25.564766 [ 3 ] {e3eb7b2b-15bc-4e0b-9409-8d641af7efa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9632 | 2024.07.03 17:28:25.565112 [ 3 ] {e3eb7b2b-15bc-4e0b-9409-8d641af7efa9} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9633 | 2024.07.03 17:28:25.565158 [ 3 ] {e3eb7b2b-15bc-4e0b-9409-8d641af7efa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9634 | 2024.07.03 17:28:25.565473 [ 3 ] {e3eb7b2b-15bc-4e0b-9409-8d641af7efa9} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9635 | 2024.07.03 17:28:25.565768 [ 3 ] {e3eb7b2b-15bc-4e0b-9409-8d641af7efa9} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9636 | 2024.07.03 17:28:25.565921 [ 3 ] {e3eb7b2b-15bc-4e0b-9409-8d641af7efa9} <Debug> executeQuery: Read 105 rows, 8.84 KiB in 0.001378 sec., 76197.38751814223 rows/sec., 6.27 MiB/sec. | ||
9637 | 2024.07.03 17:28:25.566074 [ 3 ] {e3eb7b2b-15bc-4e0b-9409-8d641af7efa9} <Debug> DynamicQueryHandler: Done processing query | ||
9638 | 2024.07.03 17:28:25.566098 [ 3 ] {e3eb7b2b-15bc-4e0b-9409-8d641af7efa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9639 | 2024.07.03 17:28:25.566114 [ 3 ] {} <Debug> HTTP-Session: 21e0c2cd-39f1-42ed-a035-44e3c820651c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9640 | 2024.07.03 17:28:25.566238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9641 | 2024.07.03 17:28:25.566286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9642 | 2024.07.03 17:28:25.566306 [ 3 ] {} <Debug> HTTP-Session: 72361508-bdc8-4ad0-b0e1-005ad1650924 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9643 | 2024.07.03 17:28:25.566322 [ 3 ] {} <Debug> HTTP-Session: 72361508-bdc8-4ad0-b0e1-005ad1650924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9644 | 2024.07.03 17:28:25.566336 [ 3 ] {} <Debug> HTTP-Session: 72361508-bdc8-4ad0-b0e1-005ad1650924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9645 | 2024.07.03 17:28:25.566367 [ 3 ] {} <Trace> HTTP-Session: 72361508-bdc8-4ad0-b0e1-005ad1650924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9646 | 2024.07.03 17:28:25.566459 [ 3 ] {3304458a-2244-4840-b42d-7efeb279682b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9647 | 2024.07.03 17:28:25.566502 [ 3 ] {3304458a-2244-4840-b42d-7efeb279682b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9648 | 2024.07.03 17:28:25.566625 [ 3 ] {3304458a-2244-4840-b42d-7efeb279682b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9649 | 2024.07.03 17:28:25.566895 [ 3 ] {3304458a-2244-4840-b42d-7efeb279682b} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9650 | 2024.07.03 17:28:25.566932 [ 3 ] {3304458a-2244-4840-b42d-7efeb279682b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9651 | 2024.07.03 17:28:25.567241 [ 3 ] {3304458a-2244-4840-b42d-7efeb279682b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9652 | 2024.07.03 17:28:25.567547 [ 3 ] {3304458a-2244-4840-b42d-7efeb279682b} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9653 | 2024.07.03 17:28:25.567705 [ 3 ] {3304458a-2244-4840-b42d-7efeb279682b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001268 sec., 1577.2870662460568 rows/sec., 110.13 KiB/sec. | ||
9654 | 2024.07.03 17:28:25.567907 [ 3 ] {3304458a-2244-4840-b42d-7efeb279682b} <Debug> DynamicQueryHandler: Done processing query | ||
9655 | 2024.07.03 17:28:25.567932 [ 3 ] {3304458a-2244-4840-b42d-7efeb279682b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9656 | 2024.07.03 17:28:25.567948 [ 3 ] {} <Debug> HTTP-Session: 72361508-bdc8-4ad0-b0e1-005ad1650924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9657 | 2024.07.03 17:28:25.568066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9658 | 2024.07.03 17:28:25.568114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9659 | 2024.07.03 17:28:25.568141 [ 3 ] {} <Debug> HTTP-Session: acd4f171-540a-4a26-b9fb-6b4e7eafe1da Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9660 | 2024.07.03 17:28:25.568158 [ 3 ] {} <Debug> HTTP-Session: acd4f171-540a-4a26-b9fb-6b4e7eafe1da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9661 | 2024.07.03 17:28:25.568171 [ 3 ] {} <Debug> HTTP-Session: acd4f171-540a-4a26-b9fb-6b4e7eafe1da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9662 | 2024.07.03 17:28:25.568201 [ 3 ] {} <Trace> HTTP-Session: acd4f171-540a-4a26-b9fb-6b4e7eafe1da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9663 | 2024.07.03 17:28:25.568316 [ 3 ] {248944af-5dda-43a1-9d73-e01eaaf584e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9664 | 2024.07.03 17:28:25.568358 [ 3 ] {248944af-5dda-43a1-9d73-e01eaaf584e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9665 | 2024.07.03 17:28:25.568483 [ 3 ] {248944af-5dda-43a1-9d73-e01eaaf584e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9666 | 2024.07.03 17:28:25.568816 [ 3 ] {248944af-5dda-43a1-9d73-e01eaaf584e7} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9667 | 2024.07.03 17:28:25.568852 [ 3 ] {248944af-5dda-43a1-9d73-e01eaaf584e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9668 | 2024.07.03 17:28:25.569168 [ 3 ] {248944af-5dda-43a1-9d73-e01eaaf584e7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9669 | 2024.07.03 17:28:25.569469 [ 3 ] {248944af-5dda-43a1-9d73-e01eaaf584e7} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9670 | 2024.07.03 17:28:25.569615 [ 3 ] {248944af-5dda-43a1-9d73-e01eaaf584e7} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001338 sec., 61285.500747384154 rows/sec., 4.79 MiB/sec. | ||
9671 | 2024.07.03 17:28:25.569862 [ 3 ] {248944af-5dda-43a1-9d73-e01eaaf584e7} <Debug> DynamicQueryHandler: Done processing query | ||
9672 | 2024.07.03 17:28:25.569916 [ 3 ] {248944af-5dda-43a1-9d73-e01eaaf584e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9673 | 2024.07.03 17:28:25.569967 [ 3 ] {} <Debug> HTTP-Session: acd4f171-540a-4a26-b9fb-6b4e7eafe1da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9674 | 2024.07.03 17:28:25.570171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9675 | 2024.07.03 17:28:25.570221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9676 | 2024.07.03 17:28:25.570241 [ 3 ] {} <Debug> HTTP-Session: b8c2742d-e7f8-442d-a941-e3d234000a8d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9677 | 2024.07.03 17:28:25.570257 [ 3 ] {} <Debug> HTTP-Session: b8c2742d-e7f8-442d-a941-e3d234000a8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9678 | 2024.07.03 17:28:25.570272 [ 3 ] {} <Debug> HTTP-Session: b8c2742d-e7f8-442d-a941-e3d234000a8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9679 | 2024.07.03 17:28:25.570303 [ 3 ] {} <Trace> HTTP-Session: b8c2742d-e7f8-442d-a941-e3d234000a8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9680 | 2024.07.03 17:28:25.570459 [ 3 ] {1bdfeb77-6fe2-4e17-930e-67110b2205db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9681 | 2024.07.03 17:28:25.570507 [ 3 ] {1bdfeb77-6fe2-4e17-930e-67110b2205db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9682 | 2024.07.03 17:28:25.570664 [ 3 ] {1bdfeb77-6fe2-4e17-930e-67110b2205db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9683 | 2024.07.03 17:28:25.571041 [ 3 ] {1bdfeb77-6fe2-4e17-930e-67110b2205db} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9684 | 2024.07.03 17:28:25.571078 [ 3 ] {1bdfeb77-6fe2-4e17-930e-67110b2205db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9685 | 2024.07.03 17:28:25.571470 [ 3 ] {1bdfeb77-6fe2-4e17-930e-67110b2205db} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9686 | 2024.07.03 17:28:25.571804 [ 3 ] {1bdfeb77-6fe2-4e17-930e-67110b2205db} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9687 | 2024.07.03 17:28:25.571955 [ 3 ] {1bdfeb77-6fe2-4e17-930e-67110b2205db} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001558 sec., 103337.61232349166 rows/sec., 7.20 MiB/sec. | ||
9688 | 2024.07.03 17:28:25.572156 [ 3 ] {1bdfeb77-6fe2-4e17-930e-67110b2205db} <Debug> DynamicQueryHandler: Done processing query | ||
9689 | 2024.07.03 17:28:25.572183 [ 3 ] {1bdfeb77-6fe2-4e17-930e-67110b2205db} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9690 | 2024.07.03 17:28:25.572200 [ 3 ] {} <Debug> HTTP-Session: b8c2742d-e7f8-442d-a941-e3d234000a8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9691 | 2024.07.03 17:28:25.572368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9692 | 2024.07.03 17:28:25.572416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9693 | 2024.07.03 17:28:25.572435 [ 3 ] {} <Debug> HTTP-Session: 2d3068eb-f970-43b5-a524-fbf5221c7c8e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9694 | 2024.07.03 17:28:25.572451 [ 3 ] {} <Debug> HTTP-Session: 2d3068eb-f970-43b5-a524-fbf5221c7c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9695 | 2024.07.03 17:28:25.572465 [ 3 ] {} <Debug> HTTP-Session: 2d3068eb-f970-43b5-a524-fbf5221c7c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9696 | 2024.07.03 17:28:25.572494 [ 3 ] {} <Trace> HTTP-Session: 2d3068eb-f970-43b5-a524-fbf5221c7c8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9697 | 2024.07.03 17:28:25.572701 [ 3 ] {77107339-b4e7-42e5-8b1c-bb40eea88904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9698 | 2024.07.03 17:28:25.572765 [ 3 ] {77107339-b4e7-42e5-8b1c-bb40eea88904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9699 | 2024.07.03 17:28:25.573177 [ 3 ] {77107339-b4e7-42e5-8b1c-bb40eea88904} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9700 | 2024.07.03 17:28:25.573713 [ 3 ] {77107339-b4e7-42e5-8b1c-bb40eea88904} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9701 | 2024.07.03 17:28:25.573750 [ 3 ] {77107339-b4e7-42e5-8b1c-bb40eea88904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9702 | 2024.07.03 17:28:25.574486 [ 3 ] {77107339-b4e7-42e5-8b1c-bb40eea88904} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9703 | 2024.07.03 17:28:25.574904 [ 3 ] {77107339-b4e7-42e5-8b1c-bb40eea88904} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9704 | 2024.07.03 17:28:25.575078 [ 3 ] {77107339-b4e7-42e5-8b1c-bb40eea88904} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002502 sec., 6394.88409272582 rows/sec., 11.46 MiB/sec. | ||
9705 | 2024.07.03 17:28:25.575078 [ 93 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9706 | 2024.07.03 17:28:25.575192 [ 93 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9707 | 2024.07.03 17:28:25.575255 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9708 | 2024.07.03 17:28:25.575427 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
9709 | 2024.07.03 17:28:25.575484 [ 3 ] {77107339-b4e7-42e5-8b1c-bb40eea88904} <Debug> DynamicQueryHandler: Done processing query | ||
9710 | 2024.07.03 17:28:25.575515 [ 3 ] {77107339-b4e7-42e5-8b1c-bb40eea88904} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9711 | 2024.07.03 17:28:25.575540 [ 3 ] {} <Debug> HTTP-Session: 2d3068eb-f970-43b5-a524-fbf5221c7c8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9712 | 2024.07.03 17:28:25.575691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9713 | 2024.07.03 17:28:25.575756 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9714 | 2024.07.03 17:28:25.575760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9715 | 2024.07.03 17:28:25.575800 [ 3 ] {} <Debug> HTTP-Session: 661f771b-41f9-42fd-9893-0566aaadb268 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9716 | 2024.07.03 17:28:25.575831 [ 3 ] {} <Debug> HTTP-Session: 661f771b-41f9-42fd-9893-0566aaadb268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9717 | 2024.07.03 17:28:25.575840 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 834 rows starting from the beginning of the part | ||
9718 | 2024.07.03 17:28:25.575850 [ 3 ] {} <Debug> HTTP-Session: 661f771b-41f9-42fd-9893-0566aaadb268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9719 | 2024.07.03 17:28:25.575894 [ 3 ] {} <Trace> HTTP-Session: 661f771b-41f9-42fd-9893-0566aaadb268 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9720 | 2024.07.03 17:28:25.576073 [ 3 ] {c1d1baf7-f168-445f-8629-28374622cb27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9721 | 2024.07.03 17:28:25.576142 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part | ||
9722 | 2024.07.03 17:28:25.576143 [ 3 ] {c1d1baf7-f168-445f-8629-28374622cb27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9723 | 2024.07.03 17:28:25.576591 [ 3 ] {c1d1baf7-f168-445f-8629-28374622cb27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9724 | 2024.07.03 17:28:25.576615 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
9725 | 2024.07.03 17:28:25.577073 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
9726 | 2024.07.03 17:28:25.577451 [ 3 ] {c1d1baf7-f168-445f-8629-28374622cb27} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9727 | 2024.07.03 17:28:25.577550 [ 3 ] {c1d1baf7-f168-445f-8629-28374622cb27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9728 | 2024.07.03 17:28:25.577628 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
9729 | 2024.07.03 17:28:25.578100 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part | ||
9730 | 2024.07.03 17:28:25.578628 [ 3 ] {c1d1baf7-f168-445f-8629-28374622cb27} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9731 | 2024.07.03 17:28:25.579092 [ 3 ] {c1d1baf7-f168-445f-8629-28374622cb27} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9732 | 2024.07.03 17:28:25.579364 [ 3 ] {c1d1baf7-f168-445f-8629-28374622cb27} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003353 sec., 17894.422904861316 rows/sec., 1.21 MiB/sec. | ||
9733 | 2024.07.03 17:28:25.579542 [ 3 ] {c1d1baf7-f168-445f-8629-28374622cb27} <Debug> DynamicQueryHandler: Done processing query | ||
9734 | 2024.07.03 17:28:25.579567 [ 3 ] {c1d1baf7-f168-445f-8629-28374622cb27} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9735 | 2024.07.03 17:28:25.579583 [ 3 ] {} <Debug> HTTP-Session: 661f771b-41f9-42fd-9893-0566aaadb268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9736 | 2024.07.03 17:28:25.583224 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 910 rows, containing 19 columns (19 merged, 0 gathered) in 0.007865766 sec., 115691.21176500802 rows/sec., 207.31 MiB/sec. | ||
9737 | 2024.07.03 17:28:25.584338 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9738 | 2024.07.03 17:28:25.585002 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9739 | 2024.07.03 17:28:25.585103 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9740 | 2024.07.03 17:28:25.585268 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.97 MiB. | ||
9741 | 2024.07.03 17:28:30.559131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9742 | 2024.07.03 17:28:30.559274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9743 | 2024.07.03 17:28:30.559304 [ 3 ] {} <Debug> HTTP-Session: 4bdeadf3-b107-44ec-bf4f-2686c712bf63 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9744 | 2024.07.03 17:28:30.559333 [ 3 ] {} <Debug> HTTP-Session: 4bdeadf3-b107-44ec-bf4f-2686c712bf63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9745 | 2024.07.03 17:28:30.559351 [ 3 ] {} <Debug> HTTP-Session: 4bdeadf3-b107-44ec-bf4f-2686c712bf63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9746 | 2024.07.03 17:28:30.559409 [ 3 ] {} <Trace> HTTP-Session: 4bdeadf3-b107-44ec-bf4f-2686c712bf63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9747 | 2024.07.03 17:28:30.559629 [ 3 ] {fe0334e3-1319-42dc-a434-c81777cf9e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9748 | 2024.07.03 17:28:30.559722 [ 3 ] {fe0334e3-1319-42dc-a434-c81777cf9e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9749 | 2024.07.03 17:28:30.559924 [ 3 ] {fe0334e3-1319-42dc-a434-c81777cf9e19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9750 | 2024.07.03 17:28:30.560354 [ 3 ] {fe0334e3-1319-42dc-a434-c81777cf9e19} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9751 | 2024.07.03 17:28:30.560401 [ 3 ] {fe0334e3-1319-42dc-a434-c81777cf9e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9752 | 2024.07.03 17:28:30.560788 [ 3 ] {fe0334e3-1319-42dc-a434-c81777cf9e19} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9753 | 2024.07.03 17:28:30.561130 [ 3 ] {fe0334e3-1319-42dc-a434-c81777cf9e19} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9754 | 2024.07.03 17:28:30.561299 [ 3 ] {fe0334e3-1319-42dc-a434-c81777cf9e19} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001741 sec., 8041.3555427915 rows/sec., 651.79 KiB/sec. | ||
9755 | 2024.07.03 17:28:30.561525 [ 3 ] {fe0334e3-1319-42dc-a434-c81777cf9e19} <Debug> DynamicQueryHandler: Done processing query | ||
9756 | 2024.07.03 17:28:30.561559 [ 3 ] {fe0334e3-1319-42dc-a434-c81777cf9e19} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9757 | 2024.07.03 17:28:30.561580 [ 3 ] {} <Debug> HTTP-Session: 4bdeadf3-b107-44ec-bf4f-2686c712bf63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9758 | 2024.07.03 17:28:30.561770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9759 | 2024.07.03 17:28:30.561822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9760 | 2024.07.03 17:28:30.561842 [ 3 ] {} <Debug> HTTP-Session: fc03af5f-5307-44c9-9261-fb8db42c7b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9761 | 2024.07.03 17:28:30.561860 [ 3 ] {} <Debug> HTTP-Session: fc03af5f-5307-44c9-9261-fb8db42c7b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9762 | 2024.07.03 17:28:30.561874 [ 3 ] {} <Debug> HTTP-Session: fc03af5f-5307-44c9-9261-fb8db42c7b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9763 | 2024.07.03 17:28:30.561908 [ 3 ] {} <Trace> HTTP-Session: fc03af5f-5307-44c9-9261-fb8db42c7b2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9764 | 2024.07.03 17:28:30.562042 [ 3 ] {0d17e8d6-c46f-43f9-81d9-0a6b457cbc1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9765 | 2024.07.03 17:28:30.562088 [ 3 ] {0d17e8d6-c46f-43f9-81d9-0a6b457cbc1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9766 | 2024.07.03 17:28:30.562215 [ 3 ] {0d17e8d6-c46f-43f9-81d9-0a6b457cbc1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9767 | 2024.07.03 17:28:30.562646 [ 3 ] {0d17e8d6-c46f-43f9-81d9-0a6b457cbc1b} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9768 | 2024.07.03 17:28:30.562685 [ 3 ] {0d17e8d6-c46f-43f9-81d9-0a6b457cbc1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9769 | 2024.07.03 17:28:30.563016 [ 3 ] {0d17e8d6-c46f-43f9-81d9-0a6b457cbc1b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9770 | 2024.07.03 17:28:30.563327 [ 3 ] {0d17e8d6-c46f-43f9-81d9-0a6b457cbc1b} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9771 | 2024.07.03 17:28:30.563483 [ 3 ] {0d17e8d6-c46f-43f9-81d9-0a6b457cbc1b} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001489 sec., 65815.98388179987 rows/sec., 5.33 MiB/sec. | ||
9772 | 2024.07.03 17:28:30.563736 [ 3 ] {0d17e8d6-c46f-43f9-81d9-0a6b457cbc1b} <Debug> DynamicQueryHandler: Done processing query | ||
9773 | 2024.07.03 17:28:30.563796 [ 3 ] {0d17e8d6-c46f-43f9-81d9-0a6b457cbc1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9774 | 2024.07.03 17:28:30.563856 [ 3 ] {} <Debug> HTTP-Session: fc03af5f-5307-44c9-9261-fb8db42c7b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9775 | 2024.07.03 17:28:30.564046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9776 | 2024.07.03 17:28:30.564099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9777 | 2024.07.03 17:28:30.564118 [ 3 ] {} <Debug> HTTP-Session: 407e3f0d-4930-4fd7-b9dc-c8a2ba1d5f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9778 | 2024.07.03 17:28:30.564136 [ 3 ] {} <Debug> HTTP-Session: 407e3f0d-4930-4fd7-b9dc-c8a2ba1d5f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9779 | 2024.07.03 17:28:30.564150 [ 3 ] {} <Debug> HTTP-Session: 407e3f0d-4930-4fd7-b9dc-c8a2ba1d5f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9780 | 2024.07.03 17:28:30.564182 [ 3 ] {} <Trace> HTTP-Session: 407e3f0d-4930-4fd7-b9dc-c8a2ba1d5f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9781 | 2024.07.03 17:28:30.564313 [ 3 ] {ffa2ef26-917e-4560-8835-3f0ac1b870cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9782 | 2024.07.03 17:28:30.564357 [ 3 ] {ffa2ef26-917e-4560-8835-3f0ac1b870cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9783 | 2024.07.03 17:28:30.564501 [ 3 ] {ffa2ef26-917e-4560-8835-3f0ac1b870cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9784 | 2024.07.03 17:28:30.564870 [ 3 ] {ffa2ef26-917e-4560-8835-3f0ac1b870cf} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9785 | 2024.07.03 17:28:30.564907 [ 3 ] {ffa2ef26-917e-4560-8835-3f0ac1b870cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9786 | 2024.07.03 17:28:30.565227 [ 3 ] {ffa2ef26-917e-4560-8835-3f0ac1b870cf} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9787 | 2024.07.03 17:28:30.565536 [ 3 ] {ffa2ef26-917e-4560-8835-3f0ac1b870cf} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9788 | 2024.07.03 17:28:30.565674 [ 3 ] {ffa2ef26-917e-4560-8835-3f0ac1b870cf} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001407 sec., 55437.100213219615 rows/sec., 4.33 MiB/sec. | ||
9789 | 2024.07.03 17:28:30.565845 [ 3 ] {ffa2ef26-917e-4560-8835-3f0ac1b870cf} <Debug> DynamicQueryHandler: Done processing query | ||
9790 | 2024.07.03 17:28:30.565870 [ 3 ] {ffa2ef26-917e-4560-8835-3f0ac1b870cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9791 | 2024.07.03 17:28:30.565886 [ 3 ] {} <Debug> HTTP-Session: 407e3f0d-4930-4fd7-b9dc-c8a2ba1d5f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9792 | 2024.07.03 17:28:30.566081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30246, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9793 | 2024.07.03 17:28:30.566130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9794 | 2024.07.03 17:28:30.566149 [ 3 ] {} <Debug> HTTP-Session: f0fdfffb-ccec-4ae1-bc9b-fd604aea9db0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9795 | 2024.07.03 17:28:30.566165 [ 3 ] {} <Debug> HTTP-Session: f0fdfffb-ccec-4ae1-bc9b-fd604aea9db0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9796 | 2024.07.03 17:28:30.566179 [ 3 ] {} <Debug> HTTP-Session: f0fdfffb-ccec-4ae1-bc9b-fd604aea9db0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9797 | 2024.07.03 17:28:30.566210 [ 3 ] {} <Trace> HTTP-Session: f0fdfffb-ccec-4ae1-bc9b-fd604aea9db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9798 | 2024.07.03 17:28:30.566362 [ 3 ] {9f579071-3756-4146-8a1b-935934fd18de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9799 | 2024.07.03 17:28:30.566410 [ 3 ] {9f579071-3756-4146-8a1b-935934fd18de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9800 | 2024.07.03 17:28:30.566555 [ 3 ] {9f579071-3756-4146-8a1b-935934fd18de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9801 | 2024.07.03 17:28:30.566954 [ 3 ] {9f579071-3756-4146-8a1b-935934fd18de} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9802 | 2024.07.03 17:28:30.566991 [ 3 ] {9f579071-3756-4146-8a1b-935934fd18de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9803 | 2024.07.03 17:28:30.567380 [ 3 ] {9f579071-3756-4146-8a1b-935934fd18de} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9804 | 2024.07.03 17:28:30.567723 [ 3 ] {9f579071-3756-4146-8a1b-935934fd18de} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9805 | 2024.07.03 17:28:30.567886 [ 3 ] {9f579071-3756-4146-8a1b-935934fd18de} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001589 sec., 99433.60604153556 rows/sec., 6.92 MiB/sec. | ||
9806 | 2024.07.03 17:28:30.567919 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9807 | 2024.07.03 17:28:30.568067 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9808 | 2024.07.03 17:28:30.568129 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9809 | 2024.07.03 17:28:30.568157 [ 3 ] {9f579071-3756-4146-8a1b-935934fd18de} <Debug> DynamicQueryHandler: Done processing query | ||
9810 | 2024.07.03 17:28:30.568199 [ 3 ] {9f579071-3756-4146-8a1b-935934fd18de} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9811 | 2024.07.03 17:28:30.568269 [ 3 ] {} <Debug> HTTP-Session: f0fdfffb-ccec-4ae1-bc9b-fd604aea9db0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9812 | 2024.07.03 17:28:30.568374 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
9813 | 2024.07.03 17:28:30.568476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22274, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9814 | 2024.07.03 17:28:30.568598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9815 | 2024.07.03 17:28:30.568668 [ 3 ] {} <Debug> HTTP-Session: b9c971e8-aa9f-47ed-a277-1b0e8d63b802 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9816 | 2024.07.03 17:28:30.568736 [ 3 ] {} <Debug> HTTP-Session: b9c971e8-aa9f-47ed-a277-1b0e8d63b802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9817 | 2024.07.03 17:28:30.568792 [ 3 ] {} <Debug> HTTP-Session: b9c971e8-aa9f-47ed-a277-1b0e8d63b802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9818 | 2024.07.03 17:28:30.568857 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9819 | 2024.07.03 17:28:30.568886 [ 3 ] {} <Trace> HTTP-Session: b9c971e8-aa9f-47ed-a277-1b0e8d63b802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9820 | 2024.07.03 17:28:30.568941 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 6902 rows starting from the beginning of the part | ||
9821 | 2024.07.03 17:28:30.569189 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 161 rows starting from the beginning of the part | ||
9822 | 2024.07.03 17:28:30.569254 [ 3 ] {eb6e1d51-4d01-4f79-81fe-93e5d8350eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9823 | 2024.07.03 17:28:30.569579 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
9824 | 2024.07.03 17:28:30.569634 [ 3 ] {eb6e1d51-4d01-4f79-81fe-93e5d8350eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9825 | 2024.07.03 17:28:30.569970 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 196 rows starting from the beginning of the part | ||
9826 | 2024.07.03 17:28:30.570286 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part | ||
9827 | 2024.07.03 17:28:30.570676 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 158 rows starting from the beginning of the part | ||
9828 | 2024.07.03 17:28:30.571730 [ 3 ] {eb6e1d51-4d01-4f79-81fe-93e5d8350eaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9829 | 2024.07.03 17:28:30.572714 [ 3 ] {eb6e1d51-4d01-4f79-81fe-93e5d8350eaf} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9830 | 2024.07.03 17:28:30.572761 [ 3 ] {eb6e1d51-4d01-4f79-81fe-93e5d8350eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9831 | 2024.07.03 17:28:30.573581 [ 3 ] {eb6e1d51-4d01-4f79-81fe-93e5d8350eaf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9832 | 2024.07.03 17:28:30.574070 [ 3 ] {eb6e1d51-4d01-4f79-81fe-93e5d8350eaf} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9833 | 2024.07.03 17:28:30.574368 [ 3 ] {eb6e1d51-4d01-4f79-81fe-93e5d8350eaf} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.005314 sec., 2634.550244636808 rows/sec., 4.72 MiB/sec. | ||
9834 | 2024.07.03 17:28:30.575038 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7738 rows, containing 5 columns (5 merged, 0 gathered) in 0.006767738 sec., 1143365.7745025 rows/sec., 79.87 MiB/sec. | ||
9835 | 2024.07.03 17:28:30.575600 [ 3 ] {eb6e1d51-4d01-4f79-81fe-93e5d8350eaf} <Debug> DynamicQueryHandler: Done processing query | ||
9836 | 2024.07.03 17:28:30.575654 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9837 | 2024.07.03 17:28:30.575654 [ 3 ] {eb6e1d51-4d01-4f79-81fe-93e5d8350eaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9838 | 2024.07.03 17:28:30.575694 [ 3 ] {} <Debug> HTTP-Session: b9c971e8-aa9f-47ed-a277-1b0e8d63b802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9839 | 2024.07.03 17:28:30.575843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 8837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9840 | 2024.07.03 17:28:30.575924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9841 | 2024.07.03 17:28:30.575955 [ 3 ] {} <Debug> HTTP-Session: 1f30d107-b3c5-4666-944a-d2f729c83e0f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9842 | 2024.07.03 17:28:30.575983 [ 3 ] {} <Debug> HTTP-Session: 1f30d107-b3c5-4666-944a-d2f729c83e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9843 | 2024.07.03 17:28:30.576001 [ 3 ] {} <Debug> HTTP-Session: 1f30d107-b3c5-4666-944a-d2f729c83e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9844 | 2024.07.03 17:28:30.576037 [ 3 ] {} <Trace> HTTP-Session: 1f30d107-b3c5-4666-944a-d2f729c83e0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9845 | 2024.07.03 17:28:30.576167 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9846 | 2024.07.03 17:28:30.576178 [ 3 ] {1eb4563a-4407-484e-af73-f362459f41c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9847 | 2024.07.03 17:28:30.576241 [ 3 ] {1eb4563a-4407-484e-af73-f362459f41c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9848 | 2024.07.03 17:28:30.576265 [ 186 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9849 | 2024.07.03 17:28:30.576371 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
9850 | 2024.07.03 17:28:30.576449 [ 3 ] {1eb4563a-4407-484e-af73-f362459f41c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9851 | 2024.07.03 17:28:30.576812 [ 3 ] {1eb4563a-4407-484e-af73-f362459f41c6} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9852 | 2024.07.03 17:28:30.576850 [ 3 ] {1eb4563a-4407-484e-af73-f362459f41c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9853 | 2024.07.03 17:28:30.577225 [ 3 ] {1eb4563a-4407-484e-af73-f362459f41c6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9854 | 2024.07.03 17:28:30.577557 [ 3 ] {1eb4563a-4407-484e-af73-f362459f41c6} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9855 | 2024.07.03 17:28:30.577685 [ 3 ] {1eb4563a-4407-484e-af73-f362459f41c6} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001557 sec., 37251.12395632627 rows/sec., 2.52 MiB/sec. | ||
9856 | 2024.07.03 17:28:30.577697 [ 34 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9857 | 2024.07.03 17:28:30.577748 [ 34 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9858 | 2024.07.03 17:28:30.577781 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9859 | 2024.07.03 17:28:30.577919 [ 3 ] {1eb4563a-4407-484e-af73-f362459f41c6} <Debug> DynamicQueryHandler: Done processing query | ||
9860 | 2024.07.03 17:28:30.577998 [ 3 ] {1eb4563a-4407-484e-af73-f362459f41c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9861 | 2024.07.03 17:28:30.578089 [ 3 ] {} <Debug> HTTP-Session: 1f30d107-b3c5-4666-944a-d2f729c83e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9862 | 2024.07.03 17:28:30.578147 [ 188 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
9863 | 2024.07.03 17:28:30.578488 [ 188 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9864 | 2024.07.03 17:28:30.578525 [ 188 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2428 rows starting from the beginning of the part | ||
9865 | 2024.07.03 17:28:30.578608 [ 188 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
9866 | 2024.07.03 17:28:30.578704 [ 188 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
9867 | 2024.07.03 17:28:30.578943 [ 188 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
9868 | 2024.07.03 17:28:30.579011 [ 188 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
9869 | 2024.07.03 17:28:30.579217 [ 188 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 58 rows starting from the beginning of the part | ||
9870 | 2024.07.03 17:28:30.580690 [ 202 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2726 rows, containing 4 columns (4 merged, 0 gathered) in 0.002821184 sec., 966260.9741158322 rows/sec., 64.74 MiB/sec. | ||
9871 | 2024.07.03 17:28:30.580923 [ 188 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9872 | 2024.07.03 17:28:30.581308 [ 188 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_61_12} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9873 | 2024.07.03 17:28:30.581394 [ 188 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_61_12} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9874 | 2024.07.03 17:28:30.581477 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
9875 | 2024.07.03 17:28:33.471280 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9876 | 2024.07.03 17:28:33.471360 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9877 | 2024.07.03 17:28:35.001637 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001074208 sec. | ||
9878 | 2024.07.03 17:28:35.559039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9879 | 2024.07.03 17:28:35.559182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9880 | 2024.07.03 17:28:35.559213 [ 3 ] {} <Debug> HTTP-Session: 003611ad-b0e2-4f8e-a586-d220b2d74017 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9881 | 2024.07.03 17:28:35.559242 [ 3 ] {} <Debug> HTTP-Session: 003611ad-b0e2-4f8e-a586-d220b2d74017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9882 | 2024.07.03 17:28:35.559260 [ 3 ] {} <Debug> HTTP-Session: 003611ad-b0e2-4f8e-a586-d220b2d74017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9883 | 2024.07.03 17:28:35.559316 [ 3 ] {} <Trace> HTTP-Session: 003611ad-b0e2-4f8e-a586-d220b2d74017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9884 | 2024.07.03 17:28:35.559528 [ 3 ] {c7d37f97-0edc-4a43-9b46-bea0d685a0f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9885 | 2024.07.03 17:28:35.559603 [ 3 ] {c7d37f97-0edc-4a43-9b46-bea0d685a0f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9886 | 2024.07.03 17:28:35.559813 [ 3 ] {c7d37f97-0edc-4a43-9b46-bea0d685a0f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9887 | 2024.07.03 17:28:35.560305 [ 3 ] {c7d37f97-0edc-4a43-9b46-bea0d685a0f4} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9888 | 2024.07.03 17:28:35.560354 [ 3 ] {c7d37f97-0edc-4a43-9b46-bea0d685a0f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9889 | 2024.07.03 17:28:35.560740 [ 3 ] {c7d37f97-0edc-4a43-9b46-bea0d685a0f4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9890 | 2024.07.03 17:28:35.561108 [ 3 ] {c7d37f97-0edc-4a43-9b46-bea0d685a0f4} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9891 | 2024.07.03 17:28:35.561273 [ 3 ] {c7d37f97-0edc-4a43-9b46-bea0d685a0f4} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001808 sec., 8849.557522123894 rows/sec., 717.30 KiB/sec. | ||
9892 | 2024.07.03 17:28:35.561486 [ 3 ] {c7d37f97-0edc-4a43-9b46-bea0d685a0f4} <Debug> DynamicQueryHandler: Done processing query | ||
9893 | 2024.07.03 17:28:35.561513 [ 3 ] {c7d37f97-0edc-4a43-9b46-bea0d685a0f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9894 | 2024.07.03 17:28:35.561529 [ 3 ] {} <Debug> HTTP-Session: 003611ad-b0e2-4f8e-a586-d220b2d74017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9895 | 2024.07.03 17:28:35.561720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9896 | 2024.07.03 17:28:35.561775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9897 | 2024.07.03 17:28:35.561794 [ 3 ] {} <Debug> HTTP-Session: 147fa50e-e5cf-4c4f-9317-3dbf9dfe9432 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9898 | 2024.07.03 17:28:35.561813 [ 3 ] {} <Debug> HTTP-Session: 147fa50e-e5cf-4c4f-9317-3dbf9dfe9432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9899 | 2024.07.03 17:28:35.561827 [ 3 ] {} <Debug> HTTP-Session: 147fa50e-e5cf-4c4f-9317-3dbf9dfe9432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9900 | 2024.07.03 17:28:35.561862 [ 3 ] {} <Trace> HTTP-Session: 147fa50e-e5cf-4c4f-9317-3dbf9dfe9432 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9901 | 2024.07.03 17:28:35.561996 [ 3 ] {29334ec7-857c-4e2e-a9c5-dadba24ff566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9902 | 2024.07.03 17:28:35.562042 [ 3 ] {29334ec7-857c-4e2e-a9c5-dadba24ff566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9903 | 2024.07.03 17:28:35.562174 [ 3 ] {29334ec7-857c-4e2e-a9c5-dadba24ff566} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9904 | 2024.07.03 17:28:35.562636 [ 3 ] {29334ec7-857c-4e2e-a9c5-dadba24ff566} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9905 | 2024.07.03 17:28:35.562674 [ 3 ] {29334ec7-857c-4e2e-a9c5-dadba24ff566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9906 | 2024.07.03 17:28:35.563009 [ 3 ] {29334ec7-857c-4e2e-a9c5-dadba24ff566} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9907 | 2024.07.03 17:28:35.563323 [ 3 ] {29334ec7-857c-4e2e-a9c5-dadba24ff566} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9908 | 2024.07.03 17:28:35.563493 [ 3 ] {29334ec7-857c-4e2e-a9c5-dadba24ff566} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001542 sec., 67444.87678339818 rows/sec., 5.55 MiB/sec. | ||
9909 | 2024.07.03 17:28:35.563665 [ 3 ] {29334ec7-857c-4e2e-a9c5-dadba24ff566} <Debug> DynamicQueryHandler: Done processing query | ||
9910 | 2024.07.03 17:28:35.563690 [ 3 ] {29334ec7-857c-4e2e-a9c5-dadba24ff566} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9911 | 2024.07.03 17:28:35.563705 [ 3 ] {} <Debug> HTTP-Session: 147fa50e-e5cf-4c4f-9317-3dbf9dfe9432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9912 | 2024.07.03 17:28:35.563855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9913 | 2024.07.03 17:28:35.563905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9914 | 2024.07.03 17:28:35.563925 [ 3 ] {} <Debug> HTTP-Session: 5bc9b6b1-0f4e-457a-80cf-9454cfa71a90 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9915 | 2024.07.03 17:28:35.563941 [ 3 ] {} <Debug> HTTP-Session: 5bc9b6b1-0f4e-457a-80cf-9454cfa71a90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9916 | 2024.07.03 17:28:35.563954 [ 3 ] {} <Debug> HTTP-Session: 5bc9b6b1-0f4e-457a-80cf-9454cfa71a90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9917 | 2024.07.03 17:28:35.563986 [ 3 ] {} <Trace> HTTP-Session: 5bc9b6b1-0f4e-457a-80cf-9454cfa71a90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9918 | 2024.07.03 17:28:35.564110 [ 3 ] {cd865f70-80f2-4ed2-b2ce-a0d122d9cfce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9919 | 2024.07.03 17:28:35.564153 [ 3 ] {cd865f70-80f2-4ed2-b2ce-a0d122d9cfce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9920 | 2024.07.03 17:28:35.564278 [ 3 ] {cd865f70-80f2-4ed2-b2ce-a0d122d9cfce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9921 | 2024.07.03 17:28:35.564615 [ 3 ] {cd865f70-80f2-4ed2-b2ce-a0d122d9cfce} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9922 | 2024.07.03 17:28:35.564653 [ 3 ] {cd865f70-80f2-4ed2-b2ce-a0d122d9cfce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9923 | 2024.07.03 17:28:35.564977 [ 3 ] {cd865f70-80f2-4ed2-b2ce-a0d122d9cfce} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9924 | 2024.07.03 17:28:35.565293 [ 3 ] {cd865f70-80f2-4ed2-b2ce-a0d122d9cfce} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9925 | 2024.07.03 17:28:35.565457 [ 3 ] {cd865f70-80f2-4ed2-b2ce-a0d122d9cfce} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001385 sec., 57761.73285198556 rows/sec., 4.51 MiB/sec. | ||
9926 | 2024.07.03 17:28:35.565627 [ 3 ] {cd865f70-80f2-4ed2-b2ce-a0d122d9cfce} <Debug> DynamicQueryHandler: Done processing query | ||
9927 | 2024.07.03 17:28:35.565652 [ 3 ] {cd865f70-80f2-4ed2-b2ce-a0d122d9cfce} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9928 | 2024.07.03 17:28:35.565668 [ 3 ] {} <Debug> HTTP-Session: 5bc9b6b1-0f4e-457a-80cf-9454cfa71a90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9929 | 2024.07.03 17:28:35.565825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9930 | 2024.07.03 17:28:35.565874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9931 | 2024.07.03 17:28:35.565893 [ 3 ] {} <Debug> HTTP-Session: fe80a4d3-fefa-47de-9de1-dab56eb1c018 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9932 | 2024.07.03 17:28:35.565909 [ 3 ] {} <Debug> HTTP-Session: fe80a4d3-fefa-47de-9de1-dab56eb1c018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9933 | 2024.07.03 17:28:35.565923 [ 3 ] {} <Debug> HTTP-Session: fe80a4d3-fefa-47de-9de1-dab56eb1c018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9934 | 2024.07.03 17:28:35.565954 [ 3 ] {} <Trace> HTTP-Session: fe80a4d3-fefa-47de-9de1-dab56eb1c018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9935 | 2024.07.03 17:28:35.566109 [ 3 ] {62d89510-9c8b-4f72-898c-f9b58609de86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9936 | 2024.07.03 17:28:35.566155 [ 3 ] {62d89510-9c8b-4f72-898c-f9b58609de86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9937 | 2024.07.03 17:28:35.566307 [ 3 ] {62d89510-9c8b-4f72-898c-f9b58609de86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9938 | 2024.07.03 17:28:35.566684 [ 3 ] {62d89510-9c8b-4f72-898c-f9b58609de86} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9939 | 2024.07.03 17:28:35.566720 [ 3 ] {62d89510-9c8b-4f72-898c-f9b58609de86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9940 | 2024.07.03 17:28:35.567120 [ 3 ] {62d89510-9c8b-4f72-898c-f9b58609de86} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9941 | 2024.07.03 17:28:35.567483 [ 3 ] {62d89510-9c8b-4f72-898c-f9b58609de86} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9942 | 2024.07.03 17:28:35.567633 [ 3 ] {62d89510-9c8b-4f72-898c-f9b58609de86} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec. | ||
9943 | 2024.07.03 17:28:35.567807 [ 3 ] {62d89510-9c8b-4f72-898c-f9b58609de86} <Debug> DynamicQueryHandler: Done processing query | ||
9944 | 2024.07.03 17:28:35.567832 [ 3 ] {62d89510-9c8b-4f72-898c-f9b58609de86} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9945 | 2024.07.03 17:28:35.567848 [ 3 ] {} <Debug> HTTP-Session: fe80a4d3-fefa-47de-9de1-dab56eb1c018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9946 | 2024.07.03 17:28:35.568002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26311, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9947 | 2024.07.03 17:28:35.568051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9948 | 2024.07.03 17:28:35.568071 [ 3 ] {} <Debug> HTTP-Session: d3f2913a-0be4-4855-8a36-4e351adaf76e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9949 | 2024.07.03 17:28:35.568088 [ 3 ] {} <Debug> HTTP-Session: d3f2913a-0be4-4855-8a36-4e351adaf76e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9950 | 2024.07.03 17:28:35.568103 [ 3 ] {} <Debug> HTTP-Session: d3f2913a-0be4-4855-8a36-4e351adaf76e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9951 | 2024.07.03 17:28:35.568134 [ 3 ] {} <Trace> HTTP-Session: d3f2913a-0be4-4855-8a36-4e351adaf76e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9952 | 2024.07.03 17:28:35.568347 [ 3 ] {7d343afd-956f-45ff-86d8-4ca91fcad8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9953 | 2024.07.03 17:28:35.568412 [ 3 ] {7d343afd-956f-45ff-86d8-4ca91fcad8b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9954 | 2024.07.03 17:28:35.568820 [ 3 ] {7d343afd-956f-45ff-86d8-4ca91fcad8b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9955 | 2024.07.03 17:28:35.569508 [ 3 ] {7d343afd-956f-45ff-86d8-4ca91fcad8b5} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9956 | 2024.07.03 17:28:35.569554 [ 3 ] {7d343afd-956f-45ff-86d8-4ca91fcad8b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9957 | 2024.07.03 17:28:35.570211 [ 3 ] {7d343afd-956f-45ff-86d8-4ca91fcad8b5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9958 | 2024.07.03 17:28:35.570628 [ 3 ] {7d343afd-956f-45ff-86d8-4ca91fcad8b5} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9959 | 2024.07.03 17:28:35.570771 [ 3 ] {7d343afd-956f-45ff-86d8-4ca91fcad8b5} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002561 sec., 6247.559547051933 rows/sec., 11.20 MiB/sec. | ||
9960 | 2024.07.03 17:28:35.570995 [ 3 ] {7d343afd-956f-45ff-86d8-4ca91fcad8b5} <Debug> DynamicQueryHandler: Done processing query | ||
9961 | 2024.07.03 17:28:35.571020 [ 3 ] {7d343afd-956f-45ff-86d8-4ca91fcad8b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9962 | 2024.07.03 17:28:35.571036 [ 3 ] {} <Debug> HTTP-Session: d3f2913a-0be4-4855-8a36-4e351adaf76e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9963 | 2024.07.03 17:28:35.571158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9964 | 2024.07.03 17:28:35.571206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9965 | 2024.07.03 17:28:35.571226 [ 3 ] {} <Debug> HTTP-Session: d58cc32b-c3ad-4b79-b099-29d1688531ab Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
9966 | 2024.07.03 17:28:35.571243 [ 3 ] {} <Debug> HTTP-Session: d58cc32b-c3ad-4b79-b099-29d1688531ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9967 | 2024.07.03 17:28:35.571257 [ 3 ] {} <Debug> HTTP-Session: d58cc32b-c3ad-4b79-b099-29d1688531ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9968 | 2024.07.03 17:28:35.571288 [ 3 ] {} <Trace> HTTP-Session: d58cc32b-c3ad-4b79-b099-29d1688531ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9969 | 2024.07.03 17:28:35.571410 [ 3 ] {75d0960f-d201-4c68-bad9-47124e4d3189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9970 | 2024.07.03 17:28:35.571455 [ 3 ] {75d0960f-d201-4c68-bad9-47124e4d3189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9971 | 2024.07.03 17:28:35.571584 [ 3 ] {75d0960f-d201-4c68-bad9-47124e4d3189} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9972 | 2024.07.03 17:28:35.571884 [ 3 ] {75d0960f-d201-4c68-bad9-47124e4d3189} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9973 | 2024.07.03 17:28:35.571920 [ 3 ] {75d0960f-d201-4c68-bad9-47124e4d3189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9974 | 2024.07.03 17:28:35.572287 [ 3 ] {75d0960f-d201-4c68-bad9-47124e4d3189} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9975 | 2024.07.03 17:28:35.572633 [ 3 ] {75d0960f-d201-4c68-bad9-47124e4d3189} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9976 | 2024.07.03 17:28:35.572759 [ 3 ] {75d0960f-d201-4c68-bad9-47124e4d3189} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
9977 | 2024.07.03 17:28:35.572923 [ 3 ] {75d0960f-d201-4c68-bad9-47124e4d3189} <Debug> DynamicQueryHandler: Done processing query | ||
9978 | 2024.07.03 17:28:35.572947 [ 3 ] {75d0960f-d201-4c68-bad9-47124e4d3189} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9979 | 2024.07.03 17:28:35.572963 [ 3 ] {} <Debug> HTTP-Session: d58cc32b-c3ad-4b79-b099-29d1688531ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9980 | 2024.07.03 17:28:36.921404 [ 26 ] {} <Debug> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
9981 | 2024.07.03 17:28:36.921465 [ 26 ] {} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9982 | 2024.07.03 17:28:36.921487 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9983 | 2024.07.03 17:28:36.921795 [ 192 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
9984 | 2024.07.03 17:28:36.921997 [ 192 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9985 | 2024.07.03 17:28:36.922039 [ 192 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part | ||
9986 | 2024.07.03 17:28:36.922127 [ 192 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
9987 | 2024.07.03 17:28:36.922376 [ 192 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
9988 | 2024.07.03 17:28:36.922552 [ 192 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
9989 | 2024.07.03 17:28:36.922729 [ 192 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
9990 | 2024.07.03 17:28:36.923718 [ 188 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002135716 sec., 13110.357369612813 rows/sec., 915.42 KiB/sec. | ||
9991 | 2024.07.03 17:28:36.923890 [ 202 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
9992 | 2024.07.03 17:28:36.924382 [ 202 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_17_4} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9993 | 2024.07.03 17:28:36.924486 [ 202 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_17_4} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
9994 | 2024.07.03 17:28:36.924594 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9995 | 2024.07.03 17:28:37.562382 [ 26 ] {} <Debug> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
9996 | 2024.07.03 17:28:37.562464 [ 26 ] {} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9997 | 2024.07.03 17:28:37.562497 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
9998 | 2024.07.03 17:28:37.562770 [ 192 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
9999 | 2024.07.03 17:28:37.563185 [ 192 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10000 | 2024.07.03 17:28:37.563256 [ 192 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part | ||
10001 | 2024.07.03 17:28:37.563393 [ 192 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
10002 | 2024.07.03 17:28:37.563627 [ 192 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
10003 | 2024.07.03 17:28:37.563866 [ 192 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
10004 | 2024.07.03 17:28:37.564015 [ 192 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
10005 | 2024.07.03 17:28:37.565031 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002425753 sec., 11542.807532341503 rows/sec., 941.23 KiB/sec. | ||
10006 | 2024.07.03 17:28:37.565319 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
10007 | 2024.07.03 17:28:37.565957 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_17_4} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10008 | 2024.07.03 17:28:37.566059 [ 201 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_17_4} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
10009 | 2024.07.03 17:28:37.566160 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10010 | 2024.07.03 17:28:40.559108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10011 | 2024.07.03 17:28:40.559252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10012 | 2024.07.03 17:28:40.559281 [ 3 ] {} <Debug> HTTP-Session: 56cd5194-a4c8-4818-8056-5e75cfacac04 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10013 | 2024.07.03 17:28:40.559310 [ 3 ] {} <Debug> HTTP-Session: 56cd5194-a4c8-4818-8056-5e75cfacac04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10014 | 2024.07.03 17:28:40.559329 [ 3 ] {} <Debug> HTTP-Session: 56cd5194-a4c8-4818-8056-5e75cfacac04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10015 | 2024.07.03 17:28:40.559386 [ 3 ] {} <Trace> HTTP-Session: 56cd5194-a4c8-4818-8056-5e75cfacac04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10016 | 2024.07.03 17:28:40.559594 [ 3 ] {c55c746b-c16e-413a-91d9-ac98e3defbdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10017 | 2024.07.03 17:28:40.559671 [ 3 ] {c55c746b-c16e-413a-91d9-ac98e3defbdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10018 | 2024.07.03 17:28:40.559886 [ 3 ] {c55c746b-c16e-413a-91d9-ac98e3defbdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10019 | 2024.07.03 17:28:40.560409 [ 3 ] {c55c746b-c16e-413a-91d9-ac98e3defbdb} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10020 | 2024.07.03 17:28:40.560455 [ 3 ] {c55c746b-c16e-413a-91d9-ac98e3defbdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10021 | 2024.07.03 17:28:40.560830 [ 3 ] {c55c746b-c16e-413a-91d9-ac98e3defbdb} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10022 | 2024.07.03 17:28:40.561164 [ 3 ] {c55c746b-c16e-413a-91d9-ac98e3defbdb} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10023 | 2024.07.03 17:28:40.561325 [ 3 ] {c55c746b-c16e-413a-91d9-ac98e3defbdb} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001795 sec., 7799.442896935933 rows/sec., 632.18 KiB/sec. | ||
10024 | 2024.07.03 17:28:40.561659 [ 3 ] {c55c746b-c16e-413a-91d9-ac98e3defbdb} <Debug> DynamicQueryHandler: Done processing query | ||
10025 | 2024.07.03 17:28:40.561724 [ 3 ] {c55c746b-c16e-413a-91d9-ac98e3defbdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10026 | 2024.07.03 17:28:40.561784 [ 3 ] {} <Debug> HTTP-Session: 56cd5194-a4c8-4818-8056-5e75cfacac04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10027 | 2024.07.03 17:28:40.561994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10028 | 2024.07.03 17:28:40.562054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10029 | 2024.07.03 17:28:40.562074 [ 3 ] {} <Debug> HTTP-Session: bc49d606-94c8-4182-bf8b-022fa523d433 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10030 | 2024.07.03 17:28:40.562092 [ 3 ] {} <Debug> HTTP-Session: bc49d606-94c8-4182-bf8b-022fa523d433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10031 | 2024.07.03 17:28:40.562106 [ 3 ] {} <Debug> HTTP-Session: bc49d606-94c8-4182-bf8b-022fa523d433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10032 | 2024.07.03 17:28:40.562143 [ 3 ] {} <Trace> HTTP-Session: bc49d606-94c8-4182-bf8b-022fa523d433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10033 | 2024.07.03 17:28:40.562278 [ 3 ] {7e2c6b4f-ef64-4c96-9a66-dd3b8f978e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10034 | 2024.07.03 17:28:40.562327 [ 3 ] {7e2c6b4f-ef64-4c96-9a66-dd3b8f978e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10035 | 2024.07.03 17:28:40.562474 [ 3 ] {7e2c6b4f-ef64-4c96-9a66-dd3b8f978e2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10036 | 2024.07.03 17:28:40.562925 [ 3 ] {7e2c6b4f-ef64-4c96-9a66-dd3b8f978e2a} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10037 | 2024.07.03 17:28:40.562963 [ 3 ] {7e2c6b4f-ef64-4c96-9a66-dd3b8f978e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10038 | 2024.07.03 17:28:40.563276 [ 3 ] {7e2c6b4f-ef64-4c96-9a66-dd3b8f978e2a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10039 | 2024.07.03 17:28:40.563579 [ 3 ] {7e2c6b4f-ef64-4c96-9a66-dd3b8f978e2a} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10040 | 2024.07.03 17:28:40.563727 [ 3 ] {7e2c6b4f-ef64-4c96-9a66-dd3b8f978e2a} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001499 sec., 65376.91794529687 rows/sec., 5.30 MiB/sec. | ||
10041 | 2024.07.03 17:28:40.563743 [ 28 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10042 | 2024.07.03 17:28:40.563834 [ 28 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10043 | 2024.07.03 17:28:40.563903 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10044 | 2024.07.03 17:28:40.564008 [ 3 ] {7e2c6b4f-ef64-4c96-9a66-dd3b8f978e2a} <Debug> DynamicQueryHandler: Done processing query | ||
10045 | 2024.07.03 17:28:40.564076 [ 3 ] {7e2c6b4f-ef64-4c96-9a66-dd3b8f978e2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10046 | 2024.07.03 17:28:40.564133 [ 3 ] {} <Debug> HTTP-Session: bc49d606-94c8-4182-bf8b-022fa523d433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10047 | 2024.07.03 17:28:40.564259 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
10048 | 2024.07.03 17:28:40.564381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10049 | 2024.07.03 17:28:40.564490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10050 | 2024.07.03 17:28:40.564555 [ 3 ] {} <Debug> HTTP-Session: 7ba0197f-868b-4a6b-87fb-5f4618a7f799 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10051 | 2024.07.03 17:28:40.564611 [ 3 ] {} <Debug> HTTP-Session: 7ba0197f-868b-4a6b-87fb-5f4618a7f799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10052 | 2024.07.03 17:28:40.564654 [ 3 ] {} <Debug> HTTP-Session: 7ba0197f-868b-4a6b-87fb-5f4618a7f799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10053 | 2024.07.03 17:28:40.564705 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10054 | 2024.07.03 17:28:40.564730 [ 3 ] {} <Trace> HTTP-Session: 7ba0197f-868b-4a6b-87fb-5f4618a7f799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10055 | 2024.07.03 17:28:40.564807 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 189 rows starting from the beginning of the part | ||
10056 | 2024.07.03 17:28:40.565044 [ 3 ] {97510712-af27-4307-a131-8ad93a58c2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10057 | 2024.07.03 17:28:40.565101 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 134 rows starting from the beginning of the part | ||
10058 | 2024.07.03 17:28:40.565176 [ 3 ] {97510712-af27-4307-a131-8ad93a58c2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10059 | 2024.07.03 17:28:40.565462 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 105 rows starting from the beginning of the part | ||
10060 | 2024.07.03 17:28:40.565832 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 98 rows starting from the beginning of the part | ||
10061 | 2024.07.03 17:28:40.566190 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 104 rows starting from the beginning of the part | ||
10062 | 2024.07.03 17:28:40.566281 [ 3 ] {97510712-af27-4307-a131-8ad93a58c2e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10063 | 2024.07.03 17:28:40.566392 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 98 rows starting from the beginning of the part | ||
10064 | 2024.07.03 17:28:40.567521 [ 3 ] {97510712-af27-4307-a131-8ad93a58c2e5} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10065 | 2024.07.03 17:28:40.567584 [ 3 ] {97510712-af27-4307-a131-8ad93a58c2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10066 | 2024.07.03 17:28:40.568487 [ 3 ] {97510712-af27-4307-a131-8ad93a58c2e5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10067 | 2024.07.03 17:28:40.569258 [ 3 ] {97510712-af27-4307-a131-8ad93a58c2e5} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10068 | 2024.07.03 17:28:40.569602 [ 28 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10069 | 2024.07.03 17:28:40.569648 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 728 rows, containing 4 columns (4 merged, 0 gathered) in 0.005594236 sec., 130133.945010543 rows/sec., 10.57 MiB/sec. | ||
10070 | 2024.07.03 17:28:40.569686 [ 28 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10071 | 2024.07.03 17:28:40.569691 [ 3 ] {97510712-af27-4307-a131-8ad93a58c2e5} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.004797 sec., 16260.162601626016 rows/sec., 1.27 MiB/sec. | ||
10072 | 2024.07.03 17:28:40.569752 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10073 | 2024.07.03 17:28:40.570069 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10074 | 2024.07.03 17:28:40.570121 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
10075 | 2024.07.03 17:28:40.570358 [ 3 ] {97510712-af27-4307-a131-8ad93a58c2e5} <Debug> DynamicQueryHandler: Done processing query | ||
10076 | 2024.07.03 17:28:40.570463 [ 3 ] {97510712-af27-4307-a131-8ad93a58c2e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10077 | 2024.07.03 17:28:40.570571 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10078 | 2024.07.03 17:28:40.570654 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 150 rows starting from the beginning of the part | ||
10079 | 2024.07.03 17:28:40.570788 [ 3 ] {} <Debug> HTTP-Session: 7ba0197f-868b-4a6b-87fb-5f4618a7f799 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10080 | 2024.07.03 17:28:40.571044 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 102 rows starting from the beginning of the part | ||
10081 | 2024.07.03 17:28:40.571478 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
10082 | 2024.07.03 17:28:40.571453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10083 | 2024.07.03 17:28:40.571735 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 78 rows starting from the beginning of the part | ||
10084 | 2024.07.03 17:28:40.571952 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_66_13} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10085 | 2024.07.03 17:28:40.571989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10086 | 2024.07.03 17:28:40.572119 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 80 rows starting from the beginning of the part | ||
10087 | 2024.07.03 17:28:40.572230 [ 3 ] {} <Debug> HTTP-Session: 4bfadf31-12d2-42da-87aa-ebd550c4ecc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10088 | 2024.07.03 17:28:40.572446 [ 3 ] {} <Debug> HTTP-Session: 4bfadf31-12d2-42da-87aa-ebd550c4ecc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10089 | 2024.07.03 17:28:40.572513 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 78 rows starting from the beginning of the part | ||
10090 | 2024.07.03 17:28:40.572545 [ 187 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_66_13} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10091 | 2024.07.03 17:28:40.572607 [ 3 ] {} <Debug> HTTP-Session: 4bfadf31-12d2-42da-87aa-ebd550c4ecc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10092 | 2024.07.03 17:28:40.573054 [ 3 ] {} <Trace> HTTP-Session: 4bfadf31-12d2-42da-87aa-ebd550c4ecc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10093 | 2024.07.03 17:28:40.573080 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
10094 | 2024.07.03 17:28:40.573383 [ 3 ] {18c0590d-2fad-446c-be8b-6e9643b3aa03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10095 | 2024.07.03 17:28:40.573510 [ 3 ] {18c0590d-2fad-446c-be8b-6e9643b3aa03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10096 | 2024.07.03 17:28:40.574187 [ 3 ] {18c0590d-2fad-446c-be8b-6e9643b3aa03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10097 | 2024.07.03 17:28:40.575076 [ 3 ] {18c0590d-2fad-446c-be8b-6e9643b3aa03} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10098 | 2024.07.03 17:28:40.575167 [ 3 ] {18c0590d-2fad-446c-be8b-6e9643b3aa03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10099 | 2024.07.03 17:28:40.575232 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 4 columns (4 merged, 0 gathered) in 0.005361771 sec., 106308.15825591954 rows/sec., 8.30 MiB/sec. | ||
10100 | 2024.07.03 17:28:40.575447 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10101 | 2024.07.03 17:28:40.576154 [ 3 ] {18c0590d-2fad-446c-be8b-6e9643b3aa03} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10102 | 2024.07.03 17:28:40.576354 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_66_13} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10103 | 2024.07.03 17:28:40.576626 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_66_13} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10104 | 2024.07.03 17:28:40.576767 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
10105 | 2024.07.03 17:28:40.576881 [ 3 ] {18c0590d-2fad-446c-be8b-6e9643b3aa03} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10106 | 2024.07.03 17:28:40.577055 [ 3 ] {18c0590d-2fad-446c-be8b-6e9643b3aa03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003824 sec., 41841.00418410042 rows/sec., 2.91 MiB/sec. | ||
10107 | 2024.07.03 17:28:40.577256 [ 3 ] {18c0590d-2fad-446c-be8b-6e9643b3aa03} <Debug> DynamicQueryHandler: Done processing query | ||
10108 | 2024.07.03 17:28:40.577281 [ 3 ] {18c0590d-2fad-446c-be8b-6e9643b3aa03} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10109 | 2024.07.03 17:28:40.577297 [ 3 ] {} <Debug> HTTP-Session: 4bfadf31-12d2-42da-87aa-ebd550c4ecc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10110 | 2024.07.03 17:28:40.577430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22274, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10111 | 2024.07.03 17:28:40.577478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10112 | 2024.07.03 17:28:40.577496 [ 3 ] {} <Debug> HTTP-Session: 3f106b01-33e2-46bc-9566-1bf9fee513a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10113 | 2024.07.03 17:28:40.577513 [ 3 ] {} <Debug> HTTP-Session: 3f106b01-33e2-46bc-9566-1bf9fee513a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10114 | 2024.07.03 17:28:40.577526 [ 3 ] {} <Debug> HTTP-Session: 3f106b01-33e2-46bc-9566-1bf9fee513a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10115 | 2024.07.03 17:28:40.577558 [ 3 ] {} <Trace> HTTP-Session: 3f106b01-33e2-46bc-9566-1bf9fee513a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10116 | 2024.07.03 17:28:40.577766 [ 3 ] {0b0b88fe-4505-4cab-9f07-2a83ba7f728e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10117 | 2024.07.03 17:28:40.577832 [ 3 ] {0b0b88fe-4505-4cab-9f07-2a83ba7f728e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10118 | 2024.07.03 17:28:40.578262 [ 3 ] {0b0b88fe-4505-4cab-9f07-2a83ba7f728e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10119 | 2024.07.03 17:28:40.578870 [ 3 ] {0b0b88fe-4505-4cab-9f07-2a83ba7f728e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10120 | 2024.07.03 17:28:40.578907 [ 3 ] {0b0b88fe-4505-4cab-9f07-2a83ba7f728e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10121 | 2024.07.03 17:28:40.579503 [ 3 ] {0b0b88fe-4505-4cab-9f07-2a83ba7f728e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10122 | 2024.07.03 17:28:40.579913 [ 3 ] {0b0b88fe-4505-4cab-9f07-2a83ba7f728e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10123 | 2024.07.03 17:28:40.580112 [ 3 ] {0b0b88fe-4505-4cab-9f07-2a83ba7f728e} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002468 sec., 5672.609400324149 rows/sec., 10.17 MiB/sec. | ||
10124 | 2024.07.03 17:28:40.580602 [ 3 ] {0b0b88fe-4505-4cab-9f07-2a83ba7f728e} <Debug> DynamicQueryHandler: Done processing query | ||
10125 | 2024.07.03 17:28:40.580650 [ 3 ] {0b0b88fe-4505-4cab-9f07-2a83ba7f728e} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
10126 | 2024.07.03 17:28:40.580685 [ 3 ] {} <Debug> HTTP-Session: 3f106b01-33e2-46bc-9566-1bf9fee513a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10127 | 2024.07.03 17:28:40.580817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10128 | 2024.07.03 17:28:40.580866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10129 | 2024.07.03 17:28:40.580886 [ 3 ] {} <Debug> HTTP-Session: 5b7d278b-3fa3-4be3-96ff-abbaf404fbc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10130 | 2024.07.03 17:28:40.580903 [ 3 ] {} <Debug> HTTP-Session: 5b7d278b-3fa3-4be3-96ff-abbaf404fbc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10131 | 2024.07.03 17:28:40.580916 [ 3 ] {} <Debug> HTTP-Session: 5b7d278b-3fa3-4be3-96ff-abbaf404fbc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10132 | 2024.07.03 17:28:40.580948 [ 3 ] {} <Trace> HTTP-Session: 5b7d278b-3fa3-4be3-96ff-abbaf404fbc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10133 | 2024.07.03 17:28:40.581075 [ 3 ] {da8c303c-948c-4559-85b4-f04a5a824e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10134 | 2024.07.03 17:28:40.581121 [ 3 ] {da8c303c-948c-4559-85b4-f04a5a824e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10135 | 2024.07.03 17:28:40.581264 [ 3 ] {da8c303c-948c-4559-85b4-f04a5a824e08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10136 | 2024.07.03 17:28:40.581571 [ 3 ] {da8c303c-948c-4559-85b4-f04a5a824e08} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10137 | 2024.07.03 17:28:40.581607 [ 3 ] {da8c303c-948c-4559-85b4-f04a5a824e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10138 | 2024.07.03 17:28:40.581965 [ 3 ] {da8c303c-948c-4559-85b4-f04a5a824e08} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10139 | 2024.07.03 17:28:40.582290 [ 3 ] {da8c303c-948c-4559-85b4-f04a5a824e08} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10140 | 2024.07.03 17:28:40.582430 [ 3 ] {da8c303c-948c-4559-85b4-f04a5a824e08} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
10141 | 2024.07.03 17:28:40.582606 [ 3 ] {da8c303c-948c-4559-85b4-f04a5a824e08} <Debug> DynamicQueryHandler: Done processing query | ||
10142 | 2024.07.03 17:28:40.582630 [ 3 ] {da8c303c-948c-4559-85b4-f04a5a824e08} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10143 | 2024.07.03 17:28:40.582646 [ 3 ] {} <Debug> HTTP-Session: 5b7d278b-3fa3-4be3-96ff-abbaf404fbc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10144 | 2024.07.03 17:28:45.559043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10145 | 2024.07.03 17:28:45.559184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10146 | 2024.07.03 17:28:45.559212 [ 3 ] {} <Debug> HTTP-Session: e42e718b-9cce-4ed6-a293-5cf2514663f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10147 | 2024.07.03 17:28:45.559241 [ 3 ] {} <Debug> HTTP-Session: e42e718b-9cce-4ed6-a293-5cf2514663f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10148 | 2024.07.03 17:28:45.559260 [ 3 ] {} <Debug> HTTP-Session: e42e718b-9cce-4ed6-a293-5cf2514663f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10149 | 2024.07.03 17:28:45.559316 [ 3 ] {} <Trace> HTTP-Session: e42e718b-9cce-4ed6-a293-5cf2514663f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10150 | 2024.07.03 17:28:45.559517 [ 3 ] {02d023fd-6603-4521-bc44-d8cd2ac13614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10151 | 2024.07.03 17:28:45.559593 [ 3 ] {02d023fd-6603-4521-bc44-d8cd2ac13614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10152 | 2024.07.03 17:28:45.559817 [ 3 ] {02d023fd-6603-4521-bc44-d8cd2ac13614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10153 | 2024.07.03 17:28:45.560298 [ 3 ] {02d023fd-6603-4521-bc44-d8cd2ac13614} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10154 | 2024.07.03 17:28:45.560343 [ 3 ] {02d023fd-6603-4521-bc44-d8cd2ac13614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10155 | 2024.07.03 17:28:45.560721 [ 3 ] {02d023fd-6603-4521-bc44-d8cd2ac13614} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10156 | 2024.07.03 17:28:45.561066 [ 3 ] {02d023fd-6603-4521-bc44-d8cd2ac13614} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10157 | 2024.07.03 17:28:45.561237 [ 3 ] {02d023fd-6603-4521-bc44-d8cd2ac13614} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001779 sec., 8993.816750983699 rows/sec., 728.99 KiB/sec. | ||
10158 | 2024.07.03 17:28:45.561261 [ 45 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
10159 | 2024.07.03 17:28:45.561370 [ 45 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10160 | 2024.07.03 17:28:45.561420 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10161 | 2024.07.03 17:28:45.561555 [ 3 ] {02d023fd-6603-4521-bc44-d8cd2ac13614} <Debug> DynamicQueryHandler: Done processing query | ||
10162 | 2024.07.03 17:28:45.561607 [ 3 ] {02d023fd-6603-4521-bc44-d8cd2ac13614} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10163 | 2024.07.03 17:28:45.561636 [ 3 ] {} <Debug> HTTP-Session: e42e718b-9cce-4ed6-a293-5cf2514663f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10164 | 2024.07.03 17:28:45.561635 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
10165 | 2024.07.03 17:28:45.561863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10166 | 2024.07.03 17:28:45.561903 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10167 | 2024.07.03 17:28:45.561968 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 30 rows starting from the beginning of the part | ||
10168 | 2024.07.03 17:28:45.561977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10169 | 2024.07.03 17:28:45.562028 [ 3 ] {} <Debug> HTTP-Session: 4db34168-d433-444b-8982-7b5d7bae226d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10170 | 2024.07.03 17:28:45.562097 [ 3 ] {} <Debug> HTTP-Session: 4db34168-d433-444b-8982-7b5d7bae226d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10171 | 2024.07.03 17:28:45.562170 [ 3 ] {} <Debug> HTTP-Session: 4db34168-d433-444b-8982-7b5d7bae226d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10172 | 2024.07.03 17:28:45.562208 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part | ||
10173 | 2024.07.03 17:28:45.562310 [ 3 ] {} <Trace> HTTP-Session: 4db34168-d433-444b-8982-7b5d7bae226d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10174 | 2024.07.03 17:28:45.562448 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
10175 | 2024.07.03 17:28:45.562804 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part | ||
10176 | 2024.07.03 17:28:45.562932 [ 3 ] {45b981f9-1c33-441c-8ae7-bad2b336a1df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10177 | 2024.07.03 17:28:45.563053 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
10178 | 2024.07.03 17:28:45.563179 [ 3 ] {45b981f9-1c33-441c-8ae7-bad2b336a1df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10179 | 2024.07.03 17:28:45.563326 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part | ||
10180 | 2024.07.03 17:28:45.564021 [ 3 ] {45b981f9-1c33-441c-8ae7-bad2b336a1df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10181 | 2024.07.03 17:28:45.564816 [ 3 ] {45b981f9-1c33-441c-8ae7-bad2b336a1df} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10182 | 2024.07.03 17:28:45.564884 [ 3 ] {45b981f9-1c33-441c-8ae7-bad2b336a1df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10183 | 2024.07.03 17:28:45.565809 [ 3 ] {45b981f9-1c33-441c-8ae7-bad2b336a1df} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10184 | 2024.07.03 17:28:45.565901 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004381044 sec., 24195.146179769024 rows/sec., 1.92 MiB/sec. | ||
10185 | 2024.07.03 17:28:45.566137 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
10186 | 2024.07.03 17:28:45.566579 [ 3 ] {45b981f9-1c33-441c-8ae7-bad2b336a1df} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10187 | 2024.07.03 17:28:45.566945 [ 3 ] {45b981f9-1c33-441c-8ae7-bad2b336a1df} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004248 sec., 1412.4293785310733 rows/sec., 115.17 KiB/sec. | ||
10188 | 2024.07.03 17:28:45.567019 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10189 | 2024.07.03 17:28:45.567212 [ 187 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_65_13} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
10190 | 2024.07.03 17:28:45.567333 [ 3 ] {45b981f9-1c33-441c-8ae7-bad2b336a1df} <Debug> DynamicQueryHandler: Done processing query | ||
10191 | 2024.07.03 17:28:45.567367 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10192 | 2024.07.03 17:28:45.567383 [ 3 ] {45b981f9-1c33-441c-8ae7-bad2b336a1df} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10193 | 2024.07.03 17:28:45.567420 [ 3 ] {} <Debug> HTTP-Session: 4db34168-d433-444b-8982-7b5d7bae226d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10194 | 2024.07.03 17:28:45.567598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10195 | 2024.07.03 17:28:45.567649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10196 | 2024.07.03 17:28:45.567668 [ 3 ] {} <Debug> HTTP-Session: e1331506-986a-4cc5-8175-8b865dfc88d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10197 | 2024.07.03 17:28:45.567685 [ 3 ] {} <Debug> HTTP-Session: e1331506-986a-4cc5-8175-8b865dfc88d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10198 | 2024.07.03 17:28:45.567699 [ 3 ] {} <Debug> HTTP-Session: e1331506-986a-4cc5-8175-8b865dfc88d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10199 | 2024.07.03 17:28:45.567731 [ 3 ] {} <Trace> HTTP-Session: e1331506-986a-4cc5-8175-8b865dfc88d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10200 | 2024.07.03 17:28:45.567869 [ 3 ] {a5163d5d-78de-4d0c-9369-8ee32b0acf1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10201 | 2024.07.03 17:28:45.567916 [ 3 ] {a5163d5d-78de-4d0c-9369-8ee32b0acf1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10202 | 2024.07.03 17:28:45.568118 [ 3 ] {a5163d5d-78de-4d0c-9369-8ee32b0acf1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10203 | 2024.07.03 17:28:45.568597 [ 3 ] {a5163d5d-78de-4d0c-9369-8ee32b0acf1c} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10204 | 2024.07.03 17:28:45.568635 [ 3 ] {a5163d5d-78de-4d0c-9369-8ee32b0acf1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10205 | 2024.07.03 17:28:45.568956 [ 3 ] {a5163d5d-78de-4d0c-9369-8ee32b0acf1c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10206 | 2024.07.03 17:28:45.569267 [ 3 ] {a5163d5d-78de-4d0c-9369-8ee32b0acf1c} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10207 | 2024.07.03 17:28:45.569416 [ 3 ] {a5163d5d-78de-4d0c-9369-8ee32b0acf1c} <Debug> executeQuery: Read 107 rows, 8.99 KiB in 0.001595 sec., 67084.6394984326 rows/sec., 5.50 MiB/sec. | ||
10208 | 2024.07.03 17:28:45.569571 [ 3 ] {a5163d5d-78de-4d0c-9369-8ee32b0acf1c} <Debug> DynamicQueryHandler: Done processing query | ||
10209 | 2024.07.03 17:28:45.569595 [ 3 ] {a5163d5d-78de-4d0c-9369-8ee32b0acf1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10210 | 2024.07.03 17:28:45.569611 [ 3 ] {} <Debug> HTTP-Session: e1331506-986a-4cc5-8175-8b865dfc88d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10211 | 2024.07.03 17:28:45.569726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10212 | 2024.07.03 17:28:45.569772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10213 | 2024.07.03 17:28:45.569791 [ 3 ] {} <Debug> HTTP-Session: 0d31579d-1d44-4c8e-8688-07c922474529 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10214 | 2024.07.03 17:28:45.569807 [ 3 ] {} <Debug> HTTP-Session: 0d31579d-1d44-4c8e-8688-07c922474529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10215 | 2024.07.03 17:28:45.569821 [ 3 ] {} <Debug> HTTP-Session: 0d31579d-1d44-4c8e-8688-07c922474529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10216 | 2024.07.03 17:28:45.569852 [ 3 ] {} <Trace> HTTP-Session: 0d31579d-1d44-4c8e-8688-07c922474529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10217 | 2024.07.03 17:28:45.569948 [ 3 ] {d865cc63-10b5-4436-bf0c-1f8d3ba75a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10218 | 2024.07.03 17:28:45.569990 [ 3 ] {d865cc63-10b5-4436-bf0c-1f8d3ba75a65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10219 | 2024.07.03 17:28:45.570116 [ 3 ] {d865cc63-10b5-4436-bf0c-1f8d3ba75a65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10220 | 2024.07.03 17:28:45.570419 [ 3 ] {d865cc63-10b5-4436-bf0c-1f8d3ba75a65} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10221 | 2024.07.03 17:28:45.570456 [ 3 ] {d865cc63-10b5-4436-bf0c-1f8d3ba75a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10222 | 2024.07.03 17:28:45.570757 [ 3 ] {d865cc63-10b5-4436-bf0c-1f8d3ba75a65} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10223 | 2024.07.03 17:28:45.571071 [ 3 ] {d865cc63-10b5-4436-bf0c-1f8d3ba75a65} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10224 | 2024.07.03 17:28:45.571222 [ 3 ] {d865cc63-10b5-4436-bf0c-1f8d3ba75a65} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 322.51 KiB/sec. | ||
10225 | 2024.07.03 17:28:45.571386 [ 3 ] {d865cc63-10b5-4436-bf0c-1f8d3ba75a65} <Debug> DynamicQueryHandler: Done processing query | ||
10226 | 2024.07.03 17:28:45.571410 [ 3 ] {d865cc63-10b5-4436-bf0c-1f8d3ba75a65} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10227 | 2024.07.03 17:28:45.571426 [ 3 ] {} <Debug> HTTP-Session: 0d31579d-1d44-4c8e-8688-07c922474529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10228 | 2024.07.03 17:28:45.571540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10229 | 2024.07.03 17:28:45.571589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10230 | 2024.07.03 17:28:45.571607 [ 3 ] {} <Debug> HTTP-Session: 5852894a-a106-4d8f-bdf0-46996dbe8693 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10231 | 2024.07.03 17:28:45.571623 [ 3 ] {} <Debug> HTTP-Session: 5852894a-a106-4d8f-bdf0-46996dbe8693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10232 | 2024.07.03 17:28:45.571637 [ 3 ] {} <Debug> HTTP-Session: 5852894a-a106-4d8f-bdf0-46996dbe8693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10233 | 2024.07.03 17:28:45.571667 [ 3 ] {} <Trace> HTTP-Session: 5852894a-a106-4d8f-bdf0-46996dbe8693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10234 | 2024.07.03 17:28:45.571784 [ 3 ] {3efafc9c-318f-4f02-a125-dd3d58a9822e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10235 | 2024.07.03 17:28:45.571826 [ 3 ] {3efafc9c-318f-4f02-a125-dd3d58a9822e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10236 | 2024.07.03 17:28:45.571953 [ 3 ] {3efafc9c-318f-4f02-a125-dd3d58a9822e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10237 | 2024.07.03 17:28:45.572269 [ 3 ] {3efafc9c-318f-4f02-a125-dd3d58a9822e} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10238 | 2024.07.03 17:28:45.572306 [ 3 ] {3efafc9c-318f-4f02-a125-dd3d58a9822e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10239 | 2024.07.03 17:28:45.572621 [ 3 ] {3efafc9c-318f-4f02-a125-dd3d58a9822e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10240 | 2024.07.03 17:28:45.572934 [ 3 ] {3efafc9c-318f-4f02-a125-dd3d58a9822e} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10241 | 2024.07.03 17:28:45.573075 [ 3 ] {3efafc9c-318f-4f02-a125-dd3d58a9822e} <Debug> executeQuery: Read 86 rows, 6.89 KiB in 0.001326 sec., 64856.71191553545 rows/sec., 5.07 MiB/sec. | ||
10242 | 2024.07.03 17:28:45.573341 [ 3 ] {3efafc9c-318f-4f02-a125-dd3d58a9822e} <Debug> DynamicQueryHandler: Done processing query | ||
10243 | 2024.07.03 17:28:45.573412 [ 3 ] {3efafc9c-318f-4f02-a125-dd3d58a9822e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10244 | 2024.07.03 17:28:45.573481 [ 3 ] {} <Debug> HTTP-Session: 5852894a-a106-4d8f-bdf0-46996dbe8693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10245 | 2024.07.03 17:28:45.573780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 31210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10246 | 2024.07.03 17:28:45.573833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10247 | 2024.07.03 17:28:45.573852 [ 3 ] {} <Debug> HTTP-Session: c2782695-dcef-4052-9862-3b2b45616108 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10248 | 2024.07.03 17:28:45.573869 [ 3 ] {} <Debug> HTTP-Session: c2782695-dcef-4052-9862-3b2b45616108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10249 | 2024.07.03 17:28:45.573882 [ 3 ] {} <Debug> HTTP-Session: c2782695-dcef-4052-9862-3b2b45616108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10250 | 2024.07.03 17:28:45.573915 [ 3 ] {} <Trace> HTTP-Session: c2782695-dcef-4052-9862-3b2b45616108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10251 | 2024.07.03 17:28:45.574069 [ 3 ] {2c35ffdf-64a5-4f8f-b638-8973a7e8a976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10252 | 2024.07.03 17:28:45.574119 [ 3 ] {2c35ffdf-64a5-4f8f-b638-8973a7e8a976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10253 | 2024.07.03 17:28:45.574278 [ 3 ] {2c35ffdf-64a5-4f8f-b638-8973a7e8a976} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10254 | 2024.07.03 17:28:45.574666 [ 3 ] {2c35ffdf-64a5-4f8f-b638-8973a7e8a976} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10255 | 2024.07.03 17:28:45.574702 [ 3 ] {2c35ffdf-64a5-4f8f-b638-8973a7e8a976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10256 | 2024.07.03 17:28:45.575096 [ 3 ] {2c35ffdf-64a5-4f8f-b638-8973a7e8a976} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10257 | 2024.07.03 17:28:45.575430 [ 3 ] {2c35ffdf-64a5-4f8f-b638-8973a7e8a976} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10258 | 2024.07.03 17:28:45.575579 [ 3 ] {2c35ffdf-64a5-4f8f-b638-8973a7e8a976} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00158 sec., 103164.55696202531 rows/sec., 7.18 MiB/sec. | ||
10259 | 2024.07.03 17:28:45.575757 [ 3 ] {2c35ffdf-64a5-4f8f-b638-8973a7e8a976} <Debug> DynamicQueryHandler: Done processing query | ||
10260 | 2024.07.03 17:28:45.575781 [ 3 ] {2c35ffdf-64a5-4f8f-b638-8973a7e8a976} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10261 | 2024.07.03 17:28:45.575797 [ 3 ] {} <Debug> HTTP-Session: c2782695-dcef-4052-9862-3b2b45616108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10262 | 2024.07.03 17:28:45.575950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10263 | 2024.07.03 17:28:45.575998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10264 | 2024.07.03 17:28:45.576017 [ 3 ] {} <Debug> HTTP-Session: d54ab737-49f4-4084-b1f2-4d1dc959a81e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10265 | 2024.07.03 17:28:45.576034 [ 3 ] {} <Debug> HTTP-Session: d54ab737-49f4-4084-b1f2-4d1dc959a81e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10266 | 2024.07.03 17:28:45.576047 [ 3 ] {} <Debug> HTTP-Session: d54ab737-49f4-4084-b1f2-4d1dc959a81e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10267 | 2024.07.03 17:28:45.576078 [ 3 ] {} <Trace> HTTP-Session: d54ab737-49f4-4084-b1f2-4d1dc959a81e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10268 | 2024.07.03 17:28:45.576294 [ 3 ] {07f2c23f-d095-4a1a-b28d-ea9c7a27f05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10269 | 2024.07.03 17:28:45.576383 [ 3 ] {07f2c23f-d095-4a1a-b28d-ea9c7a27f05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10270 | 2024.07.03 17:28:45.576799 [ 3 ] {07f2c23f-d095-4a1a-b28d-ea9c7a27f05b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10271 | 2024.07.03 17:28:45.577326 [ 3 ] {07f2c23f-d095-4a1a-b28d-ea9c7a27f05b} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10272 | 2024.07.03 17:28:45.577361 [ 3 ] {07f2c23f-d095-4a1a-b28d-ea9c7a27f05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10273 | 2024.07.03 17:28:45.577940 [ 3 ] {07f2c23f-d095-4a1a-b28d-ea9c7a27f05b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10274 | 2024.07.03 17:28:45.578342 [ 3 ] {07f2c23f-d095-4a1a-b28d-ea9c7a27f05b} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10275 | 2024.07.03 17:28:45.578542 [ 3 ] {07f2c23f-d095-4a1a-b28d-ea9c7a27f05b} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002388 sec., 6700.167504187605 rows/sec., 12.01 MiB/sec. | ||
10276 | 2024.07.03 17:28:45.578840 [ 3 ] {07f2c23f-d095-4a1a-b28d-ea9c7a27f05b} <Debug> DynamicQueryHandler: Done processing query | ||
10277 | 2024.07.03 17:28:45.578897 [ 3 ] {07f2c23f-d095-4a1a-b28d-ea9c7a27f05b} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10278 | 2024.07.03 17:28:45.578915 [ 3 ] {} <Debug> HTTP-Session: d54ab737-49f4-4084-b1f2-4d1dc959a81e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10279 | 2024.07.03 17:28:45.579078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10280 | 2024.07.03 17:28:45.579125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10281 | 2024.07.03 17:28:45.579144 [ 3 ] {} <Debug> HTTP-Session: 02e61d12-1a59-46f5-9d76-1306f4dfa1da Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10282 | 2024.07.03 17:28:45.579160 [ 3 ] {} <Debug> HTTP-Session: 02e61d12-1a59-46f5-9d76-1306f4dfa1da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10283 | 2024.07.03 17:28:45.579174 [ 3 ] {} <Debug> HTTP-Session: 02e61d12-1a59-46f5-9d76-1306f4dfa1da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10284 | 2024.07.03 17:28:45.579204 [ 3 ] {} <Trace> HTTP-Session: 02e61d12-1a59-46f5-9d76-1306f4dfa1da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10285 | 2024.07.03 17:28:45.579325 [ 3 ] {b4e78d19-539e-4205-88b4-c3fc047303cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10286 | 2024.07.03 17:28:45.579370 [ 3 ] {b4e78d19-539e-4205-88b4-c3fc047303cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10287 | 2024.07.03 17:28:45.579495 [ 3 ] {b4e78d19-539e-4205-88b4-c3fc047303cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10288 | 2024.07.03 17:28:45.579841 [ 3 ] {b4e78d19-539e-4205-88b4-c3fc047303cb} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10289 | 2024.07.03 17:28:45.579878 [ 3 ] {b4e78d19-539e-4205-88b4-c3fc047303cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10290 | 2024.07.03 17:28:45.580240 [ 3 ] {b4e78d19-539e-4205-88b4-c3fc047303cb} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10291 | 2024.07.03 17:28:45.580576 [ 3 ] {b4e78d19-539e-4205-88b4-c3fc047303cb} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10292 | 2024.07.03 17:28:45.580738 [ 3 ] {b4e78d19-539e-4205-88b4-c3fc047303cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec. | ||
10293 | 2024.07.03 17:28:45.580915 [ 3 ] {b4e78d19-539e-4205-88b4-c3fc047303cb} <Debug> DynamicQueryHandler: Done processing query | ||
10294 | 2024.07.03 17:28:45.580940 [ 3 ] {b4e78d19-539e-4205-88b4-c3fc047303cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10295 | 2024.07.03 17:28:45.580955 [ 3 ] {} <Debug> HTTP-Session: 02e61d12-1a59-46f5-9d76-1306f4dfa1da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10296 | 2024.07.03 17:28:48.471411 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10297 | 2024.07.03 17:28:48.471470 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10298 | 2024.07.03 17:28:50.560909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10299 | 2024.07.03 17:28:50.561050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10300 | 2024.07.03 17:28:50.561082 [ 3 ] {} <Debug> HTTP-Session: ead3923c-4e43-4194-8aba-1b4bbeab3e8d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10301 | 2024.07.03 17:28:50.561106 [ 3 ] {} <Debug> HTTP-Session: ead3923c-4e43-4194-8aba-1b4bbeab3e8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10302 | 2024.07.03 17:28:50.561122 [ 3 ] {} <Debug> HTTP-Session: ead3923c-4e43-4194-8aba-1b4bbeab3e8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10303 | 2024.07.03 17:28:50.561171 [ 3 ] {} <Trace> HTTP-Session: ead3923c-4e43-4194-8aba-1b4bbeab3e8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10304 | 2024.07.03 17:28:50.561355 [ 3 ] {f8119ed8-487d-4f90-a559-feedd17aa89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10305 | 2024.07.03 17:28:50.561422 [ 3 ] {f8119ed8-487d-4f90-a559-feedd17aa89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10306 | 2024.07.03 17:28:50.561616 [ 3 ] {f8119ed8-487d-4f90-a559-feedd17aa89c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10307 | 2024.07.03 17:28:50.562029 [ 3 ] {f8119ed8-487d-4f90-a559-feedd17aa89c} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10308 | 2024.07.03 17:28:50.562070 [ 3 ] {f8119ed8-487d-4f90-a559-feedd17aa89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10309 | 2024.07.03 17:28:50.562445 [ 3 ] {f8119ed8-487d-4f90-a559-feedd17aa89c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10310 | 2024.07.03 17:28:50.562789 [ 3 ] {f8119ed8-487d-4f90-a559-feedd17aa89c} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10311 | 2024.07.03 17:28:50.562935 [ 3 ] {f8119ed8-487d-4f90-a559-feedd17aa89c} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001636 sec., 8557.457212713936 rows/sec., 693.62 KiB/sec. | ||
10312 | 2024.07.03 17:28:50.563136 [ 3 ] {f8119ed8-487d-4f90-a559-feedd17aa89c} <Debug> DynamicQueryHandler: Done processing query | ||
10313 | 2024.07.03 17:28:50.563162 [ 3 ] {f8119ed8-487d-4f90-a559-feedd17aa89c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10314 | 2024.07.03 17:28:50.563179 [ 3 ] {} <Debug> HTTP-Session: ead3923c-4e43-4194-8aba-1b4bbeab3e8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10315 | 2024.07.03 17:28:50.563358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10316 | 2024.07.03 17:28:50.563409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10317 | 2024.07.03 17:28:50.563429 [ 3 ] {} <Debug> HTTP-Session: f9884a2d-952c-4e74-abfb-5440134c73b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10318 | 2024.07.03 17:28:50.563446 [ 3 ] {} <Debug> HTTP-Session: f9884a2d-952c-4e74-abfb-5440134c73b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10319 | 2024.07.03 17:28:50.563460 [ 3 ] {} <Debug> HTTP-Session: f9884a2d-952c-4e74-abfb-5440134c73b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10320 | 2024.07.03 17:28:50.563495 [ 3 ] {} <Trace> HTTP-Session: f9884a2d-952c-4e74-abfb-5440134c73b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10321 | 2024.07.03 17:28:50.563599 [ 3 ] {7740b9ce-d2d0-465d-8597-927ee372c7d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10322 | 2024.07.03 17:28:50.563645 [ 3 ] {7740b9ce-d2d0-465d-8597-927ee372c7d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10323 | 2024.07.03 17:28:50.563776 [ 3 ] {7740b9ce-d2d0-465d-8597-927ee372c7d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10324 | 2024.07.03 17:28:50.564073 [ 3 ] {7740b9ce-d2d0-465d-8597-927ee372c7d7} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10325 | 2024.07.03 17:28:50.564109 [ 3 ] {7740b9ce-d2d0-465d-8597-927ee372c7d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10326 | 2024.07.03 17:28:50.564413 [ 3 ] {7740b9ce-d2d0-465d-8597-927ee372c7d7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10327 | 2024.07.03 17:28:50.564721 [ 3 ] {7740b9ce-d2d0-465d-8597-927ee372c7d7} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10328 | 2024.07.03 17:28:50.564850 [ 3 ] {7740b9ce-d2d0-465d-8597-927ee372c7d7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001281 sec., 3122.56049960968 rows/sec., 254.62 KiB/sec. | ||
10329 | 2024.07.03 17:28:50.565016 [ 3 ] {7740b9ce-d2d0-465d-8597-927ee372c7d7} <Debug> DynamicQueryHandler: Done processing query | ||
10330 | 2024.07.03 17:28:50.565041 [ 3 ] {7740b9ce-d2d0-465d-8597-927ee372c7d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10331 | 2024.07.03 17:28:50.565057 [ 3 ] {} <Debug> HTTP-Session: f9884a2d-952c-4e74-abfb-5440134c73b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10332 | 2024.07.03 17:28:50.565209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 19308, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10333 | 2024.07.03 17:28:50.565258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10334 | 2024.07.03 17:28:50.565277 [ 3 ] {} <Debug> HTTP-Session: 221420f5-7c79-4e24-b543-ebd516792488 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10335 | 2024.07.03 17:28:50.565293 [ 3 ] {} <Debug> HTTP-Session: 221420f5-7c79-4e24-b543-ebd516792488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10336 | 2024.07.03 17:28:50.565307 [ 3 ] {} <Debug> HTTP-Session: 221420f5-7c79-4e24-b543-ebd516792488 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10337 | 2024.07.03 17:28:50.565338 [ 3 ] {} <Trace> HTTP-Session: 221420f5-7c79-4e24-b543-ebd516792488 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10338 | 2024.07.03 17:28:50.565474 [ 3 ] {94ee11c0-1197-4859-9968-25f5561bef92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10339 | 2024.07.03 17:28:50.565517 [ 3 ] {94ee11c0-1197-4859-9968-25f5561bef92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10340 | 2024.07.03 17:28:50.565640 [ 3 ] {94ee11c0-1197-4859-9968-25f5561bef92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10341 | 2024.07.03 17:28:50.566162 [ 3 ] {94ee11c0-1197-4859-9968-25f5561bef92} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10342 | 2024.07.03 17:28:50.566199 [ 3 ] {94ee11c0-1197-4859-9968-25f5561bef92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10343 | 2024.07.03 17:28:50.566532 [ 3 ] {94ee11c0-1197-4859-9968-25f5561bef92} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10344 | 2024.07.03 17:28:50.566839 [ 3 ] {94ee11c0-1197-4859-9968-25f5561bef92} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10345 | 2024.07.03 17:28:50.566967 [ 3 ] {94ee11c0-1197-4859-9968-25f5561bef92} <Debug> executeQuery: Read 136 rows, 11.04 KiB in 0.001554 sec., 87516.08751608751 rows/sec., 6.94 MiB/sec. | ||
10346 | 2024.07.03 17:28:50.567135 [ 3 ] {94ee11c0-1197-4859-9968-25f5561bef92} <Debug> DynamicQueryHandler: Done processing query | ||
10347 | 2024.07.03 17:28:50.567159 [ 3 ] {94ee11c0-1197-4859-9968-25f5561bef92} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10348 | 2024.07.03 17:28:50.567175 [ 3 ] {} <Debug> HTTP-Session: 221420f5-7c79-4e24-b543-ebd516792488 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10349 | 2024.07.03 17:28:50.567299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10350 | 2024.07.03 17:28:50.567348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10351 | 2024.07.03 17:28:50.567367 [ 3 ] {} <Debug> HTTP-Session: e9b15883-01f2-4423-aebc-882bff474280 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10352 | 2024.07.03 17:28:50.567383 [ 3 ] {} <Debug> HTTP-Session: e9b15883-01f2-4423-aebc-882bff474280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10353 | 2024.07.03 17:28:50.567398 [ 3 ] {} <Debug> HTTP-Session: e9b15883-01f2-4423-aebc-882bff474280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10354 | 2024.07.03 17:28:50.567430 [ 3 ] {} <Trace> HTTP-Session: e9b15883-01f2-4423-aebc-882bff474280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10355 | 2024.07.03 17:28:50.567528 [ 3 ] {76e91486-1023-4871-845a-7e1ebfa77138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10356 | 2024.07.03 17:28:50.567572 [ 3 ] {76e91486-1023-4871-845a-7e1ebfa77138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10357 | 2024.07.03 17:28:50.567696 [ 3 ] {76e91486-1023-4871-845a-7e1ebfa77138} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10358 | 2024.07.03 17:28:50.567976 [ 3 ] {76e91486-1023-4871-845a-7e1ebfa77138} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10359 | 2024.07.03 17:28:50.568012 [ 3 ] {76e91486-1023-4871-845a-7e1ebfa77138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10360 | 2024.07.03 17:28:50.568310 [ 3 ] {76e91486-1023-4871-845a-7e1ebfa77138} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10361 | 2024.07.03 17:28:50.568616 [ 3 ] {76e91486-1023-4871-845a-7e1ebfa77138} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10362 | 2024.07.03 17:28:50.568742 [ 3 ] {76e91486-1023-4871-845a-7e1ebfa77138} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001239 sec., 3228.410008071025 rows/sec., 225.42 KiB/sec. | ||
10363 | 2024.07.03 17:28:50.569083 [ 3 ] {76e91486-1023-4871-845a-7e1ebfa77138} <Debug> DynamicQueryHandler: Done processing query | ||
10364 | 2024.07.03 17:28:50.569117 [ 3 ] {76e91486-1023-4871-845a-7e1ebfa77138} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10365 | 2024.07.03 17:28:50.569137 [ 3 ] {} <Debug> HTTP-Session: e9b15883-01f2-4423-aebc-882bff474280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10366 | 2024.07.03 17:28:50.569283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10367 | 2024.07.03 17:28:50.569344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10368 | 2024.07.03 17:28:50.569367 [ 3 ] {} <Debug> HTTP-Session: 9ae5d72a-2a81-463b-a3b1-daa9aca53b45 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10369 | 2024.07.03 17:28:50.569389 [ 3 ] {} <Debug> HTTP-Session: 9ae5d72a-2a81-463b-a3b1-daa9aca53b45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10370 | 2024.07.03 17:28:50.569406 [ 3 ] {} <Debug> HTTP-Session: 9ae5d72a-2a81-463b-a3b1-daa9aca53b45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10371 | 2024.07.03 17:28:50.569445 [ 3 ] {} <Trace> HTTP-Session: 9ae5d72a-2a81-463b-a3b1-daa9aca53b45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10372 | 2024.07.03 17:28:50.569608 [ 3 ] {b5deda2c-8893-45b7-b5f1-5d8aa873b814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10373 | 2024.07.03 17:28:50.569660 [ 3 ] {b5deda2c-8893-45b7-b5f1-5d8aa873b814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10374 | 2024.07.03 17:28:50.569836 [ 3 ] {b5deda2c-8893-45b7-b5f1-5d8aa873b814} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10375 | 2024.07.03 17:28:50.570209 [ 3 ] {b5deda2c-8893-45b7-b5f1-5d8aa873b814} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10376 | 2024.07.03 17:28:50.570246 [ 3 ] {b5deda2c-8893-45b7-b5f1-5d8aa873b814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10377 | 2024.07.03 17:28:50.570566 [ 3 ] {b5deda2c-8893-45b7-b5f1-5d8aa873b814} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10378 | 2024.07.03 17:28:50.570871 [ 3 ] {b5deda2c-8893-45b7-b5f1-5d8aa873b814} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10379 | 2024.07.03 17:28:50.570998 [ 3 ] {b5deda2c-8893-45b7-b5f1-5d8aa873b814} <Debug> executeQuery: Read 106 rows, 8.46 KiB in 0.001456 sec., 72802.1978021978 rows/sec., 5.67 MiB/sec. | ||
10380 | 2024.07.03 17:28:50.571165 [ 3 ] {b5deda2c-8893-45b7-b5f1-5d8aa873b814} <Debug> DynamicQueryHandler: Done processing query | ||
10381 | 2024.07.03 17:28:50.571190 [ 3 ] {b5deda2c-8893-45b7-b5f1-5d8aa873b814} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10382 | 2024.07.03 17:28:50.571206 [ 3 ] {} <Debug> HTTP-Session: 9ae5d72a-2a81-463b-a3b1-daa9aca53b45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10383 | 2024.07.03 17:28:50.571389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 37981, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10384 | 2024.07.03 17:28:50.571439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10385 | 2024.07.03 17:28:50.571458 [ 3 ] {} <Debug> HTTP-Session: 8cdb5e06-6618-4e08-9a19-cf0c7708d963 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10386 | 2024.07.03 17:28:50.571476 [ 3 ] {} <Debug> HTTP-Session: 8cdb5e06-6618-4e08-9a19-cf0c7708d963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10387 | 2024.07.03 17:28:50.571490 [ 3 ] {} <Debug> HTTP-Session: 8cdb5e06-6618-4e08-9a19-cf0c7708d963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10388 | 2024.07.03 17:28:50.571521 [ 3 ] {} <Trace> HTTP-Session: 8cdb5e06-6618-4e08-9a19-cf0c7708d963 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10389 | 2024.07.03 17:28:50.571690 [ 3 ] {4303f10e-f44a-4936-a580-37dd36188998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10390 | 2024.07.03 17:28:50.571737 [ 3 ] {4303f10e-f44a-4936-a580-37dd36188998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10391 | 2024.07.03 17:28:50.571882 [ 3 ] {4303f10e-f44a-4936-a580-37dd36188998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10392 | 2024.07.03 17:28:50.572291 [ 3 ] {4303f10e-f44a-4936-a580-37dd36188998} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10393 | 2024.07.03 17:28:50.572327 [ 3 ] {4303f10e-f44a-4936-a580-37dd36188998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10394 | 2024.07.03 17:28:50.572724 [ 3 ] {4303f10e-f44a-4936-a580-37dd36188998} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10395 | 2024.07.03 17:28:50.573064 [ 3 ] {4303f10e-f44a-4936-a580-37dd36188998} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10396 | 2024.07.03 17:28:50.573201 [ 3 ] {4303f10e-f44a-4936-a580-37dd36188998} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.0016 sec., 123750 rows/sec., 8.64 MiB/sec. | ||
10397 | 2024.07.03 17:28:50.573371 [ 3 ] {4303f10e-f44a-4936-a580-37dd36188998} <Debug> DynamicQueryHandler: Done processing query | ||
10398 | 2024.07.03 17:28:50.573396 [ 3 ] {4303f10e-f44a-4936-a580-37dd36188998} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10399 | 2024.07.03 17:28:50.573412 [ 3 ] {} <Debug> HTTP-Session: 8cdb5e06-6618-4e08-9a19-cf0c7708d963 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10400 | 2024.07.03 17:28:50.573622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22274, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10401 | 2024.07.03 17:28:50.573671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10402 | 2024.07.03 17:28:50.573691 [ 3 ] {} <Debug> HTTP-Session: a907602e-b065-4027-a035-317003d63156 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10403 | 2024.07.03 17:28:50.573707 [ 3 ] {} <Debug> HTTP-Session: a907602e-b065-4027-a035-317003d63156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10404 | 2024.07.03 17:28:50.573721 [ 3 ] {} <Debug> HTTP-Session: a907602e-b065-4027-a035-317003d63156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10405 | 2024.07.03 17:28:50.573752 [ 3 ] {} <Trace> HTTP-Session: a907602e-b065-4027-a035-317003d63156 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10406 | 2024.07.03 17:28:50.573951 [ 3 ] {342abce4-3f98-4906-b122-e3974e502325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10407 | 2024.07.03 17:28:50.574014 [ 3 ] {342abce4-3f98-4906-b122-e3974e502325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10408 | 2024.07.03 17:28:50.574423 [ 3 ] {342abce4-3f98-4906-b122-e3974e502325} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10409 | 2024.07.03 17:28:50.575019 [ 3 ] {342abce4-3f98-4906-b122-e3974e502325} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10410 | 2024.07.03 17:28:50.575057 [ 3 ] {342abce4-3f98-4906-b122-e3974e502325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10411 | 2024.07.03 17:28:50.575651 [ 3 ] {342abce4-3f98-4906-b122-e3974e502325} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10412 | 2024.07.03 17:28:50.576073 [ 3 ] {342abce4-3f98-4906-b122-e3974e502325} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10413 | 2024.07.03 17:28:50.576199 [ 66 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10414 | 2024.07.03 17:28:50.576215 [ 3 ] {342abce4-3f98-4906-b122-e3974e502325} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002387 sec., 5865.1026392961885 rows/sec., 10.51 MiB/sec. | ||
10415 | 2024.07.03 17:28:50.576242 [ 66 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10416 | 2024.07.03 17:28:50.576279 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10417 | 2024.07.03 17:28:50.576885 [ 3 ] {342abce4-3f98-4906-b122-e3974e502325} <Debug> DynamicQueryHandler: Done processing query | ||
10418 | 2024.07.03 17:28:50.576976 [ 3 ] {342abce4-3f98-4906-b122-e3974e502325} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
10419 | 2024.07.03 17:28:50.577043 [ 3 ] {} <Debug> HTTP-Session: a907602e-b065-4027-a035-317003d63156 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10420 | 2024.07.03 17:28:50.577151 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
10421 | 2024.07.03 17:28:50.577335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10422 | 2024.07.03 17:28:50.577507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10423 | 2024.07.03 17:28:50.577553 [ 3 ] {} <Debug> HTTP-Session: 4a6f1f02-6648-4156-be40-fe5ddc5ff588 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10424 | 2024.07.03 17:28:50.577605 [ 3 ] {} <Debug> HTTP-Session: 4a6f1f02-6648-4156-be40-fe5ddc5ff588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10425 | 2024.07.03 17:28:50.577652 [ 3 ] {} <Debug> HTTP-Session: 4a6f1f02-6648-4156-be40-fe5ddc5ff588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10426 | 2024.07.03 17:28:50.577752 [ 3 ] {} <Trace> HTTP-Session: 4a6f1f02-6648-4156-be40-fe5ddc5ff588 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10427 | 2024.07.03 17:28:50.578083 [ 3 ] {ecea6cf7-b557-4528-b3ce-aa604e43de0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10428 | 2024.07.03 17:28:50.578205 [ 3 ] {ecea6cf7-b557-4528-b3ce-aa604e43de0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10429 | 2024.07.03 17:28:50.578220 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10430 | 2024.07.03 17:28:50.578434 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 910 rows starting from the beginning of the part | ||
10431 | 2024.07.03 17:28:50.578928 [ 3 ] {ecea6cf7-b557-4528-b3ce-aa604e43de0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10432 | 2024.07.03 17:28:50.579249 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
10433 | 2024.07.03 17:28:50.579857 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part | ||
10434 | 2024.07.03 17:28:50.580103 [ 3 ] {ecea6cf7-b557-4528-b3ce-aa604e43de0a} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10435 | 2024.07.03 17:28:50.580217 [ 3 ] {ecea6cf7-b557-4528-b3ce-aa604e43de0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10436 | 2024.07.03 17:28:50.580581 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
10437 | 2024.07.03 17:28:50.581123 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part | ||
10438 | 2024.07.03 17:28:50.581644 [ 3 ] {ecea6cf7-b557-4528-b3ce-aa604e43de0a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10439 | 2024.07.03 17:28:50.581733 [ 193 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
10440 | 2024.07.03 17:28:50.582773 [ 3 ] {ecea6cf7-b557-4528-b3ce-aa604e43de0a} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10441 | 2024.07.03 17:28:50.583036 [ 3 ] {ecea6cf7-b557-4528-b3ce-aa604e43de0a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005085 sec., 11799.410029498526 rows/sec., 814.28 KiB/sec. | ||
10442 | 2024.07.03 17:28:50.583389 [ 3 ] {ecea6cf7-b557-4528-b3ce-aa604e43de0a} <Debug> DynamicQueryHandler: Done processing query | ||
10443 | 2024.07.03 17:28:50.583446 [ 3 ] {ecea6cf7-b557-4528-b3ce-aa604e43de0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10444 | 2024.07.03 17:28:50.583490 [ 3 ] {} <Debug> HTTP-Session: 4a6f1f02-6648-4156-be40-fe5ddc5ff588 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10445 | 2024.07.03 17:28:50.588245 [ 191 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 19 columns (19 merged, 0 gathered) in 0.011792279 sec., 83444.43003765431 rows/sec., 149.53 MiB/sec. | ||
10446 | 2024.07.03 17:28:50.589280 [ 194 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10447 | 2024.07.03 17:28:50.589875 [ 194 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10448 | 2024.07.03 17:28:50.589954 [ 194 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10449 | 2024.07.03 17:28:50.590089 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.12 MiB. | ||
10450 | 2024.07.03 17:28:51.001145 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.22 MiB, peak 207.16 MiB, free memory in arenas 0.00 B, will set to 199.38 MiB (RSS), difference: 1.16 MiB | ||
10451 | 2024.07.03 17:28:55.560112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10452 | 2024.07.03 17:28:55.560255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10453 | 2024.07.03 17:28:55.560285 [ 3 ] {} <Debug> HTTP-Session: a7f4c10d-fe58-4962-bc1d-2b2a1a15372a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10454 | 2024.07.03 17:28:55.560314 [ 3 ] {} <Debug> HTTP-Session: a7f4c10d-fe58-4962-bc1d-2b2a1a15372a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10455 | 2024.07.03 17:28:55.560332 [ 3 ] {} <Debug> HTTP-Session: a7f4c10d-fe58-4962-bc1d-2b2a1a15372a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10456 | 2024.07.03 17:28:55.560386 [ 3 ] {} <Trace> HTTP-Session: a7f4c10d-fe58-4962-bc1d-2b2a1a15372a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10457 | 2024.07.03 17:28:55.560583 [ 3 ] {a85f49c8-340b-404b-8362-e5af21c87676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10458 | 2024.07.03 17:28:55.560657 [ 3 ] {a85f49c8-340b-404b-8362-e5af21c87676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10459 | 2024.07.03 17:28:55.560873 [ 3 ] {a85f49c8-340b-404b-8362-e5af21c87676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10460 | 2024.07.03 17:28:55.561332 [ 3 ] {a85f49c8-340b-404b-8362-e5af21c87676} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10461 | 2024.07.03 17:28:55.561374 [ 3 ] {a85f49c8-340b-404b-8362-e5af21c87676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10462 | 2024.07.03 17:28:55.561751 [ 3 ] {a85f49c8-340b-404b-8362-e5af21c87676} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10463 | 2024.07.03 17:28:55.562096 [ 3 ] {a85f49c8-340b-404b-8362-e5af21c87676} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10464 | 2024.07.03 17:28:55.562273 [ 3 ] {a85f49c8-340b-404b-8362-e5af21c87676} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001744 sec., 9174.311926605504 rows/sec., 743.62 KiB/sec. | ||
10465 | 2024.07.03 17:28:55.562485 [ 3 ] {a85f49c8-340b-404b-8362-e5af21c87676} <Debug> DynamicQueryHandler: Done processing query | ||
10466 | 2024.07.03 17:28:55.562512 [ 3 ] {a85f49c8-340b-404b-8362-e5af21c87676} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10467 | 2024.07.03 17:28:55.562529 [ 3 ] {} <Debug> HTTP-Session: a7f4c10d-fe58-4962-bc1d-2b2a1a15372a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10468 | 2024.07.03 17:28:55.562753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10469 | 2024.07.03 17:28:55.562808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10470 | 2024.07.03 17:28:55.562827 [ 3 ] {} <Debug> HTTP-Session: 43eb11f3-b197-4942-af77-521bb0798645 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10471 | 2024.07.03 17:28:55.562845 [ 3 ] {} <Debug> HTTP-Session: 43eb11f3-b197-4942-af77-521bb0798645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10472 | 2024.07.03 17:28:55.562859 [ 3 ] {} <Debug> HTTP-Session: 43eb11f3-b197-4942-af77-521bb0798645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10473 | 2024.07.03 17:28:55.562893 [ 3 ] {} <Trace> HTTP-Session: 43eb11f3-b197-4942-af77-521bb0798645 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10474 | 2024.07.03 17:28:55.563024 [ 3 ] {4dbdc27b-c886-411c-8df6-6a3034134b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10475 | 2024.07.03 17:28:55.563069 [ 3 ] {4dbdc27b-c886-411c-8df6-6a3034134b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10476 | 2024.07.03 17:28:55.563199 [ 3 ] {4dbdc27b-c886-411c-8df6-6a3034134b3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10477 | 2024.07.03 17:28:55.563600 [ 3 ] {4dbdc27b-c886-411c-8df6-6a3034134b3e} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10478 | 2024.07.03 17:28:55.563638 [ 3 ] {4dbdc27b-c886-411c-8df6-6a3034134b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10479 | 2024.07.03 17:28:55.563968 [ 3 ] {4dbdc27b-c886-411c-8df6-6a3034134b3e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10480 | 2024.07.03 17:28:55.564272 [ 3 ] {4dbdc27b-c886-411c-8df6-6a3034134b3e} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10481 | 2024.07.03 17:28:55.564426 [ 3 ] {4dbdc27b-c886-411c-8df6-6a3034134b3e} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001449 sec., 71773.6369910283 rows/sec., 5.91 MiB/sec. | ||
10482 | 2024.07.03 17:28:55.564696 [ 3 ] {4dbdc27b-c886-411c-8df6-6a3034134b3e} <Debug> DynamicQueryHandler: Done processing query | ||
10483 | 2024.07.03 17:28:55.564765 [ 3 ] {4dbdc27b-c886-411c-8df6-6a3034134b3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10484 | 2024.07.03 17:28:55.564825 [ 3 ] {} <Debug> HTTP-Session: 43eb11f3-b197-4942-af77-521bb0798645 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10485 | 2024.07.03 17:28:55.565025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10486 | 2024.07.03 17:28:55.565079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10487 | 2024.07.03 17:28:55.565097 [ 3 ] {} <Debug> HTTP-Session: 8e01031c-d15e-4641-b898-e2f28a2eecb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10488 | 2024.07.03 17:28:55.565114 [ 3 ] {} <Debug> HTTP-Session: 8e01031c-d15e-4641-b898-e2f28a2eecb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10489 | 2024.07.03 17:28:55.565127 [ 3 ] {} <Debug> HTTP-Session: 8e01031c-d15e-4641-b898-e2f28a2eecb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10490 | 2024.07.03 17:28:55.565159 [ 3 ] {} <Trace> HTTP-Session: 8e01031c-d15e-4641-b898-e2f28a2eecb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10491 | 2024.07.03 17:28:55.565286 [ 3 ] {a26881d8-51c0-4a6a-b208-9793f0b7b543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10492 | 2024.07.03 17:28:55.565331 [ 3 ] {a26881d8-51c0-4a6a-b208-9793f0b7b543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10493 | 2024.07.03 17:28:55.565475 [ 3 ] {a26881d8-51c0-4a6a-b208-9793f0b7b543} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10494 | 2024.07.03 17:28:55.565834 [ 3 ] {a26881d8-51c0-4a6a-b208-9793f0b7b543} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10495 | 2024.07.03 17:28:55.565870 [ 3 ] {a26881d8-51c0-4a6a-b208-9793f0b7b543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10496 | 2024.07.03 17:28:55.566184 [ 3 ] {a26881d8-51c0-4a6a-b208-9793f0b7b543} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10497 | 2024.07.03 17:28:55.566491 [ 3 ] {a26881d8-51c0-4a6a-b208-9793f0b7b543} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10498 | 2024.07.03 17:28:55.566646 [ 3 ] {a26881d8-51c0-4a6a-b208-9793f0b7b543} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001398 sec., 57224.60658082976 rows/sec., 4.47 MiB/sec. | ||
10499 | 2024.07.03 17:28:55.566806 [ 3 ] {a26881d8-51c0-4a6a-b208-9793f0b7b543} <Debug> DynamicQueryHandler: Done processing query | ||
10500 | 2024.07.03 17:28:55.566830 [ 3 ] {a26881d8-51c0-4a6a-b208-9793f0b7b543} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10501 | 2024.07.03 17:28:55.566845 [ 3 ] {} <Debug> HTTP-Session: 8e01031c-d15e-4641-b898-e2f28a2eecb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10502 | 2024.07.03 17:28:55.567011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10503 | 2024.07.03 17:28:55.567058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10504 | 2024.07.03 17:28:55.567076 [ 3 ] {} <Debug> HTTP-Session: a3897ddc-59e6-4689-973b-37f4689c91e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10505 | 2024.07.03 17:28:55.567093 [ 3 ] {} <Debug> HTTP-Session: a3897ddc-59e6-4689-973b-37f4689c91e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10506 | 2024.07.03 17:28:55.567107 [ 3 ] {} <Debug> HTTP-Session: a3897ddc-59e6-4689-973b-37f4689c91e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10507 | 2024.07.03 17:28:55.567137 [ 3 ] {} <Trace> HTTP-Session: a3897ddc-59e6-4689-973b-37f4689c91e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10508 | 2024.07.03 17:28:55.567281 [ 3 ] {3143c147-9701-41fc-9d48-46542fad60cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10509 | 2024.07.03 17:28:55.567328 [ 3 ] {3143c147-9701-41fc-9d48-46542fad60cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10510 | 2024.07.03 17:28:55.567475 [ 3 ] {3143c147-9701-41fc-9d48-46542fad60cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10511 | 2024.07.03 17:28:55.567866 [ 3 ] {3143c147-9701-41fc-9d48-46542fad60cd} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10512 | 2024.07.03 17:28:55.567901 [ 3 ] {3143c147-9701-41fc-9d48-46542fad60cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10513 | 2024.07.03 17:28:55.568284 [ 3 ] {3143c147-9701-41fc-9d48-46542fad60cd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10514 | 2024.07.03 17:28:55.568626 [ 3 ] {3143c147-9701-41fc-9d48-46542fad60cd} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10515 | 2024.07.03 17:28:55.568781 [ 3 ] {3143c147-9701-41fc-9d48-46542fad60cd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
10516 | 2024.07.03 17:28:55.568792 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10517 | 2024.07.03 17:28:55.568899 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10518 | 2024.07.03 17:28:55.568948 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10519 | 2024.07.03 17:28:55.569032 [ 3 ] {3143c147-9701-41fc-9d48-46542fad60cd} <Debug> DynamicQueryHandler: Done processing query | ||
10520 | 2024.07.03 17:28:55.569094 [ 3 ] {3143c147-9701-41fc-9d48-46542fad60cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10521 | 2024.07.03 17:28:55.569152 [ 3 ] {} <Debug> HTTP-Session: a3897ddc-59e6-4689-973b-37f4689c91e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10522 | 2024.07.03 17:28:55.569237 [ 200 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
10523 | 2024.07.03 17:28:55.569427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26391, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10524 | 2024.07.03 17:28:55.569536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10525 | 2024.07.03 17:28:55.569591 [ 3 ] {} <Debug> HTTP-Session: 6d6bbaba-001b-44e4-8ac9-2d6ee9817554 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10526 | 2024.07.03 17:28:55.569639 [ 3 ] {} <Debug> HTTP-Session: 6d6bbaba-001b-44e4-8ac9-2d6ee9817554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10527 | 2024.07.03 17:28:55.569682 [ 3 ] {} <Debug> HTTP-Session: 6d6bbaba-001b-44e4-8ac9-2d6ee9817554 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10528 | 2024.07.03 17:28:55.569774 [ 3 ] {} <Trace> HTTP-Session: 6d6bbaba-001b-44e4-8ac9-2d6ee9817554 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10529 | 2024.07.03 17:28:55.569789 [ 200 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10530 | 2024.07.03 17:28:55.569896 [ 200 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 7738 rows starting from the beginning of the part | ||
10531 | 2024.07.03 17:28:55.570175 [ 3 ] {55d0c0a3-7c70-43ac-a355-573812861f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10532 | 2024.07.03 17:28:55.570270 [ 200 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
10533 | 2024.07.03 17:28:55.570427 [ 3 ] {55d0c0a3-7c70-43ac-a355-573812861f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10534 | 2024.07.03 17:28:55.570651 [ 200 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
10535 | 2024.07.03 17:28:55.571076 [ 200 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 163 rows starting from the beginning of the part | ||
10536 | 2024.07.03 17:28:55.571489 [ 200 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 198 rows starting from the beginning of the part | ||
10537 | 2024.07.03 17:28:55.571861 [ 200 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
10538 | 2024.07.03 17:28:55.573118 [ 3 ] {55d0c0a3-7c70-43ac-a355-573812861f03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10539 | 2024.07.03 17:28:55.574211 [ 3 ] {55d0c0a3-7c70-43ac-a355-573812861f03} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10540 | 2024.07.03 17:28:55.574275 [ 3 ] {55d0c0a3-7c70-43ac-a355-573812861f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10541 | 2024.07.03 17:28:55.575791 [ 3 ] {55d0c0a3-7c70-43ac-a355-573812861f03} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10542 | 2024.07.03 17:28:55.576810 [ 3 ] {55d0c0a3-7c70-43ac-a355-573812861f03} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10543 | 2024.07.03 17:28:55.577025 [ 3 ] {55d0c0a3-7c70-43ac-a355-573812861f03} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007104 sec., 2252.252252252252 rows/sec., 4.04 MiB/sec. | ||
10544 | 2024.07.03 17:28:55.577351 [ 3 ] {55d0c0a3-7c70-43ac-a355-573812861f03} <Debug> DynamicQueryHandler: Done processing query | ||
10545 | 2024.07.03 17:28:55.577377 [ 3 ] {55d0c0a3-7c70-43ac-a355-573812861f03} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10546 | 2024.07.03 17:28:55.577393 [ 3 ] {} <Debug> HTTP-Session: 6d6bbaba-001b-44e4-8ac9-2d6ee9817554 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10547 | 2024.07.03 17:28:55.577648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10548 | 2024.07.03 17:28:55.577720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10549 | 2024.07.03 17:28:55.577721 [ 190 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8579 rows, containing 5 columns (5 merged, 0 gathered) in 0.008674387 sec., 989003.603367016 rows/sec., 69.07 MiB/sec. | ||
10550 | 2024.07.03 17:28:55.577741 [ 3 ] {} <Debug> HTTP-Session: 5371e364-06a6-4190-9ead-afd36a4f4b36 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10551 | 2024.07.03 17:28:55.577767 [ 3 ] {} <Debug> HTTP-Session: 5371e364-06a6-4190-9ead-afd36a4f4b36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10552 | 2024.07.03 17:28:55.577786 [ 3 ] {} <Debug> HTTP-Session: 5371e364-06a6-4190-9ead-afd36a4f4b36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10553 | 2024.07.03 17:28:55.577825 [ 3 ] {} <Trace> HTTP-Session: 5371e364-06a6-4190-9ead-afd36a4f4b36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10554 | 2024.07.03 17:28:55.578003 [ 3 ] {d3a458fc-b7c2-472f-825a-5570ab5448dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10555 | 2024.07.03 17:28:55.578064 [ 3 ] {d3a458fc-b7c2-472f-825a-5570ab5448dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10556 | 2024.07.03 17:28:55.578078 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10557 | 2024.07.03 17:28:55.578479 [ 3 ] {d3a458fc-b7c2-472f-825a-5570ab5448dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10558 | 2024.07.03 17:28:55.579178 [ 3 ] {d3a458fc-b7c2-472f-825a-5570ab5448dd} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10559 | 2024.07.03 17:28:55.579185 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10560 | 2024.07.03 17:28:55.579237 [ 3 ] {d3a458fc-b7c2-472f-825a-5570ab5448dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10561 | 2024.07.03 17:28:55.579363 [ 199 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10562 | 2024.07.03 17:28:55.579547 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
10563 | 2024.07.03 17:28:55.579835 [ 3 ] {d3a458fc-b7c2-472f-825a-5570ab5448dd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10564 | 2024.07.03 17:28:55.580176 [ 3 ] {d3a458fc-b7c2-472f-825a-5570ab5448dd} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10565 | 2024.07.03 17:28:55.580339 [ 79 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10566 | 2024.07.03 17:28:55.580346 [ 3 ] {d3a458fc-b7c2-472f-825a-5570ab5448dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002411 sec., 24885.93944421402 rows/sec., 1.68 MiB/sec. | ||
10567 | 2024.07.03 17:28:55.580403 [ 79 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10568 | 2024.07.03 17:28:55.580491 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10569 | 2024.07.03 17:28:55.580681 [ 200 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
10570 | 2024.07.03 17:28:55.580698 [ 3 ] {d3a458fc-b7c2-472f-825a-5570ab5448dd} <Debug> DynamicQueryHandler: Done processing query | ||
10571 | 2024.07.03 17:28:55.580758 [ 3 ] {d3a458fc-b7c2-472f-825a-5570ab5448dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10572 | 2024.07.03 17:28:55.580794 [ 3 ] {} <Debug> HTTP-Session: 5371e364-06a6-4190-9ead-afd36a4f4b36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10573 | 2024.07.03 17:28:55.580908 [ 200 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10574 | 2024.07.03 17:28:55.580942 [ 200 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2726 rows starting from the beginning of the part | ||
10575 | 2024.07.03 17:28:55.581051 [ 200 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
10576 | 2024.07.03 17:28:55.581175 [ 200 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
10577 | 2024.07.03 17:28:55.581338 [ 200 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
10578 | 2024.07.03 17:28:55.581536 [ 200 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
10579 | 2024.07.03 17:28:55.581671 [ 200 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
10580 | 2024.07.03 17:28:55.582963 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3026 rows, containing 4 columns (4 merged, 0 gathered) in 0.002363732 sec., 1280178.9712200877 rows/sec., 85.82 MiB/sec. | ||
10581 | 2024.07.03 17:28:55.583233 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10582 | 2024.07.03 17:28:55.583610 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_66_13} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10583 | 2024.07.03 17:28:55.583687 [ 199 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_66_13} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10584 | 2024.07.03 17:28:55.583771 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
10585 | 2024.07.03 17:29:00.559174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10586 | 2024.07.03 17:29:00.559302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10587 | 2024.07.03 17:29:00.559331 [ 3 ] {} <Debug> HTTP-Session: c28612aa-9eeb-45b8-98fd-2f951b2723b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10588 | 2024.07.03 17:29:00.559360 [ 3 ] {} <Debug> HTTP-Session: c28612aa-9eeb-45b8-98fd-2f951b2723b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10589 | 2024.07.03 17:29:00.559378 [ 3 ] {} <Debug> HTTP-Session: c28612aa-9eeb-45b8-98fd-2f951b2723b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10590 | 2024.07.03 17:29:00.559433 [ 3 ] {} <Trace> HTTP-Session: c28612aa-9eeb-45b8-98fd-2f951b2723b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10591 | 2024.07.03 17:29:00.559632 [ 3 ] {f5d58134-5ba6-4af4-b8b9-f4acb79f060c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10592 | 2024.07.03 17:29:00.559708 [ 3 ] {f5d58134-5ba6-4af4-b8b9-f4acb79f060c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10593 | 2024.07.03 17:29:00.559923 [ 3 ] {f5d58134-5ba6-4af4-b8b9-f4acb79f060c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10594 | 2024.07.03 17:29:00.560348 [ 3 ] {f5d58134-5ba6-4af4-b8b9-f4acb79f060c} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10595 | 2024.07.03 17:29:00.560390 [ 3 ] {f5d58134-5ba6-4af4-b8b9-f4acb79f060c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10596 | 2024.07.03 17:29:00.560760 [ 3 ] {f5d58134-5ba6-4af4-b8b9-f4acb79f060c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10597 | 2024.07.03 17:29:00.561114 [ 3 ] {f5d58134-5ba6-4af4-b8b9-f4acb79f060c} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10598 | 2024.07.03 17:29:00.561291 [ 3 ] {f5d58134-5ba6-4af4-b8b9-f4acb79f060c} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001719 sec., 8144.2699243746365 rows/sec., 660.13 KiB/sec. | ||
10599 | 2024.07.03 17:29:00.561487 [ 3 ] {f5d58134-5ba6-4af4-b8b9-f4acb79f060c} <Debug> DynamicQueryHandler: Done processing query | ||
10600 | 2024.07.03 17:29:00.561513 [ 3 ] {f5d58134-5ba6-4af4-b8b9-f4acb79f060c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10601 | 2024.07.03 17:29:00.561530 [ 3 ] {} <Debug> HTTP-Session: c28612aa-9eeb-45b8-98fd-2f951b2723b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10602 | 2024.07.03 17:29:00.561684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10603 | 2024.07.03 17:29:00.561732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10604 | 2024.07.03 17:29:00.561752 [ 3 ] {} <Debug> HTTP-Session: 737b4a38-8b98-49da-b1e3-eb4ade0f422f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10605 | 2024.07.03 17:29:00.561769 [ 3 ] {} <Debug> HTTP-Session: 737b4a38-8b98-49da-b1e3-eb4ade0f422f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10606 | 2024.07.03 17:29:00.561783 [ 3 ] {} <Debug> HTTP-Session: 737b4a38-8b98-49da-b1e3-eb4ade0f422f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10607 | 2024.07.03 17:29:00.561814 [ 3 ] {} <Trace> HTTP-Session: 737b4a38-8b98-49da-b1e3-eb4ade0f422f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10608 | 2024.07.03 17:29:00.561936 [ 3 ] {b12c9f41-7d68-4dd0-9411-791b624cb0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10609 | 2024.07.03 17:29:00.561980 [ 3 ] {b12c9f41-7d68-4dd0-9411-791b624cb0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10610 | 2024.07.03 17:29:00.562107 [ 3 ] {b12c9f41-7d68-4dd0-9411-791b624cb0f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10611 | 2024.07.03 17:29:00.562479 [ 3 ] {b12c9f41-7d68-4dd0-9411-791b624cb0f6} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10612 | 2024.07.03 17:29:00.562516 [ 3 ] {b12c9f41-7d68-4dd0-9411-791b624cb0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10613 | 2024.07.03 17:29:00.562850 [ 3 ] {b12c9f41-7d68-4dd0-9411-791b624cb0f6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10614 | 2024.07.03 17:29:00.563165 [ 3 ] {b12c9f41-7d68-4dd0-9411-791b624cb0f6} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10615 | 2024.07.03 17:29:00.563320 [ 3 ] {b12c9f41-7d68-4dd0-9411-791b624cb0f6} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001426 sec., 68723.70266479664 rows/sec., 5.57 MiB/sec. | ||
10616 | 2024.07.03 17:29:00.563515 [ 3 ] {b12c9f41-7d68-4dd0-9411-791b624cb0f6} <Debug> DynamicQueryHandler: Done processing query | ||
10617 | 2024.07.03 17:29:00.563553 [ 3 ] {b12c9f41-7d68-4dd0-9411-791b624cb0f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10618 | 2024.07.03 17:29:00.563587 [ 3 ] {} <Debug> HTTP-Session: 737b4a38-8b98-49da-b1e3-eb4ade0f422f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10619 | 2024.07.03 17:29:00.563752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10620 | 2024.07.03 17:29:00.563801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10621 | 2024.07.03 17:29:00.563820 [ 3 ] {} <Debug> HTTP-Session: 55691ca9-7010-40b2-9f3f-5567f80010ef Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10622 | 2024.07.03 17:29:00.563837 [ 3 ] {} <Debug> HTTP-Session: 55691ca9-7010-40b2-9f3f-5567f80010ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10623 | 2024.07.03 17:29:00.563852 [ 3 ] {} <Debug> HTTP-Session: 55691ca9-7010-40b2-9f3f-5567f80010ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10624 | 2024.07.03 17:29:00.563882 [ 3 ] {} <Trace> HTTP-Session: 55691ca9-7010-40b2-9f3f-5567f80010ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10625 | 2024.07.03 17:29:00.563998 [ 3 ] {f4090cea-eba7-44a3-b43c-992a2cd1bc48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10626 | 2024.07.03 17:29:00.564040 [ 3 ] {f4090cea-eba7-44a3-b43c-992a2cd1bc48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10627 | 2024.07.03 17:29:00.564167 [ 3 ] {f4090cea-eba7-44a3-b43c-992a2cd1bc48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10628 | 2024.07.03 17:29:00.564488 [ 3 ] {f4090cea-eba7-44a3-b43c-992a2cd1bc48} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10629 | 2024.07.03 17:29:00.564525 [ 3 ] {f4090cea-eba7-44a3-b43c-992a2cd1bc48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10630 | 2024.07.03 17:29:00.564843 [ 3 ] {f4090cea-eba7-44a3-b43c-992a2cd1bc48} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10631 | 2024.07.03 17:29:00.565147 [ 3 ] {f4090cea-eba7-44a3-b43c-992a2cd1bc48} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10632 | 2024.07.03 17:29:00.565293 [ 3 ] {f4090cea-eba7-44a3-b43c-992a2cd1bc48} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001333 sec., 58514.62865716429 rows/sec., 4.57 MiB/sec. | ||
10633 | 2024.07.03 17:29:00.565452 [ 3 ] {f4090cea-eba7-44a3-b43c-992a2cd1bc48} <Debug> DynamicQueryHandler: Done processing query | ||
10634 | 2024.07.03 17:29:00.565476 [ 3 ] {f4090cea-eba7-44a3-b43c-992a2cd1bc48} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10635 | 2024.07.03 17:29:00.565492 [ 3 ] {} <Debug> HTTP-Session: 55691ca9-7010-40b2-9f3f-5567f80010ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10636 | 2024.07.03 17:29:00.565673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10637 | 2024.07.03 17:29:00.565721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10638 | 2024.07.03 17:29:00.565740 [ 3 ] {} <Debug> HTTP-Session: b9c62d5d-6282-40d9-8ad5-8e851192ae7a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10639 | 2024.07.03 17:29:00.565756 [ 3 ] {} <Debug> HTTP-Session: b9c62d5d-6282-40d9-8ad5-8e851192ae7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10640 | 2024.07.03 17:29:00.565770 [ 3 ] {} <Debug> HTTP-Session: b9c62d5d-6282-40d9-8ad5-8e851192ae7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10641 | 2024.07.03 17:29:00.565801 [ 3 ] {} <Trace> HTTP-Session: b9c62d5d-6282-40d9-8ad5-8e851192ae7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10642 | 2024.07.03 17:29:00.565945 [ 3 ] {12ba9af7-e55a-4284-aa41-3b5c0bac410a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10643 | 2024.07.03 17:29:00.565992 [ 3 ] {12ba9af7-e55a-4284-aa41-3b5c0bac410a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10644 | 2024.07.03 17:29:00.566135 [ 3 ] {12ba9af7-e55a-4284-aa41-3b5c0bac410a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10645 | 2024.07.03 17:29:00.566524 [ 3 ] {12ba9af7-e55a-4284-aa41-3b5c0bac410a} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10646 | 2024.07.03 17:29:00.566560 [ 3 ] {12ba9af7-e55a-4284-aa41-3b5c0bac410a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10647 | 2024.07.03 17:29:00.566955 [ 3 ] {12ba9af7-e55a-4284-aa41-3b5c0bac410a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10648 | 2024.07.03 17:29:00.567311 [ 3 ] {12ba9af7-e55a-4284-aa41-3b5c0bac410a} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10649 | 2024.07.03 17:29:00.567467 [ 3 ] {12ba9af7-e55a-4284-aa41-3b5c0bac410a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
10650 | 2024.07.03 17:29:00.567772 [ 3 ] {12ba9af7-e55a-4284-aa41-3b5c0bac410a} <Debug> DynamicQueryHandler: Done processing query | ||
10651 | 2024.07.03 17:29:00.567836 [ 3 ] {12ba9af7-e55a-4284-aa41-3b5c0bac410a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10652 | 2024.07.03 17:29:00.567904 [ 3 ] {} <Debug> HTTP-Session: b9c62d5d-6282-40d9-8ad5-8e851192ae7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10653 | 2024.07.03 17:29:00.568183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10654 | 2024.07.03 17:29:00.568239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10655 | 2024.07.03 17:29:00.568258 [ 3 ] {} <Debug> HTTP-Session: 0466fb92-9f71-431c-a6ce-1d43dc75a81d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10656 | 2024.07.03 17:29:00.568276 [ 3 ] {} <Debug> HTTP-Session: 0466fb92-9f71-431c-a6ce-1d43dc75a81d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10657 | 2024.07.03 17:29:00.568290 [ 3 ] {} <Debug> HTTP-Session: 0466fb92-9f71-431c-a6ce-1d43dc75a81d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10658 | 2024.07.03 17:29:00.568323 [ 3 ] {} <Trace> HTTP-Session: 0466fb92-9f71-431c-a6ce-1d43dc75a81d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10659 | 2024.07.03 17:29:00.568529 [ 3 ] {a780e213-5869-4c6f-8cbb-663e0789b975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10660 | 2024.07.03 17:29:00.568602 [ 3 ] {a780e213-5869-4c6f-8cbb-663e0789b975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10661 | 2024.07.03 17:29:00.569031 [ 3 ] {a780e213-5869-4c6f-8cbb-663e0789b975} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10662 | 2024.07.03 17:29:00.569683 [ 3 ] {a780e213-5869-4c6f-8cbb-663e0789b975} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10663 | 2024.07.03 17:29:00.569722 [ 3 ] {a780e213-5869-4c6f-8cbb-663e0789b975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10664 | 2024.07.03 17:29:00.570322 [ 3 ] {a780e213-5869-4c6f-8cbb-663e0789b975} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10665 | 2024.07.03 17:29:00.570735 [ 3 ] {a780e213-5869-4c6f-8cbb-663e0789b975} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10666 | 2024.07.03 17:29:00.570933 [ 3 ] {a780e213-5869-4c6f-8cbb-663e0789b975} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002521 sec., 5553.351844506149 rows/sec., 9.95 MiB/sec. | ||
10667 | 2024.07.03 17:29:00.571161 [ 3 ] {a780e213-5869-4c6f-8cbb-663e0789b975} <Debug> DynamicQueryHandler: Done processing query | ||
10668 | 2024.07.03 17:29:00.571186 [ 3 ] {a780e213-5869-4c6f-8cbb-663e0789b975} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
10669 | 2024.07.03 17:29:00.571202 [ 3 ] {} <Debug> HTTP-Session: 0466fb92-9f71-431c-a6ce-1d43dc75a81d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10670 | 2024.07.03 17:29:00.571329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10671 | 2024.07.03 17:29:00.571377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10672 | 2024.07.03 17:29:00.571397 [ 3 ] {} <Debug> HTTP-Session: c98d0b1d-b3dd-4ce6-8221-03d9143f776d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10673 | 2024.07.03 17:29:00.571414 [ 3 ] {} <Debug> HTTP-Session: c98d0b1d-b3dd-4ce6-8221-03d9143f776d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10674 | 2024.07.03 17:29:00.571428 [ 3 ] {} <Debug> HTTP-Session: c98d0b1d-b3dd-4ce6-8221-03d9143f776d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10675 | 2024.07.03 17:29:00.571459 [ 3 ] {} <Trace> HTTP-Session: c98d0b1d-b3dd-4ce6-8221-03d9143f776d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10676 | 2024.07.03 17:29:00.571574 [ 3 ] {fa6c3269-e08c-407f-9a23-668b313a2baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10677 | 2024.07.03 17:29:00.571618 [ 3 ] {fa6c3269-e08c-407f-9a23-668b313a2baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10678 | 2024.07.03 17:29:00.571746 [ 3 ] {fa6c3269-e08c-407f-9a23-668b313a2baf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10679 | 2024.07.03 17:29:00.572049 [ 3 ] {fa6c3269-e08c-407f-9a23-668b313a2baf} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10680 | 2024.07.03 17:29:00.572086 [ 3 ] {fa6c3269-e08c-407f-9a23-668b313a2baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10681 | 2024.07.03 17:29:00.572454 [ 3 ] {fa6c3269-e08c-407f-9a23-668b313a2baf} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10682 | 2024.07.03 17:29:00.572776 [ 3 ] {fa6c3269-e08c-407f-9a23-668b313a2baf} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10683 | 2024.07.03 17:29:00.572934 [ 3 ] {fa6c3269-e08c-407f-9a23-668b313a2baf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
10684 | 2024.07.03 17:29:00.573103 [ 3 ] {fa6c3269-e08c-407f-9a23-668b313a2baf} <Debug> DynamicQueryHandler: Done processing query | ||
10685 | 2024.07.03 17:29:00.573128 [ 3 ] {fa6c3269-e08c-407f-9a23-668b313a2baf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10686 | 2024.07.03 17:29:00.573144 [ 3 ] {} <Debug> HTTP-Session: c98d0b1d-b3dd-4ce6-8221-03d9143f776d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10687 | 2024.07.03 17:29:03.471511 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10688 | 2024.07.03 17:29:03.471564 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10689 | 2024.07.03 17:29:05.559155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10690 | 2024.07.03 17:29:05.559293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10691 | 2024.07.03 17:29:05.559324 [ 3 ] {} <Debug> HTTP-Session: 95ccd377-d7f4-4a7a-83f8-3e7bdf24e465 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10692 | 2024.07.03 17:29:05.559354 [ 3 ] {} <Debug> HTTP-Session: 95ccd377-d7f4-4a7a-83f8-3e7bdf24e465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10693 | 2024.07.03 17:29:05.559372 [ 3 ] {} <Debug> HTTP-Session: 95ccd377-d7f4-4a7a-83f8-3e7bdf24e465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10694 | 2024.07.03 17:29:05.559422 [ 3 ] {} <Trace> HTTP-Session: 95ccd377-d7f4-4a7a-83f8-3e7bdf24e465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10695 | 2024.07.03 17:29:05.559609 [ 3 ] {697d6664-c9f4-4669-ba76-d85a5ab15eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10696 | 2024.07.03 17:29:05.559676 [ 3 ] {697d6664-c9f4-4669-ba76-d85a5ab15eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10697 | 2024.07.03 17:29:05.559870 [ 3 ] {697d6664-c9f4-4669-ba76-d85a5ab15eac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10698 | 2024.07.03 17:29:05.560318 [ 3 ] {697d6664-c9f4-4669-ba76-d85a5ab15eac} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10699 | 2024.07.03 17:29:05.560365 [ 3 ] {697d6664-c9f4-4669-ba76-d85a5ab15eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10700 | 2024.07.03 17:29:05.560759 [ 3 ] {697d6664-c9f4-4669-ba76-d85a5ab15eac} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10701 | 2024.07.03 17:29:05.561110 [ 3 ] {697d6664-c9f4-4669-ba76-d85a5ab15eac} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10702 | 2024.07.03 17:29:05.561291 [ 3 ] {697d6664-c9f4-4669-ba76-d85a5ab15eac} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001733 sec., 9232.544720138489 rows/sec., 748.34 KiB/sec. | ||
10703 | 2024.07.03 17:29:05.561513 [ 3 ] {697d6664-c9f4-4669-ba76-d85a5ab15eac} <Debug> DynamicQueryHandler: Done processing query | ||
10704 | 2024.07.03 17:29:05.561540 [ 3 ] {697d6664-c9f4-4669-ba76-d85a5ab15eac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10705 | 2024.07.03 17:29:05.561557 [ 3 ] {} <Debug> HTTP-Session: 95ccd377-d7f4-4a7a-83f8-3e7bdf24e465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10706 | 2024.07.03 17:29:05.561693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 15110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10707 | 2024.07.03 17:29:05.561750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10708 | 2024.07.03 17:29:05.561769 [ 3 ] {} <Debug> HTTP-Session: bbc3c14c-b4a4-4ab3-bdcb-c69b8f852480 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10709 | 2024.07.03 17:29:05.561786 [ 3 ] {} <Debug> HTTP-Session: bbc3c14c-b4a4-4ab3-bdcb-c69b8f852480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10710 | 2024.07.03 17:29:05.561800 [ 3 ] {} <Debug> HTTP-Session: bbc3c14c-b4a4-4ab3-bdcb-c69b8f852480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10711 | 2024.07.03 17:29:05.561835 [ 3 ] {} <Trace> HTTP-Session: bbc3c14c-b4a4-4ab3-bdcb-c69b8f852480 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10712 | 2024.07.03 17:29:05.561971 [ 3 ] {2ad21f9d-dab4-4cea-8d23-35078a87d547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10713 | 2024.07.03 17:29:05.562018 [ 3 ] {2ad21f9d-dab4-4cea-8d23-35078a87d547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10714 | 2024.07.03 17:29:05.562151 [ 3 ] {2ad21f9d-dab4-4cea-8d23-35078a87d547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10715 | 2024.07.03 17:29:05.562540 [ 3 ] {2ad21f9d-dab4-4cea-8d23-35078a87d547} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10716 | 2024.07.03 17:29:05.562579 [ 3 ] {2ad21f9d-dab4-4cea-8d23-35078a87d547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10717 | 2024.07.03 17:29:05.562910 [ 3 ] {2ad21f9d-dab4-4cea-8d23-35078a87d547} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10718 | 2024.07.03 17:29:05.563225 [ 3 ] {2ad21f9d-dab4-4cea-8d23-35078a87d547} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10719 | 2024.07.03 17:29:05.563383 [ 3 ] {2ad21f9d-dab4-4cea-8d23-35078a87d547} <Debug> executeQuery: Read 104 rows, 8.77 KiB in 0.001462 sec., 71135.43091655266 rows/sec., 5.86 MiB/sec. | ||
10720 | 2024.07.03 17:29:05.563392 [ 109 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10721 | 2024.07.03 17:29:05.563489 [ 109 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10722 | 2024.07.03 17:29:05.563537 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10723 | 2024.07.03 17:29:05.563622 [ 3 ] {2ad21f9d-dab4-4cea-8d23-35078a87d547} <Debug> DynamicQueryHandler: Done processing query | ||
10724 | 2024.07.03 17:29:05.563683 [ 3 ] {2ad21f9d-dab4-4cea-8d23-35078a87d547} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10725 | 2024.07.03 17:29:05.563742 [ 3 ] {} <Debug> HTTP-Session: bbc3c14c-b4a4-4ab3-bdcb-c69b8f852480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10726 | 2024.07.03 17:29:05.563815 [ 198 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
10727 | 2024.07.03 17:29:05.563981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10728 | 2024.07.03 17:29:05.564156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10729 | 2024.07.03 17:29:05.564256 [ 3 ] {} <Debug> HTTP-Session: 0f803cd6-576f-4244-93f1-0101facd4ce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10730 | 2024.07.03 17:29:05.564346 [ 3 ] {} <Debug> HTTP-Session: 0f803cd6-576f-4244-93f1-0101facd4ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10731 | 2024.07.03 17:29:05.564416 [ 3 ] {} <Debug> HTTP-Session: 0f803cd6-576f-4244-93f1-0101facd4ce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10732 | 2024.07.03 17:29:05.564475 [ 198 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10733 | 2024.07.03 17:29:05.564555 [ 3 ] {} <Trace> HTTP-Session: 0f803cd6-576f-4244-93f1-0101facd4ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10734 | 2024.07.03 17:29:05.564589 [ 198 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 189 rows starting from the beginning of the part | ||
10735 | 2024.07.03 17:29:05.565042 [ 3 ] {c1f025c5-e451-47f6-9c12-a5efc1de4ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10736 | 2024.07.03 17:29:05.565048 [ 198 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 107 rows starting from the beginning of the part | ||
10737 | 2024.07.03 17:29:05.565253 [ 3 ] {c1f025c5-e451-47f6-9c12-a5efc1de4ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10738 | 2024.07.03 17:29:05.565668 [ 198 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 136 rows starting from the beginning of the part | ||
10739 | 2024.07.03 17:29:05.566252 [ 198 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 104 rows starting from the beginning of the part | ||
10740 | 2024.07.03 17:29:05.566533 [ 198 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 98 rows starting from the beginning of the part | ||
10741 | 2024.07.03 17:29:05.566975 [ 198 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 104 rows starting from the beginning of the part | ||
10742 | 2024.07.03 17:29:05.567073 [ 3 ] {c1f025c5-e451-47f6-9c12-a5efc1de4ac6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10743 | 2024.07.03 17:29:05.567972 [ 3 ] {c1f025c5-e451-47f6-9c12-a5efc1de4ac6} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10744 | 2024.07.03 17:29:05.568017 [ 3 ] {c1f025c5-e451-47f6-9c12-a5efc1de4ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10745 | 2024.07.03 17:29:05.568502 [ 3 ] {c1f025c5-e451-47f6-9c12-a5efc1de4ac6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10746 | 2024.07.03 17:29:05.568949 [ 199 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 4 columns (4 merged, 0 gathered) in 0.00533208 sec., 138407.5257685556 rows/sec., 11.26 MiB/sec. | ||
10747 | 2024.07.03 17:29:05.569126 [ 3 ] {c1f025c5-e451-47f6-9c12-a5efc1de4ac6} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10748 | 2024.07.03 17:29:05.569249 [ 199 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10749 | 2024.07.03 17:29:05.569411 [ 109 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10750 | 2024.07.03 17:29:05.569481 [ 3 ] {c1f025c5-e451-47f6-9c12-a5efc1de4ac6} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.004668 sec., 17137.96058269066 rows/sec., 1.34 MiB/sec. | ||
10751 | 2024.07.03 17:29:05.569526 [ 109 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10752 | 2024.07.03 17:29:05.569610 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10753 | 2024.07.03 17:29:05.570106 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
10754 | 2024.07.03 17:29:05.570310 [ 3 ] {c1f025c5-e451-47f6-9c12-a5efc1de4ac6} <Debug> DynamicQueryHandler: Done processing query | ||
10755 | 2024.07.03 17:29:05.570420 [ 3 ] {c1f025c5-e451-47f6-9c12-a5efc1de4ac6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10756 | 2024.07.03 17:29:05.570507 [ 3 ] {} <Debug> HTTP-Session: 0f803cd6-576f-4244-93f1-0101facd4ce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10757 | 2024.07.03 17:29:05.570601 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10758 | 2024.07.03 17:29:05.570675 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 150 rows starting from the beginning of the part | ||
10759 | 2024.07.03 17:29:05.570684 [ 199 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_71_14} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10760 | 2024.07.03 17:29:05.570898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10761 | 2024.07.03 17:29:05.571027 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 86 rows starting from the beginning of the part | ||
10762 | 2024.07.03 17:29:05.571069 [ 199 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_71_14} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10763 | 2024.07.03 17:29:05.571146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10764 | 2024.07.03 17:29:05.571293 [ 3 ] {} <Debug> HTTP-Session: 980b4107-4fd3-4c1a-8c10-f10bdbc819b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10765 | 2024.07.03 17:29:05.571419 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 106 rows starting from the beginning of the part | ||
10766 | 2024.07.03 17:29:05.571438 [ 3 ] {} <Debug> HTTP-Session: 980b4107-4fd3-4c1a-8c10-f10bdbc819b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10767 | 2024.07.03 17:29:05.571446 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
10768 | 2024.07.03 17:29:05.571532 [ 3 ] {} <Debug> HTTP-Session: 980b4107-4fd3-4c1a-8c10-f10bdbc819b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10769 | 2024.07.03 17:29:05.571670 [ 3 ] {} <Trace> HTTP-Session: 980b4107-4fd3-4c1a-8c10-f10bdbc819b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10770 | 2024.07.03 17:29:05.571699 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 80 rows starting from the beginning of the part | ||
10771 | 2024.07.03 17:29:05.571945 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 78 rows starting from the beginning of the part | ||
10772 | 2024.07.03 17:29:05.572074 [ 3 ] {760d552d-ed5c-4c96-8aba-d249ea4ee3f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10773 | 2024.07.03 17:29:05.572169 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 80 rows starting from the beginning of the part | ||
10774 | 2024.07.03 17:29:05.572224 [ 3 ] {760d552d-ed5c-4c96-8aba-d249ea4ee3f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10775 | 2024.07.03 17:29:05.572949 [ 3 ] {760d552d-ed5c-4c96-8aba-d249ea4ee3f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10776 | 2024.07.03 17:29:05.573951 [ 3 ] {760d552d-ed5c-4c96-8aba-d249ea4ee3f9} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10777 | 2024.07.03 17:29:05.574024 [ 3 ] {760d552d-ed5c-4c96-8aba-d249ea4ee3f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10778 | 2024.07.03 17:29:05.575053 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 4 columns (4 merged, 0 gathered) in 0.005294539 sec., 109546.83684452981 rows/sec., 8.55 MiB/sec. | ||
10779 | 2024.07.03 17:29:05.575092 [ 3 ] {760d552d-ed5c-4c96-8aba-d249ea4ee3f9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10780 | 2024.07.03 17:29:05.575244 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10781 | 2024.07.03 17:29:05.575996 [ 3 ] {760d552d-ed5c-4c96-8aba-d249ea4ee3f9} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10782 | 2024.07.03 17:29:05.576104 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_71_14} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10783 | 2024.07.03 17:29:05.576338 [ 200 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_71_14} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10784 | 2024.07.03 17:29:05.576344 [ 3 ] {760d552d-ed5c-4c96-8aba-d249ea4ee3f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00443 sec., 36117.38148984199 rows/sec., 2.52 MiB/sec. | ||
10785 | 2024.07.03 17:29:05.576620 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
10786 | 2024.07.03 17:29:05.576928 [ 3 ] {760d552d-ed5c-4c96-8aba-d249ea4ee3f9} <Debug> DynamicQueryHandler: Done processing query | ||
10787 | 2024.07.03 17:29:05.576985 [ 3 ] {760d552d-ed5c-4c96-8aba-d249ea4ee3f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10788 | 2024.07.03 17:29:05.577028 [ 3 ] {} <Debug> HTTP-Session: 980b4107-4fd3-4c1a-8c10-f10bdbc819b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10789 | 2024.07.03 17:29:05.577193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 26381, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10790 | 2024.07.03 17:29:05.577244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10791 | 2024.07.03 17:29:05.577263 [ 3 ] {} <Debug> HTTP-Session: 5b91c461-03fc-4411-99ac-43947bf805b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10792 | 2024.07.03 17:29:05.577280 [ 3 ] {} <Debug> HTTP-Session: 5b91c461-03fc-4411-99ac-43947bf805b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10793 | 2024.07.03 17:29:05.577294 [ 3 ] {} <Debug> HTTP-Session: 5b91c461-03fc-4411-99ac-43947bf805b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10794 | 2024.07.03 17:29:05.577325 [ 3 ] {} <Trace> HTTP-Session: 5b91c461-03fc-4411-99ac-43947bf805b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10795 | 2024.07.03 17:29:05.577571 [ 3 ] {1c6dc068-00d0-4fa7-bbfb-fa2b27519a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10796 | 2024.07.03 17:29:05.577647 [ 3 ] {1c6dc068-00d0-4fa7-bbfb-fa2b27519a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10797 | 2024.07.03 17:29:05.578114 [ 3 ] {1c6dc068-00d0-4fa7-bbfb-fa2b27519a12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10798 | 2024.07.03 17:29:05.578720 [ 3 ] {1c6dc068-00d0-4fa7-bbfb-fa2b27519a12} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10799 | 2024.07.03 17:29:05.578757 [ 3 ] {1c6dc068-00d0-4fa7-bbfb-fa2b27519a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10800 | 2024.07.03 17:29:05.579387 [ 3 ] {1c6dc068-00d0-4fa7-bbfb-fa2b27519a12} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10801 | 2024.07.03 17:29:05.579805 [ 3 ] {1c6dc068-00d0-4fa7-bbfb-fa2b27519a12} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10802 | 2024.07.03 17:29:05.580007 [ 3 ] {1c6dc068-00d0-4fa7-bbfb-fa2b27519a12} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002588 sec., 6182.380216383308 rows/sec., 11.08 MiB/sec. | ||
10803 | 2024.07.03 17:29:05.580473 [ 3 ] {1c6dc068-00d0-4fa7-bbfb-fa2b27519a12} <Debug> DynamicQueryHandler: Done processing query | ||
10804 | 2024.07.03 17:29:05.580522 [ 3 ] {1c6dc068-00d0-4fa7-bbfb-fa2b27519a12} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10805 | 2024.07.03 17:29:05.580560 [ 3 ] {} <Debug> HTTP-Session: 5b91c461-03fc-4411-99ac-43947bf805b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10806 | 2024.07.03 17:29:05.580691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10807 | 2024.07.03 17:29:05.580740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10808 | 2024.07.03 17:29:05.580759 [ 3 ] {} <Debug> HTTP-Session: 9bee8efb-e2e3-485b-9c5c-06b018aeea4a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10809 | 2024.07.03 17:29:05.580776 [ 3 ] {} <Debug> HTTP-Session: 9bee8efb-e2e3-485b-9c5c-06b018aeea4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10810 | 2024.07.03 17:29:05.580790 [ 3 ] {} <Debug> HTTP-Session: 9bee8efb-e2e3-485b-9c5c-06b018aeea4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10811 | 2024.07.03 17:29:05.580822 [ 3 ] {} <Trace> HTTP-Session: 9bee8efb-e2e3-485b-9c5c-06b018aeea4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10812 | 2024.07.03 17:29:05.580953 [ 3 ] {aa601acb-966f-49bb-b8fd-29ccf92ef48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10813 | 2024.07.03 17:29:05.581000 [ 3 ] {aa601acb-966f-49bb-b8fd-29ccf92ef48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10814 | 2024.07.03 17:29:05.581150 [ 3 ] {aa601acb-966f-49bb-b8fd-29ccf92ef48b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10815 | 2024.07.03 17:29:05.581468 [ 3 ] {aa601acb-966f-49bb-b8fd-29ccf92ef48b} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10816 | 2024.07.03 17:29:05.581505 [ 3 ] {aa601acb-966f-49bb-b8fd-29ccf92ef48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10817 | 2024.07.03 17:29:05.581884 [ 3 ] {aa601acb-966f-49bb-b8fd-29ccf92ef48b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10818 | 2024.07.03 17:29:05.582233 [ 3 ] {aa601acb-966f-49bb-b8fd-29ccf92ef48b} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10819 | 2024.07.03 17:29:05.582395 [ 3 ] {aa601acb-966f-49bb-b8fd-29ccf92ef48b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec. | ||
10820 | 2024.07.03 17:29:05.582563 [ 3 ] {aa601acb-966f-49bb-b8fd-29ccf92ef48b} <Debug> DynamicQueryHandler: Done processing query | ||
10821 | 2024.07.03 17:29:05.582588 [ 3 ] {aa601acb-966f-49bb-b8fd-29ccf92ef48b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10822 | 2024.07.03 17:29:05.582604 [ 3 ] {} <Debug> HTTP-Session: 9bee8efb-e2e3-485b-9c5c-06b018aeea4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10823 | 2024.07.03 17:29:10.559271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10824 | 2024.07.03 17:29:10.559405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10825 | 2024.07.03 17:29:10.559436 [ 3 ] {} <Debug> HTTP-Session: dbc83247-2445-4f30-808e-2cbcdf566874 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10826 | 2024.07.03 17:29:10.559465 [ 3 ] {} <Debug> HTTP-Session: dbc83247-2445-4f30-808e-2cbcdf566874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10827 | 2024.07.03 17:29:10.559484 [ 3 ] {} <Debug> HTTP-Session: dbc83247-2445-4f30-808e-2cbcdf566874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10828 | 2024.07.03 17:29:10.559540 [ 3 ] {} <Trace> HTTP-Session: dbc83247-2445-4f30-808e-2cbcdf566874 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10829 | 2024.07.03 17:29:10.559740 [ 3 ] {043a010a-0c63-4d5c-85ad-5094bf3a05f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10830 | 2024.07.03 17:29:10.559816 [ 3 ] {043a010a-0c63-4d5c-85ad-5094bf3a05f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10831 | 2024.07.03 17:29:10.560038 [ 3 ] {043a010a-0c63-4d5c-85ad-5094bf3a05f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10832 | 2024.07.03 17:29:10.560475 [ 3 ] {043a010a-0c63-4d5c-85ad-5094bf3a05f3} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10833 | 2024.07.03 17:29:10.560519 [ 3 ] {043a010a-0c63-4d5c-85ad-5094bf3a05f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10834 | 2024.07.03 17:29:10.560894 [ 3 ] {043a010a-0c63-4d5c-85ad-5094bf3a05f3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10835 | 2024.07.03 17:29:10.561245 [ 3 ] {043a010a-0c63-4d5c-85ad-5094bf3a05f3} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10836 | 2024.07.03 17:29:10.561418 [ 3 ] {043a010a-0c63-4d5c-85ad-5094bf3a05f3} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001737 sec., 8059.873344847438 rows/sec., 653.29 KiB/sec. | ||
10837 | 2024.07.03 17:29:10.561447 [ 125 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
10838 | 2024.07.03 17:29:10.561565 [ 125 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10839 | 2024.07.03 17:29:10.561599 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10840 | 2024.07.03 17:29:10.561699 [ 3 ] {043a010a-0c63-4d5c-85ad-5094bf3a05f3} <Debug> DynamicQueryHandler: Done processing query | ||
10841 | 2024.07.03 17:29:10.561736 [ 3 ] {043a010a-0c63-4d5c-85ad-5094bf3a05f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10842 | 2024.07.03 17:29:10.561737 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
10843 | 2024.07.03 17:29:10.561754 [ 3 ] {} <Debug> HTTP-Session: dbc83247-2445-4f30-808e-2cbcdf566874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10844 | 2024.07.03 17:29:10.561863 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10845 | 2024.07.03 17:29:10.561894 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 30 rows starting from the beginning of the part | ||
10846 | 2024.07.03 17:29:10.561968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10847 | 2024.07.03 17:29:10.561979 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
10848 | 2024.07.03 17:29:10.562118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10849 | 2024.07.03 17:29:10.562263 [ 3 ] {} <Debug> HTTP-Session: 4eaab28a-a105-42ed-a788-8cd58d116b0a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10850 | 2024.07.03 17:29:10.562315 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 16 rows starting from the beginning of the part | ||
10851 | 2024.07.03 17:29:10.562328 [ 3 ] {} <Debug> HTTP-Session: 4eaab28a-a105-42ed-a788-8cd58d116b0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10852 | 2024.07.03 17:29:10.562413 [ 3 ] {} <Debug> HTTP-Session: 4eaab28a-a105-42ed-a788-8cd58d116b0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10853 | 2024.07.03 17:29:10.562677 [ 3 ] {} <Trace> HTTP-Session: 4eaab28a-a105-42ed-a788-8cd58d116b0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10854 | 2024.07.03 17:29:10.562808 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
10855 | 2024.07.03 17:29:10.563017 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 16 rows starting from the beginning of the part | ||
10856 | 2024.07.03 17:29:10.563034 [ 3 ] {980beba7-4bf5-4574-aa6c-caa0ab694911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10857 | 2024.07.03 17:29:10.563228 [ 3 ] {980beba7-4bf5-4574-aa6c-caa0ab694911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10858 | 2024.07.03 17:29:10.563351 [ 202 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part | ||
10859 | 2024.07.03 17:29:10.563972 [ 3 ] {980beba7-4bf5-4574-aa6c-caa0ab694911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10860 | 2024.07.03 17:29:10.564564 [ 3 ] {980beba7-4bf5-4574-aa6c-caa0ab694911} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10861 | 2024.07.03 17:29:10.564613 [ 3 ] {980beba7-4bf5-4574-aa6c-caa0ab694911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10862 | 2024.07.03 17:29:10.565119 [ 201 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.00344405 sec., 30197.00643138166 rows/sec., 2.39 MiB/sec. | ||
10863 | 2024.07.03 17:29:10.565145 [ 3 ] {980beba7-4bf5-4574-aa6c-caa0ab694911} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10864 | 2024.07.03 17:29:10.565352 [ 201 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
10865 | 2024.07.03 17:29:10.565849 [ 3 ] {980beba7-4bf5-4574-aa6c-caa0ab694911} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10866 | 2024.07.03 17:29:10.566150 [ 3 ] {980beba7-4bf5-4574-aa6c-caa0ab694911} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003252 sec., 615.0061500615006 rows/sec., 50.15 KiB/sec. | ||
10867 | 2024.07.03 17:29:10.566288 [ 201 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10868 | 2024.07.03 17:29:10.566448 [ 201 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_70_14} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
10869 | 2024.07.03 17:29:10.566472 [ 3 ] {980beba7-4bf5-4574-aa6c-caa0ab694911} <Debug> DynamicQueryHandler: Done processing query | ||
10870 | 2024.07.03 17:29:10.566517 [ 3 ] {980beba7-4bf5-4574-aa6c-caa0ab694911} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10871 | 2024.07.03 17:29:10.566577 [ 3 ] {} <Debug> HTTP-Session: 4eaab28a-a105-42ed-a788-8cd58d116b0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10872 | 2024.07.03 17:29:10.566617 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10873 | 2024.07.03 17:29:10.566750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10874 | 2024.07.03 17:29:10.566807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10875 | 2024.07.03 17:29:10.566827 [ 3 ] {} <Debug> HTTP-Session: af3dea66-1e0d-48cd-bd02-64d202c98691 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10876 | 2024.07.03 17:29:10.566844 [ 3 ] {} <Debug> HTTP-Session: af3dea66-1e0d-48cd-bd02-64d202c98691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10877 | 2024.07.03 17:29:10.566858 [ 3 ] {} <Debug> HTTP-Session: af3dea66-1e0d-48cd-bd02-64d202c98691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10878 | 2024.07.03 17:29:10.566891 [ 3 ] {} <Trace> HTTP-Session: af3dea66-1e0d-48cd-bd02-64d202c98691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10879 | 2024.07.03 17:29:10.567033 [ 3 ] {a13e6f72-f92d-4d22-8057-b36d3613a579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10880 | 2024.07.03 17:29:10.567078 [ 3 ] {a13e6f72-f92d-4d22-8057-b36d3613a579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10881 | 2024.07.03 17:29:10.567216 [ 3 ] {a13e6f72-f92d-4d22-8057-b36d3613a579} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10882 | 2024.07.03 17:29:10.567578 [ 3 ] {a13e6f72-f92d-4d22-8057-b36d3613a579} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10883 | 2024.07.03 17:29:10.567617 [ 3 ] {a13e6f72-f92d-4d22-8057-b36d3613a579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10884 | 2024.07.03 17:29:10.567942 [ 3 ] {a13e6f72-f92d-4d22-8057-b36d3613a579} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10885 | 2024.07.03 17:29:10.568276 [ 3 ] {a13e6f72-f92d-4d22-8057-b36d3613a579} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10886 | 2024.07.03 17:29:10.568424 [ 3 ] {a13e6f72-f92d-4d22-8057-b36d3613a579} <Debug> executeQuery: Read 99 rows, 8.20 KiB in 0.001444 sec., 68559.5567867036 rows/sec., 5.55 MiB/sec. | ||
10887 | 2024.07.03 17:29:10.568655 [ 3 ] {a13e6f72-f92d-4d22-8057-b36d3613a579} <Debug> DynamicQueryHandler: Done processing query | ||
10888 | 2024.07.03 17:29:10.568681 [ 3 ] {a13e6f72-f92d-4d22-8057-b36d3613a579} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10889 | 2024.07.03 17:29:10.568697 [ 3 ] {} <Debug> HTTP-Session: af3dea66-1e0d-48cd-bd02-64d202c98691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10890 | 2024.07.03 17:29:10.568974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10891 | 2024.07.03 17:29:10.569118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10892 | 2024.07.03 17:29:10.569170 [ 3 ] {} <Debug> HTTP-Session: 27c9f5b1-3747-496f-a231-ccaeabd4462e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10893 | 2024.07.03 17:29:10.569207 [ 3 ] {} <Debug> HTTP-Session: 27c9f5b1-3747-496f-a231-ccaeabd4462e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10894 | 2024.07.03 17:29:10.569234 [ 3 ] {} <Debug> HTTP-Session: 27c9f5b1-3747-496f-a231-ccaeabd4462e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10895 | 2024.07.03 17:29:10.569279 [ 3 ] {} <Trace> HTTP-Session: 27c9f5b1-3747-496f-a231-ccaeabd4462e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10896 | 2024.07.03 17:29:10.569383 [ 3 ] {b43810f5-c7ed-411f-852a-f8978c893fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10897 | 2024.07.03 17:29:10.569426 [ 3 ] {b43810f5-c7ed-411f-852a-f8978c893fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10898 | 2024.07.03 17:29:10.569580 [ 3 ] {b43810f5-c7ed-411f-852a-f8978c893fc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10899 | 2024.07.03 17:29:10.569900 [ 3 ] {b43810f5-c7ed-411f-852a-f8978c893fc7} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10900 | 2024.07.03 17:29:10.569938 [ 3 ] {b43810f5-c7ed-411f-852a-f8978c893fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10901 | 2024.07.03 17:29:10.570242 [ 3 ] {b43810f5-c7ed-411f-852a-f8978c893fc7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10902 | 2024.07.03 17:29:10.570553 [ 3 ] {b43810f5-c7ed-411f-852a-f8978c893fc7} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10903 | 2024.07.03 17:29:10.570712 [ 3 ] {b43810f5-c7ed-411f-852a-f8978c893fc7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001347 sec., 1484.7809948032664 rows/sec., 103.67 KiB/sec. | ||
10904 | 2024.07.03 17:29:10.570923 [ 3 ] {b43810f5-c7ed-411f-852a-f8978c893fc7} <Debug> DynamicQueryHandler: Done processing query | ||
10905 | 2024.07.03 17:29:10.570948 [ 3 ] {b43810f5-c7ed-411f-852a-f8978c893fc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10906 | 2024.07.03 17:29:10.570964 [ 3 ] {} <Debug> HTTP-Session: 27c9f5b1-3747-496f-a231-ccaeabd4462e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10907 | 2024.07.03 17:29:10.571095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10908 | 2024.07.03 17:29:10.571143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10909 | 2024.07.03 17:29:10.571162 [ 3 ] {} <Debug> HTTP-Session: 2696dc47-e6a7-4fcb-8a99-951df29ac4d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10910 | 2024.07.03 17:29:10.571179 [ 3 ] {} <Debug> HTTP-Session: 2696dc47-e6a7-4fcb-8a99-951df29ac4d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10911 | 2024.07.03 17:29:10.571194 [ 3 ] {} <Debug> HTTP-Session: 2696dc47-e6a7-4fcb-8a99-951df29ac4d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10912 | 2024.07.03 17:29:10.571225 [ 3 ] {} <Trace> HTTP-Session: 2696dc47-e6a7-4fcb-8a99-951df29ac4d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10913 | 2024.07.03 17:29:10.571343 [ 3 ] {9c7eb58b-85e3-4e96-9bdd-82cd976a97b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10914 | 2024.07.03 17:29:10.571386 [ 3 ] {9c7eb58b-85e3-4e96-9bdd-82cd976a97b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10915 | 2024.07.03 17:29:10.571514 [ 3 ] {9c7eb58b-85e3-4e96-9bdd-82cd976a97b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10916 | 2024.07.03 17:29:10.571858 [ 3 ] {9c7eb58b-85e3-4e96-9bdd-82cd976a97b8} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10917 | 2024.07.03 17:29:10.571894 [ 3 ] {9c7eb58b-85e3-4e96-9bdd-82cd976a97b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10918 | 2024.07.03 17:29:10.572210 [ 3 ] {9c7eb58b-85e3-4e96-9bdd-82cd976a97b8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10919 | 2024.07.03 17:29:10.572517 [ 3 ] {9c7eb58b-85e3-4e96-9bdd-82cd976a97b8} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10920 | 2024.07.03 17:29:10.572658 [ 3 ] {9c7eb58b-85e3-4e96-9bdd-82cd976a97b8} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001356 sec., 58997.05014749263 rows/sec., 4.61 MiB/sec. | ||
10921 | 2024.07.03 17:29:10.572829 [ 3 ] {9c7eb58b-85e3-4e96-9bdd-82cd976a97b8} <Debug> DynamicQueryHandler: Done processing query | ||
10922 | 2024.07.03 17:29:10.572853 [ 3 ] {9c7eb58b-85e3-4e96-9bdd-82cd976a97b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10923 | 2024.07.03 17:29:10.572868 [ 3 ] {} <Debug> HTTP-Session: 2696dc47-e6a7-4fcb-8a99-951df29ac4d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10924 | 2024.07.03 17:29:10.573033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10925 | 2024.07.03 17:29:10.573081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10926 | 2024.07.03 17:29:10.573100 [ 3 ] {} <Debug> HTTP-Session: 08ec26d0-002f-43e3-9efa-f3659b5d3ba6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10927 | 2024.07.03 17:29:10.573116 [ 3 ] {} <Debug> HTTP-Session: 08ec26d0-002f-43e3-9efa-f3659b5d3ba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10928 | 2024.07.03 17:29:10.573130 [ 3 ] {} <Debug> HTTP-Session: 08ec26d0-002f-43e3-9efa-f3659b5d3ba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10929 | 2024.07.03 17:29:10.573161 [ 3 ] {} <Trace> HTTP-Session: 08ec26d0-002f-43e3-9efa-f3659b5d3ba6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10930 | 2024.07.03 17:29:10.573309 [ 3 ] {6d3064b9-51cc-4c72-a942-6231865f5936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10931 | 2024.07.03 17:29:10.573356 [ 3 ] {6d3064b9-51cc-4c72-a942-6231865f5936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10932 | 2024.07.03 17:29:10.573500 [ 3 ] {6d3064b9-51cc-4c72-a942-6231865f5936} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10933 | 2024.07.03 17:29:10.573896 [ 3 ] {6d3064b9-51cc-4c72-a942-6231865f5936} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10934 | 2024.07.03 17:29:10.573932 [ 3 ] {6d3064b9-51cc-4c72-a942-6231865f5936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10935 | 2024.07.03 17:29:10.574327 [ 3 ] {6d3064b9-51cc-4c72-a942-6231865f5936} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10936 | 2024.07.03 17:29:10.574684 [ 3 ] {6d3064b9-51cc-4c72-a942-6231865f5936} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10937 | 2024.07.03 17:29:10.574844 [ 3 ] {6d3064b9-51cc-4c72-a942-6231865f5936} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001594 sec., 101003.76411543287 rows/sec., 7.03 MiB/sec. | ||
10938 | 2024.07.03 17:29:10.575018 [ 3 ] {6d3064b9-51cc-4c72-a942-6231865f5936} <Debug> DynamicQueryHandler: Done processing query | ||
10939 | 2024.07.03 17:29:10.575043 [ 3 ] {6d3064b9-51cc-4c72-a942-6231865f5936} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10940 | 2024.07.03 17:29:10.575058 [ 3 ] {} <Debug> HTTP-Session: 08ec26d0-002f-43e3-9efa-f3659b5d3ba6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10941 | 2024.07.03 17:29:10.575223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10942 | 2024.07.03 17:29:10.575272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10943 | 2024.07.03 17:29:10.575291 [ 3 ] {} <Debug> HTTP-Session: c3a0bb25-7b22-4266-a98b-ab58dbbdd1e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10944 | 2024.07.03 17:29:10.575307 [ 3 ] {} <Debug> HTTP-Session: c3a0bb25-7b22-4266-a98b-ab58dbbdd1e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10945 | 2024.07.03 17:29:10.575320 [ 3 ] {} <Debug> HTTP-Session: c3a0bb25-7b22-4266-a98b-ab58dbbdd1e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10946 | 2024.07.03 17:29:10.575351 [ 3 ] {} <Trace> HTTP-Session: c3a0bb25-7b22-4266-a98b-ab58dbbdd1e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10947 | 2024.07.03 17:29:10.575556 [ 3 ] {c3d335c4-59f4-488c-8ff9-311c8baa372a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10948 | 2024.07.03 17:29:10.575621 [ 3 ] {c3d335c4-59f4-488c-8ff9-311c8baa372a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10949 | 2024.07.03 17:29:10.576026 [ 3 ] {c3d335c4-59f4-488c-8ff9-311c8baa372a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10950 | 2024.07.03 17:29:10.576616 [ 3 ] {c3d335c4-59f4-488c-8ff9-311c8baa372a} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10951 | 2024.07.03 17:29:10.576652 [ 3 ] {c3d335c4-59f4-488c-8ff9-311c8baa372a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10952 | 2024.07.03 17:29:10.577256 [ 3 ] {c3d335c4-59f4-488c-8ff9-311c8baa372a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10953 | 2024.07.03 17:29:10.577670 [ 3 ] {c3d335c4-59f4-488c-8ff9-311c8baa372a} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10954 | 2024.07.03 17:29:10.577852 [ 3 ] {c3d335c4-59f4-488c-8ff9-311c8baa372a} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002415 sec., 5797.101449275362 rows/sec., 10.39 MiB/sec. | ||
10955 | 2024.07.03 17:29:10.578071 [ 3 ] {c3d335c4-59f4-488c-8ff9-311c8baa372a} <Debug> DynamicQueryHandler: Done processing query | ||
10956 | 2024.07.03 17:29:10.578096 [ 3 ] {c3d335c4-59f4-488c-8ff9-311c8baa372a} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
10957 | 2024.07.03 17:29:10.578112 [ 3 ] {} <Debug> HTTP-Session: c3a0bb25-7b22-4266-a98b-ab58dbbdd1e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10958 | 2024.07.03 17:29:10.578236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10959 | 2024.07.03 17:29:10.578284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10960 | 2024.07.03 17:29:10.578303 [ 3 ] {} <Debug> HTTP-Session: f9d226d3-8836-43e5-9fa3-57e7aa9f0b63 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10961 | 2024.07.03 17:29:10.578320 [ 3 ] {} <Debug> HTTP-Session: f9d226d3-8836-43e5-9fa3-57e7aa9f0b63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10962 | 2024.07.03 17:29:10.578334 [ 3 ] {} <Debug> HTTP-Session: f9d226d3-8836-43e5-9fa3-57e7aa9f0b63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10963 | 2024.07.03 17:29:10.578365 [ 3 ] {} <Trace> HTTP-Session: f9d226d3-8836-43e5-9fa3-57e7aa9f0b63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10964 | 2024.07.03 17:29:10.578486 [ 3 ] {85ed88dd-058d-46e6-af5b-6c831952f492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10965 | 2024.07.03 17:29:10.578532 [ 3 ] {85ed88dd-058d-46e6-af5b-6c831952f492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10966 | 2024.07.03 17:29:10.578660 [ 3 ] {85ed88dd-058d-46e6-af5b-6c831952f492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10967 | 2024.07.03 17:29:10.578965 [ 3 ] {85ed88dd-058d-46e6-af5b-6c831952f492} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10968 | 2024.07.03 17:29:10.579001 [ 3 ] {85ed88dd-058d-46e6-af5b-6c831952f492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10969 | 2024.07.03 17:29:10.579360 [ 3 ] {85ed88dd-058d-46e6-af5b-6c831952f492} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10970 | 2024.07.03 17:29:10.579697 [ 3 ] {85ed88dd-058d-46e6-af5b-6c831952f492} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10971 | 2024.07.03 17:29:10.579852 [ 3 ] {85ed88dd-058d-46e6-af5b-6c831952f492} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
10972 | 2024.07.03 17:29:10.580020 [ 3 ] {85ed88dd-058d-46e6-af5b-6c831952f492} <Debug> DynamicQueryHandler: Done processing query | ||
10973 | 2024.07.03 17:29:10.580043 [ 3 ] {85ed88dd-058d-46e6-af5b-6c831952f492} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10974 | 2024.07.03 17:29:10.580059 [ 3 ] {} <Debug> HTTP-Session: f9d226d3-8836-43e5-9fa3-57e7aa9f0b63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10975 | 2024.07.03 17:29:15.559173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10976 | 2024.07.03 17:29:15.559305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10977 | 2024.07.03 17:29:15.559341 [ 3 ] {} <Debug> HTTP-Session: 35af4ff8-ab13-4120-a315-c5f2a28f7d9c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10978 | 2024.07.03 17:29:15.559401 [ 3 ] {} <Debug> HTTP-Session: 35af4ff8-ab13-4120-a315-c5f2a28f7d9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10979 | 2024.07.03 17:29:15.559423 [ 3 ] {} <Debug> HTTP-Session: 35af4ff8-ab13-4120-a315-c5f2a28f7d9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10980 | 2024.07.03 17:29:15.559483 [ 3 ] {} <Trace> HTTP-Session: 35af4ff8-ab13-4120-a315-c5f2a28f7d9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10981 | 2024.07.03 17:29:15.559807 [ 3 ] {6ff3da6c-bdfb-41fc-9e86-b7089143a798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10982 | 2024.07.03 17:29:15.559885 [ 3 ] {6ff3da6c-bdfb-41fc-9e86-b7089143a798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10983 | 2024.07.03 17:29:15.560082 [ 3 ] {6ff3da6c-bdfb-41fc-9e86-b7089143a798} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10984 | 2024.07.03 17:29:15.560584 [ 3 ] {6ff3da6c-bdfb-41fc-9e86-b7089143a798} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10985 | 2024.07.03 17:29:15.560630 [ 3 ] {6ff3da6c-bdfb-41fc-9e86-b7089143a798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
10986 | 2024.07.03 17:29:15.561501 [ 3 ] {6ff3da6c-bdfb-41fc-9e86-b7089143a798} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10987 | 2024.07.03 17:29:15.561850 [ 3 ] {6ff3da6c-bdfb-41fc-9e86-b7089143a798} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10988 | 2024.07.03 17:29:15.562048 [ 3 ] {6ff3da6c-bdfb-41fc-9e86-b7089143a798} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.002311 sec., 10817.827780181738 rows/sec., 876.84 KiB/sec. | ||
10989 | 2024.07.03 17:29:15.562278 [ 3 ] {6ff3da6c-bdfb-41fc-9e86-b7089143a798} <Debug> DynamicQueryHandler: Done processing query | ||
10990 | 2024.07.03 17:29:15.562306 [ 3 ] {6ff3da6c-bdfb-41fc-9e86-b7089143a798} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10991 | 2024.07.03 17:29:15.562323 [ 3 ] {} <Debug> HTTP-Session: 35af4ff8-ab13-4120-a315-c5f2a28f7d9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10992 | 2024.07.03 17:29:15.562513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 19150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10993 | 2024.07.03 17:29:15.562572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10994 | 2024.07.03 17:29:15.562592 [ 3 ] {} <Debug> HTTP-Session: 577d823a-56a4-4fe4-99db-ffe3e7505074 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
10995 | 2024.07.03 17:29:15.562610 [ 3 ] {} <Debug> HTTP-Session: 577d823a-56a4-4fe4-99db-ffe3e7505074 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10996 | 2024.07.03 17:29:15.562624 [ 3 ] {} <Debug> HTTP-Session: 577d823a-56a4-4fe4-99db-ffe3e7505074 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10997 | 2024.07.03 17:29:15.562661 [ 3 ] {} <Trace> HTTP-Session: 577d823a-56a4-4fe4-99db-ffe3e7505074 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10998 | 2024.07.03 17:29:15.562810 [ 3 ] {2b2fffec-ccde-4907-a441-d95db6d65531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10999 | 2024.07.03 17:29:15.562859 [ 3 ] {2b2fffec-ccde-4907-a441-d95db6d65531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11000 | 2024.07.03 17:29:15.562997 [ 3 ] {2b2fffec-ccde-4907-a441-d95db6d65531} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11001 | 2024.07.03 17:29:15.563410 [ 3 ] {2b2fffec-ccde-4907-a441-d95db6d65531} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11002 | 2024.07.03 17:29:15.563449 [ 3 ] {2b2fffec-ccde-4907-a441-d95db6d65531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11003 | 2024.07.03 17:29:15.563778 [ 3 ] {2b2fffec-ccde-4907-a441-d95db6d65531} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11004 | 2024.07.03 17:29:15.564097 [ 3 ] {2b2fffec-ccde-4907-a441-d95db6d65531} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11005 | 2024.07.03 17:29:15.564237 [ 3 ] {2b2fffec-ccde-4907-a441-d95db6d65531} <Debug> executeQuery: Read 131 rows, 11.18 KiB in 0.001492 sec., 87801.60857908847 rows/sec., 7.32 MiB/sec. | ||
11006 | 2024.07.03 17:29:15.564440 [ 3 ] {2b2fffec-ccde-4907-a441-d95db6d65531} <Debug> DynamicQueryHandler: Done processing query | ||
11007 | 2024.07.03 17:29:15.564466 [ 3 ] {2b2fffec-ccde-4907-a441-d95db6d65531} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11008 | 2024.07.03 17:29:15.564482 [ 3 ] {} <Debug> HTTP-Session: 577d823a-56a4-4fe4-99db-ffe3e7505074 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11009 | 2024.07.03 17:29:15.564626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 16167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11010 | 2024.07.03 17:29:15.564678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11011 | 2024.07.03 17:29:15.564696 [ 3 ] {} <Debug> HTTP-Session: c2f0ce30-e679-41e5-9757-339906b80b98 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11012 | 2024.07.03 17:29:15.564714 [ 3 ] {} <Debug> HTTP-Session: c2f0ce30-e679-41e5-9757-339906b80b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11013 | 2024.07.03 17:29:15.564729 [ 3 ] {} <Debug> HTTP-Session: c2f0ce30-e679-41e5-9757-339906b80b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11014 | 2024.07.03 17:29:15.564762 [ 3 ] {} <Trace> HTTP-Session: c2f0ce30-e679-41e5-9757-339906b80b98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11015 | 2024.07.03 17:29:15.564896 [ 3 ] {a42ca0b7-0d0d-44b2-b521-10ae83343022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11016 | 2024.07.03 17:29:15.564941 [ 3 ] {a42ca0b7-0d0d-44b2-b521-10ae83343022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11017 | 2024.07.03 17:29:15.565081 [ 3 ] {a42ca0b7-0d0d-44b2-b521-10ae83343022} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11018 | 2024.07.03 17:29:15.565432 [ 3 ] {a42ca0b7-0d0d-44b2-b521-10ae83343022} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11019 | 2024.07.03 17:29:15.565474 [ 3 ] {a42ca0b7-0d0d-44b2-b521-10ae83343022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11020 | 2024.07.03 17:29:15.565814 [ 3 ] {a42ca0b7-0d0d-44b2-b521-10ae83343022} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11021 | 2024.07.03 17:29:15.566123 [ 3 ] {a42ca0b7-0d0d-44b2-b521-10ae83343022} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11022 | 2024.07.03 17:29:15.566280 [ 3 ] {a42ca0b7-0d0d-44b2-b521-10ae83343022} <Debug> executeQuery: Read 95 rows, 7.63 KiB in 0.001434 sec., 66248.25662482566 rows/sec., 5.19 MiB/sec. | ||
11023 | 2024.07.03 17:29:15.566456 [ 3 ] {a42ca0b7-0d0d-44b2-b521-10ae83343022} <Debug> DynamicQueryHandler: Done processing query | ||
11024 | 2024.07.03 17:29:15.566481 [ 3 ] {a42ca0b7-0d0d-44b2-b521-10ae83343022} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11025 | 2024.07.03 17:29:15.566500 [ 3 ] {} <Debug> HTTP-Session: c2f0ce30-e679-41e5-9757-339906b80b98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11026 | 2024.07.03 17:29:15.566679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11027 | 2024.07.03 17:29:15.566731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11028 | 2024.07.03 17:29:15.566750 [ 3 ] {} <Debug> HTTP-Session: c434f1ae-ac0d-4a28-b8c1-7fa42f7d7174 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11029 | 2024.07.03 17:29:15.566767 [ 3 ] {} <Debug> HTTP-Session: c434f1ae-ac0d-4a28-b8c1-7fa42f7d7174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11030 | 2024.07.03 17:29:15.566781 [ 3 ] {} <Debug> HTTP-Session: c434f1ae-ac0d-4a28-b8c1-7fa42f7d7174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11031 | 2024.07.03 17:29:15.566814 [ 3 ] {} <Trace> HTTP-Session: c434f1ae-ac0d-4a28-b8c1-7fa42f7d7174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11032 | 2024.07.03 17:29:15.566964 [ 3 ] {a6dbae39-b474-458c-9aa8-ae7f84732590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11033 | 2024.07.03 17:29:15.567013 [ 3 ] {a6dbae39-b474-458c-9aa8-ae7f84732590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11034 | 2024.07.03 17:29:15.567162 [ 3 ] {a6dbae39-b474-458c-9aa8-ae7f84732590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11035 | 2024.07.03 17:29:15.567549 [ 3 ] {a6dbae39-b474-458c-9aa8-ae7f84732590} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11036 | 2024.07.03 17:29:15.567586 [ 3 ] {a6dbae39-b474-458c-9aa8-ae7f84732590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11037 | 2024.07.03 17:29:15.568004 [ 3 ] {a6dbae39-b474-458c-9aa8-ae7f84732590} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11038 | 2024.07.03 17:29:15.568340 [ 3 ] {a6dbae39-b474-458c-9aa8-ae7f84732590} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11039 | 2024.07.03 17:29:15.568514 [ 3 ] {a6dbae39-b474-458c-9aa8-ae7f84732590} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
11040 | 2024.07.03 17:29:15.568796 [ 3 ] {a6dbae39-b474-458c-9aa8-ae7f84732590} <Debug> DynamicQueryHandler: Done processing query | ||
11041 | 2024.07.03 17:29:15.568854 [ 3 ] {a6dbae39-b474-458c-9aa8-ae7f84732590} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11042 | 2024.07.03 17:29:15.568909 [ 3 ] {} <Debug> HTTP-Session: c434f1ae-ac0d-4a28-b8c1-7fa42f7d7174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11043 | 2024.07.03 17:29:15.569132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 40570, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11044 | 2024.07.03 17:29:15.569187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11045 | 2024.07.03 17:29:15.569207 [ 3 ] {} <Debug> HTTP-Session: 455b2748-7d49-4dab-9181-3f8a01004829 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11046 | 2024.07.03 17:29:15.569225 [ 3 ] {} <Debug> HTTP-Session: 455b2748-7d49-4dab-9181-3f8a01004829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11047 | 2024.07.03 17:29:15.569240 [ 3 ] {} <Debug> HTTP-Session: 455b2748-7d49-4dab-9181-3f8a01004829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11048 | 2024.07.03 17:29:15.569275 [ 3 ] {} <Trace> HTTP-Session: 455b2748-7d49-4dab-9181-3f8a01004829 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11049 | 2024.07.03 17:29:15.569577 [ 3 ] {7f3e0040-1664-4f90-bbd3-b44db2bb29ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11050 | 2024.07.03 17:29:15.569652 [ 3 ] {7f3e0040-1664-4f90-bbd3-b44db2bb29ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11051 | 2024.07.03 17:29:15.570110 [ 3 ] {7f3e0040-1664-4f90-bbd3-b44db2bb29ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11052 | 2024.07.03 17:29:15.570850 [ 3 ] {7f3e0040-1664-4f90-bbd3-b44db2bb29ed} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11053 | 2024.07.03 17:29:15.570889 [ 3 ] {7f3e0040-1664-4f90-bbd3-b44db2bb29ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11054 | 2024.07.03 17:29:15.571520 [ 3 ] {7f3e0040-1664-4f90-bbd3-b44db2bb29ed} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11055 | 2024.07.03 17:29:15.571941 [ 3 ] {7f3e0040-1664-4f90-bbd3-b44db2bb29ed} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11056 | 2024.07.03 17:29:15.572122 [ 139 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11057 | 2024.07.03 17:29:15.572138 [ 3 ] {7f3e0040-1664-4f90-bbd3-b44db2bb29ed} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002764 sec., 9044.862518089725 rows/sec., 16.21 MiB/sec. | ||
11058 | 2024.07.03 17:29:15.572205 [ 139 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11059 | 2024.07.03 17:29:15.572290 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11060 | 2024.07.03 17:29:15.572612 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
11061 | 2024.07.03 17:29:15.572705 [ 3 ] {7f3e0040-1664-4f90-bbd3-b44db2bb29ed} <Debug> DynamicQueryHandler: Done processing query | ||
11062 | 2024.07.03 17:29:15.572753 [ 3 ] {7f3e0040-1664-4f90-bbd3-b44db2bb29ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11063 | 2024.07.03 17:29:15.572790 [ 3 ] {} <Debug> HTTP-Session: 455b2748-7d49-4dab-9181-3f8a01004829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11064 | 2024.07.03 17:29:15.572999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11065 | 2024.07.03 17:29:15.573113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11066 | 2024.07.03 17:29:15.573169 [ 3 ] {} <Debug> HTTP-Session: 5be17443-4f05-4787-97bc-23eceb19f76b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11067 | 2024.07.03 17:29:15.573218 [ 3 ] {} <Debug> HTTP-Session: 5be17443-4f05-4787-97bc-23eceb19f76b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11068 | 2024.07.03 17:29:15.573262 [ 3 ] {} <Debug> HTTP-Session: 5be17443-4f05-4787-97bc-23eceb19f76b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11069 | 2024.07.03 17:29:15.573349 [ 3 ] {} <Trace> HTTP-Session: 5be17443-4f05-4787-97bc-23eceb19f76b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11070 | 2024.07.03 17:29:15.573430 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11071 | 2024.07.03 17:29:15.573608 [ 3 ] {3a1c521a-72a0-475f-8c62-400532aadcd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11072 | 2024.07.03 17:29:15.573623 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 984 rows starting from the beginning of the part | ||
11073 | 2024.07.03 17:29:15.573703 [ 3 ] {3a1c521a-72a0-475f-8c62-400532aadcd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11074 | 2024.07.03 17:29:15.574424 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 16 rows starting from the beginning of the part | ||
11075 | 2024.07.03 17:29:15.574571 [ 3 ] {3a1c521a-72a0-475f-8c62-400532aadcd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11076 | 2024.07.03 17:29:15.575025 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
11077 | 2024.07.03 17:29:15.575815 [ 3 ] {3a1c521a-72a0-475f-8c62-400532aadcd9} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11078 | 2024.07.03 17:29:15.575836 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 16 rows starting from the beginning of the part | ||
11079 | 2024.07.03 17:29:15.575881 [ 3 ] {3a1c521a-72a0-475f-8c62-400532aadcd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11080 | 2024.07.03 17:29:15.576434 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part | ||
11081 | 2024.07.03 17:29:15.577049 [ 192 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 25 rows starting from the beginning of the part | ||
11082 | 2024.07.03 17:29:15.577349 [ 3 ] {3a1c521a-72a0-475f-8c62-400532aadcd9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
11083 | 2024.07.03 17:29:15.578364 [ 3 ] {3a1c521a-72a0-475f-8c62-400532aadcd9} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11084 | 2024.07.03 17:29:15.578863 [ 3 ] {3a1c521a-72a0-475f-8c62-400532aadcd9} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.005326 sec., 1689.8235073225685 rows/sec., 130.00 KiB/sec. | ||
11085 | 2024.07.03 17:29:15.579399 [ 3 ] {3a1c521a-72a0-475f-8c62-400532aadcd9} <Debug> DynamicQueryHandler: Done processing query | ||
11086 | 2024.07.03 17:29:15.579427 [ 3 ] {3a1c521a-72a0-475f-8c62-400532aadcd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11087 | 2024.07.03 17:29:15.579445 [ 3 ] {} <Debug> HTTP-Session: 5be17443-4f05-4787-97bc-23eceb19f76b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11088 | 2024.07.03 17:29:15.579581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11089 | 2024.07.03 17:29:15.579636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11090 | 2024.07.03 17:29:15.579657 [ 3 ] {} <Debug> HTTP-Session: 8836de68-4e3c-4cd9-a432-9306a619c2c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11091 | 2024.07.03 17:29:15.579675 [ 3 ] {} <Debug> HTTP-Session: 8836de68-4e3c-4cd9-a432-9306a619c2c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11092 | 2024.07.03 17:29:15.579690 [ 3 ] {} <Debug> HTTP-Session: 8836de68-4e3c-4cd9-a432-9306a619c2c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11093 | 2024.07.03 17:29:15.579737 [ 3 ] {} <Trace> HTTP-Session: 8836de68-4e3c-4cd9-a432-9306a619c2c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11094 | 2024.07.03 17:29:15.579915 [ 3 ] {6eff4c4a-84cc-44f7-bea6-aac006d12dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11095 | 2024.07.03 17:29:15.579982 [ 3 ] {6eff4c4a-84cc-44f7-bea6-aac006d12dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11096 | 2024.07.03 17:29:15.580623 [ 3 ] {6eff4c4a-84cc-44f7-bea6-aac006d12dbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11097 | 2024.07.03 17:29:15.581536 [ 3 ] {6eff4c4a-84cc-44f7-bea6-aac006d12dbb} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11098 | 2024.07.03 17:29:15.581621 [ 3 ] {6eff4c4a-84cc-44f7-bea6-aac006d12dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11099 | 2024.07.03 17:29:15.582840 [ 3 ] {6eff4c4a-84cc-44f7-bea6-aac006d12dbb} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11100 | 2024.07.03 17:29:15.583856 [ 3 ] {6eff4c4a-84cc-44f7-bea6-aac006d12dbb} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11101 | 2024.07.03 17:29:15.584114 [ 3 ] {6eff4c4a-84cc-44f7-bea6-aac006d12dbb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004279 sec., 14021.967749474177 rows/sec., 967.66 KiB/sec. | ||
11102 | 2024.07.03 17:29:15.584429 [ 3 ] {6eff4c4a-84cc-44f7-bea6-aac006d12dbb} <Debug> DynamicQueryHandler: Done processing query | ||
11103 | 2024.07.03 17:29:15.584456 [ 3 ] {6eff4c4a-84cc-44f7-bea6-aac006d12dbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11104 | 2024.07.03 17:29:15.584473 [ 3 ] {} <Debug> HTTP-Session: 8836de68-4e3c-4cd9-a432-9306a619c2c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11105 | 2024.07.03 17:29:15.586714 [ 201 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1069 rows, containing 19 columns (19 merged, 0 gathered) in 0.014274774 sec., 74887.35023055357 rows/sec., 134.19 MiB/sec. | ||
11106 | 2024.07.03 17:29:15.587567 [ 188 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11107 | 2024.07.03 17:29:15.588144 [ 188 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11108 | 2024.07.03 17:29:15.588236 [ 188 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11109 | 2024.07.03 17:29:15.588355 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.33 MiB. | ||
11110 | 2024.07.03 17:29:18.471824 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11111 | 2024.07.03 17:29:18.471876 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11112 | 2024.07.03 17:29:20.560779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11113 | 2024.07.03 17:29:20.560917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11114 | 2024.07.03 17:29:20.560947 [ 3 ] {} <Debug> HTTP-Session: d60f9806-22e3-408a-84c9-29bb41fe8a2c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11115 | 2024.07.03 17:29:20.560976 [ 3 ] {} <Debug> HTTP-Session: d60f9806-22e3-408a-84c9-29bb41fe8a2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11116 | 2024.07.03 17:29:20.560994 [ 3 ] {} <Debug> HTTP-Session: d60f9806-22e3-408a-84c9-29bb41fe8a2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11117 | 2024.07.03 17:29:20.561051 [ 3 ] {} <Trace> HTTP-Session: d60f9806-22e3-408a-84c9-29bb41fe8a2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11118 | 2024.07.03 17:29:20.561257 [ 3 ] {231bb3c7-3040-4656-bec1-2287fc645b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11119 | 2024.07.03 17:29:20.561332 [ 3 ] {231bb3c7-3040-4656-bec1-2287fc645b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11120 | 2024.07.03 17:29:20.561554 [ 3 ] {231bb3c7-3040-4656-bec1-2287fc645b9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11121 | 2024.07.03 17:29:20.562010 [ 3 ] {231bb3c7-3040-4656-bec1-2287fc645b9b} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11122 | 2024.07.03 17:29:20.562056 [ 3 ] {231bb3c7-3040-4656-bec1-2287fc645b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11123 | 2024.07.03 17:29:20.562431 [ 3 ] {231bb3c7-3040-4656-bec1-2287fc645b9b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11124 | 2024.07.03 17:29:20.562780 [ 3 ] {231bb3c7-3040-4656-bec1-2287fc645b9b} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11125 | 2024.07.03 17:29:20.562944 [ 3 ] {231bb3c7-3040-4656-bec1-2287fc645b9b} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001749 sec., 8004.574042309891 rows/sec., 648.81 KiB/sec. | ||
11126 | 2024.07.03 17:29:20.563162 [ 3 ] {231bb3c7-3040-4656-bec1-2287fc645b9b} <Debug> DynamicQueryHandler: Done processing query | ||
11127 | 2024.07.03 17:29:20.563189 [ 3 ] {231bb3c7-3040-4656-bec1-2287fc645b9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11128 | 2024.07.03 17:29:20.563204 [ 3 ] {} <Debug> HTTP-Session: d60f9806-22e3-408a-84c9-29bb41fe8a2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11129 | 2024.07.03 17:29:20.563371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 19040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11130 | 2024.07.03 17:29:20.563422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11131 | 2024.07.03 17:29:20.563442 [ 3 ] {} <Debug> HTTP-Session: 24b155e6-e05b-4c3b-bc97-3fc2aaa602a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11132 | 2024.07.03 17:29:20.563458 [ 3 ] {} <Debug> HTTP-Session: 24b155e6-e05b-4c3b-bc97-3fc2aaa602a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11133 | 2024.07.03 17:29:20.563472 [ 3 ] {} <Debug> HTTP-Session: 24b155e6-e05b-4c3b-bc97-3fc2aaa602a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11134 | 2024.07.03 17:29:20.563505 [ 3 ] {} <Trace> HTTP-Session: 24b155e6-e05b-4c3b-bc97-3fc2aaa602a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11135 | 2024.07.03 17:29:20.563653 [ 3 ] {ac1b45e8-3d80-4968-8576-4c6caf829215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11136 | 2024.07.03 17:29:20.563700 [ 3 ] {ac1b45e8-3d80-4968-8576-4c6caf829215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11137 | 2024.07.03 17:29:20.563832 [ 3 ] {ac1b45e8-3d80-4968-8576-4c6caf829215} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11138 | 2024.07.03 17:29:20.564236 [ 3 ] {ac1b45e8-3d80-4968-8576-4c6caf829215} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11139 | 2024.07.03 17:29:20.564274 [ 3 ] {ac1b45e8-3d80-4968-8576-4c6caf829215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11140 | 2024.07.03 17:29:20.564611 [ 3 ] {ac1b45e8-3d80-4968-8576-4c6caf829215} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11141 | 2024.07.03 17:29:20.564947 [ 3 ] {ac1b45e8-3d80-4968-8576-4c6caf829215} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11142 | 2024.07.03 17:29:20.565103 [ 3 ] {ac1b45e8-3d80-4968-8576-4c6caf829215} <Debug> executeQuery: Read 134 rows, 10.89 KiB in 0.001511 sec., 88682.99139642621 rows/sec., 7.04 MiB/sec. | ||
11143 | 2024.07.03 17:29:20.565361 [ 3 ] {ac1b45e8-3d80-4968-8576-4c6caf829215} <Debug> DynamicQueryHandler: Done processing query | ||
11144 | 2024.07.03 17:29:20.565418 [ 3 ] {ac1b45e8-3d80-4968-8576-4c6caf829215} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11145 | 2024.07.03 17:29:20.565474 [ 3 ] {} <Debug> HTTP-Session: 24b155e6-e05b-4c3b-bc97-3fc2aaa602a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11146 | 2024.07.03 17:29:20.565694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11147 | 2024.07.03 17:29:20.565747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11148 | 2024.07.03 17:29:20.565767 [ 3 ] {} <Debug> HTTP-Session: 286f4c02-fd49-4713-b71c-1ea088552281 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11149 | 2024.07.03 17:29:20.565784 [ 3 ] {} <Debug> HTTP-Session: 286f4c02-fd49-4713-b71c-1ea088552281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11150 | 2024.07.03 17:29:20.565798 [ 3 ] {} <Debug> HTTP-Session: 286f4c02-fd49-4713-b71c-1ea088552281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11151 | 2024.07.03 17:29:20.565831 [ 3 ] {} <Trace> HTTP-Session: 286f4c02-fd49-4713-b71c-1ea088552281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11152 | 2024.07.03 17:29:20.565963 [ 3 ] {d0d71134-79c0-49c9-ba33-7f6d56aca29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11153 | 2024.07.03 17:29:20.566009 [ 3 ] {d0d71134-79c0-49c9-ba33-7f6d56aca29c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11154 | 2024.07.03 17:29:20.566156 [ 3 ] {d0d71134-79c0-49c9-ba33-7f6d56aca29c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11155 | 2024.07.03 17:29:20.566498 [ 3 ] {d0d71134-79c0-49c9-ba33-7f6d56aca29c} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11156 | 2024.07.03 17:29:20.566536 [ 3 ] {d0d71134-79c0-49c9-ba33-7f6d56aca29c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11157 | 2024.07.03 17:29:20.566867 [ 3 ] {d0d71134-79c0-49c9-ba33-7f6d56aca29c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11158 | 2024.07.03 17:29:20.567188 [ 3 ] {d0d71134-79c0-49c9-ba33-7f6d56aca29c} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11159 | 2024.07.03 17:29:20.567343 [ 3 ] {d0d71134-79c0-49c9-ba33-7f6d56aca29c} <Debug> executeQuery: Read 102 rows, 8.13 KiB in 0.001429 sec., 71378.58642407278 rows/sec., 5.56 MiB/sec. | ||
11160 | 2024.07.03 17:29:20.567509 [ 3 ] {d0d71134-79c0-49c9-ba33-7f6d56aca29c} <Debug> DynamicQueryHandler: Done processing query | ||
11161 | 2024.07.03 17:29:20.567534 [ 3 ] {d0d71134-79c0-49c9-ba33-7f6d56aca29c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11162 | 2024.07.03 17:29:20.567550 [ 3 ] {} <Debug> HTTP-Session: 286f4c02-fd49-4713-b71c-1ea088552281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11163 | 2024.07.03 17:29:20.567729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 37600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11164 | 2024.07.03 17:29:20.567777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11165 | 2024.07.03 17:29:20.567796 [ 3 ] {} <Debug> HTTP-Session: b7aae604-afdb-4724-afa8-c0e5a2e31d6c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11166 | 2024.07.03 17:29:20.567813 [ 3 ] {} <Debug> HTTP-Session: b7aae604-afdb-4724-afa8-c0e5a2e31d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11167 | 2024.07.03 17:29:20.567826 [ 3 ] {} <Debug> HTTP-Session: b7aae604-afdb-4724-afa8-c0e5a2e31d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11168 | 2024.07.03 17:29:20.567857 [ 3 ] {} <Trace> HTTP-Session: b7aae604-afdb-4724-afa8-c0e5a2e31d6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11169 | 2024.07.03 17:29:20.568026 [ 3 ] {7de1974b-2561-4998-86b8-9b8988e3d979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11170 | 2024.07.03 17:29:20.568073 [ 3 ] {7de1974b-2561-4998-86b8-9b8988e3d979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11171 | 2024.07.03 17:29:20.568221 [ 3 ] {7de1974b-2561-4998-86b8-9b8988e3d979} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11172 | 2024.07.03 17:29:20.568627 [ 3 ] {7de1974b-2561-4998-86b8-9b8988e3d979} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11173 | 2024.07.03 17:29:20.568664 [ 3 ] {7de1974b-2561-4998-86b8-9b8988e3d979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11174 | 2024.07.03 17:29:20.569068 [ 3 ] {7de1974b-2561-4998-86b8-9b8988e3d979} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11175 | 2024.07.03 17:29:20.569425 [ 3 ] {7de1974b-2561-4998-86b8-9b8988e3d979} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11176 | 2024.07.03 17:29:20.569575 [ 3 ] {7de1974b-2561-4998-86b8-9b8988e3d979} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.00163 sec., 120245.39877300613 rows/sec., 8.40 MiB/sec. | ||
11177 | 2024.07.03 17:29:20.569594 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11178 | 2024.07.03 17:29:20.569680 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11179 | 2024.07.03 17:29:20.569737 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11180 | 2024.07.03 17:29:20.569872 [ 3 ] {7de1974b-2561-4998-86b8-9b8988e3d979} <Debug> DynamicQueryHandler: Done processing query | ||
11181 | 2024.07.03 17:29:20.569929 [ 3 ] {7de1974b-2561-4998-86b8-9b8988e3d979} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11182 | 2024.07.03 17:29:20.569957 [ 3 ] {} <Debug> HTTP-Session: b7aae604-afdb-4724-afa8-c0e5a2e31d6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11183 | 2024.07.03 17:29:20.569965 [ 195 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
11184 | 2024.07.03 17:29:20.570150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11185 | 2024.07.03 17:29:20.570266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11186 | 2024.07.03 17:29:20.570284 [ 195 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11187 | 2024.07.03 17:29:20.570303 [ 3 ] {} <Debug> HTTP-Session: a5e26086-9506-42f4-aa28-df473a1be41b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11188 | 2024.07.03 17:29:20.570350 [ 3 ] {} <Debug> HTTP-Session: a5e26086-9506-42f4-aa28-df473a1be41b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11189 | 2024.07.03 17:29:20.570371 [ 195 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 8579 rows starting from the beginning of the part | ||
11190 | 2024.07.03 17:29:20.570381 [ 3 ] {} <Debug> HTTP-Session: a5e26086-9506-42f4-aa28-df473a1be41b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11191 | 2024.07.03 17:29:20.570461 [ 3 ] {} <Trace> HTTP-Session: a5e26086-9506-42f4-aa28-df473a1be41b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11192 | 2024.07.03 17:29:20.570630 [ 195 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
11193 | 2024.07.03 17:29:20.570880 [ 195 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
11194 | 2024.07.03 17:29:20.570983 [ 3 ] {23dbcc72-7a4d-430f-b042-6740b33d601c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11195 | 2024.07.03 17:29:20.571246 [ 195 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 161 rows starting from the beginning of the part | ||
11196 | 2024.07.03 17:29:20.571534 [ 195 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
11197 | 2024.07.03 17:29:20.571553 [ 3 ] {23dbcc72-7a4d-430f-b042-6740b33d601c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11198 | 2024.07.03 17:29:20.571798 [ 195 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 196 rows starting from the beginning of the part | ||
11199 | 2024.07.03 17:29:20.573639 [ 3 ] {23dbcc72-7a4d-430f-b042-6740b33d601c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11200 | 2024.07.03 17:29:20.575079 [ 3 ] {23dbcc72-7a4d-430f-b042-6740b33d601c} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11201 | 2024.07.03 17:29:20.575156 [ 3 ] {23dbcc72-7a4d-430f-b042-6740b33d601c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11202 | 2024.07.03 17:29:20.576511 [ 3 ] {23dbcc72-7a4d-430f-b042-6740b33d601c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11203 | 2024.07.03 17:29:20.577401 [ 3 ] {23dbcc72-7a4d-430f-b042-6740b33d601c} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11204 | 2024.07.03 17:29:20.577627 [ 3 ] {23dbcc72-7a4d-430f-b042-6740b33d601c} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.006879 sec., 2035.1795319087078 rows/sec., 3.65 MiB/sec. | ||
11205 | 2024.07.03 17:29:20.577967 [ 3 ] {23dbcc72-7a4d-430f-b042-6740b33d601c} <Debug> DynamicQueryHandler: Done processing query | ||
11206 | 2024.07.03 17:29:20.577992 [ 3 ] {23dbcc72-7a4d-430f-b042-6740b33d601c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11207 | 2024.07.03 17:29:20.578008 [ 3 ] {} <Debug> HTTP-Session: a5e26086-9506-42f4-aa28-df473a1be41b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11208 | 2024.07.03 17:29:20.578210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11209 | 2024.07.03 17:29:20.578347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11210 | 2024.07.03 17:29:20.578425 [ 3 ] {} <Debug> HTTP-Session: eab3b739-441c-4911-9440-010683ab8647 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11211 | 2024.07.03 17:29:20.578494 [ 3 ] {} <Debug> HTTP-Session: eab3b739-441c-4911-9440-010683ab8647 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11212 | 2024.07.03 17:29:20.578554 [ 3 ] {} <Debug> HTTP-Session: eab3b739-441c-4911-9440-010683ab8647 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11213 | 2024.07.03 17:29:20.578620 [ 3 ] {} <Trace> HTTP-Session: eab3b739-441c-4911-9440-010683ab8647 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11214 | 2024.07.03 17:29:20.578631 [ 188 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9416 rows, containing 5 columns (5 merged, 0 gathered) in 0.00879595 sec., 1070492.6699219528 rows/sec., 74.75 MiB/sec. | ||
11215 | 2024.07.03 17:29:20.578814 [ 3 ] {53a28287-bf0e-4bbe-a187-810a60b9a3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11216 | 2024.07.03 17:29:20.578878 [ 3 ] {53a28287-bf0e-4bbe-a187-810a60b9a3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11217 | 2024.07.03 17:29:20.578931 [ 188 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11218 | 2024.07.03 17:29:20.579281 [ 3 ] {53a28287-bf0e-4bbe-a187-810a60b9a3d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11219 | 2024.07.03 17:29:20.579953 [ 3 ] {53a28287-bf0e-4bbe-a187-810a60b9a3d2} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11220 | 2024.07.03 17:29:20.579972 [ 188 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11221 | 2024.07.03 17:29:20.580007 [ 3 ] {53a28287-bf0e-4bbe-a187-810a60b9a3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11222 | 2024.07.03 17:29:20.580164 [ 188 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11223 | 2024.07.03 17:29:20.580340 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
11224 | 2024.07.03 17:29:20.580614 [ 3 ] {53a28287-bf0e-4bbe-a187-810a60b9a3d2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11225 | 2024.07.03 17:29:20.580971 [ 3 ] {53a28287-bf0e-4bbe-a187-810a60b9a3d2} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11226 | 2024.07.03 17:29:20.581131 [ 3 ] {53a28287-bf0e-4bbe-a187-810a60b9a3d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002402 sec., 24979.184013322232 rows/sec., 1.68 MiB/sec. | ||
11227 | 2024.07.03 17:29:20.581147 [ 136 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11228 | 2024.07.03 17:29:20.581223 [ 136 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11229 | 2024.07.03 17:29:20.581263 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11230 | 2024.07.03 17:29:20.581451 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
11231 | 2024.07.03 17:29:20.581459 [ 3 ] {53a28287-bf0e-4bbe-a187-810a60b9a3d2} <Debug> DynamicQueryHandler: Done processing query | ||
11232 | 2024.07.03 17:29:20.581523 [ 3 ] {53a28287-bf0e-4bbe-a187-810a60b9a3d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11233 | 2024.07.03 17:29:20.581554 [ 3 ] {} <Debug> HTTP-Session: eab3b739-441c-4911-9440-010683ab8647 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11234 | 2024.07.03 17:29:20.581662 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11235 | 2024.07.03 17:29:20.581696 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3026 rows starting from the beginning of the part | ||
11236 | 2024.07.03 17:29:20.581799 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
11237 | 2024.07.03 17:29:20.581984 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
11238 | 2024.07.03 17:29:20.582209 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
11239 | 2024.07.03 17:29:20.582355 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
11240 | 2024.07.03 17:29:20.582529 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
11241 | 2024.07.03 17:29:20.583887 [ 196 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3326 rows, containing 4 columns (4 merged, 0 gathered) in 0.002518357 sec., 1320702.3468078591 rows/sec., 88.58 MiB/sec. | ||
11242 | 2024.07.03 17:29:20.584210 [ 187 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11243 | 2024.07.03 17:29:20.584670 [ 187 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_71_14} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11244 | 2024.07.03 17:29:20.584756 [ 187 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_71_14} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11245 | 2024.07.03 17:29:20.584837 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
11246 | 2024.07.03 17:29:25.560029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11247 | 2024.07.03 17:29:25.560166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11248 | 2024.07.03 17:29:25.560192 [ 3 ] {} <Debug> HTTP-Session: 3e12faf2-57cc-4edb-bf1a-a0101e75ecb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11249 | 2024.07.03 17:29:25.560217 [ 3 ] {} <Debug> HTTP-Session: 3e12faf2-57cc-4edb-bf1a-a0101e75ecb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11250 | 2024.07.03 17:29:25.560232 [ 3 ] {} <Debug> HTTP-Session: 3e12faf2-57cc-4edb-bf1a-a0101e75ecb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11251 | 2024.07.03 17:29:25.560283 [ 3 ] {} <Trace> HTTP-Session: 3e12faf2-57cc-4edb-bf1a-a0101e75ecb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11252 | 2024.07.03 17:29:25.560483 [ 3 ] {e22e7ffb-a5bb-4874-a369-7acbbc495fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11253 | 2024.07.03 17:29:25.560552 [ 3 ] {e22e7ffb-a5bb-4874-a369-7acbbc495fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11254 | 2024.07.03 17:29:25.560747 [ 3 ] {e22e7ffb-a5bb-4874-a369-7acbbc495fc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11255 | 2024.07.03 17:29:25.561186 [ 3 ] {e22e7ffb-a5bb-4874-a369-7acbbc495fc8} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11256 | 2024.07.03 17:29:25.561237 [ 3 ] {e22e7ffb-a5bb-4874-a369-7acbbc495fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11257 | 2024.07.03 17:29:25.561630 [ 3 ] {e22e7ffb-a5bb-4874-a369-7acbbc495fc8} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11258 | 2024.07.03 17:29:25.561999 [ 3 ] {e22e7ffb-a5bb-4874-a369-7acbbc495fc8} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11259 | 2024.07.03 17:29:25.562176 [ 3 ] {e22e7ffb-a5bb-4874-a369-7acbbc495fc8} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001752 sec., 16552.511415525114 rows/sec., 1.31 MiB/sec. | ||
11260 | 2024.07.03 17:29:25.562411 [ 3 ] {e22e7ffb-a5bb-4874-a369-7acbbc495fc8} <Debug> DynamicQueryHandler: Done processing query | ||
11261 | 2024.07.03 17:29:25.562441 [ 3 ] {e22e7ffb-a5bb-4874-a369-7acbbc495fc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11262 | 2024.07.03 17:29:25.562459 [ 3 ] {} <Debug> HTTP-Session: 3e12faf2-57cc-4edb-bf1a-a0101e75ecb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11263 | 2024.07.03 17:29:25.562600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11264 | 2024.07.03 17:29:25.562657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11265 | 2024.07.03 17:29:25.562678 [ 3 ] {} <Debug> HTTP-Session: e5f9a599-9b2b-45b6-a701-113b0b55fd42 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11266 | 2024.07.03 17:29:25.562695 [ 3 ] {} <Debug> HTTP-Session: e5f9a599-9b2b-45b6-a701-113b0b55fd42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11267 | 2024.07.03 17:29:25.562709 [ 3 ] {} <Debug> HTTP-Session: e5f9a599-9b2b-45b6-a701-113b0b55fd42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11268 | 2024.07.03 17:29:25.562755 [ 3 ] {} <Trace> HTTP-Session: e5f9a599-9b2b-45b6-a701-113b0b55fd42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11269 | 2024.07.03 17:29:25.562902 [ 3 ] {9b1dd1c4-e4c3-44d4-a468-5ebde1fbb041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11270 | 2024.07.03 17:29:25.562970 [ 3 ] {9b1dd1c4-e4c3-44d4-a468-5ebde1fbb041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11271 | 2024.07.03 17:29:25.563137 [ 3 ] {9b1dd1c4-e4c3-44d4-a468-5ebde1fbb041} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11272 | 2024.07.03 17:29:25.563488 [ 3 ] {9b1dd1c4-e4c3-44d4-a468-5ebde1fbb041} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11273 | 2024.07.03 17:29:25.563531 [ 3 ] {9b1dd1c4-e4c3-44d4-a468-5ebde1fbb041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11274 | 2024.07.03 17:29:25.563981 [ 3 ] {9b1dd1c4-e4c3-44d4-a468-5ebde1fbb041} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11275 | 2024.07.03 17:29:25.565052 [ 3 ] {9b1dd1c4-e4c3-44d4-a468-5ebde1fbb041} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11276 | 2024.07.03 17:29:25.565254 [ 3 ] {9b1dd1c4-e4c3-44d4-a468-5ebde1fbb041} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002389 sec., 837.1703641691084 rows/sec., 68.27 KiB/sec. | ||
11277 | 2024.07.03 17:29:25.565491 [ 3 ] {9b1dd1c4-e4c3-44d4-a468-5ebde1fbb041} <Debug> DynamicQueryHandler: Done processing query | ||
11278 | 2024.07.03 17:29:25.565518 [ 3 ] {9b1dd1c4-e4c3-44d4-a468-5ebde1fbb041} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11279 | 2024.07.03 17:29:25.565534 [ 3 ] {} <Debug> HTTP-Session: e5f9a599-9b2b-45b6-a701-113b0b55fd42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11280 | 2024.07.03 17:29:25.565732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 21097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11281 | 2024.07.03 17:29:25.565789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11282 | 2024.07.03 17:29:25.565810 [ 3 ] {} <Debug> HTTP-Session: d00173b9-ecbe-4165-85a5-551ab3441593 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11283 | 2024.07.03 17:29:25.565826 [ 3 ] {} <Debug> HTTP-Session: d00173b9-ecbe-4165-85a5-551ab3441593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11284 | 2024.07.03 17:29:25.565841 [ 3 ] {} <Debug> HTTP-Session: d00173b9-ecbe-4165-85a5-551ab3441593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11285 | 2024.07.03 17:29:25.565876 [ 3 ] {} <Trace> HTTP-Session: d00173b9-ecbe-4165-85a5-551ab3441593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11286 | 2024.07.03 17:29:25.566030 [ 3 ] {4638f4d2-27f9-479b-a9e5-58fa08212cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11287 | 2024.07.03 17:29:25.566080 [ 3 ] {4638f4d2-27f9-479b-a9e5-58fa08212cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11288 | 2024.07.03 17:29:25.566215 [ 3 ] {4638f4d2-27f9-479b-a9e5-58fa08212cf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11289 | 2024.07.03 17:29:25.566622 [ 3 ] {4638f4d2-27f9-479b-a9e5-58fa08212cf4} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11290 | 2024.07.03 17:29:25.566660 [ 3 ] {4638f4d2-27f9-479b-a9e5-58fa08212cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11291 | 2024.07.03 17:29:25.567003 [ 3 ] {4638f4d2-27f9-479b-a9e5-58fa08212cf4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11292 | 2024.07.03 17:29:25.567342 [ 3 ] {4638f4d2-27f9-479b-a9e5-58fa08212cf4} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11293 | 2024.07.03 17:29:25.567496 [ 3 ] {4638f4d2-27f9-479b-a9e5-58fa08212cf4} <Debug> executeQuery: Read 144 rows, 12.34 KiB in 0.00153 sec., 94117.64705882354 rows/sec., 7.88 MiB/sec. | ||
11294 | 2024.07.03 17:29:25.567671 [ 3 ] {4638f4d2-27f9-479b-a9e5-58fa08212cf4} <Debug> DynamicQueryHandler: Done processing query | ||
11295 | 2024.07.03 17:29:25.567696 [ 3 ] {4638f4d2-27f9-479b-a9e5-58fa08212cf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11296 | 2024.07.03 17:29:25.567713 [ 3 ] {} <Debug> HTTP-Session: d00173b9-ecbe-4165-85a5-551ab3441593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11297 | 2024.07.03 17:29:25.567857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11298 | 2024.07.03 17:29:25.567908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11299 | 2024.07.03 17:29:25.567928 [ 3 ] {} <Debug> HTTP-Session: 48bf7d65-1aa3-4c60-acf3-83416f78c752 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11300 | 2024.07.03 17:29:25.567945 [ 3 ] {} <Debug> HTTP-Session: 48bf7d65-1aa3-4c60-acf3-83416f78c752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11301 | 2024.07.03 17:29:25.567959 [ 3 ] {} <Debug> HTTP-Session: 48bf7d65-1aa3-4c60-acf3-83416f78c752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11302 | 2024.07.03 17:29:25.567991 [ 3 ] {} <Trace> HTTP-Session: 48bf7d65-1aa3-4c60-acf3-83416f78c752 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11303 | 2024.07.03 17:29:25.568084 [ 3 ] {4e831d53-f744-4d52-a5ac-73eabc0436a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11304 | 2024.07.03 17:29:25.568131 [ 3 ] {4e831d53-f744-4d52-a5ac-73eabc0436a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11305 | 2024.07.03 17:29:25.568259 [ 3 ] {4e831d53-f744-4d52-a5ac-73eabc0436a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11306 | 2024.07.03 17:29:25.568621 [ 3 ] {4e831d53-f744-4d52-a5ac-73eabc0436a3} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11307 | 2024.07.03 17:29:25.568659 [ 3 ] {4e831d53-f744-4d52-a5ac-73eabc0436a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11308 | 2024.07.03 17:29:25.568960 [ 3 ] {4e831d53-f744-4d52-a5ac-73eabc0436a3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11309 | 2024.07.03 17:29:25.569279 [ 3 ] {4e831d53-f744-4d52-a5ac-73eabc0436a3} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11310 | 2024.07.03 17:29:25.569418 [ 3 ] {4e831d53-f744-4d52-a5ac-73eabc0436a3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001356 sec., 1474.9262536873157 rows/sec., 102.99 KiB/sec. | ||
11311 | 2024.07.03 17:29:25.569685 [ 3 ] {4e831d53-f744-4d52-a5ac-73eabc0436a3} <Debug> DynamicQueryHandler: Done processing query | ||
11312 | 2024.07.03 17:29:25.569711 [ 3 ] {4e831d53-f744-4d52-a5ac-73eabc0436a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11313 | 2024.07.03 17:29:25.569727 [ 3 ] {} <Debug> HTTP-Session: 48bf7d65-1aa3-4c60-acf3-83416f78c752 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11314 | 2024.07.03 17:29:25.569865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11315 | 2024.07.03 17:29:25.569915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11316 | 2024.07.03 17:29:25.569936 [ 3 ] {} <Debug> HTTP-Session: 63a6b989-76bc-4c28-a6ee-265babf3663c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11317 | 2024.07.03 17:29:25.569954 [ 3 ] {} <Debug> HTTP-Session: 63a6b989-76bc-4c28-a6ee-265babf3663c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11318 | 2024.07.03 17:29:25.569970 [ 3 ] {} <Debug> HTTP-Session: 63a6b989-76bc-4c28-a6ee-265babf3663c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11319 | 2024.07.03 17:29:25.570001 [ 3 ] {} <Trace> HTTP-Session: 63a6b989-76bc-4c28-a6ee-265babf3663c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11320 | 2024.07.03 17:29:25.570126 [ 3 ] {54b08ca6-8dcb-46be-be8f-3a4697985695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11321 | 2024.07.03 17:29:25.570171 [ 3 ] {54b08ca6-8dcb-46be-be8f-3a4697985695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11322 | 2024.07.03 17:29:25.570319 [ 3 ] {54b08ca6-8dcb-46be-be8f-3a4697985695} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11323 | 2024.07.03 17:29:25.570683 [ 3 ] {54b08ca6-8dcb-46be-be8f-3a4697985695} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11324 | 2024.07.03 17:29:25.570723 [ 3 ] {54b08ca6-8dcb-46be-be8f-3a4697985695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11325 | 2024.07.03 17:29:25.571066 [ 3 ] {54b08ca6-8dcb-46be-be8f-3a4697985695} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11326 | 2024.07.03 17:29:25.571483 [ 3 ] {54b08ca6-8dcb-46be-be8f-3a4697985695} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11327 | 2024.07.03 17:29:25.571656 [ 3 ] {54b08ca6-8dcb-46be-be8f-3a4697985695} <Debug> executeQuery: Read 101 rows, 8.05 KiB in 0.001564 sec., 64578.00511508951 rows/sec., 5.03 MiB/sec. | ||
11328 | 2024.07.03 17:29:25.571839 [ 3 ] {54b08ca6-8dcb-46be-be8f-3a4697985695} <Debug> DynamicQueryHandler: Done processing query | ||
11329 | 2024.07.03 17:29:25.571872 [ 3 ] {54b08ca6-8dcb-46be-be8f-3a4697985695} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11330 | 2024.07.03 17:29:25.571889 [ 3 ] {} <Debug> HTTP-Session: 63a6b989-76bc-4c28-a6ee-265babf3663c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11331 | 2024.07.03 17:29:25.572074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11332 | 2024.07.03 17:29:25.572123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11333 | 2024.07.03 17:29:25.572144 [ 3 ] {} <Debug> HTTP-Session: a007e7b6-3b4e-4585-a0c3-7a56fe351940 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11334 | 2024.07.03 17:29:25.572161 [ 3 ] {} <Debug> HTTP-Session: a007e7b6-3b4e-4585-a0c3-7a56fe351940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11335 | 2024.07.03 17:29:25.572175 [ 3 ] {} <Debug> HTTP-Session: a007e7b6-3b4e-4585-a0c3-7a56fe351940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11336 | 2024.07.03 17:29:25.572206 [ 3 ] {} <Trace> HTTP-Session: a007e7b6-3b4e-4585-a0c3-7a56fe351940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11337 | 2024.07.03 17:29:25.572357 [ 3 ] {84c1e099-7191-448f-83af-fdff7a4712d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11338 | 2024.07.03 17:29:25.572405 [ 3 ] {84c1e099-7191-448f-83af-fdff7a4712d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11339 | 2024.07.03 17:29:25.572551 [ 3 ] {84c1e099-7191-448f-83af-fdff7a4712d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11340 | 2024.07.03 17:29:25.572956 [ 3 ] {84c1e099-7191-448f-83af-fdff7a4712d2} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11341 | 2024.07.03 17:29:25.572993 [ 3 ] {84c1e099-7191-448f-83af-fdff7a4712d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11342 | 2024.07.03 17:29:25.573388 [ 3 ] {84c1e099-7191-448f-83af-fdff7a4712d2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11343 | 2024.07.03 17:29:25.573748 [ 3 ] {84c1e099-7191-448f-83af-fdff7a4712d2} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11344 | 2024.07.03 17:29:25.573897 [ 3 ] {84c1e099-7191-448f-83af-fdff7a4712d2} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001605 sec., 100311.52647975077 rows/sec., 6.99 MiB/sec. | ||
11345 | 2024.07.03 17:29:25.574070 [ 3 ] {84c1e099-7191-448f-83af-fdff7a4712d2} <Debug> DynamicQueryHandler: Done processing query | ||
11346 | 2024.07.03 17:29:25.574094 [ 3 ] {84c1e099-7191-448f-83af-fdff7a4712d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11347 | 2024.07.03 17:29:25.574110 [ 3 ] {} <Debug> HTTP-Session: a007e7b6-3b4e-4585-a0c3-7a56fe351940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11348 | 2024.07.03 17:29:25.574341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 46917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11349 | 2024.07.03 17:29:25.574390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11350 | 2024.07.03 17:29:25.574411 [ 3 ] {} <Debug> HTTP-Session: 5176c4ba-9991-49b0-b3f1-9815fb9bc9fe Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11351 | 2024.07.03 17:29:25.574428 [ 3 ] {} <Debug> HTTP-Session: 5176c4ba-9991-49b0-b3f1-9815fb9bc9fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11352 | 2024.07.03 17:29:25.574441 [ 3 ] {} <Debug> HTTP-Session: 5176c4ba-9991-49b0-b3f1-9815fb9bc9fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11353 | 2024.07.03 17:29:25.574472 [ 3 ] {} <Trace> HTTP-Session: 5176c4ba-9991-49b0-b3f1-9815fb9bc9fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11354 | 2024.07.03 17:29:25.574760 [ 3 ] {f0da7cd7-0821-4578-8398-d596223302e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11355 | 2024.07.03 17:29:25.574825 [ 3 ] {f0da7cd7-0821-4578-8398-d596223302e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11356 | 2024.07.03 17:29:25.575239 [ 3 ] {f0da7cd7-0821-4578-8398-d596223302e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11357 | 2024.07.03 17:29:25.575862 [ 3 ] {f0da7cd7-0821-4578-8398-d596223302e2} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11358 | 2024.07.03 17:29:25.575900 [ 3 ] {f0da7cd7-0821-4578-8398-d596223302e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11359 | 2024.07.03 17:29:25.576516 [ 3 ] {f0da7cd7-0821-4578-8398-d596223302e2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11360 | 2024.07.03 17:29:25.576941 [ 3 ] {f0da7cd7-0821-4578-8398-d596223302e2} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11361 | 2024.07.03 17:29:25.577130 [ 3 ] {f0da7cd7-0821-4578-8398-d596223302e2} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002581 sec., 11235.955056179775 rows/sec., 20.13 MiB/sec. | ||
11362 | 2024.07.03 17:29:25.577406 [ 3 ] {f0da7cd7-0821-4578-8398-d596223302e2} <Debug> DynamicQueryHandler: Done processing query | ||
11363 | 2024.07.03 17:29:25.577436 [ 3 ] {f0da7cd7-0821-4578-8398-d596223302e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11364 | 2024.07.03 17:29:25.577457 [ 3 ] {} <Debug> HTTP-Session: 5176c4ba-9991-49b0-b3f1-9815fb9bc9fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11365 | 2024.07.03 17:29:25.577618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11366 | 2024.07.03 17:29:25.577666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11367 | 2024.07.03 17:29:25.577686 [ 3 ] {} <Debug> HTTP-Session: 5c0852ea-63de-49e0-90d6-bde0e275232e Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11368 | 2024.07.03 17:29:25.577702 [ 3 ] {} <Debug> HTTP-Session: 5c0852ea-63de-49e0-90d6-bde0e275232e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11369 | 2024.07.03 17:29:25.577716 [ 3 ] {} <Debug> HTTP-Session: 5c0852ea-63de-49e0-90d6-bde0e275232e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11370 | 2024.07.03 17:29:25.577747 [ 3 ] {} <Trace> HTTP-Session: 5c0852ea-63de-49e0-90d6-bde0e275232e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11371 | 2024.07.03 17:29:25.577842 [ 3 ] {4194b920-31b3-4e11-a259-88e04a971b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11372 | 2024.07.03 17:29:25.577887 [ 3 ] {4194b920-31b3-4e11-a259-88e04a971b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11373 | 2024.07.03 17:29:25.578014 [ 3 ] {4194b920-31b3-4e11-a259-88e04a971b60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11374 | 2024.07.03 17:29:25.578295 [ 3 ] {4194b920-31b3-4e11-a259-88e04a971b60} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11375 | 2024.07.03 17:29:25.578332 [ 3 ] {4194b920-31b3-4e11-a259-88e04a971b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11376 | 2024.07.03 17:29:25.578679 [ 3 ] {4194b920-31b3-4e11-a259-88e04a971b60} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
11377 | 2024.07.03 17:29:25.579018 [ 3 ] {4194b920-31b3-4e11-a259-88e04a971b60} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11378 | 2024.07.03 17:29:25.579176 [ 3 ] {4194b920-31b3-4e11-a259-88e04a971b60} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 294.28 KiB/sec. | ||
11379 | 2024.07.03 17:29:25.579454 [ 3 ] {4194b920-31b3-4e11-a259-88e04a971b60} <Debug> DynamicQueryHandler: Done processing query | ||
11380 | 2024.07.03 17:29:25.579479 [ 3 ] {4194b920-31b3-4e11-a259-88e04a971b60} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11381 | 2024.07.03 17:29:25.579495 [ 3 ] {} <Debug> HTTP-Session: 5c0852ea-63de-49e0-90d6-bde0e275232e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11382 | 2024.07.03 17:29:25.579620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11383 | 2024.07.03 17:29:25.579669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11384 | 2024.07.03 17:29:25.579688 [ 3 ] {} <Debug> HTTP-Session: de4cc6d2-7fbc-457a-a1d5-2e283371bf25 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11385 | 2024.07.03 17:29:25.579703 [ 3 ] {} <Debug> HTTP-Session: de4cc6d2-7fbc-457a-a1d5-2e283371bf25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11386 | 2024.07.03 17:29:25.579717 [ 3 ] {} <Debug> HTTP-Session: de4cc6d2-7fbc-457a-a1d5-2e283371bf25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11387 | 2024.07.03 17:29:25.579747 [ 3 ] {} <Trace> HTTP-Session: de4cc6d2-7fbc-457a-a1d5-2e283371bf25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11388 | 2024.07.03 17:29:25.579860 [ 3 ] {78f855d2-f0ef-4d32-8150-88f110194a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11389 | 2024.07.03 17:29:25.579907 [ 3 ] {78f855d2-f0ef-4d32-8150-88f110194a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11390 | 2024.07.03 17:29:25.580050 [ 3 ] {78f855d2-f0ef-4d32-8150-88f110194a78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11391 | 2024.07.03 17:29:25.580343 [ 3 ] {78f855d2-f0ef-4d32-8150-88f110194a78} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11392 | 2024.07.03 17:29:25.580379 [ 3 ] {78f855d2-f0ef-4d32-8150-88f110194a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11393 | 2024.07.03 17:29:25.580754 [ 3 ] {78f855d2-f0ef-4d32-8150-88f110194a78} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11394 | 2024.07.03 17:29:25.581089 [ 3 ] {78f855d2-f0ef-4d32-8150-88f110194a78} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11395 | 2024.07.03 17:29:25.581238 [ 3 ] {78f855d2-f0ef-4d32-8150-88f110194a78} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
11396 | 2024.07.03 17:29:25.581419 [ 3 ] {78f855d2-f0ef-4d32-8150-88f110194a78} <Debug> DynamicQueryHandler: Done processing query | ||
11397 | 2024.07.03 17:29:25.581455 [ 3 ] {78f855d2-f0ef-4d32-8150-88f110194a78} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11398 | 2024.07.03 17:29:25.581489 [ 3 ] {} <Debug> HTTP-Session: de4cc6d2-7fbc-457a-a1d5-2e283371bf25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11399 | 2024.07.03 17:29:30.559043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11400 | 2024.07.03 17:29:30.559225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11401 | 2024.07.03 17:29:30.559270 [ 3 ] {} <Debug> HTTP-Session: fa640600-6d08-467d-a0f9-c42096f93841 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11402 | 2024.07.03 17:29:30.559310 [ 3 ] {} <Debug> HTTP-Session: fa640600-6d08-467d-a0f9-c42096f93841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11403 | 2024.07.03 17:29:30.559339 [ 3 ] {} <Debug> HTTP-Session: fa640600-6d08-467d-a0f9-c42096f93841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11404 | 2024.07.03 17:29:30.559415 [ 3 ] {} <Trace> HTTP-Session: fa640600-6d08-467d-a0f9-c42096f93841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11405 | 2024.07.03 17:29:30.559689 [ 3 ] {298e1083-c86b-4358-a71d-ab1fd530db5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11406 | 2024.07.03 17:29:30.559795 [ 3 ] {298e1083-c86b-4358-a71d-ab1fd530db5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11407 | 2024.07.03 17:29:30.560030 [ 3 ] {298e1083-c86b-4358-a71d-ab1fd530db5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11408 | 2024.07.03 17:29:30.560453 [ 3 ] {298e1083-c86b-4358-a71d-ab1fd530db5f} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11409 | 2024.07.03 17:29:30.560501 [ 3 ] {298e1083-c86b-4358-a71d-ab1fd530db5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11410 | 2024.07.03 17:29:30.560883 [ 3 ] {298e1083-c86b-4358-a71d-ab1fd530db5f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11411 | 2024.07.03 17:29:30.561223 [ 3 ] {298e1083-c86b-4358-a71d-ab1fd530db5f} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11412 | 2024.07.03 17:29:30.561402 [ 3 ] {298e1083-c86b-4358-a71d-ab1fd530db5f} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.0018 sec., 7777.777777777778 rows/sec., 630.43 KiB/sec. | ||
11413 | 2024.07.03 17:29:30.561713 [ 3 ] {298e1083-c86b-4358-a71d-ab1fd530db5f} <Debug> DynamicQueryHandler: Done processing query | ||
11414 | 2024.07.03 17:29:30.561773 [ 3 ] {298e1083-c86b-4358-a71d-ab1fd530db5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11415 | 2024.07.03 17:29:30.561827 [ 3 ] {} <Debug> HTTP-Session: fa640600-6d08-467d-a0f9-c42096f93841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11416 | 2024.07.03 17:29:30.562030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11417 | 2024.07.03 17:29:30.562088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11418 | 2024.07.03 17:29:30.562109 [ 3 ] {} <Debug> HTTP-Session: eacb448e-210a-4df0-bcf6-9a07ec75cf8b Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11419 | 2024.07.03 17:29:30.562128 [ 3 ] {} <Debug> HTTP-Session: eacb448e-210a-4df0-bcf6-9a07ec75cf8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11420 | 2024.07.03 17:29:30.562143 [ 3 ] {} <Debug> HTTP-Session: eacb448e-210a-4df0-bcf6-9a07ec75cf8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11421 | 2024.07.03 17:29:30.562179 [ 3 ] {} <Trace> HTTP-Session: eacb448e-210a-4df0-bcf6-9a07ec75cf8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11422 | 2024.07.03 17:29:30.562318 [ 3 ] {e587c5a5-13a0-43a8-8b8f-08fc74cb87d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11423 | 2024.07.03 17:29:30.562368 [ 3 ] {e587c5a5-13a0-43a8-8b8f-08fc74cb87d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11424 | 2024.07.03 17:29:30.562519 [ 3 ] {e587c5a5-13a0-43a8-8b8f-08fc74cb87d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11425 | 2024.07.03 17:29:30.562873 [ 3 ] {e587c5a5-13a0-43a8-8b8f-08fc74cb87d1} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11426 | 2024.07.03 17:29:30.562911 [ 3 ] {e587c5a5-13a0-43a8-8b8f-08fc74cb87d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11427 | 2024.07.03 17:29:30.563248 [ 3 ] {e587c5a5-13a0-43a8-8b8f-08fc74cb87d1} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11428 | 2024.07.03 17:29:30.563563 [ 3 ] {e587c5a5-13a0-43a8-8b8f-08fc74cb87d1} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11429 | 2024.07.03 17:29:30.563724 [ 3 ] {e587c5a5-13a0-43a8-8b8f-08fc74cb87d1} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001457 sec., 67261.4962251201 rows/sec., 5.45 MiB/sec. | ||
11430 | 2024.07.03 17:29:30.563737 [ 128 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11431 | 2024.07.03 17:29:30.563856 [ 128 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11432 | 2024.07.03 17:29:30.563924 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11433 | 2024.07.03 17:29:30.563974 [ 3 ] {e587c5a5-13a0-43a8-8b8f-08fc74cb87d1} <Debug> DynamicQueryHandler: Done processing query | ||
11434 | 2024.07.03 17:29:30.564038 [ 3 ] {e587c5a5-13a0-43a8-8b8f-08fc74cb87d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11435 | 2024.07.03 17:29:30.564091 [ 3 ] {} <Debug> HTTP-Session: eacb448e-210a-4df0-bcf6-9a07ec75cf8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11436 | 2024.07.03 17:29:30.564241 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::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 | ||
11437 | 2024.07.03 17:29:30.564304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11438 | 2024.07.03 17:29:30.564414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11439 | 2024.07.03 17:29:30.564463 [ 3 ] {} <Debug> HTTP-Session: d28926fc-d4d4-483e-9989-e2f372b555a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11440 | 2024.07.03 17:29:30.564512 [ 3 ] {} <Debug> HTTP-Session: d28926fc-d4d4-483e-9989-e2f372b555a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11441 | 2024.07.03 17:29:30.564555 [ 3 ] {} <Debug> HTTP-Session: d28926fc-d4d4-483e-9989-e2f372b555a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11442 | 2024.07.03 17:29:30.564657 [ 3 ] {} <Trace> HTTP-Session: d28926fc-d4d4-483e-9989-e2f372b555a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11443 | 2024.07.03 17:29:30.564753 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11444 | 2024.07.03 17:29:30.564858 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 189 rows starting from the beginning of the part | ||
11445 | 2024.07.03 17:29:30.564916 [ 3 ] {10b8b077-0e56-4999-9ca2-1e348b04eed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11446 | 2024.07.03 17:29:30.565084 [ 3 ] {10b8b077-0e56-4999-9ca2-1e348b04eed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11447 | 2024.07.03 17:29:30.565088 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 99 rows starting from the beginning of the part | ||
11448 | 2024.07.03 17:29:30.565446 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 131 rows starting from the beginning of the part | ||
11449 | 2024.07.03 17:29:30.565806 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 134 rows starting from the beginning of the part | ||
11450 | 2024.07.03 17:29:30.566199 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 144 rows starting from the beginning of the part | ||
11451 | 2024.07.03 17:29:30.566265 [ 3 ] {10b8b077-0e56-4999-9ca2-1e348b04eed0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11452 | 2024.07.03 17:29:30.566455 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 98 rows starting from the beginning of the part | ||
11453 | 2024.07.03 17:29:30.567406 [ 3 ] {10b8b077-0e56-4999-9ca2-1e348b04eed0} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11454 | 2024.07.03 17:29:30.567478 [ 3 ] {10b8b077-0e56-4999-9ca2-1e348b04eed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11455 | 2024.07.03 17:29:30.568289 [ 3 ] {10b8b077-0e56-4999-9ca2-1e348b04eed0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11456 | 2024.07.03 17:29:30.569091 [ 3 ] {10b8b077-0e56-4999-9ca2-1e348b04eed0} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11457 | 2024.07.03 17:29:30.569175 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 795 rows, containing 4 columns (4 merged, 0 gathered) in 0.005127384 sec., 155049.82657823173 rows/sec., 12.67 MiB/sec. | ||
11458 | 2024.07.03 17:29:30.569357 [ 128 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11459 | 2024.07.03 17:29:30.569389 [ 3 ] {10b8b077-0e56-4999-9ca2-1e348b04eed0} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.00455 sec., 17142.85714285714 rows/sec., 1.34 MiB/sec. | ||
11460 | 2024.07.03 17:29:30.569425 [ 128 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11461 | 2024.07.03 17:29:30.569510 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11462 | 2024.07.03 17:29:30.569515 [ 196 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11463 | 2024.07.03 17:29:30.569915 [ 3 ] {10b8b077-0e56-4999-9ca2-1e348b04eed0} <Debug> DynamicQueryHandler: Done processing query | ||
11464 | 2024.07.03 17:29:30.569922 [ 194 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::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 | ||
11465 | 2024.07.03 17:29:30.569950 [ 3 ] {10b8b077-0e56-4999-9ca2-1e348b04eed0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11466 | 2024.07.03 17:29:30.570004 [ 3 ] {} <Debug> HTTP-Session: d28926fc-d4d4-483e-9989-e2f372b555a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11467 | 2024.07.03 17:29:30.570318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11468 | 2024.07.03 17:29:30.570457 [ 194 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11469 | 2024.07.03 17:29:30.570476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11470 | 2024.07.03 17:29:30.570551 [ 194 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 150 rows starting from the beginning of the part | ||
11471 | 2024.07.03 17:29:30.570564 [ 3 ] {} <Debug> HTTP-Session: 9a969796-5a98-4094-a9f4-d9e8a873dc44 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11472 | 2024.07.03 17:29:30.570621 [ 3 ] {} <Debug> HTTP-Session: 9a969796-5a98-4094-a9f4-d9e8a873dc44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11473 | 2024.07.03 17:29:30.570736 [ 3 ] {} <Debug> HTTP-Session: 9a969796-5a98-4094-a9f4-d9e8a873dc44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11474 | 2024.07.03 17:29:30.570920 [ 3 ] {} <Trace> HTTP-Session: 9a969796-5a98-4094-a9f4-d9e8a873dc44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11475 | 2024.07.03 17:29:30.570965 [ 194 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 80 rows starting from the beginning of the part | ||
11476 | 2024.07.03 17:29:30.571297 [ 194 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 95 rows starting from the beginning of the part | ||
11477 | 2024.07.03 17:29:30.571428 [ 3 ] {dbd7ab9e-6767-4918-b856-820a2a242f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11478 | 2024.07.03 17:29:30.571757 [ 3 ] {dbd7ab9e-6767-4918-b856-820a2a242f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11479 | 2024.07.03 17:29:30.571764 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_76_15} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11480 | 2024.07.03 17:29:30.571791 [ 194 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 102 rows starting from the beginning of the part | ||
11481 | 2024.07.03 17:29:30.572281 [ 194 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 101 rows starting from the beginning of the part | ||
11482 | 2024.07.03 17:29:30.572491 [ 188 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_76_15} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11483 | 2024.07.03 17:29:30.572685 [ 194 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 78 rows starting from the beginning of the part | ||
11484 | 2024.07.03 17:29:30.572972 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
11485 | 2024.07.03 17:29:30.573377 [ 3 ] {dbd7ab9e-6767-4918-b856-820a2a242f96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11486 | 2024.07.03 17:29:30.574031 [ 3 ] {dbd7ab9e-6767-4918-b856-820a2a242f96} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11487 | 2024.07.03 17:29:30.574081 [ 3 ] {dbd7ab9e-6767-4918-b856-820a2a242f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11488 | 2024.07.03 17:29:30.574584 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 4 columns (4 merged, 0 gathered) in 0.004924019 sec., 123070.19936356867 rows/sec., 9.61 MiB/sec. | ||
11489 | 2024.07.03 17:29:30.574684 [ 3 ] {dbd7ab9e-6767-4918-b856-820a2a242f96} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11490 | 2024.07.03 17:29:30.574830 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11491 | 2024.07.03 17:29:30.575555 [ 3 ] {dbd7ab9e-6767-4918-b856-820a2a242f96} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11492 | 2024.07.03 17:29:30.575876 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_76_15} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11493 | 2024.07.03 17:29:30.576261 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_76_15} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11494 | 2024.07.03 17:29:30.576290 [ 3 ] {dbd7ab9e-6767-4918-b856-820a2a242f96} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005074 sec., 31533.30705557745 rows/sec., 2.20 MiB/sec. | ||
11495 | 2024.07.03 17:29:30.576514 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
11496 | 2024.07.03 17:29:30.576805 [ 3 ] {dbd7ab9e-6767-4918-b856-820a2a242f96} <Debug> DynamicQueryHandler: Done processing query | ||
11497 | 2024.07.03 17:29:30.576871 [ 3 ] {dbd7ab9e-6767-4918-b856-820a2a242f96} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11498 | 2024.07.03 17:29:30.576922 [ 3 ] {} <Debug> HTTP-Session: 9a969796-5a98-4094-a9f4-d9e8a873dc44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11499 | 2024.07.03 17:29:30.577104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11500 | 2024.07.03 17:29:30.577159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11501 | 2024.07.03 17:29:30.577179 [ 3 ] {} <Debug> HTTP-Session: e2499553-129b-4b3d-852d-e2d058b6931f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11502 | 2024.07.03 17:29:30.577197 [ 3 ] {} <Debug> HTTP-Session: e2499553-129b-4b3d-852d-e2d058b6931f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11503 | 2024.07.03 17:29:30.577211 [ 3 ] {} <Debug> HTTP-Session: e2499553-129b-4b3d-852d-e2d058b6931f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11504 | 2024.07.03 17:29:30.577244 [ 3 ] {} <Trace> HTTP-Session: e2499553-129b-4b3d-852d-e2d058b6931f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11505 | 2024.07.03 17:29:30.577477 [ 3 ] {ce40f596-6bf9-4dff-b3dd-1059942ecdf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11506 | 2024.07.03 17:29:30.577549 [ 3 ] {ce40f596-6bf9-4dff-b3dd-1059942ecdf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11507 | 2024.07.03 17:29:30.578001 [ 3 ] {ce40f596-6bf9-4dff-b3dd-1059942ecdf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11508 | 2024.07.03 17:29:30.578567 [ 3 ] {ce40f596-6bf9-4dff-b3dd-1059942ecdf3} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11509 | 2024.07.03 17:29:30.578605 [ 3 ] {ce40f596-6bf9-4dff-b3dd-1059942ecdf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11510 | 2024.07.03 17:29:30.579218 [ 3 ] {ce40f596-6bf9-4dff-b3dd-1059942ecdf3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11511 | 2024.07.03 17:29:30.579654 [ 3 ] {ce40f596-6bf9-4dff-b3dd-1059942ecdf3} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11512 | 2024.07.03 17:29:30.579844 [ 3 ] {ce40f596-6bf9-4dff-b3dd-1059942ecdf3} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002505 sec., 5588.8223552894215 rows/sec., 10.01 MiB/sec. | ||
11513 | 2024.07.03 17:29:30.580317 [ 3 ] {ce40f596-6bf9-4dff-b3dd-1059942ecdf3} <Debug> DynamicQueryHandler: Done processing query | ||
11514 | 2024.07.03 17:29:30.580367 [ 3 ] {ce40f596-6bf9-4dff-b3dd-1059942ecdf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11515 | 2024.07.03 17:29:30.580427 [ 3 ] {} <Debug> HTTP-Session: e2499553-129b-4b3d-852d-e2d058b6931f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11516 | 2024.07.03 17:29:30.580602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11517 | 2024.07.03 17:29:30.580654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11518 | 2024.07.03 17:29:30.580673 [ 3 ] {} <Debug> HTTP-Session: 8185f9dd-7c46-4d02-a5fd-e3cc5412960c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11519 | 2024.07.03 17:29:30.580689 [ 3 ] {} <Debug> HTTP-Session: 8185f9dd-7c46-4d02-a5fd-e3cc5412960c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11520 | 2024.07.03 17:29:30.580703 [ 3 ] {} <Debug> HTTP-Session: 8185f9dd-7c46-4d02-a5fd-e3cc5412960c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11521 | 2024.07.03 17:29:30.580735 [ 3 ] {} <Trace> HTTP-Session: 8185f9dd-7c46-4d02-a5fd-e3cc5412960c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11522 | 2024.07.03 17:29:30.580865 [ 3 ] {f137e3bb-102c-4fe3-a2a6-3fb6a0ca2e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11523 | 2024.07.03 17:29:30.580912 [ 3 ] {f137e3bb-102c-4fe3-a2a6-3fb6a0ca2e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11524 | 2024.07.03 17:29:30.581055 [ 3 ] {f137e3bb-102c-4fe3-a2a6-3fb6a0ca2e6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11525 | 2024.07.03 17:29:30.581349 [ 3 ] {f137e3bb-102c-4fe3-a2a6-3fb6a0ca2e6f} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11526 | 2024.07.03 17:29:30.581386 [ 3 ] {f137e3bb-102c-4fe3-a2a6-3fb6a0ca2e6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11527 | 2024.07.03 17:29:30.581744 [ 3 ] {f137e3bb-102c-4fe3-a2a6-3fb6a0ca2e6f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11528 | 2024.07.03 17:29:30.582071 [ 3 ] {f137e3bb-102c-4fe3-a2a6-3fb6a0ca2e6f} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11529 | 2024.07.03 17:29:30.582225 [ 3 ] {f137e3bb-102c-4fe3-a2a6-3fb6a0ca2e6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
11530 | 2024.07.03 17:29:30.582485 [ 3 ] {f137e3bb-102c-4fe3-a2a6-3fb6a0ca2e6f} <Debug> DynamicQueryHandler: Done processing query | ||
11531 | 2024.07.03 17:29:30.582537 [ 3 ] {f137e3bb-102c-4fe3-a2a6-3fb6a0ca2e6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11532 | 2024.07.03 17:29:30.582590 [ 3 ] {} <Debug> HTTP-Session: 8185f9dd-7c46-4d02-a5fd-e3cc5412960c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11533 | 2024.07.03 17:29:33.471916 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11534 | 2024.07.03 17:29:33.471966 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11535 | 2024.07.03 17:29:35.559503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 4782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11536 | 2024.07.03 17:29:35.559685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11537 | 2024.07.03 17:29:35.559727 [ 3 ] {} <Debug> HTTP-Session: 4de1c417-37fc-4674-8cfd-5a5717957772 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11538 | 2024.07.03 17:29:35.559765 [ 3 ] {} <Debug> HTTP-Session: 4de1c417-37fc-4674-8cfd-5a5717957772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11539 | 2024.07.03 17:29:35.559791 [ 3 ] {} <Debug> HTTP-Session: 4de1c417-37fc-4674-8cfd-5a5717957772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11540 | 2024.07.03 17:29:35.559867 [ 3 ] {} <Trace> HTTP-Session: 4de1c417-37fc-4674-8cfd-5a5717957772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11541 | 2024.07.03 17:29:35.560109 [ 3 ] {6f07bd60-49e8-46ec-994a-a944c222a00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11542 | 2024.07.03 17:29:35.560179 [ 3 ] {6f07bd60-49e8-46ec-994a-a944c222a00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11543 | 2024.07.03 17:29:35.560383 [ 3 ] {6f07bd60-49e8-46ec-994a-a944c222a00d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11544 | 2024.07.03 17:29:35.560849 [ 3 ] {6f07bd60-49e8-46ec-994a-a944c222a00d} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11545 | 2024.07.03 17:29:35.560899 [ 3 ] {6f07bd60-49e8-46ec-994a-a944c222a00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11546 | 2024.07.03 17:29:35.561287 [ 3 ] {6f07bd60-49e8-46ec-994a-a944c222a00d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11547 | 2024.07.03 17:29:35.561639 [ 3 ] {6f07bd60-49e8-46ec-994a-a944c222a00d} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11548 | 2024.07.03 17:29:35.561816 [ 3 ] {6f07bd60-49e8-46ec-994a-a944c222a00d} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001765 sec., 18696.88385269122 rows/sec., 1.48 MiB/sec. | ||
11549 | 2024.07.03 17:29:35.561832 [ 123 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
11550 | 2024.07.03 17:29:35.561924 [ 123 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11551 | 2024.07.03 17:29:35.561969 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11552 | 2024.07.03 17:29:35.562112 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
11553 | 2024.07.03 17:29:35.562116 [ 3 ] {6f07bd60-49e8-46ec-994a-a944c222a00d} <Debug> DynamicQueryHandler: Done processing query | ||
11554 | 2024.07.03 17:29:35.562162 [ 3 ] {6f07bd60-49e8-46ec-994a-a944c222a00d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11555 | 2024.07.03 17:29:35.562184 [ 3 ] {} <Debug> HTTP-Session: 4de1c417-37fc-4674-8cfd-5a5717957772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11556 | 2024.07.03 17:29:35.562254 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11557 | 2024.07.03 17:29:35.562284 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 30 rows starting from the beginning of the part | ||
11558 | 2024.07.03 17:29:35.562353 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 25 rows starting from the beginning of the part | ||
11559 | 2024.07.03 17:29:35.562384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 22843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11560 | 2024.07.03 17:29:35.562460 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 14 rows starting from the beginning of the part | ||
11561 | 2024.07.03 17:29:35.562531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11562 | 2024.07.03 17:29:35.562660 [ 3 ] {} <Debug> HTTP-Session: db0cb2bc-651e-4d60-bfad-51c63e923659 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11563 | 2024.07.03 17:29:35.562760 [ 3 ] {} <Debug> HTTP-Session: db0cb2bc-651e-4d60-bfad-51c63e923659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11564 | 2024.07.03 17:29:35.562841 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 29 rows starting from the beginning of the part | ||
11565 | 2024.07.03 17:29:35.562874 [ 3 ] {} <Debug> HTTP-Session: db0cb2bc-651e-4d60-bfad-51c63e923659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11566 | 2024.07.03 17:29:35.563019 [ 3 ] {} <Trace> HTTP-Session: db0cb2bc-651e-4d60-bfad-51c63e923659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11567 | 2024.07.03 17:29:35.563120 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 14 rows starting from the beginning of the part | ||
11568 | 2024.07.03 17:29:35.563207 [ 194 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part | ||
11569 | 2024.07.03 17:29:35.563403 [ 3 ] {9edd6223-4fa4-48c8-acb9-78c8bc11ad8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11570 | 2024.07.03 17:29:35.563608 [ 3 ] {9edd6223-4fa4-48c8-acb9-78c8bc11ad8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11571 | 2024.07.03 17:29:35.563910 [ 3 ] {9edd6223-4fa4-48c8-acb9-78c8bc11ad8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11572 | 2024.07.03 17:29:35.564514 [ 3 ] {9edd6223-4fa4-48c8-acb9-78c8bc11ad8d} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11573 | 2024.07.03 17:29:35.564566 [ 3 ] {9edd6223-4fa4-48c8-acb9-78c8bc11ad8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11574 | 2024.07.03 17:29:35.564897 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.002838764 sec., 51078.56799649425 rows/sec., 4.04 MiB/sec. | ||
11575 | 2024.07.03 17:29:35.565118 [ 3 ] {9edd6223-4fa4-48c8-acb9-78c8bc11ad8d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11576 | 2024.07.03 17:29:35.565129 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
11577 | 2024.07.03 17:29:35.565803 [ 3 ] {9edd6223-4fa4-48c8-acb9-78c8bc11ad8d} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11578 | 2024.07.03 17:29:35.565888 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11579 | 2024.07.03 17:29:35.566111 [ 3 ] {9edd6223-4fa4-48c8-acb9-78c8bc11ad8d} <Debug> executeQuery: Read 155 rows, 13.42 KiB in 0.002906 sec., 53337.92154163799 rows/sec., 4.51 MiB/sec. | ||
11580 | 2024.07.03 17:29:35.566144 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_75_15} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
11581 | 2024.07.03 17:29:35.566379 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11582 | 2024.07.03 17:29:35.566455 [ 3 ] {9edd6223-4fa4-48c8-acb9-78c8bc11ad8d} <Debug> DynamicQueryHandler: Done processing query | ||
11583 | 2024.07.03 17:29:35.566487 [ 3 ] {9edd6223-4fa4-48c8-acb9-78c8bc11ad8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11584 | 2024.07.03 17:29:35.566503 [ 3 ] {} <Debug> HTTP-Session: db0cb2bc-651e-4d60-bfad-51c63e923659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11585 | 2024.07.03 17:29:35.566652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 16475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11586 | 2024.07.03 17:29:35.566720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11587 | 2024.07.03 17:29:35.566740 [ 3 ] {} <Debug> HTTP-Session: 38725073-9c99-4e68-9fa9-79098a91f272 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11588 | 2024.07.03 17:29:35.566757 [ 3 ] {} <Debug> HTTP-Session: 38725073-9c99-4e68-9fa9-79098a91f272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11589 | 2024.07.03 17:29:35.566770 [ 3 ] {} <Debug> HTTP-Session: 38725073-9c99-4e68-9fa9-79098a91f272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11590 | 2024.07.03 17:29:35.566804 [ 3 ] {} <Trace> HTTP-Session: 38725073-9c99-4e68-9fa9-79098a91f272 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11591 | 2024.07.03 17:29:35.566936 [ 3 ] {5b258fbd-590f-4229-8f20-5ff17a6b7a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11592 | 2024.07.03 17:29:35.566983 [ 3 ] {5b258fbd-590f-4229-8f20-5ff17a6b7a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11593 | 2024.07.03 17:29:35.567127 [ 3 ] {5b258fbd-590f-4229-8f20-5ff17a6b7a59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11594 | 2024.07.03 17:29:35.567496 [ 3 ] {5b258fbd-590f-4229-8f20-5ff17a6b7a59} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11595 | 2024.07.03 17:29:35.567534 [ 3 ] {5b258fbd-590f-4229-8f20-5ff17a6b7a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11596 | 2024.07.03 17:29:35.567865 [ 3 ] {5b258fbd-590f-4229-8f20-5ff17a6b7a59} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11597 | 2024.07.03 17:29:35.568181 [ 3 ] {5b258fbd-590f-4229-8f20-5ff17a6b7a59} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11598 | 2024.07.03 17:29:35.568329 [ 3 ] {5b258fbd-590f-4229-8f20-5ff17a6b7a59} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001442 sec., 67267.68377253815 rows/sec., 5.25 MiB/sec. | ||
11599 | 2024.07.03 17:29:35.568583 [ 3 ] {5b258fbd-590f-4229-8f20-5ff17a6b7a59} <Debug> DynamicQueryHandler: Done processing query | ||
11600 | 2024.07.03 17:29:35.568638 [ 3 ] {5b258fbd-590f-4229-8f20-5ff17a6b7a59} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11601 | 2024.07.03 17:29:35.568697 [ 3 ] {} <Debug> HTTP-Session: 38725073-9c99-4e68-9fa9-79098a91f272 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11602 | 2024.07.03 17:29:35.568952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11603 | 2024.07.03 17:29:35.569003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11604 | 2024.07.03 17:29:35.569023 [ 3 ] {} <Debug> HTTP-Session: f1b68b4b-b84e-4c09-af3a-2d04b03cbc0f Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11605 | 2024.07.03 17:29:35.569039 [ 3 ] {} <Debug> HTTP-Session: f1b68b4b-b84e-4c09-af3a-2d04b03cbc0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11606 | 2024.07.03 17:29:35.569054 [ 3 ] {} <Debug> HTTP-Session: f1b68b4b-b84e-4c09-af3a-2d04b03cbc0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11607 | 2024.07.03 17:29:35.569086 [ 3 ] {} <Trace> HTTP-Session: f1b68b4b-b84e-4c09-af3a-2d04b03cbc0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11608 | 2024.07.03 17:29:35.569242 [ 3 ] {9854253a-1fcc-40df-b062-c1df02e8a074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11609 | 2024.07.03 17:29:35.569292 [ 3 ] {9854253a-1fcc-40df-b062-c1df02e8a074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11610 | 2024.07.03 17:29:35.569457 [ 3 ] {9854253a-1fcc-40df-b062-c1df02e8a074} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11611 | 2024.07.03 17:29:35.569840 [ 3 ] {9854253a-1fcc-40df-b062-c1df02e8a074} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11612 | 2024.07.03 17:29:35.569876 [ 3 ] {9854253a-1fcc-40df-b062-c1df02e8a074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11613 | 2024.07.03 17:29:35.570274 [ 3 ] {9854253a-1fcc-40df-b062-c1df02e8a074} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11614 | 2024.07.03 17:29:35.570617 [ 3 ] {9854253a-1fcc-40df-b062-c1df02e8a074} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11615 | 2024.07.03 17:29:35.570773 [ 3 ] {9854253a-1fcc-40df-b062-c1df02e8a074} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
11616 | 2024.07.03 17:29:35.571046 [ 3 ] {9854253a-1fcc-40df-b062-c1df02e8a074} <Debug> DynamicQueryHandler: Done processing query | ||
11617 | 2024.07.03 17:29:35.571119 [ 3 ] {9854253a-1fcc-40df-b062-c1df02e8a074} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11618 | 2024.07.03 17:29:35.571181 [ 3 ] {} <Debug> HTTP-Session: f1b68b4b-b84e-4c09-af3a-2d04b03cbc0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11619 | 2024.07.03 17:29:35.571472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 53553, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11620 | 2024.07.03 17:29:35.571529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11621 | 2024.07.03 17:29:35.571549 [ 3 ] {} <Debug> HTTP-Session: 47edd354-8778-4608-a1c9-4834f6e27ac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11622 | 2024.07.03 17:29:35.571567 [ 3 ] {} <Debug> HTTP-Session: 47edd354-8778-4608-a1c9-4834f6e27ac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11623 | 2024.07.03 17:29:35.571580 [ 3 ] {} <Debug> HTTP-Session: 47edd354-8778-4608-a1c9-4834f6e27ac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11624 | 2024.07.03 17:29:35.571613 [ 3 ] {} <Trace> HTTP-Session: 47edd354-8778-4608-a1c9-4834f6e27ac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11625 | 2024.07.03 17:29:35.571978 [ 3 ] {20d0bb51-1949-4ce3-a15e-4c1e40721a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11626 | 2024.07.03 17:29:35.572050 [ 3 ] {20d0bb51-1949-4ce3-a15e-4c1e40721a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11627 | 2024.07.03 17:29:35.572474 [ 3 ] {20d0bb51-1949-4ce3-a15e-4c1e40721a73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11628 | 2024.07.03 17:29:35.573307 [ 3 ] {20d0bb51-1949-4ce3-a15e-4c1e40721a73} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11629 | 2024.07.03 17:29:35.573345 [ 3 ] {20d0bb51-1949-4ce3-a15e-4c1e40721a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11630 | 2024.07.03 17:29:35.573977 [ 3 ] {20d0bb51-1949-4ce3-a15e-4c1e40721a73} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11631 | 2024.07.03 17:29:35.574380 [ 3 ] {20d0bb51-1949-4ce3-a15e-4c1e40721a73} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11632 | 2024.07.03 17:29:35.574575 [ 3 ] {20d0bb51-1949-4ce3-a15e-4c1e40721a73} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002864 sec., 11522.346368715085 rows/sec., 20.65 MiB/sec. | ||
11633 | 2024.07.03 17:29:35.575049 [ 3 ] {20d0bb51-1949-4ce3-a15e-4c1e40721a73} <Debug> DynamicQueryHandler: Done processing query | ||
11634 | 2024.07.03 17:29:35.575097 [ 3 ] {20d0bb51-1949-4ce3-a15e-4c1e40721a73} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11635 | 2024.07.03 17:29:35.575123 [ 3 ] {} <Debug> HTTP-Session: 47edd354-8778-4608-a1c9-4834f6e27ac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11636 | 2024.07.03 17:29:35.575268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11637 | 2024.07.03 17:29:35.575321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11638 | 2024.07.03 17:29:35.575340 [ 3 ] {} <Debug> HTTP-Session: 4749ba7f-e713-4011-9d3f-7fb3f5b4cdfc Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11639 | 2024.07.03 17:29:35.575357 [ 3 ] {} <Debug> HTTP-Session: 4749ba7f-e713-4011-9d3f-7fb3f5b4cdfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11640 | 2024.07.03 17:29:35.575371 [ 3 ] {} <Debug> HTTP-Session: 4749ba7f-e713-4011-9d3f-7fb3f5b4cdfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11641 | 2024.07.03 17:29:35.575402 [ 3 ] {} <Trace> HTTP-Session: 4749ba7f-e713-4011-9d3f-7fb3f5b4cdfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11642 | 2024.07.03 17:29:35.575528 [ 3 ] {f4db4f57-067b-4fda-b9e5-e9fff21ef5df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11643 | 2024.07.03 17:29:35.575574 [ 3 ] {f4db4f57-067b-4fda-b9e5-e9fff21ef5df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11644 | 2024.07.03 17:29:35.575716 [ 3 ] {f4db4f57-067b-4fda-b9e5-e9fff21ef5df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11645 | 2024.07.03 17:29:35.576018 [ 3 ] {f4db4f57-067b-4fda-b9e5-e9fff21ef5df} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11646 | 2024.07.03 17:29:35.576055 [ 3 ] {f4db4f57-067b-4fda-b9e5-e9fff21ef5df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11647 | 2024.07.03 17:29:35.576417 [ 3 ] {f4db4f57-067b-4fda-b9e5-e9fff21ef5df} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11648 | 2024.07.03 17:29:35.576737 [ 3 ] {f4db4f57-067b-4fda-b9e5-e9fff21ef5df} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11649 | 2024.07.03 17:29:35.576890 [ 3 ] {f4db4f57-067b-4fda-b9e5-e9fff21ef5df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. | ||
11650 | 2024.07.03 17:29:35.577062 [ 3 ] {f4db4f57-067b-4fda-b9e5-e9fff21ef5df} <Debug> DynamicQueryHandler: Done processing query | ||
11651 | 2024.07.03 17:29:35.577087 [ 3 ] {f4db4f57-067b-4fda-b9e5-e9fff21ef5df} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11652 | 2024.07.03 17:29:35.577103 [ 3 ] {} <Debug> HTTP-Session: 4749ba7f-e713-4011-9d3f-7fb3f5b4cdfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11653 | 2024.07.03 17:29:38.072116 [ 121 ] {} <Debug> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
11654 | 2024.07.03 17:29:38.072185 [ 121 ] {} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11655 | 2024.07.03 17:29:38.072212 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11656 | 2024.07.03 17:29:38.072420 [ 190 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
11657 | 2024.07.03 17:29:38.072662 [ 190 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11658 | 2024.07.03 17:29:38.072699 [ 190 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
11659 | 2024.07.03 17:29:38.072776 [ 190 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
11660 | 2024.07.03 17:29:38.072876 [ 190 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
11661 | 2024.07.03 17:29:38.073162 [ 190 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
11662 | 2024.07.03 17:29:38.073325 [ 190 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
11663 | 2024.07.03 17:29:38.074350 [ 186 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002058754 sec., 13600.459306940023 rows/sec., 1.08 MiB/sec. | ||
11664 | 2024.07.03 17:29:38.074474 [ 190 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
11665 | 2024.07.03 17:29:38.074830 [ 190 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_21_5} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11666 | 2024.07.03 17:29:38.074913 [ 190 ] {d9930d3c-d299-46cc-90fc-898f295b2055::all_1_21_5} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
11667 | 2024.07.03 17:29:38.074997 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
11668 | 2024.07.03 17:29:38.085527 [ 121 ] {} <Debug> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
11669 | 2024.07.03 17:29:38.085574 [ 121 ] {} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11670 | 2024.07.03 17:29:38.085596 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11671 | 2024.07.03 17:29:38.085809 [ 200 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
11672 | 2024.07.03 17:29:38.086020 [ 200 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11673 | 2024.07.03 17:29:38.086057 [ 200 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
11674 | 2024.07.03 17:29:38.086169 [ 200 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
11675 | 2024.07.03 17:29:38.086333 [ 200 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
11676 | 2024.07.03 17:29:38.086473 [ 200 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
11677 | 2024.07.03 17:29:38.086642 [ 200 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
11678 | 2024.07.03 17:29:38.087711 [ 198 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002041323 sec., 13716.59458106336 rows/sec., 957.75 KiB/sec. | ||
11679 | 2024.07.03 17:29:38.087893 [ 199 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
11680 | 2024.07.03 17:29:38.088401 [ 199 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_21_5} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11681 | 2024.07.03 17:29:38.088507 [ 199 ] {2ea4827a-162d-4e27-8c99-8263fa515866::all_1_21_5} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
11682 | 2024.07.03 17:29:38.088621 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
11683 | 2024.07.03 17:29:40.557452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11684 | 2024.07.03 17:29:40.557594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11685 | 2024.07.03 17:29:40.557624 [ 3 ] {} <Debug> HTTP-Session: 6f2e404e-cfbb-426c-9566-ebac2185957c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11686 | 2024.07.03 17:29:40.557678 [ 3 ] {} <Debug> HTTP-Session: 6f2e404e-cfbb-426c-9566-ebac2185957c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11687 | 2024.07.03 17:29:40.557696 [ 3 ] {} <Debug> HTTP-Session: 6f2e404e-cfbb-426c-9566-ebac2185957c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11688 | 2024.07.03 17:29:40.557755 [ 3 ] {} <Trace> HTTP-Session: 6f2e404e-cfbb-426c-9566-ebac2185957c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11689 | 2024.07.03 17:29:40.557963 [ 3 ] {1867d933-7b69-44c1-8b11-98c4a93dcaec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11690 | 2024.07.03 17:29:40.558040 [ 3 ] {1867d933-7b69-44c1-8b11-98c4a93dcaec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11691 | 2024.07.03 17:29:40.558234 [ 3 ] {1867d933-7b69-44c1-8b11-98c4a93dcaec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11692 | 2024.07.03 17:29:40.558764 [ 3 ] {1867d933-7b69-44c1-8b11-98c4a93dcaec} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11693 | 2024.07.03 17:29:40.558810 [ 3 ] {1867d933-7b69-44c1-8b11-98c4a93dcaec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11694 | 2024.07.03 17:29:40.559194 [ 3 ] {1867d933-7b69-44c1-8b11-98c4a93dcaec} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11695 | 2024.07.03 17:29:40.559523 [ 3 ] {1867d933-7b69-44c1-8b11-98c4a93dcaec} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11696 | 2024.07.03 17:29:40.559703 [ 3 ] {1867d933-7b69-44c1-8b11-98c4a93dcaec} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001803 sec., 8319.46755407654 rows/sec., 674.33 KiB/sec. | ||
11697 | 2024.07.03 17:29:40.559926 [ 3 ] {1867d933-7b69-44c1-8b11-98c4a93dcaec} <Debug> DynamicQueryHandler: Done processing query | ||
11698 | 2024.07.03 17:29:40.559953 [ 3 ] {1867d933-7b69-44c1-8b11-98c4a93dcaec} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11699 | 2024.07.03 17:29:40.559969 [ 3 ] {} <Debug> HTTP-Session: 6f2e404e-cfbb-426c-9566-ebac2185957c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11700 | 2024.07.03 17:29:40.560147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11701 | 2024.07.03 17:29:40.560201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11702 | 2024.07.03 17:29:40.560221 [ 3 ] {} <Debug> HTTP-Session: 184c3661-bedf-4ef7-b4ad-e2a8a59bb60d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11703 | 2024.07.03 17:29:40.560238 [ 3 ] {} <Debug> HTTP-Session: 184c3661-bedf-4ef7-b4ad-e2a8a59bb60d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11704 | 2024.07.03 17:29:40.560252 [ 3 ] {} <Debug> HTTP-Session: 184c3661-bedf-4ef7-b4ad-e2a8a59bb60d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11705 | 2024.07.03 17:29:40.560287 [ 3 ] {} <Trace> HTTP-Session: 184c3661-bedf-4ef7-b4ad-e2a8a59bb60d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11706 | 2024.07.03 17:29:40.560419 [ 3 ] {830db8ca-416f-45cc-bd3c-a3cb37aa5952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11707 | 2024.07.03 17:29:40.560467 [ 3 ] {830db8ca-416f-45cc-bd3c-a3cb37aa5952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11708 | 2024.07.03 17:29:40.560596 [ 3 ] {830db8ca-416f-45cc-bd3c-a3cb37aa5952} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11709 | 2024.07.03 17:29:40.561002 [ 3 ] {830db8ca-416f-45cc-bd3c-a3cb37aa5952} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11710 | 2024.07.03 17:29:40.561041 [ 3 ] {830db8ca-416f-45cc-bd3c-a3cb37aa5952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11711 | 2024.07.03 17:29:40.561355 [ 3 ] {830db8ca-416f-45cc-bd3c-a3cb37aa5952} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11712 | 2024.07.03 17:29:40.561657 [ 3 ] {830db8ca-416f-45cc-bd3c-a3cb37aa5952} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11713 | 2024.07.03 17:29:40.561816 [ 3 ] {830db8ca-416f-45cc-bd3c-a3cb37aa5952} <Debug> executeQuery: Read 101 rows, 8.42 KiB in 0.001446 sec., 69847.8561549101 rows/sec., 5.68 MiB/sec. | ||
11714 | 2024.07.03 17:29:40.562075 [ 3 ] {830db8ca-416f-45cc-bd3c-a3cb37aa5952} <Debug> DynamicQueryHandler: Done processing query | ||
11715 | 2024.07.03 17:29:40.562135 [ 3 ] {830db8ca-416f-45cc-bd3c-a3cb37aa5952} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11716 | 2024.07.03 17:29:40.562194 [ 3 ] {} <Debug> HTTP-Session: 184c3661-bedf-4ef7-b4ad-e2a8a59bb60d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11717 | 2024.07.03 17:29:40.562391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11718 | 2024.07.03 17:29:40.562444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11719 | 2024.07.03 17:29:40.562464 [ 3 ] {} <Debug> HTTP-Session: 16e5fb71-7c03-4acf-845e-5fde6291c644 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11720 | 2024.07.03 17:29:40.562481 [ 3 ] {} <Debug> HTTP-Session: 16e5fb71-7c03-4acf-845e-5fde6291c644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11721 | 2024.07.03 17:29:40.562495 [ 3 ] {} <Debug> HTTP-Session: 16e5fb71-7c03-4acf-845e-5fde6291c644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11722 | 2024.07.03 17:29:40.562528 [ 3 ] {} <Trace> HTTP-Session: 16e5fb71-7c03-4acf-845e-5fde6291c644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11723 | 2024.07.03 17:29:40.562653 [ 3 ] {bb711989-743a-428f-89a1-2cd030177c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11724 | 2024.07.03 17:29:40.562698 [ 3 ] {bb711989-743a-428f-89a1-2cd030177c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11725 | 2024.07.03 17:29:40.562843 [ 3 ] {bb711989-743a-428f-89a1-2cd030177c0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11726 | 2024.07.03 17:29:40.563184 [ 3 ] {bb711989-743a-428f-89a1-2cd030177c0f} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11727 | 2024.07.03 17:29:40.563221 [ 3 ] {bb711989-743a-428f-89a1-2cd030177c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11728 | 2024.07.03 17:29:40.563530 [ 3 ] {bb711989-743a-428f-89a1-2cd030177c0f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11729 | 2024.07.03 17:29:40.563830 [ 3 ] {bb711989-743a-428f-89a1-2cd030177c0f} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11730 | 2024.07.03 17:29:40.563981 [ 3 ] {bb711989-743a-428f-89a1-2cd030177c0f} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001368 sec., 57748.538011695906 rows/sec., 4.51 MiB/sec. | ||
11731 | 2024.07.03 17:29:40.564152 [ 3 ] {bb711989-743a-428f-89a1-2cd030177c0f} <Debug> DynamicQueryHandler: Done processing query | ||
11732 | 2024.07.03 17:29:40.564176 [ 3 ] {bb711989-743a-428f-89a1-2cd030177c0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11733 | 2024.07.03 17:29:40.564193 [ 3 ] {} <Debug> HTTP-Session: 16e5fb71-7c03-4acf-845e-5fde6291c644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11734 | 2024.07.03 17:29:40.564372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11735 | 2024.07.03 17:29:40.564422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11736 | 2024.07.03 17:29:40.564441 [ 3 ] {} <Debug> HTTP-Session: b91eaba9-d9f3-4b6b-9a96-ea9c53f6bfe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11737 | 2024.07.03 17:29:40.564457 [ 3 ] {} <Debug> HTTP-Session: b91eaba9-d9f3-4b6b-9a96-ea9c53f6bfe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11738 | 2024.07.03 17:29:40.564471 [ 3 ] {} <Debug> HTTP-Session: b91eaba9-d9f3-4b6b-9a96-ea9c53f6bfe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11739 | 2024.07.03 17:29:40.564503 [ 3 ] {} <Trace> HTTP-Session: b91eaba9-d9f3-4b6b-9a96-ea9c53f6bfe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11740 | 2024.07.03 17:29:40.564646 [ 3 ] {d7b1070c-4b3a-49bc-bc8d-2a769af01af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11741 | 2024.07.03 17:29:40.564693 [ 3 ] {d7b1070c-4b3a-49bc-bc8d-2a769af01af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11742 | 2024.07.03 17:29:40.564838 [ 3 ] {d7b1070c-4b3a-49bc-bc8d-2a769af01af7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11743 | 2024.07.03 17:29:40.565225 [ 3 ] {d7b1070c-4b3a-49bc-bc8d-2a769af01af7} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11744 | 2024.07.03 17:29:40.565261 [ 3 ] {d7b1070c-4b3a-49bc-bc8d-2a769af01af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11745 | 2024.07.03 17:29:40.565658 [ 3 ] {d7b1070c-4b3a-49bc-bc8d-2a769af01af7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11746 | 2024.07.03 17:29:40.565987 [ 3 ] {d7b1070c-4b3a-49bc-bc8d-2a769af01af7} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11747 | 2024.07.03 17:29:40.566150 [ 3 ] {d7b1070c-4b3a-49bc-bc8d-2a769af01af7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
11748 | 2024.07.03 17:29:40.566332 [ 3 ] {d7b1070c-4b3a-49bc-bc8d-2a769af01af7} <Debug> DynamicQueryHandler: Done processing query | ||
11749 | 2024.07.03 17:29:40.566356 [ 3 ] {d7b1070c-4b3a-49bc-bc8d-2a769af01af7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11750 | 2024.07.03 17:29:40.566372 [ 3 ] {} <Debug> HTTP-Session: b91eaba9-d9f3-4b6b-9a96-ea9c53f6bfe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11751 | 2024.07.03 17:29:40.566580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 23866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11752 | 2024.07.03 17:29:40.566629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11753 | 2024.07.03 17:29:40.566648 [ 3 ] {} <Debug> HTTP-Session: 7c4d36ab-7f1d-458f-aeb6-94a2a78e95b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11754 | 2024.07.03 17:29:40.566665 [ 3 ] {} <Debug> HTTP-Session: 7c4d36ab-7f1d-458f-aeb6-94a2a78e95b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11755 | 2024.07.03 17:29:40.566679 [ 3 ] {} <Debug> HTTP-Session: 7c4d36ab-7f1d-458f-aeb6-94a2a78e95b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11756 | 2024.07.03 17:29:40.566710 [ 3 ] {} <Trace> HTTP-Session: 7c4d36ab-7f1d-458f-aeb6-94a2a78e95b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11757 | 2024.07.03 17:29:40.566912 [ 3 ] {23807cf8-3f7a-4e30-9896-be940097a60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11758 | 2024.07.03 17:29:40.566976 [ 3 ] {23807cf8-3f7a-4e30-9896-be940097a60d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11759 | 2024.07.03 17:29:40.567391 [ 3 ] {23807cf8-3f7a-4e30-9896-be940097a60d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11760 | 2024.07.03 17:29:40.568074 [ 3 ] {23807cf8-3f7a-4e30-9896-be940097a60d} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11761 | 2024.07.03 17:29:40.568110 [ 3 ] {23807cf8-3f7a-4e30-9896-be940097a60d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11762 | 2024.07.03 17:29:40.568691 [ 3 ] {23807cf8-3f7a-4e30-9896-be940097a60d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11763 | 2024.07.03 17:29:40.569086 [ 3 ] {23807cf8-3f7a-4e30-9896-be940097a60d} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11764 | 2024.07.03 17:29:40.569269 [ 120 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11765 | 2024.07.03 17:29:40.569279 [ 3 ] {23807cf8-3f7a-4e30-9896-be940097a60d} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002484 sec., 6038.647342995168 rows/sec., 10.82 MiB/sec. | ||
11766 | 2024.07.03 17:29:40.569355 [ 120 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11767 | 2024.07.03 17:29:40.569440 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11768 | 2024.07.03 17:29:40.569694 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::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 | ||
11769 | 2024.07.03 17:29:40.569778 [ 3 ] {23807cf8-3f7a-4e30-9896-be940097a60d} <Debug> DynamicQueryHandler: Done processing query | ||
11770 | 2024.07.03 17:29:40.569806 [ 3 ] {23807cf8-3f7a-4e30-9896-be940097a60d} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11771 | 2024.07.03 17:29:40.569830 [ 3 ] {} <Debug> HTTP-Session: 7c4d36ab-7f1d-458f-aeb6-94a2a78e95b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11772 | 2024.07.03 17:29:40.569968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11773 | 2024.07.03 17:29:40.570041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11774 | 2024.07.03 17:29:40.570072 [ 3 ] {} <Debug> HTTP-Session: d107769e-7a4c-47f0-a39d-93657cb51b28 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11775 | 2024.07.03 17:29:40.570102 [ 3 ] {} <Debug> HTTP-Session: d107769e-7a4c-47f0-a39d-93657cb51b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11776 | 2024.07.03 17:29:40.570121 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11777 | 2024.07.03 17:29:40.570127 [ 3 ] {} <Debug> HTTP-Session: d107769e-7a4c-47f0-a39d-93657cb51b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11778 | 2024.07.03 17:29:40.570187 [ 3 ] {} <Trace> HTTP-Session: d107769e-7a4c-47f0-a39d-93657cb51b28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11779 | 2024.07.03 17:29:40.570201 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1069 rows starting from the beginning of the part | ||
11780 | 2024.07.03 17:29:40.570377 [ 3 ] {6b8090a7-c560-4562-9db1-46af8f224614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11781 | 2024.07.03 17:29:40.570487 [ 3 ] {6b8090a7-c560-4562-9db1-46af8f224614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11782 | 2024.07.03 17:29:40.570566 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 14 rows starting from the beginning of the part | ||
11783 | 2024.07.03 17:29:40.571017 [ 3 ] {6b8090a7-c560-4562-9db1-46af8f224614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11784 | 2024.07.03 17:29:40.571045 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 29 rows starting from the beginning of the part | ||
11785 | 2024.07.03 17:29:40.571454 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 14 rows starting from the beginning of the part | ||
11786 | 2024.07.03 17:29:40.571803 [ 3 ] {6b8090a7-c560-4562-9db1-46af8f224614} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11787 | 2024.07.03 17:29:40.571840 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part | ||
11788 | 2024.07.03 17:29:40.571852 [ 3 ] {6b8090a7-c560-4562-9db1-46af8f224614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11789 | 2024.07.03 17:29:40.572171 [ 186 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 15 rows starting from the beginning of the part | ||
11790 | 2024.07.03 17:29:40.572850 [ 3 ] {6b8090a7-c560-4562-9db1-46af8f224614} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11791 | 2024.07.03 17:29:40.573363 [ 3 ] {6b8090a7-c560-4562-9db1-46af8f224614} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11792 | 2024.07.03 17:29:40.573563 [ 3 ] {6b8090a7-c560-4562-9db1-46af8f224614} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003279 sec., 18298.261665141814 rows/sec., 1.23 MiB/sec. | ||
11793 | 2024.07.03 17:29:40.573735 [ 3 ] {6b8090a7-c560-4562-9db1-46af8f224614} <Debug> DynamicQueryHandler: Done processing query | ||
11794 | 2024.07.03 17:29:40.573759 [ 3 ] {6b8090a7-c560-4562-9db1-46af8f224614} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11795 | 2024.07.03 17:29:40.573775 [ 3 ] {} <Debug> HTTP-Session: d107769e-7a4c-47f0-a39d-93657cb51b28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11796 | 2024.07.03 17:29:40.577586 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1174 rows, containing 19 columns (19 merged, 0 gathered) in 0.0080024 sec., 146705.98820353893 rows/sec., 262.89 MiB/sec. | ||
11797 | 2024.07.03 17:29:40.579056 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11798 | 2024.07.03 17:29:40.579712 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11799 | 2024.07.03 17:29:40.579808 [ 199 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11800 | 2024.07.03 17:29:40.579970 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB. | ||
11801 | 2024.07.03 17:29:45.559552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 5642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11802 | 2024.07.03 17:29:45.559697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11803 | 2024.07.03 17:29:45.559727 [ 3 ] {} <Debug> HTTP-Session: fd0c6a2f-d8f6-43bb-9612-62190b5bac77 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11804 | 2024.07.03 17:29:45.559756 [ 3 ] {} <Debug> HTTP-Session: fd0c6a2f-d8f6-43bb-9612-62190b5bac77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11805 | 2024.07.03 17:29:45.559774 [ 3 ] {} <Debug> HTTP-Session: fd0c6a2f-d8f6-43bb-9612-62190b5bac77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11806 | 2024.07.03 17:29:45.559830 [ 3 ] {} <Trace> HTTP-Session: fd0c6a2f-d8f6-43bb-9612-62190b5bac77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11807 | 2024.07.03 17:29:45.560054 [ 3 ] {252323c6-2949-4b2a-ad1c-fc7035959d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11808 | 2024.07.03 17:29:45.560132 [ 3 ] {252323c6-2949-4b2a-ad1c-fc7035959d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11809 | 2024.07.03 17:29:45.560331 [ 3 ] {252323c6-2949-4b2a-ad1c-fc7035959d56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11810 | 2024.07.03 17:29:45.560837 [ 3 ] {252323c6-2949-4b2a-ad1c-fc7035959d56} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11811 | 2024.07.03 17:29:45.560886 [ 3 ] {252323c6-2949-4b2a-ad1c-fc7035959d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11812 | 2024.07.03 17:29:45.561262 [ 3 ] {252323c6-2949-4b2a-ad1c-fc7035959d56} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11813 | 2024.07.03 17:29:45.561603 [ 3 ] {252323c6-2949-4b2a-ad1c-fc7035959d56} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11814 | 2024.07.03 17:29:45.561769 [ 3 ] {252323c6-2949-4b2a-ad1c-fc7035959d56} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001789 sec., 21799.88820570151 rows/sec., 1.73 MiB/sec. | ||
11815 | 2024.07.03 17:29:45.562010 [ 3 ] {252323c6-2949-4b2a-ad1c-fc7035959d56} <Debug> DynamicQueryHandler: Done processing query | ||
11816 | 2024.07.03 17:29:45.562038 [ 3 ] {252323c6-2949-4b2a-ad1c-fc7035959d56} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11817 | 2024.07.03 17:29:45.562055 [ 3 ] {} <Debug> HTTP-Session: fd0c6a2f-d8f6-43bb-9612-62190b5bac77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11818 | 2024.07.03 17:29:45.562198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11819 | 2024.07.03 17:29:45.562256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11820 | 2024.07.03 17:29:45.562277 [ 3 ] {} <Debug> HTTP-Session: 1be5b676-f8de-4aa1-ac19-99f0940322d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11821 | 2024.07.03 17:29:45.562295 [ 3 ] {} <Debug> HTTP-Session: 1be5b676-f8de-4aa1-ac19-99f0940322d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11822 | 2024.07.03 17:29:45.562309 [ 3 ] {} <Debug> HTTP-Session: 1be5b676-f8de-4aa1-ac19-99f0940322d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11823 | 2024.07.03 17:29:45.562345 [ 3 ] {} <Trace> HTTP-Session: 1be5b676-f8de-4aa1-ac19-99f0940322d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11824 | 2024.07.03 17:29:45.562452 [ 3 ] {ccb79487-952b-4067-8e28-7102c0f37541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11825 | 2024.07.03 17:29:45.562499 [ 3 ] {ccb79487-952b-4067-8e28-7102c0f37541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11826 | 2024.07.03 17:29:45.562638 [ 3 ] {ccb79487-952b-4067-8e28-7102c0f37541} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11827 | 2024.07.03 17:29:45.562954 [ 3 ] {ccb79487-952b-4067-8e28-7102c0f37541} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11828 | 2024.07.03 17:29:45.562992 [ 3 ] {ccb79487-952b-4067-8e28-7102c0f37541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11829 | 2024.07.03 17:29:45.563302 [ 3 ] {ccb79487-952b-4067-8e28-7102c0f37541} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
11830 | 2024.07.03 17:29:45.563621 [ 3 ] {ccb79487-952b-4067-8e28-7102c0f37541} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11831 | 2024.07.03 17:29:45.563777 [ 3 ] {ccb79487-952b-4067-8e28-7102c0f37541} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 362.14 KiB/sec. | ||
11832 | 2024.07.03 17:29:45.563949 [ 3 ] {ccb79487-952b-4067-8e28-7102c0f37541} <Debug> DynamicQueryHandler: Done processing query | ||
11833 | 2024.07.03 17:29:45.563975 [ 3 ] {ccb79487-952b-4067-8e28-7102c0f37541} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11834 | 2024.07.03 17:29:45.563992 [ 3 ] {} <Debug> HTTP-Session: 1be5b676-f8de-4aa1-ac19-99f0940322d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11835 | 2024.07.03 17:29:45.564150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 25964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11836 | 2024.07.03 17:29:45.564201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11837 | 2024.07.03 17:29:45.564220 [ 3 ] {} <Debug> HTTP-Session: e4af2162-b1af-4250-b083-69b5196471b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11838 | 2024.07.03 17:29:45.564236 [ 3 ] {} <Debug> HTTP-Session: e4af2162-b1af-4250-b083-69b5196471b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11839 | 2024.07.03 17:29:45.564251 [ 3 ] {} <Debug> HTTP-Session: e4af2162-b1af-4250-b083-69b5196471b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11840 | 2024.07.03 17:29:45.564284 [ 3 ] {} <Trace> HTTP-Session: e4af2162-b1af-4250-b083-69b5196471b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11841 | 2024.07.03 17:29:45.564428 [ 3 ] {b4887b75-58b2-4d0b-9a06-acf22e204620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11842 | 2024.07.03 17:29:45.564472 [ 3 ] {b4887b75-58b2-4d0b-9a06-acf22e204620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11843 | 2024.07.03 17:29:45.564602 [ 3 ] {b4887b75-58b2-4d0b-9a06-acf22e204620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11844 | 2024.07.03 17:29:45.565027 [ 3 ] {b4887b75-58b2-4d0b-9a06-acf22e204620} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11845 | 2024.07.03 17:29:45.565065 [ 3 ] {b4887b75-58b2-4d0b-9a06-acf22e204620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11846 | 2024.07.03 17:29:45.565392 [ 3 ] {b4887b75-58b2-4d0b-9a06-acf22e204620} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11847 | 2024.07.03 17:29:45.565708 [ 3 ] {b4887b75-58b2-4d0b-9a06-acf22e204620} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11848 | 2024.07.03 17:29:45.565853 [ 3 ] {b4887b75-58b2-4d0b-9a06-acf22e204620} <Debug> executeQuery: Read 176 rows, 15.27 KiB in 0.001487 sec., 118359.1123066577 rows/sec., 10.03 MiB/sec. | ||
11849 | 2024.07.03 17:29:45.566033 [ 3 ] {b4887b75-58b2-4d0b-9a06-acf22e204620} <Debug> DynamicQueryHandler: Done processing query | ||
11850 | 2024.07.03 17:29:45.566056 [ 3 ] {b4887b75-58b2-4d0b-9a06-acf22e204620} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11851 | 2024.07.03 17:29:45.566072 [ 3 ] {} <Debug> HTTP-Session: e4af2162-b1af-4250-b083-69b5196471b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11852 | 2024.07.03 17:29:45.566190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11853 | 2024.07.03 17:29:45.566241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11854 | 2024.07.03 17:29:45.566261 [ 3 ] {} <Debug> HTTP-Session: b739b16e-df29-4a60-ba71-1b1a7db7afd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11855 | 2024.07.03 17:29:45.566278 [ 3 ] {} <Debug> HTTP-Session: b739b16e-df29-4a60-ba71-1b1a7db7afd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11856 | 2024.07.03 17:29:45.566292 [ 3 ] {} <Debug> HTTP-Session: b739b16e-df29-4a60-ba71-1b1a7db7afd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11857 | 2024.07.03 17:29:45.566323 [ 3 ] {} <Trace> HTTP-Session: b739b16e-df29-4a60-ba71-1b1a7db7afd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11858 | 2024.07.03 17:29:45.566420 [ 3 ] {be53e9a4-1952-442c-bf87-1c55e8276a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11859 | 2024.07.03 17:29:45.566463 [ 3 ] {be53e9a4-1952-442c-bf87-1c55e8276a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11860 | 2024.07.03 17:29:45.566590 [ 3 ] {be53e9a4-1952-442c-bf87-1c55e8276a10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11861 | 2024.07.03 17:29:45.566869 [ 3 ] {be53e9a4-1952-442c-bf87-1c55e8276a10} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11862 | 2024.07.03 17:29:45.566905 [ 3 ] {be53e9a4-1952-442c-bf87-1c55e8276a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11863 | 2024.07.03 17:29:45.567203 [ 3 ] {be53e9a4-1952-442c-bf87-1c55e8276a10} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
11864 | 2024.07.03 17:29:45.567508 [ 3 ] {be53e9a4-1952-442c-bf87-1c55e8276a10} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11865 | 2024.07.03 17:29:45.567663 [ 3 ] {be53e9a4-1952-442c-bf87-1c55e8276a10} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001266 sec., 4739.336492890995 rows/sec., 330.92 KiB/sec. | ||
11866 | 2024.07.03 17:29:45.567831 [ 3 ] {be53e9a4-1952-442c-bf87-1c55e8276a10} <Debug> DynamicQueryHandler: Done processing query | ||
11867 | 2024.07.03 17:29:45.567854 [ 3 ] {be53e9a4-1952-442c-bf87-1c55e8276a10} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11868 | 2024.07.03 17:29:45.567870 [ 3 ] {} <Debug> HTTP-Session: b739b16e-df29-4a60-ba71-1b1a7db7afd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11869 | 2024.07.03 17:29:45.568006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 20045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11870 | 2024.07.03 17:29:45.568056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11871 | 2024.07.03 17:29:45.568075 [ 3 ] {} <Debug> HTTP-Session: eb56520b-f89a-4a7e-9a85-1fbf0e5e21ca Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11872 | 2024.07.03 17:29:45.568091 [ 3 ] {} <Debug> HTTP-Session: eb56520b-f89a-4a7e-9a85-1fbf0e5e21ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11873 | 2024.07.03 17:29:45.568105 [ 3 ] {} <Debug> HTTP-Session: eb56520b-f89a-4a7e-9a85-1fbf0e5e21ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11874 | 2024.07.03 17:29:45.568136 [ 3 ] {} <Trace> HTTP-Session: eb56520b-f89a-4a7e-9a85-1fbf0e5e21ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11875 | 2024.07.03 17:29:45.568274 [ 3 ] {17db6b1f-af28-4a01-8210-08ae850aa681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11876 | 2024.07.03 17:29:45.568317 [ 3 ] {17db6b1f-af28-4a01-8210-08ae850aa681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11877 | 2024.07.03 17:29:45.568447 [ 3 ] {17db6b1f-af28-4a01-8210-08ae850aa681} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11878 | 2024.07.03 17:29:45.568812 [ 3 ] {17db6b1f-af28-4a01-8210-08ae850aa681} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11879 | 2024.07.03 17:29:45.568849 [ 3 ] {17db6b1f-af28-4a01-8210-08ae850aa681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11880 | 2024.07.03 17:29:45.569164 [ 3 ] {17db6b1f-af28-4a01-8210-08ae850aa681} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11881 | 2024.07.03 17:29:45.569468 [ 3 ] {17db6b1f-af28-4a01-8210-08ae850aa681} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11882 | 2024.07.03 17:29:45.569615 [ 3 ] {17db6b1f-af28-4a01-8210-08ae850aa681} <Debug> executeQuery: Read 118 rows, 9.45 KiB in 0.001399 sec., 84345.9614010007 rows/sec., 6.60 MiB/sec. | ||
11883 | 2024.07.03 17:29:45.569786 [ 3 ] {17db6b1f-af28-4a01-8210-08ae850aa681} <Debug> DynamicQueryHandler: Done processing query | ||
11884 | 2024.07.03 17:29:45.569810 [ 3 ] {17db6b1f-af28-4a01-8210-08ae850aa681} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11885 | 2024.07.03 17:29:45.569826 [ 3 ] {} <Debug> HTTP-Session: eb56520b-f89a-4a7e-9a85-1fbf0e5e21ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11886 | 2024.07.03 17:29:45.569981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 31210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11887 | 2024.07.03 17:29:45.570032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11888 | 2024.07.03 17:29:45.570052 [ 3 ] {} <Debug> HTTP-Session: dffff817-1f9a-458e-8940-399cbb1918cd Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11889 | 2024.07.03 17:29:45.570068 [ 3 ] {} <Debug> HTTP-Session: dffff817-1f9a-458e-8940-399cbb1918cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11890 | 2024.07.03 17:29:45.570082 [ 3 ] {} <Debug> HTTP-Session: dffff817-1f9a-458e-8940-399cbb1918cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11891 | 2024.07.03 17:29:45.570113 [ 3 ] {} <Trace> HTTP-Session: dffff817-1f9a-458e-8940-399cbb1918cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11892 | 2024.07.03 17:29:45.570261 [ 3 ] {faf72641-d94e-45b1-954e-85da24a69fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11893 | 2024.07.03 17:29:45.570308 [ 3 ] {faf72641-d94e-45b1-954e-85da24a69fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11894 | 2024.07.03 17:29:45.570456 [ 3 ] {faf72641-d94e-45b1-954e-85da24a69fa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11895 | 2024.07.03 17:29:45.570926 [ 3 ] {faf72641-d94e-45b1-954e-85da24a69fa1} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11896 | 2024.07.03 17:29:45.570962 [ 3 ] {faf72641-d94e-45b1-954e-85da24a69fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11897 | 2024.07.03 17:29:45.571356 [ 3 ] {faf72641-d94e-45b1-954e-85da24a69fa1} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11898 | 2024.07.03 17:29:45.571703 [ 3 ] {faf72641-d94e-45b1-954e-85da24a69fa1} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11899 | 2024.07.03 17:29:45.571859 [ 3 ] {faf72641-d94e-45b1-954e-85da24a69fa1} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001655 sec., 98489.42598187311 rows/sec., 6.86 MiB/sec. | ||
11900 | 2024.07.03 17:29:45.571866 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11901 | 2024.07.03 17:29:45.571963 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11902 | 2024.07.03 17:29:45.572013 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11903 | 2024.07.03 17:29:45.572117 [ 3 ] {faf72641-d94e-45b1-954e-85da24a69fa1} <Debug> DynamicQueryHandler: Done processing query | ||
11904 | 2024.07.03 17:29:45.572148 [ 3 ] {faf72641-d94e-45b1-954e-85da24a69fa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11905 | 2024.07.03 17:29:45.572148 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::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 | ||
11906 | 2024.07.03 17:29:45.572167 [ 3 ] {} <Debug> HTTP-Session: dffff817-1f9a-458e-8940-399cbb1918cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11907 | 2024.07.03 17:29:45.572295 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11908 | 2024.07.03 17:29:45.572327 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 9416 rows starting from the beginning of the part | ||
11909 | 2024.07.03 17:29:45.572400 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 161 rows starting from the beginning of the part | ||
11910 | 2024.07.03 17:29:45.572448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 63370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11911 | 2024.07.03 17:29:45.572646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11912 | 2024.07.03 17:29:45.572786 [ 3 ] {} <Debug> HTTP-Session: fd875168-5016-4006-af62-de8d0c774fc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11913 | 2024.07.03 17:29:45.572808 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
11914 | 2024.07.03 17:29:45.572880 [ 3 ] {} <Debug> HTTP-Session: fd875168-5016-4006-af62-de8d0c774fc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11915 | 2024.07.03 17:29:45.572971 [ 3 ] {} <Debug> HTTP-Session: fd875168-5016-4006-af62-de8d0c774fc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11916 | 2024.07.03 17:29:45.573215 [ 3 ] {} <Trace> HTTP-Session: fd875168-5016-4006-af62-de8d0c774fc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11917 | 2024.07.03 17:29:45.573393 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
11918 | 2024.07.03 17:29:45.573660 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
11919 | 2024.07.03 17:29:45.573822 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 163 rows starting from the beginning of the part | ||
11920 | 2024.07.03 17:29:45.573932 [ 3 ] {4f1edc7b-d397-4944-95f7-bcdce482e11b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11921 | 2024.07.03 17:29:45.574207 [ 3 ] {4f1edc7b-d397-4944-95f7-bcdce482e11b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11922 | 2024.07.03 17:29:45.574923 [ 3 ] {4f1edc7b-d397-4944-95f7-bcdce482e11b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11923 | 2024.07.03 17:29:45.576177 [ 3 ] {4f1edc7b-d397-4944-95f7-bcdce482e11b} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11924 | 2024.07.03 17:29:45.576250 [ 3 ] {4f1edc7b-d397-4944-95f7-bcdce482e11b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11925 | 2024.07.03 17:29:45.577705 [ 3 ] {4f1edc7b-d397-4944-95f7-bcdce482e11b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11926 | 2024.07.03 17:29:45.578142 [ 3 ] {4f1edc7b-d397-4944-95f7-bcdce482e11b} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11927 | 2024.07.03 17:29:45.578357 [ 3 ] {4f1edc7b-d397-4944-95f7-bcdce482e11b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004842 sec., 8054.522924411401 rows/sec., 14.43 MiB/sec. | ||
11928 | 2024.07.03 17:29:45.579513 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10220 rows, containing 5 columns (5 merged, 0 gathered) in 0.007417474 sec., 1377827.546143067 rows/sec., 96.19 MiB/sec. | ||
11929 | 2024.07.03 17:29:45.579539 [ 3 ] {4f1edc7b-d397-4944-95f7-bcdce482e11b} <Debug> DynamicQueryHandler: Done processing query | ||
11930 | 2024.07.03 17:29:45.579627 [ 3 ] {4f1edc7b-d397-4944-95f7-bcdce482e11b} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
11931 | 2024.07.03 17:29:45.579694 [ 3 ] {} <Debug> HTTP-Session: fd875168-5016-4006-af62-de8d0c774fc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11932 | 2024.07.03 17:29:45.579911 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11933 | 2024.07.03 17:29:45.579940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 1449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11934 | 2024.07.03 17:29:45.580029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11935 | 2024.07.03 17:29:45.580050 [ 3 ] {} <Debug> HTTP-Session: 4ea17a4d-65bb-4a0c-a6d5-885143b0d221 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11936 | 2024.07.03 17:29:45.580071 [ 3 ] {} <Debug> HTTP-Session: 4ea17a4d-65bb-4a0c-a6d5-885143b0d221 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11937 | 2024.07.03 17:29:45.580093 [ 3 ] {} <Debug> HTTP-Session: 4ea17a4d-65bb-4a0c-a6d5-885143b0d221 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11938 | 2024.07.03 17:29:45.580133 [ 3 ] {} <Trace> HTTP-Session: 4ea17a4d-65bb-4a0c-a6d5-885143b0d221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11939 | 2024.07.03 17:29:45.580284 [ 3 ] {89c55a75-a320-4754-9a0c-7974c823c1f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11940 | 2024.07.03 17:29:45.580339 [ 3 ] {89c55a75-a320-4754-9a0c-7974c823c1f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11941 | 2024.07.03 17:29:45.580486 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11942 | 2024.07.03 17:29:45.580564 [ 3 ] {89c55a75-a320-4754-9a0c-7974c823c1f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11943 | 2024.07.03 17:29:45.580601 [ 202 ] {35b868b4-793d-4fa5-a2ca-d30519f24fe2::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11944 | 2024.07.03 17:29:45.580710 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
11945 | 2024.07.03 17:29:45.580900 [ 3 ] {89c55a75-a320-4754-9a0c-7974c823c1f1} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11946 | 2024.07.03 17:29:45.580937 [ 3 ] {89c55a75-a320-4754-9a0c-7974c823c1f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11947 | 2024.07.03 17:29:45.581299 [ 3 ] {89c55a75-a320-4754-9a0c-7974c823c1f1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
11948 | 2024.07.03 17:29:45.581628 [ 3 ] {89c55a75-a320-4754-9a0c-7974c823c1f1} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11949 | 2024.07.03 17:29:45.581784 [ 3 ] {89c55a75-a320-4754-9a0c-7974c823c1f1} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.00154 sec., 5844.1558441558445 rows/sec., 412.82 KiB/sec. | ||
11950 | 2024.07.03 17:29:45.581958 [ 3 ] {89c55a75-a320-4754-9a0c-7974c823c1f1} <Debug> DynamicQueryHandler: Done processing query | ||
11951 | 2024.07.03 17:29:45.581983 [ 3 ] {89c55a75-a320-4754-9a0c-7974c823c1f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11952 | 2024.07.03 17:29:45.581999 [ 3 ] {} <Debug> HTTP-Session: 4ea17a4d-65bb-4a0c-a6d5-885143b0d221 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11953 | 2024.07.03 17:29:45.582131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11954 | 2024.07.03 17:29:45.582180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11955 | 2024.07.03 17:29:45.582199 [ 3 ] {} <Debug> HTTP-Session: defbbf7d-c4b3-443a-b703-c9492fd8b139 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11956 | 2024.07.03 17:29:45.582216 [ 3 ] {} <Debug> HTTP-Session: defbbf7d-c4b3-443a-b703-c9492fd8b139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11957 | 2024.07.03 17:29:45.582230 [ 3 ] {} <Debug> HTTP-Session: defbbf7d-c4b3-443a-b703-c9492fd8b139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11958 | 2024.07.03 17:29:45.582260 [ 3 ] {} <Trace> HTTP-Session: defbbf7d-c4b3-443a-b703-c9492fd8b139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11959 | 2024.07.03 17:29:45.582377 [ 3 ] {bef85535-711a-4ddc-ba8c-16f75248e922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11960 | 2024.07.03 17:29:45.582422 [ 3 ] {bef85535-711a-4ddc-ba8c-16f75248e922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11961 | 2024.07.03 17:29:45.582553 [ 3 ] {bef85535-711a-4ddc-ba8c-16f75248e922} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11962 | 2024.07.03 17:29:45.582909 [ 3 ] {bef85535-711a-4ddc-ba8c-16f75248e922} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11963 | 2024.07.03 17:29:45.582945 [ 3 ] {bef85535-711a-4ddc-ba8c-16f75248e922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11964 | 2024.07.03 17:29:45.583312 [ 3 ] {bef85535-711a-4ddc-ba8c-16f75248e922} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11965 | 2024.07.03 17:29:45.583637 [ 3 ] {bef85535-711a-4ddc-ba8c-16f75248e922} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11966 | 2024.07.03 17:29:45.583781 [ 3 ] {bef85535-711a-4ddc-ba8c-16f75248e922} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
11967 | 2024.07.03 17:29:45.583794 [ 117 ] {} <Debug> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11968 | 2024.07.03 17:29:45.583868 [ 117 ] {} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11969 | 2024.07.03 17:29:45.583916 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11970 | 2024.07.03 17:29:45.584053 [ 3 ] {bef85535-711a-4ddc-ba8c-16f75248e922} <Debug> DynamicQueryHandler: Done processing query | ||
11971 | 2024.07.03 17:29:45.584069 [ 201 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::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 | ||
11972 | 2024.07.03 17:29:45.584089 [ 3 ] {bef85535-711a-4ddc-ba8c-16f75248e922} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11973 | 2024.07.03 17:29:45.584141 [ 3 ] {} <Debug> HTTP-Session: defbbf7d-c4b3-443a-b703-c9492fd8b139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11974 | 2024.07.03 17:29:45.584270 [ 201 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11975 | 2024.07.03 17:29:45.584308 [ 201 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3326 rows starting from the beginning of the part | ||
11976 | 2024.07.03 17:29:45.584410 [ 201 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
11977 | 2024.07.03 17:29:45.584604 [ 201 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
11978 | 2024.07.03 17:29:45.584771 [ 201 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
11979 | 2024.07.03 17:29:45.584888 [ 201 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
11980 | 2024.07.03 17:29:45.585068 [ 201 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
11981 | 2024.07.03 17:29:45.586722 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3626 rows, containing 4 columns (4 merged, 0 gathered) in 0.002722441 sec., 1331892.959296455 rows/sec., 89.36 MiB/sec. | ||
11982 | 2024.07.03 17:29:45.587032 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11983 | 2024.07.03 17:29:45.587463 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_76_15} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11984 | 2024.07.03 17:29:45.587554 [ 195 ] {b6ccdf21-e192-4ebc-aeca-7e31dd912d70::all_1_76_15} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11985 | 2024.07.03 17:29:45.587654 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
11986 | 2024.07.03 17:29:48.472005 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11987 | 2024.07.03 17:29:48.472056 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11988 | 2024.07.03 17:29:50.559283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11989 | 2024.07.03 17:29:50.559424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11990 | 2024.07.03 17:29:50.559455 [ 3 ] {} <Debug> HTTP-Session: 33b18d2d-c3b8-43be-b1b1-3c3f912dd8b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
11991 | 2024.07.03 17:29:50.559483 [ 3 ] {} <Debug> HTTP-Session: 33b18d2d-c3b8-43be-b1b1-3c3f912dd8b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11992 | 2024.07.03 17:29:50.559502 [ 3 ] {} <Debug> HTTP-Session: 33b18d2d-c3b8-43be-b1b1-3c3f912dd8b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11993 | 2024.07.03 17:29:50.559560 [ 3 ] {} <Trace> HTTP-Session: 33b18d2d-c3b8-43be-b1b1-3c3f912dd8b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11994 | 2024.07.03 17:29:50.559766 [ 3 ] {cedd2de2-1a2e-406e-9e3c-d223216b0c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11995 | 2024.07.03 17:29:50.559842 [ 3 ] {cedd2de2-1a2e-406e-9e3c-d223216b0c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11996 | 2024.07.03 17:29:50.560068 [ 3 ] {cedd2de2-1a2e-406e-9e3c-d223216b0c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11997 | 2024.07.03 17:29:50.560568 [ 3 ] {cedd2de2-1a2e-406e-9e3c-d223216b0c7a} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11998 | 2024.07.03 17:29:50.560612 [ 3 ] {cedd2de2-1a2e-406e-9e3c-d223216b0c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
11999 | 2024.07.03 17:29:50.560990 [ 3 ] {cedd2de2-1a2e-406e-9e3c-d223216b0c7a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12000 | 2024.07.03 17:29:50.561330 [ 3 ] {cedd2de2-1a2e-406e-9e3c-d223216b0c7a} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12001 | 2024.07.03 17:29:50.561515 [ 3 ] {cedd2de2-1a2e-406e-9e3c-d223216b0c7a} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001806 sec., 8305.647840531561 rows/sec., 673.21 KiB/sec. | ||
12002 | 2024.07.03 17:29:50.561729 [ 3 ] {cedd2de2-1a2e-406e-9e3c-d223216b0c7a} <Debug> DynamicQueryHandler: Done processing query | ||
12003 | 2024.07.03 17:29:50.561755 [ 3 ] {cedd2de2-1a2e-406e-9e3c-d223216b0c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12004 | 2024.07.03 17:29:50.561772 [ 3 ] {} <Debug> HTTP-Session: 33b18d2d-c3b8-43be-b1b1-3c3f912dd8b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12005 | 2024.07.03 17:29:50.561906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12006 | 2024.07.03 17:29:50.561964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12007 | 2024.07.03 17:29:50.561984 [ 3 ] {} <Debug> HTTP-Session: 720f4d2c-0b77-4456-9e1c-9ed377e6f3d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12008 | 2024.07.03 17:29:50.562001 [ 3 ] {} <Debug> HTTP-Session: 720f4d2c-0b77-4456-9e1c-9ed377e6f3d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12009 | 2024.07.03 17:29:50.562015 [ 3 ] {} <Debug> HTTP-Session: 720f4d2c-0b77-4456-9e1c-9ed377e6f3d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12010 | 2024.07.03 17:29:50.562048 [ 3 ] {} <Trace> HTTP-Session: 720f4d2c-0b77-4456-9e1c-9ed377e6f3d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12011 | 2024.07.03 17:29:50.562152 [ 3 ] {fb5f3db3-b16c-42d6-87c7-04482848e95b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12012 | 2024.07.03 17:29:50.562199 [ 3 ] {fb5f3db3-b16c-42d6-87c7-04482848e95b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12013 | 2024.07.03 17:29:50.562332 [ 3 ] {fb5f3db3-b16c-42d6-87c7-04482848e95b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12014 | 2024.07.03 17:29:50.562648 [ 3 ] {fb5f3db3-b16c-42d6-87c7-04482848e95b} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12015 | 2024.07.03 17:29:50.562686 [ 3 ] {fb5f3db3-b16c-42d6-87c7-04482848e95b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12016 | 2024.07.03 17:29:50.562992 [ 3 ] {fb5f3db3-b16c-42d6-87c7-04482848e95b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12017 | 2024.07.03 17:29:50.563297 [ 3 ] {fb5f3db3-b16c-42d6-87c7-04482848e95b} <Trace> oximeter.fields_ipaddr (d9930d3c-d299-46cc-90fc-898f295b2055): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12018 | 2024.07.03 17:29:50.563457 [ 3 ] {fb5f3db3-b16c-42d6-87c7-04482848e95b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001325 sec., 3018.867924528302 rows/sec., 246.17 KiB/sec. | ||
12019 | 2024.07.03 17:29:50.563761 [ 3 ] {fb5f3db3-b16c-42d6-87c7-04482848e95b} <Debug> DynamicQueryHandler: Done processing query | ||
12020 | 2024.07.03 17:29:50.563793 [ 3 ] {fb5f3db3-b16c-42d6-87c7-04482848e95b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12021 | 2024.07.03 17:29:50.563810 [ 3 ] {} <Debug> HTTP-Session: 720f4d2c-0b77-4456-9e1c-9ed377e6f3d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12022 | 2024.07.03 17:29:50.563964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 19777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12023 | 2024.07.03 17:29:50.564013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12024 | 2024.07.03 17:29:50.564032 [ 3 ] {} <Debug> HTTP-Session: 7d5c8d93-6778-4835-986e-e666618f25c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12025 | 2024.07.03 17:29:50.564049 [ 3 ] {} <Debug> HTTP-Session: 7d5c8d93-6778-4835-986e-e666618f25c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12026 | 2024.07.03 17:29:50.564062 [ 3 ] {} <Debug> HTTP-Session: 7d5c8d93-6778-4835-986e-e666618f25c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12027 | 2024.07.03 17:29:50.564092 [ 3 ] {} <Trace> HTTP-Session: 7d5c8d93-6778-4835-986e-e666618f25c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12028 | 2024.07.03 17:29:50.564240 [ 3 ] {ca181ed2-de76-4b3f-803c-bfa24fcce0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12029 | 2024.07.03 17:29:50.564284 [ 3 ] {ca181ed2-de76-4b3f-803c-bfa24fcce0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12030 | 2024.07.03 17:29:50.564425 [ 3 ] {ca181ed2-de76-4b3f-803c-bfa24fcce0f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12031 | 2024.07.03 17:29:50.564803 [ 3 ] {ca181ed2-de76-4b3f-803c-bfa24fcce0f2} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12032 | 2024.07.03 17:29:50.564839 [ 3 ] {ca181ed2-de76-4b3f-803c-bfa24fcce0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12033 | 2024.07.03 17:29:50.565158 [ 3 ] {ca181ed2-de76-4b3f-803c-bfa24fcce0f2} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12034 | 2024.07.03 17:29:50.565464 [ 3 ] {ca181ed2-de76-4b3f-803c-bfa24fcce0f2} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12035 | 2024.07.03 17:29:50.565619 [ 3 ] {ca181ed2-de76-4b3f-803c-bfa24fcce0f2} <Debug> executeQuery: Read 139 rows, 11.33 KiB in 0.00143 sec., 97202.7972027972 rows/sec., 7.74 MiB/sec. | ||
12036 | 2024.07.03 17:29:50.565878 [ 3 ] {ca181ed2-de76-4b3f-803c-bfa24fcce0f2} <Debug> DynamicQueryHandler: Done processing query | ||
12037 | 2024.07.03 17:29:50.565933 [ 3 ] {ca181ed2-de76-4b3f-803c-bfa24fcce0f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12038 | 2024.07.03 17:29:50.565994 [ 3 ] {} <Debug> HTTP-Session: 7d5c8d93-6778-4835-986e-e666618f25c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12039 | 2024.07.03 17:29:50.566193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12040 | 2024.07.03 17:29:50.566263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12041 | 2024.07.03 17:29:50.566283 [ 3 ] {} <Debug> HTTP-Session: 1ca949f0-5b48-4855-8ce0-438f931acf30 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12042 | 2024.07.03 17:29:50.566299 [ 3 ] {} <Debug> HTTP-Session: 1ca949f0-5b48-4855-8ce0-438f931acf30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12043 | 2024.07.03 17:29:50.566313 [ 3 ] {} <Debug> HTTP-Session: 1ca949f0-5b48-4855-8ce0-438f931acf30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12044 | 2024.07.03 17:29:50.566344 [ 3 ] {} <Trace> HTTP-Session: 1ca949f0-5b48-4855-8ce0-438f931acf30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12045 | 2024.07.03 17:29:50.566446 [ 3 ] {abd38eb7-cda9-4d11-963e-15893bf9539a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12046 | 2024.07.03 17:29:50.566492 [ 3 ] {abd38eb7-cda9-4d11-963e-15893bf9539a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12047 | 2024.07.03 17:29:50.566638 [ 3 ] {abd38eb7-cda9-4d11-963e-15893bf9539a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12048 | 2024.07.03 17:29:50.566919 [ 3 ] {abd38eb7-cda9-4d11-963e-15893bf9539a} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12049 | 2024.07.03 17:29:50.566957 [ 3 ] {abd38eb7-cda9-4d11-963e-15893bf9539a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12050 | 2024.07.03 17:29:50.567252 [ 3 ] {abd38eb7-cda9-4d11-963e-15893bf9539a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12051 | 2024.07.03 17:29:50.567561 [ 3 ] {abd38eb7-cda9-4d11-963e-15893bf9539a} <Trace> oximeter.fields_u16 (2ea4827a-162d-4e27-8c99-8263fa515866): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12052 | 2024.07.03 17:29:50.567717 [ 3 ] {abd38eb7-cda9-4d11-963e-15893bf9539a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001292 sec., 3095.9752321981423 rows/sec., 216.17 KiB/sec. | ||
12053 | 2024.07.03 17:29:50.567882 [ 3 ] {abd38eb7-cda9-4d11-963e-15893bf9539a} <Debug> DynamicQueryHandler: Done processing query | ||
12054 | 2024.07.03 17:29:50.567906 [ 3 ] {abd38eb7-cda9-4d11-963e-15893bf9539a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12055 | 2024.07.03 17:29:50.567922 [ 3 ] {} <Debug> HTTP-Session: 1ca949f0-5b48-4855-8ce0-438f931acf30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12056 | 2024.07.03 17:29:50.568050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 18154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12057 | 2024.07.03 17:29:50.568099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12058 | 2024.07.03 17:29:50.568119 [ 3 ] {} <Debug> HTTP-Session: c73e3992-af2d-4f86-b498-669981fcaead Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12059 | 2024.07.03 17:29:50.568136 [ 3 ] {} <Debug> HTTP-Session: c73e3992-af2d-4f86-b498-669981fcaead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12060 | 2024.07.03 17:29:50.568150 [ 3 ] {} <Debug> HTTP-Session: c73e3992-af2d-4f86-b498-669981fcaead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12061 | 2024.07.03 17:29:50.568181 [ 3 ] {} <Trace> HTTP-Session: c73e3992-af2d-4f86-b498-669981fcaead Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12062 | 2024.07.03 17:29:50.568308 [ 3 ] {842a723a-5ac6-41d4-9146-f05a4dc6bd9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12063 | 2024.07.03 17:29:50.568351 [ 3 ] {842a723a-5ac6-41d4-9146-f05a4dc6bd9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12064 | 2024.07.03 17:29:50.568481 [ 3 ] {842a723a-5ac6-41d4-9146-f05a4dc6bd9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12065 | 2024.07.03 17:29:50.568835 [ 3 ] {842a723a-5ac6-41d4-9146-f05a4dc6bd9d} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12066 | 2024.07.03 17:29:50.568872 [ 3 ] {842a723a-5ac6-41d4-9146-f05a4dc6bd9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12067 | 2024.07.03 17:29:50.569182 [ 3 ] {842a723a-5ac6-41d4-9146-f05a4dc6bd9d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12068 | 2024.07.03 17:29:50.569490 [ 3 ] {842a723a-5ac6-41d4-9146-f05a4dc6bd9d} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12069 | 2024.07.03 17:29:50.569648 [ 3 ] {842a723a-5ac6-41d4-9146-f05a4dc6bd9d} <Debug> executeQuery: Read 107 rows, 8.54 KiB in 0.001388 sec., 77089.3371757925 rows/sec., 6.01 MiB/sec. | ||
12070 | 2024.07.03 17:29:50.569818 [ 3 ] {842a723a-5ac6-41d4-9146-f05a4dc6bd9d} <Debug> DynamicQueryHandler: Done processing query | ||
12071 | 2024.07.03 17:29:50.569842 [ 3 ] {842a723a-5ac6-41d4-9146-f05a4dc6bd9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12072 | 2024.07.03 17:29:50.569857 [ 3 ] {} <Debug> HTTP-Session: c73e3992-af2d-4f86-b498-669981fcaead Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12073 | 2024.07.03 17:29:50.570124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 37982, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12074 | 2024.07.03 17:29:50.570174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12075 | 2024.07.03 17:29:50.570193 [ 3 ] {} <Debug> HTTP-Session: 2db3900d-b809-47b4-b254-a48a359b9088 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12076 | 2024.07.03 17:29:50.570208 [ 3 ] {} <Debug> HTTP-Session: 2db3900d-b809-47b4-b254-a48a359b9088 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12077 | 2024.07.03 17:29:50.570222 [ 3 ] {} <Debug> HTTP-Session: 2db3900d-b809-47b4-b254-a48a359b9088 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12078 | 2024.07.03 17:29:50.570253 [ 3 ] {} <Trace> HTTP-Session: 2db3900d-b809-47b4-b254-a48a359b9088 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12079 | 2024.07.03 17:29:50.570422 [ 3 ] {2c25384b-93e5-4048-8429-5a990b48d818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12080 | 2024.07.03 17:29:50.570469 [ 3 ] {2c25384b-93e5-4048-8429-5a990b48d818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12081 | 2024.07.03 17:29:50.570619 [ 3 ] {2c25384b-93e5-4048-8429-5a990b48d818} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12082 | 2024.07.03 17:29:50.571018 [ 3 ] {2c25384b-93e5-4048-8429-5a990b48d818} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12083 | 2024.07.03 17:29:50.571054 [ 3 ] {2c25384b-93e5-4048-8429-5a990b48d818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12084 | 2024.07.03 17:29:50.571444 [ 3 ] {2c25384b-93e5-4048-8429-5a990b48d818} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12085 | 2024.07.03 17:29:50.571773 [ 3 ] {2c25384b-93e5-4048-8429-5a990b48d818} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12086 | 2024.07.03 17:29:50.571920 [ 3 ] {2c25384b-93e5-4048-8429-5a990b48d818} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001574 sec., 125794.15501905972 rows/sec., 8.78 MiB/sec. | ||
12087 | 2024.07.03 17:29:50.572092 [ 3 ] {2c25384b-93e5-4048-8429-5a990b48d818} <Debug> DynamicQueryHandler: Done processing query | ||
12088 | 2024.07.03 17:29:50.572116 [ 3 ] {2c25384b-93e5-4048-8429-5a990b48d818} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12089 | 2024.07.03 17:29:50.572132 [ 3 ] {} <Debug> HTTP-Session: 2db3900d-b809-47b4-b254-a48a359b9088 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12090 | 2024.07.03 17:29:50.572264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 23871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12091 | 2024.07.03 17:29:50.572314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12092 | 2024.07.03 17:29:50.572333 [ 3 ] {} <Debug> HTTP-Session: 017a6300-03a9-4e19-85c0-0ddcfb3bc2f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12093 | 2024.07.03 17:29:50.572350 [ 3 ] {} <Debug> HTTP-Session: 017a6300-03a9-4e19-85c0-0ddcfb3bc2f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12094 | 2024.07.03 17:29:50.572364 [ 3 ] {} <Debug> HTTP-Session: 017a6300-03a9-4e19-85c0-0ddcfb3bc2f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12095 | 2024.07.03 17:29:50.572396 [ 3 ] {} <Trace> HTTP-Session: 017a6300-03a9-4e19-85c0-0ddcfb3bc2f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12096 | 2024.07.03 17:29:50.572594 [ 3 ] {9d48171b-1aab-4071-b31b-bfc80f60f20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12097 | 2024.07.03 17:29:50.572657 [ 3 ] {9d48171b-1aab-4071-b31b-bfc80f60f20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12098 | 2024.07.03 17:29:50.573078 [ 3 ] {9d48171b-1aab-4071-b31b-bfc80f60f20b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12099 | 2024.07.03 17:29:50.573683 [ 3 ] {9d48171b-1aab-4071-b31b-bfc80f60f20b} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12100 | 2024.07.03 17:29:50.573720 [ 3 ] {9d48171b-1aab-4071-b31b-bfc80f60f20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12101 | 2024.07.03 17:29:50.574317 [ 3 ] {9d48171b-1aab-4071-b31b-bfc80f60f20b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12102 | 2024.07.03 17:29:50.574725 [ 3 ] {9d48171b-1aab-4071-b31b-bfc80f60f20b} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12103 | 2024.07.03 17:29:50.574911 [ 3 ] {9d48171b-1aab-4071-b31b-bfc80f60f20b} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.00244 sec., 6147.540983606557 rows/sec., 11.02 MiB/sec. | ||
12104 | 2024.07.03 17:29:50.575134 [ 3 ] {9d48171b-1aab-4071-b31b-bfc80f60f20b} <Debug> DynamicQueryHandler: Done processing query | ||
12105 | 2024.07.03 17:29:50.575158 [ 3 ] {9d48171b-1aab-4071-b31b-bfc80f60f20b} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
12106 | 2024.07.03 17:29:50.575174 [ 3 ] {} <Debug> HTTP-Session: 017a6300-03a9-4e19-85c0-0ddcfb3bc2f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12107 | 2024.07.03 17:29:50.575332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12108 | 2024.07.03 17:29:50.575383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12109 | 2024.07.03 17:29:50.575403 [ 3 ] {} <Debug> HTTP-Session: dcaec5b9-00fa-44f2-acbf-8d040847eeea Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12110 | 2024.07.03 17:29:50.575419 [ 3 ] {} <Debug> HTTP-Session: dcaec5b9-00fa-44f2-acbf-8d040847eeea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12111 | 2024.07.03 17:29:50.575433 [ 3 ] {} <Debug> HTTP-Session: dcaec5b9-00fa-44f2-acbf-8d040847eeea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12112 | 2024.07.03 17:29:50.575464 [ 3 ] {} <Trace> HTTP-Session: dcaec5b9-00fa-44f2-acbf-8d040847eeea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12113 | 2024.07.03 17:29:50.575580 [ 3 ] {5a3ef8c2-5901-46c4-af6b-d6e5ead305db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12114 | 2024.07.03 17:29:50.575624 [ 3 ] {5a3ef8c2-5901-46c4-af6b-d6e5ead305db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12115 | 2024.07.03 17:29:50.575752 [ 3 ] {5a3ef8c2-5901-46c4-af6b-d6e5ead305db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12116 | 2024.07.03 17:29:50.576074 [ 3 ] {5a3ef8c2-5901-46c4-af6b-d6e5ead305db} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12117 | 2024.07.03 17:29:50.576111 [ 3 ] {5a3ef8c2-5901-46c4-af6b-d6e5ead305db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12118 | 2024.07.03 17:29:50.576471 [ 3 ] {5a3ef8c2-5901-46c4-af6b-d6e5ead305db} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12119 | 2024.07.03 17:29:50.576797 [ 3 ] {5a3ef8c2-5901-46c4-af6b-d6e5ead305db} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12120 | 2024.07.03 17:29:50.576946 [ 3 ] {5a3ef8c2-5901-46c4-af6b-d6e5ead305db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
12121 | 2024.07.03 17:29:50.577101 [ 3 ] {5a3ef8c2-5901-46c4-af6b-d6e5ead305db} <Debug> DynamicQueryHandler: Done processing query | ||
12122 | 2024.07.03 17:29:50.577124 [ 3 ] {5a3ef8c2-5901-46c4-af6b-d6e5ead305db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12123 | 2024.07.03 17:29:50.577140 [ 3 ] {} <Debug> HTTP-Session: dcaec5b9-00fa-44f2-acbf-8d040847eeea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12124 | 2024.07.03 17:29:55.559037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 5642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12125 | 2024.07.03 17:29:55.559212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12126 | 2024.07.03 17:29:55.559256 [ 3 ] {} <Debug> HTTP-Session: f1ff049a-78ee-4051-9ca0-f215f5b9a413 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12127 | 2024.07.03 17:29:55.559296 [ 3 ] {} <Debug> HTTP-Session: f1ff049a-78ee-4051-9ca0-f215f5b9a413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12128 | 2024.07.03 17:29:55.559323 [ 3 ] {} <Debug> HTTP-Session: f1ff049a-78ee-4051-9ca0-f215f5b9a413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12129 | 2024.07.03 17:29:55.559400 [ 3 ] {} <Trace> HTTP-Session: f1ff049a-78ee-4051-9ca0-f215f5b9a413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12130 | 2024.07.03 17:29:55.559665 [ 3 ] {a182d986-4dfe-4b0b-a4c2-c4d80dcee265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12131 | 2024.07.03 17:29:55.559733 [ 3 ] {a182d986-4dfe-4b0b-a4c2-c4d80dcee265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12132 | 2024.07.03 17:29:55.559938 [ 3 ] {a182d986-4dfe-4b0b-a4c2-c4d80dcee265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12133 | 2024.07.03 17:29:55.560433 [ 3 ] {a182d986-4dfe-4b0b-a4c2-c4d80dcee265} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12134 | 2024.07.03 17:29:55.560475 [ 3 ] {a182d986-4dfe-4b0b-a4c2-c4d80dcee265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12135 | 2024.07.03 17:29:55.560853 [ 3 ] {a182d986-4dfe-4b0b-a4c2-c4d80dcee265} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12136 | 2024.07.03 17:29:55.561187 [ 3 ] {a182d986-4dfe-4b0b-a4c2-c4d80dcee265} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12137 | 2024.07.03 17:29:55.561332 [ 3 ] {a182d986-4dfe-4b0b-a4c2-c4d80dcee265} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001734 sec., 22491.349480968856 rows/sec., 1.78 MiB/sec. | ||
12138 | 2024.07.03 17:29:55.561571 [ 3 ] {a182d986-4dfe-4b0b-a4c2-c4d80dcee265} <Debug> DynamicQueryHandler: Done processing query | ||
12139 | 2024.07.03 17:29:55.561606 [ 3 ] {a182d986-4dfe-4b0b-a4c2-c4d80dcee265} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12140 | 2024.07.03 17:29:55.561639 [ 3 ] {} <Debug> HTTP-Session: f1ff049a-78ee-4051-9ca0-f215f5b9a413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12141 | 2024.07.03 17:29:55.561893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 25563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12142 | 2024.07.03 17:29:55.561948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12143 | 2024.07.03 17:29:55.561968 [ 3 ] {} <Debug> HTTP-Session: 98d5cb44-080d-435c-8e24-c72deff97ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12144 | 2024.07.03 17:29:55.561986 [ 3 ] {} <Debug> HTTP-Session: 98d5cb44-080d-435c-8e24-c72deff97ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12145 | 2024.07.03 17:29:55.562000 [ 3 ] {} <Debug> HTTP-Session: 98d5cb44-080d-435c-8e24-c72deff97ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12146 | 2024.07.03 17:29:55.562036 [ 3 ] {} <Trace> HTTP-Session: 98d5cb44-080d-435c-8e24-c72deff97ca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12147 | 2024.07.03 17:29:55.562187 [ 3 ] {cc90323c-af0e-4c0c-a7d9-b6fd2901f2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12148 | 2024.07.03 17:29:55.562234 [ 3 ] {cc90323c-af0e-4c0c-a7d9-b6fd2901f2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12149 | 2024.07.03 17:29:55.562365 [ 3 ] {cc90323c-af0e-4c0c-a7d9-b6fd2901f2a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12150 | 2024.07.03 17:29:55.562779 [ 3 ] {cc90323c-af0e-4c0c-a7d9-b6fd2901f2a9} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12151 | 2024.07.03 17:29:55.562815 [ 3 ] {cc90323c-af0e-4c0c-a7d9-b6fd2901f2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12152 | 2024.07.03 17:29:55.563144 [ 3 ] {cc90323c-af0e-4c0c-a7d9-b6fd2901f2a9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12153 | 2024.07.03 17:29:55.563452 [ 3 ] {cc90323c-af0e-4c0c-a7d9-b6fd2901f2a9} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12154 | 2024.07.03 17:29:55.563581 [ 3 ] {cc90323c-af0e-4c0c-a7d9-b6fd2901f2a9} <Debug> executeQuery: Read 173 rows, 15.05 KiB in 0.001461 sec., 118412.04654346338 rows/sec., 10.06 MiB/sec. | ||
12155 | 2024.07.03 17:29:55.563581 [ 106 ] {} <Debug> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12156 | 2024.07.03 17:29:55.563649 [ 106 ] {} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12157 | 2024.07.03 17:29:55.563686 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12158 | 2024.07.03 17:29:55.563771 [ 3 ] {cc90323c-af0e-4c0c-a7d9-b6fd2901f2a9} <Debug> DynamicQueryHandler: Done processing query | ||
12159 | 2024.07.03 17:29:55.563825 [ 3 ] {cc90323c-af0e-4c0c-a7d9-b6fd2901f2a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12160 | 2024.07.03 17:29:55.563879 [ 3 ] {} <Debug> HTTP-Session: 98d5cb44-080d-435c-8e24-c72deff97ca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12161 | 2024.07.03 17:29:55.563937 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
12162 | 2024.07.03 17:29:55.564131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12163 | 2024.07.03 17:29:55.564204 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12164 | 2024.07.03 17:29:55.564234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12165 | 2024.07.03 17:29:55.564271 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 228 rows starting from the beginning of the part | ||
12166 | 2024.07.03 17:29:55.564281 [ 3 ] {} <Debug> HTTP-Session: 2ca1d7b7-02dd-4ea8-8299-c3ac0e3357bb Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12167 | 2024.07.03 17:29:55.564336 [ 3 ] {} <Debug> HTTP-Session: 2ca1d7b7-02dd-4ea8-8299-c3ac0e3357bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12168 | 2024.07.03 17:29:55.564358 [ 3 ] {} <Debug> HTTP-Session: 2ca1d7b7-02dd-4ea8-8299-c3ac0e3357bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12169 | 2024.07.03 17:29:55.564548 [ 3 ] {} <Trace> HTTP-Session: 2ca1d7b7-02dd-4ea8-8299-c3ac0e3357bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12170 | 2024.07.03 17:29:55.564573 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 155 rows starting from the beginning of the part | ||
12171 | 2024.07.03 17:29:55.564757 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 101 rows starting from the beginning of the part | ||
12172 | 2024.07.03 17:29:55.565035 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 176 rows starting from the beginning of the part | ||
12173 | 2024.07.03 17:29:55.565052 [ 3 ] {e02af450-b209-419e-92a3-93b4e4d3b07f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12174 | 2024.07.03 17:29:55.565284 [ 3 ] {e02af450-b209-419e-92a3-93b4e4d3b07f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12175 | 2024.07.03 17:29:55.565337 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 139 rows starting from the beginning of the part | ||
12176 | 2024.07.03 17:29:55.565657 [ 195 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 173 rows starting from the beginning of the part | ||
12177 | 2024.07.03 17:29:55.566372 [ 3 ] {e02af450-b209-419e-92a3-93b4e4d3b07f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12178 | 2024.07.03 17:29:55.567194 [ 3 ] {e02af450-b209-419e-92a3-93b4e4d3b07f} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12179 | 2024.07.03 17:29:55.567262 [ 3 ] {e02af450-b209-419e-92a3-93b4e4d3b07f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12180 | 2024.07.03 17:29:55.568122 [ 3 ] {e02af450-b209-419e-92a3-93b4e4d3b07f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12181 | 2024.07.03 17:29:55.568802 [ 189 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 972 rows, containing 4 columns (4 merged, 0 gathered) in 0.005025232 sec., 193423.9056027662 rows/sec., 16.09 MiB/sec. | ||
12182 | 2024.07.03 17:29:55.568852 [ 3 ] {e02af450-b209-419e-92a3-93b4e4d3b07f} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12183 | 2024.07.03 17:29:55.569061 [ 106 ] {} <Debug> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12184 | 2024.07.03 17:29:55.569078 [ 3 ] {e02af450-b209-419e-92a3-93b4e4d3b07f} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.004268 sec., 24133.083411433927 rows/sec., 1.89 MiB/sec. | ||
12185 | 2024.07.03 17:29:55.569104 [ 106 ] {} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12186 | 2024.07.03 17:29:55.569132 [ 189 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12187 | 2024.07.03 17:29:55.569177 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12188 | 2024.07.03 17:29:55.569658 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
12189 | 2024.07.03 17:29:55.569716 [ 3 ] {e02af450-b209-419e-92a3-93b4e4d3b07f} <Debug> DynamicQueryHandler: Done processing query | ||
12190 | 2024.07.03 17:29:55.569854 [ 3 ] {e02af450-b209-419e-92a3-93b4e4d3b07f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12191 | 2024.07.03 17:29:55.570039 [ 3 ] {} <Debug> HTTP-Session: 2ca1d7b7-02dd-4ea8-8299-c3ac0e3357bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12192 | 2024.07.03 17:29:55.570309 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12193 | 2024.07.03 17:29:55.570418 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 166 rows starting from the beginning of the part | ||
12194 | 2024.07.03 17:29:55.570478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12195 | 2024.07.03 17:29:55.570770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12196 | 2024.07.03 17:29:55.570797 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 97 rows starting from the beginning of the part | ||
12197 | 2024.07.03 17:29:55.570922 [ 3 ] {} <Debug> HTTP-Session: f73e3df0-7edb-4507-bca1-757a0403cccc Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12198 | 2024.07.03 17:29:55.571192 [ 3 ] {} <Debug> HTTP-Session: f73e3df0-7edb-4507-bca1-757a0403cccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12199 | 2024.07.03 17:29:55.571261 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 79 rows starting from the beginning of the part | ||
12200 | 2024.07.03 17:29:55.571329 [ 3 ] {} <Debug> HTTP-Session: f73e3df0-7edb-4507-bca1-757a0403cccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12201 | 2024.07.03 17:29:55.571680 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 118 rows starting from the beginning of the part | ||
12202 | 2024.07.03 17:29:55.571923 [ 3 ] {} <Trace> HTTP-Session: f73e3df0-7edb-4507-bca1-757a0403cccc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12203 | 2024.07.03 17:29:55.571978 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 107 rows starting from the beginning of the part | ||
12204 | 2024.07.03 17:29:55.572321 [ 196 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 103 rows starting from the beginning of the part | ||
12205 | 2024.07.03 17:29:55.572505 [ 3 ] {f7b2ea08-2543-4d73-80fe-1af0ba4642e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12206 | 2024.07.03 17:29:55.572728 [ 3 ] {f7b2ea08-2543-4d73-80fe-1af0ba4642e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12207 | 2024.07.03 17:29:55.573784 [ 3 ] {f7b2ea08-2543-4d73-80fe-1af0ba4642e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12208 | 2024.07.03 17:29:55.573858 [ 189 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12209 | 2024.07.03 17:29:55.574230 [ 189 ] {14c34318-7efb-45d9-a1e8-480e25ccb7f5::all_1_81_16} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12210 | 2024.07.03 17:29:55.574460 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
12211 | 2024.07.03 17:29:55.575101 [ 3 ] {f7b2ea08-2543-4d73-80fe-1af0ba4642e8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12212 | 2024.07.03 17:29:55.575174 [ 3 ] {f7b2ea08-2543-4d73-80fe-1af0ba4642e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12213 | 2024.07.03 17:29:55.576225 [ 3 ] {f7b2ea08-2543-4d73-80fe-1af0ba4642e8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12214 | 2024.07.03 17:29:55.576250 [ 193 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 670 rows, containing 4 columns (4 merged, 0 gathered) in 0.006903431 sec., 97053.18992831247 rows/sec., 7.58 MiB/sec. | ||
12215 | 2024.07.03 17:29:55.576511 [ 193 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12216 | 2024.07.03 17:29:55.576913 [ 3 ] {f7b2ea08-2543-4d73-80fe-1af0ba4642e8} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12217 | 2024.07.03 17:29:55.577441 [ 3 ] {f7b2ea08-2543-4d73-80fe-1af0ba4642e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00519 sec., 30828.516377649325 rows/sec., 2.15 MiB/sec. | ||
12218 | 2024.07.03 17:29:55.577816 [ 3 ] {f7b2ea08-2543-4d73-80fe-1af0ba4642e8} <Debug> DynamicQueryHandler: Done processing query | ||
12219 | 2024.07.03 17:29:55.577834 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12220 | 2024.07.03 17:29:55.577856 [ 3 ] {f7b2ea08-2543-4d73-80fe-1af0ba4642e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12221 | 2024.07.03 17:29:55.577908 [ 3 ] {} <Debug> HTTP-Session: f73e3df0-7edb-4507-bca1-757a0403cccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12222 | 2024.07.03 17:29:55.578030 [ 191 ] {ded48570-387e-489f-9d6c-f1e5d4e0f989::all_1_81_16} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12223 | 2024.07.03 17:29:55.578169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 63371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12224 | 2024.07.03 17:29:55.578182 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
12225 | 2024.07.03 17:29:55.578249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12226 | 2024.07.03 17:29:55.578275 [ 3 ] {} <Debug> HTTP-Session: a92ff3be-f2c4-4320-acba-3cb4b2342fe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12227 | 2024.07.03 17:29:55.578291 [ 3 ] {} <Debug> HTTP-Session: a92ff3be-f2c4-4320-acba-3cb4b2342fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12228 | 2024.07.03 17:29:55.578305 [ 3 ] {} <Debug> HTTP-Session: a92ff3be-f2c4-4320-acba-3cb4b2342fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12229 | 2024.07.03 17:29:55.578336 [ 3 ] {} <Trace> HTTP-Session: a92ff3be-f2c4-4320-acba-3cb4b2342fe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12230 | 2024.07.03 17:29:55.578782 [ 3 ] {f15c7485-94d3-4371-81d1-fa4977efd07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12231 | 2024.07.03 17:29:55.578856 [ 3 ] {f15c7485-94d3-4371-81d1-fa4977efd07e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12232 | 2024.07.03 17:29:55.579317 [ 3 ] {f15c7485-94d3-4371-81d1-fa4977efd07e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12233 | 2024.07.03 17:29:55.580157 [ 3 ] {f15c7485-94d3-4371-81d1-fa4977efd07e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12234 | 2024.07.03 17:29:55.580194 [ 3 ] {f15c7485-94d3-4371-81d1-fa4977efd07e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12235 | 2024.07.03 17:29:55.580842 [ 3 ] {f15c7485-94d3-4371-81d1-fa4977efd07e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12236 | 2024.07.03 17:29:55.581254 [ 3 ] {f15c7485-94d3-4371-81d1-fa4977efd07e} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12237 | 2024.07.03 17:29:55.581398 [ 3 ] {f15c7485-94d3-4371-81d1-fa4977efd07e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002969 sec., 13135.735938026271 rows/sec., 23.54 MiB/sec. | ||
12238 | 2024.07.03 17:29:55.581637 [ 3 ] {f15c7485-94d3-4371-81d1-fa4977efd07e} <Debug> DynamicQueryHandler: Done processing query | ||
12239 | 2024.07.03 17:29:55.581661 [ 3 ] {f15c7485-94d3-4371-81d1-fa4977efd07e} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
12240 | 2024.07.03 17:29:55.581678 [ 3 ] {} <Debug> HTTP-Session: a92ff3be-f2c4-4320-acba-3cb4b2342fe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12241 | 2024.07.03 17:29:55.581836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12242 | 2024.07.03 17:29:55.581886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12243 | 2024.07.03 17:29:55.581906 [ 3 ] {} <Debug> HTTP-Session: 19955f59-82ae-491f-9acc-30194ad07f08 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12244 | 2024.07.03 17:29:55.581922 [ 3 ] {} <Debug> HTTP-Session: 19955f59-82ae-491f-9acc-30194ad07f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12245 | 2024.07.03 17:29:55.581936 [ 3 ] {} <Debug> HTTP-Session: 19955f59-82ae-491f-9acc-30194ad07f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12246 | 2024.07.03 17:29:55.581967 [ 3 ] {} <Trace> HTTP-Session: 19955f59-82ae-491f-9acc-30194ad07f08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12247 | 2024.07.03 17:29:55.582082 [ 3 ] {5d01948f-6680-4d5f-80f5-202d43d20051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12248 | 2024.07.03 17:29:55.582128 [ 3 ] {5d01948f-6680-4d5f-80f5-202d43d20051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12249 | 2024.07.03 17:29:55.582259 [ 3 ] {5d01948f-6680-4d5f-80f5-202d43d20051} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12250 | 2024.07.03 17:29:55.582568 [ 3 ] {5d01948f-6680-4d5f-80f5-202d43d20051} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12251 | 2024.07.03 17:29:55.582603 [ 3 ] {5d01948f-6680-4d5f-80f5-202d43d20051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12252 | 2024.07.03 17:29:55.582970 [ 3 ] {5d01948f-6680-4d5f-80f5-202d43d20051} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12253 | 2024.07.03 17:29:55.583295 [ 3 ] {5d01948f-6680-4d5f-80f5-202d43d20051} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12254 | 2024.07.03 17:29:55.583426 [ 3 ] {5d01948f-6680-4d5f-80f5-202d43d20051} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
12255 | 2024.07.03 17:29:55.583607 [ 3 ] {5d01948f-6680-4d5f-80f5-202d43d20051} <Debug> DynamicQueryHandler: Done processing query | ||
12256 | 2024.07.03 17:29:55.583641 [ 3 ] {5d01948f-6680-4d5f-80f5-202d43d20051} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12257 | 2024.07.03 17:29:55.583674 [ 3 ] {} <Debug> HTTP-Session: 19955f59-82ae-491f-9acc-30194ad07f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12258 | 2024.07.03 17:29:58.066891 [ 104 ] {} <Debug> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
12259 | 2024.07.03 17:29:58.066963 [ 104 ] {} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12260 | 2024.07.03 17:29:58.066994 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12261 | 2024.07.03 17:29:58.067280 [ 193 ] {ffd022e4-5469-49f8-943e-8e6b34ec6dbf::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
12262 | 2024.07.03 17:29:58.067496 [ 193 ] {ffd022e4-5469-49f8-943e-8e6b34ec6dbf::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12263 | 2024.07.03 17:29:58.067544 [ 193 ] {ffd022e4-5469-49f8-943e-8e6b34ec6dbf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
12264 | 2024.07.03 17:29:58.067637 [ 193 ] {ffd022e4-5469-49f8-943e-8e6b34ec6dbf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
12265 | 2024.07.03 17:29:58.067888 [ 193 ] {ffd022e4-5469-49f8-943e-8e6b34ec6dbf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
12266 | 2024.07.03 17:29:58.068085 [ 193 ] {ffd022e4-5469-49f8-943e-8e6b34ec6dbf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
12267 | 2024.07.03 17:29:58.068290 [ 193 ] {ffd022e4-5469-49f8-943e-8e6b34ec6dbf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
12268 | 2024.07.03 17:29:58.069383 [ 191 ] {ffd022e4-5469-49f8-943e-8e6b34ec6dbf::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.0022951 sec., 22221.25397586162 rows/sec., 1.58 MiB/sec. | ||
12269 | 2024.07.03 17:29:58.069583 [ 194 ] {ffd022e4-5469-49f8-943e-8e6b34ec6dbf::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
12270 | 2024.07.03 17:29:58.070048 [ 194 ] {ffd022e4-5469-49f8-943e-8e6b34ec6dbf::all_1_5_1} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12271 | 2024.07.03 17:29:58.070136 [ 194 ] {ffd022e4-5469-49f8-943e-8e6b34ec6dbf::all_1_5_1} <Trace> oximeter.measurements_i64 (ffd022e4-5469-49f8-943e-8e6b34ec6dbf) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
12272 | 2024.07.03 17:29:58.070230 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
12273 | 2024.07.03 17:30:00.557813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 2205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12274 | 2024.07.03 17:30:00.557953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12275 | 2024.07.03 17:30:00.557983 [ 3 ] {} <Debug> HTTP-Session: 1365384c-cd72-49ba-ae98-c7915ab3750c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12276 | 2024.07.03 17:30:00.558012 [ 3 ] {} <Debug> HTTP-Session: 1365384c-cd72-49ba-ae98-c7915ab3750c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12277 | 2024.07.03 17:30:00.558031 [ 3 ] {} <Debug> HTTP-Session: 1365384c-cd72-49ba-ae98-c7915ab3750c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12278 | 2024.07.03 17:30:00.558087 [ 3 ] {} <Trace> HTTP-Session: 1365384c-cd72-49ba-ae98-c7915ab3750c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12279 | 2024.07.03 17:30:00.558296 [ 3 ] {af825b9e-bc8b-44e2-8e97-5d37c3ba98fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12280 | 2024.07.03 17:30:00.558371 [ 3 ] {af825b9e-bc8b-44e2-8e97-5d37c3ba98fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12281 | 2024.07.03 17:30:00.558596 [ 3 ] {af825b9e-bc8b-44e2-8e97-5d37c3ba98fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12282 | 2024.07.03 17:30:00.559010 [ 3 ] {af825b9e-bc8b-44e2-8e97-5d37c3ba98fd} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12283 | 2024.07.03 17:30:00.559050 [ 3 ] {af825b9e-bc8b-44e2-8e97-5d37c3ba98fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12284 | 2024.07.03 17:30:00.559428 [ 3 ] {af825b9e-bc8b-44e2-8e97-5d37c3ba98fd} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12285 | 2024.07.03 17:30:00.559768 [ 3 ] {af825b9e-bc8b-44e2-8e97-5d37c3ba98fd} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12286 | 2024.07.03 17:30:00.559914 [ 3 ] {af825b9e-bc8b-44e2-8e97-5d37c3ba98fd} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001684 sec., 8907.363420427553 rows/sec., 721.98 KiB/sec. | ||
12287 | 2024.07.03 17:30:00.559921 [ 102 ] {} <Debug> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
12288 | 2024.07.03 17:30:00.559980 [ 102 ] {} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12289 | 2024.07.03 17:30:00.560018 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12290 | 2024.07.03 17:30:00.560192 [ 3 ] {af825b9e-bc8b-44e2-8e97-5d37c3ba98fd} <Debug> DynamicQueryHandler: Done processing query | ||
12291 | 2024.07.03 17:30:00.560250 [ 3 ] {af825b9e-bc8b-44e2-8e97-5d37c3ba98fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12292 | 2024.07.03 17:30:00.560266 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
12293 | 2024.07.03 17:30:00.560286 [ 3 ] {} <Debug> HTTP-Session: 1365384c-cd72-49ba-ae98-c7915ab3750c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12294 | 2024.07.03 17:30:00.560598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 14580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12295 | 2024.07.03 17:30:00.560799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12296 | 2024.07.03 17:30:00.560903 [ 3 ] {} <Debug> HTTP-Session: a270db14-62c6-4758-8865-e08555d366ea Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12297 | 2024.07.03 17:30:00.560989 [ 3 ] {} <Debug> HTTP-Session: a270db14-62c6-4758-8865-e08555d366ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12298 | 2024.07.03 17:30:00.561066 [ 3 ] {} <Debug> HTTP-Session: a270db14-62c6-4758-8865-e08555d366ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12299 | 2024.07.03 17:30:00.561229 [ 3 ] {} <Trace> HTTP-Session: a270db14-62c6-4758-8865-e08555d366ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12300 | 2024.07.03 17:30:00.561322 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12301 | 2024.07.03 17:30:00.561464 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 47 rows starting from the beginning of the part | ||
12302 | 2024.07.03 17:30:00.561608 [ 3 ] {ae26c5b5-dca5-4bc9-aecf-8a59a96da414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12303 | 2024.07.03 17:30:00.561713 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 15 rows starting from the beginning of the part | ||
12304 | 2024.07.03 17:30:00.561751 [ 3 ] {ae26c5b5-dca5-4bc9-aecf-8a59a96da414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12305 | 2024.07.03 17:30:00.562102 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 39 rows starting from the beginning of the part | ||
12306 | 2024.07.03 17:30:00.562439 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 15 rows starting from the beginning of the part | ||
12307 | 2024.07.03 17:30:00.562719 [ 3 ] {ae26c5b5-dca5-4bc9-aecf-8a59a96da414} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12308 | 2024.07.03 17:30:00.562774 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 39 rows starting from the beginning of the part | ||
12309 | 2024.07.03 17:30:00.563051 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 15 rows starting from the beginning of the part | ||
12310 | 2024.07.03 17:30:00.563766 [ 3 ] {ae26c5b5-dca5-4bc9-aecf-8a59a96da414} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12311 | 2024.07.03 17:30:00.563818 [ 3 ] {ae26c5b5-dca5-4bc9-aecf-8a59a96da414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12312 | 2024.07.03 17:30:00.564618 [ 3 ] {ae26c5b5-dca5-4bc9-aecf-8a59a96da414} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
12313 | 2024.07.03 17:30:00.565600 [ 3 ] {ae26c5b5-dca5-4bc9-aecf-8a59a96da414} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12314 | 2024.07.03 17:30:00.565701 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 4 columns (4 merged, 0 gathered) in 0.005593907 sec., 30390.20848934385 rows/sec., 2.41 MiB/sec. | ||
12315 | 2024.07.03 17:30:00.565887 [ 3 ] {ae26c5b5-dca5-4bc9-aecf-8a59a96da414} <Debug> executeQuery: Read 101 rows, 8.42 KiB in 0.004425 sec., 22824.858757062146 rows/sec., 1.86 MiB/sec. | ||
12316 | 2024.07.03 17:30:00.565951 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
12317 | 2024.07.03 17:30:00.566235 [ 3 ] {ae26c5b5-dca5-4bc9-aecf-8a59a96da414} <Debug> DynamicQueryHandler: Done processing query | ||
12318 | 2024.07.03 17:30:00.566310 [ 3 ] {ae26c5b5-dca5-4bc9-aecf-8a59a96da414} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12319 | 2024.07.03 17:30:00.566388 [ 3 ] {} <Debug> HTTP-Session: a270db14-62c6-4758-8865-e08555d366ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12320 | 2024.07.03 17:30:00.566622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 13430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12321 | 2024.07.03 17:30:00.566651 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12322 | 2024.07.03 17:30:00.566703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12323 | 2024.07.03 17:30:00.566759 [ 3 ] {} <Debug> HTTP-Session: c887ee63-c51c-49c4-bc78-95eff9775046 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12324 | 2024.07.03 17:30:00.566780 [ 3 ] {} <Debug> HTTP-Session: c887ee63-c51c-49c4-bc78-95eff9775046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12325 | 2024.07.03 17:30:00.566803 [ 193 ] {f158e373-1f45-4b38-aa11-ee89722932f2::all_1_80_16} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
12326 | 2024.07.03 17:30:00.566815 [ 3 ] {} <Debug> HTTP-Session: c887ee63-c51c-49c4-bc78-95eff9775046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12327 | 2024.07.03 17:30:00.566893 [ 3 ] {} <Trace> HTTP-Session: c887ee63-c51c-49c4-bc78-95eff9775046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12328 | 2024.07.03 17:30:00.566950 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12329 | 2024.07.03 17:30:00.567085 [ 3 ] {aa6ea1a9-692f-4c92-a007-d7f448ead3b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12330 | 2024.07.03 17:30:00.567135 [ 3 ] {aa6ea1a9-692f-4c92-a007-d7f448ead3b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12331 | 2024.07.03 17:30:00.567284 [ 3 ] {aa6ea1a9-692f-4c92-a007-d7f448ead3b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12332 | 2024.07.03 17:30:00.567686 [ 3 ] {aa6ea1a9-692f-4c92-a007-d7f448ead3b4} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12333 | 2024.07.03 17:30:00.567723 [ 3 ] {aa6ea1a9-692f-4c92-a007-d7f448ead3b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12334 | 2024.07.03 17:30:00.568040 [ 3 ] {aa6ea1a9-692f-4c92-a007-d7f448ead3b4} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
12335 | 2024.07.03 17:30:00.568351 [ 3 ] {aa6ea1a9-692f-4c92-a007-d7f448ead3b4} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12336 | 2024.07.03 17:30:00.568474 [ 3 ] {aa6ea1a9-692f-4c92-a007-d7f448ead3b4} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001436 sec., 55013.92757660167 rows/sec., 4.30 MiB/sec. | ||
12337 | 2024.07.03 17:30:00.568715 [ 3 ] {aa6ea1a9-692f-4c92-a007-d7f448ead3b4} <Debug> DynamicQueryHandler: Done processing query | ||
12338 | 2024.07.03 17:30:00.568783 [ 3 ] {aa6ea1a9-692f-4c92-a007-d7f448ead3b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12339 | 2024.07.03 17:30:00.568838 [ 3 ] {} <Debug> HTTP-Session: c887ee63-c51c-49c4-bc78-95eff9775046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12340 | 2024.07.03 17:30:00.569047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12341 | 2024.07.03 17:30:00.569101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12342 | 2024.07.03 17:30:00.569121 [ 3 ] {} <Debug> HTTP-Session: 1cc39464-48c7-44ac-b088-1cb6132d585d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12343 | 2024.07.03 17:30:00.569138 [ 3 ] {} <Debug> HTTP-Session: 1cc39464-48c7-44ac-b088-1cb6132d585d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12344 | 2024.07.03 17:30:00.569152 [ 3 ] {} <Debug> HTTP-Session: 1cc39464-48c7-44ac-b088-1cb6132d585d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12345 | 2024.07.03 17:30:00.569185 [ 3 ] {} <Trace> HTTP-Session: 1cc39464-48c7-44ac-b088-1cb6132d585d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12346 | 2024.07.03 17:30:00.569345 [ 3 ] {49cdd820-7087-4123-af87-83c788d88927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12347 | 2024.07.03 17:30:00.569393 [ 3 ] {49cdd820-7087-4123-af87-83c788d88927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12348 | 2024.07.03 17:30:00.569554 [ 3 ] {49cdd820-7087-4123-af87-83c788d88927} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12349 | 2024.07.03 17:30:00.569916 [ 3 ] {49cdd820-7087-4123-af87-83c788d88927} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12350 | 2024.07.03 17:30:00.569952 [ 3 ] {49cdd820-7087-4123-af87-83c788d88927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12351 | 2024.07.03 17:30:00.570339 [ 3 ] {49cdd820-7087-4123-af87-83c788d88927} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12352 | 2024.07.03 17:30:00.570676 [ 3 ] {49cdd820-7087-4123-af87-83c788d88927} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12353 | 2024.07.03 17:30:00.570801 [ 3 ] {49cdd820-7087-4123-af87-83c788d88927} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec. | ||
12354 | 2024.07.03 17:30:00.570958 [ 3 ] {49cdd820-7087-4123-af87-83c788d88927} <Debug> DynamicQueryHandler: Done processing query | ||
12355 | 2024.07.03 17:30:00.570982 [ 3 ] {49cdd820-7087-4123-af87-83c788d88927} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12356 | 2024.07.03 17:30:00.570998 [ 3 ] {} <Debug> HTTP-Session: 1cc39464-48c7-44ac-b088-1cb6132d585d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12357 | 2024.07.03 17:30:00.571147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 23871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12358 | 2024.07.03 17:30:00.571194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12359 | 2024.07.03 17:30:00.571214 [ 3 ] {} <Debug> HTTP-Session: 6363454c-7021-4498-aca9-bdff3a84350c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12360 | 2024.07.03 17:30:00.571230 [ 3 ] {} <Debug> HTTP-Session: 6363454c-7021-4498-aca9-bdff3a84350c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12361 | 2024.07.03 17:30:00.571244 [ 3 ] {} <Debug> HTTP-Session: 6363454c-7021-4498-aca9-bdff3a84350c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12362 | 2024.07.03 17:30:00.571276 [ 3 ] {} <Trace> HTTP-Session: 6363454c-7021-4498-aca9-bdff3a84350c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12363 | 2024.07.03 17:30:00.571503 [ 3 ] {bab0cd47-26ca-4e0f-b621-08d9cb24f171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12364 | 2024.07.03 17:30:00.571568 [ 3 ] {bab0cd47-26ca-4e0f-b621-08d9cb24f171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12365 | 2024.07.03 17:30:00.571969 [ 3 ] {bab0cd47-26ca-4e0f-b621-08d9cb24f171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12366 | 2024.07.03 17:30:00.572528 [ 3 ] {bab0cd47-26ca-4e0f-b621-08d9cb24f171} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12367 | 2024.07.03 17:30:00.572565 [ 3 ] {bab0cd47-26ca-4e0f-b621-08d9cb24f171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12368 | 2024.07.03 17:30:00.573164 [ 3 ] {bab0cd47-26ca-4e0f-b621-08d9cb24f171} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12369 | 2024.07.03 17:30:00.573573 [ 3 ] {bab0cd47-26ca-4e0f-b621-08d9cb24f171} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12370 | 2024.07.03 17:30:00.573728 [ 3 ] {bab0cd47-26ca-4e0f-b621-08d9cb24f171} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002374 sec., 6318.449873631003 rows/sec., 11.32 MiB/sec. | ||
12371 | 2024.07.03 17:30:00.573948 [ 3 ] {bab0cd47-26ca-4e0f-b621-08d9cb24f171} <Debug> DynamicQueryHandler: Done processing query | ||
12372 | 2024.07.03 17:30:00.573972 [ 3 ] {bab0cd47-26ca-4e0f-b621-08d9cb24f171} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
12373 | 2024.07.03 17:30:00.573988 [ 3 ] {} <Debug> HTTP-Session: 6363454c-7021-4498-aca9-bdff3a84350c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12374 | 2024.07.03 17:30:00.574138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12375 | 2024.07.03 17:30:00.574187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12376 | 2024.07.03 17:30:00.574207 [ 3 ] {} <Debug> HTTP-Session: 75f34655-3bcf-4230-9134-f2f5bd1278c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12377 | 2024.07.03 17:30:00.574224 [ 3 ] {} <Debug> HTTP-Session: 75f34655-3bcf-4230-9134-f2f5bd1278c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12378 | 2024.07.03 17:30:00.574237 [ 3 ] {} <Debug> HTTP-Session: 75f34655-3bcf-4230-9134-f2f5bd1278c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12379 | 2024.07.03 17:30:00.574268 [ 3 ] {} <Trace> HTTP-Session: 75f34655-3bcf-4230-9134-f2f5bd1278c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12380 | 2024.07.03 17:30:00.574383 [ 3 ] {086a6d0d-1c0a-4e3f-bf82-7579ab52278c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12381 | 2024.07.03 17:30:00.574428 [ 3 ] {086a6d0d-1c0a-4e3f-bf82-7579ab52278c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12382 | 2024.07.03 17:30:00.574557 [ 3 ] {086a6d0d-1c0a-4e3f-bf82-7579ab52278c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12383 | 2024.07.03 17:30:00.574835 [ 3 ] {086a6d0d-1c0a-4e3f-bf82-7579ab52278c} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12384 | 2024.07.03 17:30:00.574870 [ 3 ] {086a6d0d-1c0a-4e3f-bf82-7579ab52278c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12385 | 2024.07.03 17:30:00.575226 [ 3 ] {086a6d0d-1c0a-4e3f-bf82-7579ab52278c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12386 | 2024.07.03 17:30:00.575542 [ 3 ] {086a6d0d-1c0a-4e3f-bf82-7579ab52278c} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12387 | 2024.07.03 17:30:00.575666 [ 3 ] {086a6d0d-1c0a-4e3f-bf82-7579ab52278c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec. | ||
12388 | 2024.07.03 17:30:00.575819 [ 3 ] {086a6d0d-1c0a-4e3f-bf82-7579ab52278c} <Debug> DynamicQueryHandler: Done processing query | ||
12389 | 2024.07.03 17:30:00.575842 [ 3 ] {086a6d0d-1c0a-4e3f-bf82-7579ab52278c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12390 | 2024.07.03 17:30:00.575858 [ 3 ] {} <Debug> HTTP-Session: 75f34655-3bcf-4230-9134-f2f5bd1278c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12391 | 2024.07.03 17:30:03.472091 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12392 | 2024.07.03 17:30:03.472141 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12393 | 2024.07.03 17:30:05.558761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 5642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12394 | 2024.07.03 17:30:05.558956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12395 | 2024.07.03 17:30:05.559001 [ 3 ] {} <Debug> HTTP-Session: 03cf3eab-cca4-4fb3-b87b-49c90010ed2a Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12396 | 2024.07.03 17:30:05.559156 [ 3 ] {} <Debug> HTTP-Session: 03cf3eab-cca4-4fb3-b87b-49c90010ed2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12397 | 2024.07.03 17:30:05.559185 [ 3 ] {} <Debug> HTTP-Session: 03cf3eab-cca4-4fb3-b87b-49c90010ed2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12398 | 2024.07.03 17:30:05.559262 [ 3 ] {} <Trace> HTTP-Session: 03cf3eab-cca4-4fb3-b87b-49c90010ed2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12399 | 2024.07.03 17:30:05.559549 [ 3 ] {cb49ef6d-f6d8-44a2-985e-c5eb75bf879f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12400 | 2024.07.03 17:30:05.559651 [ 3 ] {cb49ef6d-f6d8-44a2-985e-c5eb75bf879f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12401 | 2024.07.03 17:30:05.559946 [ 3 ] {cb49ef6d-f6d8-44a2-985e-c5eb75bf879f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12402 | 2024.07.03 17:30:05.560439 [ 3 ] {cb49ef6d-f6d8-44a2-985e-c5eb75bf879f} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12403 | 2024.07.03 17:30:05.560482 [ 3 ] {cb49ef6d-f6d8-44a2-985e-c5eb75bf879f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12404 | 2024.07.03 17:30:05.560861 [ 3 ] {cb49ef6d-f6d8-44a2-985e-c5eb75bf879f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12405 | 2024.07.03 17:30:05.561204 [ 3 ] {cb49ef6d-f6d8-44a2-985e-c5eb75bf879f} <Trace> oximeter.fields_i64 (f158e373-1f45-4b38-aa11-ee89722932f2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12406 | 2024.07.03 17:30:05.561447 [ 3 ] {cb49ef6d-f6d8-44a2-985e-c5eb75bf879f} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.002 sec., 19500 rows/sec., 1.54 MiB/sec. | ||
12407 | 2024.07.03 17:30:05.561667 [ 3 ] {cb49ef6d-f6d8-44a2-985e-c5eb75bf879f} <Debug> DynamicQueryHandler: Done processing query | ||
12408 | 2024.07.03 17:30:05.561694 [ 3 ] {cb49ef6d-f6d8-44a2-985e-c5eb75bf879f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12409 | 2024.07.03 17:30:05.561710 [ 3 ] {} <Debug> HTTP-Session: 03cf3eab-cca4-4fb3-b87b-49c90010ed2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12410 | 2024.07.03 17:30:05.561886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 25563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12411 | 2024.07.03 17:30:05.561943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12412 | 2024.07.03 17:30:05.561962 [ 3 ] {} <Debug> HTTP-Session: 8c659505-a322-43bd-87ee-f7b2122cd492 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12413 | 2024.07.03 17:30:05.561979 [ 3 ] {} <Debug> HTTP-Session: 8c659505-a322-43bd-87ee-f7b2122cd492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12414 | 2024.07.03 17:30:05.561992 [ 3 ] {} <Debug> HTTP-Session: 8c659505-a322-43bd-87ee-f7b2122cd492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12415 | 2024.07.03 17:30:05.562028 [ 3 ] {} <Trace> HTTP-Session: 8c659505-a322-43bd-87ee-f7b2122cd492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12416 | 2024.07.03 17:30:05.562181 [ 3 ] {4ec37f2a-d54c-4b6c-8d11-b6159c6819e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12417 | 2024.07.03 17:30:05.562227 [ 3 ] {4ec37f2a-d54c-4b6c-8d11-b6159c6819e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12418 | 2024.07.03 17:30:05.562359 [ 3 ] {4ec37f2a-d54c-4b6c-8d11-b6159c6819e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12419 | 2024.07.03 17:30:05.562799 [ 3 ] {4ec37f2a-d54c-4b6c-8d11-b6159c6819e0} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12420 | 2024.07.03 17:30:05.562835 [ 3 ] {4ec37f2a-d54c-4b6c-8d11-b6159c6819e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12421 | 2024.07.03 17:30:05.563170 [ 3 ] {4ec37f2a-d54c-4b6c-8d11-b6159c6819e0} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
12422 | 2024.07.03 17:30:05.563501 [ 3 ] {4ec37f2a-d54c-4b6c-8d11-b6159c6819e0} <Trace> oximeter.fields_string (14c34318-7efb-45d9-a1e8-480e25ccb7f5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12423 | 2024.07.03 17:30:05.563633 [ 3 ] {4ec37f2a-d54c-4b6c-8d11-b6159c6819e0} <Debug> executeQuery: Read 173 rows, 15.05 KiB in 0.001523 sec., 113591.59553512803 rows/sec., 9.65 MiB/sec. | ||
12424 | 2024.07.03 17:30:05.563793 [ 3 ] {4ec37f2a-d54c-4b6c-8d11-b6159c6819e0} <Debug> DynamicQueryHandler: Done processing query | ||
12425 | 2024.07.03 17:30:05.563816 [ 3 ] {4ec37f2a-d54c-4b6c-8d11-b6159c6819e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12426 | 2024.07.03 17:30:05.563832 [ 3 ] {} <Debug> HTTP-Session: 8c659505-a322-43bd-87ee-f7b2122cd492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12427 | 2024.07.03 17:30:05.564023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 17491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12428 | 2024.07.03 17:30:05.564072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12429 | 2024.07.03 17:30:05.564092 [ 3 ] {} <Debug> HTTP-Session: 486975ec-321a-46e7-ac91-03a011851d9c Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12430 | 2024.07.03 17:30:05.564108 [ 3 ] {} <Debug> HTTP-Session: 486975ec-321a-46e7-ac91-03a011851d9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12431 | 2024.07.03 17:30:05.564121 [ 3 ] {} <Debug> HTTP-Session: 486975ec-321a-46e7-ac91-03a011851d9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12432 | 2024.07.03 17:30:05.564153 [ 3 ] {} <Trace> HTTP-Session: 486975ec-321a-46e7-ac91-03a011851d9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12433 | 2024.07.03 17:30:05.564277 [ 3 ] {599bf951-1b82-433e-9bac-c634761cac9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12434 | 2024.07.03 17:30:05.564322 [ 3 ] {599bf951-1b82-433e-9bac-c634761cac9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12435 | 2024.07.03 17:30:05.564446 [ 3 ] {599bf951-1b82-433e-9bac-c634761cac9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12436 | 2024.07.03 17:30:05.564785 [ 3 ] {599bf951-1b82-433e-9bac-c634761cac9b} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12437 | 2024.07.03 17:30:05.564820 [ 3 ] {599bf951-1b82-433e-9bac-c634761cac9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12438 | 2024.07.03 17:30:05.565139 [ 3 ] {599bf951-1b82-433e-9bac-c634761cac9b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
12439 | 2024.07.03 17:30:05.565445 [ 3 ] {599bf951-1b82-433e-9bac-c634761cac9b} <Trace> oximeter.fields_uuid (ded48570-387e-489f-9d6c-f1e5d4e0f989): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12440 | 2024.07.03 17:30:05.565568 [ 3 ] {599bf951-1b82-433e-9bac-c634761cac9b} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001335 sec., 77153.55805243446 rows/sec., 6.03 MiB/sec. | ||
12441 | 2024.07.03 17:30:05.565811 [ 3 ] {599bf951-1b82-433e-9bac-c634761cac9b} <Debug> DynamicQueryHandler: Done processing query | ||
12442 | 2024.07.03 17:30:05.565874 [ 3 ] {599bf951-1b82-433e-9bac-c634761cac9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12443 | 2024.07.03 17:30:05.565934 [ 3 ] {} <Debug> HTTP-Session: 486975ec-321a-46e7-ac91-03a011851d9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12444 | 2024.07.03 17:30:05.566223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12445 | 2024.07.03 17:30:05.566291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12446 | 2024.07.03 17:30:05.566312 [ 3 ] {} <Debug> HTTP-Session: 94254841-7fab-4609-a641-9e304416f440 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12447 | 2024.07.03 17:30:05.566329 [ 3 ] {} <Debug> HTTP-Session: 94254841-7fab-4609-a641-9e304416f440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12448 | 2024.07.03 17:30:05.566342 [ 3 ] {} <Debug> HTTP-Session: 94254841-7fab-4609-a641-9e304416f440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12449 | 2024.07.03 17:30:05.566375 [ 3 ] {} <Trace> HTTP-Session: 94254841-7fab-4609-a641-9e304416f440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12450 | 2024.07.03 17:30:05.566529 [ 3 ] {ba2d6687-5ecb-49c3-ae07-21261deb5311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12451 | 2024.07.03 17:30:05.566578 [ 3 ] {ba2d6687-5ecb-49c3-ae07-21261deb5311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12452 | 2024.07.03 17:30:05.566739 [ 3 ] {ba2d6687-5ecb-49c3-ae07-21261deb5311} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12453 | 2024.07.03 17:30:05.567192 [ 3 ] {ba2d6687-5ecb-49c3-ae07-21261deb5311} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12454 | 2024.07.03 17:30:05.567236 [ 3 ] {ba2d6687-5ecb-49c3-ae07-21261deb5311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12455 | 2024.07.03 17:30:05.567924 [ 3 ] {ba2d6687-5ecb-49c3-ae07-21261deb5311} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12456 | 2024.07.03 17:30:05.568286 [ 3 ] {ba2d6687-5ecb-49c3-ae07-21261deb5311} <Trace> oximeter.measurements_cumulativeu64 (35b868b4-793d-4fa5-a2ca-d30519f24fe2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12457 | 2024.07.03 17:30:05.568420 [ 3 ] {ba2d6687-5ecb-49c3-ae07-21261deb5311} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001961 sec., 81591.0249872514 rows/sec., 5.68 MiB/sec. | ||
12458 | 2024.07.03 17:30:05.568679 [ 3 ] {ba2d6687-5ecb-49c3-ae07-21261deb5311} <Debug> DynamicQueryHandler: Done processing query | ||
12459 | 2024.07.03 17:30:05.568741 [ 3 ] {ba2d6687-5ecb-49c3-ae07-21261deb5311} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12460 | 2024.07.03 17:30:05.568797 [ 3 ] {} <Debug> HTTP-Session: 94254841-7fab-4609-a641-9e304416f440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12461 | 2024.07.03 17:30:05.569008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 63368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12462 | 2024.07.03 17:30:05.569061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12463 | 2024.07.03 17:30:05.569080 [ 3 ] {} <Debug> HTTP-Session: 47795e32-804a-4bb1-84fd-f20771736103 Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12464 | 2024.07.03 17:30:05.569097 [ 3 ] {} <Debug> HTTP-Session: 47795e32-804a-4bb1-84fd-f20771736103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12465 | 2024.07.03 17:30:05.569111 [ 3 ] {} <Debug> HTTP-Session: 47795e32-804a-4bb1-84fd-f20771736103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12466 | 2024.07.03 17:30:05.569143 [ 3 ] {} <Trace> HTTP-Session: 47795e32-804a-4bb1-84fd-f20771736103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12467 | 2024.07.03 17:30:05.569597 [ 3 ] {ad0c483f-df80-4af3-abb2-963bfba74efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12468 | 2024.07.03 17:30:05.569671 [ 3 ] {ad0c483f-df80-4af3-abb2-963bfba74efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12469 | 2024.07.03 17:30:05.570099 [ 3 ] {ad0c483f-df80-4af3-abb2-963bfba74efb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12470 | 2024.07.03 17:30:05.570999 [ 3 ] {ad0c483f-df80-4af3-abb2-963bfba74efb} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12471 | 2024.07.03 17:30:05.571036 [ 3 ] {ad0c483f-df80-4af3-abb2-963bfba74efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12472 | 2024.07.03 17:30:05.571670 [ 3 ] {ad0c483f-df80-4af3-abb2-963bfba74efb} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12473 | 2024.07.03 17:30:05.572059 [ 3 ] {ad0c483f-df80-4af3-abb2-963bfba74efb} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12474 | 2024.07.03 17:30:05.572203 [ 98 ] {} <Debug> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12475 | 2024.07.03 17:30:05.572212 [ 3 ] {ad0c483f-df80-4af3-abb2-963bfba74efb} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002972 sec., 13122.476446837147 rows/sec., 23.51 MiB/sec. | ||
12476 | 2024.07.03 17:30:05.572243 [ 98 ] {} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12477 | 2024.07.03 17:30:05.572276 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12478 | 2024.07.03 17:30:05.572570 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
12479 | 2024.07.03 17:30:05.572738 [ 3 ] {ad0c483f-df80-4af3-abb2-963bfba74efb} <Debug> DynamicQueryHandler: Done processing query | ||
12480 | 2024.07.03 17:30:05.572816 [ 3 ] {ad0c483f-df80-4af3-abb2-963bfba74efb} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
12481 | 2024.07.03 17:30:05.572889 [ 3 ] {} <Debug> HTTP-Session: 47795e32-804a-4bb1-84fd-f20771736103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12482 | 2024.07.03 17:30:05.573202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35467, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12483 | 2024.07.03 17:30:05.573386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12484 | 2024.07.03 17:30:05.573479 [ 3 ] {} <Debug> HTTP-Session: 2c758290-d44e-423b-bf2a-f47f95c7139d Authenticating user 'default' from [fd00:1122:3344:101::d]:35467 | ||
12485 | 2024.07.03 17:30:05.573559 [ 3 ] {} <Debug> HTTP-Session: 2c758290-d44e-423b-bf2a-f47f95c7139d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12486 | 2024.07.03 17:30:05.573636 [ 3 ] {} <Debug> HTTP-Session: 2c758290-d44e-423b-bf2a-f47f95c7139d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12487 | 2024.07.03 17:30:05.573774 [ 3 ] {} <Trace> HTTP-Session: 2c758290-d44e-423b-bf2a-f47f95c7139d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12488 | 2024.07.03 17:30:05.574141 [ 3 ] {48285f06-5689-4456-8e54-84916f61b32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12489 | 2024.07.03 17:30:05.574310 [ 3 ] {48285f06-5689-4456-8e54-84916f61b32e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12490 | 2024.07.03 17:30:05.574670 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12491 | 2024.07.03 17:30:05.574791 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1174 rows starting from the beginning of the part | ||
12492 | 2024.07.03 17:30:05.574801 [ 3 ] {48285f06-5689-4456-8e54-84916f61b32e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12493 | 2024.07.03 17:30:05.575174 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 39 rows starting from the beginning of the part | ||
12494 | 2024.07.03 17:30:05.575621 [ 3 ] {48285f06-5689-4456-8e54-84916f61b32e} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12495 | 2024.07.03 17:30:05.575635 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 15 rows starting from the beginning of the part | ||
12496 | 2024.07.03 17:30:05.575663 [ 3 ] {48285f06-5689-4456-8e54-84916f61b32e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
12497 | 2024.07.03 17:30:05.575947 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 39 rows starting from the beginning of the part | ||
12498 | 2024.07.03 17:30:05.576430 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 15 rows starting from the beginning of the part | ||
12499 | 2024.07.03 17:30:05.576668 [ 3 ] {48285f06-5689-4456-8e54-84916f61b32e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12500 | 2024.07.03 17:30:05.576947 [ 190 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 39 rows starting from the beginning of the part | ||
12501 | 2024.07.03 17:30:05.577644 [ 3 ] {48285f06-5689-4456-8e54-84916f61b32e} <Trace> oximeter.measurements_u64 (b6ccdf21-e192-4ebc-aeca-7e31dd912d70): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12502 | 2024.07.03 17:30:05.577834 [ 3 ] {48285f06-5689-4456-8e54-84916f61b32e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003849 sec., 15588.46453624318 rows/sec., 1.05 MiB/sec. | ||
12503 | 2024.07.03 17:30:05.578034 [ 3 ] {48285f06-5689-4456-8e54-84916f61b32e} <Debug> DynamicQueryHandler: Done processing query | ||
12504 | 2024.07.03 17:30:05.578069 [ 3 ] {48285f06-5689-4456-8e54-84916f61b32e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12505 | 2024.07.03 17:30:05.578100 [ 3 ] {} <Debug> HTTP-Session: 2c758290-d44e-423b-bf2a-f47f95c7139d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12506 | 2024.07.03 17:30:05.582798 [ 200 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1321 rows, containing 19 columns (19 merged, 0 gathered) in 0.010439543 sec., 126538.10612207832 rows/sec., 226.75 MiB/sec. | ||
12507 | 2024.07.03 17:30:05.583879 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12508 | 2024.07.03 17:30:05.584428 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12509 | 2024.07.03 17:30:05.584506 [ 198 ] {513f5acd-5849-4329-a953-fa40b823434c::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (513f5acd-5849-4329-a953-fa40b823434c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12510 | 2024.07.03 17:30:05.584608 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.37 MiB. |