1 | [ Jun 22 01:30:05 Enabled. ] | ||
2 | [ Jun 22 01:30:05 Rereading configuration. ] | ||
3 | [ Jun 22 01:30:09 Rereading configuration. ] | ||
4 | [ Jun 22 01:30:16 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 | [ Jun 22 01:30:16 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.06.22 01:30:18.372897 [ 1 ] {} <Information> Application: Will watch for the process with pid 27015 | ||
33 | 2024.06.22 01:30:18.373428 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.06.22 01:30:18.622680 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 27015 | ||
35 | 2024.06.22 01:30:18.623466 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.06.22 01:30:18.626104 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.06.22 01:30:18.736625 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.06.22 01:30:18.777658 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.06.22 01:30:18.777739 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.06.22 01:30:18.777769 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.06.22 01:30:18.777872 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.06.22 01:30:18.778318 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.06.22 01:30:18.780330 [ 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.06.22 01:30:18.781033 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.06.22 01:30:18.782138 [ 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.06.22 01:30:18.782171 [ 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.06.22 01:30:18.782188 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.06.22 01:30:18.782492 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.06.22 01:30:18.783813 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.06.22 01:30:18.790508 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.06.22 01:30:18.791741 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.06.22 01:30:18.793638 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.06.22 01:30:18.793719 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.06.22 01:30:18.795756 [ 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.06.22 01:30:18.796120 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.06.22 01:30:18.801954 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.06.22 01:30:18.802567 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.06.22 01:30:18.804608 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.06.22 01:30:18.805044 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.06.22 01:30:18.805578 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.06.22 01:30:18.806033 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.06.22 01:30:18.809980 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.06.22 01:30:18.810020 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.06.22 01:30:18.810157 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.06.22 01:30:18.810347 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.06.22 01:30:18.829782 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.06.22 01:30:18.829827 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000240552 sec | ||
74 | 2024.06.22 01:30:18.829879 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.06.22 01:30:18.829897 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.06.22 01:30:18.831419 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.06.22 01:30:18.832883 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.06.22 01:30:18.832913 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.06.22 01:30:18.832960 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.06.22 01:30:18.832981 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.06.22 01:30:18.832999 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.06.22 01:30:18.833044 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.06.22 01:30:18.833061 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.06.22 01:30:18.833082 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.06.22 01:30:18.833131 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.06.22 01:30:18.833149 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.06.22 01:30:18.833166 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.06.22 01:30:18.833190 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.06.22 01:30:18.833234 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.06.22 01:30:18.833252 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.06.22 01:30:18.833270 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.06.22 01:30:18.833307 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.06.22 01:30:18.833326 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.06.22 01:30:18.885154 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.06.22 01:30:18.886826 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.06.22 01:30:18.886858 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.247e-05 sec | ||
97 | 2024.06.22 01:30:18.886874 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.06.22 01:30:18.886892 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.06.22 01:30:18.886921 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.06.22 01:30:18.887239 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.06.22 01:30:18.887298 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.06.22 01:30:18.887317 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.06.22 01:30:18.887338 [ 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.06.22 01:30:18.887356 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.06.22 01:30:18.956500 [ 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.06.22 01:30:19.608929 [ 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.06.22 01:30:19.608988 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.06.22 01:30:19.696956 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.06.22 01:30:19.697195 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB | ||
110 | 2024.06.22 01:30:19.698149 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.423e-05 sec. | ||
111 | 2024.06.22 01:30:19.698564 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.06.22 01:30:19.698666 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.06.22 01:30:19.698722 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.06.22 01:30:19.698743 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.06.22 01:30:19.790432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.06.22 01:30:19.790656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.06.22 01:30:19.790694 [ 3 ] {} <Debug> HTTP-Session: 228c9ce8-e307-406e-8756-fc1a40678726 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
118 | 2024.06.22 01:30:19.790728 [ 3 ] {} <Debug> HTTP-Session: 228c9ce8-e307-406e-8756-fc1a40678726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.06.22 01:30:19.790749 [ 3 ] {} <Debug> HTTP-Session: 228c9ce8-e307-406e-8756-fc1a40678726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.06.22 01:30:19.790916 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.06.22 01:30:19.790952 [ 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.06.22 01:30:19.790975 [ 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.06.22 01:30:19.791048 [ 3 ] {} <Trace> HTTP-Session: 228c9ce8-e307-406e-8756-fc1a40678726 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.06.22 01:30:19.792276 [ 3 ] {9d2ab3c5-8439-460e-b5d3-3922fa11c99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.06.22 01:30:19.841358 [ 3 ] {9d2ab3c5-8439-460e-b5d3-3922fa11c99b} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38008) (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.06.22 01:30:19.842220 [ 3 ] {9d2ab3c5-8439-460e-b5d3-3922fa11c99b} <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.06.22 01:30:19.847307 [ 3 ] {} <Debug> HTTP-Session: 228c9ce8-e307-406e-8756-fc1a40678726 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.06.22 01:30:19.847839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.06.22 01:30:19.847913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.06.22 01:30:19.847941 [ 3 ] {} <Debug> HTTP-Session: da441bd0-d3d3-4176-b7e9-5445301d871c Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
179 | 2024.06.22 01:30:19.847967 [ 3 ] {} <Debug> HTTP-Session: da441bd0-d3d3-4176-b7e9-5445301d871c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.06.22 01:30:19.847982 [ 3 ] {} <Debug> HTTP-Session: da441bd0-d3d3-4176-b7e9-5445301d871c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.06.22 01:30:19.848031 [ 3 ] {} <Trace> HTTP-Session: da441bd0-d3d3-4176-b7e9-5445301d871c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.06.22 01:30:19.849401 [ 3 ] {308cbd96-e336-465d-9a91-57c8fbd2a52f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.06.22 01:30:19.849534 [ 3 ] {308cbd96-e336-465d-9a91-57c8fbd2a52f} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.06.22 01:30:19.851903 [ 3 ] {308cbd96-e336-465d-9a91-57c8fbd2a52f} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.06.22 01:30:19.855264 [ 3 ] {308cbd96-e336-465d-9a91-57c8fbd2a52f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.06.22 01:30:19.862262 [ 3 ] {308cbd96-e336-465d-9a91-57c8fbd2a52f} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.06.22 01:30:19.862301 [ 3 ] {308cbd96-e336-465d-9a91-57c8fbd2a52f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.06.22 01:30:19.862325 [ 3 ] {} <Debug> HTTP-Session: da441bd0-d3d3-4176-b7e9-5445301d871c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.06.22 01:30:19.864289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.06.22 01:30:19.864348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.06.22 01:30:19.864374 [ 3 ] {} <Debug> HTTP-Session: 29c21cea-c98f-466e-be90-6c7d57035f1e Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
192 | 2024.06.22 01:30:19.864392 [ 3 ] {} <Debug> HTTP-Session: 29c21cea-c98f-466e-be90-6c7d57035f1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.06.22 01:30:19.864409 [ 3 ] {} <Debug> HTTP-Session: 29c21cea-c98f-466e-be90-6c7d57035f1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.06.22 01:30:19.864448 [ 3 ] {} <Trace> HTTP-Session: 29c21cea-c98f-466e-be90-6c7d57035f1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.06.22 01:30:19.864638 [ 3 ] {92b2bd49-631c-46db-ab6a-ab1ac3c99e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.06.22 01:30:19.865045 [ 3 ] {92b2bd49-631c-46db-ab6a-ab1ac3c99e99} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38008) (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.06.22 01:30:19.865297 [ 3 ] {92b2bd49-631c-46db-ab6a-ab1ac3c99e99} <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.06.22 01:30:19.865531 [ 3 ] {} <Debug> HTTP-Session: 29c21cea-c98f-466e-be90-6c7d57035f1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.06.22 01:30:19.865789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.06.22 01:30:19.865841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.06.22 01:30:19.865860 [ 3 ] {} <Debug> HTTP-Session: aecf7294-b3d5-4201-985e-3c2be334f091 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
250 | 2024.06.22 01:30:19.865880 [ 3 ] {} <Debug> HTTP-Session: aecf7294-b3d5-4201-985e-3c2be334f091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.06.22 01:30:19.865897 [ 3 ] {} <Debug> HTTP-Session: aecf7294-b3d5-4201-985e-3c2be334f091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.06.22 01:30:19.865927 [ 3 ] {} <Trace> HTTP-Session: aecf7294-b3d5-4201-985e-3c2be334f091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.06.22 01:30:19.866108 [ 3 ] {c2006f9e-d82d-4ff4-be96-30c1784cee07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.06.22 01:30:19.866348 [ 3 ] {c2006f9e-d82d-4ff4-be96-30c1784cee07} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.06.22 01:30:19.866372 [ 3 ] {} <Debug> HTTP-Session: aecf7294-b3d5-4201-985e-3c2be334f091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.06.22 01:30:19.866492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.06.22 01:30:19.866543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.06.22 01:30:19.866565 [ 3 ] {} <Debug> HTTP-Session: d0006b0a-2c05-43c8-8611-5999b7a5c289 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
259 | 2024.06.22 01:30:19.866582 [ 3 ] {} <Debug> HTTP-Session: d0006b0a-2c05-43c8-8611-5999b7a5c289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.06.22 01:30:19.866600 [ 3 ] {} <Debug> HTTP-Session: d0006b0a-2c05-43c8-8611-5999b7a5c289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.06.22 01:30:19.866631 [ 3 ] {} <Trace> HTTP-Session: d0006b0a-2c05-43c8-8611-5999b7a5c289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.06.22 01:30:19.866722 [ 3 ] {1ef83d67-5e0d-4915-891d-54ab7267ef65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.06.22 01:30:19.866782 [ 3 ] {1ef83d67-5e0d-4915-891d-54ab7267ef65} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.06.22 01:30:19.868044 [ 3 ] {1ef83d67-5e0d-4915-891d-54ab7267ef65} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.06.22 01:30:19.868077 [ 3 ] {1ef83d67-5e0d-4915-891d-54ab7267ef65} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.063e-05 sec | ||
266 | 2024.06.22 01:30:19.868092 [ 3 ] {1ef83d67-5e0d-4915-891d-54ab7267ef65} <Trace> ReferentialDeps: No tables | ||
267 | 2024.06.22 01:30:19.868108 [ 3 ] {1ef83d67-5e0d-4915-891d-54ab7267ef65} <Trace> LoadingDeps: No tables | ||
268 | 2024.06.22 01:30:19.868132 [ 3 ] {1ef83d67-5e0d-4915-891d-54ab7267ef65} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.06.22 01:30:19.868327 [ 3 ] {1ef83d67-5e0d-4915-891d-54ab7267ef65} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.06.22 01:30:19.868350 [ 3 ] {} <Debug> HTTP-Session: d0006b0a-2c05-43c8-8611-5999b7a5c289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.06.22 01:30:19.868473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.06.22 01:30:19.868524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.06.22 01:30:19.868544 [ 3 ] {} <Debug> HTTP-Session: 111b573c-9439-48fa-b88d-87a1d521fdf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
274 | 2024.06.22 01:30:19.868564 [ 3 ] {} <Debug> HTTP-Session: 111b573c-9439-48fa-b88d-87a1d521fdf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.06.22 01:30:19.868585 [ 3 ] {} <Debug> HTTP-Session: 111b573c-9439-48fa-b88d-87a1d521fdf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.06.22 01:30:19.868616 [ 3 ] {} <Trace> HTTP-Session: 111b573c-9439-48fa-b88d-87a1d521fdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.06.22 01:30:19.868759 [ 3 ] {c3d29617-eaf8-49db-8ee0-cc12c254221f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) /* 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.06.22 01:30:19.868810 [ 3 ] {c3d29617-eaf8-49db-8ee0-cc12c254221f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.06.22 01:30:19.872764 [ 3 ] {c3d29617-eaf8-49db-8ee0-cc12c254221f} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.06.22 01:30:19.874836 [ 3 ] {c3d29617-eaf8-49db-8ee0-cc12c254221f} <Debug> oximeter.version (0690b31d-16ab-4a9c-bae6-3f7e43dbc8c8): Loading data parts | ||
282 | 2024.06.22 01:30:19.875334 [ 3 ] {c3d29617-eaf8-49db-8ee0-cc12c254221f} <Debug> oximeter.version (0690b31d-16ab-4a9c-bae6-3f7e43dbc8c8): There are no data parts | ||
283 | 2024.06.22 01:30:19.878220 [ 3 ] {c3d29617-eaf8-49db-8ee0-cc12c254221f} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.06.22 01:30:19.878253 [ 3 ] {} <Debug> HTTP-Session: 111b573c-9439-48fa-b88d-87a1d521fdf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.06.22 01:30:19.878469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.06.22 01:30:19.878528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.06.22 01:30:19.878551 [ 3 ] {} <Debug> HTTP-Session: 2fb049b5-4d2d-4794-9a0c-f6d6283d9669 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
288 | 2024.06.22 01:30:19.878569 [ 3 ] {} <Debug> HTTP-Session: 2fb049b5-4d2d-4794-9a0c-f6d6283d9669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.06.22 01:30:19.878586 [ 3 ] {} <Debug> HTTP-Session: 2fb049b5-4d2d-4794-9a0c-f6d6283d9669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.06.22 01:30:19.878622 [ 3 ] {} <Trace> HTTP-Session: 2fb049b5-4d2d-4794-9a0c-f6d6283d9669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.06.22 01:30:19.878843 [ 3 ] {86ad59f4-88cd-46e5-8617-13ada84589d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) /* 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.06.22 01:30:19.878902 [ 3 ] {86ad59f4-88cd-46e5-8617-13ada84589d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.06.22 01:30:19.889106 [ 3 ] {86ad59f4-88cd-46e5-8617-13ada84589d3} <Debug> oximeter.measurements_bool (ff3eff36-9a14-4fc8-b0ee-ef8e53de03b9): Loading data parts | ||
304 | 2024.06.22 01:30:19.889322 [ 3 ] {86ad59f4-88cd-46e5-8617-13ada84589d3} <Debug> oximeter.measurements_bool (ff3eff36-9a14-4fc8-b0ee-ef8e53de03b9): There are no data parts | ||
305 | 2024.06.22 01:30:19.891014 [ 3 ] {86ad59f4-88cd-46e5-8617-13ada84589d3} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.06.22 01:30:19.891042 [ 3 ] {} <Debug> HTTP-Session: 2fb049b5-4d2d-4794-9a0c-f6d6283d9669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.06.22 01:30:19.891172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.06.22 01:30:19.891233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.06.22 01:30:19.891261 [ 3 ] {} <Debug> HTTP-Session: 4868ab48-f807-4593-a795-6e37c6822fe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
310 | 2024.06.22 01:30:19.891279 [ 3 ] {} <Debug> HTTP-Session: 4868ab48-f807-4593-a795-6e37c6822fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.06.22 01:30:19.891298 [ 3 ] {} <Debug> HTTP-Session: 4868ab48-f807-4593-a795-6e37c6822fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.06.22 01:30:19.891331 [ 3 ] {} <Trace> HTTP-Session: 4868ab48-f807-4593-a795-6e37c6822fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.06.22 01:30:19.891593 [ 3 ] {b84c0b2e-9efd-4ce9-90de-5a3f1cd8edee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.891644 [ 3 ] {b84c0b2e-9efd-4ce9-90de-5a3f1cd8edee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.06.22 01:30:19.894161 [ 3 ] {b84c0b2e-9efd-4ce9-90de-5a3f1cd8edee} <Debug> oximeter.measurements_i8 (0f1be0a6-b392-44c5-8e7b-7f2e6abcde05): Loading data parts | ||
316 | 2024.06.22 01:30:19.894315 [ 3 ] {b84c0b2e-9efd-4ce9-90de-5a3f1cd8edee} <Debug> oximeter.measurements_i8 (0f1be0a6-b392-44c5-8e7b-7f2e6abcde05): There are no data parts | ||
317 | 2024.06.22 01:30:19.895698 [ 3 ] {b84c0b2e-9efd-4ce9-90de-5a3f1cd8edee} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.06.22 01:30:19.895737 [ 3 ] {} <Debug> HTTP-Session: 4868ab48-f807-4593-a795-6e37c6822fe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.06.22 01:30:19.895842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.06.22 01:30:19.895899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.06.22 01:30:19.895924 [ 3 ] {} <Debug> HTTP-Session: 587358c4-831d-4b76-af11-85573a423a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
322 | 2024.06.22 01:30:19.895942 [ 3 ] {} <Debug> HTTP-Session: 587358c4-831d-4b76-af11-85573a423a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.06.22 01:30:19.895961 [ 3 ] {} <Debug> HTTP-Session: 587358c4-831d-4b76-af11-85573a423a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.06.22 01:30:19.895997 [ 3 ] {} <Trace> HTTP-Session: 587358c4-831d-4b76-af11-85573a423a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.06.22 01:30:19.896183 [ 3 ] {2f2aa83b-c40c-433b-98ea-c846b6e05992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.896241 [ 3 ] {2f2aa83b-c40c-433b-98ea-c846b6e05992} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.06.22 01:30:19.900536 [ 3 ] {2f2aa83b-c40c-433b-98ea-c846b6e05992} <Debug> oximeter.measurements_u8 (45fd8357-5c31-43cb-a1f6-2b58a93f6351): Loading data parts | ||
328 | 2024.06.22 01:30:19.900757 [ 3 ] {2f2aa83b-c40c-433b-98ea-c846b6e05992} <Debug> oximeter.measurements_u8 (45fd8357-5c31-43cb-a1f6-2b58a93f6351): There are no data parts | ||
329 | 2024.06.22 01:30:19.902470 [ 3 ] {2f2aa83b-c40c-433b-98ea-c846b6e05992} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.06.22 01:30:19.902499 [ 3 ] {} <Debug> HTTP-Session: 587358c4-831d-4b76-af11-85573a423a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.06.22 01:30:19.902625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.06.22 01:30:19.902684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.06.22 01:30:19.902708 [ 3 ] {} <Debug> HTTP-Session: 6a365427-c3a9-4d97-8bfe-b7431663de3d Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
334 | 2024.06.22 01:30:19.902726 [ 3 ] {} <Debug> HTTP-Session: 6a365427-c3a9-4d97-8bfe-b7431663de3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.06.22 01:30:19.902745 [ 3 ] {} <Debug> HTTP-Session: 6a365427-c3a9-4d97-8bfe-b7431663de3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.06.22 01:30:19.902782 [ 3 ] {} <Trace> HTTP-Session: 6a365427-c3a9-4d97-8bfe-b7431663de3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.06.22 01:30:19.902971 [ 3 ] {24d21d42-3d8e-44eb-a7af-694d97f63476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.903025 [ 3 ] {24d21d42-3d8e-44eb-a7af-694d97f63476} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.06.22 01:30:19.905696 [ 3 ] {24d21d42-3d8e-44eb-a7af-694d97f63476} <Debug> oximeter.measurements_i16 (d1afaa4e-dbce-4281-8286-c9fce97dda3a): Loading data parts | ||
340 | 2024.06.22 01:30:19.905880 [ 3 ] {24d21d42-3d8e-44eb-a7af-694d97f63476} <Debug> oximeter.measurements_i16 (d1afaa4e-dbce-4281-8286-c9fce97dda3a): There are no data parts | ||
341 | 2024.06.22 01:30:19.907224 [ 3 ] {24d21d42-3d8e-44eb-a7af-694d97f63476} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.06.22 01:30:19.907261 [ 3 ] {} <Debug> HTTP-Session: 6a365427-c3a9-4d97-8bfe-b7431663de3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.06.22 01:30:19.907373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.06.22 01:30:19.907499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.06.22 01:30:19.907532 [ 3 ] {} <Debug> HTTP-Session: 59453007-98b1-489f-8756-26ad45c55e68 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
346 | 2024.06.22 01:30:19.907549 [ 3 ] {} <Debug> HTTP-Session: 59453007-98b1-489f-8756-26ad45c55e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.06.22 01:30:19.907567 [ 3 ] {} <Debug> HTTP-Session: 59453007-98b1-489f-8756-26ad45c55e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.06.22 01:30:19.907604 [ 3 ] {} <Trace> HTTP-Session: 59453007-98b1-489f-8756-26ad45c55e68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.06.22 01:30:19.907792 [ 3 ] {a00c34ee-b3c2-4914-aa29-1ea7ae52e84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.907850 [ 3 ] {a00c34ee-b3c2-4914-aa29-1ea7ae52e84c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.06.22 01:30:19.912064 [ 3 ] {a00c34ee-b3c2-4914-aa29-1ea7ae52e84c} <Debug> oximeter.measurements_u16 (451a0a57-19c8-4f52-8267-4f869bfdd13e): Loading data parts | ||
352 | 2024.06.22 01:30:19.912269 [ 3 ] {a00c34ee-b3c2-4914-aa29-1ea7ae52e84c} <Debug> oximeter.measurements_u16 (451a0a57-19c8-4f52-8267-4f869bfdd13e): There are no data parts | ||
353 | 2024.06.22 01:30:19.913887 [ 3 ] {a00c34ee-b3c2-4914-aa29-1ea7ae52e84c} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.06.22 01:30:19.913924 [ 3 ] {} <Debug> HTTP-Session: 59453007-98b1-489f-8756-26ad45c55e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.06.22 01:30:19.914034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.06.22 01:30:19.914084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.06.22 01:30:19.914114 [ 3 ] {} <Debug> HTTP-Session: 27a1a95c-1c24-4ac4-97fd-64152383dbb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
358 | 2024.06.22 01:30:19.914137 [ 3 ] {} <Debug> HTTP-Session: 27a1a95c-1c24-4ac4-97fd-64152383dbb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.06.22 01:30:19.914150 [ 3 ] {} <Debug> HTTP-Session: 27a1a95c-1c24-4ac4-97fd-64152383dbb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.06.22 01:30:19.914191 [ 3 ] {} <Trace> HTTP-Session: 27a1a95c-1c24-4ac4-97fd-64152383dbb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.06.22 01:30:19.914401 [ 3 ] {b3ed1d78-2b60-47df-ac37-be40f27a8df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.914456 [ 3 ] {b3ed1d78-2b60-47df-ac37-be40f27a8df0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.06.22 01:30:19.917082 [ 3 ] {b3ed1d78-2b60-47df-ac37-be40f27a8df0} <Debug> oximeter.measurements_i32 (685f577e-314e-4100-b10e-75cef0f9f80d): Loading data parts | ||
364 | 2024.06.22 01:30:19.917305 [ 3 ] {b3ed1d78-2b60-47df-ac37-be40f27a8df0} <Debug> oximeter.measurements_i32 (685f577e-314e-4100-b10e-75cef0f9f80d): There are no data parts | ||
365 | 2024.06.22 01:30:19.918688 [ 3 ] {b3ed1d78-2b60-47df-ac37-be40f27a8df0} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.06.22 01:30:19.918718 [ 3 ] {} <Debug> HTTP-Session: 27a1a95c-1c24-4ac4-97fd-64152383dbb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.06.22 01:30:19.918825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.06.22 01:30:19.918886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.06.22 01:30:19.918931 [ 3 ] {} <Debug> HTTP-Session: e61352cd-9a0d-44db-9be6-6d97b1bcd39b Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
370 | 2024.06.22 01:30:19.918946 [ 3 ] {} <Debug> HTTP-Session: e61352cd-9a0d-44db-9be6-6d97b1bcd39b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.06.22 01:30:19.918963 [ 3 ] {} <Debug> HTTP-Session: e61352cd-9a0d-44db-9be6-6d97b1bcd39b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.06.22 01:30:19.918994 [ 3 ] {} <Trace> HTTP-Session: e61352cd-9a0d-44db-9be6-6d97b1bcd39b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.06.22 01:30:19.919179 [ 3 ] {c20caea5-627e-4480-8240-080ff206907b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.919236 [ 3 ] {c20caea5-627e-4480-8240-080ff206907b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.06.22 01:30:19.923348 [ 3 ] {c20caea5-627e-4480-8240-080ff206907b} <Debug> oximeter.measurements_u32 (71dac92c-b89a-4adb-9650-90874c9f00df): Loading data parts | ||
376 | 2024.06.22 01:30:19.923617 [ 3 ] {c20caea5-627e-4480-8240-080ff206907b} <Debug> oximeter.measurements_u32 (71dac92c-b89a-4adb-9650-90874c9f00df): There are no data parts | ||
377 | 2024.06.22 01:30:19.925974 [ 3 ] {c20caea5-627e-4480-8240-080ff206907b} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.06.22 01:30:19.926027 [ 3 ] {} <Debug> HTTP-Session: e61352cd-9a0d-44db-9be6-6d97b1bcd39b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.06.22 01:30:19.926219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.06.22 01:30:19.926310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.06.22 01:30:19.926354 [ 3 ] {} <Debug> HTTP-Session: 019c030c-b724-413d-9d16-40614a5dc674 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
382 | 2024.06.22 01:30:19.926392 [ 3 ] {} <Debug> HTTP-Session: 019c030c-b724-413d-9d16-40614a5dc674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.06.22 01:30:19.926416 [ 3 ] {} <Debug> HTTP-Session: 019c030c-b724-413d-9d16-40614a5dc674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.06.22 01:30:19.926477 [ 3 ] {} <Trace> HTTP-Session: 019c030c-b724-413d-9d16-40614a5dc674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.06.22 01:30:19.926852 [ 3 ] {b3fd6c4e-37e6-4239-81b4-6df6c0f6ceae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.926931 [ 3 ] {b3fd6c4e-37e6-4239-81b4-6df6c0f6ceae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.06.22 01:30:19.929125 [ 3 ] {b3fd6c4e-37e6-4239-81b4-6df6c0f6ceae} <Debug> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Loading data parts | ||
388 | 2024.06.22 01:30:19.929378 [ 3 ] {b3fd6c4e-37e6-4239-81b4-6df6c0f6ceae} <Debug> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): There are no data parts | ||
389 | 2024.06.22 01:30:19.933416 [ 3 ] {b3fd6c4e-37e6-4239-81b4-6df6c0f6ceae} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.06.22 01:30:19.933468 [ 3 ] {} <Debug> HTTP-Session: 019c030c-b724-413d-9d16-40614a5dc674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.06.22 01:30:19.933728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.06.22 01:30:19.933837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.06.22 01:30:19.933874 [ 3 ] {} <Debug> HTTP-Session: e2502e34-e07e-49d0-a1dd-28a7c676b41c Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
394 | 2024.06.22 01:30:19.933905 [ 3 ] {} <Debug> HTTP-Session: e2502e34-e07e-49d0-a1dd-28a7c676b41c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.06.22 01:30:19.933924 [ 3 ] {} <Debug> HTTP-Session: e2502e34-e07e-49d0-a1dd-28a7c676b41c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.06.22 01:30:19.933978 [ 3 ] {} <Trace> HTTP-Session: e2502e34-e07e-49d0-a1dd-28a7c676b41c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.06.22 01:30:19.934251 [ 3 ] {b113d22f-7c7e-41ac-a1e4-485bf1df1c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.934319 [ 3 ] {b113d22f-7c7e-41ac-a1e4-485bf1df1c24} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.06.22 01:30:19.936658 [ 3 ] {b113d22f-7c7e-41ac-a1e4-485bf1df1c24} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Loading data parts | ||
400 | 2024.06.22 01:30:19.937022 [ 3 ] {b113d22f-7c7e-41ac-a1e4-485bf1df1c24} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): There are no data parts | ||
401 | 2024.06.22 01:30:19.939301 [ 3 ] {b113d22f-7c7e-41ac-a1e4-485bf1df1c24} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.06.22 01:30:19.939338 [ 3 ] {} <Debug> HTTP-Session: e2502e34-e07e-49d0-a1dd-28a7c676b41c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.06.22 01:30:19.939496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.06.22 01:30:19.939549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.06.22 01:30:19.939576 [ 3 ] {} <Debug> HTTP-Session: c9a543e3-64b0-4e44-a777-dfa44d1c3a09 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
406 | 2024.06.22 01:30:19.939599 [ 3 ] {} <Debug> HTTP-Session: c9a543e3-64b0-4e44-a777-dfa44d1c3a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.06.22 01:30:19.939685 [ 3 ] {} <Debug> HTTP-Session: c9a543e3-64b0-4e44-a777-dfa44d1c3a09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.06.22 01:30:19.939723 [ 3 ] {} <Trace> HTTP-Session: c9a543e3-64b0-4e44-a777-dfa44d1c3a09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.06.22 01:30:19.939919 [ 3 ] {73a7c3e2-6a3a-4acc-9b4f-13c2f0f738be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.939969 [ 3 ] {73a7c3e2-6a3a-4acc-9b4f-13c2f0f738be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.06.22 01:30:19.941576 [ 3 ] {73a7c3e2-6a3a-4acc-9b4f-13c2f0f738be} <Debug> oximeter.measurements_f32 (4c1b004b-f14b-4a42-bbca-0776da786cea): Loading data parts | ||
412 | 2024.06.22 01:30:19.941849 [ 3 ] {73a7c3e2-6a3a-4acc-9b4f-13c2f0f738be} <Debug> oximeter.measurements_f32 (4c1b004b-f14b-4a42-bbca-0776da786cea): There are no data parts | ||
413 | 2024.06.22 01:30:19.945718 [ 3 ] {73a7c3e2-6a3a-4acc-9b4f-13c2f0f738be} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.06.22 01:30:19.945754 [ 3 ] {} <Debug> HTTP-Session: c9a543e3-64b0-4e44-a777-dfa44d1c3a09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.06.22 01:30:19.945909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.06.22 01:30:19.946015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.06.22 01:30:19.946033 [ 3 ] {} <Debug> HTTP-Session: 41bbf65a-720f-4100-ada7-3dabe54ea481 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
418 | 2024.06.22 01:30:19.946052 [ 3 ] {} <Debug> HTTP-Session: 41bbf65a-720f-4100-ada7-3dabe54ea481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.06.22 01:30:19.946068 [ 3 ] {} <Debug> HTTP-Session: 41bbf65a-720f-4100-ada7-3dabe54ea481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.06.22 01:30:19.946095 [ 3 ] {} <Trace> HTTP-Session: 41bbf65a-720f-4100-ada7-3dabe54ea481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.06.22 01:30:19.946257 [ 3 ] {c0d6adad-d2fd-450d-a286-32a63d1a9446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.946311 [ 3 ] {c0d6adad-d2fd-450d-a286-32a63d1a9446} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.06.22 01:30:19.948117 [ 3 ] {c0d6adad-d2fd-450d-a286-32a63d1a9446} <Debug> oximeter.measurements_f64 (1c7829fe-e6fb-4e36-8feb-16d7c80f487f): Loading data parts | ||
424 | 2024.06.22 01:30:19.948275 [ 3 ] {c0d6adad-d2fd-450d-a286-32a63d1a9446} <Debug> oximeter.measurements_f64 (1c7829fe-e6fb-4e36-8feb-16d7c80f487f): There are no data parts | ||
425 | 2024.06.22 01:30:19.950333 [ 3 ] {c0d6adad-d2fd-450d-a286-32a63d1a9446} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.06.22 01:30:19.950368 [ 3 ] {} <Debug> HTTP-Session: 41bbf65a-720f-4100-ada7-3dabe54ea481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.06.22 01:30:19.950488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.06.22 01:30:19.950545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.06.22 01:30:19.950567 [ 3 ] {} <Debug> HTTP-Session: 2e313c3f-8335-49cb-be26-f508ff2b1c05 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
430 | 2024.06.22 01:30:19.950590 [ 3 ] {} <Debug> HTTP-Session: 2e313c3f-8335-49cb-be26-f508ff2b1c05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.06.22 01:30:19.950605 [ 3 ] {} <Debug> HTTP-Session: 2e313c3f-8335-49cb-be26-f508ff2b1c05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.06.22 01:30:19.950644 [ 3 ] {} <Trace> HTTP-Session: 2e313c3f-8335-49cb-be26-f508ff2b1c05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.06.22 01:30:19.950916 [ 3 ] {4ab62864-685a-4734-81b5-d7a8b3a261cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.950972 [ 3 ] {4ab62864-685a-4734-81b5-d7a8b3a261cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.06.22 01:30:19.952557 [ 3 ] {4ab62864-685a-4734-81b5-d7a8b3a261cd} <Debug> oximeter.measurements_string (047cd54b-42a2-44d8-9dbd-8e5c5f7f327d): Loading data parts | ||
436 | 2024.06.22 01:30:19.952828 [ 3 ] {4ab62864-685a-4734-81b5-d7a8b3a261cd} <Debug> oximeter.measurements_string (047cd54b-42a2-44d8-9dbd-8e5c5f7f327d): There are no data parts | ||
437 | 2024.06.22 01:30:19.956509 [ 3 ] {4ab62864-685a-4734-81b5-d7a8b3a261cd} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.06.22 01:30:19.956537 [ 3 ] {} <Debug> HTTP-Session: 2e313c3f-8335-49cb-be26-f508ff2b1c05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.06.22 01:30:19.956687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.06.22 01:30:19.956814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.06.22 01:30:19.956835 [ 3 ] {} <Debug> HTTP-Session: dfa00aae-5929-4bf7-bd27-5b04401127dc Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
442 | 2024.06.22 01:30:19.956857 [ 3 ] {} <Debug> HTTP-Session: dfa00aae-5929-4bf7-bd27-5b04401127dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.06.22 01:30:19.956883 [ 3 ] {} <Debug> HTTP-Session: dfa00aae-5929-4bf7-bd27-5b04401127dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.06.22 01:30:19.956916 [ 3 ] {} <Trace> HTTP-Session: dfa00aae-5929-4bf7-bd27-5b04401127dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.06.22 01:30:19.957095 [ 3 ] {a791eea0-ee0b-41a5-be8f-c9664c997c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.957150 [ 3 ] {a791eea0-ee0b-41a5-be8f-c9664c997c7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.06.22 01:30:19.958968 [ 3 ] {a791eea0-ee0b-41a5-be8f-c9664c997c7b} <Debug> oximeter.measurements_bytes (bc51da1f-7617-44de-8c4a-a285d9a14643): Loading data parts | ||
455 | 2024.06.22 01:30:19.959110 [ 3 ] {a791eea0-ee0b-41a5-be8f-c9664c997c7b} <Debug> oximeter.measurements_bytes (bc51da1f-7617-44de-8c4a-a285d9a14643): There are no data parts | ||
456 | 2024.06.22 01:30:19.961158 [ 3 ] {a791eea0-ee0b-41a5-be8f-c9664c997c7b} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.06.22 01:30:19.961187 [ 3 ] {} <Debug> HTTP-Session: dfa00aae-5929-4bf7-bd27-5b04401127dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.06.22 01:30:19.961305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.06.22 01:30:19.961372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.06.22 01:30:19.961394 [ 3 ] {} <Debug> HTTP-Session: c6b4eee3-2547-476e-9393-c40a26da90fa Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
461 | 2024.06.22 01:30:19.961416 [ 3 ] {} <Debug> HTTP-Session: c6b4eee3-2547-476e-9393-c40a26da90fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.06.22 01:30:19.961437 [ 3 ] {} <Debug> HTTP-Session: c6b4eee3-2547-476e-9393-c40a26da90fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.06.22 01:30:19.961470 [ 3 ] {} <Trace> HTTP-Session: c6b4eee3-2547-476e-9393-c40a26da90fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.06.22 01:30:19.961684 [ 3 ] {a5f56623-2596-4fc1-93c7-229e81804f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.961809 [ 3 ] {a5f56623-2596-4fc1-93c7-229e81804f2c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.06.22 01:30:19.963448 [ 3 ] {a5f56623-2596-4fc1-93c7-229e81804f2c} <Debug> oximeter.measurements_cumulativei64 (5c140a8e-9901-4ca6-8531-e06debbe831a): Loading data parts | ||
467 | 2024.06.22 01:30:19.963672 [ 3 ] {a5f56623-2596-4fc1-93c7-229e81804f2c} <Debug> oximeter.measurements_cumulativei64 (5c140a8e-9901-4ca6-8531-e06debbe831a): There are no data parts | ||
468 | 2024.06.22 01:30:19.967663 [ 3 ] {a5f56623-2596-4fc1-93c7-229e81804f2c} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.06.22 01:30:19.967712 [ 3 ] {} <Debug> HTTP-Session: c6b4eee3-2547-476e-9393-c40a26da90fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.06.22 01:30:19.967944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.06.22 01:30:19.968023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.06.22 01:30:19.968049 [ 3 ] {} <Debug> HTTP-Session: 267974c8-3a21-4b48-9144-311d74ba19dd Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
473 | 2024.06.22 01:30:19.968078 [ 3 ] {} <Debug> HTTP-Session: 267974c8-3a21-4b48-9144-311d74ba19dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.06.22 01:30:19.968097 [ 3 ] {} <Debug> HTTP-Session: 267974c8-3a21-4b48-9144-311d74ba19dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.06.22 01:30:19.968136 [ 3 ] {} <Trace> HTTP-Session: 267974c8-3a21-4b48-9144-311d74ba19dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.06.22 01:30:19.968303 [ 3 ] {481cf913-4b93-40c3-aafc-51750a52f49b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.968354 [ 3 ] {481cf913-4b93-40c3-aafc-51750a52f49b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.06.22 01:30:19.970187 [ 3 ] {481cf913-4b93-40c3-aafc-51750a52f49b} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Loading data parts | ||
479 | 2024.06.22 01:30:19.970301 [ 3 ] {481cf913-4b93-40c3-aafc-51750a52f49b} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): There are no data parts | ||
480 | 2024.06.22 01:30:19.972430 [ 3 ] {481cf913-4b93-40c3-aafc-51750a52f49b} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.06.22 01:30:19.972458 [ 3 ] {} <Debug> HTTP-Session: 267974c8-3a21-4b48-9144-311d74ba19dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.06.22 01:30:19.972585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.06.22 01:30:19.972641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.06.22 01:30:19.972663 [ 3 ] {} <Debug> HTTP-Session: b1ff0ea8-7d4d-437c-aec5-8bcacc3eaa02 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
485 | 2024.06.22 01:30:19.972686 [ 3 ] {} <Debug> HTTP-Session: b1ff0ea8-7d4d-437c-aec5-8bcacc3eaa02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.06.22 01:30:19.972706 [ 3 ] {} <Debug> HTTP-Session: b1ff0ea8-7d4d-437c-aec5-8bcacc3eaa02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.06.22 01:30:19.972740 [ 3 ] {} <Trace> HTTP-Session: b1ff0ea8-7d4d-437c-aec5-8bcacc3eaa02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.06.22 01:30:19.973016 [ 3 ] {2e7d1aa7-5a41-4224-a2d1-108cac52f28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.973080 [ 3 ] {2e7d1aa7-5a41-4224-a2d1-108cac52f28c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.06.22 01:30:19.974678 [ 3 ] {2e7d1aa7-5a41-4224-a2d1-108cac52f28c} <Debug> oximeter.measurements_cumulativef32 (d3af72c0-5796-4ff3-ba1f-1886e0eb2aa7): Loading data parts | ||
491 | 2024.06.22 01:30:19.974900 [ 3 ] {2e7d1aa7-5a41-4224-a2d1-108cac52f28c} <Debug> oximeter.measurements_cumulativef32 (d3af72c0-5796-4ff3-ba1f-1886e0eb2aa7): There are no data parts | ||
492 | 2024.06.22 01:30:19.978703 [ 3 ] {2e7d1aa7-5a41-4224-a2d1-108cac52f28c} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.06.22 01:30:19.978747 [ 3 ] {} <Debug> HTTP-Session: b1ff0ea8-7d4d-437c-aec5-8bcacc3eaa02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.06.22 01:30:19.978956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.06.22 01:30:19.979027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.06.22 01:30:19.979059 [ 3 ] {} <Debug> HTTP-Session: 7d675a54-adb5-4ba5-836d-7c366afb6f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
497 | 2024.06.22 01:30:19.979087 [ 3 ] {} <Debug> HTTP-Session: 7d675a54-adb5-4ba5-836d-7c366afb6f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.06.22 01:30:19.979106 [ 3 ] {} <Debug> HTTP-Session: 7d675a54-adb5-4ba5-836d-7c366afb6f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.06.22 01:30:19.979153 [ 3 ] {} <Trace> HTTP-Session: 7d675a54-adb5-4ba5-836d-7c366afb6f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.06.22 01:30:19.979352 [ 3 ] {675b5e47-29d1-458a-8991-42ac1597da10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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.06.22 01:30:19.979402 [ 3 ] {675b5e47-29d1-458a-8991-42ac1597da10} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.06.22 01:30:19.981198 [ 3 ] {675b5e47-29d1-458a-8991-42ac1597da10} <Debug> oximeter.measurements_cumulativef64 (8efcabb6-cf0c-4118-9872-36e291d68415): Loading data parts | ||
503 | 2024.06.22 01:30:19.981304 [ 3 ] {675b5e47-29d1-458a-8991-42ac1597da10} <Debug> oximeter.measurements_cumulativef64 (8efcabb6-cf0c-4118-9872-36e291d68415): There are no data parts | ||
504 | 2024.06.22 01:30:19.983400 [ 3 ] {675b5e47-29d1-458a-8991-42ac1597da10} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.06.22 01:30:19.983428 [ 3 ] {} <Debug> HTTP-Session: 7d675a54-adb5-4ba5-836d-7c366afb6f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.06.22 01:30:19.983535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.06.22 01:30:19.983593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.06.22 01:30:19.983614 [ 3 ] {} <Debug> HTTP-Session: 775ca0f5-2994-4c00-b2de-7687bf968c70 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
509 | 2024.06.22 01:30:19.983637 [ 3 ] {} <Debug> HTTP-Session: 775ca0f5-2994-4c00-b2de-7687bf968c70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.06.22 01:30:19.983658 [ 3 ] {} <Debug> HTTP-Session: 775ca0f5-2994-4c00-b2de-7687bf968c70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.06.22 01:30:19.983691 [ 3 ] {} <Trace> HTTP-Session: 775ca0f5-2994-4c00-b2de-7687bf968c70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.06.22 01:30:19.983977 [ 3 ] {66415d67-f312-4564-bf30-b07dcdd027ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.06.22 01:30:19.984041 [ 3 ] {66415d67-f312-4564-bf30-b07dcdd027ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.06.22 01:30:19.985649 [ 3 ] {66415d67-f312-4564-bf30-b07dcdd027ef} <Debug> oximeter.measurements_histogrami8 (bcf4ab6b-e6a8-499e-8f7e-98f1a560cfeb): Loading data parts | ||
525 | 2024.06.22 01:30:19.985764 [ 3 ] {66415d67-f312-4564-bf30-b07dcdd027ef} <Debug> oximeter.measurements_histogrami8 (bcf4ab6b-e6a8-499e-8f7e-98f1a560cfeb): There are no data parts | ||
526 | 2024.06.22 01:30:19.989621 [ 3 ] {66415d67-f312-4564-bf30-b07dcdd027ef} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.06.22 01:30:19.989656 [ 3 ] {} <Debug> HTTP-Session: 775ca0f5-2994-4c00-b2de-7687bf968c70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.06.22 01:30:19.989817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.06.22 01:30:19.989957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.06.22 01:30:19.989990 [ 3 ] {} <Debug> HTTP-Session: da27ddd7-4467-48d0-be1a-406230d02f72 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
531 | 2024.06.22 01:30:19.990012 [ 3 ] {} <Debug> HTTP-Session: da27ddd7-4467-48d0-be1a-406230d02f72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.06.22 01:30:19.990037 [ 3 ] {} <Debug> HTTP-Session: da27ddd7-4467-48d0-be1a-406230d02f72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.06.22 01:30:19.990078 [ 3 ] {} <Trace> HTTP-Session: da27ddd7-4467-48d0-be1a-406230d02f72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.06.22 01:30:19.990307 [ 3 ] {b437f213-06fe-4d46-b56d-8c0f5dfc1c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.06.22 01:30:19.990359 [ 3 ] {b437f213-06fe-4d46-b56d-8c0f5dfc1c68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.06.22 01:30:19.992225 [ 3 ] {b437f213-06fe-4d46-b56d-8c0f5dfc1c68} <Debug> oximeter.measurements_histogramu8 (22ea8b32-ec15-43e9-ba7e-671465c6c7c5): Loading data parts | ||
537 | 2024.06.22 01:30:19.992333 [ 3 ] {b437f213-06fe-4d46-b56d-8c0f5dfc1c68} <Debug> oximeter.measurements_histogramu8 (22ea8b32-ec15-43e9-ba7e-671465c6c7c5): There are no data parts | ||
538 | 2024.06.22 01:30:19.995028 [ 3 ] {b437f213-06fe-4d46-b56d-8c0f5dfc1c68} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.06.22 01:30:19.995064 [ 3 ] {} <Debug> HTTP-Session: da27ddd7-4467-48d0-be1a-406230d02f72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.06.22 01:30:19.995208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.06.22 01:30:19.995258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.06.22 01:30:19.995279 [ 3 ] {} <Debug> HTTP-Session: 39cb9d57-9695-4dbb-8456-b6b183e08143 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
543 | 2024.06.22 01:30:19.995298 [ 3 ] {} <Debug> HTTP-Session: 39cb9d57-9695-4dbb-8456-b6b183e08143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.06.22 01:30:19.995311 [ 3 ] {} <Debug> HTTP-Session: 39cb9d57-9695-4dbb-8456-b6b183e08143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.06.22 01:30:19.995343 [ 3 ] {} <Trace> HTTP-Session: 39cb9d57-9695-4dbb-8456-b6b183e08143 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.06.22 01:30:19.995518 [ 3 ] {db5f308c-b119-49e6-928e-777731e0f760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.06.22 01:30:19.995570 [ 3 ] {db5f308c-b119-49e6-928e-777731e0f760} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.06.22 01:30:19.997313 [ 3 ] {db5f308c-b119-49e6-928e-777731e0f760} <Debug> oximeter.measurements_histogrami16 (eb8b03df-9127-4200-a2aa-45458e35fff4): Loading data parts | ||
549 | 2024.06.22 01:30:19.997417 [ 3 ] {db5f308c-b119-49e6-928e-777731e0f760} <Debug> oximeter.measurements_histogrami16 (eb8b03df-9127-4200-a2aa-45458e35fff4): There are no data parts | ||
550 | 2024.06.22 01:30:20.001222 [ 3 ] {db5f308c-b119-49e6-928e-777731e0f760} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.06.22 01:30:20.001258 [ 3 ] {} <Debug> HTTP-Session: 39cb9d57-9695-4dbb-8456-b6b183e08143 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.06.22 01:30:20.001398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.06.22 01:30:20.001445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.06.22 01:30:20.001462 [ 3 ] {} <Debug> HTTP-Session: 50b85777-9d40-4535-8ff7-b26c6107116b Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
555 | 2024.06.22 01:30:20.001481 [ 3 ] {} <Debug> HTTP-Session: 50b85777-9d40-4535-8ff7-b26c6107116b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.06.22 01:30:20.001499 [ 3 ] {} <Debug> HTTP-Session: 50b85777-9d40-4535-8ff7-b26c6107116b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.06.22 01:30:20.001526 [ 3 ] {} <Trace> HTTP-Session: 50b85777-9d40-4535-8ff7-b26c6107116b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.06.22 01:30:20.001705 [ 3 ] {956e377c-5c3a-41cf-9832-e555124387b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.06.22 01:30:20.001736 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.00 MiB, peak 161.14 MiB, free memory in arenas 0.00 B, will set to 170.91 MiB (RSS), difference: 10.91 MiB | ||
560 | 2024.06.22 01:30:20.001759 [ 3 ] {956e377c-5c3a-41cf-9832-e555124387b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
561 | 2024.06.22 01:30:20.003808 [ 3 ] {956e377c-5c3a-41cf-9832-e555124387b7} <Debug> oximeter.measurements_histogramu16 (a1e1e6d1-047d-47f1-ba25-91d71f2485f1): Loading data parts | ||
562 | 2024.06.22 01:30:20.003916 [ 3 ] {956e377c-5c3a-41cf-9832-e555124387b7} <Debug> oximeter.measurements_histogramu16 (a1e1e6d1-047d-47f1-ba25-91d71f2485f1): There are no data parts | ||
563 | 2024.06.22 01:30:20.005948 [ 3 ] {956e377c-5c3a-41cf-9832-e555124387b7} <Debug> DynamicQueryHandler: Done processing query | ||
564 | 2024.06.22 01:30:20.006041 [ 3 ] {} <Debug> HTTP-Session: 50b85777-9d40-4535-8ff7-b26c6107116b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.06.22 01:30:20.006150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
566 | 2024.06.22 01:30:20.006203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
567 | 2024.06.22 01:30:20.006220 [ 3 ] {} <Debug> HTTP-Session: 7ce5340a-b41a-48db-9491-e82a3e992ce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
568 | 2024.06.22 01:30:20.006242 [ 3 ] {} <Debug> HTTP-Session: 7ce5340a-b41a-48db-9491-e82a3e992ce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.06.22 01:30:20.006260 [ 3 ] {} <Debug> HTTP-Session: 7ce5340a-b41a-48db-9491-e82a3e992ce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
570 | 2024.06.22 01:30:20.006288 [ 3 ] {} <Trace> HTTP-Session: 7ce5340a-b41a-48db-9491-e82a3e992ce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
571 | 2024.06.22 01:30:20.006483 [ 3 ] {cddd5809-469b-42c6-b9e2-c5e54b7ce1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
572 | 2024.06.22 01:30:20.006543 [ 3 ] {cddd5809-469b-42c6-b9e2-c5e54b7ce1dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
573 | 2024.06.22 01:30:20.008333 [ 3 ] {cddd5809-469b-42c6-b9e2-c5e54b7ce1dc} <Debug> oximeter.measurements_histogrami32 (14377fea-943f-42aa-a79f-2efbbe80d27f): Loading data parts | ||
574 | 2024.06.22 01:30:20.008480 [ 3 ] {cddd5809-469b-42c6-b9e2-c5e54b7ce1dc} <Debug> oximeter.measurements_histogrami32 (14377fea-943f-42aa-a79f-2efbbe80d27f): There are no data parts | ||
575 | 2024.06.22 01:30:20.012278 [ 3 ] {cddd5809-469b-42c6-b9e2-c5e54b7ce1dc} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.06.22 01:30:20.012315 [ 3 ] {} <Debug> HTTP-Session: 7ce5340a-b41a-48db-9491-e82a3e992ce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.06.22 01:30:20.012420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.06.22 01:30:20.012468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
579 | 2024.06.22 01:30:20.012521 [ 3 ] {} <Debug> HTTP-Session: efd25431-c422-49a8-8f4c-a144c06e1af8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
580 | 2024.06.22 01:30:20.012535 [ 3 ] {} <Debug> HTTP-Session: efd25431-c422-49a8-8f4c-a144c06e1af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.06.22 01:30:20.012553 [ 3 ] {} <Debug> HTTP-Session: efd25431-c422-49a8-8f4c-a144c06e1af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.06.22 01:30:20.012612 [ 3 ] {} <Trace> HTTP-Session: efd25431-c422-49a8-8f4c-a144c06e1af8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.06.22 01:30:20.012791 [ 3 ] {bfa52d3a-f50a-4758-87df-f4092100de8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
584 | 2024.06.22 01:30:20.012845 [ 3 ] {bfa52d3a-f50a-4758-87df-f4092100de8f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.06.22 01:30:20.014746 [ 3 ] {bfa52d3a-f50a-4758-87df-f4092100de8f} <Debug> oximeter.measurements_histogramu32 (845acc2d-d978-47bb-ba53-c95b9a8e9a4f): Loading data parts | ||
586 | 2024.06.22 01:30:20.014888 [ 3 ] {bfa52d3a-f50a-4758-87df-f4092100de8f} <Debug> oximeter.measurements_histogramu32 (845acc2d-d978-47bb-ba53-c95b9a8e9a4f): There are no data parts | ||
587 | 2024.06.22 01:30:20.017151 [ 3 ] {bfa52d3a-f50a-4758-87df-f4092100de8f} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.06.22 01:30:20.017186 [ 3 ] {} <Debug> HTTP-Session: efd25431-c422-49a8-8f4c-a144c06e1af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.06.22 01:30:20.017385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.06.22 01:30:20.017456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
591 | 2024.06.22 01:30:20.017499 [ 3 ] {} <Debug> HTTP-Session: 3782c1c5-1ab0-4ffe-a58b-195da3e69b69 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
592 | 2024.06.22 01:30:20.017519 [ 3 ] {} <Debug> HTTP-Session: 3782c1c5-1ab0-4ffe-a58b-195da3e69b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.06.22 01:30:20.017542 [ 3 ] {} <Debug> HTTP-Session: 3782c1c5-1ab0-4ffe-a58b-195da3e69b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.06.22 01:30:20.017576 [ 3 ] {} <Trace> HTTP-Session: 3782c1c5-1ab0-4ffe-a58b-195da3e69b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.06.22 01:30:20.017800 [ 3 ] {6e3e4414-8f78-4c39-a9a8-a129177da075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
596 | 2024.06.22 01:30:20.017878 [ 3 ] {6e3e4414-8f78-4c39-a9a8-a129177da075} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.06.22 01:30:20.019804 [ 3 ] {6e3e4414-8f78-4c39-a9a8-a129177da075} <Debug> oximeter.measurements_histogrami64 (de7a43db-a278-4801-bec4-8f198d299355): Loading data parts | ||
598 | 2024.06.22 01:30:20.019943 [ 3 ] {6e3e4414-8f78-4c39-a9a8-a129177da075} <Debug> oximeter.measurements_histogrami64 (de7a43db-a278-4801-bec4-8f198d299355): There are no data parts | ||
599 | 2024.06.22 01:30:20.023769 [ 3 ] {6e3e4414-8f78-4c39-a9a8-a129177da075} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.06.22 01:30:20.023800 [ 3 ] {} <Debug> HTTP-Session: 3782c1c5-1ab0-4ffe-a58b-195da3e69b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.06.22 01:30:20.023934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.06.22 01:30:20.024002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
603 | 2024.06.22 01:30:20.024026 [ 3 ] {} <Debug> HTTP-Session: e5f146e0-2a66-4651-b1fe-0d68008f260e Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
604 | 2024.06.22 01:30:20.024048 [ 3 ] {} <Debug> HTTP-Session: e5f146e0-2a66-4651-b1fe-0d68008f260e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.06.22 01:30:20.024129 [ 3 ] {} <Debug> HTTP-Session: e5f146e0-2a66-4651-b1fe-0d68008f260e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.06.22 01:30:20.024162 [ 3 ] {} <Trace> HTTP-Session: e5f146e0-2a66-4651-b1fe-0d68008f260e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.06.22 01:30:20.024347 [ 3 ] {9ec6d7e3-3224-43ad-b402-34f0fd955481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
608 | 2024.06.22 01:30:20.024406 [ 3 ] {9ec6d7e3-3224-43ad-b402-34f0fd955481} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.06.22 01:30:20.026380 [ 3 ] {9ec6d7e3-3224-43ad-b402-34f0fd955481} <Debug> oximeter.measurements_histogramu64 (31819e49-1c74-4768-b9f8-9745caf71364): Loading data parts | ||
610 | 2024.06.22 01:30:20.026513 [ 3 ] {9ec6d7e3-3224-43ad-b402-34f0fd955481} <Debug> oximeter.measurements_histogramu64 (31819e49-1c74-4768-b9f8-9745caf71364): There are no data parts | ||
611 | 2024.06.22 01:30:20.028640 [ 3 ] {9ec6d7e3-3224-43ad-b402-34f0fd955481} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.06.22 01:30:20.028664 [ 3 ] {} <Debug> HTTP-Session: e5f146e0-2a66-4651-b1fe-0d68008f260e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.06.22 01:30:20.028766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.06.22 01:30:20.028824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
615 | 2024.06.22 01:30:20.028842 [ 3 ] {} <Debug> HTTP-Session: 987ed3cb-7ff2-4c88-91b7-9f41420093e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
616 | 2024.06.22 01:30:20.028866 [ 3 ] {} <Debug> HTTP-Session: 987ed3cb-7ff2-4c88-91b7-9f41420093e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.06.22 01:30:20.028885 [ 3 ] {} <Debug> HTTP-Session: 987ed3cb-7ff2-4c88-91b7-9f41420093e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.06.22 01:30:20.028917 [ 3 ] {} <Trace> HTTP-Session: 987ed3cb-7ff2-4c88-91b7-9f41420093e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.06.22 01:30:20.029189 [ 3 ] {e91b3c7f-98a8-40ed-a5c3-aabda456c10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
620 | 2024.06.22 01:30:20.029253 [ 3 ] {e91b3c7f-98a8-40ed-a5c3-aabda456c10d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.06.22 01:30:20.031012 [ 3 ] {e91b3c7f-98a8-40ed-a5c3-aabda456c10d} <Debug> oximeter.measurements_histogramf32 (5dc87162-bc1f-4ffa-9268-44009e117b06): Loading data parts | ||
622 | 2024.06.22 01:30:20.031281 [ 3 ] {e91b3c7f-98a8-40ed-a5c3-aabda456c10d} <Debug> oximeter.measurements_histogramf32 (5dc87162-bc1f-4ffa-9268-44009e117b06): There are no data parts | ||
623 | 2024.06.22 01:30:20.035229 [ 3 ] {e91b3c7f-98a8-40ed-a5c3-aabda456c10d} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.06.22 01:30:20.035275 [ 3 ] {} <Debug> HTTP-Session: 987ed3cb-7ff2-4c88-91b7-9f41420093e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.06.22 01:30:20.035443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.06.22 01:30:20.035506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
627 | 2024.06.22 01:30:20.035532 [ 3 ] {} <Debug> HTTP-Session: 22c35b9b-26b0-4795-bdc1-707efa63b53d Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
628 | 2024.06.22 01:30:20.035547 [ 3 ] {} <Debug> HTTP-Session: 22c35b9b-26b0-4795-bdc1-707efa63b53d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.06.22 01:30:20.035569 [ 3 ] {} <Debug> HTTP-Session: 22c35b9b-26b0-4795-bdc1-707efa63b53d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.06.22 01:30:20.035610 [ 3 ] {} <Trace> HTTP-Session: 22c35b9b-26b0-4795-bdc1-707efa63b53d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.06.22 01:30:20.035805 [ 3 ] {00998015-d525-414e-930c-2ef17d32922b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
632 | 2024.06.22 01:30:20.035865 [ 3 ] {00998015-d525-414e-930c-2ef17d32922b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.06.22 01:30:20.037834 [ 3 ] {00998015-d525-414e-930c-2ef17d32922b} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Loading data parts | ||
634 | 2024.06.22 01:30:20.037991 [ 3 ] {00998015-d525-414e-930c-2ef17d32922b} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): There are no data parts | ||
635 | 2024.06.22 01:30:20.040091 [ 3 ] {00998015-d525-414e-930c-2ef17d32922b} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.06.22 01:30:20.040123 [ 3 ] {} <Debug> HTTP-Session: 22c35b9b-26b0-4795-bdc1-707efa63b53d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.06.22 01:30:20.040314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.06.22 01:30:20.040366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
639 | 2024.06.22 01:30:20.040385 [ 3 ] {} <Debug> HTTP-Session: 60f4bcd1-42c8-4086-b570-1da33a7b71ab Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
640 | 2024.06.22 01:30:20.040413 [ 3 ] {} <Debug> HTTP-Session: 60f4bcd1-42c8-4086-b570-1da33a7b71ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.06.22 01:30:20.040425 [ 3 ] {} <Debug> HTTP-Session: 60f4bcd1-42c8-4086-b570-1da33a7b71ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.06.22 01:30:20.040459 [ 3 ] {} <Trace> HTTP-Session: 60f4bcd1-42c8-4086-b570-1da33a7b71ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.06.22 01:30:20.040605 [ 3 ] {e439d5bd-affd-405a-a987-03ffc69df561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) /* The field tables store named dimensions of each timeseries. | ||
644 | * | ||
645 | * As with the measurement tables, there is one field table for each field data | ||
646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
647 | * this behavior **must not** be relied upon for query correctness. | ||
648 | * | ||
649 | * The index for the fields differs from the measurements, however. Rows are | ||
650 | * sorted by timeseries name, then field name, field value, and finally | ||
651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
653 | * usually then used to look up measurements. | ||
654 | * | ||
655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
656 | * timeseries name and then key, since it would improve lookups where one | ||
657 | * already has the key. Realistically though, these tables are quite small and | ||
658 | * so performance benefits will be low in absolute terms. | ||
659 | */ | ||
660 | 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) | ||
661 | 2024.06.22 01:30:20.040657 [ 3 ] {e439d5bd-affd-405a-a987-03ffc69df561} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.06.22 01:30:20.042139 [ 3 ] {e439d5bd-affd-405a-a987-03ffc69df561} <Debug> oximeter.fields_bool (ba673f29-0d5e-4e69-a5d5-42d6ebf2515d): Loading data parts | ||
663 | 2024.06.22 01:30:20.042356 [ 3 ] {e439d5bd-affd-405a-a987-03ffc69df561} <Debug> oximeter.fields_bool (ba673f29-0d5e-4e69-a5d5-42d6ebf2515d): There are no data parts | ||
664 | 2024.06.22 01:30:20.046106 [ 3 ] {e439d5bd-affd-405a-a987-03ffc69df561} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.06.22 01:30:20.046154 [ 3 ] {} <Debug> HTTP-Session: 60f4bcd1-42c8-4086-b570-1da33a7b71ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.06.22 01:30:20.046366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.06.22 01:30:20.046442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.06.22 01:30:20.046480 [ 3 ] {} <Debug> HTTP-Session: ec559868-1895-442c-984d-d23075b27e0e Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
669 | 2024.06.22 01:30:20.046503 [ 3 ] {} <Debug> HTTP-Session: ec559868-1895-442c-984d-d23075b27e0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.06.22 01:30:20.046530 [ 3 ] {} <Debug> HTTP-Session: ec559868-1895-442c-984d-d23075b27e0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.06.22 01:30:20.046565 [ 3 ] {} <Trace> HTTP-Session: ec559868-1895-442c-984d-d23075b27e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.06.22 01:30:20.046699 [ 3 ] {2f9c5f5c-3dfe-4863-b0ee-3a657c451754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) | ||
673 | 2024.06.22 01:30:20.046768 [ 3 ] {2f9c5f5c-3dfe-4863-b0ee-3a657c451754} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.06.22 01:30:20.048425 [ 3 ] {2f9c5f5c-3dfe-4863-b0ee-3a657c451754} <Debug> oximeter.fields_i8 (99d48ffb-f49b-4f73-ba23-432d980f39d8): Loading data parts | ||
675 | 2024.06.22 01:30:20.048561 [ 3 ] {2f9c5f5c-3dfe-4863-b0ee-3a657c451754} <Debug> oximeter.fields_i8 (99d48ffb-f49b-4f73-ba23-432d980f39d8): There are no data parts | ||
676 | 2024.06.22 01:30:20.050541 [ 3 ] {2f9c5f5c-3dfe-4863-b0ee-3a657c451754} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.06.22 01:30:20.050576 [ 3 ] {} <Debug> HTTP-Session: ec559868-1895-442c-984d-d23075b27e0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.06.22 01:30:20.050702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.06.22 01:30:20.050778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.06.22 01:30:20.050805 [ 3 ] {} <Debug> HTTP-Session: 5e5368d3-2791-4d58-aa88-3aae2c504540 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
681 | 2024.06.22 01:30:20.050836 [ 3 ] {} <Debug> HTTP-Session: 5e5368d3-2791-4d58-aa88-3aae2c504540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.06.22 01:30:20.050865 [ 3 ] {} <Debug> HTTP-Session: 5e5368d3-2791-4d58-aa88-3aae2c504540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.06.22 01:30:20.050905 [ 3 ] {} <Trace> HTTP-Session: 5e5368d3-2791-4d58-aa88-3aae2c504540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.06.22 01:30:20.051107 [ 3 ] {96fbee4c-94dc-4b6d-84fd-2cda2c6110af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) | ||
685 | 2024.06.22 01:30:20.051194 [ 3 ] {96fbee4c-94dc-4b6d-84fd-2cda2c6110af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.06.22 01:30:20.052775 [ 3 ] {96fbee4c-94dc-4b6d-84fd-2cda2c6110af} <Debug> oximeter.fields_u8 (9d755381-bdae-4d0d-9b79-8a709ad2a403): Loading data parts | ||
687 | 2024.06.22 01:30:20.052913 [ 3 ] {96fbee4c-94dc-4b6d-84fd-2cda2c6110af} <Debug> oximeter.fields_u8 (9d755381-bdae-4d0d-9b79-8a709ad2a403): There are no data parts | ||
688 | 2024.06.22 01:30:20.056686 [ 3 ] {96fbee4c-94dc-4b6d-84fd-2cda2c6110af} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.06.22 01:30:20.056716 [ 3 ] {} <Debug> HTTP-Session: 5e5368d3-2791-4d58-aa88-3aae2c504540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.06.22 01:30:20.056835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.06.22 01:30:20.056896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.06.22 01:30:20.056918 [ 3 ] {} <Debug> HTTP-Session: fbe8fda8-7cec-4493-8c19-4ba3dbec9399 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
693 | 2024.06.22 01:30:20.056944 [ 3 ] {} <Debug> HTTP-Session: fbe8fda8-7cec-4493-8c19-4ba3dbec9399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.06.22 01:30:20.056967 [ 3 ] {} <Debug> HTTP-Session: fbe8fda8-7cec-4493-8c19-4ba3dbec9399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.06.22 01:30:20.057000 [ 3 ] {} <Trace> HTTP-Session: fbe8fda8-7cec-4493-8c19-4ba3dbec9399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.06.22 01:30:20.057168 [ 3 ] {6325608d-716f-418b-9c21-4015c3f7e69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) | ||
697 | 2024.06.22 01:30:20.057227 [ 3 ] {6325608d-716f-418b-9c21-4015c3f7e69d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.06.22 01:30:20.058935 [ 3 ] {6325608d-716f-418b-9c21-4015c3f7e69d} <Debug> oximeter.fields_i16 (7ebb560d-47ed-4c09-a386-ece5c085bbdb): Loading data parts | ||
699 | 2024.06.22 01:30:20.059076 [ 3 ] {6325608d-716f-418b-9c21-4015c3f7e69d} <Debug> oximeter.fields_i16 (7ebb560d-47ed-4c09-a386-ece5c085bbdb): There are no data parts | ||
700 | 2024.06.22 01:30:20.061102 [ 3 ] {6325608d-716f-418b-9c21-4015c3f7e69d} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.06.22 01:30:20.061127 [ 3 ] {} <Debug> HTTP-Session: fbe8fda8-7cec-4493-8c19-4ba3dbec9399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.06.22 01:30:20.061220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.06.22 01:30:20.061346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.06.22 01:30:20.061364 [ 3 ] {} <Debug> HTTP-Session: 370ff460-a981-469e-96f3-e62670ef779a Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
705 | 2024.06.22 01:30:20.061385 [ 3 ] {} <Debug> HTTP-Session: 370ff460-a981-469e-96f3-e62670ef779a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.06.22 01:30:20.061405 [ 3 ] {} <Debug> HTTP-Session: 370ff460-a981-469e-96f3-e62670ef779a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.06.22 01:30:20.061433 [ 3 ] {} <Trace> HTTP-Session: 370ff460-a981-469e-96f3-e62670ef779a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.06.22 01:30:20.061571 [ 3 ] {1bbe1ec9-401f-4d52-a512-3a36978ed89d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) | ||
709 | 2024.06.22 01:30:20.061616 [ 3 ] {1bbe1ec9-401f-4d52-a512-3a36978ed89d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.06.22 01:30:20.063048 [ 3 ] {1bbe1ec9-401f-4d52-a512-3a36978ed89d} <Debug> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Loading data parts | ||
711 | 2024.06.22 01:30:20.063203 [ 3 ] {1bbe1ec9-401f-4d52-a512-3a36978ed89d} <Debug> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): There are no data parts | ||
712 | 2024.06.22 01:30:20.066924 [ 3 ] {1bbe1ec9-401f-4d52-a512-3a36978ed89d} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.06.22 01:30:20.066963 [ 3 ] {} <Debug> HTTP-Session: 370ff460-a981-469e-96f3-e62670ef779a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.06.22 01:30:20.067111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.06.22 01:30:20.067163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.06.22 01:30:20.067193 [ 3 ] {} <Debug> HTTP-Session: 00238eb7-75b3-4585-9760-5d5a8ea6a982 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
717 | 2024.06.22 01:30:20.067221 [ 3 ] {} <Debug> HTTP-Session: 00238eb7-75b3-4585-9760-5d5a8ea6a982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.06.22 01:30:20.067236 [ 3 ] {} <Debug> HTTP-Session: 00238eb7-75b3-4585-9760-5d5a8ea6a982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.06.22 01:30:20.067276 [ 3 ] {} <Trace> HTTP-Session: 00238eb7-75b3-4585-9760-5d5a8ea6a982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.06.22 01:30:20.067514 [ 3 ] {a7cb08a7-4c99-43d7-948f-280939a1bde1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) | ||
721 | 2024.06.22 01:30:20.067568 [ 3 ] {a7cb08a7-4c99-43d7-948f-280939a1bde1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.06.22 01:30:20.069219 [ 3 ] {a7cb08a7-4c99-43d7-948f-280939a1bde1} <Debug> oximeter.fields_i32 (89e3d5e7-d09e-4572-ac4a-7e802258d92a): Loading data parts | ||
723 | 2024.06.22 01:30:20.069435 [ 3 ] {a7cb08a7-4c99-43d7-948f-280939a1bde1} <Debug> oximeter.fields_i32 (89e3d5e7-d09e-4572-ac4a-7e802258d92a): There are no data parts | ||
724 | 2024.06.22 01:30:20.071491 [ 3 ] {a7cb08a7-4c99-43d7-948f-280939a1bde1} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.06.22 01:30:20.071524 [ 3 ] {} <Debug> HTTP-Session: 00238eb7-75b3-4585-9760-5d5a8ea6a982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.06.22 01:30:20.071618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.06.22 01:30:20.071669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.06.22 01:30:20.071695 [ 3 ] {} <Debug> HTTP-Session: fd44476a-d4f6-41ab-b489-6754940dacad Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
729 | 2024.06.22 01:30:20.071709 [ 3 ] {} <Debug> HTTP-Session: fd44476a-d4f6-41ab-b489-6754940dacad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.06.22 01:30:20.071728 [ 3 ] {} <Debug> HTTP-Session: fd44476a-d4f6-41ab-b489-6754940dacad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.06.22 01:30:20.071763 [ 3 ] {} <Trace> HTTP-Session: fd44476a-d4f6-41ab-b489-6754940dacad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.06.22 01:30:20.071892 [ 3 ] {9bf25b73-33e2-451e-86b4-3ddfc07610bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) | ||
733 | 2024.06.22 01:30:20.071943 [ 3 ] {9bf25b73-33e2-451e-86b4-3ddfc07610bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.06.22 01:30:20.073432 [ 3 ] {9bf25b73-33e2-451e-86b4-3ddfc07610bc} <Debug> oximeter.fields_u32 (840cdf38-9fee-43de-a449-0e535fcc9dd0): Loading data parts | ||
735 | 2024.06.22 01:30:20.073570 [ 3 ] {9bf25b73-33e2-451e-86b4-3ddfc07610bc} <Debug> oximeter.fields_u32 (840cdf38-9fee-43de-a449-0e535fcc9dd0): There are no data parts | ||
736 | 2024.06.22 01:30:20.077214 [ 3 ] {9bf25b73-33e2-451e-86b4-3ddfc07610bc} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.06.22 01:30:20.077242 [ 3 ] {} <Debug> HTTP-Session: fd44476a-d4f6-41ab-b489-6754940dacad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.06.22 01:30:20.077449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.06.22 01:30:20.077511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.06.22 01:30:20.077534 [ 3 ] {} <Debug> HTTP-Session: 7f4ab23f-2bcd-41b4-8c24-0d80859e819e Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
741 | 2024.06.22 01:30:20.077559 [ 3 ] {} <Debug> HTTP-Session: 7f4ab23f-2bcd-41b4-8c24-0d80859e819e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.06.22 01:30:20.077591 [ 3 ] {} <Debug> HTTP-Session: 7f4ab23f-2bcd-41b4-8c24-0d80859e819e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.06.22 01:30:20.077630 [ 3 ] {} <Trace> HTTP-Session: 7f4ab23f-2bcd-41b4-8c24-0d80859e819e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.06.22 01:30:20.077816 [ 3 ] {a079aaee-c5aa-4d76-9f8f-6c32ae6fb078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) | ||
745 | 2024.06.22 01:30:20.077860 [ 3 ] {a079aaee-c5aa-4d76-9f8f-6c32ae6fb078} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.06.22 01:30:20.079510 [ 3 ] {a079aaee-c5aa-4d76-9f8f-6c32ae6fb078} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Loading data parts | ||
747 | 2024.06.22 01:30:20.079658 [ 3 ] {a079aaee-c5aa-4d76-9f8f-6c32ae6fb078} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): There are no data parts | ||
748 | 2024.06.22 01:30:20.081651 [ 3 ] {a079aaee-c5aa-4d76-9f8f-6c32ae6fb078} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.06.22 01:30:20.081681 [ 3 ] {} <Debug> HTTP-Session: 7f4ab23f-2bcd-41b4-8c24-0d80859e819e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.06.22 01:30:20.081814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.06.22 01:30:20.081875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.06.22 01:30:20.081904 [ 3 ] {} <Debug> HTTP-Session: 335a4b9b-62ce-4b93-9965-279d86399745 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
753 | 2024.06.22 01:30:20.081923 [ 3 ] {} <Debug> HTTP-Session: 335a4b9b-62ce-4b93-9965-279d86399745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.06.22 01:30:20.081946 [ 3 ] {} <Debug> HTTP-Session: 335a4b9b-62ce-4b93-9965-279d86399745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.06.22 01:30:20.081979 [ 3 ] {} <Trace> HTTP-Session: 335a4b9b-62ce-4b93-9965-279d86399745 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.06.22 01:30:20.082144 [ 3 ] {daaa0bf4-97d8-42d4-838c-b648b52051e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) | ||
757 | 2024.06.22 01:30:20.082204 [ 3 ] {daaa0bf4-97d8-42d4-838c-b648b52051e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.06.22 01:30:20.083790 [ 3 ] {daaa0bf4-97d8-42d4-838c-b648b52051e4} <Debug> oximeter.fields_u64 (224ed11f-a3a6-4628-af38-1d9e8bee0d7d): Loading data parts | ||
759 | 2024.06.22 01:30:20.083932 [ 3 ] {daaa0bf4-97d8-42d4-838c-b648b52051e4} <Debug> oximeter.fields_u64 (224ed11f-a3a6-4628-af38-1d9e8bee0d7d): There are no data parts | ||
760 | 2024.06.22 01:30:20.087702 [ 3 ] {daaa0bf4-97d8-42d4-838c-b648b52051e4} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.06.22 01:30:20.087731 [ 3 ] {} <Debug> HTTP-Session: 335a4b9b-62ce-4b93-9965-279d86399745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.06.22 01:30:20.087951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.06.22 01:30:20.088006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.06.22 01:30:20.088028 [ 3 ] {} <Debug> HTTP-Session: aa80d15a-66f7-4270-8b31-990e3dbb2c5b Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
765 | 2024.06.22 01:30:20.088055 [ 3 ] {} <Debug> HTTP-Session: aa80d15a-66f7-4270-8b31-990e3dbb2c5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.06.22 01:30:20.088072 [ 3 ] {} <Debug> HTTP-Session: aa80d15a-66f7-4270-8b31-990e3dbb2c5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.06.22 01:30:20.088106 [ 3 ] {} <Trace> HTTP-Session: aa80d15a-66f7-4270-8b31-990e3dbb2c5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.06.22 01:30:20.088277 [ 3 ] {c6297596-953e-4fcb-9e5a-2817d3d10e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) | ||
769 | 2024.06.22 01:30:20.088323 [ 3 ] {c6297596-953e-4fcb-9e5a-2817d3d10e36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.06.22 01:30:20.090056 [ 3 ] {c6297596-953e-4fcb-9e5a-2817d3d10e36} <Debug> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Loading data parts | ||
771 | 2024.06.22 01:30:20.090193 [ 3 ] {c6297596-953e-4fcb-9e5a-2817d3d10e36} <Debug> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): There are no data parts | ||
772 | 2024.06.22 01:30:20.092189 [ 3 ] {c6297596-953e-4fcb-9e5a-2817d3d10e36} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.06.22 01:30:20.092213 [ 3 ] {} <Debug> HTTP-Session: aa80d15a-66f7-4270-8b31-990e3dbb2c5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.06.22 01:30:20.092306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.06.22 01:30:20.092353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.06.22 01:30:20.092371 [ 3 ] {} <Debug> HTTP-Session: 4f409b0f-b5bb-46e0-ad12-e8456eae138d Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
777 | 2024.06.22 01:30:20.092386 [ 3 ] {} <Debug> HTTP-Session: 4f409b0f-b5bb-46e0-ad12-e8456eae138d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.06.22 01:30:20.092399 [ 3 ] {} <Debug> HTTP-Session: 4f409b0f-b5bb-46e0-ad12-e8456eae138d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.06.22 01:30:20.092496 [ 3 ] {} <Trace> HTTP-Session: 4f409b0f-b5bb-46e0-ad12-e8456eae138d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.06.22 01:30:20.092631 [ 3 ] {6e6c90b1-2ece-4d47-b95a-1e14611176d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) | ||
781 | 2024.06.22 01:30:20.092669 [ 3 ] {6e6c90b1-2ece-4d47-b95a-1e14611176d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.06.22 01:30:20.094327 [ 3 ] {6e6c90b1-2ece-4d47-b95a-1e14611176d4} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Loading data parts | ||
783 | 2024.06.22 01:30:20.094607 [ 3 ] {6e6c90b1-2ece-4d47-b95a-1e14611176d4} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): There are no data parts | ||
784 | 2024.06.22 01:30:20.098548 [ 3 ] {6e6c90b1-2ece-4d47-b95a-1e14611176d4} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.06.22 01:30:20.098587 [ 3 ] {} <Debug> HTTP-Session: 4f409b0f-b5bb-46e0-ad12-e8456eae138d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.06.22 01:30:20.098740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.06.22 01:30:20.098805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.06.22 01:30:20.098831 [ 3 ] {} <Debug> HTTP-Session: b609a41c-6e7c-4814-b0c4-0cd040c3a714 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
789 | 2024.06.22 01:30:20.098852 [ 3 ] {} <Debug> HTTP-Session: b609a41c-6e7c-4814-b0c4-0cd040c3a714 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.06.22 01:30:20.098870 [ 3 ] {} <Debug> HTTP-Session: b609a41c-6e7c-4814-b0c4-0cd040c3a714 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.06.22 01:30:20.098912 [ 3 ] {} <Trace> HTTP-Session: b609a41c-6e7c-4814-b0c4-0cd040c3a714 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.06.22 01:30:20.099087 [ 3 ] {9e3c3f41-5f88-43d4-bd49-f33bd5694c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) 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) | ||
793 | 2024.06.22 01:30:20.099127 [ 3 ] {9e3c3f41-5f88-43d4-bd49-f33bd5694c51} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.06.22 01:30:20.100812 [ 3 ] {9e3c3f41-5f88-43d4-bd49-f33bd5694c51} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Loading data parts | ||
795 | 2024.06.22 01:30:20.100951 [ 3 ] {9e3c3f41-5f88-43d4-bd49-f33bd5694c51} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): There are no data parts | ||
796 | 2024.06.22 01:30:20.102970 [ 3 ] {9e3c3f41-5f88-43d4-bd49-f33bd5694c51} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.06.22 01:30:20.103000 [ 3 ] {} <Debug> HTTP-Session: b609a41c-6e7c-4814-b0c4-0cd040c3a714 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.06.22 01:30:20.103103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.06.22 01:30:20.103156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.06.22 01:30:20.103178 [ 3 ] {} <Debug> HTTP-Session: b78bd248-923c-48ce-8ea4-bd717bc965c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
801 | 2024.06.22 01:30:20.103197 [ 3 ] {} <Debug> HTTP-Session: b78bd248-923c-48ce-8ea4-bd717bc965c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.06.22 01:30:20.103213 [ 3 ] {} <Debug> HTTP-Session: b78bd248-923c-48ce-8ea4-bd717bc965c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.06.22 01:30:20.103247 [ 3 ] {} <Trace> HTTP-Session: b78bd248-923c-48ce-8ea4-bd717bc965c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.06.22 01:30:20.103554 [ 3 ] {4686f87b-9e11-414e-a729-8b019d61b802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) /* The timeseries schema table stores the extracted schema for the samples | ||
805 | * oximeter collects. | ||
806 | */ | ||
807 | 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) | ||
808 | 2024.06.22 01:30:20.103622 [ 3 ] {4686f87b-9e11-414e-a729-8b019d61b802} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.06.22 01:30:20.105251 [ 3 ] {4686f87b-9e11-414e-a729-8b019d61b802} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Loading data parts | ||
810 | 2024.06.22 01:30:20.105395 [ 3 ] {4686f87b-9e11-414e-a729-8b019d61b802} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): There are no data parts | ||
811 | 2024.06.22 01:30:20.109231 [ 3 ] {4686f87b-9e11-414e-a729-8b019d61b802} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.06.22 01:30:20.109257 [ 3 ] {} <Debug> HTTP-Session: b78bd248-923c-48ce-8ea4-bd717bc965c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.06.22 01:30:20.109371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38008, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.06.22 01:30:20.109416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.06.22 01:30:20.109434 [ 3 ] {} <Debug> HTTP-Session: 1ae43fec-12d3-4e96-99b3-5b46eb75d941 Authenticating user 'default' from [fd00:1122:3344:101::d]:38008 | ||
816 | 2024.06.22 01:30:20.109449 [ 3 ] {} <Debug> HTTP-Session: 1ae43fec-12d3-4e96-99b3-5b46eb75d941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.06.22 01:30:20.109462 [ 3 ] {} <Debug> HTTP-Session: 1ae43fec-12d3-4e96-99b3-5b46eb75d941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.06.22 01:30:20.109491 [ 3 ] {} <Trace> HTTP-Session: 1ae43fec-12d3-4e96-99b3-5b46eb75d941 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.06.22 01:30:20.109710 [ 3 ] {690b6138-d06a-419d-8c31-ef842218c034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38008) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.06.22 01:30:20.111486 [ 3 ] {690b6138-d06a-419d-8c31-ef842218c034} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.06.22 01:30:20.115624 [ 3 ] {690b6138-d06a-419d-8c31-ef842218c034} <Trace> oximeter.version (0690b31d-16ab-4a9c-bae6-3f7e43dbc8c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.06.22 01:30:20.115659 [ 3 ] {690b6138-d06a-419d-8c31-ef842218c034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
823 | 2024.06.22 01:30:20.120318 [ 3 ] {690b6138-d06a-419d-8c31-ef842218c034} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.06.22 01:30:20.121389 [ 3 ] {690b6138-d06a-419d-8c31-ef842218c034} <Trace> oximeter.version (0690b31d-16ab-4a9c-bae6-3f7e43dbc8c8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
825 | 2024.06.22 01:30:20.121709 [ 3 ] {690b6138-d06a-419d-8c31-ef842218c034} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012003 sec., 83.31250520703158 rows/sec., 1.30 KiB/sec. | ||
826 | 2024.06.22 01:30:20.121872 [ 3 ] {690b6138-d06a-419d-8c31-ef842218c034} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.06.22 01:30:20.121895 [ 3 ] {690b6138-d06a-419d-8c31-ef842218c034} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.06.22 01:30:20.121911 [ 3 ] {} <Debug> HTTP-Session: 1ae43fec-12d3-4e96-99b3-5b46eb75d941 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.06.22 01:30:21.005595 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.53 MiB, peak 176.67 MiB, free memory in arenas 0.00 B, will set to 173.71 MiB (RSS), difference: 2.18 MiB | ||
830 | 2024.06.22 01:30:33.810439 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
831 | 2024.06.22 01:30:33.810508 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
832 | 2024.06.22 01:30:35.213420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
833 | 2024.06.22 01:30:35.213544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
834 | 2024.06.22 01:30:35.213570 [ 3 ] {} <Debug> HTTP-Session: 6ae36668-6f66-4833-a8bf-e27ae82400ac Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
835 | 2024.06.22 01:30:35.213594 [ 3 ] {} <Debug> HTTP-Session: 6ae36668-6f66-4833-a8bf-e27ae82400ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.06.22 01:30:35.213609 [ 3 ] {} <Debug> HTTP-Session: 6ae36668-6f66-4833-a8bf-e27ae82400ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.06.22 01:30:35.213656 [ 3 ] {} <Trace> HTTP-Session: 6ae36668-6f66-4833-a8bf-e27ae82400ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
838 | 2024.06.22 01:30:35.213911 [ 3 ] {60ff03df-6bd0-4056-9049-9e34a89d8657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
839 | 2024.06.22 01:30:35.214244 [ 3 ] {60ff03df-6bd0-4056-9049-9e34a89d8657} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
840 | 2024.06.22 01:30:35.214384 [ 3 ] {60ff03df-6bd0-4056-9049-9e34a89d8657} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
841 | 2024.06.22 01:30:35.215445 [ 3 ] {60ff03df-6bd0-4056-9049-9e34a89d8657} <Debug> DynamicQueryHandler: Done processing query | ||
842 | 2024.06.22 01:30:35.215475 [ 3 ] {60ff03df-6bd0-4056-9049-9e34a89d8657} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
843 | 2024.06.22 01:30:35.215491 [ 3 ] {} <Debug> HTTP-Session: 6ae36668-6f66-4833-a8bf-e27ae82400ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
844 | 2024.06.22 01:30:35.217959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
845 | 2024.06.22 01:30:35.218016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
846 | 2024.06.22 01:30:35.218035 [ 3 ] {} <Debug> HTTP-Session: 87ff02c6-9450-4cb7-92ce-4f34d47114b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
847 | 2024.06.22 01:30:35.218053 [ 3 ] {} <Debug> HTTP-Session: 87ff02c6-9450-4cb7-92ce-4f34d47114b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.06.22 01:30:35.218072 [ 3 ] {} <Debug> HTTP-Session: 87ff02c6-9450-4cb7-92ce-4f34d47114b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.06.22 01:30:35.218111 [ 3 ] {} <Trace> HTTP-Session: 87ff02c6-9450-4cb7-92ce-4f34d47114b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
850 | 2024.06.22 01:30:35.218266 [ 3 ] {b05bd248-04df-411b-beff-3509fcf0f789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
851 | 2024.06.22 01:30:35.220456 [ 3 ] {b05bd248-04df-411b-beff-3509fcf0f789} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
852 | 2024.06.22 01:30:35.220511 [ 3 ] {b05bd248-04df-411b-beff-3509fcf0f789} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
853 | 2024.06.22 01:30:35.221546 [ 3 ] {b05bd248-04df-411b-beff-3509fcf0f789} <Debug> DynamicQueryHandler: Done processing query | ||
854 | 2024.06.22 01:30:35.221572 [ 3 ] {b05bd248-04df-411b-beff-3509fcf0f789} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
855 | 2024.06.22 01:30:35.221588 [ 3 ] {} <Debug> HTTP-Session: 87ff02c6-9450-4cb7-92ce-4f34d47114b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
856 | 2024.06.22 01:30:35.221959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
857 | 2024.06.22 01:30:35.222010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
858 | 2024.06.22 01:30:35.222029 [ 3 ] {} <Debug> HTTP-Session: 4dce0ba1-12aa-47f8-8c8d-46f28d4cd96c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
859 | 2024.06.22 01:30:35.222046 [ 3 ] {} <Debug> HTTP-Session: 4dce0ba1-12aa-47f8-8c8d-46f28d4cd96c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.06.22 01:30:35.222059 [ 3 ] {} <Debug> HTTP-Session: 4dce0ba1-12aa-47f8-8c8d-46f28d4cd96c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.06.22 01:30:35.222091 [ 3 ] {} <Trace> HTTP-Session: 4dce0ba1-12aa-47f8-8c8d-46f28d4cd96c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
862 | 2024.06.22 01:30:35.222213 [ 3 ] {112f20f1-243a-4dcc-9744-e5cd09a96691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
863 | 2024.06.22 01:30:35.222573 [ 3 ] {112f20f1-243a-4dcc-9744-e5cd09a96691} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
864 | 2024.06.22 01:30:35.222624 [ 3 ] {112f20f1-243a-4dcc-9744-e5cd09a96691} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
865 | 2024.06.22 01:30:35.223561 [ 3 ] {112f20f1-243a-4dcc-9744-e5cd09a96691} <Debug> DynamicQueryHandler: Done processing query | ||
866 | 2024.06.22 01:30:35.223585 [ 3 ] {112f20f1-243a-4dcc-9744-e5cd09a96691} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
867 | 2024.06.22 01:30:35.223601 [ 3 ] {} <Debug> HTTP-Session: 4dce0ba1-12aa-47f8-8c8d-46f28d4cd96c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
868 | 2024.06.22 01:30:35.223889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
869 | 2024.06.22 01:30:35.223937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
870 | 2024.06.22 01:30:35.223955 [ 3 ] {} <Debug> HTTP-Session: 84096ea7-b192-458a-8985-24ff70bf6bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
871 | 2024.06.22 01:30:35.223970 [ 3 ] {} <Debug> HTTP-Session: 84096ea7-b192-458a-8985-24ff70bf6bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.06.22 01:30:35.223984 [ 3 ] {} <Debug> HTTP-Session: 84096ea7-b192-458a-8985-24ff70bf6bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.06.22 01:30:35.224013 [ 3 ] {} <Trace> HTTP-Session: 84096ea7-b192-458a-8985-24ff70bf6bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2024.06.22 01:30:35.224131 [ 3 ] {2e4ffb61-2ec2-4d82-b41e-b43daf394da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
875 | 2024.06.22 01:30:35.224457 [ 3 ] {2e4ffb61-2ec2-4d82-b41e-b43daf394da9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
876 | 2024.06.22 01:30:35.224505 [ 3 ] {2e4ffb61-2ec2-4d82-b41e-b43daf394da9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
877 | 2024.06.22 01:30:35.225418 [ 3 ] {2e4ffb61-2ec2-4d82-b41e-b43daf394da9} <Debug> DynamicQueryHandler: Done processing query | ||
878 | 2024.06.22 01:30:35.225444 [ 3 ] {2e4ffb61-2ec2-4d82-b41e-b43daf394da9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
879 | 2024.06.22 01:30:35.225460 [ 3 ] {} <Debug> HTTP-Session: 84096ea7-b192-458a-8985-24ff70bf6bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
880 | 2024.06.22 01:30:35.225644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
881 | 2024.06.22 01:30:35.225690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
882 | 2024.06.22 01:30:35.225707 [ 3 ] {} <Debug> HTTP-Session: 3ad01f2d-06e0-48b8-9be3-4fffc0777723 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
883 | 2024.06.22 01:30:35.225726 [ 3 ] {} <Debug> HTTP-Session: 3ad01f2d-06e0-48b8-9be3-4fffc0777723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.06.22 01:30:35.225813 [ 3 ] {} <Debug> HTTP-Session: 3ad01f2d-06e0-48b8-9be3-4fffc0777723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.06.22 01:30:35.225844 [ 3 ] {} <Trace> HTTP-Session: 3ad01f2d-06e0-48b8-9be3-4fffc0777723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
886 | 2024.06.22 01:30:35.225962 [ 3 ] {093f1dbb-1b4f-40e5-a187-4502de0d726a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
887 | 2024.06.22 01:30:35.226260 [ 3 ] {093f1dbb-1b4f-40e5-a187-4502de0d726a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
888 | 2024.06.22 01:30:35.226318 [ 3 ] {093f1dbb-1b4f-40e5-a187-4502de0d726a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
889 | 2024.06.22 01:30:35.227245 [ 3 ] {093f1dbb-1b4f-40e5-a187-4502de0d726a} <Debug> DynamicQueryHandler: Done processing query | ||
890 | 2024.06.22 01:30:35.227276 [ 3 ] {093f1dbb-1b4f-40e5-a187-4502de0d726a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
891 | 2024.06.22 01:30:35.227292 [ 3 ] {} <Debug> HTTP-Session: 3ad01f2d-06e0-48b8-9be3-4fffc0777723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
892 | 2024.06.22 01:30:35.227495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
893 | 2024.06.22 01:30:35.227544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
894 | 2024.06.22 01:30:35.227564 [ 3 ] {} <Debug> HTTP-Session: 7797b6f0-2742-4e93-8b43-4a001200a3fe Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
895 | 2024.06.22 01:30:35.227579 [ 3 ] {} <Debug> HTTP-Session: 7797b6f0-2742-4e93-8b43-4a001200a3fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.06.22 01:30:35.227593 [ 3 ] {} <Debug> HTTP-Session: 7797b6f0-2742-4e93-8b43-4a001200a3fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
897 | 2024.06.22 01:30:35.227624 [ 3 ] {} <Trace> HTTP-Session: 7797b6f0-2742-4e93-8b43-4a001200a3fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
898 | 2024.06.22 01:30:35.227823 [ 3 ] {e564137a-8dca-4cbc-b007-0d03cb84bfdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
899 | 2024.06.22 01:30:35.228153 [ 3 ] {e564137a-8dca-4cbc-b007-0d03cb84bfdb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
900 | 2024.06.22 01:30:35.228205 [ 3 ] {e564137a-8dca-4cbc-b007-0d03cb84bfdb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
901 | 2024.06.22 01:30:35.229155 [ 3 ] {e564137a-8dca-4cbc-b007-0d03cb84bfdb} <Debug> DynamicQueryHandler: Done processing query | ||
902 | 2024.06.22 01:30:35.229181 [ 3 ] {e564137a-8dca-4cbc-b007-0d03cb84bfdb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
903 | 2024.06.22 01:30:35.229197 [ 3 ] {} <Debug> HTTP-Session: 7797b6f0-2742-4e93-8b43-4a001200a3fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
904 | 2024.06.22 01:30:35.229383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
905 | 2024.06.22 01:30:35.229429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
906 | 2024.06.22 01:30:35.229447 [ 3 ] {} <Debug> HTTP-Session: 97f7bdf3-c1a5-4a38-8f1f-2245d206da30 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
907 | 2024.06.22 01:30:35.229463 [ 3 ] {} <Debug> HTTP-Session: 97f7bdf3-c1a5-4a38-8f1f-2245d206da30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.06.22 01:30:35.229476 [ 3 ] {} <Debug> HTTP-Session: 97f7bdf3-c1a5-4a38-8f1f-2245d206da30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
909 | 2024.06.22 01:30:35.229505 [ 3 ] {} <Trace> HTTP-Session: 97f7bdf3-c1a5-4a38-8f1f-2245d206da30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
910 | 2024.06.22 01:30:35.229624 [ 3 ] {73a9a6a4-148a-4dfa-9795-a28dc90a45c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
911 | 2024.06.22 01:30:35.230034 [ 3 ] {73a9a6a4-148a-4dfa-9795-a28dc90a45c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
912 | 2024.06.22 01:30:35.230082 [ 3 ] {73a9a6a4-148a-4dfa-9795-a28dc90a45c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
913 | 2024.06.22 01:30:35.231013 [ 3 ] {73a9a6a4-148a-4dfa-9795-a28dc90a45c0} <Debug> DynamicQueryHandler: Done processing query | ||
914 | 2024.06.22 01:30:35.231040 [ 3 ] {73a9a6a4-148a-4dfa-9795-a28dc90a45c0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
915 | 2024.06.22 01:30:35.231056 [ 3 ] {} <Debug> HTTP-Session: 97f7bdf3-c1a5-4a38-8f1f-2245d206da30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
916 | 2024.06.22 01:30:35.231262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
917 | 2024.06.22 01:30:35.231309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
918 | 2024.06.22 01:30:35.231329 [ 3 ] {} <Debug> HTTP-Session: c4dfc3b5-a5e7-4f46-ace8-52f71a4babba Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
919 | 2024.06.22 01:30:35.231345 [ 3 ] {} <Debug> HTTP-Session: c4dfc3b5-a5e7-4f46-ace8-52f71a4babba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.06.22 01:30:35.231358 [ 3 ] {} <Debug> HTTP-Session: c4dfc3b5-a5e7-4f46-ace8-52f71a4babba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
921 | 2024.06.22 01:30:35.231386 [ 3 ] {} <Trace> HTTP-Session: c4dfc3b5-a5e7-4f46-ace8-52f71a4babba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
922 | 2024.06.22 01:30:35.231507 [ 3 ] {3dbaeb99-77ee-494c-afe4-98f1e782b99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
923 | 2024.06.22 01:30:35.231905 [ 3 ] {3dbaeb99-77ee-494c-afe4-98f1e782b99a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
924 | 2024.06.22 01:30:35.231957 [ 3 ] {3dbaeb99-77ee-494c-afe4-98f1e782b99a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
925 | 2024.06.22 01:30:35.232871 [ 3 ] {3dbaeb99-77ee-494c-afe4-98f1e782b99a} <Debug> DynamicQueryHandler: Done processing query | ||
926 | 2024.06.22 01:30:35.232897 [ 3 ] {3dbaeb99-77ee-494c-afe4-98f1e782b99a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
927 | 2024.06.22 01:30:35.232912 [ 3 ] {} <Debug> HTTP-Session: c4dfc3b5-a5e7-4f46-ace8-52f71a4babba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
928 | 2024.06.22 01:30:35.233137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
929 | 2024.06.22 01:30:35.233187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
930 | 2024.06.22 01:30:35.233206 [ 3 ] {} <Debug> HTTP-Session: be2d7ebd-4c1b-4b9d-999a-e54eba0efd64 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
931 | 2024.06.22 01:30:35.233222 [ 3 ] {} <Debug> HTTP-Session: be2d7ebd-4c1b-4b9d-999a-e54eba0efd64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.06.22 01:30:35.233236 [ 3 ] {} <Debug> HTTP-Session: be2d7ebd-4c1b-4b9d-999a-e54eba0efd64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
933 | 2024.06.22 01:30:35.233266 [ 3 ] {} <Trace> HTTP-Session: be2d7ebd-4c1b-4b9d-999a-e54eba0efd64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
934 | 2024.06.22 01:30:35.233390 [ 3 ] {f5480c02-74d0-4871-b1ed-8a90e6502da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
935 | 2024.06.22 01:30:35.233701 [ 3 ] {f5480c02-74d0-4871-b1ed-8a90e6502da5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
936 | 2024.06.22 01:30:35.233751 [ 3 ] {f5480c02-74d0-4871-b1ed-8a90e6502da5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
937 | 2024.06.22 01:30:35.234637 [ 3 ] {f5480c02-74d0-4871-b1ed-8a90e6502da5} <Debug> DynamicQueryHandler: Done processing query | ||
938 | 2024.06.22 01:30:35.234662 [ 3 ] {f5480c02-74d0-4871-b1ed-8a90e6502da5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
939 | 2024.06.22 01:30:35.234677 [ 3 ] {} <Debug> HTTP-Session: be2d7ebd-4c1b-4b9d-999a-e54eba0efd64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
940 | 2024.06.22 01:30:35.234937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
941 | 2024.06.22 01:30:35.234982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
942 | 2024.06.22 01:30:35.235000 [ 3 ] {} <Debug> HTTP-Session: 9c1f2eba-02c5-45c8-b14c-9d3e7f80cc39 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
943 | 2024.06.22 01:30:35.235016 [ 3 ] {} <Debug> HTTP-Session: 9c1f2eba-02c5-45c8-b14c-9d3e7f80cc39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.06.22 01:30:35.235029 [ 3 ] {} <Debug> HTTP-Session: 9c1f2eba-02c5-45c8-b14c-9d3e7f80cc39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
945 | 2024.06.22 01:30:35.235059 [ 3 ] {} <Trace> HTTP-Session: 9c1f2eba-02c5-45c8-b14c-9d3e7f80cc39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
946 | 2024.06.22 01:30:35.235186 [ 3 ] {84479032-b9ee-4acd-9222-68118634c93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
947 | 2024.06.22 01:30:35.235513 [ 3 ] {84479032-b9ee-4acd-9222-68118634c93d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
948 | 2024.06.22 01:30:35.235563 [ 3 ] {84479032-b9ee-4acd-9222-68118634c93d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
949 | 2024.06.22 01:30:35.236556 [ 3 ] {84479032-b9ee-4acd-9222-68118634c93d} <Debug> DynamicQueryHandler: Done processing query | ||
950 | 2024.06.22 01:30:35.236581 [ 3 ] {84479032-b9ee-4acd-9222-68118634c93d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
951 | 2024.06.22 01:30:35.236596 [ 3 ] {} <Debug> HTTP-Session: 9c1f2eba-02c5-45c8-b14c-9d3e7f80cc39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.06.22 01:30:35.236879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
953 | 2024.06.22 01:30:35.236924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
954 | 2024.06.22 01:30:35.236943 [ 3 ] {} <Debug> HTTP-Session: 6c5dd460-2926-4c20-b0e6-175509eb29a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
955 | 2024.06.22 01:30:35.236959 [ 3 ] {} <Debug> HTTP-Session: 6c5dd460-2926-4c20-b0e6-175509eb29a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.06.22 01:30:35.236972 [ 3 ] {} <Debug> HTTP-Session: 6c5dd460-2926-4c20-b0e6-175509eb29a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
957 | 2024.06.22 01:30:35.237003 [ 3 ] {} <Trace> HTTP-Session: 6c5dd460-2926-4c20-b0e6-175509eb29a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
958 | 2024.06.22 01:30:35.237128 [ 3 ] {05bf5d29-b855-44b3-a6d4-7f5d8e616f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
959 | 2024.06.22 01:30:35.237461 [ 3 ] {05bf5d29-b855-44b3-a6d4-7f5d8e616f26} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
960 | 2024.06.22 01:30:35.237510 [ 3 ] {05bf5d29-b855-44b3-a6d4-7f5d8e616f26} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
961 | 2024.06.22 01:30:35.238443 [ 3 ] {05bf5d29-b855-44b3-a6d4-7f5d8e616f26} <Debug> DynamicQueryHandler: Done processing query | ||
962 | 2024.06.22 01:30:35.238469 [ 3 ] {05bf5d29-b855-44b3-a6d4-7f5d8e616f26} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
963 | 2024.06.22 01:30:35.238485 [ 3 ] {} <Debug> HTTP-Session: 6c5dd460-2926-4c20-b0e6-175509eb29a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
964 | 2024.06.22 01:30:35.238679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
965 | 2024.06.22 01:30:35.238725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
966 | 2024.06.22 01:30:35.238744 [ 3 ] {} <Debug> HTTP-Session: ce39032f-1a21-4251-9b7b-41c57258c306 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
967 | 2024.06.22 01:30:35.238760 [ 3 ] {} <Debug> HTTP-Session: ce39032f-1a21-4251-9b7b-41c57258c306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.06.22 01:30:35.238773 [ 3 ] {} <Debug> HTTP-Session: ce39032f-1a21-4251-9b7b-41c57258c306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.06.22 01:30:35.238801 [ 3 ] {} <Trace> HTTP-Session: ce39032f-1a21-4251-9b7b-41c57258c306 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
970 | 2024.06.22 01:30:35.238994 [ 3 ] {24c5fdef-396a-4f7d-aa9f-170346ac52e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
971 | 2024.06.22 01:30:35.239316 [ 3 ] {24c5fdef-396a-4f7d-aa9f-170346ac52e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
972 | 2024.06.22 01:30:35.239366 [ 3 ] {24c5fdef-396a-4f7d-aa9f-170346ac52e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
973 | 2024.06.22 01:30:35.240315 [ 3 ] {24c5fdef-396a-4f7d-aa9f-170346ac52e3} <Debug> DynamicQueryHandler: Done processing query | ||
974 | 2024.06.22 01:30:35.240340 [ 3 ] {24c5fdef-396a-4f7d-aa9f-170346ac52e3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
975 | 2024.06.22 01:30:35.240356 [ 3 ] {} <Debug> HTTP-Session: ce39032f-1a21-4251-9b7b-41c57258c306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
976 | 2024.06.22 01:30:35.240552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
977 | 2024.06.22 01:30:35.240597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
978 | 2024.06.22 01:30:35.240616 [ 3 ] {} <Debug> HTTP-Session: 7dbea502-e7a9-4fab-bfe1-a11633db9815 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
979 | 2024.06.22 01:30:35.240631 [ 3 ] {} <Debug> HTTP-Session: 7dbea502-e7a9-4fab-bfe1-a11633db9815 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.06.22 01:30:35.240644 [ 3 ] {} <Debug> HTTP-Session: 7dbea502-e7a9-4fab-bfe1-a11633db9815 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.06.22 01:30:35.240672 [ 3 ] {} <Trace> HTTP-Session: 7dbea502-e7a9-4fab-bfe1-a11633db9815 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
982 | 2024.06.22 01:30:35.240796 [ 3 ] {5c8427be-0a53-44aa-8aec-a019b139bf54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
983 | 2024.06.22 01:30:35.241184 [ 3 ] {5c8427be-0a53-44aa-8aec-a019b139bf54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
984 | 2024.06.22 01:30:35.241234 [ 3 ] {5c8427be-0a53-44aa-8aec-a019b139bf54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
985 | 2024.06.22 01:30:35.242105 [ 3 ] {5c8427be-0a53-44aa-8aec-a019b139bf54} <Debug> DynamicQueryHandler: Done processing query | ||
986 | 2024.06.22 01:30:35.242131 [ 3 ] {5c8427be-0a53-44aa-8aec-a019b139bf54} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
987 | 2024.06.22 01:30:35.242147 [ 3 ] {} <Debug> HTTP-Session: 7dbea502-e7a9-4fab-bfe1-a11633db9815 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.06.22 01:30:35.242349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
989 | 2024.06.22 01:30:35.242393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
990 | 2024.06.22 01:30:35.242411 [ 3 ] {} <Debug> HTTP-Session: ab7d2c15-bfcc-497a-bc07-22ab079c50d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
991 | 2024.06.22 01:30:35.242426 [ 3 ] {} <Debug> HTTP-Session: ab7d2c15-bfcc-497a-bc07-22ab079c50d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.06.22 01:30:35.242439 [ 3 ] {} <Debug> HTTP-Session: ab7d2c15-bfcc-497a-bc07-22ab079c50d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
993 | 2024.06.22 01:30:35.242468 [ 3 ] {} <Trace> HTTP-Session: ab7d2c15-bfcc-497a-bc07-22ab079c50d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
994 | 2024.06.22 01:30:35.242591 [ 3 ] {e6f9957f-f3b5-4ec8-b9cd-c633043a2295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
995 | 2024.06.22 01:30:35.242986 [ 3 ] {e6f9957f-f3b5-4ec8-b9cd-c633043a2295} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
996 | 2024.06.22 01:30:35.243036 [ 3 ] {e6f9957f-f3b5-4ec8-b9cd-c633043a2295} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
997 | 2024.06.22 01:30:35.243914 [ 3 ] {e6f9957f-f3b5-4ec8-b9cd-c633043a2295} <Debug> DynamicQueryHandler: Done processing query | ||
998 | 2024.06.22 01:30:35.243941 [ 3 ] {e6f9957f-f3b5-4ec8-b9cd-c633043a2295} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
999 | 2024.06.22 01:30:35.243957 [ 3 ] {} <Debug> HTTP-Session: ab7d2c15-bfcc-497a-bc07-22ab079c50d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1000 | 2024.06.22 01:30:35.244114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1001 | 2024.06.22 01:30:35.244159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1002 | 2024.06.22 01:30:35.244178 [ 3 ] {} <Debug> HTTP-Session: 4e439fa7-bc89-499e-af41-e2a7c55a4ff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1003 | 2024.06.22 01:30:35.244194 [ 3 ] {} <Debug> HTTP-Session: 4e439fa7-bc89-499e-af41-e2a7c55a4ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.06.22 01:30:35.244207 [ 3 ] {} <Debug> HTTP-Session: 4e439fa7-bc89-499e-af41-e2a7c55a4ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.06.22 01:30:35.244237 [ 3 ] {} <Trace> HTTP-Session: 4e439fa7-bc89-499e-af41-e2a7c55a4ff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1006 | 2024.06.22 01:30:35.244353 [ 3 ] {bfe28928-7879-430b-ab2a-1d5eb8ca7ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1007 | 2024.06.22 01:30:35.244397 [ 3 ] {bfe28928-7879-430b-ab2a-1d5eb8ca7ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1008 | 2024.06.22 01:30:35.244590 [ 3 ] {bfe28928-7879-430b-ab2a-1d5eb8ca7ac1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1009 | 2024.06.22 01:30:35.245143 [ 3 ] {bfe28928-7879-430b-ab2a-1d5eb8ca7ac1} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1010 | 2024.06.22 01:30:35.245180 [ 3 ] {bfe28928-7879-430b-ab2a-1d5eb8ca7ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1011 | 2024.06.22 01:30:35.245701 [ 3 ] {bfe28928-7879-430b-ab2a-1d5eb8ca7ac1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1012 | 2024.06.22 01:30:35.246134 [ 3 ] {bfe28928-7879-430b-ab2a-1d5eb8ca7ac1} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1013 | 2024.06.22 01:30:35.246284 [ 3 ] {bfe28928-7879-430b-ab2a-1d5eb8ca7ac1} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 1023.85 KiB/sec. | ||
1014 | 2024.06.22 01:30:35.246454 [ 3 ] {bfe28928-7879-430b-ab2a-1d5eb8ca7ac1} <Debug> DynamicQueryHandler: Done processing query | ||
1015 | 2024.06.22 01:30:35.246479 [ 3 ] {bfe28928-7879-430b-ab2a-1d5eb8ca7ac1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1016 | 2024.06.22 01:30:35.246494 [ 3 ] {} <Debug> HTTP-Session: 4e439fa7-bc89-499e-af41-e2a7c55a4ff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1017 | 2024.06.22 01:30:35.246600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1018 | 2024.06.22 01:30:35.246647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1019 | 2024.06.22 01:30:35.246665 [ 3 ] {} <Debug> HTTP-Session: ca72ca30-37e6-45cb-ab59-0b205492cbd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1020 | 2024.06.22 01:30:35.246680 [ 3 ] {} <Debug> HTTP-Session: ca72ca30-37e6-45cb-ab59-0b205492cbd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.06.22 01:30:35.246693 [ 3 ] {} <Debug> HTTP-Session: ca72ca30-37e6-45cb-ab59-0b205492cbd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1022 | 2024.06.22 01:30:35.246722 [ 3 ] {} <Trace> HTTP-Session: ca72ca30-37e6-45cb-ab59-0b205492cbd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1023 | 2024.06.22 01:30:35.246819 [ 3 ] {b4c57761-9f69-4e7c-a3d3-8eb7a2b6a55d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1024 | 2024.06.22 01:30:35.246926 [ 3 ] {b4c57761-9f69-4e7c-a3d3-8eb7a2b6a55d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1025 | 2024.06.22 01:30:35.247047 [ 3 ] {b4c57761-9f69-4e7c-a3d3-8eb7a2b6a55d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1026 | 2024.06.22 01:30:35.248023 [ 3 ] {b4c57761-9f69-4e7c-a3d3-8eb7a2b6a55d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1027 | 2024.06.22 01:30:35.248056 [ 3 ] {b4c57761-9f69-4e7c-a3d3-8eb7a2b6a55d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1028 | 2024.06.22 01:30:35.248352 [ 3 ] {b4c57761-9f69-4e7c-a3d3-8eb7a2b6a55d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1029 | 2024.06.22 01:30:35.248643 [ 3 ] {b4c57761-9f69-4e7c-a3d3-8eb7a2b6a55d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1030 | 2024.06.22 01:30:35.248786 [ 3 ] {b4c57761-9f69-4e7c-a3d3-8eb7a2b6a55d} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001975 sec., 13164.556962025315 rows/sec., 1.02 MiB/sec. | ||
1031 | 2024.06.22 01:30:35.249106 [ 3 ] {b4c57761-9f69-4e7c-a3d3-8eb7a2b6a55d} <Debug> DynamicQueryHandler: Done processing query | ||
1032 | 2024.06.22 01:30:35.249131 [ 3 ] {b4c57761-9f69-4e7c-a3d3-8eb7a2b6a55d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1033 | 2024.06.22 01:30:35.249146 [ 3 ] {} <Debug> HTTP-Session: ca72ca30-37e6-45cb-ab59-0b205492cbd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1034 | 2024.06.22 01:30:35.249278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1035 | 2024.06.22 01:30:35.249324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1036 | 2024.06.22 01:30:35.249341 [ 3 ] {} <Debug> HTTP-Session: 12fc9fdb-c82f-4631-a96e-fc7649bf4bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1037 | 2024.06.22 01:30:35.249356 [ 3 ] {} <Debug> HTTP-Session: 12fc9fdb-c82f-4631-a96e-fc7649bf4bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.06.22 01:30:35.249369 [ 3 ] {} <Debug> HTTP-Session: 12fc9fdb-c82f-4631-a96e-fc7649bf4bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.06.22 01:30:35.249398 [ 3 ] {} <Trace> HTTP-Session: 12fc9fdb-c82f-4631-a96e-fc7649bf4bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1040 | 2024.06.22 01:30:35.249497 [ 3 ] {de991324-8ce5-4e8b-b6da-9b4c8a5361eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1041 | 2024.06.22 01:30:35.249538 [ 3 ] {de991324-8ce5-4e8b-b6da-9b4c8a5361eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1042 | 2024.06.22 01:30:35.250288 [ 3 ] {de991324-8ce5-4e8b-b6da-9b4c8a5361eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1043 | 2024.06.22 01:30:35.250625 [ 3 ] {de991324-8ce5-4e8b-b6da-9b4c8a5361eb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1044 | 2024.06.22 01:30:35.250665 [ 3 ] {de991324-8ce5-4e8b-b6da-9b4c8a5361eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1045 | 2024.06.22 01:30:35.251576 [ 3 ] {de991324-8ce5-4e8b-b6da-9b4c8a5361eb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1046 | 2024.06.22 01:30:35.251876 [ 3 ] {de991324-8ce5-4e8b-b6da-9b4c8a5361eb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1047 | 2024.06.22 01:30:35.252084 [ 3 ] {de991324-8ce5-4e8b-b6da-9b4c8a5361eb} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002564 sec., 10920.436817472699 rows/sec., 872.20 KiB/sec. | ||
1048 | 2024.06.22 01:30:35.252327 [ 3 ] {de991324-8ce5-4e8b-b6da-9b4c8a5361eb} <Debug> DynamicQueryHandler: Done processing query | ||
1049 | 2024.06.22 01:30:35.252352 [ 3 ] {de991324-8ce5-4e8b-b6da-9b4c8a5361eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1050 | 2024.06.22 01:30:35.252367 [ 3 ] {} <Debug> HTTP-Session: 12fc9fdb-c82f-4631-a96e-fc7649bf4bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.06.22 01:30:35.252484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 1973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1052 | 2024.06.22 01:30:35.252537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1053 | 2024.06.22 01:30:35.252556 [ 3 ] {} <Debug> HTTP-Session: 8ede9e25-8f03-46e1-8185-2096955b8275 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1054 | 2024.06.22 01:30:35.252572 [ 3 ] {} <Debug> HTTP-Session: 8ede9e25-8f03-46e1-8185-2096955b8275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1055 | 2024.06.22 01:30:35.252584 [ 3 ] {} <Debug> HTTP-Session: 8ede9e25-8f03-46e1-8185-2096955b8275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1056 | 2024.06.22 01:30:35.252614 [ 3 ] {} <Trace> HTTP-Session: 8ede9e25-8f03-46e1-8185-2096955b8275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1057 | 2024.06.22 01:30:35.252712 [ 3 ] {5d3a8605-7d98-44e3-b0a0-7379ef9a125b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1058 | 2024.06.22 01:30:35.252755 [ 3 ] {5d3a8605-7d98-44e3-b0a0-7379ef9a125b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1059 | 2024.06.22 01:30:35.252974 [ 3 ] {5d3a8605-7d98-44e3-b0a0-7379ef9a125b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1060 | 2024.06.22 01:30:35.253262 [ 3 ] {5d3a8605-7d98-44e3-b0a0-7379ef9a125b} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1061 | 2024.06.22 01:30:35.253295 [ 3 ] {5d3a8605-7d98-44e3-b0a0-7379ef9a125b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1062 | 2024.06.22 01:30:35.253731 [ 3 ] {5d3a8605-7d98-44e3-b0a0-7379ef9a125b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1063 | 2024.06.22 01:30:35.254135 [ 3 ] {5d3a8605-7d98-44e3-b0a0-7379ef9a125b} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1064 | 2024.06.22 01:30:35.254283 [ 3 ] {5d3a8605-7d98-44e3-b0a0-7379ef9a125b} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.001552 sec., 6443.298969072165 rows/sec., 457.45 KiB/sec. | ||
1065 | 2024.06.22 01:30:35.254523 [ 3 ] {5d3a8605-7d98-44e3-b0a0-7379ef9a125b} <Debug> DynamicQueryHandler: Done processing query | ||
1066 | 2024.06.22 01:30:35.254547 [ 3 ] {5d3a8605-7d98-44e3-b0a0-7379ef9a125b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1067 | 2024.06.22 01:30:35.254561 [ 3 ] {} <Debug> HTTP-Session: 8ede9e25-8f03-46e1-8185-2096955b8275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1068 | 2024.06.22 01:30:35.254673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1069 | 2024.06.22 01:30:35.254719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1070 | 2024.06.22 01:30:35.254737 [ 3 ] {} <Debug> HTTP-Session: 6c999ab5-7d45-4f64-a613-b94005b2aaa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1071 | 2024.06.22 01:30:35.254752 [ 3 ] {} <Debug> HTTP-Session: 6c999ab5-7d45-4f64-a613-b94005b2aaa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1072 | 2024.06.22 01:30:35.254765 [ 3 ] {} <Debug> HTTP-Session: 6c999ab5-7d45-4f64-a613-b94005b2aaa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1073 | 2024.06.22 01:30:35.254794 [ 3 ] {} <Trace> HTTP-Session: 6c999ab5-7d45-4f64-a613-b94005b2aaa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1074 | 2024.06.22 01:30:35.254885 [ 3 ] {3c8434fd-3dea-4b31-99bd-95ec6c90158e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1075 | 2024.06.22 01:30:35.254997 [ 3 ] {3c8434fd-3dea-4b31-99bd-95ec6c90158e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1076 | 2024.06.22 01:30:35.255129 [ 3 ] {3c8434fd-3dea-4b31-99bd-95ec6c90158e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1077 | 2024.06.22 01:30:35.255398 [ 3 ] {3c8434fd-3dea-4b31-99bd-95ec6c90158e} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1078 | 2024.06.22 01:30:35.255432 [ 3 ] {3c8434fd-3dea-4b31-99bd-95ec6c90158e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1079 | 2024.06.22 01:30:35.255769 [ 3 ] {3c8434fd-3dea-4b31-99bd-95ec6c90158e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1080 | 2024.06.22 01:30:35.256170 [ 3 ] {3c8434fd-3dea-4b31-99bd-95ec6c90158e} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1081 | 2024.06.22 01:30:35.256307 [ 3 ] {3c8434fd-3dea-4b31-99bd-95ec6c90158e} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001388 sec., 2881.844380403458 rows/sec., 202.63 KiB/sec. | ||
1082 | 2024.06.22 01:30:35.256467 [ 3 ] {3c8434fd-3dea-4b31-99bd-95ec6c90158e} <Debug> DynamicQueryHandler: Done processing query | ||
1083 | 2024.06.22 01:30:35.256490 [ 3 ] {3c8434fd-3dea-4b31-99bd-95ec6c90158e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1084 | 2024.06.22 01:30:35.256505 [ 3 ] {} <Debug> HTTP-Session: 6c999ab5-7d45-4f64-a613-b94005b2aaa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1085 | 2024.06.22 01:30:40.233989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1086 | 2024.06.22 01:30:40.234164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1087 | 2024.06.22 01:30:40.234206 [ 3 ] {} <Debug> HTTP-Session: e3751b85-df74-4596-8dd6-980baf8306a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1088 | 2024.06.22 01:30:40.234244 [ 3 ] {} <Debug> HTTP-Session: e3751b85-df74-4596-8dd6-980baf8306a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1089 | 2024.06.22 01:30:40.234271 [ 3 ] {} <Debug> HTTP-Session: e3751b85-df74-4596-8dd6-980baf8306a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1090 | 2024.06.22 01:30:40.234340 [ 3 ] {} <Trace> HTTP-Session: e3751b85-df74-4596-8dd6-980baf8306a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1091 | 2024.06.22 01:30:40.234513 [ 3 ] {ce029d64-8d73-49da-8d7c-40425268ed50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1092 | 2024.06.22 01:30:40.234572 [ 3 ] {ce029d64-8d73-49da-8d7c-40425268ed50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1093 | 2024.06.22 01:30:40.234816 [ 3 ] {ce029d64-8d73-49da-8d7c-40425268ed50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1094 | 2024.06.22 01:30:40.235230 [ 3 ] {ce029d64-8d73-49da-8d7c-40425268ed50} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1095 | 2024.06.22 01:30:40.235269 [ 3 ] {ce029d64-8d73-49da-8d7c-40425268ed50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1096 | 2024.06.22 01:30:40.235607 [ 3 ] {ce029d64-8d73-49da-8d7c-40425268ed50} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1097 | 2024.06.22 01:30:40.235979 [ 3 ] {ce029d64-8d73-49da-8d7c-40425268ed50} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1098 | 2024.06.22 01:30:40.236160 [ 3 ] {ce029d64-8d73-49da-8d7c-40425268ed50} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001664 sec., 15625.000000000002 rows/sec., 1.21 MiB/sec. | ||
1099 | 2024.06.22 01:30:40.236347 [ 3 ] {ce029d64-8d73-49da-8d7c-40425268ed50} <Debug> DynamicQueryHandler: Done processing query | ||
1100 | 2024.06.22 01:30:40.236372 [ 3 ] {ce029d64-8d73-49da-8d7c-40425268ed50} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1101 | 2024.06.22 01:30:40.236387 [ 3 ] {} <Debug> HTTP-Session: e3751b85-df74-4596-8dd6-980baf8306a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1102 | 2024.06.22 01:30:40.236530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1103 | 2024.06.22 01:30:40.236576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1104 | 2024.06.22 01:30:40.236593 [ 3 ] {} <Debug> HTTP-Session: 528d6920-0560-4c66-8bf8-1da898c896ac Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1105 | 2024.06.22 01:30:40.236609 [ 3 ] {} <Debug> HTTP-Session: 528d6920-0560-4c66-8bf8-1da898c896ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1106 | 2024.06.22 01:30:40.236621 [ 3 ] {} <Debug> HTTP-Session: 528d6920-0560-4c66-8bf8-1da898c896ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1107 | 2024.06.22 01:30:40.236650 [ 3 ] {} <Trace> HTTP-Session: 528d6920-0560-4c66-8bf8-1da898c896ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1108 | 2024.06.22 01:30:40.236814 [ 3 ] {4b9e2405-7db5-4c7a-883e-67ca91d0352d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1109 | 2024.06.22 01:30:40.236853 [ 3 ] {4b9e2405-7db5-4c7a-883e-67ca91d0352d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1110 | 2024.06.22 01:30:40.236971 [ 3 ] {4b9e2405-7db5-4c7a-883e-67ca91d0352d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1111 | 2024.06.22 01:30:40.237268 [ 3 ] {4b9e2405-7db5-4c7a-883e-67ca91d0352d} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1112 | 2024.06.22 01:30:40.237302 [ 3 ] {4b9e2405-7db5-4c7a-883e-67ca91d0352d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1113 | 2024.06.22 01:30:40.237588 [ 3 ] {4b9e2405-7db5-4c7a-883e-67ca91d0352d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1114 | 2024.06.22 01:30:40.237945 [ 3 ] {4b9e2405-7db5-4c7a-883e-67ca91d0352d} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1115 | 2024.06.22 01:30:40.238084 [ 3 ] {4b9e2405-7db5-4c7a-883e-67ca91d0352d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001312 sec., 21341.463414634145 rows/sec., 1.66 MiB/sec. | ||
1116 | 2024.06.22 01:30:40.238241 [ 3 ] {4b9e2405-7db5-4c7a-883e-67ca91d0352d} <Debug> DynamicQueryHandler: Done processing query | ||
1117 | 2024.06.22 01:30:40.238265 [ 3 ] {4b9e2405-7db5-4c7a-883e-67ca91d0352d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1118 | 2024.06.22 01:30:40.238280 [ 3 ] {} <Debug> HTTP-Session: 528d6920-0560-4c66-8bf8-1da898c896ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1119 | 2024.06.22 01:30:40.238421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1120 | 2024.06.22 01:30:40.238465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1121 | 2024.06.22 01:30:40.238483 [ 3 ] {} <Debug> HTTP-Session: d9ea097f-feda-40a1-bcf6-64c9e5872eb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1122 | 2024.06.22 01:30:40.238498 [ 3 ] {} <Debug> HTTP-Session: d9ea097f-feda-40a1-bcf6-64c9e5872eb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1123 | 2024.06.22 01:30:40.238511 [ 3 ] {} <Debug> HTTP-Session: d9ea097f-feda-40a1-bcf6-64c9e5872eb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1124 | 2024.06.22 01:30:40.238539 [ 3 ] {} <Trace> HTTP-Session: d9ea097f-feda-40a1-bcf6-64c9e5872eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1125 | 2024.06.22 01:30:40.238651 [ 3 ] {06f65f55-b2c7-4db8-8a96-ab401df7f5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1126 | 2024.06.22 01:30:40.238762 [ 3 ] {06f65f55-b2c7-4db8-8a96-ab401df7f5e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1127 | 2024.06.22 01:30:40.238897 [ 3 ] {06f65f55-b2c7-4db8-8a96-ab401df7f5e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1128 | 2024.06.22 01:30:40.240245 [ 3 ] {06f65f55-b2c7-4db8-8a96-ab401df7f5e7} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1129 | 2024.06.22 01:30:40.240278 [ 3 ] {06f65f55-b2c7-4db8-8a96-ab401df7f5e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1130 | 2024.06.22 01:30:40.240632 [ 3 ] {06f65f55-b2c7-4db8-8a96-ab401df7f5e7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1131 | 2024.06.22 01:30:40.241025 [ 3 ] {06f65f55-b2c7-4db8-8a96-ab401df7f5e7} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1132 | 2024.06.22 01:30:40.241168 [ 3 ] {06f65f55-b2c7-4db8-8a96-ab401df7f5e7} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.002513 sec., 19896.538002387584 rows/sec., 1.38 MiB/sec. | ||
1133 | 2024.06.22 01:30:40.241327 [ 3 ] {06f65f55-b2c7-4db8-8a96-ab401df7f5e7} <Debug> DynamicQueryHandler: Done processing query | ||
1134 | 2024.06.22 01:30:40.241350 [ 3 ] {06f65f55-b2c7-4db8-8a96-ab401df7f5e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1135 | 2024.06.22 01:30:40.241365 [ 3 ] {} <Debug> HTTP-Session: d9ea097f-feda-40a1-bcf6-64c9e5872eb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1136 | 2024.06.22 01:30:40.241503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1137 | 2024.06.22 01:30:40.241548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1138 | 2024.06.22 01:30:40.241565 [ 3 ] {} <Debug> HTTP-Session: d113a0fb-da13-4897-b313-c31279206f76 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1139 | 2024.06.22 01:30:40.241580 [ 3 ] {} <Debug> HTTP-Session: d113a0fb-da13-4897-b313-c31279206f76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1140 | 2024.06.22 01:30:40.241593 [ 3 ] {} <Debug> HTTP-Session: d113a0fb-da13-4897-b313-c31279206f76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1141 | 2024.06.22 01:30:40.241622 [ 3 ] {} <Trace> HTTP-Session: d113a0fb-da13-4897-b313-c31279206f76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1142 | 2024.06.22 01:30:40.241788 [ 3 ] {03735ca2-2f97-47b6-a050-7b7896b3b368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1143 | 2024.06.22 01:30:40.241828 [ 3 ] {03735ca2-2f97-47b6-a050-7b7896b3b368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1144 | 2024.06.22 01:30:40.241947 [ 3 ] {03735ca2-2f97-47b6-a050-7b7896b3b368} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1145 | 2024.06.22 01:30:40.242260 [ 3 ] {03735ca2-2f97-47b6-a050-7b7896b3b368} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1146 | 2024.06.22 01:30:40.242294 [ 3 ] {03735ca2-2f97-47b6-a050-7b7896b3b368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1147 | 2024.06.22 01:30:40.242626 [ 3 ] {03735ca2-2f97-47b6-a050-7b7896b3b368} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1148 | 2024.06.22 01:30:40.242992 [ 3 ] {03735ca2-2f97-47b6-a050-7b7896b3b368} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1149 | 2024.06.22 01:30:40.243128 [ 3 ] {03735ca2-2f97-47b6-a050-7b7896b3b368} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001388 sec., 14409.221902017292 rows/sec., 1013.15 KiB/sec. | ||
1150 | 2024.06.22 01:30:40.243421 [ 3 ] {03735ca2-2f97-47b6-a050-7b7896b3b368} <Debug> DynamicQueryHandler: Done processing query | ||
1151 | 2024.06.22 01:30:40.243445 [ 3 ] {03735ca2-2f97-47b6-a050-7b7896b3b368} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1152 | 2024.06.22 01:30:40.243459 [ 3 ] {} <Debug> HTTP-Session: d113a0fb-da13-4897-b313-c31279206f76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1153 | 2024.06.22 01:30:45.261133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1154 | 2024.06.22 01:30:45.261248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1155 | 2024.06.22 01:30:45.261271 [ 3 ] {} <Debug> HTTP-Session: 5a7c0bfb-3ad8-4918-a74d-7a66bbe42132 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1156 | 2024.06.22 01:30:45.261294 [ 3 ] {} <Debug> HTTP-Session: 5a7c0bfb-3ad8-4918-a74d-7a66bbe42132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1157 | 2024.06.22 01:30:45.261307 [ 3 ] {} <Debug> HTTP-Session: 5a7c0bfb-3ad8-4918-a74d-7a66bbe42132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1158 | 2024.06.22 01:30:45.261353 [ 3 ] {} <Trace> HTTP-Session: 5a7c0bfb-3ad8-4918-a74d-7a66bbe42132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1159 | 2024.06.22 01:30:45.261528 [ 3 ] {e6d9a7e4-05f6-45f1-b07c-b428c7fa4c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1160 | 2024.06.22 01:30:45.261590 [ 3 ] {e6d9a7e4-05f6-45f1-b07c-b428c7fa4c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1161 | 2024.06.22 01:30:45.261832 [ 3 ] {e6d9a7e4-05f6-45f1-b07c-b428c7fa4c45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1162 | 2024.06.22 01:30:45.262220 [ 3 ] {e6d9a7e4-05f6-45f1-b07c-b428c7fa4c45} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1163 | 2024.06.22 01:30:45.262264 [ 3 ] {e6d9a7e4-05f6-45f1-b07c-b428c7fa4c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1164 | 2024.06.22 01:30:45.262607 [ 3 ] {e6d9a7e4-05f6-45f1-b07c-b428c7fa4c45} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1165 | 2024.06.22 01:30:45.262988 [ 3 ] {e6d9a7e4-05f6-45f1-b07c-b428c7fa4c45} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1166 | 2024.06.22 01:30:45.263144 [ 3 ] {e6d9a7e4-05f6-45f1-b07c-b428c7fa4c45} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001628 sec., 15970.51597051597 rows/sec., 1.24 MiB/sec. | ||
1167 | 2024.06.22 01:30:45.263349 [ 3 ] {e6d9a7e4-05f6-45f1-b07c-b428c7fa4c45} <Debug> DynamicQueryHandler: Done processing query | ||
1168 | 2024.06.22 01:30:45.263377 [ 3 ] {e6d9a7e4-05f6-45f1-b07c-b428c7fa4c45} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1169 | 2024.06.22 01:30:45.263393 [ 3 ] {} <Debug> HTTP-Session: 5a7c0bfb-3ad8-4918-a74d-7a66bbe42132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1170 | 2024.06.22 01:30:45.263522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1171 | 2024.06.22 01:30:45.263575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1172 | 2024.06.22 01:30:45.263595 [ 3 ] {} <Debug> HTTP-Session: 9425cde0-62bb-4802-988d-1bf1a6736c4c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1173 | 2024.06.22 01:30:45.263612 [ 3 ] {} <Debug> HTTP-Session: 9425cde0-62bb-4802-988d-1bf1a6736c4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1174 | 2024.06.22 01:30:45.263626 [ 3 ] {} <Debug> HTTP-Session: 9425cde0-62bb-4802-988d-1bf1a6736c4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1175 | 2024.06.22 01:30:45.263659 [ 3 ] {} <Trace> HTTP-Session: 9425cde0-62bb-4802-988d-1bf1a6736c4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1176 | 2024.06.22 01:30:45.263840 [ 3 ] {a2000425-2a92-45a2-83e4-2b0aadc4a7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1177 | 2024.06.22 01:30:45.263884 [ 3 ] {a2000425-2a92-45a2-83e4-2b0aadc4a7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1178 | 2024.06.22 01:30:45.264008 [ 3 ] {a2000425-2a92-45a2-83e4-2b0aadc4a7f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1179 | 2024.06.22 01:30:45.264326 [ 3 ] {a2000425-2a92-45a2-83e4-2b0aadc4a7f4} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1180 | 2024.06.22 01:30:45.264362 [ 3 ] {a2000425-2a92-45a2-83e4-2b0aadc4a7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1181 | 2024.06.22 01:30:45.264660 [ 3 ] {a2000425-2a92-45a2-83e4-2b0aadc4a7f4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1182 | 2024.06.22 01:30:45.265018 [ 3 ] {a2000425-2a92-45a2-83e4-2b0aadc4a7f4} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1183 | 2024.06.22 01:30:45.265165 [ 3 ] {a2000425-2a92-45a2-83e4-2b0aadc4a7f4} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001373 sec., 20393.29934450109 rows/sec., 1.59 MiB/sec. | ||
1184 | 2024.06.22 01:30:45.265323 [ 3 ] {a2000425-2a92-45a2-83e4-2b0aadc4a7f4} <Debug> DynamicQueryHandler: Done processing query | ||
1185 | 2024.06.22 01:30:45.265346 [ 3 ] {a2000425-2a92-45a2-83e4-2b0aadc4a7f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1186 | 2024.06.22 01:30:45.265361 [ 3 ] {} <Debug> HTTP-Session: 9425cde0-62bb-4802-988d-1bf1a6736c4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1187 | 2024.06.22 01:30:45.265515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1188 | 2024.06.22 01:30:45.265561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1189 | 2024.06.22 01:30:45.265579 [ 3 ] {} <Debug> HTTP-Session: 92c85d2c-6b13-4caf-a75c-7873600c6e21 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1190 | 2024.06.22 01:30:45.265595 [ 3 ] {} <Debug> HTTP-Session: 92c85d2c-6b13-4caf-a75c-7873600c6e21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1191 | 2024.06.22 01:30:45.265608 [ 3 ] {} <Debug> HTTP-Session: 92c85d2c-6b13-4caf-a75c-7873600c6e21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1192 | 2024.06.22 01:30:45.265637 [ 3 ] {} <Trace> HTTP-Session: 92c85d2c-6b13-4caf-a75c-7873600c6e21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1193 | 2024.06.22 01:30:45.265817 [ 3 ] {98bf2eba-77b0-4245-b983-a82f631922cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1194 | 2024.06.22 01:30:45.265860 [ 3 ] {98bf2eba-77b0-4245-b983-a82f631922cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1195 | 2024.06.22 01:30:45.265997 [ 3 ] {98bf2eba-77b0-4245-b983-a82f631922cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1196 | 2024.06.22 01:30:45.266289 [ 3 ] {98bf2eba-77b0-4245-b983-a82f631922cf} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1197 | 2024.06.22 01:30:45.266323 [ 3 ] {98bf2eba-77b0-4245-b983-a82f631922cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1198 | 2024.06.22 01:30:45.266676 [ 3 ] {98bf2eba-77b0-4245-b983-a82f631922cf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1199 | 2024.06.22 01:30:45.267065 [ 3 ] {98bf2eba-77b0-4245-b983-a82f631922cf} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1200 | 2024.06.22 01:30:45.267209 [ 3 ] {98bf2eba-77b0-4245-b983-a82f631922cf} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001451 sec., 34458.99379738112 rows/sec., 2.39 MiB/sec. | ||
1201 | 2024.06.22 01:30:45.267472 [ 3 ] {98bf2eba-77b0-4245-b983-a82f631922cf} <Debug> DynamicQueryHandler: Done processing query | ||
1202 | 2024.06.22 01:30:45.267496 [ 3 ] {98bf2eba-77b0-4245-b983-a82f631922cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1203 | 2024.06.22 01:30:45.267511 [ 3 ] {} <Debug> HTTP-Session: 92c85d2c-6b13-4caf-a75c-7873600c6e21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1204 | 2024.06.22 01:30:45.267613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1205 | 2024.06.22 01:30:45.267657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1206 | 2024.06.22 01:30:45.267674 [ 3 ] {} <Debug> HTTP-Session: c4d72c21-7f52-4c8d-a789-398fe5fa913f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1207 | 2024.06.22 01:30:45.267690 [ 3 ] {} <Debug> HTTP-Session: c4d72c21-7f52-4c8d-a789-398fe5fa913f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1208 | 2024.06.22 01:30:45.267773 [ 3 ] {} <Debug> HTTP-Session: c4d72c21-7f52-4c8d-a789-398fe5fa913f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1209 | 2024.06.22 01:30:45.267803 [ 3 ] {} <Trace> HTTP-Session: c4d72c21-7f52-4c8d-a789-398fe5fa913f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1210 | 2024.06.22 01:30:45.267898 [ 3 ] {a99b3c94-2685-4a1e-8d57-117d98d00205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1211 | 2024.06.22 01:30:45.267941 [ 3 ] {a99b3c94-2685-4a1e-8d57-117d98d00205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1212 | 2024.06.22 01:30:45.268075 [ 3 ] {a99b3c94-2685-4a1e-8d57-117d98d00205} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1213 | 2024.06.22 01:30:45.268327 [ 3 ] {a99b3c94-2685-4a1e-8d57-117d98d00205} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1214 | 2024.06.22 01:30:45.268360 [ 3 ] {a99b3c94-2685-4a1e-8d57-117d98d00205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1215 | 2024.06.22 01:30:45.268692 [ 3 ] {a99b3c94-2685-4a1e-8d57-117d98d00205} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1216 | 2024.06.22 01:30:45.269059 [ 3 ] {a99b3c94-2685-4a1e-8d57-117d98d00205} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1217 | 2024.06.22 01:30:45.269201 [ 3 ] {a99b3c94-2685-4a1e-8d57-117d98d00205} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001347 sec., 14847.809948032664 rows/sec., 1.02 MiB/sec. | ||
1218 | 2024.06.22 01:30:45.269354 [ 3 ] {a99b3c94-2685-4a1e-8d57-117d98d00205} <Debug> DynamicQueryHandler: Done processing query | ||
1219 | 2024.06.22 01:30:45.269378 [ 3 ] {a99b3c94-2685-4a1e-8d57-117d98d00205} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1220 | 2024.06.22 01:30:45.269392 [ 3 ] {} <Debug> HTTP-Session: c4d72c21-7f52-4c8d-a789-398fe5fa913f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1221 | 2024.06.22 01:30:48.810593 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1222 | 2024.06.22 01:30:48.810679 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1223 | 2024.06.22 01:30:50.285059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1224 | 2024.06.22 01:30:50.285169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1225 | 2024.06.22 01:30:50.285191 [ 3 ] {} <Debug> HTTP-Session: 4fcb00b4-65d4-495c-8aef-aa6801d1f77c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1226 | 2024.06.22 01:30:50.285212 [ 3 ] {} <Debug> HTTP-Session: 4fcb00b4-65d4-495c-8aef-aa6801d1f77c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1227 | 2024.06.22 01:30:50.285226 [ 3 ] {} <Debug> HTTP-Session: 4fcb00b4-65d4-495c-8aef-aa6801d1f77c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1228 | 2024.06.22 01:30:50.285272 [ 3 ] {} <Trace> HTTP-Session: 4fcb00b4-65d4-495c-8aef-aa6801d1f77c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1229 | 2024.06.22 01:30:50.285473 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1230 | 2024.06.22 01:30:50.287938 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1231 | 2024.06.22 01:30:50.288074 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
1232 | 2024.06.22 01:30:50.288537 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1233 | 2024.06.22 01:30:50.288847 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1234 | 2024.06.22 01:30:50.289181 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1235 | 2024.06.22 01:30:50.292212 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1236 | 2024.06.22 01:30:50.292266 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1237 | 2024.06.22 01:30:50.292285 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1238 | 2024.06.22 01:30:50.292398 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
1239 | 2024.06.22 01:30:50.292422 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1240 | 2024.06.22 01:30:50.294644 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.009224 sec., 1517.779705117086 rows/sec., 61.94 KiB/sec. | ||
1241 | 2024.06.22 01:30:50.295001 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Debug> DynamicQueryHandler: Done processing query | ||
1242 | 2024.06.22 01:30:50.295029 [ 3 ] {824ce679-3ba7-4dc7-b162-ba820fb7a80e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1243 | 2024.06.22 01:30:50.295045 [ 3 ] {} <Debug> HTTP-Session: 4fcb00b4-65d4-495c-8aef-aa6801d1f77c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1244 | 2024.06.22 01:30:50.295355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1245 | 2024.06.22 01:30:50.295407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1246 | 2024.06.22 01:30:50.295425 [ 3 ] {} <Debug> HTTP-Session: 441f5d30-b3f0-4677-aac2-8a4a51a0107f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1247 | 2024.06.22 01:30:50.295443 [ 3 ] {} <Debug> HTTP-Session: 441f5d30-b3f0-4677-aac2-8a4a51a0107f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2024.06.22 01:30:50.295456 [ 3 ] {} <Debug> HTTP-Session: 441f5d30-b3f0-4677-aac2-8a4a51a0107f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1249 | 2024.06.22 01:30:50.295490 [ 3 ] {} <Trace> HTTP-Session: 441f5d30-b3f0-4677-aac2-8a4a51a0107f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1250 | 2024.06.22 01:30:50.295644 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1251 | 2024.06.22 01:30:50.295955 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1252 | 2024.06.22 01:30:50.295993 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1253 | 2024.06.22 01:30:50.296220 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1254 | 2024.06.22 01:30:50.296282 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1255 | 2024.06.22 01:30:50.296413 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1256 | 2024.06.22 01:30:50.296443 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1257 | 2024.06.22 01:30:50.296466 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (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 | ||
1258 | 2024.06.22 01:30:50.296482 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1259 | 2024.06.22 01:30:50.296521 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes'))" | ||
1260 | 2024.06.22 01:30:50.296540 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1261 | 2024.06.22 01:30:50.297432 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001833 sec., 7637.752318603382 rows/sec., 311.67 KiB/sec. | ||
1262 | 2024.06.22 01:30:50.297655 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Debug> DynamicQueryHandler: Done processing query | ||
1263 | 2024.06.22 01:30:50.297678 [ 3 ] {527170db-20a8-47a0-972f-a377b02bf2de} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1264 | 2024.06.22 01:30:50.297693 [ 3 ] {} <Debug> HTTP-Session: 441f5d30-b3f0-4677-aac2-8a4a51a0107f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1265 | 2024.06.22 01:30:50.298040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1266 | 2024.06.22 01:30:50.298086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1267 | 2024.06.22 01:30:50.298104 [ 3 ] {} <Debug> HTTP-Session: 77c63706-fe6e-4f68-b279-6bf35e45d951 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1268 | 2024.06.22 01:30:50.298120 [ 3 ] {} <Debug> HTTP-Session: 77c63706-fe6e-4f68-b279-6bf35e45d951 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1269 | 2024.06.22 01:30:50.298133 [ 3 ] {} <Debug> HTTP-Session: 77c63706-fe6e-4f68-b279-6bf35e45d951 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1270 | 2024.06.22 01:30:50.298161 [ 3 ] {} <Trace> HTTP-Session: 77c63706-fe6e-4f68-b279-6bf35e45d951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1271 | 2024.06.22 01:30:50.298292 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1272 | 2024.06.22 01:30:50.298527 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1273 | 2024.06.22 01:30:50.298562 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1274 | 2024.06.22 01:30:50.298855 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1275 | 2024.06.22 01:30:50.298914 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1276 | 2024.06.22 01:30:50.299040 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1277 | 2024.06.22 01:30:50.299070 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1278 | 2024.06.22 01:30:50.299091 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (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 | ||
1279 | 2024.06.22 01:30:50.299106 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1280 | 2024.06.22 01:30:50.299144 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1281 | 2024.06.22 01:30:50.299164 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1282 | 2024.06.22 01:30:50.300224 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001976 sec., 7085.02024291498 rows/sec., 289.11 KiB/sec. | ||
1283 | 2024.06.22 01:30:50.300467 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Debug> DynamicQueryHandler: Done processing query | ||
1284 | 2024.06.22 01:30:50.300490 [ 3 ] {d60b3a02-865e-4046-b6aa-687d4a1f144d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1285 | 2024.06.22 01:30:50.300505 [ 3 ] {} <Debug> HTTP-Session: 77c63706-fe6e-4f68-b279-6bf35e45d951 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1286 | 2024.06.22 01:30:50.300697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1287 | 2024.06.22 01:30:50.300811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1288 | 2024.06.22 01:30:50.300830 [ 3 ] {} <Debug> HTTP-Session: 84940872-feb9-479f-8835-816f17bf82ed Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1289 | 2024.06.22 01:30:50.300847 [ 3 ] {} <Debug> HTTP-Session: 84940872-feb9-479f-8835-816f17bf82ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.06.22 01:30:50.300860 [ 3 ] {} <Debug> HTTP-Session: 84940872-feb9-479f-8835-816f17bf82ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1291 | 2024.06.22 01:30:50.300888 [ 3 ] {} <Trace> HTTP-Session: 84940872-feb9-479f-8835-816f17bf82ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1292 | 2024.06.22 01:30:50.301018 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1293 | 2024.06.22 01:30:50.301257 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1294 | 2024.06.22 01:30:50.301293 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1295 | 2024.06.22 01:30:50.301521 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1296 | 2024.06.22 01:30:50.301580 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1297 | 2024.06.22 01:30:50.301707 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1298 | 2024.06.22 01:30:50.301736 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1299 | 2024.06.22 01:30:50.301825 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (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 | ||
1300 | 2024.06.22 01:30:50.301841 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1301 | 2024.06.22 01:30:50.301878 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1302 | 2024.06.22 01:30:50.301897 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1303 | 2024.06.22 01:30:50.302740 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001827 sec., 7662.835249042146 rows/sec., 312.69 KiB/sec. | ||
1304 | 2024.06.22 01:30:50.303042 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Debug> DynamicQueryHandler: Done processing query | ||
1305 | 2024.06.22 01:30:50.303065 [ 3 ] {773be85d-1d41-434a-b716-f515be2755b8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1306 | 2024.06.22 01:30:50.303080 [ 3 ] {} <Debug> HTTP-Session: 84940872-feb9-479f-8835-816f17bf82ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1307 | 2024.06.22 01:30:50.311346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1308 | 2024.06.22 01:30:50.311436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1309 | 2024.06.22 01:30:50.311472 [ 3 ] {} <Debug> HTTP-Session: 995b54c9-d02d-4370-8a52-c587b0e9fd2e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1310 | 2024.06.22 01:30:50.311502 [ 3 ] {} <Debug> HTTP-Session: 995b54c9-d02d-4370-8a52-c587b0e9fd2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1311 | 2024.06.22 01:30:50.311528 [ 3 ] {} <Debug> HTTP-Session: 995b54c9-d02d-4370-8a52-c587b0e9fd2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1312 | 2024.06.22 01:30:50.311586 [ 3 ] {} <Trace> HTTP-Session: 995b54c9-d02d-4370-8a52-c587b0e9fd2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1313 | 2024.06.22 01:30:50.311786 [ 3 ] {3ffff38d-e5df-4783-b861-9bdc7d966292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1314 | 2024.06.22 01:30:50.311939 [ 3 ] {3ffff38d-e5df-4783-b861-9bdc7d966292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1315 | 2024.06.22 01:30:50.312234 [ 3 ] {3ffff38d-e5df-4783-b861-9bdc7d966292} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1316 | 2024.06.22 01:30:50.312707 [ 3 ] {3ffff38d-e5df-4783-b861-9bdc7d966292} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1317 | 2024.06.22 01:30:50.312743 [ 3 ] {3ffff38d-e5df-4783-b861-9bdc7d966292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1318 | 2024.06.22 01:30:50.313263 [ 3 ] {3ffff38d-e5df-4783-b861-9bdc7d966292} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1319 | 2024.06.22 01:30:50.313567 [ 3 ] {3ffff38d-e5df-4783-b861-9bdc7d966292} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1320 | 2024.06.22 01:30:50.313716 [ 3 ] {3ffff38d-e5df-4783-b861-9bdc7d966292} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001983 sec., 2017.145738779627 rows/sec., 256.58 KiB/sec. | ||
1321 | 2024.06.22 01:30:50.313953 [ 3 ] {3ffff38d-e5df-4783-b861-9bdc7d966292} <Debug> DynamicQueryHandler: Done processing query | ||
1322 | 2024.06.22 01:30:50.313976 [ 3 ] {3ffff38d-e5df-4783-b861-9bdc7d966292} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1323 | 2024.06.22 01:30:50.313990 [ 3 ] {} <Debug> HTTP-Session: 995b54c9-d02d-4370-8a52-c587b0e9fd2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1324 | 2024.06.22 01:30:50.314110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1325 | 2024.06.22 01:30:50.314155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1326 | 2024.06.22 01:30:50.314173 [ 3 ] {} <Debug> HTTP-Session: d902c462-f8a4-4954-b98d-27b5318f95f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1327 | 2024.06.22 01:30:50.314188 [ 3 ] {} <Debug> HTTP-Session: d902c462-f8a4-4954-b98d-27b5318f95f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1328 | 2024.06.22 01:30:50.314201 [ 3 ] {} <Debug> HTTP-Session: d902c462-f8a4-4954-b98d-27b5318f95f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1329 | 2024.06.22 01:30:50.314229 [ 3 ] {} <Trace> HTTP-Session: d902c462-f8a4-4954-b98d-27b5318f95f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1330 | 2024.06.22 01:30:50.314332 [ 3 ] {d09de3f5-7b5d-462e-964c-696eaddaf26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1331 | 2024.06.22 01:30:50.314373 [ 3 ] {d09de3f5-7b5d-462e-964c-696eaddaf26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1332 | 2024.06.22 01:30:50.314489 [ 3 ] {d09de3f5-7b5d-462e-964c-696eaddaf26a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1333 | 2024.06.22 01:30:50.314812 [ 3 ] {d09de3f5-7b5d-462e-964c-696eaddaf26a} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1334 | 2024.06.22 01:30:50.314916 [ 3 ] {d09de3f5-7b5d-462e-964c-696eaddaf26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1335 | 2024.06.22 01:30:50.315212 [ 3 ] {d09de3f5-7b5d-462e-964c-696eaddaf26a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1336 | 2024.06.22 01:30:50.315519 [ 3 ] {d09de3f5-7b5d-462e-964c-696eaddaf26a} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1337 | 2024.06.22 01:30:50.315681 [ 3 ] {d09de3f5-7b5d-462e-964c-696eaddaf26a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001393 sec., 40201.00502512563 rows/sec., 3.07 MiB/sec. | ||
1338 | 2024.06.22 01:30:50.316029 [ 3 ] {d09de3f5-7b5d-462e-964c-696eaddaf26a} <Debug> DynamicQueryHandler: Done processing query | ||
1339 | 2024.06.22 01:30:50.316054 [ 3 ] {d09de3f5-7b5d-462e-964c-696eaddaf26a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1340 | 2024.06.22 01:30:50.316068 [ 3 ] {} <Debug> HTTP-Session: d902c462-f8a4-4954-b98d-27b5318f95f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1341 | 2024.06.22 01:30:50.316209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1342 | 2024.06.22 01:30:50.316254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1343 | 2024.06.22 01:30:50.316271 [ 3 ] {} <Debug> HTTP-Session: 24140c7a-d853-4cd7-a52c-4b5871be428e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1344 | 2024.06.22 01:30:50.316286 [ 3 ] {} <Debug> HTTP-Session: 24140c7a-d853-4cd7-a52c-4b5871be428e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1345 | 2024.06.22 01:30:50.316299 [ 3 ] {} <Debug> HTTP-Session: 24140c7a-d853-4cd7-a52c-4b5871be428e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1346 | 2024.06.22 01:30:50.316326 [ 3 ] {} <Trace> HTTP-Session: 24140c7a-d853-4cd7-a52c-4b5871be428e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1347 | 2024.06.22 01:30:50.316435 [ 3 ] {620fe4ca-56e3-4e03-97d9-b997f3602ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1348 | 2024.06.22 01:30:50.316475 [ 3 ] {620fe4ca-56e3-4e03-97d9-b997f3602ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1349 | 2024.06.22 01:30:50.316609 [ 3 ] {620fe4ca-56e3-4e03-97d9-b997f3602ddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1350 | 2024.06.22 01:30:50.316997 [ 3 ] {620fe4ca-56e3-4e03-97d9-b997f3602ddb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1351 | 2024.06.22 01:30:50.317032 [ 3 ] {620fe4ca-56e3-4e03-97d9-b997f3602ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1352 | 2024.06.22 01:30:50.317325 [ 3 ] {620fe4ca-56e3-4e03-97d9-b997f3602ddb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1353 | 2024.06.22 01:30:50.317617 [ 3 ] {620fe4ca-56e3-4e03-97d9-b997f3602ddb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1354 | 2024.06.22 01:30:50.317757 [ 3 ] {620fe4ca-56e3-4e03-97d9-b997f3602ddb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00137 sec., 46715.32846715329 rows/sec., 3.65 MiB/sec. | ||
1355 | 2024.06.22 01:30:50.317991 [ 3 ] {620fe4ca-56e3-4e03-97d9-b997f3602ddb} <Debug> DynamicQueryHandler: Done processing query | ||
1356 | 2024.06.22 01:30:50.318014 [ 3 ] {620fe4ca-56e3-4e03-97d9-b997f3602ddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1357 | 2024.06.22 01:30:50.318029 [ 3 ] {} <Debug> HTTP-Session: 24140c7a-d853-4cd7-a52c-4b5871be428e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1358 | 2024.06.22 01:30:50.318324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1359 | 2024.06.22 01:30:50.318369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1360 | 2024.06.22 01:30:50.318387 [ 3 ] {} <Debug> HTTP-Session: b2b72b8c-246e-4138-8462-f8488ae2fbd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1361 | 2024.06.22 01:30:50.318402 [ 3 ] {} <Debug> HTTP-Session: b2b72b8c-246e-4138-8462-f8488ae2fbd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1362 | 2024.06.22 01:30:50.318415 [ 3 ] {} <Debug> HTTP-Session: b2b72b8c-246e-4138-8462-f8488ae2fbd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1363 | 2024.06.22 01:30:50.318443 [ 3 ] {} <Trace> HTTP-Session: b2b72b8c-246e-4138-8462-f8488ae2fbd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1364 | 2024.06.22 01:30:50.318586 [ 3 ] {e47e5a73-0f98-4ad7-ad80-c06616179d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1365 | 2024.06.22 01:30:50.318629 [ 3 ] {e47e5a73-0f98-4ad7-ad80-c06616179d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1366 | 2024.06.22 01:30:50.318763 [ 3 ] {e47e5a73-0f98-4ad7-ad80-c06616179d43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1367 | 2024.06.22 01:30:50.319292 [ 3 ] {e47e5a73-0f98-4ad7-ad80-c06616179d43} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1368 | 2024.06.22 01:30:50.319326 [ 3 ] {e47e5a73-0f98-4ad7-ad80-c06616179d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1369 | 2024.06.22 01:30:50.319725 [ 3 ] {e47e5a73-0f98-4ad7-ad80-c06616179d43} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1370 | 2024.06.22 01:30:50.320137 [ 3 ] {e47e5a73-0f98-4ad7-ad80-c06616179d43} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1371 | 2024.06.22 01:30:50.320287 [ 3 ] {e47e5a73-0f98-4ad7-ad80-c06616179d43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001738 sec., 92059.83889528194 rows/sec., 6.41 MiB/sec. | ||
1372 | 2024.06.22 01:30:50.320452 [ 3 ] {e47e5a73-0f98-4ad7-ad80-c06616179d43} <Debug> DynamicQueryHandler: Done processing query | ||
1373 | 2024.06.22 01:30:50.320475 [ 3 ] {e47e5a73-0f98-4ad7-ad80-c06616179d43} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1374 | 2024.06.22 01:30:50.320491 [ 3 ] {} <Debug> HTTP-Session: b2b72b8c-246e-4138-8462-f8488ae2fbd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1375 | 2024.06.22 01:30:50.320628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1376 | 2024.06.22 01:30:50.320673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1377 | 2024.06.22 01:30:50.320691 [ 3 ] {} <Debug> HTTP-Session: 150ae287-820f-432e-9df2-74202a6090b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1378 | 2024.06.22 01:30:50.320706 [ 3 ] {} <Debug> HTTP-Session: 150ae287-820f-432e-9df2-74202a6090b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1379 | 2024.06.22 01:30:50.320719 [ 3 ] {} <Debug> HTTP-Session: 150ae287-820f-432e-9df2-74202a6090b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1380 | 2024.06.22 01:30:50.320747 [ 3 ] {} <Trace> HTTP-Session: 150ae287-820f-432e-9df2-74202a6090b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1381 | 2024.06.22 01:30:50.320946 [ 3 ] {b0001e21-9798-4221-ae54-6b1a700a1965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1382 | 2024.06.22 01:30:50.320986 [ 3 ] {b0001e21-9798-4221-ae54-6b1a700a1965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1383 | 2024.06.22 01:30:50.321106 [ 3 ] {b0001e21-9798-4221-ae54-6b1a700a1965} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1384 | 2024.06.22 01:30:50.321410 [ 3 ] {b0001e21-9798-4221-ae54-6b1a700a1965} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1385 | 2024.06.22 01:30:50.321443 [ 3 ] {b0001e21-9798-4221-ae54-6b1a700a1965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1386 | 2024.06.22 01:30:50.321796 [ 3 ] {b0001e21-9798-4221-ae54-6b1a700a1965} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1387 | 2024.06.22 01:30:50.322179 [ 3 ] {b0001e21-9798-4221-ae54-6b1a700a1965} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1388 | 2024.06.22 01:30:50.322326 [ 3 ] {b0001e21-9798-4221-ae54-6b1a700a1965} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. | ||
1389 | 2024.06.22 01:30:50.322588 [ 3 ] {b0001e21-9798-4221-ae54-6b1a700a1965} <Debug> DynamicQueryHandler: Done processing query | ||
1390 | 2024.06.22 01:30:50.322612 [ 3 ] {b0001e21-9798-4221-ae54-6b1a700a1965} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1391 | 2024.06.22 01:30:50.322627 [ 3 ] {} <Debug> HTTP-Session: 150ae287-820f-432e-9df2-74202a6090b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1392 | 2024.06.22 01:30:55.320217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1393 | 2024.06.22 01:30:55.320337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1394 | 2024.06.22 01:30:55.320361 [ 3 ] {} <Debug> HTTP-Session: 837832de-f123-4100-9e72-dea0a5d8ad48 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1395 | 2024.06.22 01:30:55.320384 [ 3 ] {} <Debug> HTTP-Session: 837832de-f123-4100-9e72-dea0a5d8ad48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1396 | 2024.06.22 01:30:55.320399 [ 3 ] {} <Debug> HTTP-Session: 837832de-f123-4100-9e72-dea0a5d8ad48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1397 | 2024.06.22 01:30:55.320447 [ 3 ] {} <Trace> HTTP-Session: 837832de-f123-4100-9e72-dea0a5d8ad48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1398 | 2024.06.22 01:30:55.320630 [ 3 ] {95de75b4-f0e8-473f-88b6-63b716848914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1399 | 2024.06.22 01:30:55.320691 [ 3 ] {95de75b4-f0e8-473f-88b6-63b716848914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1400 | 2024.06.22 01:30:55.320937 [ 3 ] {95de75b4-f0e8-473f-88b6-63b716848914} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1401 | 2024.06.22 01:30:55.321386 [ 3 ] {95de75b4-f0e8-473f-88b6-63b716848914} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1402 | 2024.06.22 01:30:55.321425 [ 3 ] {95de75b4-f0e8-473f-88b6-63b716848914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1403 | 2024.06.22 01:30:55.321875 [ 3 ] {95de75b4-f0e8-473f-88b6-63b716848914} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1404 | 2024.06.22 01:30:55.322195 [ 3 ] {95de75b4-f0e8-473f-88b6-63b716848914} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1405 | 2024.06.22 01:30:55.322358 [ 3 ] {95de75b4-f0e8-473f-88b6-63b716848914} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001759 sec., 31836.270608300172 rows/sec., 2.43 MiB/sec. | ||
1406 | 2024.06.22 01:30:55.322559 [ 3 ] {95de75b4-f0e8-473f-88b6-63b716848914} <Debug> DynamicQueryHandler: Done processing query | ||
1407 | 2024.06.22 01:30:55.322585 [ 3 ] {95de75b4-f0e8-473f-88b6-63b716848914} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1408 | 2024.06.22 01:30:55.322601 [ 3 ] {} <Debug> HTTP-Session: 837832de-f123-4100-9e72-dea0a5d8ad48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1409 | 2024.06.22 01:30:55.322825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1410 | 2024.06.22 01:30:55.322872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1411 | 2024.06.22 01:30:55.322890 [ 3 ] {} <Debug> HTTP-Session: ad8a5f87-ed70-4ef1-8436-73cf72ab1a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1412 | 2024.06.22 01:30:55.322905 [ 3 ] {} <Debug> HTTP-Session: ad8a5f87-ed70-4ef1-8436-73cf72ab1a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1413 | 2024.06.22 01:30:55.322918 [ 3 ] {} <Debug> HTTP-Session: ad8a5f87-ed70-4ef1-8436-73cf72ab1a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1414 | 2024.06.22 01:30:55.322948 [ 3 ] {} <Trace> HTTP-Session: ad8a5f87-ed70-4ef1-8436-73cf72ab1a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1415 | 2024.06.22 01:30:55.323065 [ 3 ] {d13072e1-7eb7-4c94-8e02-971f224f541c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1416 | 2024.06.22 01:30:55.323106 [ 3 ] {d13072e1-7eb7-4c94-8e02-971f224f541c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1417 | 2024.06.22 01:30:55.323224 [ 3 ] {d13072e1-7eb7-4c94-8e02-971f224f541c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1418 | 2024.06.22 01:30:55.323591 [ 3 ] {d13072e1-7eb7-4c94-8e02-971f224f541c} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1419 | 2024.06.22 01:30:55.323626 [ 3 ] {d13072e1-7eb7-4c94-8e02-971f224f541c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1420 | 2024.06.22 01:30:55.324026 [ 3 ] {d13072e1-7eb7-4c94-8e02-971f224f541c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1421 | 2024.06.22 01:30:55.324335 [ 3 ] {d13072e1-7eb7-4c94-8e02-971f224f541c} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1422 | 2024.06.22 01:30:55.324483 [ 3 ] {d13072e1-7eb7-4c94-8e02-971f224f541c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001471 sec., 43507.817811012916 rows/sec., 3.40 MiB/sec. | ||
1423 | 2024.06.22 01:30:55.324647 [ 3 ] {d13072e1-7eb7-4c94-8e02-971f224f541c} <Debug> DynamicQueryHandler: Done processing query | ||
1424 | 2024.06.22 01:30:55.324670 [ 3 ] {d13072e1-7eb7-4c94-8e02-971f224f541c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1425 | 2024.06.22 01:30:55.324684 [ 3 ] {} <Debug> HTTP-Session: ad8a5f87-ed70-4ef1-8436-73cf72ab1a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1426 | 2024.06.22 01:30:55.324991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1427 | 2024.06.22 01:30:55.325061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1428 | 2024.06.22 01:30:55.325080 [ 3 ] {} <Debug> HTTP-Session: ac15b0a7-6c87-49a5-8a91-329e80ca4345 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1429 | 2024.06.22 01:30:55.325096 [ 3 ] {} <Debug> HTTP-Session: ac15b0a7-6c87-49a5-8a91-329e80ca4345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1430 | 2024.06.22 01:30:55.325109 [ 3 ] {} <Debug> HTTP-Session: ac15b0a7-6c87-49a5-8a91-329e80ca4345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1431 | 2024.06.22 01:30:55.325137 [ 3 ] {} <Trace> HTTP-Session: ac15b0a7-6c87-49a5-8a91-329e80ca4345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1432 | 2024.06.22 01:30:55.325277 [ 3 ] {591f3c4a-9748-4dbe-8a05-538262d307e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1433 | 2024.06.22 01:30:55.325321 [ 3 ] {591f3c4a-9748-4dbe-8a05-538262d307e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1434 | 2024.06.22 01:30:55.325456 [ 3 ] {591f3c4a-9748-4dbe-8a05-538262d307e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1435 | 2024.06.22 01:30:55.325902 [ 3 ] {591f3c4a-9748-4dbe-8a05-538262d307e6} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1436 | 2024.06.22 01:30:55.325937 [ 3 ] {591f3c4a-9748-4dbe-8a05-538262d307e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1437 | 2024.06.22 01:30:55.326358 [ 3 ] {591f3c4a-9748-4dbe-8a05-538262d307e6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1438 | 2024.06.22 01:30:55.326693 [ 3 ] {591f3c4a-9748-4dbe-8a05-538262d307e6} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1439 | 2024.06.22 01:30:55.326920 [ 3 ] {591f3c4a-9748-4dbe-8a05-538262d307e6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec. | ||
1440 | 2024.06.22 01:30:55.327178 [ 3 ] {591f3c4a-9748-4dbe-8a05-538262d307e6} <Debug> DynamicQueryHandler: Done processing query | ||
1441 | 2024.06.22 01:30:55.327202 [ 3 ] {591f3c4a-9748-4dbe-8a05-538262d307e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1442 | 2024.06.22 01:30:55.327217 [ 3 ] {} <Debug> HTTP-Session: ac15b0a7-6c87-49a5-8a91-329e80ca4345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1443 | 2024.06.22 01:30:55.327355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1444 | 2024.06.22 01:30:55.327401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1445 | 2024.06.22 01:30:55.327418 [ 3 ] {} <Debug> HTTP-Session: c387073a-a1cf-4f9c-9168-ea8b4137b89b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1446 | 2024.06.22 01:30:55.327433 [ 3 ] {} <Debug> HTTP-Session: c387073a-a1cf-4f9c-9168-ea8b4137b89b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.06.22 01:30:55.327446 [ 3 ] {} <Debug> HTTP-Session: c387073a-a1cf-4f9c-9168-ea8b4137b89b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.06.22 01:30:55.327474 [ 3 ] {} <Trace> HTTP-Session: c387073a-a1cf-4f9c-9168-ea8b4137b89b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1449 | 2024.06.22 01:30:55.327590 [ 3 ] {fc572679-389d-4560-9f4d-ece8036ed38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1450 | 2024.06.22 01:30:55.327632 [ 3 ] {fc572679-389d-4560-9f4d-ece8036ed38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1451 | 2024.06.22 01:30:55.327837 [ 3 ] {fc572679-389d-4560-9f4d-ece8036ed38a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1452 | 2024.06.22 01:30:55.328132 [ 3 ] {fc572679-389d-4560-9f4d-ece8036ed38a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1453 | 2024.06.22 01:30:55.328166 [ 3 ] {fc572679-389d-4560-9f4d-ece8036ed38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1454 | 2024.06.22 01:30:55.328513 [ 3 ] {fc572679-389d-4560-9f4d-ece8036ed38a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1455 | 2024.06.22 01:30:55.328905 [ 3 ] {fc572679-389d-4560-9f4d-ece8036ed38a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1456 | 2024.06.22 01:30:55.329063 [ 3 ] {fc572679-389d-4560-9f4d-ece8036ed38a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
1457 | 2024.06.22 01:30:55.329317 [ 3 ] {fc572679-389d-4560-9f4d-ece8036ed38a} <Debug> DynamicQueryHandler: Done processing query | ||
1458 | 2024.06.22 01:30:55.329341 [ 3 ] {fc572679-389d-4560-9f4d-ece8036ed38a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1459 | 2024.06.22 01:30:55.329356 [ 3 ] {} <Debug> HTTP-Session: c387073a-a1cf-4f9c-9168-ea8b4137b89b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1460 | 2024.06.22 01:31:00.346920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1461 | 2024.06.22 01:31:00.347048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1462 | 2024.06.22 01:31:00.347075 [ 3 ] {} <Debug> HTTP-Session: dc3909bd-2adc-40ec-adce-ef77d5ea2d3f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1463 | 2024.06.22 01:31:00.347101 [ 3 ] {} <Debug> HTTP-Session: dc3909bd-2adc-40ec-adce-ef77d5ea2d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1464 | 2024.06.22 01:31:00.347118 [ 3 ] {} <Debug> HTTP-Session: dc3909bd-2adc-40ec-adce-ef77d5ea2d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1465 | 2024.06.22 01:31:00.347170 [ 3 ] {} <Trace> HTTP-Session: dc3909bd-2adc-40ec-adce-ef77d5ea2d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1466 | 2024.06.22 01:31:00.347372 [ 3 ] {53b521e4-c62b-45a2-a4ca-ad2df957f5b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1467 | 2024.06.22 01:31:00.347438 [ 3 ] {53b521e4-c62b-45a2-a4ca-ad2df957f5b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1468 | 2024.06.22 01:31:00.347636 [ 3 ] {53b521e4-c62b-45a2-a4ca-ad2df957f5b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1469 | 2024.06.22 01:31:00.348191 [ 3 ] {53b521e4-c62b-45a2-a4ca-ad2df957f5b0} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1470 | 2024.06.22 01:31:00.348227 [ 3 ] {53b521e4-c62b-45a2-a4ca-ad2df957f5b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1471 | 2024.06.22 01:31:00.348568 [ 3 ] {53b521e4-c62b-45a2-a4ca-ad2df957f5b0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1472 | 2024.06.22 01:31:00.348975 [ 3 ] {53b521e4-c62b-45a2-a4ca-ad2df957f5b0} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1473 | 2024.06.22 01:31:00.349102 [ 3 ] {53b521e4-c62b-45a2-a4ca-ad2df957f5b0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001777 sec., 31513.78728193585 rows/sec., 2.41 MiB/sec. | ||
1474 | 2024.06.22 01:31:00.349107 [ 92 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1475 | 2024.06.22 01:31:00.349177 [ 92 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1476 | 2024.06.22 01:31:00.349214 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1477 | 2024.06.22 01:31:00.349334 [ 3 ] {53b521e4-c62b-45a2-a4ca-ad2df957f5b0} <Debug> DynamicQueryHandler: Done processing query | ||
1478 | 2024.06.22 01:31:00.349427 [ 3 ] {53b521e4-c62b-45a2-a4ca-ad2df957f5b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1479 | 2024.06.22 01:31:00.349483 [ 3 ] {} <Debug> HTTP-Session: dc3909bd-2adc-40ec-adce-ef77d5ea2d3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1480 | 2024.06.22 01:31:00.349685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1481 | 2024.06.22 01:31:00.349735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1482 | 2024.06.22 01:31:00.349824 [ 3 ] {} <Debug> HTTP-Session: 4a3fc669-3f56-4bb0-b966-73263bb14c9f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1483 | 2024.06.22 01:31:00.349839 [ 3 ] {} <Debug> HTTP-Session: 4a3fc669-3f56-4bb0-b966-73263bb14c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1484 | 2024.06.22 01:31:00.349853 [ 3 ] {} <Debug> HTTP-Session: 4a3fc669-3f56-4bb0-b966-73263bb14c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1485 | 2024.06.22 01:31:00.349883 [ 3 ] {} <Trace> HTTP-Session: 4a3fc669-3f56-4bb0-b966-73263bb14c9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1486 | 2024.06.22 01:31:00.350000 [ 3 ] {8aea528a-6914-4037-a06e-7d5f306d328d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1487 | 2024.06.22 01:31:00.350040 [ 3 ] {8aea528a-6914-4037-a06e-7d5f306d328d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1488 | 2024.06.22 01:31:00.350161 [ 3 ] {8aea528a-6914-4037-a06e-7d5f306d328d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1489 | 2024.06.22 01:31:00.350494 [ 3 ] {8aea528a-6914-4037-a06e-7d5f306d328d} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1490 | 2024.06.22 01:31:00.350528 [ 3 ] {8aea528a-6914-4037-a06e-7d5f306d328d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1491 | 2024.06.22 01:31:00.350896 [ 3 ] {8aea528a-6914-4037-a06e-7d5f306d328d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1492 | 2024.06.22 01:31:00.351190 [ 3 ] {8aea528a-6914-4037-a06e-7d5f306d328d} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1493 | 2024.06.22 01:31:00.351298 [ 92 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1494 | 2024.06.22 01:31:00.351307 [ 3 ] {8aea528a-6914-4037-a06e-7d5f306d328d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001368 sec., 46783.62573099415 rows/sec., 3.65 MiB/sec. | ||
1495 | 2024.06.22 01:31:00.351329 [ 92 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1496 | 2024.06.22 01:31:00.351366 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1497 | 2024.06.22 01:31:00.351527 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
1498 | 2024.06.22 01:31:00.351598 [ 3 ] {8aea528a-6914-4037-a06e-7d5f306d328d} <Debug> DynamicQueryHandler: Done processing query | ||
1499 | 2024.06.22 01:31:00.351831 [ 3 ] {8aea528a-6914-4037-a06e-7d5f306d328d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1500 | 2024.06.22 01:31:00.351919 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
1501 | 2024.06.22 01:31:00.351955 [ 3 ] {} <Debug> HTTP-Session: 4a3fc669-3f56-4bb0-b966-73263bb14c9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1502 | 2024.06.22 01:31:00.352317 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1503 | 2024.06.22 01:31:00.352354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1504 | 2024.06.22 01:31:00.352436 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1505 | 2024.06.22 01:31:00.352444 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
1506 | 2024.06.22 01:31:00.352492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1507 | 2024.06.22 01:31:00.352504 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
1508 | 2024.06.22 01:31:00.352542 [ 3 ] {} <Debug> HTTP-Session: 368b649e-77d6-4bf7-a418-bf7fd60e8988 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1509 | 2024.06.22 01:31:00.352610 [ 3 ] {} <Debug> HTTP-Session: 368b649e-77d6-4bf7-a418-bf7fd60e8988 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1510 | 2024.06.22 01:31:00.352719 [ 3 ] {} <Debug> HTTP-Session: 368b649e-77d6-4bf7-a418-bf7fd60e8988 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1511 | 2024.06.22 01:31:00.353055 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
1512 | 2024.06.22 01:31:00.353079 [ 3 ] {} <Trace> HTTP-Session: 368b649e-77d6-4bf7-a418-bf7fd60e8988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1513 | 2024.06.22 01:31:00.353255 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
1514 | 2024.06.22 01:31:00.353872 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
1515 | 2024.06.22 01:31:00.354079 [ 3 ] {32d44365-569b-4f84-acd9-e62086a0cf25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1516 | 2024.06.22 01:31:00.354139 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
1517 | 2024.06.22 01:31:00.354514 [ 3 ] {32d44365-569b-4f84-acd9-e62086a0cf25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1518 | 2024.06.22 01:31:00.354574 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1519 | 2024.06.22 01:31:00.354749 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
1520 | 2024.06.22 01:31:00.355319 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1521 | 2024.06.22 01:31:00.355680 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
1522 | 2024.06.22 01:31:00.355997 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1523 | 2024.06.22 01:31:00.356324 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
1524 | 2024.06.22 01:31:00.357269 [ 3 ] {32d44365-569b-4f84-acd9-e62086a0cf25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1525 | 2024.06.22 01:31:00.359976 [ 3 ] {32d44365-569b-4f84-acd9-e62086a0cf25} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1526 | 2024.06.22 01:31:00.360100 [ 3 ] {32d44365-569b-4f84-acd9-e62086a0cf25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1527 | 2024.06.22 01:31:00.361435 [ 189 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.012071392 sec., 20378.759964053854 rows/sec., 1.56 MiB/sec. | ||
1528 | 2024.06.22 01:31:00.361531 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.010002878 sec., 27592.059005418243 rows/sec., 2.15 MiB/sec. | ||
1529 | 2024.06.22 01:31:00.361871 [ 189 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1530 | 2024.06.22 01:31:00.361876 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1531 | 2024.06.22 01:31:00.362918 [ 3 ] {32d44365-569b-4f84-acd9-e62086a0cf25} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1532 | 2024.06.22 01:31:00.363371 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_6_1} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1533 | 2024.06.22 01:31:00.363583 [ 194 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_6_1} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1534 | 2024.06.22 01:31:00.363781 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_6_1} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1535 | 2024.06.22 01:31:00.363986 [ 194 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_6_1} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1536 | 2024.06.22 01:31:00.364114 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1537 | 2024.06.22 01:31:00.364188 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1538 | 2024.06.22 01:31:00.364328 [ 3 ] {32d44365-569b-4f84-acd9-e62086a0cf25} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1539 | 2024.06.22 01:31:00.364473 [ 3 ] {32d44365-569b-4f84-acd9-e62086a0cf25} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.010754 sec., 14878.184861446904 rows/sec., 1.04 MiB/sec. | ||
1540 | 2024.06.22 01:31:00.364475 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1541 | 2024.06.22 01:31:00.364548 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1542 | 2024.06.22 01:31:00.364590 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1543 | 2024.06.22 01:31:00.364767 [ 3 ] {32d44365-569b-4f84-acd9-e62086a0cf25} <Debug> DynamicQueryHandler: Done processing query | ||
1544 | 2024.06.22 01:31:00.364910 [ 3 ] {32d44365-569b-4f84-acd9-e62086a0cf25} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1545 | 2024.06.22 01:31:00.364955 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
1546 | 2024.06.22 01:31:00.364965 [ 3 ] {} <Debug> HTTP-Session: 368b649e-77d6-4bf7-a418-bf7fd60e8988 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1547 | 2024.06.22 01:31:00.365265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1548 | 2024.06.22 01:31:00.365347 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1549 | 2024.06.22 01:31:00.365366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1550 | 2024.06.22 01:31:00.365419 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
1551 | 2024.06.22 01:31:00.365425 [ 3 ] {} <Debug> HTTP-Session: 592490a1-ee27-426e-b0d9-c27bb1e4ad90 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1552 | 2024.06.22 01:31:00.365482 [ 3 ] {} <Debug> HTTP-Session: 592490a1-ee27-426e-b0d9-c27bb1e4ad90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1553 | 2024.06.22 01:31:00.365524 [ 3 ] {} <Debug> HTTP-Session: 592490a1-ee27-426e-b0d9-c27bb1e4ad90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1554 | 2024.06.22 01:31:00.365669 [ 3 ] {} <Trace> HTTP-Session: 592490a1-ee27-426e-b0d9-c27bb1e4ad90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1555 | 2024.06.22 01:31:00.365670 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
1556 | 2024.06.22 01:31:00.366096 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
1557 | 2024.06.22 01:31:00.366161 [ 3 ] {78afbca0-6013-40c6-a6ae-b7d8cf8ad8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1558 | 2024.06.22 01:31:00.366329 [ 3 ] {78afbca0-6013-40c6-a6ae-b7d8cf8ad8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1559 | 2024.06.22 01:31:00.366496 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
1560 | 2024.06.22 01:31:00.366747 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
1561 | 2024.06.22 01:31:00.367205 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
1562 | 2024.06.22 01:31:00.367420 [ 3 ] {78afbca0-6013-40c6-a6ae-b7d8cf8ad8cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1563 | 2024.06.22 01:31:00.368376 [ 3 ] {78afbca0-6013-40c6-a6ae-b7d8cf8ad8cb} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1564 | 2024.06.22 01:31:00.368436 [ 3 ] {78afbca0-6013-40c6-a6ae-b7d8cf8ad8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1565 | 2024.06.22 01:31:00.369462 [ 3 ] {78afbca0-6013-40c6-a6ae-b7d8cf8ad8cb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1566 | 2024.06.22 01:31:00.370253 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 590 rows, containing 5 columns (5 merged, 0 gathered) in 0.005503897 sec., 107196.77348613174 rows/sec., 7.46 MiB/sec. | ||
1567 | 2024.06.22 01:31:00.370268 [ 3 ] {78afbca0-6013-40c6-a6ae-b7d8cf8ad8cb} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1568 | 2024.06.22 01:31:00.370475 [ 92 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1569 | 2024.06.22 01:31:00.370517 [ 3 ] {78afbca0-6013-40c6-a6ae-b7d8cf8ad8cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004557 sec., 13166.556945358789 rows/sec., 908.63 KiB/sec. | ||
1570 | 2024.06.22 01:31:00.370524 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1571 | 2024.06.22 01:31:00.370539 [ 92 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1572 | 2024.06.22 01:31:00.370631 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1573 | 2024.06.22 01:31:00.371183 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
1574 | 2024.06.22 01:31:00.371215 [ 3 ] {78afbca0-6013-40c6-a6ae-b7d8cf8ad8cb} <Debug> DynamicQueryHandler: Done processing query | ||
1575 | 2024.06.22 01:31:00.371350 [ 3 ] {78afbca0-6013-40c6-a6ae-b7d8cf8ad8cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1576 | 2024.06.22 01:31:00.371475 [ 3 ] {} <Debug> HTTP-Session: 592490a1-ee27-426e-b0d9-c27bb1e4ad90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1577 | 2024.06.22 01:31:00.371748 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1578 | 2024.06.22 01:31:00.371828 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
1579 | 2024.06.22 01:31:00.372113 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
1580 | 2024.06.22 01:31:00.372159 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1581 | 2024.06.22 01:31:00.372365 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
1582 | 2024.06.22 01:31:00.372489 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1583 | 2024.06.22 01:31:00.372767 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
1584 | 2024.06.22 01:31:00.372971 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
1585 | 2024.06.22 01:31:00.373137 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
1586 | 2024.06.22 01:31:00.373331 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
1587 | 2024.06.22 01:31:00.374419 [ 186 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 224 rows, containing 4 columns (4 merged, 0 gathered) in 0.003554434 sec., 63019.8788330294 rows/sec., 4.26 MiB/sec. | ||
1588 | 2024.06.22 01:31:00.374554 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1589 | 2024.06.22 01:31:00.374976 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_6_1} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1590 | 2024.06.22 01:31:00.375050 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_6_1} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1591 | 2024.06.22 01:31:00.375127 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1592 | 2024.06.22 01:31:03.811109 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1593 | 2024.06.22 01:31:03.811155 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1594 | 2024.06.22 01:31:05.374458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1595 | 2024.06.22 01:31:05.374625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1596 | 2024.06.22 01:31:05.374668 [ 3 ] {} <Debug> HTTP-Session: 8a83854a-1157-4900-8450-5d7d4e063863 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1597 | 2024.06.22 01:31:05.374707 [ 3 ] {} <Debug> HTTP-Session: 8a83854a-1157-4900-8450-5d7d4e063863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1598 | 2024.06.22 01:31:05.374735 [ 3 ] {} <Debug> HTTP-Session: 8a83854a-1157-4900-8450-5d7d4e063863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1599 | 2024.06.22 01:31:05.374870 [ 3 ] {} <Trace> HTTP-Session: 8a83854a-1157-4900-8450-5d7d4e063863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1600 | 2024.06.22 01:31:05.375045 [ 3 ] {84710692-ca65-4f1f-9448-0c74845bb123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1601 | 2024.06.22 01:31:05.375104 [ 3 ] {84710692-ca65-4f1f-9448-0c74845bb123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1602 | 2024.06.22 01:31:05.375268 [ 3 ] {84710692-ca65-4f1f-9448-0c74845bb123} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1603 | 2024.06.22 01:31:05.375715 [ 3 ] {84710692-ca65-4f1f-9448-0c74845bb123} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1604 | 2024.06.22 01:31:05.375818 [ 3 ] {84710692-ca65-4f1f-9448-0c74845bb123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1605 | 2024.06.22 01:31:05.376166 [ 3 ] {84710692-ca65-4f1f-9448-0c74845bb123} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1606 | 2024.06.22 01:31:05.376476 [ 3 ] {84710692-ca65-4f1f-9448-0c74845bb123} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1607 | 2024.06.22 01:31:05.376607 [ 3 ] {84710692-ca65-4f1f-9448-0c74845bb123} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001659 sec., 33755.27426160337 rows/sec., 2.58 MiB/sec. | ||
1608 | 2024.06.22 01:31:05.376855 [ 3 ] {84710692-ca65-4f1f-9448-0c74845bb123} <Debug> DynamicQueryHandler: Done processing query | ||
1609 | 2024.06.22 01:31:05.376879 [ 3 ] {84710692-ca65-4f1f-9448-0c74845bb123} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1610 | 2024.06.22 01:31:05.376894 [ 3 ] {} <Debug> HTTP-Session: 8a83854a-1157-4900-8450-5d7d4e063863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.06.22 01:31:05.377051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1612 | 2024.06.22 01:31:05.377096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1613 | 2024.06.22 01:31:05.377114 [ 3 ] {} <Debug> HTTP-Session: 9d075f65-41fd-4a13-955f-82d91c128e8d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1614 | 2024.06.22 01:31:05.377130 [ 3 ] {} <Debug> HTTP-Session: 9d075f65-41fd-4a13-955f-82d91c128e8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1615 | 2024.06.22 01:31:05.377143 [ 3 ] {} <Debug> HTTP-Session: 9d075f65-41fd-4a13-955f-82d91c128e8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1616 | 2024.06.22 01:31:05.377171 [ 3 ] {} <Trace> HTTP-Session: 9d075f65-41fd-4a13-955f-82d91c128e8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1617 | 2024.06.22 01:31:05.377282 [ 3 ] {7a098354-b00b-409e-b4f1-e6e68d314eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1618 | 2024.06.22 01:31:05.377321 [ 3 ] {7a098354-b00b-409e-b4f1-e6e68d314eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1619 | 2024.06.22 01:31:05.377438 [ 3 ] {7a098354-b00b-409e-b4f1-e6e68d314eee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1620 | 2024.06.22 01:31:05.377840 [ 3 ] {7a098354-b00b-409e-b4f1-e6e68d314eee} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1621 | 2024.06.22 01:31:05.377873 [ 3 ] {7a098354-b00b-409e-b4f1-e6e68d314eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1622 | 2024.06.22 01:31:05.378161 [ 3 ] {7a098354-b00b-409e-b4f1-e6e68d314eee} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1623 | 2024.06.22 01:31:05.378445 [ 3 ] {7a098354-b00b-409e-b4f1-e6e68d314eee} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1624 | 2024.06.22 01:31:05.378561 [ 3 ] {7a098354-b00b-409e-b4f1-e6e68d314eee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001337 sec., 47868.36200448766 rows/sec., 3.74 MiB/sec. | ||
1625 | 2024.06.22 01:31:05.378891 [ 3 ] {7a098354-b00b-409e-b4f1-e6e68d314eee} <Debug> DynamicQueryHandler: Done processing query | ||
1626 | 2024.06.22 01:31:05.378915 [ 3 ] {7a098354-b00b-409e-b4f1-e6e68d314eee} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1627 | 2024.06.22 01:31:05.378930 [ 3 ] {} <Debug> HTTP-Session: 9d075f65-41fd-4a13-955f-82d91c128e8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1628 | 2024.06.22 01:31:05.379144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1629 | 2024.06.22 01:31:05.379189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1630 | 2024.06.22 01:31:05.379207 [ 3 ] {} <Debug> HTTP-Session: dbf4d780-7418-4bf5-8d24-9371fbca3af8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1631 | 2024.06.22 01:31:05.379223 [ 3 ] {} <Debug> HTTP-Session: dbf4d780-7418-4bf5-8d24-9371fbca3af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1632 | 2024.06.22 01:31:05.379236 [ 3 ] {} <Debug> HTTP-Session: dbf4d780-7418-4bf5-8d24-9371fbca3af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1633 | 2024.06.22 01:31:05.379264 [ 3 ] {} <Trace> HTTP-Session: dbf4d780-7418-4bf5-8d24-9371fbca3af8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1634 | 2024.06.22 01:31:05.379399 [ 3 ] {2eaab907-b005-45fc-bb6b-b5163b634ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1635 | 2024.06.22 01:31:05.379442 [ 3 ] {2eaab907-b005-45fc-bb6b-b5163b634ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1636 | 2024.06.22 01:31:05.379592 [ 3 ] {2eaab907-b005-45fc-bb6b-b5163b634ebd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1637 | 2024.06.22 01:31:05.380018 [ 3 ] {2eaab907-b005-45fc-bb6b-b5163b634ebd} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1638 | 2024.06.22 01:31:05.380051 [ 3 ] {2eaab907-b005-45fc-bb6b-b5163b634ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1639 | 2024.06.22 01:31:05.380416 [ 3 ] {2eaab907-b005-45fc-bb6b-b5163b634ebd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1640 | 2024.06.22 01:31:05.380725 [ 3 ] {2eaab907-b005-45fc-bb6b-b5163b634ebd} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1641 | 2024.06.22 01:31:05.380914 [ 3 ] {2eaab907-b005-45fc-bb6b-b5163b634ebd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
1642 | 2024.06.22 01:31:05.381071 [ 3 ] {2eaab907-b005-45fc-bb6b-b5163b634ebd} <Debug> DynamicQueryHandler: Done processing query | ||
1643 | 2024.06.22 01:31:05.381094 [ 3 ] {2eaab907-b005-45fc-bb6b-b5163b634ebd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1644 | 2024.06.22 01:31:05.381110 [ 3 ] {} <Debug> HTTP-Session: dbf4d780-7418-4bf5-8d24-9371fbca3af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1645 | 2024.06.22 01:31:05.381229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1646 | 2024.06.22 01:31:05.381273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1647 | 2024.06.22 01:31:05.381291 [ 3 ] {} <Debug> HTTP-Session: c7662cad-abed-4d30-a1e0-9fa623de2262 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1648 | 2024.06.22 01:31:05.381307 [ 3 ] {} <Debug> HTTP-Session: c7662cad-abed-4d30-a1e0-9fa623de2262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1649 | 2024.06.22 01:31:05.381319 [ 3 ] {} <Debug> HTTP-Session: c7662cad-abed-4d30-a1e0-9fa623de2262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1650 | 2024.06.22 01:31:05.381347 [ 3 ] {} <Trace> HTTP-Session: c7662cad-abed-4d30-a1e0-9fa623de2262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1651 | 2024.06.22 01:31:05.381472 [ 3 ] {57435d0e-ed52-4ff9-9648-f7744adcb6d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1652 | 2024.06.22 01:31:05.381513 [ 3 ] {57435d0e-ed52-4ff9-9648-f7744adcb6d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1653 | 2024.06.22 01:31:05.381630 [ 3 ] {57435d0e-ed52-4ff9-9648-f7744adcb6d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1654 | 2024.06.22 01:31:05.381968 [ 3 ] {57435d0e-ed52-4ff9-9648-f7744adcb6d3} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1655 | 2024.06.22 01:31:05.382001 [ 3 ] {57435d0e-ed52-4ff9-9648-f7744adcb6d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1656 | 2024.06.22 01:31:05.382332 [ 3 ] {57435d0e-ed52-4ff9-9648-f7744adcb6d3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1657 | 2024.06.22 01:31:05.382626 [ 3 ] {57435d0e-ed52-4ff9-9648-f7744adcb6d3} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1658 | 2024.06.22 01:31:05.382742 [ 3 ] {57435d0e-ed52-4ff9-9648-f7744adcb6d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec. | ||
1659 | 2024.06.22 01:31:05.382995 [ 3 ] {57435d0e-ed52-4ff9-9648-f7744adcb6d3} <Debug> DynamicQueryHandler: Done processing query | ||
1660 | 2024.06.22 01:31:05.383017 [ 3 ] {57435d0e-ed52-4ff9-9648-f7744adcb6d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1661 | 2024.06.22 01:31:05.383032 [ 3 ] {} <Debug> HTTP-Session: c7662cad-abed-4d30-a1e0-9fa623de2262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1662 | 2024.06.22 01:31:10.400666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1663 | 2024.06.22 01:31:10.400902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1664 | 2024.06.22 01:31:10.400943 [ 3 ] {} <Debug> HTTP-Session: f0a89c80-ca59-4ff3-aa40-50168f7cdd95 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1665 | 2024.06.22 01:31:10.400979 [ 3 ] {} <Debug> HTTP-Session: f0a89c80-ca59-4ff3-aa40-50168f7cdd95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1666 | 2024.06.22 01:31:10.401005 [ 3 ] {} <Debug> HTTP-Session: f0a89c80-ca59-4ff3-aa40-50168f7cdd95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1667 | 2024.06.22 01:31:10.401073 [ 3 ] {} <Trace> HTTP-Session: f0a89c80-ca59-4ff3-aa40-50168f7cdd95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1668 | 2024.06.22 01:31:10.401344 [ 3 ] {55e86e88-b3eb-4316-b20b-a186d84f1959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1669 | 2024.06.22 01:31:10.401440 [ 3 ] {55e86e88-b3eb-4316-b20b-a186d84f1959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1670 | 2024.06.22 01:31:10.401715 [ 3 ] {55e86e88-b3eb-4316-b20b-a186d84f1959} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1671 | 2024.06.22 01:31:10.402299 [ 3 ] {55e86e88-b3eb-4316-b20b-a186d84f1959} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1672 | 2024.06.22 01:31:10.402343 [ 3 ] {55e86e88-b3eb-4316-b20b-a186d84f1959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1673 | 2024.06.22 01:31:10.402702 [ 3 ] {55e86e88-b3eb-4316-b20b-a186d84f1959} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1674 | 2024.06.22 01:31:10.403091 [ 3 ] {55e86e88-b3eb-4316-b20b-a186d84f1959} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1675 | 2024.06.22 01:31:10.403260 [ 3 ] {55e86e88-b3eb-4316-b20b-a186d84f1959} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001995 sec., 28070.175438596492 rows/sec., 2.14 MiB/sec. | ||
1676 | 2024.06.22 01:31:10.403468 [ 3 ] {55e86e88-b3eb-4316-b20b-a186d84f1959} <Debug> DynamicQueryHandler: Done processing query | ||
1677 | 2024.06.22 01:31:10.403493 [ 3 ] {55e86e88-b3eb-4316-b20b-a186d84f1959} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1678 | 2024.06.22 01:31:10.403509 [ 3 ] {} <Debug> HTTP-Session: f0a89c80-ca59-4ff3-aa40-50168f7cdd95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1679 | 2024.06.22 01:31:10.403652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1680 | 2024.06.22 01:31:10.403707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1681 | 2024.06.22 01:31:10.403725 [ 3 ] {} <Debug> HTTP-Session: aaa09033-e2b9-4b84-b2da-aa1de819ec6c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1682 | 2024.06.22 01:31:10.403741 [ 3 ] {} <Debug> HTTP-Session: aaa09033-e2b9-4b84-b2da-aa1de819ec6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1683 | 2024.06.22 01:31:10.403754 [ 3 ] {} <Debug> HTTP-Session: aaa09033-e2b9-4b84-b2da-aa1de819ec6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1684 | 2024.06.22 01:31:10.403857 [ 3 ] {} <Trace> HTTP-Session: aaa09033-e2b9-4b84-b2da-aa1de819ec6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1685 | 2024.06.22 01:31:10.403975 [ 3 ] {2a3c75da-159a-4acc-bf87-b2c2b74a2858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1686 | 2024.06.22 01:31:10.404018 [ 3 ] {2a3c75da-159a-4acc-bf87-b2c2b74a2858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1687 | 2024.06.22 01:31:10.404140 [ 3 ] {2a3c75da-159a-4acc-bf87-b2c2b74a2858} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1688 | 2024.06.22 01:31:10.404484 [ 3 ] {2a3c75da-159a-4acc-bf87-b2c2b74a2858} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1689 | 2024.06.22 01:31:10.404519 [ 3 ] {2a3c75da-159a-4acc-bf87-b2c2b74a2858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1690 | 2024.06.22 01:31:10.404885 [ 3 ] {2a3c75da-159a-4acc-bf87-b2c2b74a2858} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1691 | 2024.06.22 01:31:10.405186 [ 3 ] {2a3c75da-159a-4acc-bf87-b2c2b74a2858} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1692 | 2024.06.22 01:31:10.405329 [ 3 ] {2a3c75da-159a-4acc-bf87-b2c2b74a2858} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001416 sec., 45197.740112994354 rows/sec., 3.53 MiB/sec. | ||
1693 | 2024.06.22 01:31:10.405487 [ 3 ] {2a3c75da-159a-4acc-bf87-b2c2b74a2858} <Debug> DynamicQueryHandler: Done processing query | ||
1694 | 2024.06.22 01:31:10.405509 [ 3 ] {2a3c75da-159a-4acc-bf87-b2c2b74a2858} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1695 | 2024.06.22 01:31:10.405524 [ 3 ] {} <Debug> HTTP-Session: aaa09033-e2b9-4b84-b2da-aa1de819ec6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1696 | 2024.06.22 01:31:10.405727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1697 | 2024.06.22 01:31:10.405841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1698 | 2024.06.22 01:31:10.405860 [ 3 ] {} <Debug> HTTP-Session: b533d414-398b-410d-963b-cbd2289d47b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1699 | 2024.06.22 01:31:10.405876 [ 3 ] {} <Debug> HTTP-Session: b533d414-398b-410d-963b-cbd2289d47b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1700 | 2024.06.22 01:31:10.405889 [ 3 ] {} <Debug> HTTP-Session: b533d414-398b-410d-963b-cbd2289d47b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1701 | 2024.06.22 01:31:10.405917 [ 3 ] {} <Trace> HTTP-Session: b533d414-398b-410d-963b-cbd2289d47b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1702 | 2024.06.22 01:31:10.406051 [ 3 ] {3f84027b-5f12-4bfe-b2fe-886e415340e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1703 | 2024.06.22 01:31:10.406094 [ 3 ] {3f84027b-5f12-4bfe-b2fe-886e415340e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1704 | 2024.06.22 01:31:10.406231 [ 3 ] {3f84027b-5f12-4bfe-b2fe-886e415340e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1705 | 2024.06.22 01:31:10.406625 [ 3 ] {3f84027b-5f12-4bfe-b2fe-886e415340e3} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1706 | 2024.06.22 01:31:10.406658 [ 3 ] {3f84027b-5f12-4bfe-b2fe-886e415340e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1707 | 2024.06.22 01:31:10.407096 [ 3 ] {3f84027b-5f12-4bfe-b2fe-886e415340e3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1708 | 2024.06.22 01:31:10.407408 [ 3 ] {3f84027b-5f12-4bfe-b2fe-886e415340e3} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1709 | 2024.06.22 01:31:10.407555 [ 3 ] {3f84027b-5f12-4bfe-b2fe-886e415340e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
1710 | 2024.06.22 01:31:10.407715 [ 3 ] {3f84027b-5f12-4bfe-b2fe-886e415340e3} <Debug> DynamicQueryHandler: Done processing query | ||
1711 | 2024.06.22 01:31:10.407738 [ 3 ] {3f84027b-5f12-4bfe-b2fe-886e415340e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1712 | 2024.06.22 01:31:10.407752 [ 3 ] {} <Debug> HTTP-Session: b533d414-398b-410d-963b-cbd2289d47b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1713 | 2024.06.22 01:31:10.407931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1714 | 2024.06.22 01:31:10.407976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1715 | 2024.06.22 01:31:10.407994 [ 3 ] {} <Debug> HTTP-Session: 0e300aa3-b1f4-4a0d-9810-40a1780d5041 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1716 | 2024.06.22 01:31:10.408010 [ 3 ] {} <Debug> HTTP-Session: 0e300aa3-b1f4-4a0d-9810-40a1780d5041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1717 | 2024.06.22 01:31:10.408022 [ 3 ] {} <Debug> HTTP-Session: 0e300aa3-b1f4-4a0d-9810-40a1780d5041 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1718 | 2024.06.22 01:31:10.408051 [ 3 ] {} <Trace> HTTP-Session: 0e300aa3-b1f4-4a0d-9810-40a1780d5041 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1719 | 2024.06.22 01:31:10.408191 [ 3 ] {442467fd-8527-4bb7-9384-a32463c5873a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1720 | 2024.06.22 01:31:10.408232 [ 3 ] {442467fd-8527-4bb7-9384-a32463c5873a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1721 | 2024.06.22 01:31:10.408350 [ 3 ] {442467fd-8527-4bb7-9384-a32463c5873a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1722 | 2024.06.22 01:31:10.408635 [ 3 ] {442467fd-8527-4bb7-9384-a32463c5873a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1723 | 2024.06.22 01:31:10.408669 [ 3 ] {442467fd-8527-4bb7-9384-a32463c5873a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1724 | 2024.06.22 01:31:10.409068 [ 3 ] {442467fd-8527-4bb7-9384-a32463c5873a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1725 | 2024.06.22 01:31:10.409407 [ 3 ] {442467fd-8527-4bb7-9384-a32463c5873a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1726 | 2024.06.22 01:31:10.409559 [ 3 ] {442467fd-8527-4bb7-9384-a32463c5873a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001438 sec., 41724.61752433936 rows/sec., 2.81 MiB/sec. | ||
1727 | 2024.06.22 01:31:10.409895 [ 3 ] {442467fd-8527-4bb7-9384-a32463c5873a} <Debug> DynamicQueryHandler: Done processing query | ||
1728 | 2024.06.22 01:31:10.409919 [ 3 ] {442467fd-8527-4bb7-9384-a32463c5873a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1729 | 2024.06.22 01:31:10.409933 [ 3 ] {} <Debug> HTTP-Session: 0e300aa3-b1f4-4a0d-9810-40a1780d5041 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1730 | 2024.06.22 01:31:15.413457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1731 | 2024.06.22 01:31:15.413583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1732 | 2024.06.22 01:31:15.413608 [ 3 ] {} <Debug> HTTP-Session: 46da189b-2b98-4a49-9fd7-de7a15c6065f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1733 | 2024.06.22 01:31:15.413633 [ 3 ] {} <Debug> HTTP-Session: 46da189b-2b98-4a49-9fd7-de7a15c6065f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1734 | 2024.06.22 01:31:15.413649 [ 3 ] {} <Debug> HTTP-Session: 46da189b-2b98-4a49-9fd7-de7a15c6065f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1735 | 2024.06.22 01:31:15.413697 [ 3 ] {} <Trace> HTTP-Session: 46da189b-2b98-4a49-9fd7-de7a15c6065f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1736 | 2024.06.22 01:31:15.413925 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1737 | 2024.06.22 01:31:15.414287 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1738 | 2024.06.22 01:31:15.414329 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1739 | 2024.06.22 01:31:15.414626 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1740 | 2024.06.22 01:31:15.414709 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1741 | 2024.06.22 01:31:15.414880 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1742 | 2024.06.22 01:31:15.415028 [ 253 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1743 | 2024.06.22 01:31:15.415039 [ 255 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1744 | 2024.06.22 01:31:15.415204 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (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 | ||
1745 | 2024.06.22 01:31:15.415237 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1746 | 2024.06.22 01:31:15.417274 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1747 | 2024.06.22 01:31:15.417321 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1748 | 2024.06.22 01:31:15.417379 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1749 | 2024.06.22 01:31:15.417427 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1750 | 2024.06.22 01:31:15.419313 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.005495 sec., 3275.705186533212 rows/sec., 134.00 KiB/sec. | ||
1751 | 2024.06.22 01:31:15.419712 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Debug> DynamicQueryHandler: Done processing query | ||
1752 | 2024.06.22 01:31:15.419739 [ 3 ] {f4b29e28-d6b9-4517-b11c-002843f62a93} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1753 | 2024.06.22 01:31:15.419756 [ 3 ] {} <Debug> HTTP-Session: 46da189b-2b98-4a49-9fd7-de7a15c6065f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1754 | 2024.06.22 01:31:15.419967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1755 | 2024.06.22 01:31:15.420019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1756 | 2024.06.22 01:31:15.420039 [ 3 ] {} <Debug> HTTP-Session: f1f49b25-5c52-479d-a493-2f4a4d3fe755 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1757 | 2024.06.22 01:31:15.420057 [ 3 ] {} <Debug> HTTP-Session: f1f49b25-5c52-479d-a493-2f4a4d3fe755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1758 | 2024.06.22 01:31:15.420072 [ 3 ] {} <Debug> HTTP-Session: f1f49b25-5c52-479d-a493-2f4a4d3fe755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1759 | 2024.06.22 01:31:15.420107 [ 3 ] {} <Trace> HTTP-Session: f1f49b25-5c52-479d-a493-2f4a4d3fe755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1760 | 2024.06.22 01:31:15.420259 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1761 | 2024.06.22 01:31:15.420533 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1762 | 2024.06.22 01:31:15.420573 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1763 | 2024.06.22 01:31:15.420833 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1764 | 2024.06.22 01:31:15.420900 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1765 | 2024.06.22 01:31:15.421045 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1766 | 2024.06.22 01:31:15.421144 [ 257 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1767 | 2024.06.22 01:31:15.421163 [ 259 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1768 | 2024.06.22 01:31:15.421285 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (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 | ||
1769 | 2024.06.22 01:31:15.421313 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1770 | 2024.06.22 01:31:15.421394 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1771 | 2024.06.22 01:31:15.421415 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1772 | 2024.06.22 01:31:15.421453 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1773 | 2024.06.22 01:31:15.421494 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1774 | 2024.06.22 01:31:15.422753 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002567 sec., 7012.0763537202965 rows/sec., 286.84 KiB/sec. | ||
1775 | 2024.06.22 01:31:15.423055 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Debug> DynamicQueryHandler: Done processing query | ||
1776 | 2024.06.22 01:31:15.423081 [ 3 ] {8e594d01-a094-4189-a2e1-00a59453b010} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1777 | 2024.06.22 01:31:15.423097 [ 3 ] {} <Debug> HTTP-Session: f1f49b25-5c52-479d-a493-2f4a4d3fe755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1778 | 2024.06.22 01:31:15.423311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1779 | 2024.06.22 01:31:15.423360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1780 | 2024.06.22 01:31:15.423380 [ 3 ] {} <Debug> HTTP-Session: e64b6ade-ed34-49ed-a6e3-034734611b6d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1781 | 2024.06.22 01:31:15.423398 [ 3 ] {} <Debug> HTTP-Session: e64b6ade-ed34-49ed-a6e3-034734611b6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.06.22 01:31:15.423412 [ 3 ] {} <Debug> HTTP-Session: e64b6ade-ed34-49ed-a6e3-034734611b6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1783 | 2024.06.22 01:31:15.423444 [ 3 ] {} <Trace> HTTP-Session: e64b6ade-ed34-49ed-a6e3-034734611b6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1784 | 2024.06.22 01:31:15.423585 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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) | ||
1785 | 2024.06.22 01:31:15.423849 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1786 | 2024.06.22 01:31:15.423889 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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 | ||
1787 | 2024.06.22 01:31:15.424141 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1788 | 2024.06.22 01:31:15.424205 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1789 | 2024.06.22 01:31:15.424344 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1790 | 2024.06.22 01:31:15.424446 [ 253 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1791 | 2024.06.22 01:31:15.424463 [ 255 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1792 | 2024.06.22 01:31:15.424581 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (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 | ||
1793 | 2024.06.22 01:31:15.424610 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1794 | 2024.06.22 01:31:15.424689 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1795 | 2024.06.22 01:31:15.424709 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1796 | 2024.06.22 01:31:15.424747 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1797 | 2024.06.22 01:31:15.424787 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1798 | 2024.06.22 01:31:15.425814 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002297 sec., 7836.308228123639 rows/sec., 320.56 KiB/sec. | ||
1799 | 2024.06.22 01:31:15.426120 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Debug> DynamicQueryHandler: Done processing query | ||
1800 | 2024.06.22 01:31:15.426144 [ 3 ] {704430f9-b36f-4e5b-956a-b0882cd8838d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1801 | 2024.06.22 01:31:15.426160 [ 3 ] {} <Debug> HTTP-Session: e64b6ade-ed34-49ed-a6e3-034734611b6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1802 | 2024.06.22 01:31:15.426369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1803 | 2024.06.22 01:31:15.426418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1804 | 2024.06.22 01:31:15.426437 [ 3 ] {} <Debug> HTTP-Session: a058d5e7-abec-4dd2-904b-a71dafb55fd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1805 | 2024.06.22 01:31:15.426455 [ 3 ] {} <Debug> HTTP-Session: a058d5e7-abec-4dd2-904b-a71dafb55fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1806 | 2024.06.22 01:31:15.426468 [ 3 ] {} <Debug> HTTP-Session: a058d5e7-abec-4dd2-904b-a71dafb55fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1807 | 2024.06.22 01:31:15.426499 [ 3 ] {} <Trace> HTTP-Session: a058d5e7-abec-4dd2-904b-a71dafb55fd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1808 | 2024.06.22 01:31:15.426638 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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) | ||
1809 | 2024.06.22 01:31:15.426904 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1810 | 2024.06.22 01:31:15.426945 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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 | ||
1811 | 2024.06.22 01:31:15.427207 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1812 | 2024.06.22 01:31:15.427271 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1813 | 2024.06.22 01:31:15.427409 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1814 | 2024.06.22 01:31:15.427492 [ 260 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1815 | 2024.06.22 01:31:15.427511 [ 258 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1816 | 2024.06.22 01:31:15.427611 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (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 | ||
1817 | 2024.06.22 01:31:15.427640 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1818 | 2024.06.22 01:31:15.427717 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1819 | 2024.06.22 01:31:15.427738 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1820 | 2024.06.22 01:31:15.427776 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
1821 | 2024.06.22 01:31:15.427817 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
1822 | 2024.06.22 01:31:15.429100 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002531 sec., 7111.813512445674 rows/sec., 290.92 KiB/sec. | ||
1823 | 2024.06.22 01:31:15.429396 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Debug> DynamicQueryHandler: Done processing query | ||
1824 | 2024.06.22 01:31:15.429420 [ 3 ] {a5986c7f-246c-459e-80b8-c0dd10d4f1a7} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1825 | 2024.06.22 01:31:15.429437 [ 3 ] {} <Debug> HTTP-Session: a058d5e7-abec-4dd2-904b-a71dafb55fd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1826 | 2024.06.22 01:31:15.429666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1827 | 2024.06.22 01:31:15.429714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1828 | 2024.06.22 01:31:15.429734 [ 3 ] {} <Debug> HTTP-Session: 23ab022d-91de-4467-a680-141d115ac0cc Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1829 | 2024.06.22 01:31:15.429750 [ 3 ] {} <Debug> HTTP-Session: 23ab022d-91de-4467-a680-141d115ac0cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1830 | 2024.06.22 01:31:15.429764 [ 3 ] {} <Debug> HTTP-Session: 23ab022d-91de-4467-a680-141d115ac0cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1831 | 2024.06.22 01:31:15.429794 [ 3 ] {} <Trace> HTTP-Session: 23ab022d-91de-4467-a680-141d115ac0cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1832 | 2024.06.22 01:31:15.429932 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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) | ||
1833 | 2024.06.22 01:31:15.430195 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1834 | 2024.06.22 01:31:15.430237 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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 | ||
1835 | 2024.06.22 01:31:15.430497 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1836 | 2024.06.22 01:31:15.430561 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1837 | 2024.06.22 01:31:15.430699 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1838 | 2024.06.22 01:31:15.430784 [ 255 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1839 | 2024.06.22 01:31:15.430803 [ 260 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1840 | 2024.06.22 01:31:15.430901 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (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 | ||
1841 | 2024.06.22 01:31:15.430928 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1842 | 2024.06.22 01:31:15.431006 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1843 | 2024.06.22 01:31:15.431025 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1844 | 2024.06.22 01:31:15.431064 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
1845 | 2024.06.22 01:31:15.431104 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
1846 | 2024.06.22 01:31:15.432180 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002318 sec., 7765.314926660914 rows/sec., 317.66 KiB/sec. | ||
1847 | 2024.06.22 01:31:15.432484 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Debug> DynamicQueryHandler: Done processing query | ||
1848 | 2024.06.22 01:31:15.432509 [ 3 ] {18b4fc42-bbeb-40f0-adbc-b3fafbf43fb6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1849 | 2024.06.22 01:31:15.432526 [ 3 ] {} <Debug> HTTP-Session: 23ab022d-91de-4467-a680-141d115ac0cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1850 | 2024.06.22 01:31:15.432729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1851 | 2024.06.22 01:31:15.432777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1852 | 2024.06.22 01:31:15.432797 [ 3 ] {} <Debug> HTTP-Session: 1ea223a4-0044-4131-8ab2-639b66607680 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1853 | 2024.06.22 01:31:15.432813 [ 3 ] {} <Debug> HTTP-Session: 1ea223a4-0044-4131-8ab2-639b66607680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1854 | 2024.06.22 01:31:15.432827 [ 3 ] {} <Debug> HTTP-Session: 1ea223a4-0044-4131-8ab2-639b66607680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1855 | 2024.06.22 01:31:15.432858 [ 3 ] {} <Trace> HTTP-Session: 1ea223a4-0044-4131-8ab2-639b66607680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1856 | 2024.06.22 01:31:15.432995 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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) | ||
1857 | 2024.06.22 01:31:15.433266 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1858 | 2024.06.22 01:31:15.433307 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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 | ||
1859 | 2024.06.22 01:31:15.433574 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1860 | 2024.06.22 01:31:15.433639 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1861 | 2024.06.22 01:31:15.433776 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1862 | 2024.06.22 01:31:15.433853 [ 260 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1863 | 2024.06.22 01:31:15.433855 [ 253 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1864 | 2024.06.22 01:31:15.433948 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (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 | ||
1865 | 2024.06.22 01:31:15.433976 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1866 | 2024.06.22 01:31:15.434054 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1867 | 2024.06.22 01:31:15.434073 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1868 | 2024.06.22 01:31:15.434111 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
1869 | 2024.06.22 01:31:15.434150 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
1870 | 2024.06.22 01:31:15.435291 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002365 sec., 7610.993657505286 rows/sec., 311.34 KiB/sec. | ||
1871 | 2024.06.22 01:31:15.435592 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Debug> DynamicQueryHandler: Done processing query | ||
1872 | 2024.06.22 01:31:15.435617 [ 3 ] {d43afb74-c4c0-4f5b-bbe5-bbf2109e9977} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1873 | 2024.06.22 01:31:15.435634 [ 3 ] {} <Debug> HTTP-Session: 1ea223a4-0044-4131-8ab2-639b66607680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1874 | 2024.06.22 01:31:15.447061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1875 | 2024.06.22 01:31:15.447110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1876 | 2024.06.22 01:31:15.447129 [ 3 ] {} <Debug> HTTP-Session: 80f3fc22-370a-4b1a-a8e6-0b1fdb1b83f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1877 | 2024.06.22 01:31:15.447146 [ 3 ] {} <Debug> HTTP-Session: 80f3fc22-370a-4b1a-a8e6-0b1fdb1b83f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1878 | 2024.06.22 01:31:15.447160 [ 3 ] {} <Debug> HTTP-Session: 80f3fc22-370a-4b1a-a8e6-0b1fdb1b83f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1879 | 2024.06.22 01:31:15.447190 [ 3 ] {} <Trace> HTTP-Session: 80f3fc22-370a-4b1a-a8e6-0b1fdb1b83f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1880 | 2024.06.22 01:31:15.447336 [ 3 ] {85f82dc9-18e6-42b9-997a-8045be6e1055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1881 | 2024.06.22 01:31:15.447393 [ 3 ] {85f82dc9-18e6-42b9-997a-8045be6e1055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1882 | 2024.06.22 01:31:15.447594 [ 3 ] {85f82dc9-18e6-42b9-997a-8045be6e1055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1883 | 2024.06.22 01:31:15.447982 [ 3 ] {85f82dc9-18e6-42b9-997a-8045be6e1055} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1884 | 2024.06.22 01:31:15.448028 [ 3 ] {85f82dc9-18e6-42b9-997a-8045be6e1055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1885 | 2024.06.22 01:31:15.448552 [ 3 ] {85f82dc9-18e6-42b9-997a-8045be6e1055} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1886 | 2024.06.22 01:31:15.448868 [ 3 ] {85f82dc9-18e6-42b9-997a-8045be6e1055} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1887 | 2024.06.22 01:31:15.449004 [ 3 ] {85f82dc9-18e6-42b9-997a-8045be6e1055} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.00172 sec., 3488.3720930232557 rows/sec., 565.50 KiB/sec. | ||
1888 | 2024.06.22 01:31:15.449186 [ 3 ] {85f82dc9-18e6-42b9-997a-8045be6e1055} <Debug> DynamicQueryHandler: Done processing query | ||
1889 | 2024.06.22 01:31:15.449211 [ 3 ] {85f82dc9-18e6-42b9-997a-8045be6e1055} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1890 | 2024.06.22 01:31:15.449227 [ 3 ] {} <Debug> HTTP-Session: 80f3fc22-370a-4b1a-a8e6-0b1fdb1b83f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1891 | 2024.06.22 01:31:15.449381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1892 | 2024.06.22 01:31:15.449429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1893 | 2024.06.22 01:31:15.449448 [ 3 ] {} <Debug> HTTP-Session: 1d33e569-a34f-4c8d-a937-27d8c081a0aa Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1894 | 2024.06.22 01:31:15.449464 [ 3 ] {} <Debug> HTTP-Session: 1d33e569-a34f-4c8d-a937-27d8c081a0aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1895 | 2024.06.22 01:31:15.449479 [ 3 ] {} <Debug> HTTP-Session: 1d33e569-a34f-4c8d-a937-27d8c081a0aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1896 | 2024.06.22 01:31:15.449511 [ 3 ] {} <Trace> HTTP-Session: 1d33e569-a34f-4c8d-a937-27d8c081a0aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1897 | 2024.06.22 01:31:15.449641 [ 3 ] {58dd2a0e-1a41-4bc2-9176-e7d0a823acf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1898 | 2024.06.22 01:31:15.449683 [ 3 ] {58dd2a0e-1a41-4bc2-9176-e7d0a823acf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1899 | 2024.06.22 01:31:15.449806 [ 3 ] {58dd2a0e-1a41-4bc2-9176-e7d0a823acf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1900 | 2024.06.22 01:31:15.450149 [ 3 ] {58dd2a0e-1a41-4bc2-9176-e7d0a823acf2} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1901 | 2024.06.22 01:31:15.450184 [ 3 ] {58dd2a0e-1a41-4bc2-9176-e7d0a823acf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1902 | 2024.06.22 01:31:15.450498 [ 3 ] {58dd2a0e-1a41-4bc2-9176-e7d0a823acf2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1903 | 2024.06.22 01:31:15.450799 [ 3 ] {58dd2a0e-1a41-4bc2-9176-e7d0a823acf2} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1904 | 2024.06.22 01:31:15.450925 [ 3 ] {58dd2a0e-1a41-4bc2-9176-e7d0a823acf2} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001338 sec., 68759.3423019432 rows/sec., 5.21 MiB/sec. | ||
1905 | 2024.06.22 01:31:15.451086 [ 3 ] {58dd2a0e-1a41-4bc2-9176-e7d0a823acf2} <Debug> DynamicQueryHandler: Done processing query | ||
1906 | 2024.06.22 01:31:15.451110 [ 3 ] {58dd2a0e-1a41-4bc2-9176-e7d0a823acf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1907 | 2024.06.22 01:31:15.451126 [ 3 ] {} <Debug> HTTP-Session: 1d33e569-a34f-4c8d-a937-27d8c081a0aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1908 | 2024.06.22 01:31:15.451289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1909 | 2024.06.22 01:31:15.451336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1910 | 2024.06.22 01:31:15.451355 [ 3 ] {} <Debug> HTTP-Session: 10a9b8af-d06e-4748-869b-8308c6753b39 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1911 | 2024.06.22 01:31:15.451372 [ 3 ] {} <Debug> HTTP-Session: 10a9b8af-d06e-4748-869b-8308c6753b39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1912 | 2024.06.22 01:31:15.451385 [ 3 ] {} <Debug> HTTP-Session: 10a9b8af-d06e-4748-869b-8308c6753b39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1913 | 2024.06.22 01:31:15.451418 [ 3 ] {} <Trace> HTTP-Session: 10a9b8af-d06e-4748-869b-8308c6753b39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1914 | 2024.06.22 01:31:15.451544 [ 3 ] {c2096775-96bf-4a52-96a8-70b4aa99cc73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1915 | 2024.06.22 01:31:15.451585 [ 3 ] {c2096775-96bf-4a52-96a8-70b4aa99cc73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1916 | 2024.06.22 01:31:15.451705 [ 3 ] {c2096775-96bf-4a52-96a8-70b4aa99cc73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1917 | 2024.06.22 01:31:15.452038 [ 3 ] {c2096775-96bf-4a52-96a8-70b4aa99cc73} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1918 | 2024.06.22 01:31:15.452072 [ 3 ] {c2096775-96bf-4a52-96a8-70b4aa99cc73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1919 | 2024.06.22 01:31:15.452385 [ 3 ] {c2096775-96bf-4a52-96a8-70b4aa99cc73} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1920 | 2024.06.22 01:31:15.452683 [ 3 ] {c2096775-96bf-4a52-96a8-70b4aa99cc73} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1921 | 2024.06.22 01:31:15.452806 [ 3 ] {c2096775-96bf-4a52-96a8-70b4aa99cc73} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001318 sec., 66767.83004552353 rows/sec., 5.20 MiB/sec. | ||
1922 | 2024.06.22 01:31:15.452968 [ 3 ] {c2096775-96bf-4a52-96a8-70b4aa99cc73} <Debug> DynamicQueryHandler: Done processing query | ||
1923 | 2024.06.22 01:31:15.452991 [ 3 ] {c2096775-96bf-4a52-96a8-70b4aa99cc73} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1924 | 2024.06.22 01:31:15.453008 [ 3 ] {} <Debug> HTTP-Session: 10a9b8af-d06e-4748-869b-8308c6753b39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1925 | 2024.06.22 01:31:15.453387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 67492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1926 | 2024.06.22 01:31:15.453435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1927 | 2024.06.22 01:31:15.453454 [ 3 ] {} <Debug> HTTP-Session: c0e40ab8-6e46-41a8-ba8a-6b2fea27b2ca Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1928 | 2024.06.22 01:31:15.453471 [ 3 ] {} <Debug> HTTP-Session: c0e40ab8-6e46-41a8-ba8a-6b2fea27b2ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.06.22 01:31:15.453485 [ 3 ] {} <Debug> HTTP-Session: c0e40ab8-6e46-41a8-ba8a-6b2fea27b2ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1930 | 2024.06.22 01:31:15.453516 [ 3 ] {} <Trace> HTTP-Session: c0e40ab8-6e46-41a8-ba8a-6b2fea27b2ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1931 | 2024.06.22 01:31:15.453850 [ 3 ] {37c54fba-7420-450b-8c7d-4db9096210f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1932 | 2024.06.22 01:31:15.453897 [ 3 ] {37c54fba-7420-450b-8c7d-4db9096210f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1933 | 2024.06.22 01:31:15.454034 [ 3 ] {37c54fba-7420-450b-8c7d-4db9096210f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1934 | 2024.06.22 01:31:15.454519 [ 3 ] {37c54fba-7420-450b-8c7d-4db9096210f4} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1935 | 2024.06.22 01:31:15.454555 [ 3 ] {37c54fba-7420-450b-8c7d-4db9096210f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1936 | 2024.06.22 01:31:15.454969 [ 3 ] {37c54fba-7420-450b-8c7d-4db9096210f4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1937 | 2024.06.22 01:31:15.455320 [ 3 ] {37c54fba-7420-450b-8c7d-4db9096210f4} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1938 | 2024.06.22 01:31:15.455450 [ 3 ] {37c54fba-7420-450b-8c7d-4db9096210f4} <Debug> executeQuery: Read 352 rows, 25.29 KiB in 0.001844 sec., 190889.3709327549 rows/sec., 13.39 MiB/sec. | ||
1939 | 2024.06.22 01:31:15.455759 [ 3 ] {37c54fba-7420-450b-8c7d-4db9096210f4} <Debug> DynamicQueryHandler: Done processing query | ||
1940 | 2024.06.22 01:31:15.455784 [ 3 ] {37c54fba-7420-450b-8c7d-4db9096210f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
1941 | 2024.06.22 01:31:15.455800 [ 3 ] {} <Debug> HTTP-Session: c0e40ab8-6e46-41a8-ba8a-6b2fea27b2ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1942 | 2024.06.22 01:31:15.455940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1943 | 2024.06.22 01:31:15.455989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1944 | 2024.06.22 01:31:15.456008 [ 3 ] {} <Debug> HTTP-Session: eae6c1cc-98ac-4253-81ea-002111d84485 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1945 | 2024.06.22 01:31:15.456024 [ 3 ] {} <Debug> HTTP-Session: eae6c1cc-98ac-4253-81ea-002111d84485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1946 | 2024.06.22 01:31:15.456038 [ 3 ] {} <Debug> HTTP-Session: eae6c1cc-98ac-4253-81ea-002111d84485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1947 | 2024.06.22 01:31:15.456068 [ 3 ] {} <Trace> HTTP-Session: eae6c1cc-98ac-4253-81ea-002111d84485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1948 | 2024.06.22 01:31:15.456184 [ 3 ] {54895d6f-a415-41c8-8940-773779ce3a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1949 | 2024.06.22 01:31:15.456228 [ 3 ] {54895d6f-a415-41c8-8940-773779ce3a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1950 | 2024.06.22 01:31:15.456369 [ 3 ] {54895d6f-a415-41c8-8940-773779ce3a57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1951 | 2024.06.22 01:31:15.456649 [ 3 ] {54895d6f-a415-41c8-8940-773779ce3a57} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1952 | 2024.06.22 01:31:15.456684 [ 3 ] {54895d6f-a415-41c8-8940-773779ce3a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1953 | 2024.06.22 01:31:15.457033 [ 3 ] {54895d6f-a415-41c8-8940-773779ce3a57} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1954 | 2024.06.22 01:31:15.457351 [ 3 ] {54895d6f-a415-41c8-8940-773779ce3a57} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1955 | 2024.06.22 01:31:15.457472 [ 3 ] {54895d6f-a415-41c8-8940-773779ce3a57} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. | ||
1956 | 2024.06.22 01:31:15.457677 [ 3 ] {54895d6f-a415-41c8-8940-773779ce3a57} <Debug> DynamicQueryHandler: Done processing query | ||
1957 | 2024.06.22 01:31:15.457701 [ 3 ] {54895d6f-a415-41c8-8940-773779ce3a57} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1958 | 2024.06.22 01:31:15.457717 [ 3 ] {} <Debug> HTTP-Session: eae6c1cc-98ac-4253-81ea-002111d84485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1959 | 2024.06.22 01:31:18.811629 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1960 | 2024.06.22 01:31:18.811685 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1961 | 2024.06.22 01:31:20.406676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1962 | 2024.06.22 01:31:20.406812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1963 | 2024.06.22 01:31:20.406840 [ 3 ] {} <Debug> HTTP-Session: dd77b3a3-614f-4282-8d0e-2141c78914ec Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1964 | 2024.06.22 01:31:20.406868 [ 3 ] {} <Debug> HTTP-Session: dd77b3a3-614f-4282-8d0e-2141c78914ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1965 | 2024.06.22 01:31:20.406886 [ 3 ] {} <Debug> HTTP-Session: dd77b3a3-614f-4282-8d0e-2141c78914ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1966 | 2024.06.22 01:31:20.406943 [ 3 ] {} <Trace> HTTP-Session: dd77b3a3-614f-4282-8d0e-2141c78914ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1967 | 2024.06.22 01:31:20.407210 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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) | ||
1968 | 2024.06.22 01:31:20.407637 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1969 | 2024.06.22 01:31:20.407681 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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 | ||
1970 | 2024.06.22 01:31:20.407999 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1971 | 2024.06.22 01:31:20.408078 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1972 | 2024.06.22 01:31:20.408250 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1973 | 2024.06.22 01:31:20.408430 [ 253 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1974 | 2024.06.22 01:31:20.408452 [ 258 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1975 | 2024.06.22 01:31:20.408434 [ 260 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1976 | 2024.06.22 01:31:20.408621 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
1977 | 2024.06.22 01:31:20.408652 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1978 | 2024.06.22 01:31:20.408766 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1979 | 2024.06.22 01:31:20.408790 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
1980 | 2024.06.22 01:31:20.408831 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
1981 | 2024.06.22 01:31:20.408877 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
1982 | 2024.06.22 01:31:20.408915 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
1983 | 2024.06.22 01:31:20.410732 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Debug> executeQuery: Read 24 rows, 1000.00 B in 0.003651 sec., 6573.54149548069 rows/sec., 267.48 KiB/sec. | ||
1984 | 2024.06.22 01:31:20.411140 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Debug> DynamicQueryHandler: Done processing query | ||
1985 | 2024.06.22 01:31:20.411171 [ 3 ] {b737fa76-835d-4814-b039-4c986c3d0f9a} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1986 | 2024.06.22 01:31:20.411192 [ 3 ] {} <Debug> HTTP-Session: dd77b3a3-614f-4282-8d0e-2141c78914ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1987 | 2024.06.22 01:31:20.412728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 1012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1988 | 2024.06.22 01:31:20.412824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1989 | 2024.06.22 01:31:20.412862 [ 3 ] {} <Debug> HTTP-Session: d5d2d15d-7d45-440d-8e0a-18e04e9141a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
1990 | 2024.06.22 01:31:20.412894 [ 3 ] {} <Debug> HTTP-Session: d5d2d15d-7d45-440d-8e0a-18e04e9141a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1991 | 2024.06.22 01:31:20.412922 [ 3 ] {} <Debug> HTTP-Session: d5d2d15d-7d45-440d-8e0a-18e04e9141a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1992 | 2024.06.22 01:31:20.412984 [ 3 ] {} <Trace> HTTP-Session: d5d2d15d-7d45-440d-8e0a-18e04e9141a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1993 | 2024.06.22 01:31:20.413269 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
1994 | 2024.06.22 01:31:20.413736 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1995 | 2024.06.22 01:31:20.413779 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
1996 | 2024.06.22 01:31:20.414056 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1997 | 2024.06.22 01:31:20.414120 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1998 | 2024.06.22 01:31:20.414257 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1999 | 2024.06.22 01:31:20.414325 [ 262 ] {86698fe9-0233-40cf-910a-871654c976de} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2000 | 2024.06.22 01:31:20.414411 [ 259 ] {86698fe9-0233-40cf-910a-871654c976de} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2001 | 2024.06.22 01:31:20.414418 [ 255 ] {86698fe9-0233-40cf-910a-871654c976de} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2002 | 2024.06.22 01:31:20.414565 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2003 | 2024.06.22 01:31:20.414594 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2004 | 2024.06.22 01:31:20.414723 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2005 | 2024.06.22 01:31:20.414744 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2006 | 2024.06.22 01:31:20.414784 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2007 | 2024.06.22 01:31:20.414825 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2008 | 2024.06.22 01:31:20.414887 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2009 | 2024.06.22 01:31:20.416591 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Debug> executeQuery: Read 24 rows, 1000.00 B in 0.003478 sec., 6900.517538815411 rows/sec., 280.78 KiB/sec. | ||
2010 | 2024.06.22 01:31:20.416965 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Debug> DynamicQueryHandler: Done processing query | ||
2011 | 2024.06.22 01:31:20.416993 [ 3 ] {86698fe9-0233-40cf-910a-871654c976de} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2012 | 2024.06.22 01:31:20.417013 [ 3 ] {} <Debug> HTTP-Session: d5d2d15d-7d45-440d-8e0a-18e04e9141a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2013 | 2024.06.22 01:31:20.417224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 1050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2014 | 2024.06.22 01:31:20.417280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2015 | 2024.06.22 01:31:20.417304 [ 3 ] {} <Debug> HTTP-Session: 32bdc1bf-9a2a-45ba-bcf9-ef7acbeda4c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2016 | 2024.06.22 01:31:20.417324 [ 3 ] {} <Debug> HTTP-Session: 32bdc1bf-9a2a-45ba-bcf9-ef7acbeda4c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2017 | 2024.06.22 01:31:20.417341 [ 3 ] {} <Debug> HTTP-Session: 32bdc1bf-9a2a-45ba-bcf9-ef7acbeda4c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2018 | 2024.06.22 01:31:20.417383 [ 3 ] {} <Trace> HTTP-Session: 32bdc1bf-9a2a-45ba-bcf9-ef7acbeda4c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2019 | 2024.06.22 01:31:20.417557 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
2020 | 2024.06.22 01:31:20.417837 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2021 | 2024.06.22 01:31:20.417879 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
2022 | 2024.06.22 01:31:20.418157 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2023 | 2024.06.22 01:31:20.418220 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2024 | 2024.06.22 01:31:20.418357 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2025 | 2024.06.22 01:31:20.418437 [ 255 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2026 | 2024.06.22 01:31:20.418517 [ 259 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2027 | 2024.06.22 01:31:20.418523 [ 258 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2028 | 2024.06.22 01:31:20.418657 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2029 | 2024.06.22 01:31:20.418687 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2030 | 2024.06.22 01:31:20.418794 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2031 | 2024.06.22 01:31:20.418815 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2032 | 2024.06.22 01:31:20.418853 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2033 | 2024.06.22 01:31:20.418894 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2034 | 2024.06.22 01:31:20.418930 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2035 | 2024.06.22 01:31:20.420857 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Debug> executeQuery: Read 24 rows, 1000.00 B in 0.00339 sec., 7079.646017699116 rows/sec., 288.07 KiB/sec. | ||
2036 | 2024.06.22 01:31:20.421235 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Debug> DynamicQueryHandler: Done processing query | ||
2037 | 2024.06.22 01:31:20.421265 [ 3 ] {7d9e3621-38ae-4947-9a9a-023b551ca2b8} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2038 | 2024.06.22 01:31:20.421285 [ 3 ] {} <Debug> HTTP-Session: 32bdc1bf-9a2a-45ba-bcf9-ef7acbeda4c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2039 | 2024.06.22 01:31:20.421506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 1087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2040 | 2024.06.22 01:31:20.421565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2041 | 2024.06.22 01:31:20.421588 [ 3 ] {} <Debug> HTTP-Session: c3ffb223-15eb-4e3b-809c-1834e11b61d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2042 | 2024.06.22 01:31:20.421608 [ 3 ] {} <Debug> HTTP-Session: c3ffb223-15eb-4e3b-809c-1834e11b61d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2043 | 2024.06.22 01:31:20.421624 [ 3 ] {} <Debug> HTTP-Session: c3ffb223-15eb-4e3b-809c-1834e11b61d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2044 | 2024.06.22 01:31:20.421655 [ 3 ] {} <Trace> HTTP-Session: c3ffb223-15eb-4e3b-809c-1834e11b61d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2045 | 2024.06.22 01:31:20.421798 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
2046 | 2024.06.22 01:31:20.422073 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2047 | 2024.06.22 01:31:20.422116 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
2048 | 2024.06.22 01:31:20.422397 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2049 | 2024.06.22 01:31:20.422460 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2050 | 2024.06.22 01:31:20.422596 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2051 | 2024.06.22 01:31:20.422742 [ 253 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2052 | 2024.06.22 01:31:20.422743 [ 261 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2053 | 2024.06.22 01:31:20.422759 [ 259 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2054 | 2024.06.22 01:31:20.422904 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2055 | 2024.06.22 01:31:20.422932 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2056 | 2024.06.22 01:31:20.423034 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2057 | 2024.06.22 01:31:20.423054 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2058 | 2024.06.22 01:31:20.423092 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2059 | 2024.06.22 01:31:20.423134 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2060 | 2024.06.22 01:31:20.423170 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2061 | 2024.06.22 01:31:20.424755 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Debug> executeQuery: Read 24 rows, 1000.00 B in 0.003031 sec., 7918.17881887166 rows/sec., 322.19 KiB/sec. | ||
2062 | 2024.06.22 01:31:20.425086 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Debug> DynamicQueryHandler: Done processing query | ||
2063 | 2024.06.22 01:31:20.425112 [ 3 ] {d8e0f4fa-b033-4901-b2e2-e0e1411bd4c2} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2064 | 2024.06.22 01:31:20.425128 [ 3 ] {} <Debug> HTTP-Session: c3ffb223-15eb-4e3b-809c-1834e11b61d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2065 | 2024.06.22 01:31:20.425845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2066 | 2024.06.22 01:31:20.425893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2067 | 2024.06.22 01:31:20.425913 [ 3 ] {} <Debug> HTTP-Session: 383024af-8e7c-43c2-a81e-c699bfefcad1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2068 | 2024.06.22 01:31:20.425930 [ 3 ] {} <Debug> HTTP-Session: 383024af-8e7c-43c2-a81e-c699bfefcad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2069 | 2024.06.22 01:31:20.425943 [ 3 ] {} <Debug> HTTP-Session: 383024af-8e7c-43c2-a81e-c699bfefcad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2070 | 2024.06.22 01:31:20.425976 [ 3 ] {} <Trace> HTTP-Session: 383024af-8e7c-43c2-a81e-c699bfefcad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2071 | 2024.06.22 01:31:20.426087 [ 3 ] {169d6893-876f-4630-80ad-ae46f2689bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2072 | 2024.06.22 01:31:20.426134 [ 3 ] {169d6893-876f-4630-80ad-ae46f2689bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2073 | 2024.06.22 01:31:20.426300 [ 3 ] {169d6893-876f-4630-80ad-ae46f2689bfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2074 | 2024.06.22 01:31:20.426637 [ 3 ] {169d6893-876f-4630-80ad-ae46f2689bfc} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2075 | 2024.06.22 01:31:20.426677 [ 3 ] {169d6893-876f-4630-80ad-ae46f2689bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2076 | 2024.06.22 01:31:20.427152 [ 3 ] {169d6893-876f-4630-80ad-ae46f2689bfc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2077 | 2024.06.22 01:31:20.427469 [ 3 ] {169d6893-876f-4630-80ad-ae46f2689bfc} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2078 | 2024.06.22 01:31:20.427628 [ 3 ] {169d6893-876f-4630-80ad-ae46f2689bfc} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001573 sec., 2542.911633820725 rows/sec., 275.03 KiB/sec. | ||
2079 | 2024.06.22 01:31:20.428097 [ 3 ] {169d6893-876f-4630-80ad-ae46f2689bfc} <Debug> DynamicQueryHandler: Done processing query | ||
2080 | 2024.06.22 01:31:20.428122 [ 3 ] {169d6893-876f-4630-80ad-ae46f2689bfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2081 | 2024.06.22 01:31:20.428137 [ 3 ] {} <Debug> HTTP-Session: 383024af-8e7c-43c2-a81e-c699bfefcad1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2082 | 2024.06.22 01:31:20.428243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2083 | 2024.06.22 01:31:20.428292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2084 | 2024.06.22 01:31:20.428311 [ 3 ] {} <Debug> HTTP-Session: 0df84720-28b4-48ce-b8b3-bdc82b0e2b85 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2085 | 2024.06.22 01:31:20.428327 [ 3 ] {} <Debug> HTTP-Session: 0df84720-28b4-48ce-b8b3-bdc82b0e2b85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2086 | 2024.06.22 01:31:20.428346 [ 3 ] {} <Debug> HTTP-Session: 0df84720-28b4-48ce-b8b3-bdc82b0e2b85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2087 | 2024.06.22 01:31:20.428395 [ 3 ] {} <Trace> HTTP-Session: 0df84720-28b4-48ce-b8b3-bdc82b0e2b85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2088 | 2024.06.22 01:31:20.428516 [ 3 ] {f0af7dc9-2aeb-4402-ae6f-cc8be84a65ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2089 | 2024.06.22 01:31:20.428559 [ 3 ] {f0af7dc9-2aeb-4402-ae6f-cc8be84a65ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2090 | 2024.06.22 01:31:20.428712 [ 3 ] {f0af7dc9-2aeb-4402-ae6f-cc8be84a65ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2091 | 2024.06.22 01:31:20.430950 [ 3 ] {f0af7dc9-2aeb-4402-ae6f-cc8be84a65ff} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2092 | 2024.06.22 01:31:20.430993 [ 3 ] {f0af7dc9-2aeb-4402-ae6f-cc8be84a65ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2093 | 2024.06.22 01:31:20.431376 [ 3 ] {f0af7dc9-2aeb-4402-ae6f-cc8be84a65ff} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2094 | 2024.06.22 01:31:20.431715 [ 3 ] {f0af7dc9-2aeb-4402-ae6f-cc8be84a65ff} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2095 | 2024.06.22 01:31:20.431863 [ 3 ] {f0af7dc9-2aeb-4402-ae6f-cc8be84a65ff} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.003377 sec., 7106.8996150429375 rows/sec., 576.05 KiB/sec. | ||
2096 | 2024.06.22 01:31:20.432217 [ 3 ] {f0af7dc9-2aeb-4402-ae6f-cc8be84a65ff} <Debug> DynamicQueryHandler: Done processing query | ||
2097 | 2024.06.22 01:31:20.432241 [ 3 ] {f0af7dc9-2aeb-4402-ae6f-cc8be84a65ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2098 | 2024.06.22 01:31:20.432257 [ 3 ] {} <Debug> HTTP-Session: 0df84720-28b4-48ce-b8b3-bdc82b0e2b85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2099 | 2024.06.22 01:31:20.432400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 18704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2100 | 2024.06.22 01:31:20.432450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2101 | 2024.06.22 01:31:20.432468 [ 3 ] {} <Debug> HTTP-Session: dbd653a6-a8f5-40f4-b107-ca1b81002d79 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2102 | 2024.06.22 01:31:20.432484 [ 3 ] {} <Debug> HTTP-Session: dbd653a6-a8f5-40f4-b107-ca1b81002d79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2103 | 2024.06.22 01:31:20.432498 [ 3 ] {} <Debug> HTTP-Session: dbd653a6-a8f5-40f4-b107-ca1b81002d79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2104 | 2024.06.22 01:31:20.432528 [ 3 ] {} <Trace> HTTP-Session: dbd653a6-a8f5-40f4-b107-ca1b81002d79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2105 | 2024.06.22 01:31:20.432661 [ 3 ] {95e08ecf-acaf-44e3-8de6-d752ffc18b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2106 | 2024.06.22 01:31:20.432703 [ 3 ] {95e08ecf-acaf-44e3-8de6-d752ffc18b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2107 | 2024.06.22 01:31:20.432839 [ 3 ] {95e08ecf-acaf-44e3-8de6-d752ffc18b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2108 | 2024.06.22 01:31:20.433236 [ 3 ] {95e08ecf-acaf-44e3-8de6-d752ffc18b52} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2109 | 2024.06.22 01:31:20.433272 [ 3 ] {95e08ecf-acaf-44e3-8de6-d752ffc18b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2110 | 2024.06.22 01:31:20.433591 [ 3 ] {95e08ecf-acaf-44e3-8de6-d752ffc18b52} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2111 | 2024.06.22 01:31:20.433893 [ 3 ] {95e08ecf-acaf-44e3-8de6-d752ffc18b52} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2112 | 2024.06.22 01:31:20.434056 [ 3 ] {95e08ecf-acaf-44e3-8de6-d752ffc18b52} <Debug> executeQuery: Read 128 rows, 10.90 KiB in 0.001441 sec., 88827.20333102012 rows/sec., 7.39 MiB/sec. | ||
2113 | 2024.06.22 01:31:20.434568 [ 3 ] {95e08ecf-acaf-44e3-8de6-d752ffc18b52} <Debug> DynamicQueryHandler: Done processing query | ||
2114 | 2024.06.22 01:31:20.434593 [ 3 ] {95e08ecf-acaf-44e3-8de6-d752ffc18b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2115 | 2024.06.22 01:31:20.434609 [ 3 ] {} <Debug> HTTP-Session: dbd653a6-a8f5-40f4-b107-ca1b81002d79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2116 | 2024.06.22 01:31:20.434754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 16665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2117 | 2024.06.22 01:31:20.434803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2118 | 2024.06.22 01:31:20.434822 [ 3 ] {} <Debug> HTTP-Session: cf442602-a3fa-419b-94d0-5c288b0caed0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2119 | 2024.06.22 01:31:20.434838 [ 3 ] {} <Debug> HTTP-Session: cf442602-a3fa-419b-94d0-5c288b0caed0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2120 | 2024.06.22 01:31:20.434851 [ 3 ] {} <Debug> HTTP-Session: cf442602-a3fa-419b-94d0-5c288b0caed0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2121 | 2024.06.22 01:31:20.434882 [ 3 ] {} <Trace> HTTP-Session: cf442602-a3fa-419b-94d0-5c288b0caed0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2122 | 2024.06.22 01:31:20.435003 [ 3 ] {5464f510-7a93-4e23-a735-0afeb61613d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2123 | 2024.06.22 01:31:20.435047 [ 3 ] {5464f510-7a93-4e23-a735-0afeb61613d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2124 | 2024.06.22 01:31:20.435197 [ 3 ] {5464f510-7a93-4e23-a735-0afeb61613d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2125 | 2024.06.22 01:31:20.435549 [ 3 ] {5464f510-7a93-4e23-a735-0afeb61613d5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2126 | 2024.06.22 01:31:20.435585 [ 3 ] {5464f510-7a93-4e23-a735-0afeb61613d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2127 | 2024.06.22 01:31:20.435903 [ 3 ] {5464f510-7a93-4e23-a735-0afeb61613d5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2128 | 2024.06.22 01:31:20.436216 [ 3 ] {5464f510-7a93-4e23-a735-0afeb61613d5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2129 | 2024.06.22 01:31:20.436380 [ 3 ] {5464f510-7a93-4e23-a735-0afeb61613d5} <Debug> executeQuery: Read 98 rows, 7.85 KiB in 0.001416 sec., 69209.0395480226 rows/sec., 5.41 MiB/sec. | ||
2130 | 2024.06.22 01:31:20.436629 [ 3 ] {5464f510-7a93-4e23-a735-0afeb61613d5} <Debug> DynamicQueryHandler: Done processing query | ||
2131 | 2024.06.22 01:31:20.436653 [ 3 ] {5464f510-7a93-4e23-a735-0afeb61613d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2132 | 2024.06.22 01:31:20.436668 [ 3 ] {} <Debug> HTTP-Session: cf442602-a3fa-419b-94d0-5c288b0caed0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2133 | 2024.06.22 01:31:20.436856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2134 | 2024.06.22 01:31:20.436905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2135 | 2024.06.22 01:31:20.436924 [ 3 ] {} <Debug> HTTP-Session: 0db2ad60-f777-44a8-a4e3-819190a1e13c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2136 | 2024.06.22 01:31:20.436940 [ 3 ] {} <Debug> HTTP-Session: 0db2ad60-f777-44a8-a4e3-819190a1e13c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2137 | 2024.06.22 01:31:20.436954 [ 3 ] {} <Debug> HTTP-Session: 0db2ad60-f777-44a8-a4e3-819190a1e13c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2138 | 2024.06.22 01:31:20.436985 [ 3 ] {} <Trace> HTTP-Session: 0db2ad60-f777-44a8-a4e3-819190a1e13c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2139 | 2024.06.22 01:31:20.437127 [ 3 ] {8f2f9e0e-a56d-46c7-a813-7b8564c906cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2140 | 2024.06.22 01:31:20.437172 [ 3 ] {8f2f9e0e-a56d-46c7-a813-7b8564c906cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2141 | 2024.06.22 01:31:20.437334 [ 3 ] {8f2f9e0e-a56d-46c7-a813-7b8564c906cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2142 | 2024.06.22 01:31:20.437716 [ 3 ] {8f2f9e0e-a56d-46c7-a813-7b8564c906cd} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2143 | 2024.06.22 01:31:20.437751 [ 3 ] {8f2f9e0e-a56d-46c7-a813-7b8564c906cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2144 | 2024.06.22 01:31:20.438129 [ 3 ] {8f2f9e0e-a56d-46c7-a813-7b8564c906cd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2145 | 2024.06.22 01:31:20.438460 [ 3 ] {8f2f9e0e-a56d-46c7-a813-7b8564c906cd} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2146 | 2024.06.22 01:31:20.438628 [ 3 ] {8f2f9e0e-a56d-46c7-a813-7b8564c906cd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
2147 | 2024.06.22 01:31:20.439120 [ 3 ] {8f2f9e0e-a56d-46c7-a813-7b8564c906cd} <Debug> DynamicQueryHandler: Done processing query | ||
2148 | 2024.06.22 01:31:20.439155 [ 3 ] {8f2f9e0e-a56d-46c7-a813-7b8564c906cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2149 | 2024.06.22 01:31:20.439171 [ 3 ] {} <Debug> HTTP-Session: 0db2ad60-f777-44a8-a4e3-819190a1e13c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2150 | 2024.06.22 01:31:20.439305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 25711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2151 | 2024.06.22 01:31:20.439352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2152 | 2024.06.22 01:31:20.439371 [ 3 ] {} <Debug> HTTP-Session: 85e294c2-ff3f-41f1-b9b3-452aa9bde366 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2153 | 2024.06.22 01:31:20.439387 [ 3 ] {} <Debug> HTTP-Session: 85e294c2-ff3f-41f1-b9b3-452aa9bde366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2154 | 2024.06.22 01:31:20.439400 [ 3 ] {} <Debug> HTTP-Session: 85e294c2-ff3f-41f1-b9b3-452aa9bde366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2155 | 2024.06.22 01:31:20.439431 [ 3 ] {} <Trace> HTTP-Session: 85e294c2-ff3f-41f1-b9b3-452aa9bde366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2156 | 2024.06.22 01:31:20.439678 [ 3 ] {6908af9d-fb84-44bc-9826-e3bb9d7afe82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2157 | 2024.06.22 01:31:20.439726 [ 3 ] {6908af9d-fb84-44bc-9826-e3bb9d7afe82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2158 | 2024.06.22 01:31:20.439963 [ 3 ] {6908af9d-fb84-44bc-9826-e3bb9d7afe82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2159 | 2024.06.22 01:31:20.442409 [ 3 ] {6908af9d-fb84-44bc-9826-e3bb9d7afe82} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2160 | 2024.06.22 01:31:20.442452 [ 3 ] {6908af9d-fb84-44bc-9826-e3bb9d7afe82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2161 | 2024.06.22 01:31:20.446351 [ 3 ] {6908af9d-fb84-44bc-9826-e3bb9d7afe82} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2162 | 2024.06.22 01:31:20.446694 [ 3 ] {6908af9d-fb84-44bc-9826-e3bb9d7afe82} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2163 | 2024.06.22 01:31:20.446826 [ 3 ] {6908af9d-fb84-44bc-9826-e3bb9d7afe82} <Debug> executeQuery: Read 24 rows, 33.16 KiB in 0.007334 sec., 3272.42977911099 rows/sec., 4.42 MiB/sec. | ||
2164 | 2024.06.22 01:31:20.447260 [ 3 ] {6908af9d-fb84-44bc-9826-e3bb9d7afe82} <Debug> DynamicQueryHandler: Done processing query | ||
2165 | 2024.06.22 01:31:20.447286 [ 3 ] {6908af9d-fb84-44bc-9826-e3bb9d7afe82} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2166 | 2024.06.22 01:31:20.447303 [ 3 ] {} <Debug> HTTP-Session: 85e294c2-ff3f-41f1-b9b3-452aa9bde366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2167 | 2024.06.22 01:31:20.447480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 2951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2168 | 2024.06.22 01:31:20.447529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2169 | 2024.06.22 01:31:20.447548 [ 3 ] {} <Debug> HTTP-Session: e2093110-52ec-4626-8fdc-f1cf6abfccfa Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2170 | 2024.06.22 01:31:20.447565 [ 3 ] {} <Debug> HTTP-Session: e2093110-52ec-4626-8fdc-f1cf6abfccfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2171 | 2024.06.22 01:31:20.447579 [ 3 ] {} <Debug> HTTP-Session: e2093110-52ec-4626-8fdc-f1cf6abfccfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2172 | 2024.06.22 01:31:20.447609 [ 3 ] {} <Trace> HTTP-Session: e2093110-52ec-4626-8fdc-f1cf6abfccfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2173 | 2024.06.22 01:31:20.447711 [ 3 ] {8f96c4eb-e1d8-4b77-a063-778005146e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2174 | 2024.06.22 01:31:20.447756 [ 3 ] {8f96c4eb-e1d8-4b77-a063-778005146e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2175 | 2024.06.22 01:31:20.447905 [ 3 ] {8f96c4eb-e1d8-4b77-a063-778005146e8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2176 | 2024.06.22 01:31:20.448175 [ 3 ] {8f96c4eb-e1d8-4b77-a063-778005146e8e} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2177 | 2024.06.22 01:31:20.448211 [ 3 ] {8f96c4eb-e1d8-4b77-a063-778005146e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2178 | 2024.06.22 01:31:20.448574 [ 3 ] {8f96c4eb-e1d8-4b77-a063-778005146e8e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2179 | 2024.06.22 01:31:20.448900 [ 3 ] {8f96c4eb-e1d8-4b77-a063-778005146e8e} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2180 | 2024.06.22 01:31:20.449055 [ 3 ] {8f96c4eb-e1d8-4b77-a063-778005146e8e} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001368 sec., 13157.894736842105 rows/sec., 991.55 KiB/sec. | ||
2181 | 2024.06.22 01:31:20.449423 [ 3 ] {8f96c4eb-e1d8-4b77-a063-778005146e8e} <Debug> DynamicQueryHandler: Done processing query | ||
2182 | 2024.06.22 01:31:20.449447 [ 3 ] {8f96c4eb-e1d8-4b77-a063-778005146e8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2183 | 2024.06.22 01:31:20.449463 [ 3 ] {} <Debug> HTTP-Session: e2093110-52ec-4626-8fdc-f1cf6abfccfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2184 | 2024.06.22 01:31:20.449566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2185 | 2024.06.22 01:31:20.449614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2186 | 2024.06.22 01:31:20.449632 [ 3 ] {} <Debug> HTTP-Session: ae725f0c-7764-452c-b165-64f30cf83369 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2187 | 2024.06.22 01:31:20.449649 [ 3 ] {} <Debug> HTTP-Session: ae725f0c-7764-452c-b165-64f30cf83369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2188 | 2024.06.22 01:31:20.449662 [ 3 ] {} <Debug> HTTP-Session: ae725f0c-7764-452c-b165-64f30cf83369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2189 | 2024.06.22 01:31:20.449693 [ 3 ] {} <Trace> HTTP-Session: ae725f0c-7764-452c-b165-64f30cf83369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2190 | 2024.06.22 01:31:20.449809 [ 3 ] {bb42246a-5472-4255-9ae1-e847c6366981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2191 | 2024.06.22 01:31:20.449855 [ 3 ] {bb42246a-5472-4255-9ae1-e847c6366981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2192 | 2024.06.22 01:31:20.449996 [ 3 ] {bb42246a-5472-4255-9ae1-e847c6366981} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2193 | 2024.06.22 01:31:20.450297 [ 3 ] {bb42246a-5472-4255-9ae1-e847c6366981} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2194 | 2024.06.22 01:31:20.450330 [ 3 ] {bb42246a-5472-4255-9ae1-e847c6366981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2195 | 2024.06.22 01:31:20.450672 [ 3 ] {bb42246a-5472-4255-9ae1-e847c6366981} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2196 | 2024.06.22 01:31:20.450985 [ 3 ] {bb42246a-5472-4255-9ae1-e847c6366981} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2197 | 2024.06.22 01:31:20.451144 [ 3 ] {bb42246a-5472-4255-9ae1-e847c6366981} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
2198 | 2024.06.22 01:31:20.451405 [ 3 ] {bb42246a-5472-4255-9ae1-e847c6366981} <Debug> DynamicQueryHandler: Done processing query | ||
2199 | 2024.06.22 01:31:20.451429 [ 3 ] {bb42246a-5472-4255-9ae1-e847c6366981} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2200 | 2024.06.22 01:31:20.451445 [ 3 ] {} <Debug> HTTP-Session: ae725f0c-7764-452c-b165-64f30cf83369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2201 | 2024.06.22 01:31:25.396654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2202 | 2024.06.22 01:31:25.396776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2203 | 2024.06.22 01:31:25.396800 [ 3 ] {} <Debug> HTTP-Session: c16e2e55-bb67-4c19-a275-ccbef4037ef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2204 | 2024.06.22 01:31:25.396824 [ 3 ] {} <Debug> HTTP-Session: c16e2e55-bb67-4c19-a275-ccbef4037ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2205 | 2024.06.22 01:31:25.396840 [ 3 ] {} <Debug> HTTP-Session: c16e2e55-bb67-4c19-a275-ccbef4037ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2206 | 2024.06.22 01:31:25.396889 [ 3 ] {} <Trace> HTTP-Session: c16e2e55-bb67-4c19-a275-ccbef4037ef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2207 | 2024.06.22 01:31:25.397079 [ 3 ] {c2046dc6-3205-4121-9a41-7bd1c1535e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2208 | 2024.06.22 01:31:25.397146 [ 3 ] {c2046dc6-3205-4121-9a41-7bd1c1535e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2209 | 2024.06.22 01:31:25.397332 [ 3 ] {c2046dc6-3205-4121-9a41-7bd1c1535e8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2210 | 2024.06.22 01:31:25.397793 [ 3 ] {c2046dc6-3205-4121-9a41-7bd1c1535e8d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2211 | 2024.06.22 01:31:25.397836 [ 3 ] {c2046dc6-3205-4121-9a41-7bd1c1535e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2212 | 2024.06.22 01:31:25.398229 [ 3 ] {c2046dc6-3205-4121-9a41-7bd1c1535e8d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2213 | 2024.06.22 01:31:25.398569 [ 3 ] {c2046dc6-3205-4121-9a41-7bd1c1535e8d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2214 | 2024.06.22 01:31:25.398724 [ 3 ] {c2046dc6-3205-4121-9a41-7bd1c1535e8d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001715 sec., 32653.061224489797 rows/sec., 2.49 MiB/sec. | ||
2215 | 2024.06.22 01:31:25.398762 [ 65 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2216 | 2024.06.22 01:31:25.398874 [ 65 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2217 | 2024.06.22 01:31:25.398907 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2218 | 2024.06.22 01:31:25.399038 [ 3 ] {c2046dc6-3205-4121-9a41-7bd1c1535e8d} <Debug> DynamicQueryHandler: Done processing query | ||
2219 | 2024.06.22 01:31:25.399093 [ 3 ] {c2046dc6-3205-4121-9a41-7bd1c1535e8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2220 | 2024.06.22 01:31:25.399124 [ 194 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
2221 | 2024.06.22 01:31:25.399129 [ 3 ] {} <Debug> HTTP-Session: c16e2e55-bb67-4c19-a275-ccbef4037ef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2222 | 2024.06.22 01:31:25.399401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2223 | 2024.06.22 01:31:25.399406 [ 194 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2224 | 2024.06.22 01:31:25.399495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2225 | 2024.06.22 01:31:25.399495 [ 194 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 56 rows starting from the beginning of the part | ||
2226 | 2024.06.22 01:31:25.399537 [ 3 ] {} <Debug> HTTP-Session: af06fe17-6265-4554-8cbd-f9883c6f994c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2227 | 2024.06.22 01:31:25.399573 [ 3 ] {} <Debug> HTTP-Session: af06fe17-6265-4554-8cbd-f9883c6f994c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2228 | 2024.06.22 01:31:25.399621 [ 3 ] {} <Debug> HTTP-Session: af06fe17-6265-4554-8cbd-f9883c6f994c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2229 | 2024.06.22 01:31:25.399730 [ 194 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
2230 | 2024.06.22 01:31:25.399758 [ 3 ] {} <Trace> HTTP-Session: af06fe17-6265-4554-8cbd-f9883c6f994c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2231 | 2024.06.22 01:31:25.400084 [ 194 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
2232 | 2024.06.22 01:31:25.400260 [ 3 ] {dfb41e1c-0a7d-4e3f-988d-0a103c98f9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2233 | 2024.06.22 01:31:25.400342 [ 194 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 92 rows starting from the beginning of the part | ||
2234 | 2024.06.22 01:31:25.400443 [ 3 ] {dfb41e1c-0a7d-4e3f-988d-0a103c98f9f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2235 | 2024.06.22 01:31:25.400770 [ 194 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 128 rows starting from the beginning of the part | ||
2236 | 2024.06.22 01:31:25.401143 [ 194 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2237 | 2024.06.22 01:31:25.401588 [ 3 ] {dfb41e1c-0a7d-4e3f-988d-0a103c98f9f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2238 | 2024.06.22 01:31:25.402511 [ 3 ] {dfb41e1c-0a7d-4e3f-988d-0a103c98f9f0} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2239 | 2024.06.22 01:31:25.402584 [ 3 ] {dfb41e1c-0a7d-4e3f-988d-0a103c98f9f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2240 | 2024.06.22 01:31:25.403622 [ 3 ] {dfb41e1c-0a7d-4e3f-988d-0a103c98f9f0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2241 | 2024.06.22 01:31:25.404332 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 4 columns (4 merged, 0 gathered) in 0.005343046 sec., 83098.6669401686 rows/sec., 6.50 MiB/sec. | ||
2242 | 2024.06.22 01:31:25.404516 [ 3 ] {dfb41e1c-0a7d-4e3f-988d-0a103c98f9f0} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2243 | 2024.06.22 01:31:25.404612 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2244 | 2024.06.22 01:31:25.404750 [ 65 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2245 | 2024.06.22 01:31:25.404872 [ 65 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2246 | 2024.06.22 01:31:25.404910 [ 3 ] {dfb41e1c-0a7d-4e3f-988d-0a103c98f9f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00485 sec., 13195.876288659794 rows/sec., 1.03 MiB/sec. | ||
2247 | 2024.06.22 01:31:25.404929 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2248 | 2024.06.22 01:31:25.405643 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
2249 | 2024.06.22 01:31:25.406071 [ 3 ] {dfb41e1c-0a7d-4e3f-988d-0a103c98f9f0} <Debug> DynamicQueryHandler: Done processing query | ||
2250 | 2024.06.22 01:31:25.406156 [ 3 ] {dfb41e1c-0a7d-4e3f-988d-0a103c98f9f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2251 | 2024.06.22 01:31:25.406204 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2252 | 2024.06.22 01:31:25.406227 [ 3 ] {} <Debug> HTTP-Session: af06fe17-6265-4554-8cbd-f9883c6f994c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2253 | 2024.06.22 01:31:25.406275 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 64 rows starting from the beginning of the part | ||
2254 | 2024.06.22 01:31:25.406503 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
2255 | 2024.06.22 01:31:25.406501 [ 193 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_11_2} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2256 | 2024.06.22 01:31:25.406554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2257 | 2024.06.22 01:31:25.406989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2258 | 2024.06.22 01:31:25.407036 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
2259 | 2024.06.22 01:31:25.407059 [ 193 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_11_2} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2260 | 2024.06.22 01:31:25.407176 [ 3 ] {} <Debug> HTTP-Session: f7b4a76b-7b98-484b-b29c-4ad15250bb47 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2261 | 2024.06.22 01:31:25.407445 [ 3 ] {} <Debug> HTTP-Session: f7b4a76b-7b98-484b-b29c-4ad15250bb47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2262 | 2024.06.22 01:31:25.407592 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2263 | 2024.06.22 01:31:25.407625 [ 3 ] {} <Debug> HTTP-Session: f7b4a76b-7b98-484b-b29c-4ad15250bb47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2264 | 2024.06.22 01:31:25.407666 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 88 rows starting from the beginning of the part | ||
2265 | 2024.06.22 01:31:25.407814 [ 3 ] {} <Trace> HTTP-Session: f7b4a76b-7b98-484b-b29c-4ad15250bb47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2266 | 2024.06.22 01:31:25.408001 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 98 rows starting from the beginning of the part | ||
2267 | 2024.06.22 01:31:25.408190 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
2268 | 2024.06.22 01:31:25.408256 [ 3 ] {545ce639-f4e3-4e1b-82e6-52aba5e00713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2269 | 2024.06.22 01:31:25.408554 [ 3 ] {545ce639-f4e3-4e1b-82e6-52aba5e00713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2270 | 2024.06.22 01:31:25.409121 [ 3 ] {545ce639-f4e3-4e1b-82e6-52aba5e00713} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2271 | 2024.06.22 01:31:25.410297 [ 3 ] {545ce639-f4e3-4e1b-82e6-52aba5e00713} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2272 | 2024.06.22 01:31:25.410359 [ 3 ] {545ce639-f4e3-4e1b-82e6-52aba5e00713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2273 | 2024.06.22 01:31:25.411102 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 4 columns (4 merged, 0 gathered) in 0.006011441 sec., 73526.46395431644 rows/sec., 5.74 MiB/sec. | ||
2274 | 2024.06.22 01:31:25.411297 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2275 | 2024.06.22 01:31:25.411390 [ 3 ] {545ce639-f4e3-4e1b-82e6-52aba5e00713} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2276 | 2024.06.22 01:31:25.412141 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_11_2} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2277 | 2024.06.22 01:31:25.412296 [ 3 ] {545ce639-f4e3-4e1b-82e6-52aba5e00713} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2278 | 2024.06.22 01:31:25.412357 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_11_2} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2279 | 2024.06.22 01:31:25.412518 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
2280 | 2024.06.22 01:31:25.412562 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2281 | 2024.06.22 01:31:25.412643 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2282 | 2024.06.22 01:31:25.412651 [ 3 ] {545ce639-f4e3-4e1b-82e6-52aba5e00713} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004609 sec., 34714.68865263614 rows/sec., 2.42 MiB/sec. | ||
2283 | 2024.06.22 01:31:25.412685 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2284 | 2024.06.22 01:31:25.413072 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
2285 | 2024.06.22 01:31:25.413372 [ 3 ] {545ce639-f4e3-4e1b-82e6-52aba5e00713} <Debug> DynamicQueryHandler: Done processing query | ||
2286 | 2024.06.22 01:31:25.413424 [ 3 ] {545ce639-f4e3-4e1b-82e6-52aba5e00713} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2287 | 2024.06.22 01:31:25.413473 [ 3 ] {} <Debug> HTTP-Session: f7b4a76b-7b98-484b-b29c-4ad15250bb47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2288 | 2024.06.22 01:31:25.413486 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2289 | 2024.06.22 01:31:25.413552 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 590 rows starting from the beginning of the part | ||
2290 | 2024.06.22 01:31:25.413711 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
2291 | 2024.06.22 01:31:25.413780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2292 | 2024.06.22 01:31:25.414017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2293 | 2024.06.22 01:31:25.414066 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
2294 | 2024.06.22 01:31:25.414092 [ 3 ] {} <Debug> HTTP-Session: aced160f-3540-44ec-a03a-fd8195494a16 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2295 | 2024.06.22 01:31:25.414160 [ 3 ] {} <Debug> HTTP-Session: aced160f-3540-44ec-a03a-fd8195494a16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2296 | 2024.06.22 01:31:25.414203 [ 3 ] {} <Debug> HTTP-Session: aced160f-3540-44ec-a03a-fd8195494a16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2297 | 2024.06.22 01:31:25.414342 [ 3 ] {} <Trace> HTTP-Session: aced160f-3540-44ec-a03a-fd8195494a16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2298 | 2024.06.22 01:31:25.414397 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 352 rows starting from the beginning of the part | ||
2299 | 2024.06.22 01:31:25.414675 [ 3 ] {7ecdca59-495d-4be2-b5a9-66ef5103719f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2300 | 2024.06.22 01:31:25.414700 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
2301 | 2024.06.22 01:31:25.414804 [ 3 ] {7ecdca59-495d-4be2-b5a9-66ef5103719f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2302 | 2024.06.22 01:31:25.414986 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
2303 | 2024.06.22 01:31:25.415732 [ 3 ] {7ecdca59-495d-4be2-b5a9-66ef5103719f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2304 | 2024.06.22 01:31:25.416412 [ 3 ] {7ecdca59-495d-4be2-b5a9-66ef5103719f} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2305 | 2024.06.22 01:31:25.416477 [ 3 ] {7ecdca59-495d-4be2-b5a9-66ef5103719f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2306 | 2024.06.22 01:31:25.417561 [ 3 ] {7ecdca59-495d-4be2-b5a9-66ef5103719f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2307 | 2024.06.22 01:31:25.418267 [ 3 ] {7ecdca59-495d-4be2-b5a9-66ef5103719f} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2308 | 2024.06.22 01:31:25.418535 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1582 rows, containing 5 columns (5 merged, 0 gathered) in 0.005739929 sec., 275613.1652499534 rows/sec., 19.22 MiB/sec. | ||
2309 | 2024.06.22 01:31:25.418573 [ 65 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2310 | 2024.06.22 01:31:25.418643 [ 65 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2311 | 2024.06.22 01:31:25.418655 [ 3 ] {7ecdca59-495d-4be2-b5a9-66ef5103719f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004127 sec., 14538.405621516842 rows/sec., 1003.30 KiB/sec. | ||
2312 | 2024.06.22 01:31:25.418678 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2313 | 2024.06.22 01:31:25.419053 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2314 | 2024.06.22 01:31:25.419390 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
2315 | 2024.06.22 01:31:25.419427 [ 3 ] {7ecdca59-495d-4be2-b5a9-66ef5103719f} <Debug> DynamicQueryHandler: Done processing query | ||
2316 | 2024.06.22 01:31:25.419551 [ 3 ] {7ecdca59-495d-4be2-b5a9-66ef5103719f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2317 | 2024.06.22 01:31:25.419678 [ 3 ] {} <Debug> HTTP-Session: aced160f-3540-44ec-a03a-fd8195494a16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2318 | 2024.06.22 01:31:25.419876 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2319 | 2024.06.22 01:31:25.419939 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 224 rows starting from the beginning of the part | ||
2320 | 2024.06.22 01:31:25.420163 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
2321 | 2024.06.22 01:31:25.420451 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
2322 | 2024.06.22 01:31:25.420549 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2323 | 2024.06.22 01:31:25.420793 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
2324 | 2024.06.22 01:31:25.420948 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2325 | 2024.06.22 01:31:25.421079 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
2326 | 2024.06.22 01:31:25.421257 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
2327 | 2024.06.22 01:31:25.421384 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
2328 | 2024.06.22 01:31:25.422522 [ 200 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 524 rows, containing 4 columns (4 merged, 0 gathered) in 0.003696945 sec., 141738.65177869835 rows/sec., 9.57 MiB/sec. | ||
2329 | 2024.06.22 01:31:25.422661 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2330 | 2024.06.22 01:31:25.423030 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_11_2} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2331 | 2024.06.22 01:31:25.423104 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_11_2} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2332 | 2024.06.22 01:31:25.423168 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2333 | 2024.06.22 01:31:30.386931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2334 | 2024.06.22 01:31:30.387075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2335 | 2024.06.22 01:31:30.387104 [ 3 ] {} <Debug> HTTP-Session: a8fb5efc-4e78-4d74-b1a4-2f08ac94fd70 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2336 | 2024.06.22 01:31:30.387132 [ 3 ] {} <Debug> HTTP-Session: a8fb5efc-4e78-4d74-b1a4-2f08ac94fd70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2337 | 2024.06.22 01:31:30.387150 [ 3 ] {} <Debug> HTTP-Session: a8fb5efc-4e78-4d74-b1a4-2f08ac94fd70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2338 | 2024.06.22 01:31:30.387205 [ 3 ] {} <Trace> HTTP-Session: a8fb5efc-4e78-4d74-b1a4-2f08ac94fd70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2339 | 2024.06.22 01:31:30.387406 [ 3 ] {f6deb24d-3c21-4dae-98fa-1188871a0c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2340 | 2024.06.22 01:31:30.387472 [ 3 ] {f6deb24d-3c21-4dae-98fa-1188871a0c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2341 | 2024.06.22 01:31:30.387658 [ 3 ] {f6deb24d-3c21-4dae-98fa-1188871a0c32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2342 | 2024.06.22 01:31:30.388060 [ 3 ] {f6deb24d-3c21-4dae-98fa-1188871a0c32} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2343 | 2024.06.22 01:31:30.388106 [ 3 ] {f6deb24d-3c21-4dae-98fa-1188871a0c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2344 | 2024.06.22 01:31:30.388491 [ 3 ] {f6deb24d-3c21-4dae-98fa-1188871a0c32} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2345 | 2024.06.22 01:31:30.388824 [ 3 ] {f6deb24d-3c21-4dae-98fa-1188871a0c32} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2346 | 2024.06.22 01:31:30.388987 [ 3 ] {f6deb24d-3c21-4dae-98fa-1188871a0c32} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001635 sec., 15290.51987767584 rows/sec., 1.21 MiB/sec. | ||
2347 | 2024.06.22 01:31:30.389216 [ 3 ] {f6deb24d-3c21-4dae-98fa-1188871a0c32} <Debug> DynamicQueryHandler: Done processing query | ||
2348 | 2024.06.22 01:31:30.389242 [ 3 ] {f6deb24d-3c21-4dae-98fa-1188871a0c32} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2349 | 2024.06.22 01:31:30.389258 [ 3 ] {} <Debug> HTTP-Session: a8fb5efc-4e78-4d74-b1a4-2f08ac94fd70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.06.22 01:31:30.389450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 19150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2351 | 2024.06.22 01:31:30.389502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2352 | 2024.06.22 01:31:30.389523 [ 3 ] {} <Debug> HTTP-Session: 84f1b811-bfd5-4469-8a91-17c26b9babdc Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2353 | 2024.06.22 01:31:30.389542 [ 3 ] {} <Debug> HTTP-Session: 84f1b811-bfd5-4469-8a91-17c26b9babdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2354 | 2024.06.22 01:31:30.389556 [ 3 ] {} <Debug> HTTP-Session: 84f1b811-bfd5-4469-8a91-17c26b9babdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2355 | 2024.06.22 01:31:30.389589 [ 3 ] {} <Trace> HTTP-Session: 84f1b811-bfd5-4469-8a91-17c26b9babdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2356 | 2024.06.22 01:31:30.389765 [ 3 ] {bb30d1cb-95df-4949-bd9f-55ba5a048c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2357 | 2024.06.22 01:31:30.389811 [ 3 ] {bb30d1cb-95df-4949-bd9f-55ba5a048c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2358 | 2024.06.22 01:31:30.389935 [ 3 ] {bb30d1cb-95df-4949-bd9f-55ba5a048c89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2359 | 2024.06.22 01:31:30.390369 [ 3 ] {bb30d1cb-95df-4949-bd9f-55ba5a048c89} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2360 | 2024.06.22 01:31:30.390406 [ 3 ] {bb30d1cb-95df-4949-bd9f-55ba5a048c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2361 | 2024.06.22 01:31:30.390730 [ 3 ] {bb30d1cb-95df-4949-bd9f-55ba5a048c89} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2362 | 2024.06.22 01:31:30.391038 [ 3 ] {bb30d1cb-95df-4949-bd9f-55ba5a048c89} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2363 | 2024.06.22 01:31:30.391195 [ 3 ] {bb30d1cb-95df-4949-bd9f-55ba5a048c89} <Debug> executeQuery: Read 131 rows, 11.17 KiB in 0.001531 sec., 85564.99020248203 rows/sec., 7.12 MiB/sec. | ||
2364 | 2024.06.22 01:31:30.391368 [ 3 ] {bb30d1cb-95df-4949-bd9f-55ba5a048c89} <Debug> DynamicQueryHandler: Done processing query | ||
2365 | 2024.06.22 01:31:30.391393 [ 3 ] {bb30d1cb-95df-4949-bd9f-55ba5a048c89} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2366 | 2024.06.22 01:31:30.391408 [ 3 ] {} <Debug> HTTP-Session: 84f1b811-bfd5-4469-8a91-17c26b9babdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2367 | 2024.06.22 01:31:30.391553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2368 | 2024.06.22 01:31:30.391601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2369 | 2024.06.22 01:31:30.391620 [ 3 ] {} <Debug> HTTP-Session: bad5588f-64c8-479c-ba55-acdfa85f2475 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2370 | 2024.06.22 01:31:30.391636 [ 3 ] {} <Debug> HTTP-Session: bad5588f-64c8-479c-ba55-acdfa85f2475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2371 | 2024.06.22 01:31:30.391650 [ 3 ] {} <Debug> HTTP-Session: bad5588f-64c8-479c-ba55-acdfa85f2475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2372 | 2024.06.22 01:31:30.391681 [ 3 ] {} <Trace> HTTP-Session: bad5588f-64c8-479c-ba55-acdfa85f2475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2373 | 2024.06.22 01:31:30.391801 [ 3 ] {593cf495-0e5d-4a2a-a982-9c96b34f63a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2374 | 2024.06.22 01:31:30.391843 [ 3 ] {593cf495-0e5d-4a2a-a982-9c96b34f63a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2375 | 2024.06.22 01:31:30.391967 [ 3 ] {593cf495-0e5d-4a2a-a982-9c96b34f63a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2376 | 2024.06.22 01:31:30.392329 [ 3 ] {593cf495-0e5d-4a2a-a982-9c96b34f63a2} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2377 | 2024.06.22 01:31:30.392365 [ 3 ] {593cf495-0e5d-4a2a-a982-9c96b34f63a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2378 | 2024.06.22 01:31:30.392679 [ 3 ] {593cf495-0e5d-4a2a-a982-9c96b34f63a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2379 | 2024.06.22 01:31:30.392984 [ 3 ] {593cf495-0e5d-4a2a-a982-9c96b34f63a2} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2380 | 2024.06.22 01:31:30.393136 [ 3 ] {593cf495-0e5d-4a2a-a982-9c96b34f63a2} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001387 sec., 64167.26748377794 rows/sec., 5.01 MiB/sec. | ||
2381 | 2024.06.22 01:31:30.393304 [ 3 ] {593cf495-0e5d-4a2a-a982-9c96b34f63a2} <Debug> DynamicQueryHandler: Done processing query | ||
2382 | 2024.06.22 01:31:30.393328 [ 3 ] {593cf495-0e5d-4a2a-a982-9c96b34f63a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2383 | 2024.06.22 01:31:30.393344 [ 3 ] {} <Debug> HTTP-Session: bad5588f-64c8-479c-ba55-acdfa85f2475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2384 | 2024.06.22 01:31:30.393518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2385 | 2024.06.22 01:31:30.393565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2386 | 2024.06.22 01:31:30.393584 [ 3 ] {} <Debug> HTTP-Session: 12b3919f-0428-4d03-882e-e0ae036b6a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2387 | 2024.06.22 01:31:30.393601 [ 3 ] {} <Debug> HTTP-Session: 12b3919f-0428-4d03-882e-e0ae036b6a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2388 | 2024.06.22 01:31:30.393615 [ 3 ] {} <Debug> HTTP-Session: 12b3919f-0428-4d03-882e-e0ae036b6a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2389 | 2024.06.22 01:31:30.393645 [ 3 ] {} <Trace> HTTP-Session: 12b3919f-0428-4d03-882e-e0ae036b6a9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2390 | 2024.06.22 01:31:30.393804 [ 3 ] {16b65999-5942-4765-9b67-32522b9da674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2391 | 2024.06.22 01:31:30.393851 [ 3 ] {16b65999-5942-4765-9b67-32522b9da674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2392 | 2024.06.22 01:31:30.393994 [ 3 ] {16b65999-5942-4765-9b67-32522b9da674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2393 | 2024.06.22 01:31:30.394371 [ 3 ] {16b65999-5942-4765-9b67-32522b9da674} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2394 | 2024.06.22 01:31:30.394407 [ 3 ] {16b65999-5942-4765-9b67-32522b9da674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2395 | 2024.06.22 01:31:30.394796 [ 3 ] {16b65999-5942-4765-9b67-32522b9da674} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2396 | 2024.06.22 01:31:30.395126 [ 3 ] {16b65999-5942-4765-9b67-32522b9da674} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2397 | 2024.06.22 01:31:30.395278 [ 3 ] {16b65999-5942-4765-9b67-32522b9da674} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. | ||
2398 | 2024.06.22 01:31:30.395453 [ 3 ] {16b65999-5942-4765-9b67-32522b9da674} <Debug> DynamicQueryHandler: Done processing query | ||
2399 | 2024.06.22 01:31:30.395477 [ 3 ] {16b65999-5942-4765-9b67-32522b9da674} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2400 | 2024.06.22 01:31:30.395493 [ 3 ] {} <Debug> HTTP-Session: 12b3919f-0428-4d03-882e-e0ae036b6a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2401 | 2024.06.22 01:31:30.395668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 26780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2402 | 2024.06.22 01:31:30.395716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2403 | 2024.06.22 01:31:30.395734 [ 3 ] {} <Debug> HTTP-Session: 4f97c0b7-9e4c-4c3d-b9e3-31a1cef4fafc Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2404 | 2024.06.22 01:31:30.395751 [ 3 ] {} <Debug> HTTP-Session: 4f97c0b7-9e4c-4c3d-b9e3-31a1cef4fafc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2405 | 2024.06.22 01:31:30.395764 [ 3 ] {} <Debug> HTTP-Session: 4f97c0b7-9e4c-4c3d-b9e3-31a1cef4fafc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2406 | 2024.06.22 01:31:30.395794 [ 3 ] {} <Trace> HTTP-Session: 4f97c0b7-9e4c-4c3d-b9e3-31a1cef4fafc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2407 | 2024.06.22 01:31:30.396151 [ 3 ] {5dadef0f-cb18-41e9-90a3-c4311c17cd83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2408 | 2024.06.22 01:31:30.396200 [ 3 ] {5dadef0f-cb18-41e9-90a3-c4311c17cd83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2409 | 2024.06.22 01:31:30.396358 [ 3 ] {5dadef0f-cb18-41e9-90a3-c4311c17cd83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2410 | 2024.06.22 01:31:30.396870 [ 3 ] {5dadef0f-cb18-41e9-90a3-c4311c17cd83} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2411 | 2024.06.22 01:31:30.396970 [ 3 ] {5dadef0f-cb18-41e9-90a3-c4311c17cd83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2412 | 2024.06.22 01:31:30.397473 [ 3 ] {5dadef0f-cb18-41e9-90a3-c4311c17cd83} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2413 | 2024.06.22 01:31:30.397809 [ 3 ] {5dadef0f-cb18-41e9-90a3-c4311c17cd83} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2414 | 2024.06.22 01:31:30.397961 [ 3 ] {5dadef0f-cb18-41e9-90a3-c4311c17cd83} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.00209 sec., 11961.722488038278 rows/sec., 16.14 MiB/sec. | ||
2415 | 2024.06.22 01:31:30.398227 [ 3 ] {5dadef0f-cb18-41e9-90a3-c4311c17cd83} <Debug> DynamicQueryHandler: Done processing query | ||
2416 | 2024.06.22 01:31:30.398251 [ 3 ] {5dadef0f-cb18-41e9-90a3-c4311c17cd83} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2417 | 2024.06.22 01:31:30.398266 [ 3 ] {} <Debug> HTTP-Session: 4f97c0b7-9e4c-4c3d-b9e3-31a1cef4fafc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2418 | 2024.06.22 01:31:30.398397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2419 | 2024.06.22 01:31:30.398445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2420 | 2024.06.22 01:31:30.398463 [ 3 ] {} <Debug> HTTP-Session: 10c93fee-9aff-4890-8969-2645030b1c37 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2421 | 2024.06.22 01:31:30.398480 [ 3 ] {} <Debug> HTTP-Session: 10c93fee-9aff-4890-8969-2645030b1c37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2422 | 2024.06.22 01:31:30.398494 [ 3 ] {} <Debug> HTTP-Session: 10c93fee-9aff-4890-8969-2645030b1c37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2423 | 2024.06.22 01:31:30.398524 [ 3 ] {} <Trace> HTTP-Session: 10c93fee-9aff-4890-8969-2645030b1c37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2424 | 2024.06.22 01:31:30.398644 [ 3 ] {48704161-8c30-4270-9ef6-24b54684cc22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2425 | 2024.06.22 01:31:30.398689 [ 3 ] {48704161-8c30-4270-9ef6-24b54684cc22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2426 | 2024.06.22 01:31:30.398831 [ 3 ] {48704161-8c30-4270-9ef6-24b54684cc22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2427 | 2024.06.22 01:31:30.399133 [ 3 ] {48704161-8c30-4270-9ef6-24b54684cc22} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2428 | 2024.06.22 01:31:30.399168 [ 3 ] {48704161-8c30-4270-9ef6-24b54684cc22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2429 | 2024.06.22 01:31:30.399521 [ 3 ] {48704161-8c30-4270-9ef6-24b54684cc22} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2430 | 2024.06.22 01:31:30.399858 [ 3 ] {48704161-8c30-4270-9ef6-24b54684cc22} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2431 | 2024.06.22 01:31:30.400014 [ 3 ] {48704161-8c30-4270-9ef6-24b54684cc22} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
2432 | 2024.06.22 01:31:30.400217 [ 3 ] {48704161-8c30-4270-9ef6-24b54684cc22} <Debug> DynamicQueryHandler: Done processing query | ||
2433 | 2024.06.22 01:31:30.400241 [ 3 ] {48704161-8c30-4270-9ef6-24b54684cc22} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2434 | 2024.06.22 01:31:30.400256 [ 3 ] {} <Debug> HTTP-Session: 10c93fee-9aff-4890-8969-2645030b1c37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2435 | 2024.06.22 01:31:33.812665 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2436 | 2024.06.22 01:31:33.812745 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2437 | 2024.06.22 01:31:35.372168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 1139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2438 | 2024.06.22 01:31:35.372294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2439 | 2024.06.22 01:31:35.372318 [ 3 ] {} <Debug> HTTP-Session: b5de6563-6666-40cd-b4ce-98cfc87f3394 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2440 | 2024.06.22 01:31:35.372342 [ 3 ] {} <Debug> HTTP-Session: b5de6563-6666-40cd-b4ce-98cfc87f3394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2441 | 2024.06.22 01:31:35.372356 [ 3 ] {} <Debug> HTTP-Session: b5de6563-6666-40cd-b4ce-98cfc87f3394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2442 | 2024.06.22 01:31:35.372405 [ 3 ] {} <Trace> HTTP-Session: b5de6563-6666-40cd-b4ce-98cfc87f3394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2443 | 2024.06.22 01:31:35.372644 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
2444 | 2024.06.22 01:31:35.373031 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2445 | 2024.06.22 01:31:35.373078 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
2446 | 2024.06.22 01:31:35.373413 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2447 | 2024.06.22 01:31:35.373491 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2448 | 2024.06.22 01:31:35.373662 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2449 | 2024.06.22 01:31:35.373914 [ 260 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2450 | 2024.06.22 01:31:35.373912 [ 261 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2451 | 2024.06.22 01:31:35.373922 [ 258 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2452 | 2024.06.22 01:31:35.373922 [ 255 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2453 | 2024.06.22 01:31:35.374115 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2454 | 2024.06.22 01:31:35.374145 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2455 | 2024.06.22 01:31:35.374282 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2456 | 2024.06.22 01:31:35.374306 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (SelectExecutor): Reading approx. 28 rows with 4 streams | ||
2457 | 2024.06.22 01:31:35.374348 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2458 | 2024.06.22 01:31:35.374392 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2459 | 2024.06.22 01:31:35.374431 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2460 | 2024.06.22 01:31:35.374470 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2461 | 2024.06.22 01:31:35.376822 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Debug> executeQuery: Read 28 rows, 1.16 KiB in 0.004293 sec., 6522.245515956208 rows/sec., 270.47 KiB/sec. | ||
2462 | 2024.06.22 01:31:35.377229 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Debug> DynamicQueryHandler: Done processing query | ||
2463 | 2024.06.22 01:31:35.377255 [ 3 ] {ef78459a-f4fc-4d0e-8d40-8f7a2bff673e} <Debug> MemoryTracker: Peak memory usage (for query): 3.13 MiB. | ||
2464 | 2024.06.22 01:31:35.377273 [ 3 ] {} <Debug> HTTP-Session: b5de6563-6666-40cd-b4ce-98cfc87f3394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2465 | 2024.06.22 01:31:35.382554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2466 | 2024.06.22 01:31:35.382608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2467 | 2024.06.22 01:31:35.382627 [ 3 ] {} <Debug> HTTP-Session: d56365fe-1367-4dcb-a922-04d85deff72d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2468 | 2024.06.22 01:31:35.382645 [ 3 ] {} <Debug> HTTP-Session: d56365fe-1367-4dcb-a922-04d85deff72d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2469 | 2024.06.22 01:31:35.382658 [ 3 ] {} <Debug> HTTP-Session: d56365fe-1367-4dcb-a922-04d85deff72d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2470 | 2024.06.22 01:31:35.382690 [ 3 ] {} <Trace> HTTP-Session: d56365fe-1367-4dcb-a922-04d85deff72d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2471 | 2024.06.22 01:31:35.382803 [ 3 ] {33dd7ae6-2e09-4725-a3e5-fd94a222b000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2472 | 2024.06.22 01:31:35.382850 [ 3 ] {33dd7ae6-2e09-4725-a3e5-fd94a222b000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2473 | 2024.06.22 01:31:35.383017 [ 3 ] {33dd7ae6-2e09-4725-a3e5-fd94a222b000} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2474 | 2024.06.22 01:31:35.383350 [ 3 ] {33dd7ae6-2e09-4725-a3e5-fd94a222b000} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2475 | 2024.06.22 01:31:35.383392 [ 3 ] {33dd7ae6-2e09-4725-a3e5-fd94a222b000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2476 | 2024.06.22 01:31:35.383923 [ 3 ] {33dd7ae6-2e09-4725-a3e5-fd94a222b000} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2477 | 2024.06.22 01:31:35.384238 [ 3 ] {33dd7ae6-2e09-4725-a3e5-fd94a222b000} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2478 | 2024.06.22 01:31:35.384401 [ 3 ] {33dd7ae6-2e09-4725-a3e5-fd94a222b000} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001634 sec., 611.9951040391677 rows/sec., 138.66 KiB/sec. | ||
2479 | 2024.06.22 01:31:35.384586 [ 3 ] {33dd7ae6-2e09-4725-a3e5-fd94a222b000} <Debug> DynamicQueryHandler: Done processing query | ||
2480 | 2024.06.22 01:31:35.384611 [ 3 ] {33dd7ae6-2e09-4725-a3e5-fd94a222b000} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2481 | 2024.06.22 01:31:35.384626 [ 3 ] {} <Debug> HTTP-Session: d56365fe-1367-4dcb-a922-04d85deff72d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2482 | 2024.06.22 01:31:35.384758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2483 | 2024.06.22 01:31:35.384809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2484 | 2024.06.22 01:31:35.384833 [ 3 ] {} <Debug> HTTP-Session: 5af73841-5c52-4588-9aa1-e4205c90c693 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2485 | 2024.06.22 01:31:35.384852 [ 3 ] {} <Debug> HTTP-Session: 5af73841-5c52-4588-9aa1-e4205c90c693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2486 | 2024.06.22 01:31:35.384867 [ 3 ] {} <Debug> HTTP-Session: 5af73841-5c52-4588-9aa1-e4205c90c693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2487 | 2024.06.22 01:31:35.384898 [ 3 ] {} <Trace> HTTP-Session: 5af73841-5c52-4588-9aa1-e4205c90c693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2488 | 2024.06.22 01:31:35.384994 [ 3 ] {0db52bd6-1ce9-4238-a1b3-6f10d7034a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2489 | 2024.06.22 01:31:35.385038 [ 3 ] {0db52bd6-1ce9-4238-a1b3-6f10d7034a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2490 | 2024.06.22 01:31:35.385200 [ 3 ] {0db52bd6-1ce9-4238-a1b3-6f10d7034a6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2491 | 2024.06.22 01:31:35.385485 [ 3 ] {0db52bd6-1ce9-4238-a1b3-6f10d7034a6b} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2492 | 2024.06.22 01:31:35.385523 [ 3 ] {0db52bd6-1ce9-4238-a1b3-6f10d7034a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2493 | 2024.06.22 01:31:35.386212 [ 3 ] {0db52bd6-1ce9-4238-a1b3-6f10d7034a6b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2494 | 2024.06.22 01:31:35.386531 [ 3 ] {0db52bd6-1ce9-4238-a1b3-6f10d7034a6b} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2495 | 2024.06.22 01:31:35.386681 [ 3 ] {0db52bd6-1ce9-4238-a1b3-6f10d7034a6b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001708 sec., 1170.9601873536299 rows/sec., 95.48 KiB/sec. | ||
2496 | 2024.06.22 01:31:35.386960 [ 3 ] {0db52bd6-1ce9-4238-a1b3-6f10d7034a6b} <Debug> DynamicQueryHandler: Done processing query | ||
2497 | 2024.06.22 01:31:35.386985 [ 3 ] {0db52bd6-1ce9-4238-a1b3-6f10d7034a6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2498 | 2024.06.22 01:31:35.387002 [ 3 ] {} <Debug> HTTP-Session: 5af73841-5c52-4588-9aa1-e4205c90c693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2499 | 2024.06.22 01:31:35.387127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2500 | 2024.06.22 01:31:35.387180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2501 | 2024.06.22 01:31:35.387199 [ 3 ] {} <Debug> HTTP-Session: 9160fd37-2514-495a-87e0-003ec32355eb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2502 | 2024.06.22 01:31:35.387215 [ 3 ] {} <Debug> HTTP-Session: 9160fd37-2514-495a-87e0-003ec32355eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2503 | 2024.06.22 01:31:35.387229 [ 3 ] {} <Debug> HTTP-Session: 9160fd37-2514-495a-87e0-003ec32355eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2504 | 2024.06.22 01:31:35.387259 [ 3 ] {} <Trace> HTTP-Session: 9160fd37-2514-495a-87e0-003ec32355eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2505 | 2024.06.22 01:31:35.387369 [ 3 ] {86363f9e-3cf4-4039-a7f3-ccf83c6bcb16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2506 | 2024.06.22 01:31:35.387412 [ 3 ] {86363f9e-3cf4-4039-a7f3-ccf83c6bcb16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2507 | 2024.06.22 01:31:35.387555 [ 3 ] {86363f9e-3cf4-4039-a7f3-ccf83c6bcb16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2508 | 2024.06.22 01:31:35.387882 [ 3 ] {86363f9e-3cf4-4039-a7f3-ccf83c6bcb16} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2509 | 2024.06.22 01:31:35.387926 [ 3 ] {86363f9e-3cf4-4039-a7f3-ccf83c6bcb16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2510 | 2024.06.22 01:31:35.388257 [ 3 ] {86363f9e-3cf4-4039-a7f3-ccf83c6bcb16} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2511 | 2024.06.22 01:31:35.388567 [ 3 ] {86363f9e-3cf4-4039-a7f3-ccf83c6bcb16} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2512 | 2024.06.22 01:31:35.388726 [ 3 ] {86363f9e-3cf4-4039-a7f3-ccf83c6bcb16} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001388 sec., 41066.28242074928 rows/sec., 3.13 MiB/sec. | ||
2513 | 2024.06.22 01:31:35.388932 [ 3 ] {86363f9e-3cf4-4039-a7f3-ccf83c6bcb16} <Debug> DynamicQueryHandler: Done processing query | ||
2514 | 2024.06.22 01:31:35.388955 [ 3 ] {86363f9e-3cf4-4039-a7f3-ccf83c6bcb16} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2515 | 2024.06.22 01:31:35.388971 [ 3 ] {} <Debug> HTTP-Session: 9160fd37-2514-495a-87e0-003ec32355eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2516 | 2024.06.22 01:31:35.389094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2517 | 2024.06.22 01:31:35.389143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2518 | 2024.06.22 01:31:35.389162 [ 3 ] {} <Debug> HTTP-Session: 47036f5b-016c-4a6f-b0d5-4735e46081f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2519 | 2024.06.22 01:31:35.389178 [ 3 ] {} <Debug> HTTP-Session: 47036f5b-016c-4a6f-b0d5-4735e46081f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2520 | 2024.06.22 01:31:35.389192 [ 3 ] {} <Debug> HTTP-Session: 47036f5b-016c-4a6f-b0d5-4735e46081f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2521 | 2024.06.22 01:31:35.389222 [ 3 ] {} <Trace> HTTP-Session: 47036f5b-016c-4a6f-b0d5-4735e46081f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2522 | 2024.06.22 01:31:35.389323 [ 3 ] {b3ea2647-5363-4ad8-9355-b7c595afe461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2523 | 2024.06.22 01:31:35.389366 [ 3 ] {b3ea2647-5363-4ad8-9355-b7c595afe461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2524 | 2024.06.22 01:31:35.389494 [ 3 ] {b3ea2647-5363-4ad8-9355-b7c595afe461} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2525 | 2024.06.22 01:31:35.391777 [ 3 ] {b3ea2647-5363-4ad8-9355-b7c595afe461} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2526 | 2024.06.22 01:31:35.391816 [ 3 ] {b3ea2647-5363-4ad8-9355-b7c595afe461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2527 | 2024.06.22 01:31:35.392121 [ 3 ] {b3ea2647-5363-4ad8-9355-b7c595afe461} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2528 | 2024.06.22 01:31:35.392431 [ 3 ] {b3ea2647-5363-4ad8-9355-b7c595afe461} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2529 | 2024.06.22 01:31:35.392581 [ 3 ] {b3ea2647-5363-4ad8-9355-b7c595afe461} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003279 sec., 609.9420555047271 rows/sec., 42.59 KiB/sec. | ||
2530 | 2024.06.22 01:31:35.392845 [ 3 ] {b3ea2647-5363-4ad8-9355-b7c595afe461} <Debug> DynamicQueryHandler: Done processing query | ||
2531 | 2024.06.22 01:31:35.392880 [ 3 ] {b3ea2647-5363-4ad8-9355-b7c595afe461} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2532 | 2024.06.22 01:31:35.392909 [ 3 ] {} <Debug> HTTP-Session: 47036f5b-016c-4a6f-b0d5-4735e46081f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2533 | 2024.06.22 01:31:35.393079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2534 | 2024.06.22 01:31:35.393131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2535 | 2024.06.22 01:31:35.393149 [ 3 ] {} <Debug> HTTP-Session: 3cd22829-0a4c-415e-bc99-fdef9e96211c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2536 | 2024.06.22 01:31:35.393167 [ 3 ] {} <Debug> HTTP-Session: 3cd22829-0a4c-415e-bc99-fdef9e96211c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2537 | 2024.06.22 01:31:35.393181 [ 3 ] {} <Debug> HTTP-Session: 3cd22829-0a4c-415e-bc99-fdef9e96211c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2538 | 2024.06.22 01:31:35.393210 [ 3 ] {} <Trace> HTTP-Session: 3cd22829-0a4c-415e-bc99-fdef9e96211c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2539 | 2024.06.22 01:31:35.393342 [ 3 ] {31add70f-7129-40a4-8991-8622b07e86d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2540 | 2024.06.22 01:31:35.393386 [ 3 ] {31add70f-7129-40a4-8991-8622b07e86d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2541 | 2024.06.22 01:31:35.393528 [ 3 ] {31add70f-7129-40a4-8991-8622b07e86d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2542 | 2024.06.22 01:31:35.393856 [ 3 ] {31add70f-7129-40a4-8991-8622b07e86d8} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2543 | 2024.06.22 01:31:35.393892 [ 3 ] {31add70f-7129-40a4-8991-8622b07e86d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2544 | 2024.06.22 01:31:35.394204 [ 3 ] {31add70f-7129-40a4-8991-8622b07e86d8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2545 | 2024.06.22 01:31:35.394508 [ 3 ] {31add70f-7129-40a4-8991-8622b07e86d8} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2546 | 2024.06.22 01:31:35.394639 [ 3 ] {31add70f-7129-40a4-8991-8622b07e86d8} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001353 sec., 48780.487804878045 rows/sec., 3.81 MiB/sec. | ||
2547 | 2024.06.22 01:31:35.394810 [ 3 ] {31add70f-7129-40a4-8991-8622b07e86d8} <Debug> DynamicQueryHandler: Done processing query | ||
2548 | 2024.06.22 01:31:35.394835 [ 3 ] {31add70f-7129-40a4-8991-8622b07e86d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2549 | 2024.06.22 01:31:35.394850 [ 3 ] {} <Debug> HTTP-Session: 3cd22829-0a4c-415e-bc99-fdef9e96211c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2550 | 2024.06.22 01:31:35.395065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2551 | 2024.06.22 01:31:35.395113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2552 | 2024.06.22 01:31:35.395132 [ 3 ] {} <Debug> HTTP-Session: 1d081c0f-081a-4921-aa43-27bf86518db2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2553 | 2024.06.22 01:31:35.395148 [ 3 ] {} <Debug> HTTP-Session: 1d081c0f-081a-4921-aa43-27bf86518db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2554 | 2024.06.22 01:31:35.395161 [ 3 ] {} <Debug> HTTP-Session: 1d081c0f-081a-4921-aa43-27bf86518db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2555 | 2024.06.22 01:31:35.395191 [ 3 ] {} <Trace> HTTP-Session: 1d081c0f-081a-4921-aa43-27bf86518db2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2556 | 2024.06.22 01:31:35.395338 [ 3 ] {8b910cc5-dc07-4da4-a3af-e89ecdc05dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2557 | 2024.06.22 01:31:35.395385 [ 3 ] {8b910cc5-dc07-4da4-a3af-e89ecdc05dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2558 | 2024.06.22 01:31:35.395529 [ 3 ] {8b910cc5-dc07-4da4-a3af-e89ecdc05dc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2559 | 2024.06.22 01:31:35.395898 [ 3 ] {8b910cc5-dc07-4da4-a3af-e89ecdc05dc3} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2560 | 2024.06.22 01:31:35.395934 [ 3 ] {8b910cc5-dc07-4da4-a3af-e89ecdc05dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2561 | 2024.06.22 01:31:35.396315 [ 3 ] {8b910cc5-dc07-4da4-a3af-e89ecdc05dc3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2562 | 2024.06.22 01:31:35.396658 [ 3 ] {8b910cc5-dc07-4da4-a3af-e89ecdc05dc3} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2563 | 2024.06.22 01:31:35.396823 [ 3 ] {8b910cc5-dc07-4da4-a3af-e89ecdc05dc3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00155 sec., 103870.96774193548 rows/sec., 7.23 MiB/sec. | ||
2564 | 2024.06.22 01:31:35.396989 [ 3 ] {8b910cc5-dc07-4da4-a3af-e89ecdc05dc3} <Debug> DynamicQueryHandler: Done processing query | ||
2565 | 2024.06.22 01:31:35.397013 [ 3 ] {8b910cc5-dc07-4da4-a3af-e89ecdc05dc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2566 | 2024.06.22 01:31:35.397028 [ 3 ] {} <Debug> HTTP-Session: 1d081c0f-081a-4921-aa43-27bf86518db2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2567 | 2024.06.22 01:31:35.397160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2568 | 2024.06.22 01:31:35.397209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2569 | 2024.06.22 01:31:35.397227 [ 3 ] {} <Debug> HTTP-Session: c98549b2-4386-4c8b-8e35-371b75c9da18 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2570 | 2024.06.22 01:31:35.397244 [ 3 ] {} <Debug> HTTP-Session: c98549b2-4386-4c8b-8e35-371b75c9da18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2571 | 2024.06.22 01:31:35.397258 [ 3 ] {} <Debug> HTTP-Session: c98549b2-4386-4c8b-8e35-371b75c9da18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2572 | 2024.06.22 01:31:35.397287 [ 3 ] {} <Trace> HTTP-Session: c98549b2-4386-4c8b-8e35-371b75c9da18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2573 | 2024.06.22 01:31:35.397408 [ 3 ] {5223f8f6-1f88-4bd7-97df-97e5bb5a6f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2574 | 2024.06.22 01:31:35.397452 [ 3 ] {5223f8f6-1f88-4bd7-97df-97e5bb5a6f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2575 | 2024.06.22 01:31:35.397579 [ 3 ] {5223f8f6-1f88-4bd7-97df-97e5bb5a6f4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2576 | 2024.06.22 01:31:35.397874 [ 3 ] {5223f8f6-1f88-4bd7-97df-97e5bb5a6f4f} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2577 | 2024.06.22 01:31:35.397910 [ 3 ] {5223f8f6-1f88-4bd7-97df-97e5bb5a6f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2578 | 2024.06.22 01:31:35.398276 [ 3 ] {5223f8f6-1f88-4bd7-97df-97e5bb5a6f4f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2579 | 2024.06.22 01:31:35.398597 [ 3 ] {5223f8f6-1f88-4bd7-97df-97e5bb5a6f4f} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2580 | 2024.06.22 01:31:35.398753 [ 3 ] {5223f8f6-1f88-4bd7-97df-97e5bb5a6f4f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
2581 | 2024.06.22 01:31:35.398921 [ 3 ] {5223f8f6-1f88-4bd7-97df-97e5bb5a6f4f} <Debug> DynamicQueryHandler: Done processing query | ||
2582 | 2024.06.22 01:31:35.398946 [ 3 ] {5223f8f6-1f88-4bd7-97df-97e5bb5a6f4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2583 | 2024.06.22 01:31:35.398961 [ 3 ] {} <Debug> HTTP-Session: c98549b2-4386-4c8b-8e35-371b75c9da18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2584 | 2024.06.22 01:31:40.365511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2585 | 2024.06.22 01:31:40.365652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2586 | 2024.06.22 01:31:40.365682 [ 3 ] {} <Debug> HTTP-Session: 4628c69a-31c5-4965-9f86-63e3e6ec96fb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2587 | 2024.06.22 01:31:40.365710 [ 3 ] {} <Debug> HTTP-Session: 4628c69a-31c5-4965-9f86-63e3e6ec96fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2588 | 2024.06.22 01:31:40.365729 [ 3 ] {} <Debug> HTTP-Session: 4628c69a-31c5-4965-9f86-63e3e6ec96fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2589 | 2024.06.22 01:31:40.365785 [ 3 ] {} <Trace> HTTP-Session: 4628c69a-31c5-4965-9f86-63e3e6ec96fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2590 | 2024.06.22 01:31:40.366007 [ 3 ] {fa610933-56e7-4cee-a07f-0639ad006fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2591 | 2024.06.22 01:31:40.366077 [ 3 ] {fa610933-56e7-4cee-a07f-0639ad006fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2592 | 2024.06.22 01:31:40.366277 [ 3 ] {fa610933-56e7-4cee-a07f-0639ad006fe1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2593 | 2024.06.22 01:31:40.366692 [ 3 ] {fa610933-56e7-4cee-a07f-0639ad006fe1} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2594 | 2024.06.22 01:31:40.366740 [ 3 ] {fa610933-56e7-4cee-a07f-0639ad006fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2595 | 2024.06.22 01:31:40.367115 [ 3 ] {fa610933-56e7-4cee-a07f-0639ad006fe1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2596 | 2024.06.22 01:31:40.367454 [ 3 ] {fa610933-56e7-4cee-a07f-0639ad006fe1} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2597 | 2024.06.22 01:31:40.367623 [ 3 ] {fa610933-56e7-4cee-a07f-0639ad006fe1} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.00168 sec., 17261.90476190476 rows/sec., 1.37 MiB/sec. | ||
2598 | 2024.06.22 01:31:40.367926 [ 3 ] {fa610933-56e7-4cee-a07f-0639ad006fe1} <Debug> DynamicQueryHandler: Done processing query | ||
2599 | 2024.06.22 01:31:40.367953 [ 3 ] {fa610933-56e7-4cee-a07f-0639ad006fe1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2600 | 2024.06.22 01:31:40.367969 [ 3 ] {} <Debug> HTTP-Session: 4628c69a-31c5-4965-9f86-63e3e6ec96fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2601 | 2024.06.22 01:31:40.368138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2602 | 2024.06.22 01:31:40.368191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2603 | 2024.06.22 01:31:40.368211 [ 3 ] {} <Debug> HTTP-Session: 68b586ff-d8eb-49c1-9600-22b4113fd112 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2604 | 2024.06.22 01:31:40.368229 [ 3 ] {} <Debug> HTTP-Session: 68b586ff-d8eb-49c1-9600-22b4113fd112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2605 | 2024.06.22 01:31:40.368243 [ 3 ] {} <Debug> HTTP-Session: 68b586ff-d8eb-49c1-9600-22b4113fd112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2606 | 2024.06.22 01:31:40.368278 [ 3 ] {} <Trace> HTTP-Session: 68b586ff-d8eb-49c1-9600-22b4113fd112 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2607 | 2024.06.22 01:31:40.368432 [ 3 ] {8d0c854a-111f-4f36-897c-10ab73e99950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2608 | 2024.06.22 01:31:40.368479 [ 3 ] {8d0c854a-111f-4f36-897c-10ab73e99950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2609 | 2024.06.22 01:31:40.368630 [ 3 ] {8d0c854a-111f-4f36-897c-10ab73e99950} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2610 | 2024.06.22 01:31:40.369064 [ 3 ] {8d0c854a-111f-4f36-897c-10ab73e99950} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2611 | 2024.06.22 01:31:40.369101 [ 3 ] {8d0c854a-111f-4f36-897c-10ab73e99950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2612 | 2024.06.22 01:31:40.369442 [ 3 ] {8d0c854a-111f-4f36-897c-10ab73e99950} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2613 | 2024.06.22 01:31:40.369779 [ 3 ] {8d0c854a-111f-4f36-897c-10ab73e99950} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2614 | 2024.06.22 01:31:40.369944 [ 3 ] {8d0c854a-111f-4f36-897c-10ab73e99950} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.00158 sec., 90506.32911392405 rows/sec., 7.58 MiB/sec. | ||
2615 | 2024.06.22 01:31:40.370122 [ 3 ] {8d0c854a-111f-4f36-897c-10ab73e99950} <Debug> DynamicQueryHandler: Done processing query | ||
2616 | 2024.06.22 01:31:40.370146 [ 3 ] {8d0c854a-111f-4f36-897c-10ab73e99950} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2617 | 2024.06.22 01:31:40.370248 [ 3 ] {} <Debug> HTTP-Session: 68b586ff-d8eb-49c1-9600-22b4113fd112 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2618 | 2024.06.22 01:31:40.370409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 17330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2619 | 2024.06.22 01:31:40.370459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2620 | 2024.06.22 01:31:40.370478 [ 3 ] {} <Debug> HTTP-Session: 9b457af6-85eb-408d-b3fa-2531b8f1e3d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2621 | 2024.06.22 01:31:40.370496 [ 3 ] {} <Debug> HTTP-Session: 9b457af6-85eb-408d-b3fa-2531b8f1e3d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2622 | 2024.06.22 01:31:40.370510 [ 3 ] {} <Debug> HTTP-Session: 9b457af6-85eb-408d-b3fa-2531b8f1e3d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2623 | 2024.06.22 01:31:40.370541 [ 3 ] {} <Trace> HTTP-Session: 9b457af6-85eb-408d-b3fa-2531b8f1e3d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2624 | 2024.06.22 01:31:40.370673 [ 3 ] {6b202900-c358-4c64-87b6-2fef56d21d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2625 | 2024.06.22 01:31:40.370717 [ 3 ] {6b202900-c358-4c64-87b6-2fef56d21d87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2626 | 2024.06.22 01:31:40.370848 [ 3 ] {6b202900-c358-4c64-87b6-2fef56d21d87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2627 | 2024.06.22 01:31:40.371287 [ 3 ] {6b202900-c358-4c64-87b6-2fef56d21d87} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2628 | 2024.06.22 01:31:40.371325 [ 3 ] {6b202900-c358-4c64-87b6-2fef56d21d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2629 | 2024.06.22 01:31:40.371642 [ 3 ] {6b202900-c358-4c64-87b6-2fef56d21d87} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2630 | 2024.06.22 01:31:40.371954 [ 3 ] {6b202900-c358-4c64-87b6-2fef56d21d87} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2631 | 2024.06.22 01:31:40.372118 [ 3 ] {6b202900-c358-4c64-87b6-2fef56d21d87} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.001492 sec., 68364.61126005361 rows/sec., 5.34 MiB/sec. | ||
2632 | 2024.06.22 01:31:40.372275 [ 3 ] {6b202900-c358-4c64-87b6-2fef56d21d87} <Debug> DynamicQueryHandler: Done processing query | ||
2633 | 2024.06.22 01:31:40.372298 [ 3 ] {6b202900-c358-4c64-87b6-2fef56d21d87} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2634 | 2024.06.22 01:31:40.372313 [ 3 ] {} <Debug> HTTP-Session: 9b457af6-85eb-408d-b3fa-2531b8f1e3d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2635 | 2024.06.22 01:31:40.372512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2636 | 2024.06.22 01:31:40.372561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2637 | 2024.06.22 01:31:40.372579 [ 3 ] {} <Debug> HTTP-Session: 48bf8af3-a278-4e60-899c-c711a6b4422d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2638 | 2024.06.22 01:31:40.372596 [ 3 ] {} <Debug> HTTP-Session: 48bf8af3-a278-4e60-899c-c711a6b4422d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2639 | 2024.06.22 01:31:40.372610 [ 3 ] {} <Debug> HTTP-Session: 48bf8af3-a278-4e60-899c-c711a6b4422d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2640 | 2024.06.22 01:31:40.372640 [ 3 ] {} <Trace> HTTP-Session: 48bf8af3-a278-4e60-899c-c711a6b4422d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2641 | 2024.06.22 01:31:40.372786 [ 3 ] {42f6c849-e89d-42a5-9dfc-8d091e33385f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2642 | 2024.06.22 01:31:40.372835 [ 3 ] {42f6c849-e89d-42a5-9dfc-8d091e33385f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2643 | 2024.06.22 01:31:40.372984 [ 3 ] {42f6c849-e89d-42a5-9dfc-8d091e33385f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2644 | 2024.06.22 01:31:40.373376 [ 3 ] {42f6c849-e89d-42a5-9dfc-8d091e33385f} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2645 | 2024.06.22 01:31:40.373414 [ 3 ] {42f6c849-e89d-42a5-9dfc-8d091e33385f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2646 | 2024.06.22 01:31:40.373811 [ 3 ] {42f6c849-e89d-42a5-9dfc-8d091e33385f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2647 | 2024.06.22 01:31:40.374149 [ 3 ] {42f6c849-e89d-42a5-9dfc-8d091e33385f} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2648 | 2024.06.22 01:31:40.374308 [ 3 ] {42f6c849-e89d-42a5-9dfc-8d091e33385f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001583 sec., 101073.9102969046 rows/sec., 7.04 MiB/sec. | ||
2649 | 2024.06.22 01:31:40.374481 [ 3 ] {42f6c849-e89d-42a5-9dfc-8d091e33385f} <Debug> DynamicQueryHandler: Done processing query | ||
2650 | 2024.06.22 01:31:40.374506 [ 3 ] {42f6c849-e89d-42a5-9dfc-8d091e33385f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2651 | 2024.06.22 01:31:40.374523 [ 3 ] {} <Debug> HTTP-Session: 48bf8af3-a278-4e60-899c-c711a6b4422d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2652 | 2024.06.22 01:31:40.374761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2653 | 2024.06.22 01:31:40.374821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2654 | 2024.06.22 01:31:40.374842 [ 3 ] {} <Debug> HTTP-Session: b20c663a-5d35-4f73-8c03-ea0ddd474267 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2655 | 2024.06.22 01:31:40.374861 [ 3 ] {} <Debug> HTTP-Session: b20c663a-5d35-4f73-8c03-ea0ddd474267 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2656 | 2024.06.22 01:31:40.374876 [ 3 ] {} <Debug> HTTP-Session: b20c663a-5d35-4f73-8c03-ea0ddd474267 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2657 | 2024.06.22 01:31:40.374907 [ 3 ] {} <Trace> HTTP-Session: b20c663a-5d35-4f73-8c03-ea0ddd474267 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2658 | 2024.06.22 01:31:40.375337 [ 3 ] {0231cb9e-b6fd-47fc-b3de-2db396722e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2659 | 2024.06.22 01:31:40.375387 [ 3 ] {0231cb9e-b6fd-47fc-b3de-2db396722e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2660 | 2024.06.22 01:31:40.375551 [ 3 ] {0231cb9e-b6fd-47fc-b3de-2db396722e4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2661 | 2024.06.22 01:31:40.376079 [ 3 ] {0231cb9e-b6fd-47fc-b3de-2db396722e4d} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2662 | 2024.06.22 01:31:40.376118 [ 3 ] {0231cb9e-b6fd-47fc-b3de-2db396722e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2663 | 2024.06.22 01:31:40.376572 [ 3 ] {0231cb9e-b6fd-47fc-b3de-2db396722e4d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2664 | 2024.06.22 01:31:40.376944 [ 3 ] {0231cb9e-b6fd-47fc-b3de-2db396722e4d} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2665 | 2024.06.22 01:31:40.377106 [ 3 ] {0231cb9e-b6fd-47fc-b3de-2db396722e4d} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.002115 sec., 13711.583924349881 rows/sec., 18.50 MiB/sec. | ||
2666 | 2024.06.22 01:31:40.377400 [ 3 ] {0231cb9e-b6fd-47fc-b3de-2db396722e4d} <Debug> DynamicQueryHandler: Done processing query | ||
2667 | 2024.06.22 01:31:40.377424 [ 3 ] {0231cb9e-b6fd-47fc-b3de-2db396722e4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2668 | 2024.06.22 01:31:40.377440 [ 3 ] {} <Debug> HTTP-Session: b20c663a-5d35-4f73-8c03-ea0ddd474267 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2669 | 2024.06.22 01:31:40.377561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 1431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2670 | 2024.06.22 01:31:40.377611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2671 | 2024.06.22 01:31:40.377629 [ 3 ] {} <Debug> HTTP-Session: 8127d452-7a53-43a0-85f5-63e11c630258 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2672 | 2024.06.22 01:31:40.377646 [ 3 ] {} <Debug> HTTP-Session: 8127d452-7a53-43a0-85f5-63e11c630258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2673 | 2024.06.22 01:31:40.377660 [ 3 ] {} <Debug> HTTP-Session: 8127d452-7a53-43a0-85f5-63e11c630258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2674 | 2024.06.22 01:31:40.377690 [ 3 ] {} <Trace> HTTP-Session: 8127d452-7a53-43a0-85f5-63e11c630258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2675 | 2024.06.22 01:31:40.377787 [ 3 ] {f03a991c-9e81-4213-bf62-f80211d6dfca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2676 | 2024.06.22 01:31:40.377833 [ 3 ] {f03a991c-9e81-4213-bf62-f80211d6dfca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2677 | 2024.06.22 01:31:40.377981 [ 3 ] {f03a991c-9e81-4213-bf62-f80211d6dfca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2678 | 2024.06.22 01:31:40.378304 [ 3 ] {f03a991c-9e81-4213-bf62-f80211d6dfca} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2679 | 2024.06.22 01:31:40.378340 [ 3 ] {f03a991c-9e81-4213-bf62-f80211d6dfca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2680 | 2024.06.22 01:31:40.378701 [ 3 ] {f03a991c-9e81-4213-bf62-f80211d6dfca} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2681 | 2024.06.22 01:31:40.379023 [ 3 ] {f03a991c-9e81-4213-bf62-f80211d6dfca} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2682 | 2024.06.22 01:31:40.379176 [ 3 ] {f03a991c-9e81-4213-bf62-f80211d6dfca} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001411 sec., 6378.454996456414 rows/sec., 450.56 KiB/sec. | ||
2683 | 2024.06.22 01:31:40.379433 [ 3 ] {f03a991c-9e81-4213-bf62-f80211d6dfca} <Debug> DynamicQueryHandler: Done processing query | ||
2684 | 2024.06.22 01:31:40.379457 [ 3 ] {f03a991c-9e81-4213-bf62-f80211d6dfca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2685 | 2024.06.22 01:31:40.379472 [ 3 ] {} <Debug> HTTP-Session: 8127d452-7a53-43a0-85f5-63e11c630258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2686 | 2024.06.22 01:31:40.379593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2687 | 2024.06.22 01:31:40.379642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2688 | 2024.06.22 01:31:40.379660 [ 3 ] {} <Debug> HTTP-Session: 072c4590-ea7e-46ec-a672-8ebc48fa215c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2689 | 2024.06.22 01:31:40.379677 [ 3 ] {} <Debug> HTTP-Session: 072c4590-ea7e-46ec-a672-8ebc48fa215c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2690 | 2024.06.22 01:31:40.379690 [ 3 ] {} <Debug> HTTP-Session: 072c4590-ea7e-46ec-a672-8ebc48fa215c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2691 | 2024.06.22 01:31:40.379720 [ 3 ] {} <Trace> HTTP-Session: 072c4590-ea7e-46ec-a672-8ebc48fa215c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2692 | 2024.06.22 01:31:40.379847 [ 3 ] {c5870e17-cc97-4939-b5bb-aa5bf86952af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2693 | 2024.06.22 01:31:40.379893 [ 3 ] {c5870e17-cc97-4939-b5bb-aa5bf86952af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2694 | 2024.06.22 01:31:40.380041 [ 3 ] {c5870e17-cc97-4939-b5bb-aa5bf86952af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2695 | 2024.06.22 01:31:40.380361 [ 3 ] {c5870e17-cc97-4939-b5bb-aa5bf86952af} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2696 | 2024.06.22 01:31:40.380396 [ 3 ] {c5870e17-cc97-4939-b5bb-aa5bf86952af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2697 | 2024.06.22 01:31:40.380749 [ 3 ] {c5870e17-cc97-4939-b5bb-aa5bf86952af} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2698 | 2024.06.22 01:31:40.381070 [ 3 ] {c5870e17-cc97-4939-b5bb-aa5bf86952af} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2699 | 2024.06.22 01:31:40.381225 [ 3 ] {c5870e17-cc97-4939-b5bb-aa5bf86952af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001429 sec., 41987.40377886634 rows/sec., 2.83 MiB/sec. | ||
2700 | 2024.06.22 01:31:40.381527 [ 3 ] {c5870e17-cc97-4939-b5bb-aa5bf86952af} <Debug> DynamicQueryHandler: Done processing query | ||
2701 | 2024.06.22 01:31:40.381553 [ 3 ] {c5870e17-cc97-4939-b5bb-aa5bf86952af} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2702 | 2024.06.22 01:31:40.381570 [ 3 ] {} <Debug> HTTP-Session: 072c4590-ea7e-46ec-a672-8ebc48fa215c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2703 | 2024.06.22 01:31:45.354451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2704 | 2024.06.22 01:31:45.354647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2705 | 2024.06.22 01:31:45.354698 [ 3 ] {} <Debug> HTTP-Session: b9567667-71d7-4cee-9249-23153c4a0bd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2706 | 2024.06.22 01:31:45.354748 [ 3 ] {} <Debug> HTTP-Session: b9567667-71d7-4cee-9249-23153c4a0bd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2707 | 2024.06.22 01:31:45.354777 [ 3 ] {} <Debug> HTTP-Session: b9567667-71d7-4cee-9249-23153c4a0bd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2708 | 2024.06.22 01:31:45.354855 [ 3 ] {} <Trace> HTTP-Session: b9567667-71d7-4cee-9249-23153c4a0bd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2709 | 2024.06.22 01:31:45.355140 [ 3 ] {544446a0-93c1-4673-8132-2354a8f45914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2710 | 2024.06.22 01:31:45.355248 [ 3 ] {544446a0-93c1-4673-8132-2354a8f45914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2711 | 2024.06.22 01:31:45.355506 [ 3 ] {544446a0-93c1-4673-8132-2354a8f45914} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2712 | 2024.06.22 01:31:45.355940 [ 3 ] {544446a0-93c1-4673-8132-2354a8f45914} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2713 | 2024.06.22 01:31:45.355983 [ 3 ] {544446a0-93c1-4673-8132-2354a8f45914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2714 | 2024.06.22 01:31:45.356340 [ 3 ] {544446a0-93c1-4673-8132-2354a8f45914} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2715 | 2024.06.22 01:31:45.356676 [ 3 ] {544446a0-93c1-4673-8132-2354a8f45914} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2716 | 2024.06.22 01:31:45.356836 [ 3 ] {544446a0-93c1-4673-8132-2354a8f45914} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001785 sec., 3361.3445378151264 rows/sec., 274.09 KiB/sec. | ||
2717 | 2024.06.22 01:31:45.357133 [ 3 ] {544446a0-93c1-4673-8132-2354a8f45914} <Debug> DynamicQueryHandler: Done processing query | ||
2718 | 2024.06.22 01:31:45.357160 [ 3 ] {544446a0-93c1-4673-8132-2354a8f45914} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2719 | 2024.06.22 01:31:45.357176 [ 3 ] {} <Debug> HTTP-Session: b9567667-71d7-4cee-9249-23153c4a0bd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2720 | 2024.06.22 01:31:45.357342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 13142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2721 | 2024.06.22 01:31:45.357391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2722 | 2024.06.22 01:31:45.357410 [ 3 ] {} <Debug> HTTP-Session: b6d471ea-53b6-46fc-8362-71e301200cba Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2723 | 2024.06.22 01:31:45.357427 [ 3 ] {} <Debug> HTTP-Session: b6d471ea-53b6-46fc-8362-71e301200cba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2724 | 2024.06.22 01:31:45.357441 [ 3 ] {} <Debug> HTTP-Session: b6d471ea-53b6-46fc-8362-71e301200cba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2725 | 2024.06.22 01:31:45.357472 [ 3 ] {} <Trace> HTTP-Session: b6d471ea-53b6-46fc-8362-71e301200cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2726 | 2024.06.22 01:31:45.357593 [ 3 ] {2d6fdeb1-3915-42ef-b5af-bbda0a893df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2727 | 2024.06.22 01:31:45.357637 [ 3 ] {2d6fdeb1-3915-42ef-b5af-bbda0a893df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2728 | 2024.06.22 01:31:45.357777 [ 3 ] {2d6fdeb1-3915-42ef-b5af-bbda0a893df3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2729 | 2024.06.22 01:31:45.358221 [ 3 ] {2d6fdeb1-3915-42ef-b5af-bbda0a893df3} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2730 | 2024.06.22 01:31:45.358258 [ 3 ] {2d6fdeb1-3915-42ef-b5af-bbda0a893df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2731 | 2024.06.22 01:31:45.358573 [ 3 ] {2d6fdeb1-3915-42ef-b5af-bbda0a893df3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2732 | 2024.06.22 01:31:45.358875 [ 3 ] {2d6fdeb1-3915-42ef-b5af-bbda0a893df3} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2733 | 2024.06.22 01:31:45.359035 [ 3 ] {2d6fdeb1-3915-42ef-b5af-bbda0a893df3} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001483 sec., 64059.33917734322 rows/sec., 4.85 MiB/sec. | ||
2734 | 2024.06.22 01:31:45.359200 [ 3 ] {2d6fdeb1-3915-42ef-b5af-bbda0a893df3} <Debug> DynamicQueryHandler: Done processing query | ||
2735 | 2024.06.22 01:31:45.359223 [ 3 ] {2d6fdeb1-3915-42ef-b5af-bbda0a893df3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2736 | 2024.06.22 01:31:45.359239 [ 3 ] {} <Debug> HTTP-Session: b6d471ea-53b6-46fc-8362-71e301200cba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2737 | 2024.06.22 01:31:45.359359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2738 | 2024.06.22 01:31:45.359406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2739 | 2024.06.22 01:31:45.359425 [ 3 ] {} <Debug> HTTP-Session: 2115ff07-dcf5-4069-9e83-3d2b69920201 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2740 | 2024.06.22 01:31:45.359441 [ 3 ] {} <Debug> HTTP-Session: 2115ff07-dcf5-4069-9e83-3d2b69920201 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2741 | 2024.06.22 01:31:45.359454 [ 3 ] {} <Debug> HTTP-Session: 2115ff07-dcf5-4069-9e83-3d2b69920201 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2742 | 2024.06.22 01:31:45.359486 [ 3 ] {} <Trace> HTTP-Session: 2115ff07-dcf5-4069-9e83-3d2b69920201 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2743 | 2024.06.22 01:31:45.359578 [ 3 ] {c43a5e01-404d-4122-b4c9-89ec836d916b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2744 | 2024.06.22 01:31:45.359620 [ 3 ] {c43a5e01-404d-4122-b4c9-89ec836d916b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2745 | 2024.06.22 01:31:45.359745 [ 3 ] {c43a5e01-404d-4122-b4c9-89ec836d916b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2746 | 2024.06.22 01:31:45.360065 [ 3 ] {c43a5e01-404d-4122-b4c9-89ec836d916b} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2747 | 2024.06.22 01:31:45.360099 [ 3 ] {c43a5e01-404d-4122-b4c9-89ec836d916b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2748 | 2024.06.22 01:31:45.360395 [ 3 ] {c43a5e01-404d-4122-b4c9-89ec836d916b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2749 | 2024.06.22 01:31:45.360697 [ 3 ] {c43a5e01-404d-4122-b4c9-89ec836d916b} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2750 | 2024.06.22 01:31:45.360845 [ 3 ] {c43a5e01-404d-4122-b4c9-89ec836d916b} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001294 sec., 4636.7851622874805 rows/sec., 323.76 KiB/sec. | ||
2751 | 2024.06.22 01:31:45.361008 [ 3 ] {c43a5e01-404d-4122-b4c9-89ec836d916b} <Debug> DynamicQueryHandler: Done processing query | ||
2752 | 2024.06.22 01:31:45.361033 [ 3 ] {c43a5e01-404d-4122-b4c9-89ec836d916b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2753 | 2024.06.22 01:31:45.361048 [ 3 ] {} <Debug> HTTP-Session: 2115ff07-dcf5-4069-9e83-3d2b69920201 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2754 | 2024.06.22 01:31:45.361166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2755 | 2024.06.22 01:31:45.361213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2756 | 2024.06.22 01:31:45.361231 [ 3 ] {} <Debug> HTTP-Session: f29c4090-cbc9-47cd-aec5-f693cc3956f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2757 | 2024.06.22 01:31:45.361248 [ 3 ] {} <Debug> HTTP-Session: f29c4090-cbc9-47cd-aec5-f693cc3956f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2758 | 2024.06.22 01:31:45.361262 [ 3 ] {} <Debug> HTTP-Session: f29c4090-cbc9-47cd-aec5-f693cc3956f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2759 | 2024.06.22 01:31:45.361292 [ 3 ] {} <Trace> HTTP-Session: f29c4090-cbc9-47cd-aec5-f693cc3956f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2760 | 2024.06.22 01:31:45.361418 [ 3 ] {600abe3e-697f-44cf-9234-85613a4e3efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2761 | 2024.06.22 01:31:45.361461 [ 3 ] {600abe3e-697f-44cf-9234-85613a4e3efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2762 | 2024.06.22 01:31:45.361587 [ 3 ] {600abe3e-697f-44cf-9234-85613a4e3efe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2763 | 2024.06.22 01:31:45.361985 [ 3 ] {600abe3e-697f-44cf-9234-85613a4e3efe} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2764 | 2024.06.22 01:31:45.362021 [ 3 ] {600abe3e-697f-44cf-9234-85613a4e3efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2765 | 2024.06.22 01:31:45.362342 [ 3 ] {600abe3e-697f-44cf-9234-85613a4e3efe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2766 | 2024.06.22 01:31:45.362653 [ 3 ] {600abe3e-697f-44cf-9234-85613a4e3efe} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2767 | 2024.06.22 01:31:45.362817 [ 3 ] {600abe3e-697f-44cf-9234-85613a4e3efe} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001445 sec., 65051.90311418685 rows/sec., 5.07 MiB/sec. | ||
2768 | 2024.06.22 01:31:45.362981 [ 3 ] {600abe3e-697f-44cf-9234-85613a4e3efe} <Debug> DynamicQueryHandler: Done processing query | ||
2769 | 2024.06.22 01:31:45.363006 [ 3 ] {600abe3e-697f-44cf-9234-85613a4e3efe} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2770 | 2024.06.22 01:31:45.363022 [ 3 ] {} <Debug> HTTP-Session: f29c4090-cbc9-47cd-aec5-f693cc3956f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2771 | 2024.06.22 01:31:45.363255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 38106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2772 | 2024.06.22 01:31:45.363303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2773 | 2024.06.22 01:31:45.363321 [ 3 ] {} <Debug> HTTP-Session: 85898ffe-7d3e-4020-b95c-edd2e641a0a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2774 | 2024.06.22 01:31:45.363338 [ 3 ] {} <Debug> HTTP-Session: 85898ffe-7d3e-4020-b95c-edd2e641a0a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2775 | 2024.06.22 01:31:45.363352 [ 3 ] {} <Debug> HTTP-Session: 85898ffe-7d3e-4020-b95c-edd2e641a0a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2776 | 2024.06.22 01:31:45.363382 [ 3 ] {} <Trace> HTTP-Session: 85898ffe-7d3e-4020-b95c-edd2e641a0a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2777 | 2024.06.22 01:31:45.363549 [ 3 ] {a03b9b27-1926-437a-b46e-69d0f6d3d3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2778 | 2024.06.22 01:31:45.363596 [ 3 ] {a03b9b27-1926-437a-b46e-69d0f6d3d3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2779 | 2024.06.22 01:31:45.363740 [ 3 ] {a03b9b27-1926-437a-b46e-69d0f6d3d3a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2780 | 2024.06.22 01:31:45.364186 [ 3 ] {a03b9b27-1926-437a-b46e-69d0f6d3d3a0} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2781 | 2024.06.22 01:31:45.364222 [ 3 ] {a03b9b27-1926-437a-b46e-69d0f6d3d3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2782 | 2024.06.22 01:31:45.364651 [ 3 ] {a03b9b27-1926-437a-b46e-69d0f6d3d3a0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2783 | 2024.06.22 01:31:45.364991 [ 3 ] {a03b9b27-1926-437a-b46e-69d0f6d3d3a0} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2784 | 2024.06.22 01:31:45.365152 [ 3 ] {a03b9b27-1926-437a-b46e-69d0f6d3d3a0} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001687 sec., 117960.87729697689 rows/sec., 8.23 MiB/sec. | ||
2785 | 2024.06.22 01:31:45.365323 [ 3 ] {a03b9b27-1926-437a-b46e-69d0f6d3d3a0} <Debug> DynamicQueryHandler: Done processing query | ||
2786 | 2024.06.22 01:31:45.365347 [ 3 ] {a03b9b27-1926-437a-b46e-69d0f6d3d3a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2787 | 2024.06.22 01:31:45.365363 [ 3 ] {} <Debug> HTTP-Session: 85898ffe-7d3e-4020-b95c-edd2e641a0a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2788 | 2024.06.22 01:31:45.365480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2789 | 2024.06.22 01:31:45.365528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2790 | 2024.06.22 01:31:45.365547 [ 3 ] {} <Debug> HTTP-Session: dba2ecd0-b51a-4575-8c66-a4e951d9af12 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2791 | 2024.06.22 01:31:45.365564 [ 3 ] {} <Debug> HTTP-Session: dba2ecd0-b51a-4575-8c66-a4e951d9af12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2792 | 2024.06.22 01:31:45.365577 [ 3 ] {} <Debug> HTTP-Session: dba2ecd0-b51a-4575-8c66-a4e951d9af12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2793 | 2024.06.22 01:31:45.365607 [ 3 ] {} <Trace> HTTP-Session: dba2ecd0-b51a-4575-8c66-a4e951d9af12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2794 | 2024.06.22 01:31:45.365730 [ 3 ] {a8bdca65-1946-4c25-b56c-3888a0a70a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2795 | 2024.06.22 01:31:45.365774 [ 3 ] {a8bdca65-1946-4c25-b56c-3888a0a70a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2796 | 2024.06.22 01:31:45.365900 [ 3 ] {a8bdca65-1946-4c25-b56c-3888a0a70a54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2797 | 2024.06.22 01:31:45.366210 [ 3 ] {a8bdca65-1946-4c25-b56c-3888a0a70a54} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2798 | 2024.06.22 01:31:45.366245 [ 3 ] {a8bdca65-1946-4c25-b56c-3888a0a70a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2799 | 2024.06.22 01:31:45.366606 [ 3 ] {a8bdca65-1946-4c25-b56c-3888a0a70a54} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2800 | 2024.06.22 01:31:45.366932 [ 3 ] {a8bdca65-1946-4c25-b56c-3888a0a70a54} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2801 | 2024.06.22 01:31:45.367089 [ 3 ] {a8bdca65-1946-4c25-b56c-3888a0a70a54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. | ||
2802 | 2024.06.22 01:31:45.367254 [ 3 ] {a8bdca65-1946-4c25-b56c-3888a0a70a54} <Debug> DynamicQueryHandler: Done processing query | ||
2803 | 2024.06.22 01:31:45.367278 [ 3 ] {a8bdca65-1946-4c25-b56c-3888a0a70a54} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2804 | 2024.06.22 01:31:45.367294 [ 3 ] {} <Debug> HTTP-Session: dba2ecd0-b51a-4575-8c66-a4e951d9af12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2805 | 2024.06.22 01:31:47.244504 [ 46 ] {} <Debug> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2806 | 2024.06.22 01:31:47.244576 [ 46 ] {} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2807 | 2024.06.22 01:31:47.244602 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2808 | 2024.06.22 01:31:47.244825 [ 197 ] {572b5c3e-641b-4236-b3d4-498b6d698fa6::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 | ||
2809 | 2024.06.22 01:31:47.245159 [ 197 ] {572b5c3e-641b-4236-b3d4-498b6d698fa6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2810 | 2024.06.22 01:31:47.245203 [ 197 ] {572b5c3e-641b-4236-b3d4-498b6d698fa6::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 | ||
2811 | 2024.06.22 01:31:47.245293 [ 197 ] {572b5c3e-641b-4236-b3d4-498b6d698fa6::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 | ||
2812 | 2024.06.22 01:31:47.245418 [ 197 ] {572b5c3e-641b-4236-b3d4-498b6d698fa6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
2813 | 2024.06.22 01:31:47.245522 [ 197 ] {572b5c3e-641b-4236-b3d4-498b6d698fa6::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 | ||
2814 | 2024.06.22 01:31:47.245613 [ 197 ] {572b5c3e-641b-4236-b3d4-498b6d698fa6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
2815 | 2024.06.22 01:31:47.247762 [ 200 ] {572b5c3e-641b-4236-b3d4-498b6d698fa6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 6 columns (6 merged, 0 gathered) in 0.003076931 sec., 9424.975730687493 rows/sec., 1.32 MiB/sec. | ||
2816 | 2024.06.22 01:31:47.247996 [ 195 ] {572b5c3e-641b-4236-b3d4-498b6d698fa6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2817 | 2024.06.22 01:31:47.248592 [ 195 ] {572b5c3e-641b-4236-b3d4-498b6d698fa6::all_1_5_1} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2818 | 2024.06.22 01:31:47.248679 [ 195 ] {572b5c3e-641b-4236-b3d4-498b6d698fa6::all_1_5_1} <Trace> oximeter.timeseries_schema (572b5c3e-641b-4236-b3d4-498b6d698fa6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2819 | 2024.06.22 01:31:47.248781 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2820 | 2024.06.22 01:31:48.813566 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2821 | 2024.06.22 01:31:48.813618 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2822 | 2024.06.22 01:31:50.343000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2823 | 2024.06.22 01:31:50.343140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2824 | 2024.06.22 01:31:50.343169 [ 3 ] {} <Debug> HTTP-Session: 0e8174dc-d9cb-4d60-b7d6-f3aeab9a0539 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2825 | 2024.06.22 01:31:50.343197 [ 3 ] {} <Debug> HTTP-Session: 0e8174dc-d9cb-4d60-b7d6-f3aeab9a0539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2826 | 2024.06.22 01:31:50.343215 [ 3 ] {} <Debug> HTTP-Session: 0e8174dc-d9cb-4d60-b7d6-f3aeab9a0539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2827 | 2024.06.22 01:31:50.343270 [ 3 ] {} <Trace> HTTP-Session: 0e8174dc-d9cb-4d60-b7d6-f3aeab9a0539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2828 | 2024.06.22 01:31:50.343481 [ 3 ] {babd20a7-4c2e-432f-bb91-58d2a72318c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2829 | 2024.06.22 01:31:50.343555 [ 3 ] {babd20a7-4c2e-432f-bb91-58d2a72318c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2830 | 2024.06.22 01:31:50.343761 [ 3 ] {babd20a7-4c2e-432f-bb91-58d2a72318c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2831 | 2024.06.22 01:31:50.344251 [ 3 ] {babd20a7-4c2e-432f-bb91-58d2a72318c3} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2832 | 2024.06.22 01:31:50.344296 [ 3 ] {babd20a7-4c2e-432f-bb91-58d2a72318c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2833 | 2024.06.22 01:31:50.344676 [ 3 ] {babd20a7-4c2e-432f-bb91-58d2a72318c3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2834 | 2024.06.22 01:31:50.345015 [ 3 ] {babd20a7-4c2e-432f-bb91-58d2a72318c3} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2835 | 2024.06.22 01:31:50.345190 [ 3 ] {babd20a7-4c2e-432f-bb91-58d2a72318c3} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001768 sec., 2262.443438914027 rows/sec., 183.38 KiB/sec. | ||
2836 | 2024.06.22 01:31:50.345399 [ 3 ] {babd20a7-4c2e-432f-bb91-58d2a72318c3} <Debug> DynamicQueryHandler: Done processing query | ||
2837 | 2024.06.22 01:31:50.345426 [ 3 ] {babd20a7-4c2e-432f-bb91-58d2a72318c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2838 | 2024.06.22 01:31:50.345443 [ 3 ] {} <Debug> HTTP-Session: 0e8174dc-d9cb-4d60-b7d6-f3aeab9a0539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2839 | 2024.06.22 01:31:50.345583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2840 | 2024.06.22 01:31:50.345640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2841 | 2024.06.22 01:31:50.345660 [ 3 ] {} <Debug> HTTP-Session: 087cb3d0-2203-486e-bbe9-22d19a875fcb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2842 | 2024.06.22 01:31:50.345677 [ 3 ] {} <Debug> HTTP-Session: 087cb3d0-2203-486e-bbe9-22d19a875fcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2843 | 2024.06.22 01:31:50.345692 [ 3 ] {} <Debug> HTTP-Session: 087cb3d0-2203-486e-bbe9-22d19a875fcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2844 | 2024.06.22 01:31:50.345727 [ 3 ] {} <Trace> HTTP-Session: 087cb3d0-2203-486e-bbe9-22d19a875fcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2845 | 2024.06.22 01:31:50.345852 [ 3 ] {ab4aa445-719e-463c-a9a3-5bf035cb3465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2846 | 2024.06.22 01:31:50.345898 [ 3 ] {ab4aa445-719e-463c-a9a3-5bf035cb3465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2847 | 2024.06.22 01:31:50.346028 [ 3 ] {ab4aa445-719e-463c-a9a3-5bf035cb3465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2848 | 2024.06.22 01:31:50.346391 [ 3 ] {ab4aa445-719e-463c-a9a3-5bf035cb3465} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2849 | 2024.06.22 01:31:50.346430 [ 3 ] {ab4aa445-719e-463c-a9a3-5bf035cb3465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2850 | 2024.06.22 01:31:50.346743 [ 3 ] {ab4aa445-719e-463c-a9a3-5bf035cb3465} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2851 | 2024.06.22 01:31:50.347054 [ 3 ] {ab4aa445-719e-463c-a9a3-5bf035cb3465} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2852 | 2024.06.22 01:31:50.347210 [ 3 ] {ab4aa445-719e-463c-a9a3-5bf035cb3465} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.0014 sec., 48571.42857142857 rows/sec., 3.82 MiB/sec. | ||
2853 | 2024.06.22 01:31:50.347233 [ 42 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2854 | 2024.06.22 01:31:50.347369 [ 42 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2855 | 2024.06.22 01:31:50.347431 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2856 | 2024.06.22 01:31:50.347445 [ 3 ] {ab4aa445-719e-463c-a9a3-5bf035cb3465} <Debug> DynamicQueryHandler: Done processing query | ||
2857 | 2024.06.22 01:31:50.347493 [ 3 ] {ab4aa445-719e-463c-a9a3-5bf035cb3465} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2858 | 2024.06.22 01:31:50.347549 [ 3 ] {} <Debug> HTTP-Session: 087cb3d0-2203-486e-bbe9-22d19a875fcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2859 | 2024.06.22 01:31:50.347754 [ 197 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
2860 | 2024.06.22 01:31:50.347900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2861 | 2024.06.22 01:31:50.348021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2862 | 2024.06.22 01:31:50.348083 [ 3 ] {} <Debug> HTTP-Session: ff8adc93-6e26-4c03-bc87-4152730fc4cd Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2863 | 2024.06.22 01:31:50.348113 [ 197 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2864 | 2024.06.22 01:31:50.348121 [ 3 ] {} <Debug> HTTP-Session: ff8adc93-6e26-4c03-bc87-4152730fc4cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2865 | 2024.06.22 01:31:50.348168 [ 3 ] {} <Debug> HTTP-Session: ff8adc93-6e26-4c03-bc87-4152730fc4cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2866 | 2024.06.22 01:31:50.348174 [ 197 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 164 rows starting from the beginning of the part | ||
2867 | 2024.06.22 01:31:50.348241 [ 3 ] {} <Trace> HTTP-Session: ff8adc93-6e26-4c03-bc87-4152730fc4cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2868 | 2024.06.22 01:31:50.348381 [ 197 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 131 rows starting from the beginning of the part | ||
2869 | 2024.06.22 01:31:50.348703 [ 3 ] {0157c483-dc48-4a5c-ba2b-3b697e636387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2870 | 2024.06.22 01:31:50.348734 [ 197 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 57 rows starting from the beginning of the part | ||
2871 | 2024.06.22 01:31:50.348897 [ 3 ] {0157c483-dc48-4a5c-ba2b-3b697e636387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2872 | 2024.06.22 01:31:50.349095 [ 197 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 143 rows starting from the beginning of the part | ||
2873 | 2024.06.22 01:31:50.349341 [ 197 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 95 rows starting from the beginning of the part | ||
2874 | 2024.06.22 01:31:50.349625 [ 197 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part | ||
2875 | 2024.06.22 01:31:50.350324 [ 3 ] {0157c483-dc48-4a5c-ba2b-3b697e636387} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2876 | 2024.06.22 01:31:50.351162 [ 3 ] {0157c483-dc48-4a5c-ba2b-3b697e636387} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2877 | 2024.06.22 01:31:50.351235 [ 3 ] {0157c483-dc48-4a5c-ba2b-3b697e636387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2878 | 2024.06.22 01:31:50.352200 [ 3 ] {0157c483-dc48-4a5c-ba2b-3b697e636387} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2879 | 2024.06.22 01:31:50.352800 [ 197 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 4 columns (4 merged, 0 gathered) in 0.005252856 sec., 125265.18907047898 rows/sec., 10.11 MiB/sec. | ||
2880 | 2024.06.22 01:31:50.353017 [ 197 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2881 | 2024.06.22 01:31:50.353085 [ 3 ] {0157c483-dc48-4a5c-ba2b-3b697e636387} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2882 | 2024.06.22 01:31:50.353440 [ 42 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2883 | 2024.06.22 01:31:50.353465 [ 3 ] {0157c483-dc48-4a5c-ba2b-3b697e636387} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004963 sec., 13701.390288132177 rows/sec., 1.07 MiB/sec. | ||
2884 | 2024.06.22 01:31:50.353718 [ 42 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2885 | 2024.06.22 01:31:50.353820 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2886 | 2024.06.22 01:31:50.354123 [ 3 ] {0157c483-dc48-4a5c-ba2b-3b697e636387} <Debug> DynamicQueryHandler: Done processing query | ||
2887 | 2024.06.22 01:31:50.354219 [ 3 ] {0157c483-dc48-4a5c-ba2b-3b697e636387} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2888 | 2024.06.22 01:31:50.354289 [ 3 ] {} <Debug> HTTP-Session: ff8adc93-6e26-4c03-bc87-4152730fc4cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2889 | 2024.06.22 01:31:50.354288 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_16_3} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2890 | 2024.06.22 01:31:50.354290 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
2891 | 2024.06.22 01:31:50.354463 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_16_3} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2892 | 2024.06.22 01:31:50.354627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2893 | 2024.06.22 01:31:50.354741 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2894 | 2024.06.22 01:31:50.354819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2895 | 2024.06.22 01:31:50.354839 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2896 | 2024.06.22 01:31:50.354861 [ 3 ] {} <Debug> HTTP-Session: 872b736d-24dc-48b5-9d85-cf2dfbde82b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2897 | 2024.06.22 01:31:50.354909 [ 3 ] {} <Debug> HTTP-Session: 872b736d-24dc-48b5-9d85-cf2dfbde82b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2898 | 2024.06.22 01:31:50.354908 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 122 rows starting from the beginning of the part | ||
2899 | 2024.06.22 01:31:50.354931 [ 3 ] {} <Debug> HTTP-Session: 872b736d-24dc-48b5-9d85-cf2dfbde82b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2900 | 2024.06.22 01:31:50.355001 [ 3 ] {} <Trace> HTTP-Session: 872b736d-24dc-48b5-9d85-cf2dfbde82b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2901 | 2024.06.22 01:31:50.355150 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 89 rows starting from the beginning of the part | ||
2902 | 2024.06.22 01:31:50.355372 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 66 rows starting from the beginning of the part | ||
2903 | 2024.06.22 01:31:50.355562 [ 3 ] {2490dbf1-cf87-468b-a567-b3bc52595b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2904 | 2024.06.22 01:31:50.355722 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 102 rows starting from the beginning of the part | ||
2905 | 2024.06.22 01:31:50.355738 [ 3 ] {2490dbf1-cf87-468b-a567-b3bc52595b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2906 | 2024.06.22 01:31:50.356075 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 94 rows starting from the beginning of the part | ||
2907 | 2024.06.22 01:31:50.356431 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part | ||
2908 | 2024.06.22 01:31:50.356956 [ 3 ] {2490dbf1-cf87-468b-a567-b3bc52595b7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2909 | 2024.06.22 01:31:50.357926 [ 3 ] {2490dbf1-cf87-468b-a567-b3bc52595b7e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2910 | 2024.06.22 01:31:50.357988 [ 3 ] {2490dbf1-cf87-468b-a567-b3bc52595b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2911 | 2024.06.22 01:31:50.359080 [ 3 ] {2490dbf1-cf87-468b-a567-b3bc52595b7e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2912 | 2024.06.22 01:31:50.359364 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 4 columns (4 merged, 0 gathered) in 0.005374336 sec., 100663.59825660323 rows/sec., 7.86 MiB/sec. | ||
2913 | 2024.06.22 01:31:50.359683 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2914 | 2024.06.22 01:31:50.359854 [ 3 ] {2490dbf1-cf87-468b-a567-b3bc52595b7e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2915 | 2024.06.22 01:31:50.360061 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2916 | 2024.06.22 01:31:50.360161 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2917 | 2024.06.22 01:31:50.360228 [ 3 ] {2490dbf1-cf87-468b-a567-b3bc52595b7e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004922 sec., 32507.11093051605 rows/sec., 2.26 MiB/sec. | ||
2918 | 2024.06.22 01:31:50.360329 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2919 | 2024.06.22 01:31:50.360893 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
2920 | 2024.06.22 01:31:50.361485 [ 3 ] {2490dbf1-cf87-468b-a567-b3bc52595b7e} <Debug> DynamicQueryHandler: Done processing query | ||
2921 | 2024.06.22 01:31:50.361573 [ 3 ] {2490dbf1-cf87-468b-a567-b3bc52595b7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2922 | 2024.06.22 01:31:50.361599 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2923 | 2024.06.22 01:31:50.361647 [ 3 ] {} <Debug> HTTP-Session: 872b736d-24dc-48b5-9d85-cf2dfbde82b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2924 | 2024.06.22 01:31:50.361721 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1582 rows starting from the beginning of the part | ||
2925 | 2024.06.22 01:31:50.361713 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_16_3} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2926 | 2024.06.22 01:31:50.361956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2927 | 2024.06.22 01:31:50.362083 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
2928 | 2024.06.22 01:31:50.362116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2929 | 2024.06.22 01:31:50.362233 [ 3 ] {} <Debug> HTTP-Session: 8d2293f9-b6e0-4fcd-9dfe-5a8caab89215 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2930 | 2024.06.22 01:31:50.362342 [ 3 ] {} <Debug> HTTP-Session: 8d2293f9-b6e0-4fcd-9dfe-5a8caab89215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2931 | 2024.06.22 01:31:50.362413 [ 3 ] {} <Debug> HTTP-Session: 8d2293f9-b6e0-4fcd-9dfe-5a8caab89215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2932 | 2024.06.22 01:31:50.362320 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_16_3} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2933 | 2024.06.22 01:31:50.362512 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
2934 | 2024.06.22 01:31:50.362559 [ 3 ] {} <Trace> HTTP-Session: 8d2293f9-b6e0-4fcd-9dfe-5a8caab89215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2935 | 2024.06.22 01:31:50.362912 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
2936 | 2024.06.22 01:31:50.363034 [ 3 ] {4fe844af-4391-42bd-adc1-379ef7f0508c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2937 | 2024.06.22 01:31:50.363064 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2938 | 2024.06.22 01:31:50.363227 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 199 rows starting from the beginning of the part | ||
2939 | 2024.06.22 01:31:50.363431 [ 3 ] {4fe844af-4391-42bd-adc1-379ef7f0508c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2940 | 2024.06.22 01:31:50.363466 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
2941 | 2024.06.22 01:31:50.364484 [ 3 ] {4fe844af-4391-42bd-adc1-379ef7f0508c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2942 | 2024.06.22 01:31:50.365395 [ 3 ] {4fe844af-4391-42bd-adc1-379ef7f0508c} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2943 | 2024.06.22 01:31:50.365468 [ 3 ] {4fe844af-4391-42bd-adc1-379ef7f0508c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2944 | 2024.06.22 01:31:50.366799 [ 3 ] {4fe844af-4391-42bd-adc1-379ef7f0508c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2945 | 2024.06.22 01:31:50.367390 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.006902876 sec., 350868.2468003192 rows/sec., 24.46 MiB/sec. | ||
2946 | 2024.06.22 01:31:50.367750 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2947 | 2024.06.22 01:31:50.367766 [ 3 ] {4fe844af-4391-42bd-adc1-379ef7f0508c} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2948 | 2024.06.22 01:31:50.368189 [ 3 ] {4fe844af-4391-42bd-adc1-379ef7f0508c} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.005351 sec., 747.5238273219959 rows/sec., 1.01 MiB/sec. | ||
2949 | 2024.06.22 01:31:50.368714 [ 3 ] {4fe844af-4391-42bd-adc1-379ef7f0508c} <Debug> DynamicQueryHandler: Done processing query | ||
2950 | 2024.06.22 01:31:50.368755 [ 3 ] {4fe844af-4391-42bd-adc1-379ef7f0508c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2951 | 2024.06.22 01:31:50.368802 [ 3 ] {} <Debug> HTTP-Session: 8d2293f9-b6e0-4fcd-9dfe-5a8caab89215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2952 | 2024.06.22 01:31:50.368812 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2953 | 2024.06.22 01:31:50.368918 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2954 | 2024.06.22 01:31:50.368961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2955 | 2024.06.22 01:31:50.369066 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
2956 | 2024.06.22 01:31:50.369080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2957 | 2024.06.22 01:31:50.369123 [ 3 ] {} <Debug> HTTP-Session: 071792f0-a6c0-4d36-9331-652ef0b4088e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2958 | 2024.06.22 01:31:50.369140 [ 3 ] {} <Debug> HTTP-Session: 071792f0-a6c0-4d36-9331-652ef0b4088e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2959 | 2024.06.22 01:31:50.369155 [ 3 ] {} <Debug> HTTP-Session: 071792f0-a6c0-4d36-9331-652ef0b4088e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2960 | 2024.06.22 01:31:50.369188 [ 3 ] {} <Trace> HTTP-Session: 071792f0-a6c0-4d36-9331-652ef0b4088e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2961 | 2024.06.22 01:31:50.369323 [ 3 ] {be24b371-0af9-4784-8bb9-566cbd713700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2962 | 2024.06.22 01:31:50.369370 [ 3 ] {be24b371-0af9-4784-8bb9-566cbd713700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2963 | 2024.06.22 01:31:50.369521 [ 3 ] {be24b371-0af9-4784-8bb9-566cbd713700} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2964 | 2024.06.22 01:31:50.369864 [ 3 ] {be24b371-0af9-4784-8bb9-566cbd713700} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2965 | 2024.06.22 01:31:50.369901 [ 3 ] {be24b371-0af9-4784-8bb9-566cbd713700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2966 | 2024.06.22 01:31:50.370283 [ 3 ] {be24b371-0af9-4784-8bb9-566cbd713700} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2967 | 2024.06.22 01:31:50.370621 [ 3 ] {be24b371-0af9-4784-8bb9-566cbd713700} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2968 | 2024.06.22 01:31:50.370777 [ 42 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2969 | 2024.06.22 01:31:50.370785 [ 3 ] {be24b371-0af9-4784-8bb9-566cbd713700} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001506 sec., 39840.6374501992 rows/sec., 2.68 MiB/sec. | ||
2970 | 2024.06.22 01:31:50.370834 [ 42 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2971 | 2024.06.22 01:31:50.370900 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2972 | 2024.06.22 01:31:50.371095 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
2973 | 2024.06.22 01:31:50.371127 [ 3 ] {be24b371-0af9-4784-8bb9-566cbd713700} <Debug> DynamicQueryHandler: Done processing query | ||
2974 | 2024.06.22 01:31:50.371168 [ 3 ] {be24b371-0af9-4784-8bb9-566cbd713700} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2975 | 2024.06.22 01:31:50.371204 [ 3 ] {} <Debug> HTTP-Session: 071792f0-a6c0-4d36-9331-652ef0b4088e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2976 | 2024.06.22 01:31:50.371313 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2977 | 2024.06.22 01:31:50.371351 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 524 rows starting from the beginning of the part | ||
2978 | 2024.06.22 01:31:50.371473 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
2979 | 2024.06.22 01:31:50.371664 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
2980 | 2024.06.22 01:31:50.371860 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
2981 | 2024.06.22 01:31:50.371991 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
2982 | 2024.06.22 01:31:50.372175 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
2983 | 2024.06.22 01:31:50.373293 [ 198 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 824 rows, containing 4 columns (4 merged, 0 gathered) in 0.002288045 sec., 360132.77710884187 rows/sec., 24.29 MiB/sec. | ||
2984 | 2024.06.22 01:31:50.373537 [ 196 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2985 | 2024.06.22 01:31:50.373957 [ 196 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_16_3} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2986 | 2024.06.22 01:31:50.374034 [ 196 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_16_3} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2987 | 2024.06.22 01:31:50.374115 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2988 | 2024.06.22 01:31:55.332602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2989 | 2024.06.22 01:31:55.332742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2990 | 2024.06.22 01:31:55.332770 [ 3 ] {} <Debug> HTTP-Session: bd8e54bf-4be1-466b-829f-e10b7c79f048 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
2991 | 2024.06.22 01:31:55.332798 [ 3 ] {} <Debug> HTTP-Session: bd8e54bf-4be1-466b-829f-e10b7c79f048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2992 | 2024.06.22 01:31:55.332816 [ 3 ] {} <Debug> HTTP-Session: bd8e54bf-4be1-466b-829f-e10b7c79f048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2993 | 2024.06.22 01:31:55.332871 [ 3 ] {} <Trace> HTTP-Session: bd8e54bf-4be1-466b-829f-e10b7c79f048 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2994 | 2024.06.22 01:31:55.333069 [ 3 ] {daf67d80-5c63-46b4-8564-15da5007776e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2995 | 2024.06.22 01:31:55.333135 [ 3 ] {daf67d80-5c63-46b4-8564-15da5007776e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2996 | 2024.06.22 01:31:55.333318 [ 3 ] {daf67d80-5c63-46b4-8564-15da5007776e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2997 | 2024.06.22 01:31:55.333764 [ 3 ] {daf67d80-5c63-46b4-8564-15da5007776e} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2998 | 2024.06.22 01:31:55.333805 [ 3 ] {daf67d80-5c63-46b4-8564-15da5007776e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2999 | 2024.06.22 01:31:55.334165 [ 3 ] {daf67d80-5c63-46b4-8564-15da5007776e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3000 | 2024.06.22 01:31:55.334528 [ 3 ] {daf67d80-5c63-46b4-8564-15da5007776e} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3001 | 2024.06.22 01:31:55.334720 [ 3 ] {daf67d80-5c63-46b4-8564-15da5007776e} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001704 sec., 14671.361502347418 rows/sec., 1.16 MiB/sec. | ||
3002 | 2024.06.22 01:31:55.334930 [ 3 ] {daf67d80-5c63-46b4-8564-15da5007776e} <Debug> DynamicQueryHandler: Done processing query | ||
3003 | 2024.06.22 01:31:55.334956 [ 3 ] {daf67d80-5c63-46b4-8564-15da5007776e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3004 | 2024.06.22 01:31:55.334972 [ 3 ] {} <Debug> HTTP-Session: bd8e54bf-4be1-466b-829f-e10b7c79f048 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3005 | 2024.06.22 01:31:55.335159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 19150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3006 | 2024.06.22 01:31:55.335207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3007 | 2024.06.22 01:31:55.335224 [ 3 ] {} <Debug> HTTP-Session: c2c19a1e-702d-40ed-9fe7-c15b8a457354 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3008 | 2024.06.22 01:31:55.335241 [ 3 ] {} <Debug> HTTP-Session: c2c19a1e-702d-40ed-9fe7-c15b8a457354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3009 | 2024.06.22 01:31:55.335254 [ 3 ] {} <Debug> HTTP-Session: c2c19a1e-702d-40ed-9fe7-c15b8a457354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3010 | 2024.06.22 01:31:55.335284 [ 3 ] {} <Trace> HTTP-Session: c2c19a1e-702d-40ed-9fe7-c15b8a457354 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3011 | 2024.06.22 01:31:55.335443 [ 3 ] {1bbdde6d-671a-4bd6-9d57-e1a26211f218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3012 | 2024.06.22 01:31:55.335485 [ 3 ] {1bbdde6d-671a-4bd6-9d57-e1a26211f218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3013 | 2024.06.22 01:31:55.335610 [ 3 ] {1bbdde6d-671a-4bd6-9d57-e1a26211f218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3014 | 2024.06.22 01:31:55.336015 [ 3 ] {1bbdde6d-671a-4bd6-9d57-e1a26211f218} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3015 | 2024.06.22 01:31:55.336052 [ 3 ] {1bbdde6d-671a-4bd6-9d57-e1a26211f218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3016 | 2024.06.22 01:31:55.336372 [ 3 ] {1bbdde6d-671a-4bd6-9d57-e1a26211f218} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3017 | 2024.06.22 01:31:55.336677 [ 3 ] {1bbdde6d-671a-4bd6-9d57-e1a26211f218} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3018 | 2024.06.22 01:31:55.336804 [ 3 ] {1bbdde6d-671a-4bd6-9d57-e1a26211f218} <Debug> executeQuery: Read 131 rows, 11.17 KiB in 0.001445 sec., 90657.43944636677 rows/sec., 7.55 MiB/sec. | ||
3019 | 2024.06.22 01:31:55.337102 [ 3 ] {1bbdde6d-671a-4bd6-9d57-e1a26211f218} <Debug> DynamicQueryHandler: Done processing query | ||
3020 | 2024.06.22 01:31:55.337155 [ 3 ] {1bbdde6d-671a-4bd6-9d57-e1a26211f218} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3021 | 2024.06.22 01:31:55.337196 [ 3 ] {} <Debug> HTTP-Session: c2c19a1e-702d-40ed-9fe7-c15b8a457354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3022 | 2024.06.22 01:31:55.337400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3023 | 2024.06.22 01:31:55.337453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3024 | 2024.06.22 01:31:55.337472 [ 3 ] {} <Debug> HTTP-Session: fe3dbe17-b928-4faf-a33e-27c91e39d67f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3025 | 2024.06.22 01:31:55.337488 [ 3 ] {} <Debug> HTTP-Session: fe3dbe17-b928-4faf-a33e-27c91e39d67f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3026 | 2024.06.22 01:31:55.337502 [ 3 ] {} <Debug> HTTP-Session: fe3dbe17-b928-4faf-a33e-27c91e39d67f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3027 | 2024.06.22 01:31:55.337534 [ 3 ] {} <Trace> HTTP-Session: fe3dbe17-b928-4faf-a33e-27c91e39d67f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3028 | 2024.06.22 01:31:55.337675 [ 3 ] {dfa9346c-7cd9-42ab-a506-8a9354d7414f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3029 | 2024.06.22 01:31:55.337720 [ 3 ] {dfa9346c-7cd9-42ab-a506-8a9354d7414f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3030 | 2024.06.22 01:31:55.337867 [ 3 ] {dfa9346c-7cd9-42ab-a506-8a9354d7414f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3031 | 2024.06.22 01:31:55.338198 [ 3 ] {dfa9346c-7cd9-42ab-a506-8a9354d7414f} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3032 | 2024.06.22 01:31:55.338233 [ 3 ] {dfa9346c-7cd9-42ab-a506-8a9354d7414f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3033 | 2024.06.22 01:31:55.338546 [ 3 ] {dfa9346c-7cd9-42ab-a506-8a9354d7414f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3034 | 2024.06.22 01:31:55.338850 [ 3 ] {dfa9346c-7cd9-42ab-a506-8a9354d7414f} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3035 | 2024.06.22 01:31:55.339001 [ 3 ] {dfa9346c-7cd9-42ab-a506-8a9354d7414f} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001391 sec., 63982.746225736875 rows/sec., 5.00 MiB/sec. | ||
3036 | 2024.06.22 01:31:55.339171 [ 3 ] {dfa9346c-7cd9-42ab-a506-8a9354d7414f} <Debug> DynamicQueryHandler: Done processing query | ||
3037 | 2024.06.22 01:31:55.339195 [ 3 ] {dfa9346c-7cd9-42ab-a506-8a9354d7414f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3038 | 2024.06.22 01:31:55.339210 [ 3 ] {} <Debug> HTTP-Session: fe3dbe17-b928-4faf-a33e-27c91e39d67f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3039 | 2024.06.22 01:31:55.339392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3040 | 2024.06.22 01:31:55.339440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3041 | 2024.06.22 01:31:55.339459 [ 3 ] {} <Debug> HTTP-Session: 43f6a0b3-1d50-4000-a4ff-75e236ac164e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3042 | 2024.06.22 01:31:55.339475 [ 3 ] {} <Debug> HTTP-Session: 43f6a0b3-1d50-4000-a4ff-75e236ac164e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3043 | 2024.06.22 01:31:55.339489 [ 3 ] {} <Debug> HTTP-Session: 43f6a0b3-1d50-4000-a4ff-75e236ac164e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3044 | 2024.06.22 01:31:55.339519 [ 3 ] {} <Trace> HTTP-Session: 43f6a0b3-1d50-4000-a4ff-75e236ac164e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3045 | 2024.06.22 01:31:55.339695 [ 3 ] {10d93d8e-9dec-4c04-98ae-8480d108f905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3046 | 2024.06.22 01:31:55.339741 [ 3 ] {10d93d8e-9dec-4c04-98ae-8480d108f905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3047 | 2024.06.22 01:31:55.339888 [ 3 ] {10d93d8e-9dec-4c04-98ae-8480d108f905} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3048 | 2024.06.22 01:31:55.340266 [ 3 ] {10d93d8e-9dec-4c04-98ae-8480d108f905} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3049 | 2024.06.22 01:31:55.340302 [ 3 ] {10d93d8e-9dec-4c04-98ae-8480d108f905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3050 | 2024.06.22 01:31:55.340695 [ 3 ] {10d93d8e-9dec-4c04-98ae-8480d108f905} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3051 | 2024.06.22 01:31:55.341057 [ 3 ] {10d93d8e-9dec-4c04-98ae-8480d108f905} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3052 | 2024.06.22 01:31:55.341212 [ 3 ] {10d93d8e-9dec-4c04-98ae-8480d108f905} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec. | ||
3053 | 2024.06.22 01:31:55.341386 [ 3 ] {10d93d8e-9dec-4c04-98ae-8480d108f905} <Debug> DynamicQueryHandler: Done processing query | ||
3054 | 2024.06.22 01:31:55.341411 [ 3 ] {10d93d8e-9dec-4c04-98ae-8480d108f905} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3055 | 2024.06.22 01:31:55.341426 [ 3 ] {} <Debug> HTTP-Session: 43f6a0b3-1d50-4000-a4ff-75e236ac164e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3056 | 2024.06.22 01:31:55.341690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 26781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3057 | 2024.06.22 01:31:55.341738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3058 | 2024.06.22 01:31:55.341757 [ 3 ] {} <Debug> HTTP-Session: 0613f5f9-4aa2-4895-a96a-bd6393a2e684 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3059 | 2024.06.22 01:31:55.341773 [ 3 ] {} <Debug> HTTP-Session: 0613f5f9-4aa2-4895-a96a-bd6393a2e684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3060 | 2024.06.22 01:31:55.341786 [ 3 ] {} <Debug> HTTP-Session: 0613f5f9-4aa2-4895-a96a-bd6393a2e684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3061 | 2024.06.22 01:31:55.341817 [ 3 ] {} <Trace> HTTP-Session: 0613f5f9-4aa2-4895-a96a-bd6393a2e684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3062 | 2024.06.22 01:31:55.342073 [ 3 ] {2d93e019-9f51-4e1b-85c4-c430520aebac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3063 | 2024.06.22 01:31:55.342123 [ 3 ] {2d93e019-9f51-4e1b-85c4-c430520aebac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3064 | 2024.06.22 01:31:55.342281 [ 3 ] {2d93e019-9f51-4e1b-85c4-c430520aebac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3065 | 2024.06.22 01:31:55.342722 [ 3 ] {2d93e019-9f51-4e1b-85c4-c430520aebac} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3066 | 2024.06.22 01:31:55.342758 [ 3 ] {2d93e019-9f51-4e1b-85c4-c430520aebac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3067 | 2024.06.22 01:31:55.343186 [ 3 ] {2d93e019-9f51-4e1b-85c4-c430520aebac} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3068 | 2024.06.22 01:31:55.343540 [ 3 ] {2d93e019-9f51-4e1b-85c4-c430520aebac} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3069 | 2024.06.22 01:31:55.343707 [ 3 ] {2d93e019-9f51-4e1b-85c4-c430520aebac} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.00181 sec., 13812.154696132597 rows/sec., 18.64 MiB/sec. | ||
3070 | 2024.06.22 01:31:55.343889 [ 3 ] {2d93e019-9f51-4e1b-85c4-c430520aebac} <Debug> DynamicQueryHandler: Done processing query | ||
3071 | 2024.06.22 01:31:55.343913 [ 3 ] {2d93e019-9f51-4e1b-85c4-c430520aebac} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3072 | 2024.06.22 01:31:55.343929 [ 3 ] {} <Debug> HTTP-Session: 0613f5f9-4aa2-4895-a96a-bd6393a2e684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3073 | 2024.06.22 01:31:55.344063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3074 | 2024.06.22 01:31:55.344111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3075 | 2024.06.22 01:31:55.344129 [ 3 ] {} <Debug> HTTP-Session: 166f0b14-f7dd-42da-b164-5f11cb002c79 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3076 | 2024.06.22 01:31:55.344147 [ 3 ] {} <Debug> HTTP-Session: 166f0b14-f7dd-42da-b164-5f11cb002c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3077 | 2024.06.22 01:31:55.344161 [ 3 ] {} <Debug> HTTP-Session: 166f0b14-f7dd-42da-b164-5f11cb002c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3078 | 2024.06.22 01:31:55.344190 [ 3 ] {} <Trace> HTTP-Session: 166f0b14-f7dd-42da-b164-5f11cb002c79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3079 | 2024.06.22 01:31:55.344321 [ 3 ] {f20417fc-49c0-46b6-be75-f79d4c411051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3080 | 2024.06.22 01:31:55.344364 [ 3 ] {f20417fc-49c0-46b6-be75-f79d4c411051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3081 | 2024.06.22 01:31:55.344489 [ 3 ] {f20417fc-49c0-46b6-be75-f79d4c411051} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3082 | 2024.06.22 01:31:55.344774 [ 3 ] {f20417fc-49c0-46b6-be75-f79d4c411051} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3083 | 2024.06.22 01:31:55.344810 [ 3 ] {f20417fc-49c0-46b6-be75-f79d4c411051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3084 | 2024.06.22 01:31:55.345174 [ 3 ] {f20417fc-49c0-46b6-be75-f79d4c411051} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3085 | 2024.06.22 01:31:55.345496 [ 3 ] {f20417fc-49c0-46b6-be75-f79d4c411051} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3086 | 2024.06.22 01:31:55.345663 [ 3 ] {f20417fc-49c0-46b6-be75-f79d4c411051} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. | ||
3087 | 2024.06.22 01:31:55.345877 [ 3 ] {f20417fc-49c0-46b6-be75-f79d4c411051} <Debug> DynamicQueryHandler: Done processing query | ||
3088 | 2024.06.22 01:31:55.345901 [ 3 ] {f20417fc-49c0-46b6-be75-f79d4c411051} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3089 | 2024.06.22 01:31:55.345917 [ 3 ] {} <Debug> HTTP-Session: 166f0b14-f7dd-42da-b164-5f11cb002c79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3090 | 2024.06.22 01:32:00.322554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3091 | 2024.06.22 01:32:00.322696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3092 | 2024.06.22 01:32:00.322726 [ 3 ] {} <Debug> HTTP-Session: 408149f2-ccab-43a1-953f-8e717b042e92 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3093 | 2024.06.22 01:32:00.322754 [ 3 ] {} <Debug> HTTP-Session: 408149f2-ccab-43a1-953f-8e717b042e92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3094 | 2024.06.22 01:32:00.322771 [ 3 ] {} <Debug> HTTP-Session: 408149f2-ccab-43a1-953f-8e717b042e92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3095 | 2024.06.22 01:32:00.322828 [ 3 ] {} <Trace> HTTP-Session: 408149f2-ccab-43a1-953f-8e717b042e92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3096 | 2024.06.22 01:32:00.323043 [ 3 ] {475b7c56-27c1-4b39-b89a-b375be69ac6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3097 | 2024.06.22 01:32:00.323117 [ 3 ] {475b7c56-27c1-4b39-b89a-b375be69ac6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3098 | 2024.06.22 01:32:00.323336 [ 3 ] {475b7c56-27c1-4b39-b89a-b375be69ac6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3099 | 2024.06.22 01:32:00.323771 [ 3 ] {475b7c56-27c1-4b39-b89a-b375be69ac6b} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3100 | 2024.06.22 01:32:00.323816 [ 3 ] {475b7c56-27c1-4b39-b89a-b375be69ac6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3101 | 2024.06.22 01:32:00.324190 [ 3 ] {475b7c56-27c1-4b39-b89a-b375be69ac6b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3102 | 2024.06.22 01:32:00.324537 [ 3 ] {475b7c56-27c1-4b39-b89a-b375be69ac6b} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3103 | 2024.06.22 01:32:00.324696 [ 3 ] {475b7c56-27c1-4b39-b89a-b375be69ac6b} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.00172 sec., 16860.46511627907 rows/sec., 1.33 MiB/sec. | ||
3104 | 2024.06.22 01:32:00.324716 [ 30 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3105 | 2024.06.22 01:32:00.324823 [ 30 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3106 | 2024.06.22 01:32:00.324873 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3107 | 2024.06.22 01:32:00.325033 [ 3 ] {475b7c56-27c1-4b39-b89a-b375be69ac6b} <Debug> DynamicQueryHandler: Done processing query | ||
3108 | 2024.06.22 01:32:00.325141 [ 3 ] {475b7c56-27c1-4b39-b89a-b375be69ac6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3109 | 2024.06.22 01:32:00.325164 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::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 | ||
3110 | 2024.06.22 01:32:00.325204 [ 3 ] {} <Debug> HTTP-Session: 408149f2-ccab-43a1-953f-8e717b042e92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3111 | 2024.06.22 01:32:00.325414 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3112 | 2024.06.22 01:32:00.325451 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
3113 | 2024.06.22 01:32:00.325545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3114 | 2024.06.22 01:32:00.325650 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part | ||
3115 | 2024.06.22 01:32:00.325728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3116 | 2024.06.22 01:32:00.325883 [ 3 ] {} <Debug> HTTP-Session: 5f6b02d7-6851-4fbd-9cfa-ec445cef047f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3117 | 2024.06.22 01:32:00.325952 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 29 rows starting from the beginning of the part | ||
3118 | 2024.06.22 01:32:00.325963 [ 3 ] {} <Debug> HTTP-Session: 5f6b02d7-6851-4fbd-9cfa-ec445cef047f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3119 | 2024.06.22 01:32:00.326023 [ 3 ] {} <Debug> HTTP-Session: 5f6b02d7-6851-4fbd-9cfa-ec445cef047f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3120 | 2024.06.22 01:32:00.326218 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
3121 | 2024.06.22 01:32:00.326257 [ 3 ] {} <Trace> HTTP-Session: 5f6b02d7-6851-4fbd-9cfa-ec445cef047f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3122 | 2024.06.22 01:32:00.326491 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part | ||
3123 | 2024.06.22 01:32:00.326717 [ 3 ] {07bb2c00-d255-457e-9494-0535d3936789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3124 | 2024.06.22 01:32:00.326762 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part | ||
3125 | 2024.06.22 01:32:00.326852 [ 3 ] {07bb2c00-d255-457e-9494-0535d3936789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3126 | 2024.06.22 01:32:00.327485 [ 3 ] {07bb2c00-d255-457e-9494-0535d3936789} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3127 | 2024.06.22 01:32:00.328367 [ 3 ] {07bb2c00-d255-457e-9494-0535d3936789} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3128 | 2024.06.22 01:32:00.328460 [ 3 ] {07bb2c00-d255-457e-9494-0535d3936789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3129 | 2024.06.22 01:32:00.329358 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 136 rows, containing 4 columns (4 merged, 0 gathered) in 0.004403789 sec., 30882.496868037957 rows/sec., 2.44 MiB/sec. | ||
3130 | 2024.06.22 01:32:00.329369 [ 3 ] {07bb2c00-d255-457e-9494-0535d3936789} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3131 | 2024.06.22 01:32:00.329584 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3132 | 2024.06.22 01:32:00.330217 [ 3 ] {07bb2c00-d255-457e-9494-0535d3936789} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3133 | 2024.06.22 01:32:00.330522 [ 3 ] {07bb2c00-d255-457e-9494-0535d3936789} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.00399 sec., 35839.59899749374 rows/sec., 3.00 MiB/sec. | ||
3134 | 2024.06.22 01:32:00.330595 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_6_1} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3135 | 2024.06.22 01:32:00.330799 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_6_1} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3136 | 2024.06.22 01:32:00.330895 [ 3 ] {07bb2c00-d255-457e-9494-0535d3936789} <Debug> DynamicQueryHandler: Done processing query | ||
3137 | 2024.06.22 01:32:00.330958 [ 3 ] {07bb2c00-d255-457e-9494-0535d3936789} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3138 | 2024.06.22 01:32:00.330966 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3139 | 2024.06.22 01:32:00.330987 [ 3 ] {} <Debug> HTTP-Session: 5f6b02d7-6851-4fbd-9cfa-ec445cef047f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3140 | 2024.06.22 01:32:00.331182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3141 | 2024.06.22 01:32:00.331234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3142 | 2024.06.22 01:32:00.331253 [ 3 ] {} <Debug> HTTP-Session: a183d546-76ca-4ce5-a3b1-66fe5e1033e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3143 | 2024.06.22 01:32:00.331270 [ 3 ] {} <Debug> HTTP-Session: a183d546-76ca-4ce5-a3b1-66fe5e1033e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3144 | 2024.06.22 01:32:00.331284 [ 3 ] {} <Debug> HTTP-Session: a183d546-76ca-4ce5-a3b1-66fe5e1033e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3145 | 2024.06.22 01:32:00.331317 [ 3 ] {} <Trace> HTTP-Session: a183d546-76ca-4ce5-a3b1-66fe5e1033e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3146 | 2024.06.22 01:32:00.331463 [ 3 ] {1ff67b81-93e4-47f5-8b16-b9e4344caa74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3147 | 2024.06.22 01:32:00.331509 [ 3 ] {1ff67b81-93e4-47f5-8b16-b9e4344caa74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3148 | 2024.06.22 01:32:00.331659 [ 3 ] {1ff67b81-93e4-47f5-8b16-b9e4344caa74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3149 | 2024.06.22 01:32:00.332009 [ 3 ] {1ff67b81-93e4-47f5-8b16-b9e4344caa74} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3150 | 2024.06.22 01:32:00.332046 [ 3 ] {1ff67b81-93e4-47f5-8b16-b9e4344caa74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3151 | 2024.06.22 01:32:00.332372 [ 3 ] {1ff67b81-93e4-47f5-8b16-b9e4344caa74} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3152 | 2024.06.22 01:32:00.332688 [ 3 ] {1ff67b81-93e4-47f5-8b16-b9e4344caa74} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3153 | 2024.06.22 01:32:00.332849 [ 3 ] {1ff67b81-93e4-47f5-8b16-b9e4344caa74} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001448 sec., 64226.51933701657 rows/sec., 5.02 MiB/sec. | ||
3154 | 2024.06.22 01:32:00.333021 [ 3 ] {1ff67b81-93e4-47f5-8b16-b9e4344caa74} <Debug> DynamicQueryHandler: Done processing query | ||
3155 | 2024.06.22 01:32:00.333046 [ 3 ] {1ff67b81-93e4-47f5-8b16-b9e4344caa74} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3156 | 2024.06.22 01:32:00.333061 [ 3 ] {} <Debug> HTTP-Session: a183d546-76ca-4ce5-a3b1-66fe5e1033e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3157 | 2024.06.22 01:32:00.333238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3158 | 2024.06.22 01:32:00.333286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3159 | 2024.06.22 01:32:00.333305 [ 3 ] {} <Debug> HTTP-Session: 1254c38f-cdbd-4c62-90ae-b499d4a6fd9b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3160 | 2024.06.22 01:32:00.333322 [ 3 ] {} <Debug> HTTP-Session: 1254c38f-cdbd-4c62-90ae-b499d4a6fd9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3161 | 2024.06.22 01:32:00.333336 [ 3 ] {} <Debug> HTTP-Session: 1254c38f-cdbd-4c62-90ae-b499d4a6fd9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3162 | 2024.06.22 01:32:00.333366 [ 3 ] {} <Trace> HTTP-Session: 1254c38f-cdbd-4c62-90ae-b499d4a6fd9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3163 | 2024.06.22 01:32:00.333515 [ 3 ] {311cacdc-1776-45cc-9f6c-14b8e859c626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3164 | 2024.06.22 01:32:00.333564 [ 3 ] {311cacdc-1776-45cc-9f6c-14b8e859c626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3165 | 2024.06.22 01:32:00.333712 [ 3 ] {311cacdc-1776-45cc-9f6c-14b8e859c626} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3166 | 2024.06.22 01:32:00.334095 [ 3 ] {311cacdc-1776-45cc-9f6c-14b8e859c626} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3167 | 2024.06.22 01:32:00.334131 [ 3 ] {311cacdc-1776-45cc-9f6c-14b8e859c626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3168 | 2024.06.22 01:32:00.334538 [ 3 ] {311cacdc-1776-45cc-9f6c-14b8e859c626} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3169 | 2024.06.22 01:32:00.334884 [ 3 ] {311cacdc-1776-45cc-9f6c-14b8e859c626} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3170 | 2024.06.22 01:32:00.335052 [ 3 ] {311cacdc-1776-45cc-9f6c-14b8e859c626} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
3171 | 2024.06.22 01:32:00.335222 [ 3 ] {311cacdc-1776-45cc-9f6c-14b8e859c626} <Debug> DynamicQueryHandler: Done processing query | ||
3172 | 2024.06.22 01:32:00.335245 [ 3 ] {311cacdc-1776-45cc-9f6c-14b8e859c626} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3173 | 2024.06.22 01:32:00.335261 [ 3 ] {} <Debug> HTTP-Session: 1254c38f-cdbd-4c62-90ae-b499d4a6fd9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3174 | 2024.06.22 01:32:00.335427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3175 | 2024.06.22 01:32:00.335478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3176 | 2024.06.22 01:32:00.335497 [ 3 ] {} <Debug> HTTP-Session: 3302d23f-939c-424d-b2e3-e720ecb2d62d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3177 | 2024.06.22 01:32:00.335514 [ 3 ] {} <Debug> HTTP-Session: 3302d23f-939c-424d-b2e3-e720ecb2d62d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3178 | 2024.06.22 01:32:00.335528 [ 3 ] {} <Debug> HTTP-Session: 3302d23f-939c-424d-b2e3-e720ecb2d62d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3179 | 2024.06.22 01:32:00.335558 [ 3 ] {} <Trace> HTTP-Session: 3302d23f-939c-424d-b2e3-e720ecb2d62d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3180 | 2024.06.22 01:32:00.335811 [ 3 ] {f204b871-c72a-438e-9f71-329d7fa96d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3181 | 2024.06.22 01:32:00.335859 [ 3 ] {f204b871-c72a-438e-9f71-329d7fa96d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3182 | 2024.06.22 01:32:00.336020 [ 3 ] {f204b871-c72a-438e-9f71-329d7fa96d89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3183 | 2024.06.22 01:32:00.336458 [ 3 ] {f204b871-c72a-438e-9f71-329d7fa96d89} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3184 | 2024.06.22 01:32:00.336492 [ 3 ] {f204b871-c72a-438e-9f71-329d7fa96d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3185 | 2024.06.22 01:32:00.336916 [ 3 ] {f204b871-c72a-438e-9f71-329d7fa96d89} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3186 | 2024.06.22 01:32:00.337261 [ 3 ] {f204b871-c72a-438e-9f71-329d7fa96d89} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3187 | 2024.06.22 01:32:00.337423 [ 30 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3188 | 2024.06.22 01:32:00.337433 [ 3 ] {f204b871-c72a-438e-9f71-329d7fa96d89} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001791 sec., 16192.071468453378 rows/sec., 21.85 MiB/sec. | ||
3189 | 2024.06.22 01:32:00.337488 [ 30 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3190 | 2024.06.22 01:32:00.337561 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3191 | 2024.06.22 01:32:00.337746 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
3192 | 2024.06.22 01:32:00.337749 [ 3 ] {f204b871-c72a-438e-9f71-329d7fa96d89} <Debug> DynamicQueryHandler: Done processing query | ||
3193 | 2024.06.22 01:32:00.337814 [ 3 ] {f204b871-c72a-438e-9f71-329d7fa96d89} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3194 | 2024.06.22 01:32:00.337839 [ 3 ] {} <Debug> HTTP-Session: 3302d23f-939c-424d-b2e3-e720ecb2d62d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3195 | 2024.06.22 01:32:00.337944 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3196 | 2024.06.22 01:32:00.337991 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
3197 | 2024.06.22 01:32:00.338132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3198 | 2024.06.22 01:32:00.338160 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part | ||
3199 | 2024.06.22 01:32:00.338221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3200 | 2024.06.22 01:32:00.338292 [ 3 ] {} <Debug> HTTP-Session: 73b87c5e-0db3-4904-9bcd-41c17f74e8f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3201 | 2024.06.22 01:32:00.338342 [ 3 ] {} <Debug> HTTP-Session: 73b87c5e-0db3-4904-9bcd-41c17f74e8f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3202 | 2024.06.22 01:32:00.338348 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 29 rows starting from the beginning of the part | ||
3203 | 2024.06.22 01:32:00.338383 [ 3 ] {} <Debug> HTTP-Session: 73b87c5e-0db3-4904-9bcd-41c17f74e8f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3204 | 2024.06.22 01:32:00.338471 [ 3 ] {} <Trace> HTTP-Session: 73b87c5e-0db3-4904-9bcd-41c17f74e8f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3205 | 2024.06.22 01:32:00.338538 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
3206 | 2024.06.22 01:32:00.338730 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part | ||
3207 | 2024.06.22 01:32:00.338765 [ 3 ] {3432a448-56ba-45f6-a278-795a47455572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3208 | 2024.06.22 01:32:00.339017 [ 3 ] {3432a448-56ba-45f6-a278-795a47455572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3209 | 2024.06.22 01:32:00.339066 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part | ||
3210 | 2024.06.22 01:32:00.339538 [ 3 ] {3432a448-56ba-45f6-a278-795a47455572} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3211 | 2024.06.22 01:32:00.339938 [ 3 ] {3432a448-56ba-45f6-a278-795a47455572} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3212 | 2024.06.22 01:32:00.339981 [ 3 ] {3432a448-56ba-45f6-a278-795a47455572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3213 | 2024.06.22 01:32:00.340563 [ 3 ] {3432a448-56ba-45f6-a278-795a47455572} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3214 | 2024.06.22 01:32:00.341150 [ 3 ] {3432a448-56ba-45f6-a278-795a47455572} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3215 | 2024.06.22 01:32:00.341298 [ 198 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 136 rows, containing 6 columns (6 merged, 0 gathered) in 0.003625774 sec., 37509.23251145824 rows/sec., 50.62 MiB/sec. | ||
3216 | 2024.06.22 01:32:00.341450 [ 3 ] {3432a448-56ba-45f6-a278-795a47455572} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002828 sec., 21216.40735502122 rows/sec., 1.43 MiB/sec. | ||
3217 | 2024.06.22 01:32:00.341828 [ 198 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3218 | 2024.06.22 01:32:00.341854 [ 3 ] {3432a448-56ba-45f6-a278-795a47455572} <Debug> DynamicQueryHandler: Done processing query | ||
3219 | 2024.06.22 01:32:00.341904 [ 3 ] {3432a448-56ba-45f6-a278-795a47455572} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3220 | 2024.06.22 01:32:00.341951 [ 3 ] {} <Debug> HTTP-Session: 73b87c5e-0db3-4904-9bcd-41c17f74e8f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3221 | 2024.06.22 01:32:00.342437 [ 198 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3222 | 2024.06.22 01:32:00.342520 [ 198 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3223 | 2024.06.22 01:32:00.342614 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
3224 | 2024.06.22 01:32:03.814447 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3225 | 2024.06.22 01:32:03.814503 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3226 | 2024.06.22 01:32:05.309912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3227 | 2024.06.22 01:32:05.310038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3228 | 2024.06.22 01:32:05.310062 [ 3 ] {} <Debug> HTTP-Session: d41506f3-a1cf-442f-8577-a754160dddb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3229 | 2024.06.22 01:32:05.310088 [ 3 ] {} <Debug> HTTP-Session: d41506f3-a1cf-442f-8577-a754160dddb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3230 | 2024.06.22 01:32:05.310103 [ 3 ] {} <Debug> HTTP-Session: d41506f3-a1cf-442f-8577-a754160dddb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3231 | 2024.06.22 01:32:05.310152 [ 3 ] {} <Trace> HTTP-Session: d41506f3-a1cf-442f-8577-a754160dddb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3232 | 2024.06.22 01:32:05.310360 [ 3 ] {ffdba2c6-176d-4b00-8ad5-e264cd74b795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3233 | 2024.06.22 01:32:05.310427 [ 3 ] {ffdba2c6-176d-4b00-8ad5-e264cd74b795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3234 | 2024.06.22 01:32:05.310613 [ 3 ] {ffdba2c6-176d-4b00-8ad5-e264cd74b795} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3235 | 2024.06.22 01:32:05.311049 [ 3 ] {ffdba2c6-176d-4b00-8ad5-e264cd74b795} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3236 | 2024.06.22 01:32:05.311092 [ 3 ] {ffdba2c6-176d-4b00-8ad5-e264cd74b795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3237 | 2024.06.22 01:32:05.311465 [ 3 ] {ffdba2c6-176d-4b00-8ad5-e264cd74b795} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3238 | 2024.06.22 01:32:05.311797 [ 3 ] {ffdba2c6-176d-4b00-8ad5-e264cd74b795} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3239 | 2024.06.22 01:32:05.311969 [ 3 ] {ffdba2c6-176d-4b00-8ad5-e264cd74b795} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001673 sec., 33472.803347280336 rows/sec., 2.56 MiB/sec. | ||
3240 | 2024.06.22 01:32:05.312308 [ 3 ] {ffdba2c6-176d-4b00-8ad5-e264cd74b795} <Debug> DynamicQueryHandler: Done processing query | ||
3241 | 2024.06.22 01:32:05.312336 [ 3 ] {ffdba2c6-176d-4b00-8ad5-e264cd74b795} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3242 | 2024.06.22 01:32:05.312352 [ 3 ] {} <Debug> HTTP-Session: d41506f3-a1cf-442f-8577-a754160dddb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3243 | 2024.06.22 01:32:05.312512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3244 | 2024.06.22 01:32:05.312563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3245 | 2024.06.22 01:32:05.312582 [ 3 ] {} <Debug> HTTP-Session: e2ffa961-6512-4d8f-96c8-fde703641c45 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3246 | 2024.06.22 01:32:05.312599 [ 3 ] {} <Debug> HTTP-Session: e2ffa961-6512-4d8f-96c8-fde703641c45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3247 | 2024.06.22 01:32:05.312613 [ 3 ] {} <Debug> HTTP-Session: e2ffa961-6512-4d8f-96c8-fde703641c45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3248 | 2024.06.22 01:32:05.312644 [ 3 ] {} <Trace> HTTP-Session: e2ffa961-6512-4d8f-96c8-fde703641c45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3249 | 2024.06.22 01:32:05.312759 [ 3 ] {05aa113a-a7cd-4fe4-bcf4-0bba8352e355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3250 | 2024.06.22 01:32:05.312803 [ 3 ] {05aa113a-a7cd-4fe4-bcf4-0bba8352e355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3251 | 2024.06.22 01:32:05.312949 [ 3 ] {05aa113a-a7cd-4fe4-bcf4-0bba8352e355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3252 | 2024.06.22 01:32:05.313283 [ 3 ] {05aa113a-a7cd-4fe4-bcf4-0bba8352e355} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3253 | 2024.06.22 01:32:05.313321 [ 3 ] {05aa113a-a7cd-4fe4-bcf4-0bba8352e355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3254 | 2024.06.22 01:32:05.313637 [ 3 ] {05aa113a-a7cd-4fe4-bcf4-0bba8352e355} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3255 | 2024.06.22 01:32:05.313946 [ 3 ] {05aa113a-a7cd-4fe4-bcf4-0bba8352e355} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3256 | 2024.06.22 01:32:05.314103 [ 3 ] {05aa113a-a7cd-4fe4-bcf4-0bba8352e355} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001385 sec., 46209.38628158845 rows/sec., 3.61 MiB/sec. | ||
3257 | 2024.06.22 01:32:05.314264 [ 3 ] {05aa113a-a7cd-4fe4-bcf4-0bba8352e355} <Debug> DynamicQueryHandler: Done processing query | ||
3258 | 2024.06.22 01:32:05.314288 [ 3 ] {05aa113a-a7cd-4fe4-bcf4-0bba8352e355} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3259 | 2024.06.22 01:32:05.314304 [ 3 ] {} <Debug> HTTP-Session: e2ffa961-6512-4d8f-96c8-fde703641c45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3260 | 2024.06.22 01:32:05.314477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3261 | 2024.06.22 01:32:05.314524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3262 | 2024.06.22 01:32:05.314544 [ 3 ] {} <Debug> HTTP-Session: 8d17f13b-2e0b-4c2f-8c56-09848d551235 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3263 | 2024.06.22 01:32:05.314560 [ 3 ] {} <Debug> HTTP-Session: 8d17f13b-2e0b-4c2f-8c56-09848d551235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3264 | 2024.06.22 01:32:05.314574 [ 3 ] {} <Debug> HTTP-Session: 8d17f13b-2e0b-4c2f-8c56-09848d551235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3265 | 2024.06.22 01:32:05.314604 [ 3 ] {} <Trace> HTTP-Session: 8d17f13b-2e0b-4c2f-8c56-09848d551235 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3266 | 2024.06.22 01:32:05.314747 [ 3 ] {d89b8294-7a2d-41a5-a390-3c72c3224f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3267 | 2024.06.22 01:32:05.314795 [ 3 ] {d89b8294-7a2d-41a5-a390-3c72c3224f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3268 | 2024.06.22 01:32:05.314943 [ 3 ] {d89b8294-7a2d-41a5-a390-3c72c3224f63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3269 | 2024.06.22 01:32:05.315323 [ 3 ] {d89b8294-7a2d-41a5-a390-3c72c3224f63} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3270 | 2024.06.22 01:32:05.315360 [ 3 ] {d89b8294-7a2d-41a5-a390-3c72c3224f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3271 | 2024.06.22 01:32:05.315749 [ 3 ] {d89b8294-7a2d-41a5-a390-3c72c3224f63} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3272 | 2024.06.22 01:32:05.316094 [ 3 ] {d89b8294-7a2d-41a5-a390-3c72c3224f63} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3273 | 2024.06.22 01:32:05.316222 [ 3 ] {d89b8294-7a2d-41a5-a390-3c72c3224f63} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. | ||
3274 | 2024.06.22 01:32:05.316524 [ 3 ] {d89b8294-7a2d-41a5-a390-3c72c3224f63} <Debug> DynamicQueryHandler: Done processing query | ||
3275 | 2024.06.22 01:32:05.316549 [ 3 ] {d89b8294-7a2d-41a5-a390-3c72c3224f63} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3276 | 2024.06.22 01:32:05.316566 [ 3 ] {} <Debug> HTTP-Session: 8d17f13b-2e0b-4c2f-8c56-09848d551235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3277 | 2024.06.22 01:32:05.316720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3278 | 2024.06.22 01:32:05.316769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3279 | 2024.06.22 01:32:05.316788 [ 3 ] {} <Debug> HTTP-Session: 9bb8952e-23be-4dde-9c91-c7307e501ecf Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3280 | 2024.06.22 01:32:05.316804 [ 3 ] {} <Debug> HTTP-Session: 9bb8952e-23be-4dde-9c91-c7307e501ecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3281 | 2024.06.22 01:32:05.316818 [ 3 ] {} <Debug> HTTP-Session: 9bb8952e-23be-4dde-9c91-c7307e501ecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3282 | 2024.06.22 01:32:05.316848 [ 3 ] {} <Trace> HTTP-Session: 9bb8952e-23be-4dde-9c91-c7307e501ecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3283 | 2024.06.22 01:32:05.316968 [ 3 ] {6f16134e-928e-422d-9a61-3c70ce22f0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3284 | 2024.06.22 01:32:05.317012 [ 3 ] {6f16134e-928e-422d-9a61-3c70ce22f0b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3285 | 2024.06.22 01:32:05.317156 [ 3 ] {6f16134e-928e-422d-9a61-3c70ce22f0b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3286 | 2024.06.22 01:32:05.317438 [ 3 ] {6f16134e-928e-422d-9a61-3c70ce22f0b2} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3287 | 2024.06.22 01:32:05.317474 [ 3 ] {6f16134e-928e-422d-9a61-3c70ce22f0b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3288 | 2024.06.22 01:32:05.317828 [ 3 ] {6f16134e-928e-422d-9a61-3c70ce22f0b2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3289 | 2024.06.22 01:32:05.318151 [ 3 ] {6f16134e-928e-422d-9a61-3c70ce22f0b2} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): 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.06.22 01:32:05.318273 [ 3 ] {6f16134e-928e-422d-9a61-3c70ce22f0b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
3291 | 2024.06.22 01:32:05.318598 [ 3 ] {6f16134e-928e-422d-9a61-3c70ce22f0b2} <Debug> DynamicQueryHandler: Done processing query | ||
3292 | 2024.06.22 01:32:05.318624 [ 3 ] {6f16134e-928e-422d-9a61-3c70ce22f0b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3293 | 2024.06.22 01:32:05.318640 [ 3 ] {} <Debug> HTTP-Session: 9bb8952e-23be-4dde-9c91-c7307e501ecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3294 | 2024.06.22 01:32:10.300737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3295 | 2024.06.22 01:32:10.300865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3296 | 2024.06.22 01:32:10.300889 [ 3 ] {} <Debug> HTTP-Session: 34bbb324-70cb-42e1-8afb-f2b9c21ede94 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3297 | 2024.06.22 01:32:10.300914 [ 3 ] {} <Debug> HTTP-Session: 34bbb324-70cb-42e1-8afb-f2b9c21ede94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3298 | 2024.06.22 01:32:10.300929 [ 3 ] {} <Debug> HTTP-Session: 34bbb324-70cb-42e1-8afb-f2b9c21ede94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3299 | 2024.06.22 01:32:10.300978 [ 3 ] {} <Trace> HTTP-Session: 34bbb324-70cb-42e1-8afb-f2b9c21ede94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3300 | 2024.06.22 01:32:10.301167 [ 3 ] {8011246b-fd99-4b6a-90ef-690ad6471ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3301 | 2024.06.22 01:32:10.301233 [ 3 ] {8011246b-fd99-4b6a-90ef-690ad6471ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3302 | 2024.06.22 01:32:10.301419 [ 3 ] {8011246b-fd99-4b6a-90ef-690ad6471ce7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3303 | 2024.06.22 01:32:10.301844 [ 3 ] {8011246b-fd99-4b6a-90ef-690ad6471ce7} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3304 | 2024.06.22 01:32:10.301886 [ 3 ] {8011246b-fd99-4b6a-90ef-690ad6471ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3305 | 2024.06.22 01:32:10.302273 [ 3 ] {8011246b-fd99-4b6a-90ef-690ad6471ce7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3306 | 2024.06.22 01:32:10.302641 [ 3 ] {8011246b-fd99-4b6a-90ef-690ad6471ce7} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3307 | 2024.06.22 01:32:10.302825 [ 3 ] {8011246b-fd99-4b6a-90ef-690ad6471ce7} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001721 sec., 16850.668216153397 rows/sec., 1.33 MiB/sec. | ||
3308 | 2024.06.22 01:32:10.303046 [ 3 ] {8011246b-fd99-4b6a-90ef-690ad6471ce7} <Debug> DynamicQueryHandler: Done processing query | ||
3309 | 2024.06.22 01:32:10.303074 [ 3 ] {8011246b-fd99-4b6a-90ef-690ad6471ce7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3310 | 2024.06.22 01:32:10.303091 [ 3 ] {} <Debug> HTTP-Session: 34bbb324-70cb-42e1-8afb-f2b9c21ede94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3311 | 2024.06.22 01:32:10.303256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3312 | 2024.06.22 01:32:10.303327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3313 | 2024.06.22 01:32:10.303351 [ 3 ] {} <Debug> HTTP-Session: 13789852-5c23-47c9-a48e-7f66d5c36757 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3314 | 2024.06.22 01:32:10.303371 [ 3 ] {} <Debug> HTTP-Session: 13789852-5c23-47c9-a48e-7f66d5c36757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3315 | 2024.06.22 01:32:10.303387 [ 3 ] {} <Debug> HTTP-Session: 13789852-5c23-47c9-a48e-7f66d5c36757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3316 | 2024.06.22 01:32:10.303423 [ 3 ] {} <Trace> HTTP-Session: 13789852-5c23-47c9-a48e-7f66d5c36757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3317 | 2024.06.22 01:32:10.303542 [ 3 ] {43e697a0-c369-48e0-ab39-bbf31a59c8af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3318 | 2024.06.22 01:32:10.303594 [ 3 ] {43e697a0-c369-48e0-ab39-bbf31a59c8af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3319 | 2024.06.22 01:32:10.303738 [ 3 ] {43e697a0-c369-48e0-ab39-bbf31a59c8af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3320 | 2024.06.22 01:32:10.304065 [ 3 ] {43e697a0-c369-48e0-ab39-bbf31a59c8af} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3321 | 2024.06.22 01:32:10.304104 [ 3 ] {43e697a0-c369-48e0-ab39-bbf31a59c8af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3322 | 2024.06.22 01:32:10.304424 [ 3 ] {43e697a0-c369-48e0-ab39-bbf31a59c8af} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3323 | 2024.06.22 01:32:10.304754 [ 3 ] {43e697a0-c369-48e0-ab39-bbf31a59c8af} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3324 | 2024.06.22 01:32:10.304932 [ 3 ] {43e697a0-c369-48e0-ab39-bbf31a59c8af} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001421 sec., 1407.4595355383533 rows/sec., 114.77 KiB/sec. | ||
3325 | 2024.06.22 01:32:10.305120 [ 3 ] {43e697a0-c369-48e0-ab39-bbf31a59c8af} <Debug> DynamicQueryHandler: Done processing query | ||
3326 | 2024.06.22 01:32:10.305147 [ 3 ] {43e697a0-c369-48e0-ab39-bbf31a59c8af} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3327 | 2024.06.22 01:32:10.305163 [ 3 ] {} <Debug> HTTP-Session: 13789852-5c23-47c9-a48e-7f66d5c36757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3328 | 2024.06.22 01:32:10.305311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 21113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3329 | 2024.06.22 01:32:10.305370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3330 | 2024.06.22 01:32:10.305391 [ 3 ] {} <Debug> HTTP-Session: 80275a4c-3b77-4f70-b043-8c12e79c1898 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3331 | 2024.06.22 01:32:10.305411 [ 3 ] {} <Debug> HTTP-Session: 80275a4c-3b77-4f70-b043-8c12e79c1898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3332 | 2024.06.22 01:32:10.305428 [ 3 ] {} <Debug> HTTP-Session: 80275a4c-3b77-4f70-b043-8c12e79c1898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3333 | 2024.06.22 01:32:10.305458 [ 3 ] {} <Trace> HTTP-Session: 80275a4c-3b77-4f70-b043-8c12e79c1898 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3334 | 2024.06.22 01:32:10.305596 [ 3 ] {fa795a37-bb44-45d4-9e82-5ccf448a1083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3335 | 2024.06.22 01:32:10.305713 [ 3 ] {fa795a37-bb44-45d4-9e82-5ccf448a1083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3336 | 2024.06.22 01:32:10.305894 [ 3 ] {fa795a37-bb44-45d4-9e82-5ccf448a1083} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3337 | 2024.06.22 01:32:10.306299 [ 3 ] {fa795a37-bb44-45d4-9e82-5ccf448a1083} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3338 | 2024.06.22 01:32:10.306336 [ 3 ] {fa795a37-bb44-45d4-9e82-5ccf448a1083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3339 | 2024.06.22 01:32:10.306678 [ 3 ] {fa795a37-bb44-45d4-9e82-5ccf448a1083} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3340 | 2024.06.22 01:32:10.307019 [ 3 ] {fa795a37-bb44-45d4-9e82-5ccf448a1083} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3341 | 2024.06.22 01:32:10.307184 [ 3 ] {fa795a37-bb44-45d4-9e82-5ccf448a1083} <Debug> executeQuery: Read 144 rows, 12.34 KiB in 0.001639 sec., 87858.45027455766 rows/sec., 7.35 MiB/sec. | ||
3342 | 2024.06.22 01:32:10.307362 [ 3 ] {fa795a37-bb44-45d4-9e82-5ccf448a1083} <Debug> DynamicQueryHandler: Done processing query | ||
3343 | 2024.06.22 01:32:10.307388 [ 3 ] {fa795a37-bb44-45d4-9e82-5ccf448a1083} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3344 | 2024.06.22 01:32:10.307403 [ 3 ] {} <Debug> HTTP-Session: 80275a4c-3b77-4f70-b043-8c12e79c1898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3345 | 2024.06.22 01:32:10.307536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3346 | 2024.06.22 01:32:10.307690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3347 | 2024.06.22 01:32:10.307718 [ 3 ] {} <Debug> HTTP-Session: 276ba65d-bcb5-4c42-8382-3c70ea8a6bbd Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3348 | 2024.06.22 01:32:10.307735 [ 3 ] {} <Debug> HTTP-Session: 276ba65d-bcb5-4c42-8382-3c70ea8a6bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3349 | 2024.06.22 01:32:10.307750 [ 3 ] {} <Debug> HTTP-Session: 276ba65d-bcb5-4c42-8382-3c70ea8a6bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3350 | 2024.06.22 01:32:10.307783 [ 3 ] {} <Trace> HTTP-Session: 276ba65d-bcb5-4c42-8382-3c70ea8a6bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3351 | 2024.06.22 01:32:10.307883 [ 3 ] {62ecd3bf-2dc2-417a-87fa-2a2390586d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3352 | 2024.06.22 01:32:10.307928 [ 3 ] {62ecd3bf-2dc2-417a-87fa-2a2390586d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3353 | 2024.06.22 01:32:10.308058 [ 3 ] {62ecd3bf-2dc2-417a-87fa-2a2390586d24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3354 | 2024.06.22 01:32:10.308344 [ 3 ] {62ecd3bf-2dc2-417a-87fa-2a2390586d24} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3355 | 2024.06.22 01:32:10.308381 [ 3 ] {62ecd3bf-2dc2-417a-87fa-2a2390586d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3356 | 2024.06.22 01:32:10.308703 [ 3 ] {62ecd3bf-2dc2-417a-87fa-2a2390586d24} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3357 | 2024.06.22 01:32:10.309037 [ 3 ] {62ecd3bf-2dc2-417a-87fa-2a2390586d24} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3358 | 2024.06.22 01:32:10.309193 [ 3 ] {62ecd3bf-2dc2-417a-87fa-2a2390586d24} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001337 sec., 1495.8863126402393 rows/sec., 104.45 KiB/sec. | ||
3359 | 2024.06.22 01:32:10.309410 [ 3 ] {62ecd3bf-2dc2-417a-87fa-2a2390586d24} <Debug> DynamicQueryHandler: Done processing query | ||
3360 | 2024.06.22 01:32:10.309438 [ 3 ] {62ecd3bf-2dc2-417a-87fa-2a2390586d24} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3361 | 2024.06.22 01:32:10.309461 [ 3 ] {} <Debug> HTTP-Session: 276ba65d-bcb5-4c42-8382-3c70ea8a6bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3362 | 2024.06.22 01:32:10.309595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 16144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3363 | 2024.06.22 01:32:10.309647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3364 | 2024.06.22 01:32:10.309668 [ 3 ] {} <Debug> HTTP-Session: b70f691e-2eec-469d-8e04-c22c6b76642b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3365 | 2024.06.22 01:32:10.309684 [ 3 ] {} <Debug> HTTP-Session: b70f691e-2eec-469d-8e04-c22c6b76642b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3366 | 2024.06.22 01:32:10.309698 [ 3 ] {} <Debug> HTTP-Session: b70f691e-2eec-469d-8e04-c22c6b76642b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3367 | 2024.06.22 01:32:10.309729 [ 3 ] {} <Trace> HTTP-Session: b70f691e-2eec-469d-8e04-c22c6b76642b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3368 | 2024.06.22 01:32:10.309861 [ 3 ] {17eb8bbe-7ad8-4a8b-87da-d027f37ec6a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3369 | 2024.06.22 01:32:10.309905 [ 3 ] {17eb8bbe-7ad8-4a8b-87da-d027f37ec6a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3370 | 2024.06.22 01:32:10.310031 [ 3 ] {17eb8bbe-7ad8-4a8b-87da-d027f37ec6a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3371 | 2024.06.22 01:32:10.310393 [ 3 ] {17eb8bbe-7ad8-4a8b-87da-d027f37ec6a4} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3372 | 2024.06.22 01:32:10.310430 [ 3 ] {17eb8bbe-7ad8-4a8b-87da-d027f37ec6a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3373 | 2024.06.22 01:32:10.310766 [ 3 ] {17eb8bbe-7ad8-4a8b-87da-d027f37ec6a4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3374 | 2024.06.22 01:32:10.311118 [ 3 ] {17eb8bbe-7ad8-4a8b-87da-d027f37ec6a4} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3375 | 2024.06.22 01:32:10.311283 [ 3 ] {17eb8bbe-7ad8-4a8b-87da-d027f37ec6a4} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001468 sec., 64713.89645776567 rows/sec., 5.06 MiB/sec. | ||
3376 | 2024.06.22 01:32:10.311536 [ 3 ] {17eb8bbe-7ad8-4a8b-87da-d027f37ec6a4} <Debug> DynamicQueryHandler: Done processing query | ||
3377 | 2024.06.22 01:32:10.311564 [ 3 ] {17eb8bbe-7ad8-4a8b-87da-d027f37ec6a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3378 | 2024.06.22 01:32:10.311580 [ 3 ] {} <Debug> HTTP-Session: b70f691e-2eec-469d-8e04-c22c6b76642b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3379 | 2024.06.22 01:32:10.311731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3380 | 2024.06.22 01:32:10.311780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3381 | 2024.06.22 01:32:10.311799 [ 3 ] {} <Debug> HTTP-Session: 96007238-cbbd-4b59-a33e-0630bc9a0c28 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3382 | 2024.06.22 01:32:10.311816 [ 3 ] {} <Debug> HTTP-Session: 96007238-cbbd-4b59-a33e-0630bc9a0c28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3383 | 2024.06.22 01:32:10.311829 [ 3 ] {} <Debug> HTTP-Session: 96007238-cbbd-4b59-a33e-0630bc9a0c28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3384 | 2024.06.22 01:32:10.311860 [ 3 ] {} <Trace> HTTP-Session: 96007238-cbbd-4b59-a33e-0630bc9a0c28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3385 | 2024.06.22 01:32:10.312018 [ 3 ] {355e0291-cea0-48d5-a663-8103fd890b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3386 | 2024.06.22 01:32:10.312067 [ 3 ] {355e0291-cea0-48d5-a663-8103fd890b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3387 | 2024.06.22 01:32:10.312233 [ 3 ] {355e0291-cea0-48d5-a663-8103fd890b20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3388 | 2024.06.22 01:32:10.312622 [ 3 ] {355e0291-cea0-48d5-a663-8103fd890b20} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3389 | 2024.06.22 01:32:10.312660 [ 3 ] {355e0291-cea0-48d5-a663-8103fd890b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3390 | 2024.06.22 01:32:10.313083 [ 3 ] {355e0291-cea0-48d5-a663-8103fd890b20} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3391 | 2024.06.22 01:32:10.313438 [ 3 ] {355e0291-cea0-48d5-a663-8103fd890b20} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3392 | 2024.06.22 01:32:10.313604 [ 3 ] {355e0291-cea0-48d5-a663-8103fd890b20} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001658 sec., 97104.9457177322 rows/sec., 6.76 MiB/sec. | ||
3393 | 2024.06.22 01:32:10.313826 [ 3 ] {355e0291-cea0-48d5-a663-8103fd890b20} <Debug> DynamicQueryHandler: Done processing query | ||
3394 | 2024.06.22 01:32:10.313850 [ 3 ] {355e0291-cea0-48d5-a663-8103fd890b20} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3395 | 2024.06.22 01:32:10.313867 [ 3 ] {} <Debug> HTTP-Session: 96007238-cbbd-4b59-a33e-0630bc9a0c28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3396 | 2024.06.22 01:32:10.314048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3397 | 2024.06.22 01:32:10.314101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3398 | 2024.06.22 01:32:10.314121 [ 3 ] {} <Debug> HTTP-Session: aa87bc75-7d8e-4b21-861a-a5eeb7d3ca01 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3399 | 2024.06.22 01:32:10.314137 [ 3 ] {} <Debug> HTTP-Session: aa87bc75-7d8e-4b21-861a-a5eeb7d3ca01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3400 | 2024.06.22 01:32:10.314152 [ 3 ] {} <Debug> HTTP-Session: aa87bc75-7d8e-4b21-861a-a5eeb7d3ca01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3401 | 2024.06.22 01:32:10.314182 [ 3 ] {} <Trace> HTTP-Session: aa87bc75-7d8e-4b21-861a-a5eeb7d3ca01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3402 | 2024.06.22 01:32:10.314704 [ 3 ] {aac1cae5-1cac-4bb8-9703-997e6437673b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3403 | 2024.06.22 01:32:10.314754 [ 3 ] {aac1cae5-1cac-4bb8-9703-997e6437673b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3404 | 2024.06.22 01:32:10.314913 [ 3 ] {aac1cae5-1cac-4bb8-9703-997e6437673b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3405 | 2024.06.22 01:32:10.315364 [ 3 ] {aac1cae5-1cac-4bb8-9703-997e6437673b} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3406 | 2024.06.22 01:32:10.315401 [ 3 ] {aac1cae5-1cac-4bb8-9703-997e6437673b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3407 | 2024.06.22 01:32:10.315863 [ 3 ] {aac1cae5-1cac-4bb8-9703-997e6437673b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3408 | 2024.06.22 01:32:10.316218 [ 3 ] {aac1cae5-1cac-4bb8-9703-997e6437673b} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3409 | 2024.06.22 01:32:10.316376 [ 3 ] {aac1cae5-1cac-4bb8-9703-997e6437673b} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.002113 sec., 13724.562233790819 rows/sec., 18.52 MiB/sec. | ||
3410 | 2024.06.22 01:32:10.316554 [ 3 ] {aac1cae5-1cac-4bb8-9703-997e6437673b} <Debug> DynamicQueryHandler: Done processing query | ||
3411 | 2024.06.22 01:32:10.316579 [ 3 ] {aac1cae5-1cac-4bb8-9703-997e6437673b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3412 | 2024.06.22 01:32:10.316596 [ 3 ] {} <Debug> HTTP-Session: aa87bc75-7d8e-4b21-861a-a5eeb7d3ca01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3413 | 2024.06.22 01:32:10.316733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3414 | 2024.06.22 01:32:10.316783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3415 | 2024.06.22 01:32:10.316804 [ 3 ] {} <Debug> HTTP-Session: a0d20005-81b0-4d17-a752-a6fb4be627bb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3416 | 2024.06.22 01:32:10.316823 [ 3 ] {} <Debug> HTTP-Session: a0d20005-81b0-4d17-a752-a6fb4be627bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3417 | 2024.06.22 01:32:10.316839 [ 3 ] {} <Debug> HTTP-Session: a0d20005-81b0-4d17-a752-a6fb4be627bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3418 | 2024.06.22 01:32:10.316871 [ 3 ] {} <Trace> HTTP-Session: a0d20005-81b0-4d17-a752-a6fb4be627bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3419 | 2024.06.22 01:32:10.317005 [ 3 ] {4bef73d7-e8ea-4981-8ee1-c7ffeda59cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3420 | 2024.06.22 01:32:10.317051 [ 3 ] {4bef73d7-e8ea-4981-8ee1-c7ffeda59cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3421 | 2024.06.22 01:32:10.317178 [ 3 ] {4bef73d7-e8ea-4981-8ee1-c7ffeda59cbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3422 | 2024.06.22 01:32:10.317471 [ 3 ] {4bef73d7-e8ea-4981-8ee1-c7ffeda59cbc} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3423 | 2024.06.22 01:32:10.317507 [ 3 ] {4bef73d7-e8ea-4981-8ee1-c7ffeda59cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3424 | 2024.06.22 01:32:10.317867 [ 3 ] {4bef73d7-e8ea-4981-8ee1-c7ffeda59cbc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3425 | 2024.06.22 01:32:10.318196 [ 3 ] {4bef73d7-e8ea-4981-8ee1-c7ffeda59cbc} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3426 | 2024.06.22 01:32:10.318337 [ 3 ] {4bef73d7-e8ea-4981-8ee1-c7ffeda59cbc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. | ||
3427 | 2024.06.22 01:32:10.318539 [ 3 ] {4bef73d7-e8ea-4981-8ee1-c7ffeda59cbc} <Debug> DynamicQueryHandler: Done processing query | ||
3428 | 2024.06.22 01:32:10.318564 [ 3 ] {4bef73d7-e8ea-4981-8ee1-c7ffeda59cbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3429 | 2024.06.22 01:32:10.318579 [ 3 ] {} <Debug> HTTP-Session: a0d20005-81b0-4d17-a752-a6fb4be627bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3430 | 2024.06.22 01:32:15.293872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3431 | 2024.06.22 01:32:15.294043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3432 | 2024.06.22 01:32:15.294087 [ 3 ] {} <Debug> HTTP-Session: a84152ff-39c2-4921-b809-d92b4e53839b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3433 | 2024.06.22 01:32:15.294126 [ 3 ] {} <Debug> HTTP-Session: a84152ff-39c2-4921-b809-d92b4e53839b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3434 | 2024.06.22 01:32:15.294153 [ 3 ] {} <Debug> HTTP-Session: a84152ff-39c2-4921-b809-d92b4e53839b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3435 | 2024.06.22 01:32:15.294228 [ 3 ] {} <Trace> HTTP-Session: a84152ff-39c2-4921-b809-d92b4e53839b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3436 | 2024.06.22 01:32:15.294547 [ 3 ] {e9fb21b9-670e-4033-b6fd-da8cd7a01b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3437 | 2024.06.22 01:32:15.294648 [ 3 ] {e9fb21b9-670e-4033-b6fd-da8cd7a01b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3438 | 2024.06.22 01:32:15.295001 [ 3 ] {e9fb21b9-670e-4033-b6fd-da8cd7a01b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3439 | 2024.06.22 01:32:15.295462 [ 3 ] {e9fb21b9-670e-4033-b6fd-da8cd7a01b52} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3440 | 2024.06.22 01:32:15.295502 [ 3 ] {e9fb21b9-670e-4033-b6fd-da8cd7a01b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3441 | 2024.06.22 01:32:15.295864 [ 3 ] {e9fb21b9-670e-4033-b6fd-da8cd7a01b52} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3442 | 2024.06.22 01:32:15.296176 [ 3 ] {e9fb21b9-670e-4033-b6fd-da8cd7a01b52} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3443 | 2024.06.22 01:32:15.296306 [ 3 ] {e9fb21b9-670e-4033-b6fd-da8cd7a01b52} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001871 sec., 49171.56600748263 rows/sec., 3.73 MiB/sec. | ||
3444 | 2024.06.22 01:32:15.296326 [ 56 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3445 | 2024.06.22 01:32:15.296381 [ 56 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3446 | 2024.06.22 01:32:15.296420 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3447 | 2024.06.22 01:32:15.296519 [ 3 ] {e9fb21b9-670e-4033-b6fd-da8cd7a01b52} <Debug> DynamicQueryHandler: Done processing query | ||
3448 | 2024.06.22 01:32:15.296533 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
3449 | 2024.06.22 01:32:15.296549 [ 3 ] {e9fb21b9-670e-4033-b6fd-da8cd7a01b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3450 | 2024.06.22 01:32:15.296583 [ 3 ] {} <Debug> HTTP-Session: a84152ff-39c2-4921-b809-d92b4e53839b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3451 | 2024.06.22 01:32:15.296738 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3452 | 2024.06.22 01:32:15.296773 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 183 rows starting from the beginning of the part | ||
3453 | 2024.06.22 01:32:15.296840 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 131 rows starting from the beginning of the part | ||
3454 | 2024.06.22 01:32:15.296937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3455 | 2024.06.22 01:32:15.297016 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 143 rows starting from the beginning of the part | ||
3456 | 2024.06.22 01:32:15.297123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3457 | 2024.06.22 01:32:15.297271 [ 3 ] {} <Debug> HTTP-Session: e123519c-4dfe-4c53-8bef-077acee667ff Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3458 | 2024.06.22 01:32:15.297445 [ 3 ] {} <Debug> HTTP-Session: e123519c-4dfe-4c53-8bef-077acee667ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3459 | 2024.06.22 01:32:15.297498 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part | ||
3460 | 2024.06.22 01:32:15.297548 [ 3 ] {} <Debug> HTTP-Session: e123519c-4dfe-4c53-8bef-077acee667ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3461 | 2024.06.22 01:32:15.297768 [ 3 ] {} <Trace> HTTP-Session: e123519c-4dfe-4c53-8bef-077acee667ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3462 | 2024.06.22 01:32:15.297855 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 144 rows starting from the beginning of the part | ||
3463 | 2024.06.22 01:32:15.298122 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 92 rows starting from the beginning of the part | ||
3464 | 2024.06.22 01:32:15.298196 [ 3 ] {0963451e-c0aa-47d9-890e-2448a6b8c0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3465 | 2024.06.22 01:32:15.298385 [ 3 ] {0963451e-c0aa-47d9-890e-2448a6b8c0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3466 | 2024.06.22 01:32:15.298663 [ 3 ] {0963451e-c0aa-47d9-890e-2448a6b8c0e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3467 | 2024.06.22 01:32:15.299364 [ 3 ] {0963451e-c0aa-47d9-890e-2448a6b8c0e7} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3468 | 2024.06.22 01:32:15.299410 [ 3 ] {0963451e-c0aa-47d9-890e-2448a6b8c0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3469 | 2024.06.22 01:32:15.299913 [ 3 ] {0963451e-c0aa-47d9-890e-2448a6b8c0e7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3470 | 2024.06.22 01:32:15.300108 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 749 rows, containing 4 columns (4 merged, 0 gathered) in 0.003597494 sec., 208200.48622735715 rows/sec., 17.00 MiB/sec. | ||
3471 | 2024.06.22 01:32:15.300236 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3472 | 2024.06.22 01:32:15.300354 [ 3 ] {0963451e-c0aa-47d9-890e-2448a6b8c0e7} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3473 | 2024.06.22 01:32:15.300545 [ 56 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3474 | 2024.06.22 01:32:15.300591 [ 56 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3475 | 2024.06.22 01:32:15.300592 [ 3 ] {0963451e-c0aa-47d9-890e-2448a6b8c0e7} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.002634 sec., 33409.26347760061 rows/sec., 2.60 MiB/sec. | ||
3476 | 2024.06.22 01:32:15.300620 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3477 | 2024.06.22 01:32:15.301005 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_21_4} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3478 | 2024.06.22 01:32:15.301348 [ 3 ] {0963451e-c0aa-47d9-890e-2448a6b8c0e7} <Debug> DynamicQueryHandler: Done processing query | ||
3479 | 2024.06.22 01:32:15.301437 [ 3 ] {0963451e-c0aa-47d9-890e-2448a6b8c0e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3480 | 2024.06.22 01:32:15.301478 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_21_4} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3481 | 2024.06.22 01:32:15.301504 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
3482 | 2024.06.22 01:32:15.301541 [ 3 ] {} <Debug> HTTP-Session: e123519c-4dfe-4c53-8bef-077acee667ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3483 | 2024.06.22 01:32:15.301898 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3484 | 2024.06.22 01:32:15.302095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 37584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3485 | 2024.06.22 01:32:15.302158 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3486 | 2024.06.22 01:32:15.302194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3487 | 2024.06.22 01:32:15.302222 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 143 rows starting from the beginning of the part | ||
3488 | 2024.06.22 01:32:15.302242 [ 3 ] {} <Debug> HTTP-Session: b9f78040-b792-48f2-9432-ddd5432a309f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3489 | 2024.06.22 01:32:15.302275 [ 3 ] {} <Debug> HTTP-Session: b9f78040-b792-48f2-9432-ddd5432a309f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3490 | 2024.06.22 01:32:15.302309 [ 3 ] {} <Debug> HTTP-Session: b9f78040-b792-48f2-9432-ddd5432a309f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3491 | 2024.06.22 01:32:15.302428 [ 3 ] {} <Trace> HTTP-Session: b9f78040-b792-48f2-9432-ddd5432a309f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3492 | 2024.06.22 01:32:15.302534 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 89 rows starting from the beginning of the part | ||
3493 | 2024.06.22 01:32:15.302812 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 93 rows starting from the beginning of the part | ||
3494 | 2024.06.22 01:32:15.302869 [ 3 ] {0d961718-355e-45c5-8006-f36df0fd8b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3495 | 2024.06.22 01:32:15.303083 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
3496 | 2024.06.22 01:32:15.303089 [ 3 ] {0d961718-355e-45c5-8006-f36df0fd8b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3497 | 2024.06.22 01:32:15.303399 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 95 rows starting from the beginning of the part | ||
3498 | 2024.06.22 01:32:15.303782 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 88 rows starting from the beginning of the part | ||
3499 | 2024.06.22 01:32:15.304433 [ 3 ] {0d961718-355e-45c5-8006-f36df0fd8b42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3500 | 2024.06.22 01:32:15.305255 [ 3 ] {0d961718-355e-45c5-8006-f36df0fd8b42} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3501 | 2024.06.22 01:32:15.305327 [ 3 ] {0d961718-355e-45c5-8006-f36df0fd8b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3502 | 2024.06.22 01:32:15.306488 [ 3 ] {0d961718-355e-45c5-8006-f36df0fd8b42} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3503 | 2024.06.22 01:32:15.306526 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 4 columns (4 merged, 0 gathered) in 0.005698269 sec., 100381.36142747912 rows/sec., 7.84 MiB/sec. | ||
3504 | 2024.06.22 01:32:15.306788 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3505 | 2024.06.22 01:32:15.307339 [ 3 ] {0d961718-355e-45c5-8006-f36df0fd8b42} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3506 | 2024.06.22 01:32:15.307564 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_21_4} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3507 | 2024.06.22 01:32:15.307591 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3508 | 2024.06.22 01:32:15.307655 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3509 | 2024.06.22 01:32:15.307674 [ 3 ] {0d961718-355e-45c5-8006-f36df0fd8b42} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.005058 sec., 38750.494266508504 rows/sec., 2.71 MiB/sec. | ||
3510 | 2024.06.22 01:32:15.307777 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3511 | 2024.06.22 01:32:15.308041 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_21_4} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3512 | 2024.06.22 01:32:15.308365 [ 188 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
3513 | 2024.06.22 01:32:15.308550 [ 3 ] {0d961718-355e-45c5-8006-f36df0fd8b42} <Debug> DynamicQueryHandler: Done processing query | ||
3514 | 2024.06.22 01:32:15.308591 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3515 | 2024.06.22 01:32:15.308688 [ 3 ] {0d961718-355e-45c5-8006-f36df0fd8b42} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3516 | 2024.06.22 01:32:15.308791 [ 3 ] {} <Debug> HTTP-Session: b9f78040-b792-48f2-9432-ddd5432a309f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3517 | 2024.06.22 01:32:15.309056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3518 | 2024.06.22 01:32:15.309074 [ 188 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3519 | 2024.06.22 01:32:15.309120 [ 188 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2422 rows starting from the beginning of the part | ||
3520 | 2024.06.22 01:32:15.309124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3521 | 2024.06.22 01:32:15.309148 [ 3 ] {} <Debug> HTTP-Session: 544bfc2a-114c-4e77-a467-52d5be8deb4a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3522 | 2024.06.22 01:32:15.309171 [ 3 ] {} <Debug> HTTP-Session: 544bfc2a-114c-4e77-a467-52d5be8deb4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3523 | 2024.06.22 01:32:15.309200 [ 3 ] {} <Debug> HTTP-Session: 544bfc2a-114c-4e77-a467-52d5be8deb4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3524 | 2024.06.22 01:32:15.309315 [ 188 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
3525 | 2024.06.22 01:32:15.309320 [ 3 ] {} <Trace> HTTP-Session: 544bfc2a-114c-4e77-a467-52d5be8deb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3526 | 2024.06.22 01:32:15.309530 [ 188 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
3527 | 2024.06.22 01:32:15.309627 [ 3 ] {95c5b3aa-b422-4a1b-b906-59f1178ef058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3528 | 2024.06.22 01:32:15.309742 [ 188 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
3529 | 2024.06.22 01:32:15.309793 [ 3 ] {95c5b3aa-b422-4a1b-b906-59f1178ef058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3530 | 2024.06.22 01:32:15.309922 [ 188 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 161 rows starting from the beginning of the part | ||
3531 | 2024.06.22 01:32:15.310177 [ 188 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 196 rows starting from the beginning of the part | ||
3532 | 2024.06.22 01:32:15.310751 [ 3 ] {95c5b3aa-b422-4a1b-b906-59f1178ef058} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3533 | 2024.06.22 01:32:15.311234 [ 3 ] {95c5b3aa-b422-4a1b-b906-59f1178ef058} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3534 | 2024.06.22 01:32:15.311271 [ 3 ] {95c5b3aa-b422-4a1b-b906-59f1178ef058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3535 | 2024.06.22 01:32:15.311772 [ 3 ] {95c5b3aa-b422-4a1b-b906-59f1178ef058} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3536 | 2024.06.22 01:32:15.312330 [ 3 ] {95c5b3aa-b422-4a1b-b906-59f1178ef058} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3537 | 2024.06.22 01:32:15.312537 [ 3 ] {95c5b3aa-b422-4a1b-b906-59f1178ef058} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003035 sec., 19769.357495881384 rows/sec., 1.33 MiB/sec. | ||
3538 | 2024.06.22 01:32:15.312546 [ 56 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3539 | 2024.06.22 01:32:15.312625 [ 56 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3540 | 2024.06.22 01:32:15.312671 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3541 | 2024.06.22 01:32:15.312864 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
3542 | 2024.06.22 01:32:15.312908 [ 3 ] {95c5b3aa-b422-4a1b-b906-59f1178ef058} <Debug> DynamicQueryHandler: Done processing query | ||
3543 | 2024.06.22 01:32:15.312966 [ 3 ] {95c5b3aa-b422-4a1b-b906-59f1178ef058} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3544 | 2024.06.22 01:32:15.313034 [ 3 ] {} <Debug> HTTP-Session: 544bfc2a-114c-4e77-a467-52d5be8deb4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3545 | 2024.06.22 01:32:15.313206 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3546 | 2024.06.22 01:32:15.313252 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3259 rows, containing 5 columns (5 merged, 0 gathered) in 0.005293975 sec., 615605.4760364377 rows/sec., 42.91 MiB/sec. | ||
3547 | 2024.06.22 01:32:15.313270 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 824 rows starting from the beginning of the part | ||
3548 | 2024.06.22 01:32:15.313418 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
3549 | 2024.06.22 01:32:15.313708 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
3550 | 2024.06.22 01:32:15.313987 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
3551 | 2024.06.22 01:32:15.314099 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3552 | 2024.06.22 01:32:15.314130 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
3553 | 2024.06.22 01:32:15.314477 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
3554 | 2024.06.22 01:32:15.315507 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3555 | 2024.06.22 01:32:15.315661 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3556 | 2024.06.22 01:32:15.315844 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
3557 | 2024.06.22 01:32:15.316343 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003574175 sec., 314478.1662901229 rows/sec., 21.21 MiB/sec. | ||
3558 | 2024.06.22 01:32:15.316490 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3559 | 2024.06.22 01:32:15.316909 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_21_4} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3560 | 2024.06.22 01:32:15.316977 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_21_4} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3561 | 2024.06.22 01:32:15.317040 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
3562 | 2024.06.22 01:32:18.815223 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3563 | 2024.06.22 01:32:18.815277 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3564 | 2024.06.22 01:32:20.002236 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000867096 sec. | ||
3565 | 2024.06.22 01:32:20.288717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3566 | 2024.06.22 01:32:20.288872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3567 | 2024.06.22 01:32:20.288915 [ 3 ] {} <Debug> HTTP-Session: ad0d499a-d393-476e-8164-251832b2d7e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3568 | 2024.06.22 01:32:20.288957 [ 3 ] {} <Debug> HTTP-Session: ad0d499a-d393-476e-8164-251832b2d7e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3569 | 2024.06.22 01:32:20.288986 [ 3 ] {} <Debug> HTTP-Session: ad0d499a-d393-476e-8164-251832b2d7e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3570 | 2024.06.22 01:32:20.289064 [ 3 ] {} <Trace> HTTP-Session: ad0d499a-d393-476e-8164-251832b2d7e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3571 | 2024.06.22 01:32:20.289357 [ 3 ] {c2f47b37-75bb-4897-bb90-b9dc0a12e8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3572 | 2024.06.22 01:32:20.289422 [ 3 ] {c2f47b37-75bb-4897-bb90-b9dc0a12e8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3573 | 2024.06.22 01:32:20.289607 [ 3 ] {c2f47b37-75bb-4897-bb90-b9dc0a12e8d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3574 | 2024.06.22 01:32:20.290094 [ 3 ] {c2f47b37-75bb-4897-bb90-b9dc0a12e8d0} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3575 | 2024.06.22 01:32:20.290134 [ 3 ] {c2f47b37-75bb-4897-bb90-b9dc0a12e8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3576 | 2024.06.22 01:32:20.290517 [ 3 ] {c2f47b37-75bb-4897-bb90-b9dc0a12e8d0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3577 | 2024.06.22 01:32:20.290864 [ 3 ] {c2f47b37-75bb-4897-bb90-b9dc0a12e8d0} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3578 | 2024.06.22 01:32:20.291008 [ 3 ] {c2f47b37-75bb-4897-bb90-b9dc0a12e8d0} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001756 sec., 16514.806378132118 rows/sec., 1.31 MiB/sec. | ||
3579 | 2024.06.22 01:32:20.291213 [ 3 ] {c2f47b37-75bb-4897-bb90-b9dc0a12e8d0} <Debug> DynamicQueryHandler: Done processing query | ||
3580 | 2024.06.22 01:32:20.291241 [ 3 ] {c2f47b37-75bb-4897-bb90-b9dc0a12e8d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3581 | 2024.06.22 01:32:20.291257 [ 3 ] {} <Debug> HTTP-Session: ad0d499a-d393-476e-8164-251832b2d7e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3582 | 2024.06.22 01:32:20.291444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3583 | 2024.06.22 01:32:20.291501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3584 | 2024.06.22 01:32:20.291521 [ 3 ] {} <Debug> HTTP-Session: 30a7ab2e-a028-456a-ba56-bdf99a17dc8c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3585 | 2024.06.22 01:32:20.291539 [ 3 ] {} <Debug> HTTP-Session: 30a7ab2e-a028-456a-ba56-bdf99a17dc8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3586 | 2024.06.22 01:32:20.291553 [ 3 ] {} <Debug> HTTP-Session: 30a7ab2e-a028-456a-ba56-bdf99a17dc8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3587 | 2024.06.22 01:32:20.291587 [ 3 ] {} <Trace> HTTP-Session: 30a7ab2e-a028-456a-ba56-bdf99a17dc8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3588 | 2024.06.22 01:32:20.291733 [ 3 ] {bd8c7ab5-fad9-4ed6-9210-e4a197665a5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3589 | 2024.06.22 01:32:20.291778 [ 3 ] {bd8c7ab5-fad9-4ed6-9210-e4a197665a5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3590 | 2024.06.22 01:32:20.291909 [ 3 ] {bd8c7ab5-fad9-4ed6-9210-e4a197665a5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3591 | 2024.06.22 01:32:20.292377 [ 3 ] {bd8c7ab5-fad9-4ed6-9210-e4a197665a5b} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3592 | 2024.06.22 01:32:20.292414 [ 3 ] {bd8c7ab5-fad9-4ed6-9210-e4a197665a5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3593 | 2024.06.22 01:32:20.292747 [ 3 ] {bd8c7ab5-fad9-4ed6-9210-e4a197665a5b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3594 | 2024.06.22 01:32:20.293066 [ 3 ] {bd8c7ab5-fad9-4ed6-9210-e4a197665a5b} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3595 | 2024.06.22 01:32:20.293193 [ 3 ] {bd8c7ab5-fad9-4ed6-9210-e4a197665a5b} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.001532 sec., 93342.03655352481 rows/sec., 7.82 MiB/sec. | ||
3596 | 2024.06.22 01:32:20.293367 [ 3 ] {bd8c7ab5-fad9-4ed6-9210-e4a197665a5b} <Debug> DynamicQueryHandler: Done processing query | ||
3597 | 2024.06.22 01:32:20.293392 [ 3 ] {bd8c7ab5-fad9-4ed6-9210-e4a197665a5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3598 | 2024.06.22 01:32:20.293408 [ 3 ] {} <Debug> HTTP-Session: 30a7ab2e-a028-456a-ba56-bdf99a17dc8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3599 | 2024.06.22 01:32:20.293548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3600 | 2024.06.22 01:32:20.293599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3601 | 2024.06.22 01:32:20.293618 [ 3 ] {} <Debug> HTTP-Session: 22d85134-9e0f-42aa-b6be-bb209c907628 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3602 | 2024.06.22 01:32:20.293635 [ 3 ] {} <Debug> HTTP-Session: 22d85134-9e0f-42aa-b6be-bb209c907628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3603 | 2024.06.22 01:32:20.293649 [ 3 ] {} <Debug> HTTP-Session: 22d85134-9e0f-42aa-b6be-bb209c907628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3604 | 2024.06.22 01:32:20.293680 [ 3 ] {} <Trace> HTTP-Session: 22d85134-9e0f-42aa-b6be-bb209c907628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3605 | 2024.06.22 01:32:20.293811 [ 3 ] {2d4d2753-e8d5-457c-baff-d5170843ff22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3606 | 2024.06.22 01:32:20.293853 [ 3 ] {2d4d2753-e8d5-457c-baff-d5170843ff22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3607 | 2024.06.22 01:32:20.293977 [ 3 ] {2d4d2753-e8d5-457c-baff-d5170843ff22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3608 | 2024.06.22 01:32:20.294315 [ 3 ] {2d4d2753-e8d5-457c-baff-d5170843ff22} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3609 | 2024.06.22 01:32:20.294351 [ 3 ] {2d4d2753-e8d5-457c-baff-d5170843ff22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3610 | 2024.06.22 01:32:20.294670 [ 3 ] {2d4d2753-e8d5-457c-baff-d5170843ff22} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3611 | 2024.06.22 01:32:20.295011 [ 3 ] {2d4d2753-e8d5-457c-baff-d5170843ff22} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3612 | 2024.06.22 01:32:20.295133 [ 3 ] {2d4d2753-e8d5-457c-baff-d5170843ff22} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001382 sec., 67293.77713458755 rows/sec., 5.26 MiB/sec. | ||
3613 | 2024.06.22 01:32:20.295302 [ 3 ] {2d4d2753-e8d5-457c-baff-d5170843ff22} <Debug> DynamicQueryHandler: Done processing query | ||
3614 | 2024.06.22 01:32:20.295328 [ 3 ] {2d4d2753-e8d5-457c-baff-d5170843ff22} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3615 | 2024.06.22 01:32:20.295344 [ 3 ] {} <Debug> HTTP-Session: 22d85134-9e0f-42aa-b6be-bb209c907628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3616 | 2024.06.22 01:32:20.295569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3617 | 2024.06.22 01:32:20.295618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3618 | 2024.06.22 01:32:20.295638 [ 3 ] {} <Debug> HTTP-Session: c75e678c-b371-4b96-80cd-bce0fcc119bf Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3619 | 2024.06.22 01:32:20.295655 [ 3 ] {} <Debug> HTTP-Session: c75e678c-b371-4b96-80cd-bce0fcc119bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3620 | 2024.06.22 01:32:20.295668 [ 3 ] {} <Debug> HTTP-Session: c75e678c-b371-4b96-80cd-bce0fcc119bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3621 | 2024.06.22 01:32:20.295698 [ 3 ] {} <Trace> HTTP-Session: c75e678c-b371-4b96-80cd-bce0fcc119bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3622 | 2024.06.22 01:32:20.295848 [ 3 ] {93be0df4-eab1-4eea-bb40-337350103a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3623 | 2024.06.22 01:32:20.295895 [ 3 ] {93be0df4-eab1-4eea-bb40-337350103a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3624 | 2024.06.22 01:32:20.296039 [ 3 ] {93be0df4-eab1-4eea-bb40-337350103a1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3625 | 2024.06.22 01:32:20.296443 [ 3 ] {93be0df4-eab1-4eea-bb40-337350103a1b} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3626 | 2024.06.22 01:32:20.296478 [ 3 ] {93be0df4-eab1-4eea-bb40-337350103a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3627 | 2024.06.22 01:32:20.296878 [ 3 ] {93be0df4-eab1-4eea-bb40-337350103a1b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3628 | 2024.06.22 01:32:20.297224 [ 3 ] {93be0df4-eab1-4eea-bb40-337350103a1b} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3629 | 2024.06.22 01:32:20.297351 [ 3 ] {93be0df4-eab1-4eea-bb40-337350103a1b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
3630 | 2024.06.22 01:32:20.297522 [ 3 ] {93be0df4-eab1-4eea-bb40-337350103a1b} <Debug> DynamicQueryHandler: Done processing query | ||
3631 | 2024.06.22 01:32:20.297547 [ 3 ] {93be0df4-eab1-4eea-bb40-337350103a1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3632 | 2024.06.22 01:32:20.297563 [ 3 ] {} <Debug> HTTP-Session: c75e678c-b371-4b96-80cd-bce0fcc119bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3633 | 2024.06.22 01:32:20.297732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3634 | 2024.06.22 01:32:20.297782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3635 | 2024.06.22 01:32:20.297802 [ 3 ] {} <Debug> HTTP-Session: 0ea2251a-0b90-4694-9181-457820e02990 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3636 | 2024.06.22 01:32:20.297818 [ 3 ] {} <Debug> HTTP-Session: 0ea2251a-0b90-4694-9181-457820e02990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3637 | 2024.06.22 01:32:20.297831 [ 3 ] {} <Debug> HTTP-Session: 0ea2251a-0b90-4694-9181-457820e02990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3638 | 2024.06.22 01:32:20.297862 [ 3 ] {} <Trace> HTTP-Session: 0ea2251a-0b90-4694-9181-457820e02990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3639 | 2024.06.22 01:32:20.298188 [ 3 ] {3c5301d0-e2b4-4181-8400-34f50bc7f7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3640 | 2024.06.22 01:32:20.298237 [ 3 ] {3c5301d0-e2b4-4181-8400-34f50bc7f7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3641 | 2024.06.22 01:32:20.298396 [ 3 ] {3c5301d0-e2b4-4181-8400-34f50bc7f7bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3642 | 2024.06.22 01:32:20.298855 [ 3 ] {3c5301d0-e2b4-4181-8400-34f50bc7f7bb} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3643 | 2024.06.22 01:32:20.298891 [ 3 ] {3c5301d0-e2b4-4181-8400-34f50bc7f7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3644 | 2024.06.22 01:32:20.299338 [ 3 ] {3c5301d0-e2b4-4181-8400-34f50bc7f7bb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3645 | 2024.06.22 01:32:20.299694 [ 3 ] {3c5301d0-e2b4-4181-8400-34f50bc7f7bb} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3646 | 2024.06.22 01:32:20.299825 [ 3 ] {3c5301d0-e2b4-4181-8400-34f50bc7f7bb} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.00189 sec., 15343.915343915343 rows/sec., 20.71 MiB/sec. | ||
3647 | 2024.06.22 01:32:20.300004 [ 3 ] {3c5301d0-e2b4-4181-8400-34f50bc7f7bb} <Debug> DynamicQueryHandler: Done processing query | ||
3648 | 2024.06.22 01:32:20.300029 [ 3 ] {3c5301d0-e2b4-4181-8400-34f50bc7f7bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3649 | 2024.06.22 01:32:20.300050 [ 3 ] {} <Debug> HTTP-Session: 0ea2251a-0b90-4694-9181-457820e02990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3650 | 2024.06.22 01:32:20.300182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3651 | 2024.06.22 01:32:20.300233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3652 | 2024.06.22 01:32:20.300252 [ 3 ] {} <Debug> HTTP-Session: 9c291172-fc5b-4949-9c9b-518b9d104cf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3653 | 2024.06.22 01:32:20.300269 [ 3 ] {} <Debug> HTTP-Session: 9c291172-fc5b-4949-9c9b-518b9d104cf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3654 | 2024.06.22 01:32:20.300284 [ 3 ] {} <Debug> HTTP-Session: 9c291172-fc5b-4949-9c9b-518b9d104cf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3655 | 2024.06.22 01:32:20.300316 [ 3 ] {} <Trace> HTTP-Session: 9c291172-fc5b-4949-9c9b-518b9d104cf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3656 | 2024.06.22 01:32:20.300444 [ 3 ] {0e726efb-446b-47f2-8b1c-ffeab74b75c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3657 | 2024.06.22 01:32:20.300488 [ 3 ] {0e726efb-446b-47f2-8b1c-ffeab74b75c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3658 | 2024.06.22 01:32:20.300615 [ 3 ] {0e726efb-446b-47f2-8b1c-ffeab74b75c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3659 | 2024.06.22 01:32:20.300927 [ 3 ] {0e726efb-446b-47f2-8b1c-ffeab74b75c0} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3660 | 2024.06.22 01:32:20.300963 [ 3 ] {0e726efb-446b-47f2-8b1c-ffeab74b75c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3661 | 2024.06.22 01:32:20.301355 [ 3 ] {0e726efb-446b-47f2-8b1c-ffeab74b75c0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3662 | 2024.06.22 01:32:20.301682 [ 3 ] {0e726efb-446b-47f2-8b1c-ffeab74b75c0} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3663 | 2024.06.22 01:32:20.301813 [ 3 ] {0e726efb-446b-47f2-8b1c-ffeab74b75c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
3664 | 2024.06.22 01:32:20.302116 [ 3 ] {0e726efb-446b-47f2-8b1c-ffeab74b75c0} <Debug> DynamicQueryHandler: Done processing query | ||
3665 | 2024.06.22 01:32:20.302141 [ 3 ] {0e726efb-446b-47f2-8b1c-ffeab74b75c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3666 | 2024.06.22 01:32:20.302157 [ 3 ] {} <Debug> HTTP-Session: 9c291172-fc5b-4949-9c9b-518b9d104cf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3667 | 2024.06.22 01:32:25.273250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3668 | 2024.06.22 01:32:25.273368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3669 | 2024.06.22 01:32:25.273392 [ 3 ] {} <Debug> HTTP-Session: 44406b39-709b-482c-866d-1b7bc9f27ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3670 | 2024.06.22 01:32:25.273417 [ 3 ] {} <Debug> HTTP-Session: 44406b39-709b-482c-866d-1b7bc9f27ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3671 | 2024.06.22 01:32:25.273432 [ 3 ] {} <Debug> HTTP-Session: 44406b39-709b-482c-866d-1b7bc9f27ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3672 | 2024.06.22 01:32:25.273480 [ 3 ] {} <Trace> HTTP-Session: 44406b39-709b-482c-866d-1b7bc9f27ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3673 | 2024.06.22 01:32:25.273667 [ 3 ] {3ab8e03b-2f6d-432b-8d7d-e3d0445f0bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3674 | 2024.06.22 01:32:25.273729 [ 3 ] {3ab8e03b-2f6d-432b-8d7d-e3d0445f0bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3675 | 2024.06.22 01:32:25.273913 [ 3 ] {3ab8e03b-2f6d-432b-8d7d-e3d0445f0bc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3676 | 2024.06.22 01:32:25.274357 [ 3 ] {3ab8e03b-2f6d-432b-8d7d-e3d0445f0bc4} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3677 | 2024.06.22 01:32:25.274396 [ 3 ] {3ab8e03b-2f6d-432b-8d7d-e3d0445f0bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3678 | 2024.06.22 01:32:25.274772 [ 3 ] {3ab8e03b-2f6d-432b-8d7d-e3d0445f0bc4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3679 | 2024.06.22 01:32:25.275106 [ 3 ] {3ab8e03b-2f6d-432b-8d7d-e3d0445f0bc4} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3680 | 2024.06.22 01:32:25.275254 [ 3 ] {3ab8e03b-2f6d-432b-8d7d-e3d0445f0bc4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001654 sec., 33857.31559854897 rows/sec., 2.58 MiB/sec. | ||
3681 | 2024.06.22 01:32:25.275464 [ 3 ] {3ab8e03b-2f6d-432b-8d7d-e3d0445f0bc4} <Debug> DynamicQueryHandler: Done processing query | ||
3682 | 2024.06.22 01:32:25.275491 [ 3 ] {3ab8e03b-2f6d-432b-8d7d-e3d0445f0bc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3683 | 2024.06.22 01:32:25.275508 [ 3 ] {} <Debug> HTTP-Session: 44406b39-709b-482c-866d-1b7bc9f27ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3684 | 2024.06.22 01:32:25.275668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3685 | 2024.06.22 01:32:25.275725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3686 | 2024.06.22 01:32:25.275745 [ 3 ] {} <Debug> HTTP-Session: 83bf2054-d20f-4d86-9f97-a00259040791 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3687 | 2024.06.22 01:32:25.275762 [ 3 ] {} <Debug> HTTP-Session: 83bf2054-d20f-4d86-9f97-a00259040791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3688 | 2024.06.22 01:32:25.275776 [ 3 ] {} <Debug> HTTP-Session: 83bf2054-d20f-4d86-9f97-a00259040791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3689 | 2024.06.22 01:32:25.275811 [ 3 ] {} <Trace> HTTP-Session: 83bf2054-d20f-4d86-9f97-a00259040791 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3690 | 2024.06.22 01:32:25.275937 [ 3 ] {15cdaf07-3ad9-4b49-b65f-5fda5503c91a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3691 | 2024.06.22 01:32:25.275983 [ 3 ] {15cdaf07-3ad9-4b49-b65f-5fda5503c91a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3692 | 2024.06.22 01:32:25.276115 [ 3 ] {15cdaf07-3ad9-4b49-b65f-5fda5503c91a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3693 | 2024.06.22 01:32:25.276458 [ 3 ] {15cdaf07-3ad9-4b49-b65f-5fda5503c91a} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3694 | 2024.06.22 01:32:25.276494 [ 3 ] {15cdaf07-3ad9-4b49-b65f-5fda5503c91a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3695 | 2024.06.22 01:32:25.276820 [ 3 ] {15cdaf07-3ad9-4b49-b65f-5fda5503c91a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3696 | 2024.06.22 01:32:25.277141 [ 3 ] {15cdaf07-3ad9-4b49-b65f-5fda5503c91a} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3697 | 2024.06.22 01:32:25.277266 [ 3 ] {15cdaf07-3ad9-4b49-b65f-5fda5503c91a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001378 sec., 46444.121915820026 rows/sec., 3.63 MiB/sec. | ||
3698 | 2024.06.22 01:32:25.277438 [ 3 ] {15cdaf07-3ad9-4b49-b65f-5fda5503c91a} <Debug> DynamicQueryHandler: Done processing query | ||
3699 | 2024.06.22 01:32:25.277463 [ 3 ] {15cdaf07-3ad9-4b49-b65f-5fda5503c91a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3700 | 2024.06.22 01:32:25.277479 [ 3 ] {} <Debug> HTTP-Session: 83bf2054-d20f-4d86-9f97-a00259040791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3701 | 2024.06.22 01:32:25.277700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3702 | 2024.06.22 01:32:25.277752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3703 | 2024.06.22 01:32:25.277771 [ 3 ] {} <Debug> HTTP-Session: e3fae9eb-a5e1-4e9a-a45b-b15627719faf Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3704 | 2024.06.22 01:32:25.277788 [ 3 ] {} <Debug> HTTP-Session: e3fae9eb-a5e1-4e9a-a45b-b15627719faf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3705 | 2024.06.22 01:32:25.277802 [ 3 ] {} <Debug> HTTP-Session: e3fae9eb-a5e1-4e9a-a45b-b15627719faf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3706 | 2024.06.22 01:32:25.277833 [ 3 ] {} <Trace> HTTP-Session: e3fae9eb-a5e1-4e9a-a45b-b15627719faf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3707 | 2024.06.22 01:32:25.277991 [ 3 ] {b65e43c6-53ba-4c44-a6af-51dae5b372f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3708 | 2024.06.22 01:32:25.278040 [ 3 ] {b65e43c6-53ba-4c44-a6af-51dae5b372f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3709 | 2024.06.22 01:32:25.278184 [ 3 ] {b65e43c6-53ba-4c44-a6af-51dae5b372f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3710 | 2024.06.22 01:32:25.278579 [ 3 ] {b65e43c6-53ba-4c44-a6af-51dae5b372f4} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3711 | 2024.06.22 01:32:25.278614 [ 3 ] {b65e43c6-53ba-4c44-a6af-51dae5b372f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3712 | 2024.06.22 01:32:25.279013 [ 3 ] {b65e43c6-53ba-4c44-a6af-51dae5b372f4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3713 | 2024.06.22 01:32:25.279356 [ 3 ] {b65e43c6-53ba-4c44-a6af-51dae5b372f4} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3714 | 2024.06.22 01:32:25.279482 [ 3 ] {b65e43c6-53ba-4c44-a6af-51dae5b372f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec. | ||
3715 | 2024.06.22 01:32:25.279755 [ 3 ] {b65e43c6-53ba-4c44-a6af-51dae5b372f4} <Debug> DynamicQueryHandler: Done processing query | ||
3716 | 2024.06.22 01:32:25.279787 [ 3 ] {b65e43c6-53ba-4c44-a6af-51dae5b372f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3717 | 2024.06.22 01:32:25.279803 [ 3 ] {} <Debug> HTTP-Session: e3fae9eb-a5e1-4e9a-a45b-b15627719faf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3718 | 2024.06.22 01:32:25.279938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3719 | 2024.06.22 01:32:25.279988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3720 | 2024.06.22 01:32:25.280007 [ 3 ] {} <Debug> HTTP-Session: b550bd02-2fd5-4b7a-959a-df979affbe80 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3721 | 2024.06.22 01:32:25.280024 [ 3 ] {} <Debug> HTTP-Session: b550bd02-2fd5-4b7a-959a-df979affbe80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3722 | 2024.06.22 01:32:25.280037 [ 3 ] {} <Debug> HTTP-Session: b550bd02-2fd5-4b7a-959a-df979affbe80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3723 | 2024.06.22 01:32:25.280068 [ 3 ] {} <Trace> HTTP-Session: b550bd02-2fd5-4b7a-959a-df979affbe80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3724 | 2024.06.22 01:32:25.280200 [ 3 ] {a9a5ce70-eaff-4569-9839-aca10c88ffb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3725 | 2024.06.22 01:32:25.280246 [ 3 ] {a9a5ce70-eaff-4569-9839-aca10c88ffb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3726 | 2024.06.22 01:32:25.280392 [ 3 ] {a9a5ce70-eaff-4569-9839-aca10c88ffb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3727 | 2024.06.22 01:32:25.280719 [ 3 ] {a9a5ce70-eaff-4569-9839-aca10c88ffb2} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3728 | 2024.06.22 01:32:25.280756 [ 3 ] {a9a5ce70-eaff-4569-9839-aca10c88ffb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3729 | 2024.06.22 01:32:25.281124 [ 3 ] {a9a5ce70-eaff-4569-9839-aca10c88ffb2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3730 | 2024.06.22 01:32:25.281454 [ 3 ] {a9a5ce70-eaff-4569-9839-aca10c88ffb2} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3731 | 2024.06.22 01:32:25.281581 [ 3 ] {a9a5ce70-eaff-4569-9839-aca10c88ffb2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. | ||
3732 | 2024.06.22 01:32:25.281762 [ 3 ] {a9a5ce70-eaff-4569-9839-aca10c88ffb2} <Debug> DynamicQueryHandler: Done processing query | ||
3733 | 2024.06.22 01:32:25.281788 [ 3 ] {a9a5ce70-eaff-4569-9839-aca10c88ffb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3734 | 2024.06.22 01:32:25.281803 [ 3 ] {} <Debug> HTTP-Session: b550bd02-2fd5-4b7a-959a-df979affbe80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3735 | 2024.06.22 01:32:30.262321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3736 | 2024.06.22 01:32:30.262454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3737 | 2024.06.22 01:32:30.262483 [ 3 ] {} <Debug> HTTP-Session: 7b1d8a66-e7fb-40a4-80bc-c185dd8f2b59 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3738 | 2024.06.22 01:32:30.262510 [ 3 ] {} <Debug> HTTP-Session: 7b1d8a66-e7fb-40a4-80bc-c185dd8f2b59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3739 | 2024.06.22 01:32:30.262528 [ 3 ] {} <Debug> HTTP-Session: 7b1d8a66-e7fb-40a4-80bc-c185dd8f2b59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3740 | 2024.06.22 01:32:30.262584 [ 3 ] {} <Trace> HTTP-Session: 7b1d8a66-e7fb-40a4-80bc-c185dd8f2b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3741 | 2024.06.22 01:32:30.262787 [ 3 ] {d47da875-b0a1-4fef-af2d-12e1bd34bbd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3742 | 2024.06.22 01:32:30.262856 [ 3 ] {d47da875-b0a1-4fef-af2d-12e1bd34bbd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3743 | 2024.06.22 01:32:30.263063 [ 3 ] {d47da875-b0a1-4fef-af2d-12e1bd34bbd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3744 | 2024.06.22 01:32:30.263534 [ 3 ] {d47da875-b0a1-4fef-af2d-12e1bd34bbd9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3745 | 2024.06.22 01:32:30.263572 [ 3 ] {d47da875-b0a1-4fef-af2d-12e1bd34bbd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3746 | 2024.06.22 01:32:30.263936 [ 3 ] {d47da875-b0a1-4fef-af2d-12e1bd34bbd9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3747 | 2024.06.22 01:32:30.264276 [ 3 ] {d47da875-b0a1-4fef-af2d-12e1bd34bbd9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3748 | 2024.06.22 01:32:30.264417 [ 3 ] {d47da875-b0a1-4fef-af2d-12e1bd34bbd9} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.0017 sec., 17058.823529411766 rows/sec., 1.35 MiB/sec. | ||
3749 | 2024.06.22 01:32:30.264610 [ 3 ] {d47da875-b0a1-4fef-af2d-12e1bd34bbd9} <Debug> DynamicQueryHandler: Done processing query | ||
3750 | 2024.06.22 01:32:30.264638 [ 3 ] {d47da875-b0a1-4fef-af2d-12e1bd34bbd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3751 | 2024.06.22 01:32:30.264655 [ 3 ] {} <Debug> HTTP-Session: 7b1d8a66-e7fb-40a4-80bc-c185dd8f2b59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3752 | 2024.06.22 01:32:30.264786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3753 | 2024.06.22 01:32:30.264835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3754 | 2024.06.22 01:32:30.264855 [ 3 ] {} <Debug> HTTP-Session: 03be7dd7-9968-4d52-a1b3-d61dd765fb7c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3755 | 2024.06.22 01:32:30.264873 [ 3 ] {} <Debug> HTTP-Session: 03be7dd7-9968-4d52-a1b3-d61dd765fb7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3756 | 2024.06.22 01:32:30.264886 [ 3 ] {} <Debug> HTTP-Session: 03be7dd7-9968-4d52-a1b3-d61dd765fb7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3757 | 2024.06.22 01:32:30.264918 [ 3 ] {} <Trace> HTTP-Session: 03be7dd7-9968-4d52-a1b3-d61dd765fb7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3758 | 2024.06.22 01:32:30.265013 [ 3 ] {9da2877e-aaec-4fe5-a42e-dc2fadf45b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3759 | 2024.06.22 01:32:30.265055 [ 3 ] {9da2877e-aaec-4fe5-a42e-dc2fadf45b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3760 | 2024.06.22 01:32:30.265184 [ 3 ] {9da2877e-aaec-4fe5-a42e-dc2fadf45b4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3761 | 2024.06.22 01:32:30.265461 [ 3 ] {9da2877e-aaec-4fe5-a42e-dc2fadf45b4f} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3762 | 2024.06.22 01:32:30.265497 [ 3 ] {9da2877e-aaec-4fe5-a42e-dc2fadf45b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3763 | 2024.06.22 01:32:30.265799 [ 3 ] {9da2877e-aaec-4fe5-a42e-dc2fadf45b4f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3764 | 2024.06.22 01:32:30.266104 [ 3 ] {9da2877e-aaec-4fe5-a42e-dc2fadf45b4f} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3765 | 2024.06.22 01:32:30.266226 [ 3 ] {9da2877e-aaec-4fe5-a42e-dc2fadf45b4f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001241 sec., 3223.2070910556004 rows/sec., 262.83 KiB/sec. | ||
3766 | 2024.06.22 01:32:30.266658 [ 3 ] {9da2877e-aaec-4fe5-a42e-dc2fadf45b4f} <Debug> DynamicQueryHandler: Done processing query | ||
3767 | 2024.06.22 01:32:30.266684 [ 3 ] {9da2877e-aaec-4fe5-a42e-dc2fadf45b4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3768 | 2024.06.22 01:32:30.266700 [ 3 ] {} <Debug> HTTP-Session: 03be7dd7-9968-4d52-a1b3-d61dd765fb7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3769 | 2024.06.22 01:32:30.266845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 21247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3770 | 2024.06.22 01:32:30.266895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3771 | 2024.06.22 01:32:30.266913 [ 3 ] {} <Debug> HTTP-Session: 70752a42-25a5-4dbf-ada4-3a4818045e01 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3772 | 2024.06.22 01:32:30.266931 [ 3 ] {} <Debug> HTTP-Session: 70752a42-25a5-4dbf-ada4-3a4818045e01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3773 | 2024.06.22 01:32:30.266945 [ 3 ] {} <Debug> HTTP-Session: 70752a42-25a5-4dbf-ada4-3a4818045e01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3774 | 2024.06.22 01:32:30.266976 [ 3 ] {} <Trace> HTTP-Session: 70752a42-25a5-4dbf-ada4-3a4818045e01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3775 | 2024.06.22 01:32:30.267106 [ 3 ] {ff4e4913-a594-4702-a354-15139344e085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3776 | 2024.06.22 01:32:30.267149 [ 3 ] {ff4e4913-a594-4702-a354-15139344e085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3777 | 2024.06.22 01:32:30.267299 [ 3 ] {ff4e4913-a594-4702-a354-15139344e085} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3778 | 2024.06.22 01:32:30.267676 [ 3 ] {ff4e4913-a594-4702-a354-15139344e085} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3779 | 2024.06.22 01:32:30.267713 [ 3 ] {ff4e4913-a594-4702-a354-15139344e085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3780 | 2024.06.22 01:32:30.268031 [ 3 ] {ff4e4913-a594-4702-a354-15139344e085} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3781 | 2024.06.22 01:32:30.268332 [ 3 ] {ff4e4913-a594-4702-a354-15139344e085} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3782 | 2024.06.22 01:32:30.268464 [ 3 ] {ff4e4913-a594-4702-a354-15139344e085} <Debug> executeQuery: Read 145 rows, 12.42 KiB in 0.001419 sec., 102184.637068358 rows/sec., 8.55 MiB/sec. | ||
3783 | 2024.06.22 01:32:30.268628 [ 3 ] {ff4e4913-a594-4702-a354-15139344e085} <Debug> DynamicQueryHandler: Done processing query | ||
3784 | 2024.06.22 01:32:30.268652 [ 3 ] {ff4e4913-a594-4702-a354-15139344e085} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3785 | 2024.06.22 01:32:30.268669 [ 3 ] {} <Debug> HTTP-Session: 70752a42-25a5-4dbf-ada4-3a4818045e01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3786 | 2024.06.22 01:32:30.268780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3787 | 2024.06.22 01:32:30.268829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3788 | 2024.06.22 01:32:30.268848 [ 3 ] {} <Debug> HTTP-Session: ecd27dae-fc51-49a7-ad91-befb398dc9b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3789 | 2024.06.22 01:32:30.268864 [ 3 ] {} <Debug> HTTP-Session: ecd27dae-fc51-49a7-ad91-befb398dc9b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3790 | 2024.06.22 01:32:30.268878 [ 3 ] {} <Debug> HTTP-Session: ecd27dae-fc51-49a7-ad91-befb398dc9b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3791 | 2024.06.22 01:32:30.268908 [ 3 ] {} <Trace> HTTP-Session: ecd27dae-fc51-49a7-ad91-befb398dc9b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3792 | 2024.06.22 01:32:30.269003 [ 3 ] {9bc8dc32-f7aa-49fa-885a-5399b347e250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3793 | 2024.06.22 01:32:30.269044 [ 3 ] {9bc8dc32-f7aa-49fa-885a-5399b347e250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3794 | 2024.06.22 01:32:30.269164 [ 3 ] {9bc8dc32-f7aa-49fa-885a-5399b347e250} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3795 | 2024.06.22 01:32:30.269495 [ 3 ] {9bc8dc32-f7aa-49fa-885a-5399b347e250} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3796 | 2024.06.22 01:32:30.269531 [ 3 ] {9bc8dc32-f7aa-49fa-885a-5399b347e250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3797 | 2024.06.22 01:32:30.269825 [ 3 ] {9bc8dc32-f7aa-49fa-885a-5399b347e250} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3798 | 2024.06.22 01:32:30.270136 [ 3 ] {9bc8dc32-f7aa-49fa-885a-5399b347e250} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3799 | 2024.06.22 01:32:30.270259 [ 3 ] {9bc8dc32-f7aa-49fa-885a-5399b347e250} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001286 sec., 3110.4199066874025 rows/sec., 217.18 KiB/sec. | ||
3800 | 2024.06.22 01:32:30.270514 [ 3 ] {9bc8dc32-f7aa-49fa-885a-5399b347e250} <Debug> DynamicQueryHandler: Done processing query | ||
3801 | 2024.06.22 01:32:30.270539 [ 3 ] {9bc8dc32-f7aa-49fa-885a-5399b347e250} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3802 | 2024.06.22 01:32:30.270556 [ 3 ] {} <Debug> HTTP-Session: ecd27dae-fc51-49a7-ad91-befb398dc9b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3803 | 2024.06.22 01:32:30.270690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 16487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3804 | 2024.06.22 01:32:30.270740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3805 | 2024.06.22 01:32:30.270759 [ 3 ] {} <Debug> HTTP-Session: 2d28d7c3-70c5-4f90-8e55-a816fecb96a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3806 | 2024.06.22 01:32:30.270776 [ 3 ] {} <Debug> HTTP-Session: 2d28d7c3-70c5-4f90-8e55-a816fecb96a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3807 | 2024.06.22 01:32:30.270790 [ 3 ] {} <Debug> HTTP-Session: 2d28d7c3-70c5-4f90-8e55-a816fecb96a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3808 | 2024.06.22 01:32:30.270821 [ 3 ] {} <Trace> HTTP-Session: 2d28d7c3-70c5-4f90-8e55-a816fecb96a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3809 | 2024.06.22 01:32:30.270959 [ 3 ] {1cfcebdd-9b5c-45ac-868c-c4afe1373dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3810 | 2024.06.22 01:32:30.271001 [ 3 ] {1cfcebdd-9b5c-45ac-868c-c4afe1373dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3811 | 2024.06.22 01:32:30.271137 [ 3 ] {1cfcebdd-9b5c-45ac-868c-c4afe1373dc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3812 | 2024.06.22 01:32:30.271484 [ 3 ] {1cfcebdd-9b5c-45ac-868c-c4afe1373dc7} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3813 | 2024.06.22 01:32:30.271520 [ 3 ] {1cfcebdd-9b5c-45ac-868c-c4afe1373dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3814 | 2024.06.22 01:32:30.271823 [ 3 ] {1cfcebdd-9b5c-45ac-868c-c4afe1373dc7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3815 | 2024.06.22 01:32:30.272134 [ 3 ] {1cfcebdd-9b5c-45ac-868c-c4afe1373dc7} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3816 | 2024.06.22 01:32:30.272273 [ 3 ] {1cfcebdd-9b5c-45ac-868c-c4afe1373dc7} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001381 sec., 70238.95727733526 rows/sec., 5.49 MiB/sec. | ||
3817 | 2024.06.22 01:32:30.272524 [ 3 ] {1cfcebdd-9b5c-45ac-868c-c4afe1373dc7} <Debug> DynamicQueryHandler: Done processing query | ||
3818 | 2024.06.22 01:32:30.272549 [ 3 ] {1cfcebdd-9b5c-45ac-868c-c4afe1373dc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3819 | 2024.06.22 01:32:30.272565 [ 3 ] {} <Debug> HTTP-Session: 2d28d7c3-70c5-4f90-8e55-a816fecb96a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3820 | 2024.06.22 01:32:30.272720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3821 | 2024.06.22 01:32:30.272769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3822 | 2024.06.22 01:32:30.272788 [ 3 ] {} <Debug> HTTP-Session: 52d59e1a-28a8-4322-938e-bf6d139d731c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3823 | 2024.06.22 01:32:30.272804 [ 3 ] {} <Debug> HTTP-Session: 52d59e1a-28a8-4322-938e-bf6d139d731c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3824 | 2024.06.22 01:32:30.272818 [ 3 ] {} <Debug> HTTP-Session: 52d59e1a-28a8-4322-938e-bf6d139d731c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3825 | 2024.06.22 01:32:30.272849 [ 3 ] {} <Trace> HTTP-Session: 52d59e1a-28a8-4322-938e-bf6d139d731c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3826 | 2024.06.22 01:32:30.272995 [ 3 ] {74f9a7e8-8129-4e9e-9f00-b9f381f6ccbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3827 | 2024.06.22 01:32:30.273042 [ 3 ] {74f9a7e8-8129-4e9e-9f00-b9f381f6ccbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3828 | 2024.06.22 01:32:30.273208 [ 3 ] {74f9a7e8-8129-4e9e-9f00-b9f381f6ccbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3829 | 2024.06.22 01:32:30.273595 [ 3 ] {74f9a7e8-8129-4e9e-9f00-b9f381f6ccbb} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3830 | 2024.06.22 01:32:30.273631 [ 3 ] {74f9a7e8-8129-4e9e-9f00-b9f381f6ccbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3831 | 2024.06.22 01:32:30.274028 [ 3 ] {74f9a7e8-8129-4e9e-9f00-b9f381f6ccbb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3832 | 2024.06.22 01:32:30.274365 [ 3 ] {74f9a7e8-8129-4e9e-9f00-b9f381f6ccbb} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3833 | 2024.06.22 01:32:30.274527 [ 3 ] {74f9a7e8-8129-4e9e-9f00-b9f381f6ccbb} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001597 sec., 101440.20037570446 rows/sec., 7.06 MiB/sec. | ||
3834 | 2024.06.22 01:32:30.274851 [ 3 ] {74f9a7e8-8129-4e9e-9f00-b9f381f6ccbb} <Debug> DynamicQueryHandler: Done processing query | ||
3835 | 2024.06.22 01:32:30.274875 [ 3 ] {74f9a7e8-8129-4e9e-9f00-b9f381f6ccbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3836 | 2024.06.22 01:32:30.274891 [ 3 ] {} <Debug> HTTP-Session: 52d59e1a-28a8-4322-938e-bf6d139d731c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3837 | 2024.06.22 01:32:30.275063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3838 | 2024.06.22 01:32:30.275110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3839 | 2024.06.22 01:32:30.275128 [ 3 ] {} <Debug> HTTP-Session: cf7327c5-125d-4eed-8f82-769d83927bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3840 | 2024.06.22 01:32:30.275145 [ 3 ] {} <Debug> HTTP-Session: cf7327c5-125d-4eed-8f82-769d83927bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3841 | 2024.06.22 01:32:30.275159 [ 3 ] {} <Debug> HTTP-Session: cf7327c5-125d-4eed-8f82-769d83927bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3842 | 2024.06.22 01:32:30.275188 [ 3 ] {} <Trace> HTTP-Session: cf7327c5-125d-4eed-8f82-769d83927bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3843 | 2024.06.22 01:32:30.275563 [ 3 ] {716f0ac6-be66-4555-9c6e-8df4eec83482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3844 | 2024.06.22 01:32:30.275614 [ 3 ] {716f0ac6-be66-4555-9c6e-8df4eec83482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3845 | 2024.06.22 01:32:30.275794 [ 3 ] {716f0ac6-be66-4555-9c6e-8df4eec83482} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3846 | 2024.06.22 01:32:30.276272 [ 3 ] {716f0ac6-be66-4555-9c6e-8df4eec83482} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3847 | 2024.06.22 01:32:30.276308 [ 3 ] {716f0ac6-be66-4555-9c6e-8df4eec83482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3848 | 2024.06.22 01:32:30.276729 [ 3 ] {716f0ac6-be66-4555-9c6e-8df4eec83482} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3849 | 2024.06.22 01:32:30.277089 [ 3 ] {716f0ac6-be66-4555-9c6e-8df4eec83482} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3850 | 2024.06.22 01:32:30.277248 [ 3 ] {716f0ac6-be66-4555-9c6e-8df4eec83482} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001979 sec., 14653.865588681154 rows/sec., 19.77 MiB/sec. | ||
3851 | 2024.06.22 01:32:30.277474 [ 3 ] {716f0ac6-be66-4555-9c6e-8df4eec83482} <Debug> DynamicQueryHandler: Done processing query | ||
3852 | 2024.06.22 01:32:30.277498 [ 3 ] {716f0ac6-be66-4555-9c6e-8df4eec83482} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3853 | 2024.06.22 01:32:30.277514 [ 3 ] {} <Debug> HTTP-Session: cf7327c5-125d-4eed-8f82-769d83927bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3854 | 2024.06.22 01:32:30.277631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3855 | 2024.06.22 01:32:30.277679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3856 | 2024.06.22 01:32:30.277699 [ 3 ] {} <Debug> HTTP-Session: 5e863bc4-e399-4d7c-bc16-cefa7343b52a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3857 | 2024.06.22 01:32:30.277715 [ 3 ] {} <Debug> HTTP-Session: 5e863bc4-e399-4d7c-bc16-cefa7343b52a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3858 | 2024.06.22 01:32:30.277730 [ 3 ] {} <Debug> HTTP-Session: 5e863bc4-e399-4d7c-bc16-cefa7343b52a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3859 | 2024.06.22 01:32:30.277761 [ 3 ] {} <Trace> HTTP-Session: 5e863bc4-e399-4d7c-bc16-cefa7343b52a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3860 | 2024.06.22 01:32:30.277887 [ 3 ] {926b3939-e484-497e-a09f-300af8305c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3861 | 2024.06.22 01:32:30.277933 [ 3 ] {926b3939-e484-497e-a09f-300af8305c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3862 | 2024.06.22 01:32:30.278056 [ 3 ] {926b3939-e484-497e-a09f-300af8305c78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3863 | 2024.06.22 01:32:30.278346 [ 3 ] {926b3939-e484-497e-a09f-300af8305c78} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3864 | 2024.06.22 01:32:30.278381 [ 3 ] {926b3939-e484-497e-a09f-300af8305c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3865 | 2024.06.22 01:32:30.278742 [ 3 ] {926b3939-e484-497e-a09f-300af8305c78} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3866 | 2024.06.22 01:32:30.279058 [ 3 ] {926b3939-e484-497e-a09f-300af8305c78} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3867 | 2024.06.22 01:32:30.279214 [ 3 ] {926b3939-e484-497e-a09f-300af8305c78} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
3868 | 2024.06.22 01:32:30.279384 [ 3 ] {926b3939-e484-497e-a09f-300af8305c78} <Debug> DynamicQueryHandler: Done processing query | ||
3869 | 2024.06.22 01:32:30.279408 [ 3 ] {926b3939-e484-497e-a09f-300af8305c78} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3870 | 2024.06.22 01:32:30.279423 [ 3 ] {} <Debug> HTTP-Session: 5e863bc4-e399-4d7c-bc16-cefa7343b52a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3871 | 2024.06.22 01:32:33.815529 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3872 | 2024.06.22 01:32:33.815611 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3873 | 2024.06.22 01:32:35.253127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3874 | 2024.06.22 01:32:35.253249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3875 | 2024.06.22 01:32:35.253274 [ 3 ] {} <Debug> HTTP-Session: 26305ba3-e1d7-45a3-84a9-e9d88172473b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3876 | 2024.06.22 01:32:35.253298 [ 3 ] {} <Debug> HTTP-Session: 26305ba3-e1d7-45a3-84a9-e9d88172473b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3877 | 2024.06.22 01:32:35.253313 [ 3 ] {} <Debug> HTTP-Session: 26305ba3-e1d7-45a3-84a9-e9d88172473b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3878 | 2024.06.22 01:32:35.253364 [ 3 ] {} <Trace> HTTP-Session: 26305ba3-e1d7-45a3-84a9-e9d88172473b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3879 | 2024.06.22 01:32:35.253550 [ 3 ] {4e00648b-9f3b-40d4-9013-21337936abb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3880 | 2024.06.22 01:32:35.253618 [ 3 ] {4e00648b-9f3b-40d4-9013-21337936abb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3881 | 2024.06.22 01:32:35.253810 [ 3 ] {4e00648b-9f3b-40d4-9013-21337936abb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3882 | 2024.06.22 01:32:35.254230 [ 3 ] {4e00648b-9f3b-40d4-9013-21337936abb8} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3883 | 2024.06.22 01:32:35.254274 [ 3 ] {4e00648b-9f3b-40d4-9013-21337936abb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3884 | 2024.06.22 01:32:35.254651 [ 3 ] {4e00648b-9f3b-40d4-9013-21337936abb8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3885 | 2024.06.22 01:32:35.254998 [ 3 ] {4e00648b-9f3b-40d4-9013-21337936abb8} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3886 | 2024.06.22 01:32:35.255174 [ 3 ] {4e00648b-9f3b-40d4-9013-21337936abb8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001672 sec., 1196.1722488038276 rows/sec., 97.54 KiB/sec. | ||
3887 | 2024.06.22 01:32:35.255389 [ 3 ] {4e00648b-9f3b-40d4-9013-21337936abb8} <Debug> DynamicQueryHandler: Done processing query | ||
3888 | 2024.06.22 01:32:35.255417 [ 3 ] {4e00648b-9f3b-40d4-9013-21337936abb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3889 | 2024.06.22 01:32:35.255433 [ 3 ] {} <Debug> HTTP-Session: 26305ba3-e1d7-45a3-84a9-e9d88172473b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3890 | 2024.06.22 01:32:35.255606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3891 | 2024.06.22 01:32:35.255664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3892 | 2024.06.22 01:32:35.255685 [ 3 ] {} <Debug> HTTP-Session: 0914641b-3a25-4020-97ae-88a46bcf7fee Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3893 | 2024.06.22 01:32:35.255704 [ 3 ] {} <Debug> HTTP-Session: 0914641b-3a25-4020-97ae-88a46bcf7fee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3894 | 2024.06.22 01:32:35.255718 [ 3 ] {} <Debug> HTTP-Session: 0914641b-3a25-4020-97ae-88a46bcf7fee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3895 | 2024.06.22 01:32:35.255753 [ 3 ] {} <Trace> HTTP-Session: 0914641b-3a25-4020-97ae-88a46bcf7fee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3896 | 2024.06.22 01:32:35.255876 [ 3 ] {f8610fb6-b88b-4d83-86f3-0ed64e393f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3897 | 2024.06.22 01:32:35.255922 [ 3 ] {f8610fb6-b88b-4d83-86f3-0ed64e393f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3898 | 2024.06.22 01:32:35.256055 [ 3 ] {f8610fb6-b88b-4d83-86f3-0ed64e393f84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3899 | 2024.06.22 01:32:35.256430 [ 3 ] {f8610fb6-b88b-4d83-86f3-0ed64e393f84} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3900 | 2024.06.22 01:32:35.256468 [ 3 ] {f8610fb6-b88b-4d83-86f3-0ed64e393f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3901 | 2024.06.22 01:32:35.256793 [ 3 ] {f8610fb6-b88b-4d83-86f3-0ed64e393f84} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3902 | 2024.06.22 01:32:35.257100 [ 3 ] {f8610fb6-b88b-4d83-86f3-0ed64e393f84} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3903 | 2024.06.22 01:32:35.257254 [ 3 ] {f8610fb6-b88b-4d83-86f3-0ed64e393f84} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001414 sec., 40311.17397454032 rows/sec., 3.07 MiB/sec. | ||
3904 | 2024.06.22 01:32:35.257433 [ 3 ] {f8610fb6-b88b-4d83-86f3-0ed64e393f84} <Debug> DynamicQueryHandler: Done processing query | ||
3905 | 2024.06.22 01:32:35.257457 [ 3 ] {f8610fb6-b88b-4d83-86f3-0ed64e393f84} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3906 | 2024.06.22 01:32:35.257473 [ 3 ] {} <Debug> HTTP-Session: 0914641b-3a25-4020-97ae-88a46bcf7fee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3907 | 2024.06.22 01:32:35.257581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3908 | 2024.06.22 01:32:35.257631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3909 | 2024.06.22 01:32:35.257651 [ 3 ] {} <Debug> HTTP-Session: 88957b9d-4a2f-48b3-912c-343f4c8aa9d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3910 | 2024.06.22 01:32:35.257667 [ 3 ] {} <Debug> HTTP-Session: 88957b9d-4a2f-48b3-912c-343f4c8aa9d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3911 | 2024.06.22 01:32:35.257682 [ 3 ] {} <Debug> HTTP-Session: 88957b9d-4a2f-48b3-912c-343f4c8aa9d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3912 | 2024.06.22 01:32:35.257719 [ 3 ] {} <Trace> HTTP-Session: 88957b9d-4a2f-48b3-912c-343f4c8aa9d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3913 | 2024.06.22 01:32:35.257815 [ 3 ] {14ca2c84-b09a-4cde-9827-8893828a9120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3914 | 2024.06.22 01:32:35.257859 [ 3 ] {14ca2c84-b09a-4cde-9827-8893828a9120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3915 | 2024.06.22 01:32:35.257987 [ 3 ] {14ca2c84-b09a-4cde-9827-8893828a9120} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3916 | 2024.06.22 01:32:35.258268 [ 3 ] {14ca2c84-b09a-4cde-9827-8893828a9120} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3917 | 2024.06.22 01:32:35.258305 [ 3 ] {14ca2c84-b09a-4cde-9827-8893828a9120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3918 | 2024.06.22 01:32:35.258606 [ 3 ] {14ca2c84-b09a-4cde-9827-8893828a9120} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3919 | 2024.06.22 01:32:35.258916 [ 3 ] {14ca2c84-b09a-4cde-9827-8893828a9120} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3920 | 2024.06.22 01:32:35.259072 [ 3 ] {14ca2c84-b09a-4cde-9827-8893828a9120} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001279 sec., 1563.721657544957 rows/sec., 109.19 KiB/sec. | ||
3921 | 2024.06.22 01:32:35.259243 [ 3 ] {14ca2c84-b09a-4cde-9827-8893828a9120} <Debug> DynamicQueryHandler: Done processing query | ||
3922 | 2024.06.22 01:32:35.259267 [ 3 ] {14ca2c84-b09a-4cde-9827-8893828a9120} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3923 | 2024.06.22 01:32:35.259283 [ 3 ] {} <Debug> HTTP-Session: 88957b9d-4a2f-48b3-912c-343f4c8aa9d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3924 | 2024.06.22 01:32:35.259426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3925 | 2024.06.22 01:32:35.259477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3926 | 2024.06.22 01:32:35.259496 [ 3 ] {} <Debug> HTTP-Session: e0ff9d17-5eb5-45ee-9f9f-3c073f48bbac Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3927 | 2024.06.22 01:32:35.259512 [ 3 ] {} <Debug> HTTP-Session: e0ff9d17-5eb5-45ee-9f9f-3c073f48bbac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3928 | 2024.06.22 01:32:35.259526 [ 3 ] {} <Debug> HTTP-Session: e0ff9d17-5eb5-45ee-9f9f-3c073f48bbac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3929 | 2024.06.22 01:32:35.259556 [ 3 ] {} <Trace> HTTP-Session: e0ff9d17-5eb5-45ee-9f9f-3c073f48bbac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3930 | 2024.06.22 01:32:35.259680 [ 3 ] {d2683151-e126-4255-8241-c5221a64605e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3931 | 2024.06.22 01:32:35.259725 [ 3 ] {d2683151-e126-4255-8241-c5221a64605e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3932 | 2024.06.22 01:32:35.259853 [ 3 ] {d2683151-e126-4255-8241-c5221a64605e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3933 | 2024.06.22 01:32:35.260254 [ 3 ] {d2683151-e126-4255-8241-c5221a64605e} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3934 | 2024.06.22 01:32:35.260291 [ 3 ] {d2683151-e126-4255-8241-c5221a64605e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3935 | 2024.06.22 01:32:35.260601 [ 3 ] {d2683151-e126-4255-8241-c5221a64605e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3936 | 2024.06.22 01:32:35.260905 [ 3 ] {d2683151-e126-4255-8241-c5221a64605e} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3937 | 2024.06.22 01:32:35.261042 [ 3 ] {d2683151-e126-4255-8241-c5221a64605e} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001409 sec., 46841.73172462739 rows/sec., 3.66 MiB/sec. | ||
3938 | 2024.06.22 01:32:35.261249 [ 3 ] {d2683151-e126-4255-8241-c5221a64605e} <Debug> DynamicQueryHandler: Done processing query | ||
3939 | 2024.06.22 01:32:35.261274 [ 3 ] {d2683151-e126-4255-8241-c5221a64605e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3940 | 2024.06.22 01:32:35.261289 [ 3 ] {} <Debug> HTTP-Session: e0ff9d17-5eb5-45ee-9f9f-3c073f48bbac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3941 | 2024.06.22 01:32:35.261435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3942 | 2024.06.22 01:32:35.261483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3943 | 2024.06.22 01:32:35.261502 [ 3 ] {} <Debug> HTTP-Session: f5d86ceb-a592-48b5-9f75-7d38bce16d09 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3944 | 2024.06.22 01:32:35.261518 [ 3 ] {} <Debug> HTTP-Session: f5d86ceb-a592-48b5-9f75-7d38bce16d09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3945 | 2024.06.22 01:32:35.261532 [ 3 ] {} <Debug> HTTP-Session: f5d86ceb-a592-48b5-9f75-7d38bce16d09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3946 | 2024.06.22 01:32:35.261562 [ 3 ] {} <Trace> HTTP-Session: f5d86ceb-a592-48b5-9f75-7d38bce16d09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3947 | 2024.06.22 01:32:35.261711 [ 3 ] {5733c805-6ba7-4bb1-9d18-9d26d7f2656d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3948 | 2024.06.22 01:32:35.261760 [ 3 ] {5733c805-6ba7-4bb1-9d18-9d26d7f2656d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3949 | 2024.06.22 01:32:35.261924 [ 3 ] {5733c805-6ba7-4bb1-9d18-9d26d7f2656d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3950 | 2024.06.22 01:32:35.262324 [ 3 ] {5733c805-6ba7-4bb1-9d18-9d26d7f2656d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3951 | 2024.06.22 01:32:35.262361 [ 3 ] {5733c805-6ba7-4bb1-9d18-9d26d7f2656d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3952 | 2024.06.22 01:32:35.262755 [ 3 ] {5733c805-6ba7-4bb1-9d18-9d26d7f2656d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3953 | 2024.06.22 01:32:35.263096 [ 3 ] {5733c805-6ba7-4bb1-9d18-9d26d7f2656d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3954 | 2024.06.22 01:32:35.263262 [ 3 ] {5733c805-6ba7-4bb1-9d18-9d26d7f2656d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001611 sec., 99937.9267535692 rows/sec., 6.96 MiB/sec. | ||
3955 | 2024.06.22 01:32:35.263441 [ 3 ] {5733c805-6ba7-4bb1-9d18-9d26d7f2656d} <Debug> DynamicQueryHandler: Done processing query | ||
3956 | 2024.06.22 01:32:35.263467 [ 3 ] {5733c805-6ba7-4bb1-9d18-9d26d7f2656d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3957 | 2024.06.22 01:32:35.263484 [ 3 ] {} <Debug> HTTP-Session: f5d86ceb-a592-48b5-9f75-7d38bce16d09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3958 | 2024.06.22 01:32:35.263620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3959 | 2024.06.22 01:32:35.263671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3960 | 2024.06.22 01:32:35.263690 [ 3 ] {} <Debug> HTTP-Session: 491c2310-8789-4421-ada5-0c188676378c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3961 | 2024.06.22 01:32:35.263707 [ 3 ] {} <Debug> HTTP-Session: 491c2310-8789-4421-ada5-0c188676378c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3962 | 2024.06.22 01:32:35.263721 [ 3 ] {} <Debug> HTTP-Session: 491c2310-8789-4421-ada5-0c188676378c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3963 | 2024.06.22 01:32:35.263751 [ 3 ] {} <Trace> HTTP-Session: 491c2310-8789-4421-ada5-0c188676378c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3964 | 2024.06.22 01:32:35.263875 [ 3 ] {fc326a31-2daa-4895-b11a-ea7764caa016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3965 | 2024.06.22 01:32:35.263919 [ 3 ] {fc326a31-2daa-4895-b11a-ea7764caa016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3966 | 2024.06.22 01:32:35.264045 [ 3 ] {fc326a31-2daa-4895-b11a-ea7764caa016} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3967 | 2024.06.22 01:32:35.264379 [ 3 ] {fc326a31-2daa-4895-b11a-ea7764caa016} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3968 | 2024.06.22 01:32:35.264415 [ 3 ] {fc326a31-2daa-4895-b11a-ea7764caa016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3969 | 2024.06.22 01:32:35.264776 [ 3 ] {fc326a31-2daa-4895-b11a-ea7764caa016} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3970 | 2024.06.22 01:32:35.265108 [ 3 ] {fc326a31-2daa-4895-b11a-ea7764caa016} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3971 | 2024.06.22 01:32:35.265268 [ 3 ] {fc326a31-2daa-4895-b11a-ea7764caa016} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
3972 | 2024.06.22 01:32:35.265450 [ 3 ] {fc326a31-2daa-4895-b11a-ea7764caa016} <Debug> DynamicQueryHandler: Done processing query | ||
3973 | 2024.06.22 01:32:35.265475 [ 3 ] {fc326a31-2daa-4895-b11a-ea7764caa016} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3974 | 2024.06.22 01:32:35.265490 [ 3 ] {} <Debug> HTTP-Session: 491c2310-8789-4421-ada5-0c188676378c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3975 | 2024.06.22 01:32:40.254201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3976 | 2024.06.22 01:32:40.254397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3977 | 2024.06.22 01:32:40.254442 [ 3 ] {} <Debug> HTTP-Session: 2f8756f8-e33e-4731-bbba-2551099ce750 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
3978 | 2024.06.22 01:32:40.254485 [ 3 ] {} <Debug> HTTP-Session: 2f8756f8-e33e-4731-bbba-2551099ce750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3979 | 2024.06.22 01:32:40.254513 [ 3 ] {} <Debug> HTTP-Session: 2f8756f8-e33e-4731-bbba-2551099ce750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3980 | 2024.06.22 01:32:40.254595 [ 3 ] {} <Trace> HTTP-Session: 2f8756f8-e33e-4731-bbba-2551099ce750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3981 | 2024.06.22 01:32:40.254912 [ 3 ] {3fa066b9-107d-4633-836b-0b81284a9980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3982 | 2024.06.22 01:32:40.255023 [ 3 ] {3fa066b9-107d-4633-836b-0b81284a9980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3983 | 2024.06.22 01:32:40.255345 [ 3 ] {3fa066b9-107d-4633-836b-0b81284a9980} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3984 | 2024.06.22 01:32:40.255832 [ 3 ] {3fa066b9-107d-4633-836b-0b81284a9980} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3985 | 2024.06.22 01:32:40.255877 [ 3 ] {3fa066b9-107d-4633-836b-0b81284a9980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3986 | 2024.06.22 01:32:40.256244 [ 3 ] {3fa066b9-107d-4633-836b-0b81284a9980} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3987 | 2024.06.22 01:32:40.256590 [ 3 ] {3fa066b9-107d-4633-836b-0b81284a9980} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3988 | 2024.06.22 01:32:40.256763 [ 3 ] {3fa066b9-107d-4633-836b-0b81284a9980} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001945 sec., 14910.025706940874 rows/sec., 1.18 MiB/sec. | ||
3989 | 2024.06.22 01:32:40.256775 [ 83 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
3990 | 2024.06.22 01:32:40.256882 [ 83 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3991 | 2024.06.22 01:32:40.256937 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3992 | 2024.06.22 01:32:40.257087 [ 3 ] {3fa066b9-107d-4633-836b-0b81284a9980} <Debug> DynamicQueryHandler: Done processing query | ||
3993 | 2024.06.22 01:32:40.257140 [ 3 ] {3fa066b9-107d-4633-836b-0b81284a9980} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3994 | 2024.06.22 01:32:40.257164 [ 3 ] {} <Debug> HTTP-Session: 2f8756f8-e33e-4731-bbba-2551099ce750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3995 | 2024.06.22 01:32:40.257197 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
3996 | 2024.06.22 01:32:40.257419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3997 | 2024.06.22 01:32:40.257491 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3998 | 2024.06.22 01:32:40.257510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3999 | 2024.06.22 01:32:40.257566 [ 3 ] {} <Debug> HTTP-Session: 8cb0ce44-6b78-4f84-892f-21a84b94dae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4000 | 2024.06.22 01:32:40.257566 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 29 rows starting from the beginning of the part | ||
4001 | 2024.06.22 01:32:40.257602 [ 3 ] {} <Debug> HTTP-Session: 8cb0ce44-6b78-4f84-892f-21a84b94dae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4002 | 2024.06.22 01:32:40.257640 [ 3 ] {} <Debug> HTTP-Session: 8cb0ce44-6b78-4f84-892f-21a84b94dae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4003 | 2024.06.22 01:32:40.257782 [ 3 ] {} <Trace> HTTP-Session: 8cb0ce44-6b78-4f84-892f-21a84b94dae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4004 | 2024.06.22 01:32:40.257803 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 29 rows starting from the beginning of the part | ||
4005 | 2024.06.22 01:32:40.258218 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 29 rows starting from the beginning of the part | ||
4006 | 2024.06.22 01:32:40.258230 [ 3 ] {52f675a0-9484-48a9-a8e2-b205dce75e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4007 | 2024.06.22 01:32:40.258388 [ 3 ] {52f675a0-9484-48a9-a8e2-b205dce75e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4008 | 2024.06.22 01:32:40.258512 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 29 rows starting from the beginning of the part | ||
4009 | 2024.06.22 01:32:40.258816 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 29 rows starting from the beginning of the part | ||
4010 | 2024.06.22 01:32:40.259424 [ 3 ] {52f675a0-9484-48a9-a8e2-b205dce75e94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4011 | 2024.06.22 01:32:40.260393 [ 3 ] {52f675a0-9484-48a9-a8e2-b205dce75e94} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4012 | 2024.06.22 01:32:40.260466 [ 3 ] {52f675a0-9484-48a9-a8e2-b205dce75e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4013 | 2024.06.22 01:32:40.261395 [ 187 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.004351919 sec., 33318.63483672375 rows/sec., 2.64 MiB/sec. | ||
4014 | 2024.06.22 01:32:40.261411 [ 3 ] {52f675a0-9484-48a9-a8e2-b205dce75e94} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4015 | 2024.06.22 01:32:40.261740 [ 187 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4016 | 2024.06.22 01:32:40.262057 [ 3 ] {52f675a0-9484-48a9-a8e2-b205dce75e94} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4017 | 2024.06.22 01:32:40.262379 [ 83 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4018 | 2024.06.22 01:32:40.262482 [ 83 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4019 | 2024.06.22 01:32:40.262507 [ 3 ] {52f675a0-9484-48a9-a8e2-b205dce75e94} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.004464 sec., 32034.05017921147 rows/sec., 2.68 MiB/sec. | ||
4020 | 2024.06.22 01:32:40.262567 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4021 | 2024.06.22 01:32:40.262998 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
4022 | 2024.06.22 01:32:40.263159 [ 3 ] {52f675a0-9484-48a9-a8e2-b205dce75e94} <Debug> DynamicQueryHandler: Done processing query | ||
4023 | 2024.06.22 01:32:40.263243 [ 3 ] {52f675a0-9484-48a9-a8e2-b205dce75e94} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4024 | 2024.06.22 01:32:40.263346 [ 3 ] {} <Debug> HTTP-Session: 8cb0ce44-6b78-4f84-892f-21a84b94dae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4025 | 2024.06.22 01:32:40.263399 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4026 | 2024.06.22 01:32:40.263421 [ 187 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_10_2} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4027 | 2024.06.22 01:32:40.263462 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 184 rows starting from the beginning of the part | ||
4028 | 2024.06.22 01:32:40.263643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4029 | 2024.06.22 01:32:40.263762 [ 187 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_10_2} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
4030 | 2024.06.22 01:32:40.263797 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 143 rows starting from the beginning of the part | ||
4031 | 2024.06.22 01:32:40.263850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4032 | 2024.06.22 01:32:40.263962 [ 3 ] {} <Debug> HTTP-Session: ed620fdf-2a5f-45af-97b9-4d0325ee8594 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4033 | 2024.06.22 01:32:40.264108 [ 3 ] {} <Debug> HTTP-Session: ed620fdf-2a5f-45af-97b9-4d0325ee8594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4034 | 2024.06.22 01:32:40.264172 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
4035 | 2024.06.22 01:32:40.264218 [ 3 ] {} <Debug> HTTP-Session: ed620fdf-2a5f-45af-97b9-4d0325ee8594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4036 | 2024.06.22 01:32:40.264253 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4037 | 2024.06.22 01:32:40.264497 [ 3 ] {} <Trace> HTTP-Session: ed620fdf-2a5f-45af-97b9-4d0325ee8594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4038 | 2024.06.22 01:32:40.264546 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 145 rows starting from the beginning of the part | ||
4039 | 2024.06.22 01:32:40.264811 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 57 rows starting from the beginning of the part | ||
4040 | 2024.06.22 01:32:40.265028 [ 3 ] {2f5eeb50-01c4-4ffa-8183-e79a7b446426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4041 | 2024.06.22 01:32:40.265139 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 143 rows starting from the beginning of the part | ||
4042 | 2024.06.22 01:32:40.265192 [ 3 ] {2f5eeb50-01c4-4ffa-8183-e79a7b446426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4043 | 2024.06.22 01:32:40.265964 [ 3 ] {2f5eeb50-01c4-4ffa-8183-e79a7b446426} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4044 | 2024.06.22 01:32:40.266965 [ 3 ] {2f5eeb50-01c4-4ffa-8183-e79a7b446426} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4045 | 2024.06.22 01:32:40.267054 [ 3 ] {2f5eeb50-01c4-4ffa-8183-e79a7b446426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4046 | 2024.06.22 01:32:40.267885 [ 3 ] {2f5eeb50-01c4-4ffa-8183-e79a7b446426} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4047 | 2024.06.22 01:32:40.268116 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 728 rows, containing 4 columns (4 merged, 0 gathered) in 0.005395367 sec., 134930.58025524492 rows/sec., 11.08 MiB/sec. | ||
4048 | 2024.06.22 01:32:40.268391 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4049 | 2024.06.22 01:32:40.268684 [ 3 ] {2f5eeb50-01c4-4ffa-8183-e79a7b446426} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4050 | 2024.06.22 01:32:40.269153 [ 3 ] {2f5eeb50-01c4-4ffa-8183-e79a7b446426} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.004305 sec., 21602.787456445993 rows/sec., 1.69 MiB/sec. | ||
4051 | 2024.06.22 01:32:40.269152 [ 83 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4052 | 2024.06.22 01:32:40.269340 [ 83 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4053 | 2024.06.22 01:32:40.269397 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_26_5} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4054 | 2024.06.22 01:32:40.269414 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4055 | 2024.06.22 01:32:40.269738 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_26_5} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4056 | 2024.06.22 01:32:40.269761 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
4057 | 2024.06.22 01:32:40.269749 [ 3 ] {2f5eeb50-01c4-4ffa-8183-e79a7b446426} <Debug> DynamicQueryHandler: Done processing query | ||
4058 | 2024.06.22 01:32:40.269922 [ 3 ] {2f5eeb50-01c4-4ffa-8183-e79a7b446426} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4059 | 2024.06.22 01:32:40.269940 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
4060 | 2024.06.22 01:32:40.270000 [ 3 ] {} <Debug> HTTP-Session: ed620fdf-2a5f-45af-97b9-4d0325ee8594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4061 | 2024.06.22 01:32:40.270131 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4062 | 2024.06.22 01:32:40.270170 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 145 rows starting from the beginning of the part | ||
4063 | 2024.06.22 01:32:40.270275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4064 | 2024.06.22 01:32:40.270387 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 93 rows starting from the beginning of the part | ||
4065 | 2024.06.22 01:32:40.270471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4066 | 2024.06.22 01:32:40.270561 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
4067 | 2024.06.22 01:32:40.270591 [ 3 ] {} <Debug> HTTP-Session: 98166cf7-2851-44e4-832a-6b6a64c41797 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4068 | 2024.06.22 01:32:40.270678 [ 3 ] {} <Debug> HTTP-Session: 98166cf7-2851-44e4-832a-6b6a64c41797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4069 | 2024.06.22 01:32:40.270763 [ 3 ] {} <Debug> HTTP-Session: 98166cf7-2851-44e4-832a-6b6a64c41797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4070 | 2024.06.22 01:32:40.270864 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 97 rows starting from the beginning of the part | ||
4071 | 2024.06.22 01:32:40.270937 [ 3 ] {} <Trace> HTTP-Session: 98166cf7-2851-44e4-832a-6b6a64c41797 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4072 | 2024.06.22 01:32:40.271089 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 66 rows starting from the beginning of the part | ||
4073 | 2024.06.22 01:32:40.271340 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 93 rows starting from the beginning of the part | ||
4074 | 2024.06.22 01:32:40.271590 [ 3 ] {cd1dcfc6-84ee-45a3-9684-61b9764f6783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4075 | 2024.06.22 01:32:40.271743 [ 3 ] {cd1dcfc6-84ee-45a3-9684-61b9764f6783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4076 | 2024.06.22 01:32:40.272310 [ 3 ] {cd1dcfc6-84ee-45a3-9684-61b9764f6783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4077 | 2024.06.22 01:32:40.273338 [ 3 ] {cd1dcfc6-84ee-45a3-9684-61b9764f6783} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4078 | 2024.06.22 01:32:40.273410 [ 3 ] {cd1dcfc6-84ee-45a3-9684-61b9764f6783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4079 | 2024.06.22 01:32:40.273989 [ 189 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 4 columns (4 merged, 0 gathered) in 0.004402589 sec., 126743.60472894472 rows/sec., 9.90 MiB/sec. | ||
4080 | 2024.06.22 01:32:40.274285 [ 3 ] {cd1dcfc6-84ee-45a3-9684-61b9764f6783} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4081 | 2024.06.22 01:32:40.274293 [ 189 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4082 | 2024.06.22 01:32:40.275206 [ 3 ] {cd1dcfc6-84ee-45a3-9684-61b9764f6783} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4083 | 2024.06.22 01:32:40.275343 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_26_5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4084 | 2024.06.22 01:32:40.275453 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4085 | 2024.06.22 01:32:40.275518 [ 3 ] {cd1dcfc6-84ee-45a3-9684-61b9764f6783} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004233 sec., 37798.25183085282 rows/sec., 2.63 MiB/sec. | ||
4086 | 2024.06.22 01:32:40.275586 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4087 | 2024.06.22 01:32:40.275632 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_26_5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4088 | 2024.06.22 01:32:40.275745 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4089 | 2024.06.22 01:32:40.275924 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4090 | 2024.06.22 01:32:40.276058 [ 3 ] {cd1dcfc6-84ee-45a3-9684-61b9764f6783} <Debug> DynamicQueryHandler: Done processing query | ||
4091 | 2024.06.22 01:32:40.276066 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
4092 | 2024.06.22 01:32:40.276102 [ 3 ] {cd1dcfc6-84ee-45a3-9684-61b9764f6783} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4093 | 2024.06.22 01:32:40.276137 [ 3 ] {} <Debug> HTTP-Session: 98166cf7-2851-44e4-832a-6b6a64c41797 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4094 | 2024.06.22 01:32:40.276261 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4095 | 2024.06.22 01:32:40.276309 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3259 rows starting from the beginning of the part | ||
4096 | 2024.06.22 01:32:40.276332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4097 | 2024.06.22 01:32:40.276503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4098 | 2024.06.22 01:32:40.276525 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
4099 | 2024.06.22 01:32:40.276582 [ 3 ] {} <Debug> HTTP-Session: bd311aad-1f13-4e20-b85e-bf562011a0f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4100 | 2024.06.22 01:32:40.276685 [ 3 ] {} <Debug> HTTP-Session: bd311aad-1f13-4e20-b85e-bf562011a0f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4101 | 2024.06.22 01:32:40.276757 [ 3 ] {} <Debug> HTTP-Session: bd311aad-1f13-4e20-b85e-bf562011a0f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4102 | 2024.06.22 01:32:40.276809 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
4103 | 2024.06.22 01:32:40.276894 [ 3 ] {} <Trace> HTTP-Session: bd311aad-1f13-4e20-b85e-bf562011a0f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4104 | 2024.06.22 01:32:40.277177 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 162 rows starting from the beginning of the part | ||
4105 | 2024.06.22 01:32:40.277383 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
4106 | 2024.06.22 01:32:40.277513 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
4107 | 2024.06.22 01:32:40.277841 [ 3 ] {9187b462-96f0-435e-9384-2a128328a06e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4108 | 2024.06.22 01:32:40.277981 [ 3 ] {9187b462-96f0-435e-9384-2a128328a06e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4109 | 2024.06.22 01:32:40.278673 [ 3 ] {9187b462-96f0-435e-9384-2a128328a06e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4110 | 2024.06.22 01:32:40.279722 [ 3 ] {9187b462-96f0-435e-9384-2a128328a06e} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4111 | 2024.06.22 01:32:40.279805 [ 3 ] {9187b462-96f0-435e-9384-2a128328a06e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4112 | 2024.06.22 01:32:40.280893 [ 3 ] {9187b462-96f0-435e-9384-2a128328a06e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4113 | 2024.06.22 01:32:40.281580 [ 3 ] {9187b462-96f0-435e-9384-2a128328a06e} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4114 | 2024.06.22 01:32:40.281656 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4062 rows, containing 5 columns (5 merged, 0 gathered) in 0.005646528 sec., 719380.1217314427 rows/sec., 50.14 MiB/sec. | ||
4115 | 2024.06.22 01:32:40.281841 [ 3 ] {9187b462-96f0-435e-9384-2a128328a06e} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.004549 sec., 6375.027478566718 rows/sec., 8.60 MiB/sec. | ||
4116 | 2024.06.22 01:32:40.282094 [ 3 ] {9187b462-96f0-435e-9384-2a128328a06e} <Debug> DynamicQueryHandler: Done processing query | ||
4117 | 2024.06.22 01:32:40.282132 [ 3 ] {9187b462-96f0-435e-9384-2a128328a06e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4118 | 2024.06.22 01:32:40.282160 [ 3 ] {} <Debug> HTTP-Session: bd311aad-1f13-4e20-b85e-bf562011a0f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4119 | 2024.06.22 01:32:40.282161 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4120 | 2024.06.22 01:32:40.282320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4121 | 2024.06.22 01:32:40.282385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4122 | 2024.06.22 01:32:40.282449 [ 3 ] {} <Debug> HTTP-Session: f0a1cc78-298c-48ce-bec1-6dd1a73b5dba Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4123 | 2024.06.22 01:32:40.282528 [ 3 ] {} <Debug> HTTP-Session: f0a1cc78-298c-48ce-bec1-6dd1a73b5dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4124 | 2024.06.22 01:32:40.282588 [ 3 ] {} <Debug> HTTP-Session: f0a1cc78-298c-48ce-bec1-6dd1a73b5dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4125 | 2024.06.22 01:32:40.282671 [ 3 ] {} <Trace> HTTP-Session: f0a1cc78-298c-48ce-bec1-6dd1a73b5dba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4126 | 2024.06.22 01:32:40.282930 [ 3 ] {b83e04cc-df70-4e99-8332-a658273be4f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4127 | 2024.06.22 01:32:40.283015 [ 3 ] {b83e04cc-df70-4e99-8332-a658273be4f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4128 | 2024.06.22 01:32:40.283023 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4129 | 2024.06.22 01:32:40.283282 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4130 | 2024.06.22 01:32:40.283393 [ 3 ] {b83e04cc-df70-4e99-8332-a658273be4f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4131 | 2024.06.22 01:32:40.283467 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
4132 | 2024.06.22 01:32:40.283797 [ 3 ] {b83e04cc-df70-4e99-8332-a658273be4f1} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4133 | 2024.06.22 01:32:40.283839 [ 3 ] {b83e04cc-df70-4e99-8332-a658273be4f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4134 | 2024.06.22 01:32:40.284277 [ 3 ] {b83e04cc-df70-4e99-8332-a658273be4f1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4135 | 2024.06.22 01:32:40.284612 [ 3 ] {b83e04cc-df70-4e99-8332-a658273be4f1} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4136 | 2024.06.22 01:32:40.284774 [ 83 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4137 | 2024.06.22 01:32:40.284774 [ 3 ] {b83e04cc-df70-4e99-8332-a658273be4f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00193 sec., 31088.082901554404 rows/sec., 2.10 MiB/sec. | ||
4138 | 2024.06.22 01:32:40.284825 [ 83 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4139 | 2024.06.22 01:32:40.284892 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4140 | 2024.06.22 01:32:40.285184 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4141 | 2024.06.22 01:32:40.285185 [ 3 ] {b83e04cc-df70-4e99-8332-a658273be4f1} <Debug> DynamicQueryHandler: Done processing query | ||
4142 | 2024.06.22 01:32:40.285325 [ 3 ] {b83e04cc-df70-4e99-8332-a658273be4f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4143 | 2024.06.22 01:32:40.285461 [ 3 ] {} <Debug> HTTP-Session: f0a1cc78-298c-48ce-bec1-6dd1a73b5dba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4144 | 2024.06.22 01:32:40.285659 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4145 | 2024.06.22 01:32:40.285762 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1124 rows starting from the beginning of the part | ||
4146 | 2024.06.22 01:32:40.285836 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4147 | 2024.06.22 01:32:40.285965 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4148 | 2024.06.22 01:32:40.286123 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4149 | 2024.06.22 01:32:40.286245 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4150 | 2024.06.22 01:32:40.286354 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4151 | 2024.06.22 01:32:40.287593 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1424 rows, containing 4 columns (4 merged, 0 gathered) in 0.002584277 sec., 551024.5225260296 rows/sec., 37.16 MiB/sec. | ||
4152 | 2024.06.22 01:32:40.287789 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4153 | 2024.06.22 01:32:40.288172 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_26_5} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4154 | 2024.06.22 01:32:40.288249 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_26_5} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4155 | 2024.06.22 01:32:40.288322 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
4156 | 2024.06.22 01:32:45.254304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4157 | 2024.06.22 01:32:45.254433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4158 | 2024.06.22 01:32:45.254458 [ 3 ] {} <Debug> HTTP-Session: fd1194f9-ddf8-4a6e-b467-ea19474c6e24 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4159 | 2024.06.22 01:32:45.254483 [ 3 ] {} <Debug> HTTP-Session: fd1194f9-ddf8-4a6e-b467-ea19474c6e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4160 | 2024.06.22 01:32:45.254498 [ 3 ] {} <Debug> HTTP-Session: fd1194f9-ddf8-4a6e-b467-ea19474c6e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.06.22 01:32:45.254548 [ 3 ] {} <Trace> HTTP-Session: fd1194f9-ddf8-4a6e-b467-ea19474c6e24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4162 | 2024.06.22 01:32:45.254727 [ 3 ] {f55ac7d5-2349-4fb2-a0ef-eda77c9146f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4163 | 2024.06.22 01:32:45.254794 [ 3 ] {f55ac7d5-2349-4fb2-a0ef-eda77c9146f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4164 | 2024.06.22 01:32:45.254985 [ 3 ] {f55ac7d5-2349-4fb2-a0ef-eda77c9146f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4165 | 2024.06.22 01:32:45.255390 [ 3 ] {f55ac7d5-2349-4fb2-a0ef-eda77c9146f0} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4166 | 2024.06.22 01:32:45.255435 [ 3 ] {f55ac7d5-2349-4fb2-a0ef-eda77c9146f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4167 | 2024.06.22 01:32:45.255812 [ 3 ] {f55ac7d5-2349-4fb2-a0ef-eda77c9146f0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4168 | 2024.06.22 01:32:45.256155 [ 3 ] {f55ac7d5-2349-4fb2-a0ef-eda77c9146f0} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4169 | 2024.06.22 01:32:45.256294 [ 3 ] {f55ac7d5-2349-4fb2-a0ef-eda77c9146f0} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001622 sec., 3699.1368680641185 rows/sec., 301.64 KiB/sec. | ||
4170 | 2024.06.22 01:32:45.256298 [ 156 ] {} <Debug> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4171 | 2024.06.22 01:32:45.256367 [ 156 ] {} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4172 | 2024.06.22 01:32:45.256408 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4173 | 2024.06.22 01:32:45.256563 [ 3 ] {f55ac7d5-2349-4fb2-a0ef-eda77c9146f0} <Debug> DynamicQueryHandler: Done processing query | ||
4174 | 2024.06.22 01:32:45.256669 [ 3 ] {f55ac7d5-2349-4fb2-a0ef-eda77c9146f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4175 | 2024.06.22 01:32:45.256681 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::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 | ||
4176 | 2024.06.22 01:32:45.256734 [ 3 ] {} <Debug> HTTP-Session: fd1194f9-ddf8-4a6e-b467-ea19474c6e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4177 | 2024.06.22 01:32:45.256941 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4178 | 2024.06.22 01:32:45.256991 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4179 | 2024.06.22 01:32:45.257017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 13142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4180 | 2024.06.22 01:32:45.257169 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
4181 | 2024.06.22 01:32:45.257182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4182 | 2024.06.22 01:32:45.257273 [ 3 ] {} <Debug> HTTP-Session: 6550c056-21e8-4e4b-9082-111aac84fe45 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4183 | 2024.06.22 01:32:45.257423 [ 3 ] {} <Debug> HTTP-Session: 6550c056-21e8-4e4b-9082-111aac84fe45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4184 | 2024.06.22 01:32:45.257508 [ 3 ] {} <Debug> HTTP-Session: 6550c056-21e8-4e4b-9082-111aac84fe45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4185 | 2024.06.22 01:32:45.257512 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4186 | 2024.06.22 01:32:45.257679 [ 3 ] {} <Trace> HTTP-Session: 6550c056-21e8-4e4b-9082-111aac84fe45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4187 | 2024.06.22 01:32:45.257862 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
4188 | 2024.06.22 01:32:45.258114 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4189 | 2024.06.22 01:32:45.258323 [ 3 ] {2aeac10f-3b9b-4ae8-be21-ca4ce60172b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4190 | 2024.06.22 01:32:45.258481 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
4191 | 2024.06.22 01:32:45.258504 [ 3 ] {2aeac10f-3b9b-4ae8-be21-ca4ce60172b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4192 | 2024.06.22 01:32:45.259364 [ 3 ] {2aeac10f-3b9b-4ae8-be21-ca4ce60172b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4193 | 2024.06.22 01:32:45.260220 [ 3 ] {2aeac10f-3b9b-4ae8-be21-ca4ce60172b6} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4194 | 2024.06.22 01:32:45.260285 [ 3 ] {2aeac10f-3b9b-4ae8-be21-ca4ce60172b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4195 | 2024.06.22 01:32:45.261253 [ 3 ] {2aeac10f-3b9b-4ae8-be21-ca4ce60172b6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4196 | 2024.06.22 01:32:45.261336 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.004844423 sec., 4541.30450623325 rows/sec., 370.31 KiB/sec. | ||
4197 | 2024.06.22 01:32:45.261554 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4198 | 2024.06.22 01:32:45.262075 [ 3 ] {2aeac10f-3b9b-4ae8-be21-ca4ce60172b6} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4199 | 2024.06.22 01:32:45.262349 [ 3 ] {2aeac10f-3b9b-4ae8-be21-ca4ce60172b6} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.00427 sec., 22248.24355971897 rows/sec., 1.68 MiB/sec. | ||
4200 | 2024.06.22 01:32:45.262428 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_6_1} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4201 | 2024.06.22 01:32:45.262637 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_6_1} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4202 | 2024.06.22 01:32:45.262700 [ 3 ] {2aeac10f-3b9b-4ae8-be21-ca4ce60172b6} <Debug> DynamicQueryHandler: Done processing query | ||
4203 | 2024.06.22 01:32:45.262772 [ 3 ] {2aeac10f-3b9b-4ae8-be21-ca4ce60172b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4204 | 2024.06.22 01:32:45.262780 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4205 | 2024.06.22 01:32:45.262797 [ 3 ] {} <Debug> HTTP-Session: 6550c056-21e8-4e4b-9082-111aac84fe45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4206 | 2024.06.22 01:32:45.262958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4207 | 2024.06.22 01:32:45.263006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4208 | 2024.06.22 01:32:45.263026 [ 3 ] {} <Debug> HTTP-Session: 6eec519c-4ea8-4f96-9ef5-5c57dfe814da Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4209 | 2024.06.22 01:32:45.263042 [ 3 ] {} <Debug> HTTP-Session: 6eec519c-4ea8-4f96-9ef5-5c57dfe814da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4210 | 2024.06.22 01:32:45.263057 [ 3 ] {} <Debug> HTTP-Session: 6eec519c-4ea8-4f96-9ef5-5c57dfe814da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4211 | 2024.06.22 01:32:45.263088 [ 3 ] {} <Trace> HTTP-Session: 6eec519c-4ea8-4f96-9ef5-5c57dfe814da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4212 | 2024.06.22 01:32:45.263188 [ 3 ] {3e4183f7-f18b-4e92-8f83-31b638c4aeca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4213 | 2024.06.22 01:32:45.263232 [ 3 ] {3e4183f7-f18b-4e92-8f83-31b638c4aeca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4214 | 2024.06.22 01:32:45.263382 [ 3 ] {3e4183f7-f18b-4e92-8f83-31b638c4aeca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4215 | 2024.06.22 01:32:45.263682 [ 3 ] {3e4183f7-f18b-4e92-8f83-31b638c4aeca} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4216 | 2024.06.22 01:32:45.263718 [ 3 ] {3e4183f7-f18b-4e92-8f83-31b638c4aeca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4217 | 2024.06.22 01:32:45.264031 [ 3 ] {3e4183f7-f18b-4e92-8f83-31b638c4aeca} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4218 | 2024.06.22 01:32:45.264355 [ 3 ] {3e4183f7-f18b-4e92-8f83-31b638c4aeca} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4219 | 2024.06.22 01:32:45.264477 [ 156 ] {} <Debug> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4220 | 2024.06.22 01:32:45.264482 [ 3 ] {3e4183f7-f18b-4e92-8f83-31b638c4aeca} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.00132 sec., 4545.454545454545 rows/sec., 317.38 KiB/sec. | ||
4221 | 2024.06.22 01:32:45.264521 [ 156 ] {} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4222 | 2024.06.22 01:32:45.264564 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4223 | 2024.06.22 01:32:45.264718 [ 3 ] {3e4183f7-f18b-4e92-8f83-31b638c4aeca} <Debug> DynamicQueryHandler: Done processing query | ||
4224 | 2024.06.22 01:32:45.264769 [ 3 ] {3e4183f7-f18b-4e92-8f83-31b638c4aeca} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4225 | 2024.06.22 01:32:45.264792 [ 189 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::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 | ||
4226 | 2024.06.22 01:32:45.264807 [ 3 ] {} <Debug> HTTP-Session: 6eec519c-4ea8-4f96-9ef5-5c57dfe814da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4227 | 2024.06.22 01:32:45.265037 [ 189 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4228 | 2024.06.22 01:32:45.265057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4229 | 2024.06.22 01:32:45.265101 [ 189 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4230 | 2024.06.22 01:32:45.265139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4231 | 2024.06.22 01:32:45.265180 [ 3 ] {} <Debug> HTTP-Session: b41dbf01-1d88-4860-a918-6857f8fc54d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4232 | 2024.06.22 01:32:45.265230 [ 3 ] {} <Debug> HTTP-Session: b41dbf01-1d88-4860-a918-6857f8fc54d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4233 | 2024.06.22 01:32:45.265297 [ 3 ] {} <Debug> HTTP-Session: b41dbf01-1d88-4860-a918-6857f8fc54d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4234 | 2024.06.22 01:32:45.265380 [ 189 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
4235 | 2024.06.22 01:32:45.265438 [ 3 ] {} <Trace> HTTP-Session: b41dbf01-1d88-4860-a918-6857f8fc54d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4236 | 2024.06.22 01:32:45.265716 [ 189 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4237 | 2024.06.22 01:32:45.265838 [ 3 ] {b67cb438-7826-44c2-9aee-c6d66eef07b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4238 | 2024.06.22 01:32:45.265968 [ 189 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
4239 | 2024.06.22 01:32:45.266003 [ 3 ] {b67cb438-7826-44c2-9aee-c6d66eef07b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4240 | 2024.06.22 01:32:45.266365 [ 189 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4241 | 2024.06.22 01:32:45.266650 [ 189 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
4242 | 2024.06.22 01:32:45.267247 [ 3 ] {b67cb438-7826-44c2-9aee-c6d66eef07b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4243 | 2024.06.22 01:32:45.268027 [ 3 ] {b67cb438-7826-44c2-9aee-c6d66eef07b8} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4244 | 2024.06.22 01:32:45.268088 [ 3 ] {b67cb438-7826-44c2-9aee-c6d66eef07b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4245 | 2024.06.22 01:32:45.268965 [ 3 ] {b67cb438-7826-44c2-9aee-c6d66eef07b8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4246 | 2024.06.22 01:32:45.269515 [ 193 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.004840133 sec., 4545.329642801138 rows/sec., 317.37 KiB/sec. | ||
4247 | 2024.06.22 01:32:45.269739 [ 193 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4248 | 2024.06.22 01:32:45.269907 [ 3 ] {b67cb438-7826-44c2-9aee-c6d66eef07b8} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4249 | 2024.06.22 01:32:45.270353 [ 3 ] {b67cb438-7826-44c2-9aee-c6d66eef07b8} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.004632 sec., 20293.609671848015 rows/sec., 1.58 MiB/sec. | ||
4250 | 2024.06.22 01:32:45.270739 [ 3 ] {b67cb438-7826-44c2-9aee-c6d66eef07b8} <Debug> DynamicQueryHandler: Done processing query | ||
4251 | 2024.06.22 01:32:45.270794 [ 193 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_6_1} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4252 | 2024.06.22 01:32:45.270803 [ 3 ] {b67cb438-7826-44c2-9aee-c6d66eef07b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4253 | 2024.06.22 01:32:45.270870 [ 3 ] {} <Debug> HTTP-Session: b41dbf01-1d88-4860-a918-6857f8fc54d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4254 | 2024.06.22 01:32:45.270962 [ 193 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_6_1} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4255 | 2024.06.22 01:32:45.271080 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4256 | 2024.06.22 01:32:45.271096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 38162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4257 | 2024.06.22 01:32:45.271166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4258 | 2024.06.22 01:32:45.271188 [ 3 ] {} <Debug> HTTP-Session: 6b4812b8-708b-430d-8ab5-317d99bfffa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4259 | 2024.06.22 01:32:45.271207 [ 3 ] {} <Debug> HTTP-Session: 6b4812b8-708b-430d-8ab5-317d99bfffa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4260 | 2024.06.22 01:32:45.271221 [ 3 ] {} <Debug> HTTP-Session: 6b4812b8-708b-430d-8ab5-317d99bfffa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4261 | 2024.06.22 01:32:45.271254 [ 3 ] {} <Trace> HTTP-Session: 6b4812b8-708b-430d-8ab5-317d99bfffa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4262 | 2024.06.22 01:32:45.271490 [ 3 ] {dfcd001b-1aa5-438e-835a-63a2d130fe95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4263 | 2024.06.22 01:32:45.271539 [ 3 ] {dfcd001b-1aa5-438e-835a-63a2d130fe95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4264 | 2024.06.22 01:32:45.271712 [ 3 ] {dfcd001b-1aa5-438e-835a-63a2d130fe95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4265 | 2024.06.22 01:32:45.272133 [ 3 ] {dfcd001b-1aa5-438e-835a-63a2d130fe95} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4266 | 2024.06.22 01:32:45.272170 [ 3 ] {dfcd001b-1aa5-438e-835a-63a2d130fe95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4267 | 2024.06.22 01:32:45.272574 [ 3 ] {dfcd001b-1aa5-438e-835a-63a2d130fe95} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4268 | 2024.06.22 01:32:45.272925 [ 3 ] {dfcd001b-1aa5-438e-835a-63a2d130fe95} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4269 | 2024.06.22 01:32:45.273053 [ 3 ] {dfcd001b-1aa5-438e-835a-63a2d130fe95} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001714 sec., 116102.6837806301 rows/sec., 8.10 MiB/sec. | ||
4270 | 2024.06.22 01:32:45.273390 [ 3 ] {dfcd001b-1aa5-438e-835a-63a2d130fe95} <Debug> DynamicQueryHandler: Done processing query | ||
4271 | 2024.06.22 01:32:45.273416 [ 3 ] {dfcd001b-1aa5-438e-835a-63a2d130fe95} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4272 | 2024.06.22 01:32:45.273432 [ 3 ] {} <Debug> HTTP-Session: 6b4812b8-708b-430d-8ab5-317d99bfffa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4273 | 2024.06.22 01:32:45.273586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4274 | 2024.06.22 01:32:45.273634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4275 | 2024.06.22 01:32:45.273653 [ 3 ] {} <Debug> HTTP-Session: 79da8f16-4e45-46d2-b73b-137af4683844 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4276 | 2024.06.22 01:32:45.273671 [ 3 ] {} <Debug> HTTP-Session: 79da8f16-4e45-46d2-b73b-137af4683844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4277 | 2024.06.22 01:32:45.273685 [ 3 ] {} <Debug> HTTP-Session: 79da8f16-4e45-46d2-b73b-137af4683844 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4278 | 2024.06.22 01:32:45.273715 [ 3 ] {} <Trace> HTTP-Session: 79da8f16-4e45-46d2-b73b-137af4683844 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4279 | 2024.06.22 01:32:45.273832 [ 3 ] {e21fd56f-117a-4b89-a087-40bacf1a7a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4280 | 2024.06.22 01:32:45.273879 [ 3 ] {e21fd56f-117a-4b89-a087-40bacf1a7a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4281 | 2024.06.22 01:32:45.274028 [ 3 ] {e21fd56f-117a-4b89-a087-40bacf1a7a38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4282 | 2024.06.22 01:32:45.274322 [ 3 ] {e21fd56f-117a-4b89-a087-40bacf1a7a38} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4283 | 2024.06.22 01:32:45.274358 [ 3 ] {e21fd56f-117a-4b89-a087-40bacf1a7a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4284 | 2024.06.22 01:32:45.274713 [ 3 ] {e21fd56f-117a-4b89-a087-40bacf1a7a38} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4285 | 2024.06.22 01:32:45.275047 [ 3 ] {e21fd56f-117a-4b89-a087-40bacf1a7a38} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4286 | 2024.06.22 01:32:45.275171 [ 3 ] {e21fd56f-117a-4b89-a087-40bacf1a7a38} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
4287 | 2024.06.22 01:32:45.275322 [ 3 ] {e21fd56f-117a-4b89-a087-40bacf1a7a38} <Debug> DynamicQueryHandler: Done processing query | ||
4288 | 2024.06.22 01:32:45.275346 [ 3 ] {e21fd56f-117a-4b89-a087-40bacf1a7a38} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4289 | 2024.06.22 01:32:45.275362 [ 3 ] {} <Debug> HTTP-Session: 79da8f16-4e45-46d2-b73b-137af4683844 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4290 | 2024.06.22 01:32:48.815881 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4291 | 2024.06.22 01:32:48.815938 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4292 | 2024.06.22 01:32:50.255198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4293 | 2024.06.22 01:32:50.255339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4294 | 2024.06.22 01:32:50.255368 [ 3 ] {} <Debug> HTTP-Session: fa5efdaa-63e9-4d4c-b1be-4c4bc4b7be63 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4295 | 2024.06.22 01:32:50.255396 [ 3 ] {} <Debug> HTTP-Session: fa5efdaa-63e9-4d4c-b1be-4c4bc4b7be63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4296 | 2024.06.22 01:32:50.255414 [ 3 ] {} <Debug> HTTP-Session: fa5efdaa-63e9-4d4c-b1be-4c4bc4b7be63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4297 | 2024.06.22 01:32:50.255471 [ 3 ] {} <Trace> HTTP-Session: fa5efdaa-63e9-4d4c-b1be-4c4bc4b7be63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4298 | 2024.06.22 01:32:50.255672 [ 3 ] {ba7bd6c0-9e20-431a-ae2a-f8b06c5da30a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4299 | 2024.06.22 01:32:50.255738 [ 3 ] {ba7bd6c0-9e20-431a-ae2a-f8b06c5da30a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4300 | 2024.06.22 01:32:50.255933 [ 3 ] {ba7bd6c0-9e20-431a-ae2a-f8b06c5da30a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4301 | 2024.06.22 01:32:50.256370 [ 3 ] {ba7bd6c0-9e20-431a-ae2a-f8b06c5da30a} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4302 | 2024.06.22 01:32:50.256412 [ 3 ] {ba7bd6c0-9e20-431a-ae2a-f8b06c5da30a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4303 | 2024.06.22 01:32:50.256783 [ 3 ] {ba7bd6c0-9e20-431a-ae2a-f8b06c5da30a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4304 | 2024.06.22 01:32:50.257119 [ 3 ] {ba7bd6c0-9e20-431a-ae2a-f8b06c5da30a} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4305 | 2024.06.22 01:32:50.257298 [ 3 ] {ba7bd6c0-9e20-431a-ae2a-f8b06c5da30a} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001682 sec., 17241.37931034483 rows/sec., 1.36 MiB/sec. | ||
4306 | 2024.06.22 01:32:50.257627 [ 3 ] {ba7bd6c0-9e20-431a-ae2a-f8b06c5da30a} <Debug> DynamicQueryHandler: Done processing query | ||
4307 | 2024.06.22 01:32:50.257655 [ 3 ] {ba7bd6c0-9e20-431a-ae2a-f8b06c5da30a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4308 | 2024.06.22 01:32:50.257672 [ 3 ] {} <Debug> HTTP-Session: fa5efdaa-63e9-4d4c-b1be-4c4bc4b7be63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4309 | 2024.06.22 01:32:50.257869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4310 | 2024.06.22 01:32:50.257918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4311 | 2024.06.22 01:32:50.257937 [ 3 ] {} <Debug> HTTP-Session: 5981f625-0ddd-44da-9597-791f4d5f2b0d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4312 | 2024.06.22 01:32:50.257954 [ 3 ] {} <Debug> HTTP-Session: 5981f625-0ddd-44da-9597-791f4d5f2b0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4313 | 2024.06.22 01:32:50.257967 [ 3 ] {} <Debug> HTTP-Session: 5981f625-0ddd-44da-9597-791f4d5f2b0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4314 | 2024.06.22 01:32:50.257998 [ 3 ] {} <Trace> HTTP-Session: 5981f625-0ddd-44da-9597-791f4d5f2b0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4315 | 2024.06.22 01:32:50.258140 [ 3 ] {c5683b4c-87c3-486a-8069-d20bca0f928c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4316 | 2024.06.22 01:32:50.258184 [ 3 ] {c5683b4c-87c3-486a-8069-d20bca0f928c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4317 | 2024.06.22 01:32:50.258326 [ 3 ] {c5683b4c-87c3-486a-8069-d20bca0f928c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4318 | 2024.06.22 01:32:50.258794 [ 3 ] {c5683b4c-87c3-486a-8069-d20bca0f928c} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4319 | 2024.06.22 01:32:50.258831 [ 3 ] {c5683b4c-87c3-486a-8069-d20bca0f928c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4320 | 2024.06.22 01:32:50.259150 [ 3 ] {c5683b4c-87c3-486a-8069-d20bca0f928c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4321 | 2024.06.22 01:32:50.259461 [ 3 ] {c5683b4c-87c3-486a-8069-d20bca0f928c} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4322 | 2024.06.22 01:32:50.259616 [ 3 ] {c5683b4c-87c3-486a-8069-d20bca0f928c} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.001533 sec., 93281.14807566862 rows/sec., 7.82 MiB/sec. | ||
4323 | 2024.06.22 01:32:50.259786 [ 3 ] {c5683b4c-87c3-486a-8069-d20bca0f928c} <Debug> DynamicQueryHandler: Done processing query | ||
4324 | 2024.06.22 01:32:50.259811 [ 3 ] {c5683b4c-87c3-486a-8069-d20bca0f928c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4325 | 2024.06.22 01:32:50.259827 [ 3 ] {} <Debug> HTTP-Session: 5981f625-0ddd-44da-9597-791f4d5f2b0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4326 | 2024.06.22 01:32:50.259966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4327 | 2024.06.22 01:32:50.260014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4328 | 2024.06.22 01:32:50.260033 [ 3 ] {} <Debug> HTTP-Session: 60c332cf-e528-451e-95f7-f714b3899c99 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4329 | 2024.06.22 01:32:50.260049 [ 3 ] {} <Debug> HTTP-Session: 60c332cf-e528-451e-95f7-f714b3899c99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4330 | 2024.06.22 01:32:50.260062 [ 3 ] {} <Debug> HTTP-Session: 60c332cf-e528-451e-95f7-f714b3899c99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4331 | 2024.06.22 01:32:50.260092 [ 3 ] {} <Trace> HTTP-Session: 60c332cf-e528-451e-95f7-f714b3899c99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4332 | 2024.06.22 01:32:50.260219 [ 3 ] {590bbc8c-4a41-4635-a0f3-2a7f9a42c46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4333 | 2024.06.22 01:32:50.260260 [ 3 ] {590bbc8c-4a41-4635-a0f3-2a7f9a42c46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4334 | 2024.06.22 01:32:50.260387 [ 3 ] {590bbc8c-4a41-4635-a0f3-2a7f9a42c46a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4335 | 2024.06.22 01:32:50.260731 [ 3 ] {590bbc8c-4a41-4635-a0f3-2a7f9a42c46a} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4336 | 2024.06.22 01:32:50.260768 [ 3 ] {590bbc8c-4a41-4635-a0f3-2a7f9a42c46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4337 | 2024.06.22 01:32:50.261083 [ 3 ] {590bbc8c-4a41-4635-a0f3-2a7f9a42c46a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4338 | 2024.06.22 01:32:50.261395 [ 3 ] {590bbc8c-4a41-4635-a0f3-2a7f9a42c46a} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4339 | 2024.06.22 01:32:50.261546 [ 3 ] {590bbc8c-4a41-4635-a0f3-2a7f9a42c46a} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001377 sec., 67538.12636165577 rows/sec., 5.27 MiB/sec. | ||
4340 | 2024.06.22 01:32:50.261713 [ 3 ] {590bbc8c-4a41-4635-a0f3-2a7f9a42c46a} <Debug> DynamicQueryHandler: Done processing query | ||
4341 | 2024.06.22 01:32:50.261737 [ 3 ] {590bbc8c-4a41-4635-a0f3-2a7f9a42c46a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4342 | 2024.06.22 01:32:50.261753 [ 3 ] {} <Debug> HTTP-Session: 60c332cf-e528-451e-95f7-f714b3899c99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4343 | 2024.06.22 01:32:50.261976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4344 | 2024.06.22 01:32:50.262025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4345 | 2024.06.22 01:32:50.262044 [ 3 ] {} <Debug> HTTP-Session: 84565056-8fef-46c7-a4e9-1ad1281cc8e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4346 | 2024.06.22 01:32:50.262060 [ 3 ] {} <Debug> HTTP-Session: 84565056-8fef-46c7-a4e9-1ad1281cc8e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4347 | 2024.06.22 01:32:50.262074 [ 3 ] {} <Debug> HTTP-Session: 84565056-8fef-46c7-a4e9-1ad1281cc8e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4348 | 2024.06.22 01:32:50.262103 [ 3 ] {} <Trace> HTTP-Session: 84565056-8fef-46c7-a4e9-1ad1281cc8e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4349 | 2024.06.22 01:32:50.262248 [ 3 ] {569e2f96-e394-49a6-adbe-ab0abd3e65b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4350 | 2024.06.22 01:32:50.262295 [ 3 ] {569e2f96-e394-49a6-adbe-ab0abd3e65b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4351 | 2024.06.22 01:32:50.262443 [ 3 ] {569e2f96-e394-49a6-adbe-ab0abd3e65b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4352 | 2024.06.22 01:32:50.262836 [ 3 ] {569e2f96-e394-49a6-adbe-ab0abd3e65b4} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4353 | 2024.06.22 01:32:50.262873 [ 3 ] {569e2f96-e394-49a6-adbe-ab0abd3e65b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4354 | 2024.06.22 01:32:50.263267 [ 3 ] {569e2f96-e394-49a6-adbe-ab0abd3e65b4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4355 | 2024.06.22 01:32:50.263612 [ 3 ] {569e2f96-e394-49a6-adbe-ab0abd3e65b4} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4356 | 2024.06.22 01:32:50.263767 [ 3 ] {569e2f96-e394-49a6-adbe-ab0abd3e65b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
4357 | 2024.06.22 01:32:50.263940 [ 3 ] {569e2f96-e394-49a6-adbe-ab0abd3e65b4} <Debug> DynamicQueryHandler: Done processing query | ||
4358 | 2024.06.22 01:32:50.263964 [ 3 ] {569e2f96-e394-49a6-adbe-ab0abd3e65b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4359 | 2024.06.22 01:32:50.263980 [ 3 ] {} <Debug> HTTP-Session: 84565056-8fef-46c7-a4e9-1ad1281cc8e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4360 | 2024.06.22 01:32:50.264130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4361 | 2024.06.22 01:32:50.264179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4362 | 2024.06.22 01:32:50.264197 [ 3 ] {} <Debug> HTTP-Session: 12e5da08-0099-4683-b2b6-b13750220b69 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4363 | 2024.06.22 01:32:50.264214 [ 3 ] {} <Debug> HTTP-Session: 12e5da08-0099-4683-b2b6-b13750220b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4364 | 2024.06.22 01:32:50.264227 [ 3 ] {} <Debug> HTTP-Session: 12e5da08-0099-4683-b2b6-b13750220b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4365 | 2024.06.22 01:32:50.264258 [ 3 ] {} <Trace> HTTP-Session: 12e5da08-0099-4683-b2b6-b13750220b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4366 | 2024.06.22 01:32:50.264525 [ 3 ] {9cdb1b74-a0bf-4eac-ae9e-ffc0c08b2da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4367 | 2024.06.22 01:32:50.264574 [ 3 ] {9cdb1b74-a0bf-4eac-ae9e-ffc0c08b2da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4368 | 2024.06.22 01:32:50.264734 [ 3 ] {9cdb1b74-a0bf-4eac-ae9e-ffc0c08b2da2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4369 | 2024.06.22 01:32:50.265217 [ 3 ] {9cdb1b74-a0bf-4eac-ae9e-ffc0c08b2da2} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4370 | 2024.06.22 01:32:50.265253 [ 3 ] {9cdb1b74-a0bf-4eac-ae9e-ffc0c08b2da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4371 | 2024.06.22 01:32:50.265661 [ 3 ] {9cdb1b74-a0bf-4eac-ae9e-ffc0c08b2da2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4372 | 2024.06.22 01:32:50.266004 [ 3 ] {9cdb1b74-a0bf-4eac-ae9e-ffc0c08b2da2} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4373 | 2024.06.22 01:32:50.266156 [ 75 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4374 | 2024.06.22 01:32:50.266167 [ 3 ] {9cdb1b74-a0bf-4eac-ae9e-ffc0c08b2da2} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001819 sec., 15942.825728422209 rows/sec., 21.51 MiB/sec. | ||
4375 | 2024.06.22 01:32:50.266249 [ 75 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4376 | 2024.06.22 01:32:50.266315 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4377 | 2024.06.22 01:32:50.266503 [ 3 ] {9cdb1b74-a0bf-4eac-ae9e-ffc0c08b2da2} <Debug> DynamicQueryHandler: Done processing query | ||
4378 | 2024.06.22 01:32:50.266524 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
4379 | 2024.06.22 01:32:50.266538 [ 3 ] {9cdb1b74-a0bf-4eac-ae9e-ffc0c08b2da2} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4380 | 2024.06.22 01:32:50.266614 [ 3 ] {} <Debug> HTTP-Session: 12e5da08-0099-4683-b2b6-b13750220b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4381 | 2024.06.22 01:32:50.266789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4382 | 2024.06.22 01:32:50.266867 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4383 | 2024.06.22 01:32:50.266884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4384 | 2024.06.22 01:32:50.266948 [ 3 ] {} <Debug> HTTP-Session: 9f430f71-38ee-42e7-882d-e446b69f9d73 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4385 | 2024.06.22 01:32:50.266956 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 136 rows starting from the beginning of the part | ||
4386 | 2024.06.22 01:32:50.266977 [ 3 ] {} <Debug> HTTP-Session: 9f430f71-38ee-42e7-882d-e446b69f9d73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4387 | 2024.06.22 01:32:50.267025 [ 3 ] {} <Debug> HTTP-Session: 9f430f71-38ee-42e7-882d-e446b69f9d73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4388 | 2024.06.22 01:32:50.267140 [ 3 ] {} <Trace> HTTP-Session: 9f430f71-38ee-42e7-882d-e446b69f9d73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4389 | 2024.06.22 01:32:50.267259 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 29 rows starting from the beginning of the part | ||
4390 | 2024.06.22 01:32:50.267561 [ 3 ] {55c1fbbb-45a6-4e48-b682-720156832c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4391 | 2024.06.22 01:32:50.267640 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 29 rows starting from the beginning of the part | ||
4392 | 2024.06.22 01:32:50.267678 [ 3 ] {55c1fbbb-45a6-4e48-b682-720156832c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4393 | 2024.06.22 01:32:50.268006 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
4394 | 2024.06.22 01:32:50.268404 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 29 rows starting from the beginning of the part | ||
4395 | 2024.06.22 01:32:50.268682 [ 3 ] {55c1fbbb-45a6-4e48-b682-720156832c81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4396 | 2024.06.22 01:32:50.268782 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 29 rows starting from the beginning of the part | ||
4397 | 2024.06.22 01:32:50.269479 [ 3 ] {55c1fbbb-45a6-4e48-b682-720156832c81} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4398 | 2024.06.22 01:32:50.269539 [ 3 ] {55c1fbbb-45a6-4e48-b682-720156832c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4399 | 2024.06.22 01:32:50.270338 [ 3 ] {55c1fbbb-45a6-4e48-b682-720156832c81} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4400 | 2024.06.22 01:32:50.271265 [ 3 ] {55c1fbbb-45a6-4e48-b682-720156832c81} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4401 | 2024.06.22 01:32:50.271685 [ 3 ] {55c1fbbb-45a6-4e48-b682-720156832c81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004289 sec., 13989.274889251574 rows/sec., 965.41 KiB/sec. | ||
4402 | 2024.06.22 01:32:50.272306 [ 3 ] {55c1fbbb-45a6-4e48-b682-720156832c81} <Debug> DynamicQueryHandler: Done processing query | ||
4403 | 2024.06.22 01:32:50.272332 [ 3 ] {55c1fbbb-45a6-4e48-b682-720156832c81} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4404 | 2024.06.22 01:32:50.272347 [ 3 ] {} <Debug> HTTP-Session: 9f430f71-38ee-42e7-882d-e446b69f9d73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4405 | 2024.06.22 01:32:50.275681 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 6 columns (6 merged, 0 gathered) in 0.009260693 sec., 30343.301521819154 rows/sec., 40.95 MiB/sec. | ||
4406 | 2024.06.22 01:32:50.276027 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4407 | 2024.06.22 01:32:50.276525 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4408 | 2024.06.22 01:32:50.276622 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4409 | 2024.06.22 01:32:50.276711 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
4410 | 2024.06.22 01:32:55.253357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4411 | 2024.06.22 01:32:55.253514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4412 | 2024.06.22 01:32:55.253549 [ 3 ] {} <Debug> HTTP-Session: dad95cdd-d63a-45e7-8a64-b85df7a8b6f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4413 | 2024.06.22 01:32:55.253584 [ 3 ] {} <Debug> HTTP-Session: dad95cdd-d63a-45e7-8a64-b85df7a8b6f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4414 | 2024.06.22 01:32:55.253607 [ 3 ] {} <Debug> HTTP-Session: dad95cdd-d63a-45e7-8a64-b85df7a8b6f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4415 | 2024.06.22 01:32:55.253675 [ 3 ] {} <Trace> HTTP-Session: dad95cdd-d63a-45e7-8a64-b85df7a8b6f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4416 | 2024.06.22 01:32:55.253913 [ 3 ] {8ec33694-27b6-467a-b55d-fd7af538ff78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4417 | 2024.06.22 01:32:55.253988 [ 3 ] {8ec33694-27b6-467a-b55d-fd7af538ff78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4418 | 2024.06.22 01:32:55.254212 [ 3 ] {8ec33694-27b6-467a-b55d-fd7af538ff78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4419 | 2024.06.22 01:32:55.254746 [ 3 ] {8ec33694-27b6-467a-b55d-fd7af538ff78} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4420 | 2024.06.22 01:32:55.254797 [ 3 ] {8ec33694-27b6-467a-b55d-fd7af538ff78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4421 | 2024.06.22 01:32:55.255258 [ 3 ] {8ec33694-27b6-467a-b55d-fd7af538ff78} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4422 | 2024.06.22 01:32:55.255664 [ 3 ] {8ec33694-27b6-467a-b55d-fd7af538ff78} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4423 | 2024.06.22 01:32:55.255828 [ 3 ] {8ec33694-27b6-467a-b55d-fd7af538ff78} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001995 sec., 28070.175438596492 rows/sec., 2.14 MiB/sec. | ||
4424 | 2024.06.22 01:32:55.256058 [ 3 ] {8ec33694-27b6-467a-b55d-fd7af538ff78} <Debug> DynamicQueryHandler: Done processing query | ||
4425 | 2024.06.22 01:32:55.256088 [ 3 ] {8ec33694-27b6-467a-b55d-fd7af538ff78} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4426 | 2024.06.22 01:32:55.256108 [ 3 ] {} <Debug> HTTP-Session: dad95cdd-d63a-45e7-8a64-b85df7a8b6f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4427 | 2024.06.22 01:32:55.256273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4428 | 2024.06.22 01:32:55.256329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4429 | 2024.06.22 01:32:55.256348 [ 3 ] {} <Debug> HTTP-Session: 5d3f87bf-99e7-455c-8859-a7e56677d1a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4430 | 2024.06.22 01:32:55.256366 [ 3 ] {} <Debug> HTTP-Session: 5d3f87bf-99e7-455c-8859-a7e56677d1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4431 | 2024.06.22 01:32:55.256380 [ 3 ] {} <Debug> HTTP-Session: 5d3f87bf-99e7-455c-8859-a7e56677d1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4432 | 2024.06.22 01:32:55.256414 [ 3 ] {} <Trace> HTTP-Session: 5d3f87bf-99e7-455c-8859-a7e56677d1a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4433 | 2024.06.22 01:32:55.256543 [ 3 ] {c0d71b8d-c92c-46fa-9c9d-ac56323fb255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4434 | 2024.06.22 01:32:55.256591 [ 3 ] {c0d71b8d-c92c-46fa-9c9d-ac56323fb255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4435 | 2024.06.22 01:32:55.256722 [ 3 ] {c0d71b8d-c92c-46fa-9c9d-ac56323fb255} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4436 | 2024.06.22 01:32:55.257082 [ 3 ] {c0d71b8d-c92c-46fa-9c9d-ac56323fb255} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4437 | 2024.06.22 01:32:55.257118 [ 3 ] {c0d71b8d-c92c-46fa-9c9d-ac56323fb255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4438 | 2024.06.22 01:32:55.257431 [ 3 ] {c0d71b8d-c92c-46fa-9c9d-ac56323fb255} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4439 | 2024.06.22 01:32:55.257747 [ 3 ] {c0d71b8d-c92c-46fa-9c9d-ac56323fb255} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4440 | 2024.06.22 01:32:55.257871 [ 3 ] {c0d71b8d-c92c-46fa-9c9d-ac56323fb255} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001377 sec., 46477.850399419025 rows/sec., 3.63 MiB/sec. | ||
4441 | 2024.06.22 01:32:55.258035 [ 3 ] {c0d71b8d-c92c-46fa-9c9d-ac56323fb255} <Debug> DynamicQueryHandler: Done processing query | ||
4442 | 2024.06.22 01:32:55.258060 [ 3 ] {c0d71b8d-c92c-46fa-9c9d-ac56323fb255} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4443 | 2024.06.22 01:32:55.258076 [ 3 ] {} <Debug> HTTP-Session: 5d3f87bf-99e7-455c-8859-a7e56677d1a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4444 | 2024.06.22 01:32:55.258266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4445 | 2024.06.22 01:32:55.258314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4446 | 2024.06.22 01:32:55.258333 [ 3 ] {} <Debug> HTTP-Session: a506ae58-4910-492c-924f-31831697bec8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4447 | 2024.06.22 01:32:55.258350 [ 3 ] {} <Debug> HTTP-Session: a506ae58-4910-492c-924f-31831697bec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4448 | 2024.06.22 01:32:55.258363 [ 3 ] {} <Debug> HTTP-Session: a506ae58-4910-492c-924f-31831697bec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4449 | 2024.06.22 01:32:55.258393 [ 3 ] {} <Trace> HTTP-Session: a506ae58-4910-492c-924f-31831697bec8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4450 | 2024.06.22 01:32:55.258536 [ 3 ] {1f15fd86-88c4-4475-9df7-90367cb07490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4451 | 2024.06.22 01:32:55.258582 [ 3 ] {1f15fd86-88c4-4475-9df7-90367cb07490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4452 | 2024.06.22 01:32:55.258725 [ 3 ] {1f15fd86-88c4-4475-9df7-90367cb07490} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4453 | 2024.06.22 01:32:55.259110 [ 3 ] {1f15fd86-88c4-4475-9df7-90367cb07490} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4454 | 2024.06.22 01:32:55.259146 [ 3 ] {1f15fd86-88c4-4475-9df7-90367cb07490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4455 | 2024.06.22 01:32:55.259532 [ 3 ] {1f15fd86-88c4-4475-9df7-90367cb07490} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4456 | 2024.06.22 01:32:55.259874 [ 3 ] {1f15fd86-88c4-4475-9df7-90367cb07490} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4457 | 2024.06.22 01:32:55.260000 [ 3 ] {1f15fd86-88c4-4475-9df7-90367cb07490} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec. | ||
4458 | 2024.06.22 01:32:55.260211 [ 3 ] {1f15fd86-88c4-4475-9df7-90367cb07490} <Debug> DynamicQueryHandler: Done processing query | ||
4459 | 2024.06.22 01:32:55.260236 [ 3 ] {1f15fd86-88c4-4475-9df7-90367cb07490} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4460 | 2024.06.22 01:32:55.260253 [ 3 ] {} <Debug> HTTP-Session: a506ae58-4910-492c-924f-31831697bec8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4461 | 2024.06.22 01:32:55.260394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4462 | 2024.06.22 01:32:55.260442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4463 | 2024.06.22 01:32:55.260460 [ 3 ] {} <Debug> HTTP-Session: 9bc8c200-161f-4292-be11-b9fdf134852f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4464 | 2024.06.22 01:32:55.260477 [ 3 ] {} <Debug> HTTP-Session: 9bc8c200-161f-4292-be11-b9fdf134852f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4465 | 2024.06.22 01:32:55.260491 [ 3 ] {} <Debug> HTTP-Session: 9bc8c200-161f-4292-be11-b9fdf134852f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4466 | 2024.06.22 01:32:55.260521 [ 3 ] {} <Trace> HTTP-Session: 9bc8c200-161f-4292-be11-b9fdf134852f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4467 | 2024.06.22 01:32:55.260652 [ 3 ] {652942c3-7dec-4ea1-a5b4-ef6990b25062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4468 | 2024.06.22 01:32:55.260694 [ 3 ] {652942c3-7dec-4ea1-a5b4-ef6990b25062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4469 | 2024.06.22 01:32:55.260820 [ 3 ] {652942c3-7dec-4ea1-a5b4-ef6990b25062} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4470 | 2024.06.22 01:32:55.261126 [ 3 ] {652942c3-7dec-4ea1-a5b4-ef6990b25062} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4471 | 2024.06.22 01:32:55.261161 [ 3 ] {652942c3-7dec-4ea1-a5b4-ef6990b25062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4472 | 2024.06.22 01:32:55.261516 [ 3 ] {652942c3-7dec-4ea1-a5b4-ef6990b25062} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4473 | 2024.06.22 01:32:55.261834 [ 3 ] {652942c3-7dec-4ea1-a5b4-ef6990b25062} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4474 | 2024.06.22 01:32:55.261961 [ 3 ] {652942c3-7dec-4ea1-a5b4-ef6990b25062} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
4475 | 2024.06.22 01:32:55.262122 [ 3 ] {652942c3-7dec-4ea1-a5b4-ef6990b25062} <Debug> DynamicQueryHandler: Done processing query | ||
4476 | 2024.06.22 01:32:55.262146 [ 3 ] {652942c3-7dec-4ea1-a5b4-ef6990b25062} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4477 | 2024.06.22 01:32:55.262161 [ 3 ] {} <Debug> HTTP-Session: 9bc8c200-161f-4292-be11-b9fdf134852f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4478 | 2024.06.22 01:33:00.254589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4479 | 2024.06.22 01:33:00.254715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4480 | 2024.06.22 01:33:00.254741 [ 3 ] {} <Debug> HTTP-Session: 077d05eb-cf58-43d3-9ab2-a25d42af5721 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4481 | 2024.06.22 01:33:00.254765 [ 3 ] {} <Debug> HTTP-Session: 077d05eb-cf58-43d3-9ab2-a25d42af5721 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4482 | 2024.06.22 01:33:00.254779 [ 3 ] {} <Debug> HTTP-Session: 077d05eb-cf58-43d3-9ab2-a25d42af5721 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4483 | 2024.06.22 01:33:00.254830 [ 3 ] {} <Trace> HTTP-Session: 077d05eb-cf58-43d3-9ab2-a25d42af5721 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4484 | 2024.06.22 01:33:00.255025 [ 3 ] {1103fc51-536e-4f8f-83a5-e77b2f606894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4485 | 2024.06.22 01:33:00.255092 [ 3 ] {1103fc51-536e-4f8f-83a5-e77b2f606894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4486 | 2024.06.22 01:33:00.255280 [ 3 ] {1103fc51-536e-4f8f-83a5-e77b2f606894} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4487 | 2024.06.22 01:33:00.255713 [ 3 ] {1103fc51-536e-4f8f-83a5-e77b2f606894} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4488 | 2024.06.22 01:33:00.255759 [ 3 ] {1103fc51-536e-4f8f-83a5-e77b2f606894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4489 | 2024.06.22 01:33:00.256135 [ 3 ] {1103fc51-536e-4f8f-83a5-e77b2f606894} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4490 | 2024.06.22 01:33:00.256482 [ 3 ] {1103fc51-536e-4f8f-83a5-e77b2f606894} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4491 | 2024.06.22 01:33:00.256654 [ 3 ] {1103fc51-536e-4f8f-83a5-e77b2f606894} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001689 sec., 17169.923031379516 rows/sec., 1.36 MiB/sec. | ||
4492 | 2024.06.22 01:33:00.256863 [ 3 ] {1103fc51-536e-4f8f-83a5-e77b2f606894} <Debug> DynamicQueryHandler: Done processing query | ||
4493 | 2024.06.22 01:33:00.256889 [ 3 ] {1103fc51-536e-4f8f-83a5-e77b2f606894} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4494 | 2024.06.22 01:33:00.256906 [ 3 ] {} <Debug> HTTP-Session: 077d05eb-cf58-43d3-9ab2-a25d42af5721 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4495 | 2024.06.22 01:33:00.257059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4496 | 2024.06.22 01:33:00.257117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4497 | 2024.06.22 01:33:00.257138 [ 3 ] {} <Debug> HTTP-Session: ec351093-c40c-4777-8cc2-3d08dcb4fe29 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4498 | 2024.06.22 01:33:00.257156 [ 3 ] {} <Debug> HTTP-Session: ec351093-c40c-4777-8cc2-3d08dcb4fe29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4499 | 2024.06.22 01:33:00.257170 [ 3 ] {} <Debug> HTTP-Session: ec351093-c40c-4777-8cc2-3d08dcb4fe29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4500 | 2024.06.22 01:33:00.257208 [ 3 ] {} <Trace> HTTP-Session: ec351093-c40c-4777-8cc2-3d08dcb4fe29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4501 | 2024.06.22 01:33:00.257357 [ 3 ] {cd8c0148-7b95-4eef-b4b3-27d0a63e35fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4502 | 2024.06.22 01:33:00.257402 [ 3 ] {cd8c0148-7b95-4eef-b4b3-27d0a63e35fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4503 | 2024.06.22 01:33:00.257533 [ 3 ] {cd8c0148-7b95-4eef-b4b3-27d0a63e35fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4504 | 2024.06.22 01:33:00.257911 [ 3 ] {cd8c0148-7b95-4eef-b4b3-27d0a63e35fe} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4505 | 2024.06.22 01:33:00.257949 [ 3 ] {cd8c0148-7b95-4eef-b4b3-27d0a63e35fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4506 | 2024.06.22 01:33:00.258271 [ 3 ] {cd8c0148-7b95-4eef-b4b3-27d0a63e35fe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4507 | 2024.06.22 01:33:00.258584 [ 3 ] {cd8c0148-7b95-4eef-b4b3-27d0a63e35fe} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4508 | 2024.06.22 01:33:00.258759 [ 3 ] {cd8c0148-7b95-4eef-b4b3-27d0a63e35fe} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.001461 sec., 97878.16563997262 rows/sec., 8.20 MiB/sec. | ||
4509 | 2024.06.22 01:33:00.258930 [ 3 ] {cd8c0148-7b95-4eef-b4b3-27d0a63e35fe} <Debug> DynamicQueryHandler: Done processing query | ||
4510 | 2024.06.22 01:33:00.258955 [ 3 ] {cd8c0148-7b95-4eef-b4b3-27d0a63e35fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4511 | 2024.06.22 01:33:00.258971 [ 3 ] {} <Debug> HTTP-Session: ec351093-c40c-4777-8cc2-3d08dcb4fe29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4512 | 2024.06.22 01:33:00.259121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4513 | 2024.06.22 01:33:00.259172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4514 | 2024.06.22 01:33:00.259193 [ 3 ] {} <Debug> HTTP-Session: ad78cf92-d4e3-4422-b22d-cdeed45d33dc Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4515 | 2024.06.22 01:33:00.259210 [ 3 ] {} <Debug> HTTP-Session: ad78cf92-d4e3-4422-b22d-cdeed45d33dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4516 | 2024.06.22 01:33:00.259224 [ 3 ] {} <Debug> HTTP-Session: ad78cf92-d4e3-4422-b22d-cdeed45d33dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4517 | 2024.06.22 01:33:00.259257 [ 3 ] {} <Trace> HTTP-Session: ad78cf92-d4e3-4422-b22d-cdeed45d33dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4518 | 2024.06.22 01:33:00.259391 [ 3 ] {2576394e-1a03-4647-9bfb-b5604d7674dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4519 | 2024.06.22 01:33:00.259434 [ 3 ] {2576394e-1a03-4647-9bfb-b5604d7674dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4520 | 2024.06.22 01:33:00.259562 [ 3 ] {2576394e-1a03-4647-9bfb-b5604d7674dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4521 | 2024.06.22 01:33:00.259889 [ 3 ] {2576394e-1a03-4647-9bfb-b5604d7674dc} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4522 | 2024.06.22 01:33:00.259927 [ 3 ] {2576394e-1a03-4647-9bfb-b5604d7674dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4523 | 2024.06.22 01:33:00.260241 [ 3 ] {2576394e-1a03-4647-9bfb-b5604d7674dc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4524 | 2024.06.22 01:33:00.260547 [ 3 ] {2576394e-1a03-4647-9bfb-b5604d7674dc} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4525 | 2024.06.22 01:33:00.260703 [ 3 ] {2576394e-1a03-4647-9bfb-b5604d7674dc} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001369 sec., 67932.79766252739 rows/sec., 5.31 MiB/sec. | ||
4526 | 2024.06.22 01:33:00.260871 [ 3 ] {2576394e-1a03-4647-9bfb-b5604d7674dc} <Debug> DynamicQueryHandler: Done processing query | ||
4527 | 2024.06.22 01:33:00.260897 [ 3 ] {2576394e-1a03-4647-9bfb-b5604d7674dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4528 | 2024.06.22 01:33:00.260913 [ 3 ] {} <Debug> HTTP-Session: ad78cf92-d4e3-4422-b22d-cdeed45d33dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4529 | 2024.06.22 01:33:00.261076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4530 | 2024.06.22 01:33:00.261126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4531 | 2024.06.22 01:33:00.261146 [ 3 ] {} <Debug> HTTP-Session: 9c8927fb-633f-4985-aa06-d81e86771d4c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4532 | 2024.06.22 01:33:00.261163 [ 3 ] {} <Debug> HTTP-Session: 9c8927fb-633f-4985-aa06-d81e86771d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4533 | 2024.06.22 01:33:00.261177 [ 3 ] {} <Debug> HTTP-Session: 9c8927fb-633f-4985-aa06-d81e86771d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4534 | 2024.06.22 01:33:00.261209 [ 3 ] {} <Trace> HTTP-Session: 9c8927fb-633f-4985-aa06-d81e86771d4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4535 | 2024.06.22 01:33:00.261354 [ 3 ] {668be442-6c31-4245-a51f-da5c7cb582dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4536 | 2024.06.22 01:33:00.261402 [ 3 ] {668be442-6c31-4245-a51f-da5c7cb582dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4537 | 2024.06.22 01:33:00.261547 [ 3 ] {668be442-6c31-4245-a51f-da5c7cb582dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4538 | 2024.06.22 01:33:00.261911 [ 3 ] {668be442-6c31-4245-a51f-da5c7cb582dc} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4539 | 2024.06.22 01:33:00.261947 [ 3 ] {668be442-6c31-4245-a51f-da5c7cb582dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4540 | 2024.06.22 01:33:00.262344 [ 3 ] {668be442-6c31-4245-a51f-da5c7cb582dc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4541 | 2024.06.22 01:33:00.262671 [ 3 ] {668be442-6c31-4245-a51f-da5c7cb582dc} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4542 | 2024.06.22 01:33:00.262838 [ 3 ] {668be442-6c31-4245-a51f-da5c7cb582dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. | ||
4543 | 2024.06.22 01:33:00.263048 [ 3 ] {668be442-6c31-4245-a51f-da5c7cb582dc} <Debug> DynamicQueryHandler: Done processing query | ||
4544 | 2024.06.22 01:33:00.263073 [ 3 ] {668be442-6c31-4245-a51f-da5c7cb582dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4545 | 2024.06.22 01:33:00.263088 [ 3 ] {} <Debug> HTTP-Session: 9c8927fb-633f-4985-aa06-d81e86771d4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4546 | 2024.06.22 01:33:00.263273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4547 | 2024.06.22 01:33:00.263322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4548 | 2024.06.22 01:33:00.263342 [ 3 ] {} <Debug> HTTP-Session: c1ef8543-4475-409a-94e6-84a2f5abe09a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4549 | 2024.06.22 01:33:00.263359 [ 3 ] {} <Debug> HTTP-Session: c1ef8543-4475-409a-94e6-84a2f5abe09a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4550 | 2024.06.22 01:33:00.263374 [ 3 ] {} <Debug> HTTP-Session: c1ef8543-4475-409a-94e6-84a2f5abe09a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4551 | 2024.06.22 01:33:00.263407 [ 3 ] {} <Trace> HTTP-Session: c1ef8543-4475-409a-94e6-84a2f5abe09a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4552 | 2024.06.22 01:33:00.263670 [ 3 ] {6851380a-650a-41e8-a9a7-414219443e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4553 | 2024.06.22 01:33:00.263718 [ 3 ] {6851380a-650a-41e8-a9a7-414219443e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4554 | 2024.06.22 01:33:00.263877 [ 3 ] {6851380a-650a-41e8-a9a7-414219443e05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4555 | 2024.06.22 01:33:00.264398 [ 3 ] {6851380a-650a-41e8-a9a7-414219443e05} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4556 | 2024.06.22 01:33:00.264434 [ 3 ] {6851380a-650a-41e8-a9a7-414219443e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4557 | 2024.06.22 01:33:00.264847 [ 3 ] {6851380a-650a-41e8-a9a7-414219443e05} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4558 | 2024.06.22 01:33:00.265187 [ 3 ] {6851380a-650a-41e8-a9a7-414219443e05} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4559 | 2024.06.22 01:33:00.265324 [ 3 ] {6851380a-650a-41e8-a9a7-414219443e05} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001838 sec., 15778.019586507073 rows/sec., 21.29 MiB/sec. | ||
4560 | 2024.06.22 01:33:00.265611 [ 3 ] {6851380a-650a-41e8-a9a7-414219443e05} <Debug> DynamicQueryHandler: Done processing query | ||
4561 | 2024.06.22 01:33:00.265637 [ 3 ] {6851380a-650a-41e8-a9a7-414219443e05} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4562 | 2024.06.22 01:33:00.265653 [ 3 ] {} <Debug> HTTP-Session: c1ef8543-4475-409a-94e6-84a2f5abe09a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4563 | 2024.06.22 01:33:00.265777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4564 | 2024.06.22 01:33:00.265827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4565 | 2024.06.22 01:33:00.265847 [ 3 ] {} <Debug> HTTP-Session: f3d58334-691c-41f4-b8fe-cc6632d52e5f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4566 | 2024.06.22 01:33:00.265863 [ 3 ] {} <Debug> HTTP-Session: f3d58334-691c-41f4-b8fe-cc6632d52e5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4567 | 2024.06.22 01:33:00.265877 [ 3 ] {} <Debug> HTTP-Session: f3d58334-691c-41f4-b8fe-cc6632d52e5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4568 | 2024.06.22 01:33:00.265907 [ 3 ] {} <Trace> HTTP-Session: f3d58334-691c-41f4-b8fe-cc6632d52e5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4569 | 2024.06.22 01:33:00.266042 [ 3 ] {52c3291f-7ebd-419f-842b-9898d7686711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4570 | 2024.06.22 01:33:00.266087 [ 3 ] {52c3291f-7ebd-419f-842b-9898d7686711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4571 | 2024.06.22 01:33:00.266235 [ 3 ] {52c3291f-7ebd-419f-842b-9898d7686711} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4572 | 2024.06.22 01:33:00.266543 [ 3 ] {52c3291f-7ebd-419f-842b-9898d7686711} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4573 | 2024.06.22 01:33:00.266579 [ 3 ] {52c3291f-7ebd-419f-842b-9898d7686711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4574 | 2024.06.22 01:33:00.266940 [ 3 ] {52c3291f-7ebd-419f-842b-9898d7686711} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4575 | 2024.06.22 01:33:00.267268 [ 3 ] {52c3291f-7ebd-419f-842b-9898d7686711} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4576 | 2024.06.22 01:33:00.267430 [ 3 ] {52c3291f-7ebd-419f-842b-9898d7686711} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
4577 | 2024.06.22 01:33:00.267599 [ 3 ] {52c3291f-7ebd-419f-842b-9898d7686711} <Debug> DynamicQueryHandler: Done processing query | ||
4578 | 2024.06.22 01:33:00.267623 [ 3 ] {52c3291f-7ebd-419f-842b-9898d7686711} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4579 | 2024.06.22 01:33:00.267638 [ 3 ] {} <Debug> HTTP-Session: f3d58334-691c-41f4-b8fe-cc6632d52e5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4580 | 2024.06.22 01:33:03.815980 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4581 | 2024.06.22 01:33:03.816036 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4582 | 2024.06.22 01:33:05.253359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4583 | 2024.06.22 01:33:05.253486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4584 | 2024.06.22 01:33:05.253510 [ 3 ] {} <Debug> HTTP-Session: e260fc7d-7c17-44ea-89ae-5441a7bccc73 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4585 | 2024.06.22 01:33:05.253535 [ 3 ] {} <Debug> HTTP-Session: e260fc7d-7c17-44ea-89ae-5441a7bccc73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4586 | 2024.06.22 01:33:05.253549 [ 3 ] {} <Debug> HTTP-Session: e260fc7d-7c17-44ea-89ae-5441a7bccc73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4587 | 2024.06.22 01:33:05.253602 [ 3 ] {} <Trace> HTTP-Session: e260fc7d-7c17-44ea-89ae-5441a7bccc73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4588 | 2024.06.22 01:33:05.253803 [ 3 ] {e7b1b930-e714-4307-a439-7727611d1b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4589 | 2024.06.22 01:33:05.253872 [ 3 ] {e7b1b930-e714-4307-a439-7727611d1b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4590 | 2024.06.22 01:33:05.254065 [ 3 ] {e7b1b930-e714-4307-a439-7727611d1b72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4591 | 2024.06.22 01:33:05.254540 [ 3 ] {e7b1b930-e714-4307-a439-7727611d1b72} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4592 | 2024.06.22 01:33:05.254582 [ 3 ] {e7b1b930-e714-4307-a439-7727611d1b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4593 | 2024.06.22 01:33:05.254963 [ 3 ] {e7b1b930-e714-4307-a439-7727611d1b72} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4594 | 2024.06.22 01:33:05.255297 [ 3 ] {e7b1b930-e714-4307-a439-7727611d1b72} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4595 | 2024.06.22 01:33:05.255454 [ 3 ] {e7b1b930-e714-4307-a439-7727611d1b72} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001711 sec., 32729.398012857975 rows/sec., 2.50 MiB/sec. | ||
4596 | 2024.06.22 01:33:05.255483 [ 115 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4597 | 2024.06.22 01:33:05.255595 [ 115 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4598 | 2024.06.22 01:33:05.255634 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4599 | 2024.06.22 01:33:05.255717 [ 3 ] {e7b1b930-e714-4307-a439-7727611d1b72} <Debug> DynamicQueryHandler: Done processing query | ||
4600 | 2024.06.22 01:33:05.255760 [ 3 ] {e7b1b930-e714-4307-a439-7727611d1b72} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4601 | 2024.06.22 01:33:05.255813 [ 3 ] {} <Debug> HTTP-Session: e260fc7d-7c17-44ea-89ae-5441a7bccc73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4602 | 2024.06.22 01:33:05.255872 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
4603 | 2024.06.22 01:33:05.256015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4604 | 2024.06.22 01:33:05.256045 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4605 | 2024.06.22 01:33:05.256077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4606 | 2024.06.22 01:33:05.256087 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 186 rows starting from the beginning of the part | ||
4607 | 2024.06.22 01:33:05.256103 [ 3 ] {} <Debug> HTTP-Session: fdcfa32a-4992-47df-a1f8-86f2b4cf3004 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4608 | 2024.06.22 01:33:05.256122 [ 3 ] {} <Debug> HTTP-Session: fdcfa32a-4992-47df-a1f8-86f2b4cf3004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4609 | 2024.06.22 01:33:05.256139 [ 3 ] {} <Debug> HTTP-Session: fdcfa32a-4992-47df-a1f8-86f2b4cf3004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4610 | 2024.06.22 01:33:05.256200 [ 3 ] {} <Trace> HTTP-Session: fdcfa32a-4992-47df-a1f8-86f2b4cf3004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4611 | 2024.06.22 01:33:05.256214 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 95 rows starting from the beginning of the part | ||
4612 | 2024.06.22 01:33:05.256564 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 143 rows starting from the beginning of the part | ||
4613 | 2024.06.22 01:33:05.256569 [ 3 ] {0de88236-44e8-4150-a409-2c486f478aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4614 | 2024.06.22 01:33:05.256762 [ 3 ] {0de88236-44e8-4150-a409-2c486f478aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4615 | 2024.06.22 01:33:05.256927 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
4616 | 2024.06.22 01:33:05.257179 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 143 rows starting from the beginning of the part | ||
4617 | 2024.06.22 01:33:05.257516 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
4618 | 2024.06.22 01:33:05.257724 [ 3 ] {0de88236-44e8-4150-a409-2c486f478aa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4619 | 2024.06.22 01:33:05.258502 [ 3 ] {0de88236-44e8-4150-a409-2c486f478aa1} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4620 | 2024.06.22 01:33:05.258545 [ 3 ] {0de88236-44e8-4150-a409-2c486f478aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4621 | 2024.06.22 01:33:05.259041 [ 3 ] {0de88236-44e8-4150-a409-2c486f478aa1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4622 | 2024.06.22 01:33:05.259482 [ 189 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 679 rows, containing 4 columns (4 merged, 0 gathered) in 0.003747375 sec., 181193.50211814936 rows/sec., 14.65 MiB/sec. | ||
4623 | 2024.06.22 01:33:05.259681 [ 3 ] {0de88236-44e8-4150-a409-2c486f478aa1} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4624 | 2024.06.22 01:33:05.259733 [ 189 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4625 | 2024.06.22 01:33:05.259952 [ 115 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4626 | 2024.06.22 01:33:05.259976 [ 3 ] {0de88236-44e8-4150-a409-2c486f478aa1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003551 sec., 18023.09208673613 rows/sec., 1.41 MiB/sec. | ||
4627 | 2024.06.22 01:33:05.260047 [ 115 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4628 | 2024.06.22 01:33:05.260223 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4629 | 2024.06.22 01:33:05.260751 [ 3 ] {0de88236-44e8-4150-a409-2c486f478aa1} <Debug> DynamicQueryHandler: Done processing query | ||
4630 | 2024.06.22 01:33:05.260790 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
4631 | 2024.06.22 01:33:05.260801 [ 3 ] {0de88236-44e8-4150-a409-2c486f478aa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4632 | 2024.06.22 01:33:05.260869 [ 3 ] {} <Debug> HTTP-Session: fdcfa32a-4992-47df-a1f8-86f2b4cf3004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4633 | 2024.06.22 01:33:05.261122 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4634 | 2024.06.22 01:33:05.261124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4635 | 2024.06.22 01:33:05.261172 [ 189 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_31_6} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4636 | 2024.06.22 01:33:05.261197 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 149 rows starting from the beginning of the part | ||
4637 | 2024.06.22 01:33:05.261235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4638 | 2024.06.22 01:33:05.261327 [ 3 ] {} <Debug> HTTP-Session: 087fb7ad-824c-4db3-b465-10296476a99d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4639 | 2024.06.22 01:33:05.261461 [ 3 ] {} <Debug> HTTP-Session: 087fb7ad-824c-4db3-b465-10296476a99d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4640 | 2024.06.22 01:33:05.261549 [ 3 ] {} <Debug> HTTP-Session: 087fb7ad-824c-4db3-b465-10296476a99d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4641 | 2024.06.22 01:33:05.261589 [ 189 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_31_6} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4642 | 2024.06.22 01:33:05.261604 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 94 rows starting from the beginning of the part | ||
4643 | 2024.06.22 01:33:05.261726 [ 3 ] {} <Trace> HTTP-Session: 087fb7ad-824c-4db3-b465-10296476a99d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4644 | 2024.06.22 01:33:05.261956 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4645 | 2024.06.22 01:33:05.262052 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 93 rows starting from the beginning of the part | ||
4646 | 2024.06.22 01:33:05.262227 [ 3 ] {c8deb84c-85bf-49cf-8572-dde8d4b9604e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4647 | 2024.06.22 01:33:05.262274 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
4648 | 2024.06.22 01:33:05.262330 [ 3 ] {c8deb84c-85bf-49cf-8572-dde8d4b9604e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4649 | 2024.06.22 01:33:05.262556 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 93 rows starting from the beginning of the part | ||
4650 | 2024.06.22 01:33:05.262882 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
4651 | 2024.06.22 01:33:05.263485 [ 3 ] {c8deb84c-85bf-49cf-8572-dde8d4b9604e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4652 | 2024.06.22 01:33:05.264126 [ 3 ] {c8deb84c-85bf-49cf-8572-dde8d4b9604e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4653 | 2024.06.22 01:33:05.264170 [ 3 ] {c8deb84c-85bf-49cf-8572-dde8d4b9604e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4654 | 2024.06.22 01:33:05.264732 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 557 rows, containing 4 columns (4 merged, 0 gathered) in 0.004271159 sec., 130409.56798845466 rows/sec., 10.18 MiB/sec. | ||
4655 | 2024.06.22 01:33:05.264775 [ 3 ] {c8deb84c-85bf-49cf-8572-dde8d4b9604e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4656 | 2024.06.22 01:33:05.264949 [ 189 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4657 | 2024.06.22 01:33:05.265599 [ 3 ] {c8deb84c-85bf-49cf-8572-dde8d4b9604e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4658 | 2024.06.22 01:33:05.265857 [ 189 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_31_6} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4659 | 2024.06.22 01:33:05.265892 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4660 | 2024.06.22 01:33:05.265921 [ 3 ] {c8deb84c-85bf-49cf-8572-dde8d4b9604e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003857 sec., 41483.01788955146 rows/sec., 2.89 MiB/sec. | ||
4661 | 2024.06.22 01:33:05.266001 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4662 | 2024.06.22 01:33:05.266086 [ 189 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_31_6} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4663 | 2024.06.22 01:33:05.266143 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4664 | 2024.06.22 01:33:05.266533 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
4665 | 2024.06.22 01:33:05.266532 [ 3 ] {c8deb84c-85bf-49cf-8572-dde8d4b9604e} <Debug> DynamicQueryHandler: Done processing query | ||
4666 | 2024.06.22 01:33:05.266622 [ 3 ] {c8deb84c-85bf-49cf-8572-dde8d4b9604e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4667 | 2024.06.22 01:33:05.266643 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
4668 | 2024.06.22 01:33:05.266701 [ 3 ] {} <Debug> HTTP-Session: 087fb7ad-824c-4db3-b465-10296476a99d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4669 | 2024.06.22 01:33:05.267016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4670 | 2024.06.22 01:33:05.267182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4671 | 2024.06.22 01:33:05.267269 [ 3 ] {} <Debug> HTTP-Session: 5439a414-2865-4df4-814f-79dc79bb34d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4672 | 2024.06.22 01:33:05.267292 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4673 | 2024.06.22 01:33:05.267322 [ 3 ] {} <Debug> HTTP-Session: 5439a414-2865-4df4-814f-79dc79bb34d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4674 | 2024.06.22 01:33:05.267384 [ 3 ] {} <Debug> HTTP-Session: 5439a414-2865-4df4-814f-79dc79bb34d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4675 | 2024.06.22 01:33:05.267390 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4062 rows starting from the beginning of the part | ||
4676 | 2024.06.22 01:33:05.267433 [ 3 ] {} <Trace> HTTP-Session: 5439a414-2865-4df4-814f-79dc79bb34d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4677 | 2024.06.22 01:33:05.267591 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 199 rows starting from the beginning of the part | ||
4678 | 2024.06.22 01:33:05.267771 [ 3 ] {6b3bc586-3cf2-49d1-afcb-522467b1e09b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4679 | 2024.06.22 01:33:05.267962 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
4680 | 2024.06.22 01:33:05.267962 [ 3 ] {6b3bc586-3cf2-49d1-afcb-522467b1e09b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4681 | 2024.06.22 01:33:05.268332 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
4682 | 2024.06.22 01:33:05.268663 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
4683 | 2024.06.22 01:33:05.269015 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
4684 | 2024.06.22 01:33:05.269287 [ 3 ] {6b3bc586-3cf2-49d1-afcb-522467b1e09b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4685 | 2024.06.22 01:33:05.269862 [ 3 ] {6b3bc586-3cf2-49d1-afcb-522467b1e09b} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4686 | 2024.06.22 01:33:05.269898 [ 3 ] {6b3bc586-3cf2-49d1-afcb-522467b1e09b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4687 | 2024.06.22 01:33:05.270402 [ 3 ] {6b3bc586-3cf2-49d1-afcb-522467b1e09b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4688 | 2024.06.22 01:33:05.270914 [ 3 ] {6b3bc586-3cf2-49d1-afcb-522467b1e09b} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4689 | 2024.06.22 01:33:05.271088 [ 115 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4690 | 2024.06.22 01:33:05.271191 [ 3 ] {6b3bc586-3cf2-49d1-afcb-522467b1e09b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0035 sec., 17142.85714285714 rows/sec., 1.16 MiB/sec. | ||
4691 | 2024.06.22 01:33:05.271228 [ 115 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4692 | 2024.06.22 01:33:05.271363 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4693 | 2024.06.22 01:33:05.271827 [ 3 ] {6b3bc586-3cf2-49d1-afcb-522467b1e09b} <Debug> DynamicQueryHandler: Done processing query | ||
4694 | 2024.06.22 01:33:05.271836 [ 199 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4695 | 2024.06.22 01:33:05.271900 [ 3 ] {6b3bc586-3cf2-49d1-afcb-522467b1e09b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4696 | 2024.06.22 01:33:05.272007 [ 3 ] {} <Debug> HTTP-Session: 5439a414-2865-4df4-814f-79dc79bb34d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4697 | 2024.06.22 01:33:05.272237 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4901 rows, containing 5 columns (5 merged, 0 gathered) in 0.00588381 sec., 832963.6748977279 rows/sec., 58.05 MiB/sec. | ||
4698 | 2024.06.22 01:33:05.272322 [ 199 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4699 | 2024.06.22 01:33:05.272365 [ 199 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1424 rows starting from the beginning of the part | ||
4700 | 2024.06.22 01:33:05.272502 [ 199 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4701 | 2024.06.22 01:33:05.272721 [ 199 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4702 | 2024.06.22 01:33:05.272740 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4703 | 2024.06.22 01:33:05.273132 [ 199 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4704 | 2024.06.22 01:33:05.273378 [ 199 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4705 | 2024.06.22 01:33:05.273845 [ 199 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
4706 | 2024.06.22 01:33:05.274373 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4707 | 2024.06.22 01:33:05.274526 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4708 | 2024.06.22 01:33:05.274713 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
4709 | 2024.06.22 01:33:05.275765 [ 198 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004233699 sec., 407208.9206152823 rows/sec., 27.46 MiB/sec. | ||
4710 | 2024.06.22 01:33:05.276061 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4711 | 2024.06.22 01:33:05.276427 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_31_6} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4712 | 2024.06.22 01:33:05.276509 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_31_6} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4713 | 2024.06.22 01:33:05.276587 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
4714 | 2024.06.22 01:33:10.255440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4715 | 2024.06.22 01:33:10.255631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4716 | 2024.06.22 01:33:10.255676 [ 3 ] {} <Debug> HTTP-Session: 63c7c79e-d979-49b3-b882-0d72ec69fde6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4717 | 2024.06.22 01:33:10.255718 [ 3 ] {} <Debug> HTTP-Session: 63c7c79e-d979-49b3-b882-0d72ec69fde6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4718 | 2024.06.22 01:33:10.255748 [ 3 ] {} <Debug> HTTP-Session: 63c7c79e-d979-49b3-b882-0d72ec69fde6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4719 | 2024.06.22 01:33:10.255826 [ 3 ] {} <Trace> HTTP-Session: 63c7c79e-d979-49b3-b882-0d72ec69fde6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4720 | 2024.06.22 01:33:10.256121 [ 3 ] {a6d8e4b9-ed0a-4e33-96c9-b7af615704bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4721 | 2024.06.22 01:33:10.256204 [ 3 ] {a6d8e4b9-ed0a-4e33-96c9-b7af615704bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4722 | 2024.06.22 01:33:10.256390 [ 3 ] {a6d8e4b9-ed0a-4e33-96c9-b7af615704bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4723 | 2024.06.22 01:33:10.256855 [ 3 ] {a6d8e4b9-ed0a-4e33-96c9-b7af615704bf} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4724 | 2024.06.22 01:33:10.256897 [ 3 ] {a6d8e4b9-ed0a-4e33-96c9-b7af615704bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4725 | 2024.06.22 01:33:10.257280 [ 3 ] {a6d8e4b9-ed0a-4e33-96c9-b7af615704bf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4726 | 2024.06.22 01:33:10.257627 [ 3 ] {a6d8e4b9-ed0a-4e33-96c9-b7af615704bf} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4727 | 2024.06.22 01:33:10.257800 [ 3 ] {a6d8e4b9-ed0a-4e33-96c9-b7af615704bf} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001774 sec., 16347.237880496054 rows/sec., 1.29 MiB/sec. | ||
4728 | 2024.06.22 01:33:10.258059 [ 3 ] {a6d8e4b9-ed0a-4e33-96c9-b7af615704bf} <Debug> DynamicQueryHandler: Done processing query | ||
4729 | 2024.06.22 01:33:10.258087 [ 3 ] {a6d8e4b9-ed0a-4e33-96c9-b7af615704bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4730 | 2024.06.22 01:33:10.258104 [ 3 ] {} <Debug> HTTP-Session: 63c7c79e-d979-49b3-b882-0d72ec69fde6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4731 | 2024.06.22 01:33:10.258272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4732 | 2024.06.22 01:33:10.258328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4733 | 2024.06.22 01:33:10.258348 [ 3 ] {} <Debug> HTTP-Session: e5aba45b-7dde-4f31-90d5-4ed94d73e7b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4734 | 2024.06.22 01:33:10.258366 [ 3 ] {} <Debug> HTTP-Session: e5aba45b-7dde-4f31-90d5-4ed94d73e7b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4735 | 2024.06.22 01:33:10.258380 [ 3 ] {} <Debug> HTTP-Session: e5aba45b-7dde-4f31-90d5-4ed94d73e7b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4736 | 2024.06.22 01:33:10.258416 [ 3 ] {} <Trace> HTTP-Session: e5aba45b-7dde-4f31-90d5-4ed94d73e7b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4737 | 2024.06.22 01:33:10.258515 [ 3 ] {0cd3b4df-ee41-4295-893c-2fdbc1cc9142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4738 | 2024.06.22 01:33:10.258561 [ 3 ] {0cd3b4df-ee41-4295-893c-2fdbc1cc9142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4739 | 2024.06.22 01:33:10.258691 [ 3 ] {0cd3b4df-ee41-4295-893c-2fdbc1cc9142} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4740 | 2024.06.22 01:33:10.259004 [ 3 ] {0cd3b4df-ee41-4295-893c-2fdbc1cc9142} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4741 | 2024.06.22 01:33:10.259041 [ 3 ] {0cd3b4df-ee41-4295-893c-2fdbc1cc9142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4742 | 2024.06.22 01:33:10.259365 [ 3 ] {0cd3b4df-ee41-4295-893c-2fdbc1cc9142} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4743 | 2024.06.22 01:33:10.259674 [ 3 ] {0cd3b4df-ee41-4295-893c-2fdbc1cc9142} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4744 | 2024.06.22 01:33:10.259796 [ 3 ] {0cd3b4df-ee41-4295-893c-2fdbc1cc9142} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001309 sec., 1527.8838808250573 rows/sec., 124.59 KiB/sec. | ||
4745 | 2024.06.22 01:33:10.260086 [ 3 ] {0cd3b4df-ee41-4295-893c-2fdbc1cc9142} <Debug> DynamicQueryHandler: Done processing query | ||
4746 | 2024.06.22 01:33:10.260110 [ 3 ] {0cd3b4df-ee41-4295-893c-2fdbc1cc9142} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4747 | 2024.06.22 01:33:10.260126 [ 3 ] {} <Debug> HTTP-Session: e5aba45b-7dde-4f31-90d5-4ed94d73e7b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4748 | 2024.06.22 01:33:10.260278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 21113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4749 | 2024.06.22 01:33:10.260326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4750 | 2024.06.22 01:33:10.260345 [ 3 ] {} <Debug> HTTP-Session: 3dac2809-f54e-4053-a4a7-f478fd62e5eb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4751 | 2024.06.22 01:33:10.260362 [ 3 ] {} <Debug> HTTP-Session: 3dac2809-f54e-4053-a4a7-f478fd62e5eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4752 | 2024.06.22 01:33:10.260376 [ 3 ] {} <Debug> HTTP-Session: 3dac2809-f54e-4053-a4a7-f478fd62e5eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4753 | 2024.06.22 01:33:10.260408 [ 3 ] {} <Trace> HTTP-Session: 3dac2809-f54e-4053-a4a7-f478fd62e5eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4754 | 2024.06.22 01:33:10.260548 [ 3 ] {1b67f593-6d33-45b2-a512-046bdf01438f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4755 | 2024.06.22 01:33:10.260591 [ 3 ] {1b67f593-6d33-45b2-a512-046bdf01438f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4756 | 2024.06.22 01:33:10.260734 [ 3 ] {1b67f593-6d33-45b2-a512-046bdf01438f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4757 | 2024.06.22 01:33:10.261117 [ 3 ] {1b67f593-6d33-45b2-a512-046bdf01438f} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4758 | 2024.06.22 01:33:10.261152 [ 3 ] {1b67f593-6d33-45b2-a512-046bdf01438f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4759 | 2024.06.22 01:33:10.261474 [ 3 ] {1b67f593-6d33-45b2-a512-046bdf01438f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4760 | 2024.06.22 01:33:10.261784 [ 3 ] {1b67f593-6d33-45b2-a512-046bdf01438f} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4761 | 2024.06.22 01:33:10.261914 [ 3 ] {1b67f593-6d33-45b2-a512-046bdf01438f} <Debug> executeQuery: Read 144 rows, 12.34 KiB in 0.001426 sec., 100981.76718092567 rows/sec., 8.45 MiB/sec. | ||
4762 | 2024.06.22 01:33:10.262129 [ 3 ] {1b67f593-6d33-45b2-a512-046bdf01438f} <Debug> DynamicQueryHandler: Done processing query | ||
4763 | 2024.06.22 01:33:10.262154 [ 3 ] {1b67f593-6d33-45b2-a512-046bdf01438f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4764 | 2024.06.22 01:33:10.262170 [ 3 ] {} <Debug> HTTP-Session: 3dac2809-f54e-4053-a4a7-f478fd62e5eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4765 | 2024.06.22 01:33:10.262303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4766 | 2024.06.22 01:33:10.262353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4767 | 2024.06.22 01:33:10.262371 [ 3 ] {} <Debug> HTTP-Session: 0c5ad95c-c92d-42b4-8306-a6b6f67ca231 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4768 | 2024.06.22 01:33:10.262416 [ 3 ] {} <Debug> HTTP-Session: 0c5ad95c-c92d-42b4-8306-a6b6f67ca231 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4769 | 2024.06.22 01:33:10.262430 [ 3 ] {} <Debug> HTTP-Session: 0c5ad95c-c92d-42b4-8306-a6b6f67ca231 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4770 | 2024.06.22 01:33:10.262462 [ 3 ] {} <Trace> HTTP-Session: 0c5ad95c-c92d-42b4-8306-a6b6f67ca231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4771 | 2024.06.22 01:33:10.262554 [ 3 ] {ccf39ce4-8d79-4c5d-89eb-9614fd1caab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4772 | 2024.06.22 01:33:10.262595 [ 3 ] {ccf39ce4-8d79-4c5d-89eb-9614fd1caab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4773 | 2024.06.22 01:33:10.262720 [ 3 ] {ccf39ce4-8d79-4c5d-89eb-9614fd1caab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4774 | 2024.06.22 01:33:10.262988 [ 3 ] {ccf39ce4-8d79-4c5d-89eb-9614fd1caab6} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4775 | 2024.06.22 01:33:10.263027 [ 3 ] {ccf39ce4-8d79-4c5d-89eb-9614fd1caab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4776 | 2024.06.22 01:33:10.263329 [ 3 ] {ccf39ce4-8d79-4c5d-89eb-9614fd1caab6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4777 | 2024.06.22 01:33:10.263634 [ 3 ] {ccf39ce4-8d79-4c5d-89eb-9614fd1caab6} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4778 | 2024.06.22 01:33:10.263786 [ 3 ] {ccf39ce4-8d79-4c5d-89eb-9614fd1caab6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001255 sec., 1593.6254980079682 rows/sec., 111.27 KiB/sec. | ||
4779 | 2024.06.22 01:33:10.264075 [ 3 ] {ccf39ce4-8d79-4c5d-89eb-9614fd1caab6} <Debug> DynamicQueryHandler: Done processing query | ||
4780 | 2024.06.22 01:33:10.264099 [ 3 ] {ccf39ce4-8d79-4c5d-89eb-9614fd1caab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4781 | 2024.06.22 01:33:10.264114 [ 3 ] {} <Debug> HTTP-Session: 0c5ad95c-c92d-42b4-8306-a6b6f67ca231 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4782 | 2024.06.22 01:33:10.264242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 16144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4783 | 2024.06.22 01:33:10.264292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4784 | 2024.06.22 01:33:10.264311 [ 3 ] {} <Debug> HTTP-Session: 95eb5ad6-483f-4abc-83b4-998bdcc4083c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4785 | 2024.06.22 01:33:10.264328 [ 3 ] {} <Debug> HTTP-Session: 95eb5ad6-483f-4abc-83b4-998bdcc4083c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4786 | 2024.06.22 01:33:10.264342 [ 3 ] {} <Debug> HTTP-Session: 95eb5ad6-483f-4abc-83b4-998bdcc4083c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4787 | 2024.06.22 01:33:10.264371 [ 3 ] {} <Trace> HTTP-Session: 95eb5ad6-483f-4abc-83b4-998bdcc4083c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4788 | 2024.06.22 01:33:10.264504 [ 3 ] {276c875c-b4f5-458a-8a14-9a420affcf6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4789 | 2024.06.22 01:33:10.264547 [ 3 ] {276c875c-b4f5-458a-8a14-9a420affcf6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4790 | 2024.06.22 01:33:10.264687 [ 3 ] {276c875c-b4f5-458a-8a14-9a420affcf6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4791 | 2024.06.22 01:33:10.265024 [ 3 ] {276c875c-b4f5-458a-8a14-9a420affcf6e} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4792 | 2024.06.22 01:33:10.265059 [ 3 ] {276c875c-b4f5-458a-8a14-9a420affcf6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4793 | 2024.06.22 01:33:10.265377 [ 3 ] {276c875c-b4f5-458a-8a14-9a420affcf6e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4794 | 2024.06.22 01:33:10.265683 [ 3 ] {276c875c-b4f5-458a-8a14-9a420affcf6e} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4795 | 2024.06.22 01:33:10.265807 [ 3 ] {276c875c-b4f5-458a-8a14-9a420affcf6e} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.00136 sec., 69852.94117647059 rows/sec., 5.46 MiB/sec. | ||
4796 | 2024.06.22 01:33:10.265970 [ 3 ] {276c875c-b4f5-458a-8a14-9a420affcf6e} <Debug> DynamicQueryHandler: Done processing query | ||
4797 | 2024.06.22 01:33:10.265994 [ 3 ] {276c875c-b4f5-458a-8a14-9a420affcf6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4798 | 2024.06.22 01:33:10.266010 [ 3 ] {} <Debug> HTTP-Session: 95eb5ad6-483f-4abc-83b4-998bdcc4083c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4799 | 2024.06.22 01:33:10.266183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4800 | 2024.06.22 01:33:10.266231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4801 | 2024.06.22 01:33:10.266250 [ 3 ] {} <Debug> HTTP-Session: 95b65bc9-d7e5-4b2c-bb7f-392d9d4196a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4802 | 2024.06.22 01:33:10.266266 [ 3 ] {} <Debug> HTTP-Session: 95b65bc9-d7e5-4b2c-bb7f-392d9d4196a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4803 | 2024.06.22 01:33:10.266280 [ 3 ] {} <Debug> HTTP-Session: 95b65bc9-d7e5-4b2c-bb7f-392d9d4196a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4804 | 2024.06.22 01:33:10.266310 [ 3 ] {} <Trace> HTTP-Session: 95b65bc9-d7e5-4b2c-bb7f-392d9d4196a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4805 | 2024.06.22 01:33:10.266457 [ 3 ] {31a233f2-5d84-49fd-bf11-7320baf42fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4806 | 2024.06.22 01:33:10.266502 [ 3 ] {31a233f2-5d84-49fd-bf11-7320baf42fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4807 | 2024.06.22 01:33:10.266643 [ 3 ] {31a233f2-5d84-49fd-bf11-7320baf42fbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4808 | 2024.06.22 01:33:10.267094 [ 3 ] {31a233f2-5d84-49fd-bf11-7320baf42fbc} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4809 | 2024.06.22 01:33:10.267129 [ 3 ] {31a233f2-5d84-49fd-bf11-7320baf42fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4810 | 2024.06.22 01:33:10.267514 [ 3 ] {31a233f2-5d84-49fd-bf11-7320baf42fbc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4811 | 2024.06.22 01:33:10.267851 [ 3 ] {31a233f2-5d84-49fd-bf11-7320baf42fbc} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4812 | 2024.06.22 01:33:10.267978 [ 3 ] {31a233f2-5d84-49fd-bf11-7320baf42fbc} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00159 sec., 101257.86163522012 rows/sec., 7.05 MiB/sec. | ||
4813 | 2024.06.22 01:33:10.268149 [ 3 ] {31a233f2-5d84-49fd-bf11-7320baf42fbc} <Debug> DynamicQueryHandler: Done processing query | ||
4814 | 2024.06.22 01:33:10.268173 [ 3 ] {31a233f2-5d84-49fd-bf11-7320baf42fbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4815 | 2024.06.22 01:33:10.268189 [ 3 ] {} <Debug> HTTP-Session: 95b65bc9-d7e5-4b2c-bb7f-392d9d4196a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4816 | 2024.06.22 01:33:10.268364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4817 | 2024.06.22 01:33:10.268413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4818 | 2024.06.22 01:33:10.268432 [ 3 ] {} <Debug> HTTP-Session: 0a991f99-c292-47a8-a727-3e2f0bb6d3f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4819 | 2024.06.22 01:33:10.268448 [ 3 ] {} <Debug> HTTP-Session: 0a991f99-c292-47a8-a727-3e2f0bb6d3f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4820 | 2024.06.22 01:33:10.268462 [ 3 ] {} <Debug> HTTP-Session: 0a991f99-c292-47a8-a727-3e2f0bb6d3f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4821 | 2024.06.22 01:33:10.268492 [ 3 ] {} <Trace> HTTP-Session: 0a991f99-c292-47a8-a727-3e2f0bb6d3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4822 | 2024.06.22 01:33:10.268962 [ 3 ] {83b6ec91-4880-420b-a796-92406764c4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4823 | 2024.06.22 01:33:10.269010 [ 3 ] {83b6ec91-4880-420b-a796-92406764c4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4824 | 2024.06.22 01:33:10.269166 [ 3 ] {83b6ec91-4880-420b-a796-92406764c4a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4825 | 2024.06.22 01:33:10.269663 [ 3 ] {83b6ec91-4880-420b-a796-92406764c4a2} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4826 | 2024.06.22 01:33:10.269697 [ 3 ] {83b6ec91-4880-420b-a796-92406764c4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4827 | 2024.06.22 01:33:10.270112 [ 3 ] {83b6ec91-4880-420b-a796-92406764c4a2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4828 | 2024.06.22 01:33:10.270456 [ 3 ] {83b6ec91-4880-420b-a796-92406764c4a2} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4829 | 2024.06.22 01:33:10.270589 [ 3 ] {83b6ec91-4880-420b-a796-92406764c4a2} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.00202 sec., 14356.435643564355 rows/sec., 19.37 MiB/sec. | ||
4830 | 2024.06.22 01:33:10.270802 [ 3 ] {83b6ec91-4880-420b-a796-92406764c4a2} <Debug> DynamicQueryHandler: Done processing query | ||
4831 | 2024.06.22 01:33:10.270826 [ 3 ] {83b6ec91-4880-420b-a796-92406764c4a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4832 | 2024.06.22 01:33:10.270843 [ 3 ] {} <Debug> HTTP-Session: 0a991f99-c292-47a8-a727-3e2f0bb6d3f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4833 | 2024.06.22 01:33:10.271028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4834 | 2024.06.22 01:33:10.271076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4835 | 2024.06.22 01:33:10.271095 [ 3 ] {} <Debug> HTTP-Session: 4d6e75b3-e9db-4c62-ab90-07c5366a161c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4836 | 2024.06.22 01:33:10.271112 [ 3 ] {} <Debug> HTTP-Session: 4d6e75b3-e9db-4c62-ab90-07c5366a161c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4837 | 2024.06.22 01:33:10.271127 [ 3 ] {} <Debug> HTTP-Session: 4d6e75b3-e9db-4c62-ab90-07c5366a161c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4838 | 2024.06.22 01:33:10.271158 [ 3 ] {} <Trace> HTTP-Session: 4d6e75b3-e9db-4c62-ab90-07c5366a161c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4839 | 2024.06.22 01:33:10.271277 [ 3 ] {0ce162f7-94fa-43ca-a746-eb83989748e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4840 | 2024.06.22 01:33:10.271321 [ 3 ] {0ce162f7-94fa-43ca-a746-eb83989748e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4841 | 2024.06.22 01:33:10.271448 [ 3 ] {0ce162f7-94fa-43ca-a746-eb83989748e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4842 | 2024.06.22 01:33:10.271758 [ 3 ] {0ce162f7-94fa-43ca-a746-eb83989748e7} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4843 | 2024.06.22 01:33:10.271793 [ 3 ] {0ce162f7-94fa-43ca-a746-eb83989748e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4844 | 2024.06.22 01:33:10.272144 [ 3 ] {0ce162f7-94fa-43ca-a746-eb83989748e7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4845 | 2024.06.22 01:33:10.272464 [ 3 ] {0ce162f7-94fa-43ca-a746-eb83989748e7} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4846 | 2024.06.22 01:33:10.272590 [ 3 ] {0ce162f7-94fa-43ca-a746-eb83989748e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
4847 | 2024.06.22 01:33:10.272757 [ 3 ] {0ce162f7-94fa-43ca-a746-eb83989748e7} <Debug> DynamicQueryHandler: Done processing query | ||
4848 | 2024.06.22 01:33:10.272781 [ 3 ] {0ce162f7-94fa-43ca-a746-eb83989748e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4849 | 2024.06.22 01:33:10.272797 [ 3 ] {} <Debug> HTTP-Session: 4d6e75b3-e9db-4c62-ab90-07c5366a161c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4850 | 2024.06.22 01:33:15.255038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4851 | 2024.06.22 01:33:15.255245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4852 | 2024.06.22 01:33:15.255290 [ 3 ] {} <Debug> HTTP-Session: 40bcdc2d-85eb-4453-a1d4-3d5229626ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4853 | 2024.06.22 01:33:15.255319 [ 3 ] {} <Debug> HTTP-Session: 40bcdc2d-85eb-4453-a1d4-3d5229626ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4854 | 2024.06.22 01:33:15.255338 [ 3 ] {} <Debug> HTTP-Session: 40bcdc2d-85eb-4453-a1d4-3d5229626ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4855 | 2024.06.22 01:33:15.255394 [ 3 ] {} <Trace> HTTP-Session: 40bcdc2d-85eb-4453-a1d4-3d5229626ed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4856 | 2024.06.22 01:33:15.255637 [ 3 ] {94e3b818-7514-4deb-a463-5a5d8e32db91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4857 | 2024.06.22 01:33:15.255713 [ 3 ] {94e3b818-7514-4deb-a463-5a5d8e32db91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4858 | 2024.06.22 01:33:15.255926 [ 3 ] {94e3b818-7514-4deb-a463-5a5d8e32db91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4859 | 2024.06.22 01:33:15.256445 [ 3 ] {94e3b818-7514-4deb-a463-5a5d8e32db91} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4860 | 2024.06.22 01:33:15.256492 [ 3 ] {94e3b818-7514-4deb-a463-5a5d8e32db91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4861 | 2024.06.22 01:33:15.256883 [ 3 ] {94e3b818-7514-4deb-a463-5a5d8e32db91} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4862 | 2024.06.22 01:33:15.257221 [ 3 ] {94e3b818-7514-4deb-a463-5a5d8e32db91} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4863 | 2024.06.22 01:33:15.257387 [ 3 ] {94e3b818-7514-4deb-a463-5a5d8e32db91} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001834 sec., 50163.57688113413 rows/sec., 3.80 MiB/sec. | ||
4864 | 2024.06.22 01:33:15.257619 [ 3 ] {94e3b818-7514-4deb-a463-5a5d8e32db91} <Debug> DynamicQueryHandler: Done processing query | ||
4865 | 2024.06.22 01:33:15.257649 [ 3 ] {94e3b818-7514-4deb-a463-5a5d8e32db91} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4866 | 2024.06.22 01:33:15.257667 [ 3 ] {} <Debug> HTTP-Session: 40bcdc2d-85eb-4453-a1d4-3d5229626ed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4867 | 2024.06.22 01:33:15.257852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4868 | 2024.06.22 01:33:15.257910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4869 | 2024.06.22 01:33:15.257931 [ 3 ] {} <Debug> HTTP-Session: ff760db0-d348-4d2f-830e-724d006c52dc Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4870 | 2024.06.22 01:33:15.257949 [ 3 ] {} <Debug> HTTP-Session: ff760db0-d348-4d2f-830e-724d006c52dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4871 | 2024.06.22 01:33:15.257962 [ 3 ] {} <Debug> HTTP-Session: ff760db0-d348-4d2f-830e-724d006c52dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4872 | 2024.06.22 01:33:15.257998 [ 3 ] {} <Trace> HTTP-Session: ff760db0-d348-4d2f-830e-724d006c52dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4873 | 2024.06.22 01:33:15.258129 [ 3 ] {e787aac7-8e85-40e5-a4f6-d4795c52bfe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4874 | 2024.06.22 01:33:15.258175 [ 3 ] {e787aac7-8e85-40e5-a4f6-d4795c52bfe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4875 | 2024.06.22 01:33:15.258307 [ 3 ] {e787aac7-8e85-40e5-a4f6-d4795c52bfe7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4876 | 2024.06.22 01:33:15.258660 [ 3 ] {e787aac7-8e85-40e5-a4f6-d4795c52bfe7} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4877 | 2024.06.22 01:33:15.258700 [ 3 ] {e787aac7-8e85-40e5-a4f6-d4795c52bfe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4878 | 2024.06.22 01:33:15.259020 [ 3 ] {e787aac7-8e85-40e5-a4f6-d4795c52bfe7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4879 | 2024.06.22 01:33:15.259347 [ 3 ] {e787aac7-8e85-40e5-a4f6-d4795c52bfe7} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4880 | 2024.06.22 01:33:15.259485 [ 3 ] {e787aac7-8e85-40e5-a4f6-d4795c52bfe7} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001407 sec., 62544.420753375976 rows/sec., 4.87 MiB/sec. | ||
4881 | 2024.06.22 01:33:15.259742 [ 3 ] {e787aac7-8e85-40e5-a4f6-d4795c52bfe7} <Debug> DynamicQueryHandler: Done processing query | ||
4882 | 2024.06.22 01:33:15.259801 [ 3 ] {e787aac7-8e85-40e5-a4f6-d4795c52bfe7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4883 | 2024.06.22 01:33:15.259843 [ 3 ] {} <Debug> HTTP-Session: ff760db0-d348-4d2f-830e-724d006c52dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4884 | 2024.06.22 01:33:15.260110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 37590, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4885 | 2024.06.22 01:33:15.260162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4886 | 2024.06.22 01:33:15.260182 [ 3 ] {} <Debug> HTTP-Session: 9c4c7b8f-3c7d-4c71-9f4f-728ede0a3ff7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4887 | 2024.06.22 01:33:15.260199 [ 3 ] {} <Debug> HTTP-Session: 9c4c7b8f-3c7d-4c71-9f4f-728ede0a3ff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4888 | 2024.06.22 01:33:15.260213 [ 3 ] {} <Debug> HTTP-Session: 9c4c7b8f-3c7d-4c71-9f4f-728ede0a3ff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4889 | 2024.06.22 01:33:15.260246 [ 3 ] {} <Trace> HTTP-Session: 9c4c7b8f-3c7d-4c71-9f4f-728ede0a3ff7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4890 | 2024.06.22 01:33:15.260422 [ 3 ] {480722ad-d86c-46f6-bef7-deffb836a91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4891 | 2024.06.22 01:33:15.260473 [ 3 ] {480722ad-d86c-46f6-bef7-deffb836a91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4892 | 2024.06.22 01:33:15.260638 [ 3 ] {480722ad-d86c-46f6-bef7-deffb836a91f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4893 | 2024.06.22 01:33:15.261047 [ 3 ] {480722ad-d86c-46f6-bef7-deffb836a91f} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4894 | 2024.06.22 01:33:15.261084 [ 3 ] {480722ad-d86c-46f6-bef7-deffb836a91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4895 | 2024.06.22 01:33:15.261479 [ 3 ] {480722ad-d86c-46f6-bef7-deffb836a91f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4896 | 2024.06.22 01:33:15.261818 [ 3 ] {480722ad-d86c-46f6-bef7-deffb836a91f} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4897 | 2024.06.22 01:33:15.261986 [ 3 ] {480722ad-d86c-46f6-bef7-deffb836a91f} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001645 sec., 119148.93617021276 rows/sec., 8.32 MiB/sec. | ||
4898 | 2024.06.22 01:33:15.262163 [ 3 ] {480722ad-d86c-46f6-bef7-deffb836a91f} <Debug> DynamicQueryHandler: Done processing query | ||
4899 | 2024.06.22 01:33:15.262188 [ 3 ] {480722ad-d86c-46f6-bef7-deffb836a91f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4900 | 2024.06.22 01:33:15.262204 [ 3 ] {} <Debug> HTTP-Session: 9c4c7b8f-3c7d-4c71-9f4f-728ede0a3ff7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4901 | 2024.06.22 01:33:15.262347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4902 | 2024.06.22 01:33:15.262395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4903 | 2024.06.22 01:33:15.262415 [ 3 ] {} <Debug> HTTP-Session: c3b39c9e-87dc-4dcb-95e7-9781ae5cec3f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4904 | 2024.06.22 01:33:15.262431 [ 3 ] {} <Debug> HTTP-Session: c3b39c9e-87dc-4dcb-95e7-9781ae5cec3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4905 | 2024.06.22 01:33:15.262445 [ 3 ] {} <Debug> HTTP-Session: c3b39c9e-87dc-4dcb-95e7-9781ae5cec3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4906 | 2024.06.22 01:33:15.262477 [ 3 ] {} <Trace> HTTP-Session: c3b39c9e-87dc-4dcb-95e7-9781ae5cec3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4907 | 2024.06.22 01:33:15.262600 [ 3 ] {9a0578e6-a61c-4bf3-8f5b-6f5c4645ea7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4908 | 2024.06.22 01:33:15.262645 [ 3 ] {9a0578e6-a61c-4bf3-8f5b-6f5c4645ea7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4909 | 2024.06.22 01:33:15.262773 [ 3 ] {9a0578e6-a61c-4bf3-8f5b-6f5c4645ea7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4910 | 2024.06.22 01:33:15.263054 [ 3 ] {9a0578e6-a61c-4bf3-8f5b-6f5c4645ea7b} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4911 | 2024.06.22 01:33:15.263089 [ 3 ] {9a0578e6-a61c-4bf3-8f5b-6f5c4645ea7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4912 | 2024.06.22 01:33:15.263446 [ 3 ] {9a0578e6-a61c-4bf3-8f5b-6f5c4645ea7b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4913 | 2024.06.22 01:33:15.263763 [ 3 ] {9a0578e6-a61c-4bf3-8f5b-6f5c4645ea7b} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4914 | 2024.06.22 01:33:15.263914 [ 3 ] {9a0578e6-a61c-4bf3-8f5b-6f5c4645ea7b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
4915 | 2024.06.22 01:33:15.264070 [ 3 ] {9a0578e6-a61c-4bf3-8f5b-6f5c4645ea7b} <Debug> DynamicQueryHandler: Done processing query | ||
4916 | 2024.06.22 01:33:15.264094 [ 3 ] {9a0578e6-a61c-4bf3-8f5b-6f5c4645ea7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4917 | 2024.06.22 01:33:15.264109 [ 3 ] {} <Debug> HTTP-Session: c3b39c9e-87dc-4dcb-95e7-9781ae5cec3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4918 | 2024.06.22 01:33:18.816277 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4919 | 2024.06.22 01:33:18.816333 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4920 | 2024.06.22 01:33:20.254542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4921 | 2024.06.22 01:33:20.254670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4922 | 2024.06.22 01:33:20.254693 [ 3 ] {} <Debug> HTTP-Session: 6ea53ba6-8901-4b7f-a773-0fea63e4ea98 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4923 | 2024.06.22 01:33:20.254718 [ 3 ] {} <Debug> HTTP-Session: 6ea53ba6-8901-4b7f-a773-0fea63e4ea98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4924 | 2024.06.22 01:33:20.254732 [ 3 ] {} <Debug> HTTP-Session: 6ea53ba6-8901-4b7f-a773-0fea63e4ea98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4925 | 2024.06.22 01:33:20.254782 [ 3 ] {} <Trace> HTTP-Session: 6ea53ba6-8901-4b7f-a773-0fea63e4ea98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4926 | 2024.06.22 01:33:20.254973 [ 3 ] {64c4e850-d971-438c-8a50-801ec1e6b892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4927 | 2024.06.22 01:33:20.255042 [ 3 ] {64c4e850-d971-438c-8a50-801ec1e6b892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4928 | 2024.06.22 01:33:20.255236 [ 3 ] {64c4e850-d971-438c-8a50-801ec1e6b892} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4929 | 2024.06.22 01:33:20.255648 [ 3 ] {64c4e850-d971-438c-8a50-801ec1e6b892} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4930 | 2024.06.22 01:33:20.255690 [ 3 ] {64c4e850-d971-438c-8a50-801ec1e6b892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4931 | 2024.06.22 01:33:20.256061 [ 3 ] {64c4e850-d971-438c-8a50-801ec1e6b892} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4932 | 2024.06.22 01:33:20.256389 [ 3 ] {64c4e850-d971-438c-8a50-801ec1e6b892} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4933 | 2024.06.22 01:33:20.256547 [ 3 ] {64c4e850-d971-438c-8a50-801ec1e6b892} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.00163 sec., 17791.411042944786 rows/sec., 1.41 MiB/sec. | ||
4934 | 2024.06.22 01:33:20.256567 [ 142 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
4935 | 2024.06.22 01:33:20.256688 [ 142 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4936 | 2024.06.22 01:33:20.256725 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4937 | 2024.06.22 01:33:20.256825 [ 3 ] {64c4e850-d971-438c-8a50-801ec1e6b892} <Debug> DynamicQueryHandler: Done processing query | ||
4938 | 2024.06.22 01:33:20.256882 [ 3 ] {64c4e850-d971-438c-8a50-801ec1e6b892} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4939 | 2024.06.22 01:33:20.256936 [ 3 ] {} <Debug> HTTP-Session: 6ea53ba6-8901-4b7f-a773-0fea63e4ea98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4940 | 2024.06.22 01:33:20.256968 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
4941 | 2024.06.22 01:33:20.257145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4942 | 2024.06.22 01:33:20.257235 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4943 | 2024.06.22 01:33:20.257247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4944 | 2024.06.22 01:33:20.257302 [ 3 ] {} <Debug> HTTP-Session: d9d84c91-090e-414b-9c9e-75feb43d7b0b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4945 | 2024.06.22 01:33:20.257304 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 29 rows starting from the beginning of the part | ||
4946 | 2024.06.22 01:33:20.257329 [ 3 ] {} <Debug> HTTP-Session: d9d84c91-090e-414b-9c9e-75feb43d7b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4947 | 2024.06.22 01:33:20.257375 [ 3 ] {} <Debug> HTTP-Session: d9d84c91-090e-414b-9c9e-75feb43d7b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4948 | 2024.06.22 01:33:20.257491 [ 3 ] {} <Trace> HTTP-Session: d9d84c91-090e-414b-9c9e-75feb43d7b0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4949 | 2024.06.22 01:33:20.257579 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 29 rows starting from the beginning of the part | ||
4950 | 2024.06.22 01:33:20.257846 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 29 rows starting from the beginning of the part | ||
4951 | 2024.06.22 01:33:20.257924 [ 3 ] {15dc6812-df6a-4d17-bac8-4411a997de5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4952 | 2024.06.22 01:33:20.258111 [ 3 ] {15dc6812-df6a-4d17-bac8-4411a997de5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4953 | 2024.06.22 01:33:20.258156 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 29 rows starting from the beginning of the part | ||
4954 | 2024.06.22 01:33:20.258536 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 29 rows starting from the beginning of the part | ||
4955 | 2024.06.22 01:33:20.259172 [ 3 ] {15dc6812-df6a-4d17-bac8-4411a997de5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4956 | 2024.06.22 01:33:20.260046 [ 3 ] {15dc6812-df6a-4d17-bac8-4411a997de5d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4957 | 2024.06.22 01:33:20.260117 [ 3 ] {15dc6812-df6a-4d17-bac8-4411a997de5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4958 | 2024.06.22 01:33:20.260962 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.004132897 sec., 35084.34882359759 rows/sec., 2.78 MiB/sec. | ||
4959 | 2024.06.22 01:33:20.261042 [ 3 ] {15dc6812-df6a-4d17-bac8-4411a997de5d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4960 | 2024.06.22 01:33:20.261120 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
4961 | 2024.06.22 01:33:20.261801 [ 3 ] {15dc6812-df6a-4d17-bac8-4411a997de5d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4962 | 2024.06.22 01:33:20.261903 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_14_3} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4963 | 2024.06.22 01:33:20.262147 [ 3 ] {15dc6812-df6a-4d17-bac8-4411a997de5d} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.004428 sec., 32294.489611562785 rows/sec., 2.71 MiB/sec. | ||
4964 | 2024.06.22 01:33:20.262162 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_14_3} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
4965 | 2024.06.22 01:33:20.262446 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4966 | 2024.06.22 01:33:20.262713 [ 3 ] {15dc6812-df6a-4d17-bac8-4411a997de5d} <Debug> DynamicQueryHandler: Done processing query | ||
4967 | 2024.06.22 01:33:20.262742 [ 3 ] {15dc6812-df6a-4d17-bac8-4411a997de5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4968 | 2024.06.22 01:33:20.262759 [ 3 ] {} <Debug> HTTP-Session: d9d84c91-090e-414b-9c9e-75feb43d7b0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4969 | 2024.06.22 01:33:20.262942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4970 | 2024.06.22 01:33:20.262992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4971 | 2024.06.22 01:33:20.263011 [ 3 ] {} <Debug> HTTP-Session: 53e31fce-8af9-46f8-9c23-06834a63074d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4972 | 2024.06.22 01:33:20.263028 [ 3 ] {} <Debug> HTTP-Session: 53e31fce-8af9-46f8-9c23-06834a63074d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4973 | 2024.06.22 01:33:20.263042 [ 3 ] {} <Debug> HTTP-Session: 53e31fce-8af9-46f8-9c23-06834a63074d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4974 | 2024.06.22 01:33:20.263073 [ 3 ] {} <Trace> HTTP-Session: 53e31fce-8af9-46f8-9c23-06834a63074d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4975 | 2024.06.22 01:33:20.263222 [ 3 ] {c9cf9129-8d3d-4c21-9e7e-37c725b9d2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4976 | 2024.06.22 01:33:20.263266 [ 3 ] {c9cf9129-8d3d-4c21-9e7e-37c725b9d2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4977 | 2024.06.22 01:33:20.263417 [ 3 ] {c9cf9129-8d3d-4c21-9e7e-37c725b9d2d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4978 | 2024.06.22 01:33:20.263769 [ 3 ] {c9cf9129-8d3d-4c21-9e7e-37c725b9d2d5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4979 | 2024.06.22 01:33:20.263805 [ 3 ] {c9cf9129-8d3d-4c21-9e7e-37c725b9d2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4980 | 2024.06.22 01:33:20.264130 [ 3 ] {c9cf9129-8d3d-4c21-9e7e-37c725b9d2d5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4981 | 2024.06.22 01:33:20.264442 [ 3 ] {c9cf9129-8d3d-4c21-9e7e-37c725b9d2d5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4982 | 2024.06.22 01:33:20.264599 [ 3 ] {c9cf9129-8d3d-4c21-9e7e-37c725b9d2d5} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001437 sec., 64718.16283924844 rows/sec., 5.05 MiB/sec. | ||
4983 | 2024.06.22 01:33:20.264763 [ 3 ] {c9cf9129-8d3d-4c21-9e7e-37c725b9d2d5} <Debug> DynamicQueryHandler: Done processing query | ||
4984 | 2024.06.22 01:33:20.264786 [ 3 ] {c9cf9129-8d3d-4c21-9e7e-37c725b9d2d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4985 | 2024.06.22 01:33:20.264802 [ 3 ] {} <Debug> HTTP-Session: 53e31fce-8af9-46f8-9c23-06834a63074d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4986 | 2024.06.22 01:33:20.264994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4987 | 2024.06.22 01:33:20.265042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4988 | 2024.06.22 01:33:20.265061 [ 3 ] {} <Debug> HTTP-Session: 6ac88bf6-e97e-465d-b027-13cb8be84bc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
4989 | 2024.06.22 01:33:20.265077 [ 3 ] {} <Debug> HTTP-Session: 6ac88bf6-e97e-465d-b027-13cb8be84bc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4990 | 2024.06.22 01:33:20.265090 [ 3 ] {} <Debug> HTTP-Session: 6ac88bf6-e97e-465d-b027-13cb8be84bc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4991 | 2024.06.22 01:33:20.265122 [ 3 ] {} <Trace> HTTP-Session: 6ac88bf6-e97e-465d-b027-13cb8be84bc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4992 | 2024.06.22 01:33:20.265270 [ 3 ] {71291bf2-1b80-486d-9f29-c50dd6931d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4993 | 2024.06.22 01:33:20.265318 [ 3 ] {71291bf2-1b80-486d-9f29-c50dd6931d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4994 | 2024.06.22 01:33:20.265462 [ 3 ] {71291bf2-1b80-486d-9f29-c50dd6931d0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4995 | 2024.06.22 01:33:20.265851 [ 3 ] {71291bf2-1b80-486d-9f29-c50dd6931d0e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4996 | 2024.06.22 01:33:20.265887 [ 3 ] {71291bf2-1b80-486d-9f29-c50dd6931d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4997 | 2024.06.22 01:33:20.266278 [ 3 ] {71291bf2-1b80-486d-9f29-c50dd6931d0e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4998 | 2024.06.22 01:33:20.266606 [ 3 ] {71291bf2-1b80-486d-9f29-c50dd6931d0e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4999 | 2024.06.22 01:33:20.266762 [ 3 ] {71291bf2-1b80-486d-9f29-c50dd6931d0e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
5000 | 2024.06.22 01:33:20.266934 [ 3 ] {71291bf2-1b80-486d-9f29-c50dd6931d0e} <Debug> DynamicQueryHandler: Done processing query | ||
5001 | 2024.06.22 01:33:20.266957 [ 3 ] {71291bf2-1b80-486d-9f29-c50dd6931d0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5002 | 2024.06.22 01:33:20.266973 [ 3 ] {} <Debug> HTTP-Session: 6ac88bf6-e97e-465d-b027-13cb8be84bc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5003 | 2024.06.22 01:33:20.267153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5004 | 2024.06.22 01:33:20.267201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5005 | 2024.06.22 01:33:20.267219 [ 3 ] {} <Debug> HTTP-Session: b51c7ed2-ad10-4af4-9588-5724656b269f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5006 | 2024.06.22 01:33:20.267235 [ 3 ] {} <Debug> HTTP-Session: b51c7ed2-ad10-4af4-9588-5724656b269f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5007 | 2024.06.22 01:33:20.267249 [ 3 ] {} <Debug> HTTP-Session: b51c7ed2-ad10-4af4-9588-5724656b269f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5008 | 2024.06.22 01:33:20.267280 [ 3 ] {} <Trace> HTTP-Session: b51c7ed2-ad10-4af4-9588-5724656b269f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5009 | 2024.06.22 01:33:20.267560 [ 3 ] {95a6a37d-aeda-4972-9aaa-a7652275c847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5010 | 2024.06.22 01:33:20.267608 [ 3 ] {95a6a37d-aeda-4972-9aaa-a7652275c847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5011 | 2024.06.22 01:33:20.267767 [ 3 ] {95a6a37d-aeda-4972-9aaa-a7652275c847} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5012 | 2024.06.22 01:33:20.268243 [ 3 ] {95a6a37d-aeda-4972-9aaa-a7652275c847} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5013 | 2024.06.22 01:33:20.268277 [ 3 ] {95a6a37d-aeda-4972-9aaa-a7652275c847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5014 | 2024.06.22 01:33:20.268690 [ 3 ] {95a6a37d-aeda-4972-9aaa-a7652275c847} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5015 | 2024.06.22 01:33:20.269025 [ 3 ] {95a6a37d-aeda-4972-9aaa-a7652275c847} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5016 | 2024.06.22 01:33:20.269153 [ 3 ] {95a6a37d-aeda-4972-9aaa-a7652275c847} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001795 sec., 16155.988857938719 rows/sec., 21.80 MiB/sec. | ||
5017 | 2024.06.22 01:33:20.269320 [ 3 ] {95a6a37d-aeda-4972-9aaa-a7652275c847} <Debug> DynamicQueryHandler: Done processing query | ||
5018 | 2024.06.22 01:33:20.269343 [ 3 ] {95a6a37d-aeda-4972-9aaa-a7652275c847} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5019 | 2024.06.22 01:33:20.269358 [ 3 ] {} <Debug> HTTP-Session: b51c7ed2-ad10-4af4-9588-5724656b269f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5020 | 2024.06.22 01:33:20.269490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5021 | 2024.06.22 01:33:20.269538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5022 | 2024.06.22 01:33:20.269557 [ 3 ] {} <Debug> HTTP-Session: bbad8da2-3351-4a74-8685-bc12b2f79902 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5023 | 2024.06.22 01:33:20.269572 [ 3 ] {} <Debug> HTTP-Session: bbad8da2-3351-4a74-8685-bc12b2f79902 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5024 | 2024.06.22 01:33:20.269586 [ 3 ] {} <Debug> HTTP-Session: bbad8da2-3351-4a74-8685-bc12b2f79902 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5025 | 2024.06.22 01:33:20.269616 [ 3 ] {} <Trace> HTTP-Session: bbad8da2-3351-4a74-8685-bc12b2f79902 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5026 | 2024.06.22 01:33:20.269744 [ 3 ] {36f16ea4-ff1c-4f0c-a354-0e2e124b9958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5027 | 2024.06.22 01:33:20.269788 [ 3 ] {36f16ea4-ff1c-4f0c-a354-0e2e124b9958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5028 | 2024.06.22 01:33:20.269915 [ 3 ] {36f16ea4-ff1c-4f0c-a354-0e2e124b9958} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5029 | 2024.06.22 01:33:20.270189 [ 3 ] {36f16ea4-ff1c-4f0c-a354-0e2e124b9958} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5030 | 2024.06.22 01:33:20.270225 [ 3 ] {36f16ea4-ff1c-4f0c-a354-0e2e124b9958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5031 | 2024.06.22 01:33:20.270580 [ 3 ] {36f16ea4-ff1c-4f0c-a354-0e2e124b9958} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5032 | 2024.06.22 01:33:20.270904 [ 3 ] {36f16ea4-ff1c-4f0c-a354-0e2e124b9958} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5033 | 2024.06.22 01:33:20.271028 [ 3 ] {36f16ea4-ff1c-4f0c-a354-0e2e124b9958} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
5034 | 2024.06.22 01:33:20.271319 [ 3 ] {36f16ea4-ff1c-4f0c-a354-0e2e124b9958} <Debug> DynamicQueryHandler: Done processing query | ||
5035 | 2024.06.22 01:33:20.271347 [ 3 ] {36f16ea4-ff1c-4f0c-a354-0e2e124b9958} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5036 | 2024.06.22 01:33:20.271363 [ 3 ] {} <Debug> HTTP-Session: bbad8da2-3351-4a74-8685-bc12b2f79902 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5037 | 2024.06.22 01:33:25.253169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5038 | 2024.06.22 01:33:25.253299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5039 | 2024.06.22 01:33:25.253324 [ 3 ] {} <Debug> HTTP-Session: d4beff16-d460-4a85-93db-746b9634ad88 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5040 | 2024.06.22 01:33:25.253349 [ 3 ] {} <Debug> HTTP-Session: d4beff16-d460-4a85-93db-746b9634ad88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5041 | 2024.06.22 01:33:25.253364 [ 3 ] {} <Debug> HTTP-Session: d4beff16-d460-4a85-93db-746b9634ad88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5042 | 2024.06.22 01:33:25.253412 [ 3 ] {} <Trace> HTTP-Session: d4beff16-d460-4a85-93db-746b9634ad88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5043 | 2024.06.22 01:33:25.253609 [ 3 ] {86e79e69-c14c-4f61-8c4a-de29e59d9355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5044 | 2024.06.22 01:33:25.253677 [ 3 ] {86e79e69-c14c-4f61-8c4a-de29e59d9355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5045 | 2024.06.22 01:33:25.253863 [ 3 ] {86e79e69-c14c-4f61-8c4a-de29e59d9355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5046 | 2024.06.22 01:33:25.254308 [ 3 ] {86e79e69-c14c-4f61-8c4a-de29e59d9355} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5047 | 2024.06.22 01:33:25.254351 [ 3 ] {86e79e69-c14c-4f61-8c4a-de29e59d9355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5048 | 2024.06.22 01:33:25.254722 [ 3 ] {86e79e69-c14c-4f61-8c4a-de29e59d9355} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5049 | 2024.06.22 01:33:25.255055 [ 3 ] {86e79e69-c14c-4f61-8c4a-de29e59d9355} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5050 | 2024.06.22 01:33:25.255209 [ 3 ] {86e79e69-c14c-4f61-8c4a-de29e59d9355} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001665 sec., 33633.63363363363 rows/sec., 2.57 MiB/sec. | ||
5051 | 2024.06.22 01:33:25.255503 [ 3 ] {86e79e69-c14c-4f61-8c4a-de29e59d9355} <Debug> DynamicQueryHandler: Done processing query | ||
5052 | 2024.06.22 01:33:25.255552 [ 3 ] {86e79e69-c14c-4f61-8c4a-de29e59d9355} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5053 | 2024.06.22 01:33:25.255577 [ 3 ] {} <Debug> HTTP-Session: d4beff16-d460-4a85-93db-746b9634ad88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5054 | 2024.06.22 01:33:25.255745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5055 | 2024.06.22 01:33:25.255794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5056 | 2024.06.22 01:33:25.255812 [ 3 ] {} <Debug> HTTP-Session: 494b480d-01e2-4146-a640-4626e051aa38 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5057 | 2024.06.22 01:33:25.255829 [ 3 ] {} <Debug> HTTP-Session: 494b480d-01e2-4146-a640-4626e051aa38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5058 | 2024.06.22 01:33:25.255843 [ 3 ] {} <Debug> HTTP-Session: 494b480d-01e2-4146-a640-4626e051aa38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5059 | 2024.06.22 01:33:25.255875 [ 3 ] {} <Trace> HTTP-Session: 494b480d-01e2-4146-a640-4626e051aa38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5060 | 2024.06.22 01:33:25.255995 [ 3 ] {5e4d27f0-588f-4e6d-801e-0494bf7b1386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5061 | 2024.06.22 01:33:25.256038 [ 3 ] {5e4d27f0-588f-4e6d-801e-0494bf7b1386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5062 | 2024.06.22 01:33:25.256183 [ 3 ] {5e4d27f0-588f-4e6d-801e-0494bf7b1386} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5063 | 2024.06.22 01:33:25.256524 [ 3 ] {5e4d27f0-588f-4e6d-801e-0494bf7b1386} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5064 | 2024.06.22 01:33:25.256559 [ 3 ] {5e4d27f0-588f-4e6d-801e-0494bf7b1386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5065 | 2024.06.22 01:33:25.256874 [ 3 ] {5e4d27f0-588f-4e6d-801e-0494bf7b1386} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5066 | 2024.06.22 01:33:25.257184 [ 3 ] {5e4d27f0-588f-4e6d-801e-0494bf7b1386} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5067 | 2024.06.22 01:33:25.257344 [ 3 ] {5e4d27f0-588f-4e6d-801e-0494bf7b1386} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001381 sec., 46343.22954380883 rows/sec., 3.62 MiB/sec. | ||
5068 | 2024.06.22 01:33:25.257515 [ 3 ] {5e4d27f0-588f-4e6d-801e-0494bf7b1386} <Debug> DynamicQueryHandler: Done processing query | ||
5069 | 2024.06.22 01:33:25.257539 [ 3 ] {5e4d27f0-588f-4e6d-801e-0494bf7b1386} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5070 | 2024.06.22 01:33:25.257555 [ 3 ] {} <Debug> HTTP-Session: 494b480d-01e2-4146-a640-4626e051aa38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5071 | 2024.06.22 01:33:25.257734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5072 | 2024.06.22 01:33:25.257783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5073 | 2024.06.22 01:33:25.257801 [ 3 ] {} <Debug> HTTP-Session: aee680ab-3b90-41fb-ba32-7ae5fa01ba73 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5074 | 2024.06.22 01:33:25.257817 [ 3 ] {} <Debug> HTTP-Session: aee680ab-3b90-41fb-ba32-7ae5fa01ba73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5075 | 2024.06.22 01:33:25.257831 [ 3 ] {} <Debug> HTTP-Session: aee680ab-3b90-41fb-ba32-7ae5fa01ba73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5076 | 2024.06.22 01:33:25.257861 [ 3 ] {} <Trace> HTTP-Session: aee680ab-3b90-41fb-ba32-7ae5fa01ba73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5077 | 2024.06.22 01:33:25.258008 [ 3 ] {ed30450f-e57c-435d-af45-d724af776307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5078 | 2024.06.22 01:33:25.258054 [ 3 ] {ed30450f-e57c-435d-af45-d724af776307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5079 | 2024.06.22 01:33:25.258199 [ 3 ] {ed30450f-e57c-435d-af45-d724af776307} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5080 | 2024.06.22 01:33:25.258572 [ 3 ] {ed30450f-e57c-435d-af45-d724af776307} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5081 | 2024.06.22 01:33:25.258608 [ 3 ] {ed30450f-e57c-435d-af45-d724af776307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5082 | 2024.06.22 01:33:25.258998 [ 3 ] {ed30450f-e57c-435d-af45-d724af776307} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5083 | 2024.06.22 01:33:25.259348 [ 3 ] {ed30450f-e57c-435d-af45-d724af776307} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5084 | 2024.06.22 01:33:25.259509 [ 3 ] {ed30450f-e57c-435d-af45-d724af776307} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
5085 | 2024.06.22 01:33:25.259678 [ 3 ] {ed30450f-e57c-435d-af45-d724af776307} <Debug> DynamicQueryHandler: Done processing query | ||
5086 | 2024.06.22 01:33:25.259702 [ 3 ] {ed30450f-e57c-435d-af45-d724af776307} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5087 | 2024.06.22 01:33:25.259717 [ 3 ] {} <Debug> HTTP-Session: aee680ab-3b90-41fb-ba32-7ae5fa01ba73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5088 | 2024.06.22 01:33:25.259848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5089 | 2024.06.22 01:33:25.259895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5090 | 2024.06.22 01:33:25.259914 [ 3 ] {} <Debug> HTTP-Session: a1c4a342-f67f-4824-8bcb-f2f19629d305 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5091 | 2024.06.22 01:33:25.259931 [ 3 ] {} <Debug> HTTP-Session: a1c4a342-f67f-4824-8bcb-f2f19629d305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5092 | 2024.06.22 01:33:25.259945 [ 3 ] {} <Debug> HTTP-Session: a1c4a342-f67f-4824-8bcb-f2f19629d305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5093 | 2024.06.22 01:33:25.259975 [ 3 ] {} <Trace> HTTP-Session: a1c4a342-f67f-4824-8bcb-f2f19629d305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5094 | 2024.06.22 01:33:25.260104 [ 3 ] {6570f0df-aee6-4656-812a-4834ad072230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5095 | 2024.06.22 01:33:25.260149 [ 3 ] {6570f0df-aee6-4656-812a-4834ad072230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5096 | 2024.06.22 01:33:25.260276 [ 3 ] {6570f0df-aee6-4656-812a-4834ad072230} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5097 | 2024.06.22 01:33:25.260636 [ 3 ] {6570f0df-aee6-4656-812a-4834ad072230} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5098 | 2024.06.22 01:33:25.260673 [ 3 ] {6570f0df-aee6-4656-812a-4834ad072230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5099 | 2024.06.22 01:33:25.261032 [ 3 ] {6570f0df-aee6-4656-812a-4834ad072230} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5100 | 2024.06.22 01:33:25.261355 [ 3 ] {6570f0df-aee6-4656-812a-4834ad072230} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5101 | 2024.06.22 01:33:25.261510 [ 3 ] {6570f0df-aee6-4656-812a-4834ad072230} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
5102 | 2024.06.22 01:33:25.261677 [ 3 ] {6570f0df-aee6-4656-812a-4834ad072230} <Debug> DynamicQueryHandler: Done processing query | ||
5103 | 2024.06.22 01:33:25.261700 [ 3 ] {6570f0df-aee6-4656-812a-4834ad072230} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5104 | 2024.06.22 01:33:25.261715 [ 3 ] {} <Debug> HTTP-Session: a1c4a342-f67f-4824-8bcb-f2f19629d305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5105 | 2024.06.22 01:33:30.255477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5106 | 2024.06.22 01:33:30.255603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5107 | 2024.06.22 01:33:30.255628 [ 3 ] {} <Debug> HTTP-Session: df9e7dde-8817-4334-9bd9-a17fba890e61 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5108 | 2024.06.22 01:33:30.255653 [ 3 ] {} <Debug> HTTP-Session: df9e7dde-8817-4334-9bd9-a17fba890e61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5109 | 2024.06.22 01:33:30.255667 [ 3 ] {} <Debug> HTTP-Session: df9e7dde-8817-4334-9bd9-a17fba890e61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5110 | 2024.06.22 01:33:30.255716 [ 3 ] {} <Trace> HTTP-Session: df9e7dde-8817-4334-9bd9-a17fba890e61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5111 | 2024.06.22 01:33:30.255905 [ 3 ] {24affbd1-5bef-4f0a-b25c-f2206021eca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5112 | 2024.06.22 01:33:30.255971 [ 3 ] {24affbd1-5bef-4f0a-b25c-f2206021eca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5113 | 2024.06.22 01:33:30.256156 [ 3 ] {24affbd1-5bef-4f0a-b25c-f2206021eca1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5114 | 2024.06.22 01:33:30.256603 [ 3 ] {24affbd1-5bef-4f0a-b25c-f2206021eca1} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5115 | 2024.06.22 01:33:30.256645 [ 3 ] {24affbd1-5bef-4f0a-b25c-f2206021eca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5116 | 2024.06.22 01:33:30.257023 [ 3 ] {24affbd1-5bef-4f0a-b25c-f2206021eca1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5117 | 2024.06.22 01:33:30.257364 [ 3 ] {24affbd1-5bef-4f0a-b25c-f2206021eca1} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5118 | 2024.06.22 01:33:30.257510 [ 3 ] {24affbd1-5bef-4f0a-b25c-f2206021eca1} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001664 sec., 17427.884615384617 rows/sec., 1.38 MiB/sec. | ||
5119 | 2024.06.22 01:33:30.257720 [ 3 ] {24affbd1-5bef-4f0a-b25c-f2206021eca1} <Debug> DynamicQueryHandler: Done processing query | ||
5120 | 2024.06.22 01:33:30.257747 [ 3 ] {24affbd1-5bef-4f0a-b25c-f2206021eca1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5121 | 2024.06.22 01:33:30.257763 [ 3 ] {} <Debug> HTTP-Session: df9e7dde-8817-4334-9bd9-a17fba890e61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5122 | 2024.06.22 01:33:30.257914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5123 | 2024.06.22 01:33:30.257972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5124 | 2024.06.22 01:33:30.257991 [ 3 ] {} <Debug> HTTP-Session: 027f9c7b-9f7f-4ad6-8539-1aa376c5e6bf Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5125 | 2024.06.22 01:33:30.258009 [ 3 ] {} <Debug> HTTP-Session: 027f9c7b-9f7f-4ad6-8539-1aa376c5e6bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5126 | 2024.06.22 01:33:30.258022 [ 3 ] {} <Debug> HTTP-Session: 027f9c7b-9f7f-4ad6-8539-1aa376c5e6bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5127 | 2024.06.22 01:33:30.258057 [ 3 ] {} <Trace> HTTP-Session: 027f9c7b-9f7f-4ad6-8539-1aa376c5e6bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5128 | 2024.06.22 01:33:30.258161 [ 3 ] {a5f55ffe-d0c5-4e7e-8a79-d18975f3a3a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5129 | 2024.06.22 01:33:30.258213 [ 3 ] {a5f55ffe-d0c5-4e7e-8a79-d18975f3a3a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5130 | 2024.06.22 01:33:30.258344 [ 3 ] {a5f55ffe-d0c5-4e7e-8a79-d18975f3a3a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5131 | 2024.06.22 01:33:30.258670 [ 3 ] {a5f55ffe-d0c5-4e7e-8a79-d18975f3a3a1} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5132 | 2024.06.22 01:33:30.258706 [ 3 ] {a5f55ffe-d0c5-4e7e-8a79-d18975f3a3a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5133 | 2024.06.22 01:33:30.259004 [ 3 ] {a5f55ffe-d0c5-4e7e-8a79-d18975f3a3a1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5134 | 2024.06.22 01:33:30.259322 [ 3 ] {a5f55ffe-d0c5-4e7e-8a79-d18975f3a3a1} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5135 | 2024.06.22 01:33:30.259446 [ 3 ] {a5f55ffe-d0c5-4e7e-8a79-d18975f3a3a1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001313 sec., 3046.4584920030466 rows/sec., 248.42 KiB/sec. | ||
5136 | 2024.06.22 01:33:30.259897 [ 3 ] {a5f55ffe-d0c5-4e7e-8a79-d18975f3a3a1} <Debug> DynamicQueryHandler: Done processing query | ||
5137 | 2024.06.22 01:33:30.259923 [ 3 ] {a5f55ffe-d0c5-4e7e-8a79-d18975f3a3a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5138 | 2024.06.22 01:33:30.259939 [ 3 ] {} <Debug> HTTP-Session: 027f9c7b-9f7f-4ad6-8539-1aa376c5e6bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5139 | 2024.06.22 01:33:30.260143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 21247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5140 | 2024.06.22 01:33:30.260193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5141 | 2024.06.22 01:33:30.260213 [ 3 ] {} <Debug> HTTP-Session: 79c96041-3526-41f8-904a-80475d8ee3bb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5142 | 2024.06.22 01:33:30.260230 [ 3 ] {} <Debug> HTTP-Session: 79c96041-3526-41f8-904a-80475d8ee3bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5143 | 2024.06.22 01:33:30.260245 [ 3 ] {} <Debug> HTTP-Session: 79c96041-3526-41f8-904a-80475d8ee3bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5144 | 2024.06.22 01:33:30.260276 [ 3 ] {} <Trace> HTTP-Session: 79c96041-3526-41f8-904a-80475d8ee3bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5145 | 2024.06.22 01:33:30.260416 [ 3 ] {ea65e5fa-15da-4c08-975f-1e4a11edd338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5146 | 2024.06.22 01:33:30.260460 [ 3 ] {ea65e5fa-15da-4c08-975f-1e4a11edd338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5147 | 2024.06.22 01:33:30.260602 [ 3 ] {ea65e5fa-15da-4c08-975f-1e4a11edd338} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5148 | 2024.06.22 01:33:30.261018 [ 3 ] {ea65e5fa-15da-4c08-975f-1e4a11edd338} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5149 | 2024.06.22 01:33:30.261055 [ 3 ] {ea65e5fa-15da-4c08-975f-1e4a11edd338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5150 | 2024.06.22 01:33:30.261380 [ 3 ] {ea65e5fa-15da-4c08-975f-1e4a11edd338} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5151 | 2024.06.22 01:33:30.261685 [ 3 ] {ea65e5fa-15da-4c08-975f-1e4a11edd338} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5152 | 2024.06.22 01:33:30.261810 [ 148 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5153 | 2024.06.22 01:33:30.261812 [ 3 ] {ea65e5fa-15da-4c08-975f-1e4a11edd338} <Debug> executeQuery: Read 145 rows, 12.42 KiB in 0.001456 sec., 99587.91208791209 rows/sec., 8.33 MiB/sec. | ||
5154 | 2024.06.22 01:33:30.261856 [ 148 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5155 | 2024.06.22 01:33:30.261895 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5156 | 2024.06.22 01:33:30.262058 [ 3 ] {ea65e5fa-15da-4c08-975f-1e4a11edd338} <Debug> DynamicQueryHandler: Done processing query | ||
5157 | 2024.06.22 01:33:30.262072 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
5158 | 2024.06.22 01:33:30.262087 [ 3 ] {ea65e5fa-15da-4c08-975f-1e4a11edd338} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5159 | 2024.06.22 01:33:30.262170 [ 3 ] {} <Debug> HTTP-Session: 79c96041-3526-41f8-904a-80475d8ee3bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5160 | 2024.06.22 01:33:30.262298 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5161 | 2024.06.22 01:33:30.262338 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
5162 | 2024.06.22 01:33:30.262372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5163 | 2024.06.22 01:33:30.262499 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 144 rows starting from the beginning of the part | ||
5164 | 2024.06.22 01:33:30.262521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5165 | 2024.06.22 01:33:30.262603 [ 3 ] {} <Debug> HTTP-Session: 6e96daba-c854-4a45-a40e-717a0a2a66b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5166 | 2024.06.22 01:33:30.262696 [ 3 ] {} <Debug> HTTP-Session: 6e96daba-c854-4a45-a40e-717a0a2a66b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5167 | 2024.06.22 01:33:30.262791 [ 3 ] {} <Debug> HTTP-Session: 6e96daba-c854-4a45-a40e-717a0a2a66b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5168 | 2024.06.22 01:33:30.262841 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 92 rows starting from the beginning of the part | ||
5169 | 2024.06.22 01:33:30.262917 [ 3 ] {} <Trace> HTTP-Session: 6e96daba-c854-4a45-a40e-717a0a2a66b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5170 | 2024.06.22 01:33:30.263123 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 143 rows starting from the beginning of the part | ||
5171 | 2024.06.22 01:33:30.263248 [ 3 ] {fc738162-ab05-4230-a9ed-ce13d339331b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5172 | 2024.06.22 01:33:30.263359 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
5173 | 2024.06.22 01:33:30.263424 [ 3 ] {fc738162-ab05-4230-a9ed-ce13d339331b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5174 | 2024.06.22 01:33:30.263695 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 145 rows starting from the beginning of the part | ||
5175 | 2024.06.22 01:33:30.264393 [ 3 ] {fc738162-ab05-4230-a9ed-ce13d339331b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5176 | 2024.06.22 01:33:30.265138 [ 3 ] {fc738162-ab05-4230-a9ed-ce13d339331b} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5177 | 2024.06.22 01:33:30.265195 [ 3 ] {fc738162-ab05-4230-a9ed-ce13d339331b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5178 | 2024.06.22 01:33:30.266013 [ 3 ] {fc738162-ab05-4230-a9ed-ce13d339331b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5179 | 2024.06.22 01:33:30.266716 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 766 rows, containing 4 columns (4 merged, 0 gathered) in 0.004725183 sec., 162110.12356558465 rows/sec., 13.25 MiB/sec. | ||
5180 | 2024.06.22 01:33:30.266890 [ 3 ] {fc738162-ab05-4230-a9ed-ce13d339331b} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5181 | 2024.06.22 01:33:30.266936 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5182 | 2024.06.22 01:33:30.267193 [ 3 ] {fc738162-ab05-4230-a9ed-ce13d339331b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004011 sec., 997.2575417601596 rows/sec., 69.63 KiB/sec. | ||
5183 | 2024.06.22 01:33:30.268084 [ 3 ] {fc738162-ab05-4230-a9ed-ce13d339331b} <Debug> DynamicQueryHandler: Done processing query | ||
5184 | 2024.06.22 01:33:30.268126 [ 3 ] {fc738162-ab05-4230-a9ed-ce13d339331b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5185 | 2024.06.22 01:33:30.268160 [ 3 ] {} <Debug> HTTP-Session: 6e96daba-c854-4a45-a40e-717a0a2a66b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5186 | 2024.06.22 01:33:30.268240 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_36_7} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5187 | 2024.06.22 01:33:30.268346 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_36_7} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5188 | 2024.06.22 01:33:30.268363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 16487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5189 | 2024.06.22 01:33:30.268459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5190 | 2024.06.22 01:33:30.268472 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
5191 | 2024.06.22 01:33:30.268494 [ 3 ] {} <Debug> HTTP-Session: 1b6f512b-1757-4d1a-a0e8-35d353b9a00f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5192 | 2024.06.22 01:33:30.268537 [ 3 ] {} <Debug> HTTP-Session: 1b6f512b-1757-4d1a-a0e8-35d353b9a00f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5193 | 2024.06.22 01:33:30.268551 [ 3 ] {} <Debug> HTTP-Session: 1b6f512b-1757-4d1a-a0e8-35d353b9a00f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5194 | 2024.06.22 01:33:30.268583 [ 3 ] {} <Trace> HTTP-Session: 1b6f512b-1757-4d1a-a0e8-35d353b9a00f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5195 | 2024.06.22 01:33:30.268722 [ 3 ] {0bed095b-4135-4d9b-a930-6b6bfd1b9d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5196 | 2024.06.22 01:33:30.268764 [ 3 ] {0bed095b-4135-4d9b-a930-6b6bfd1b9d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5197 | 2024.06.22 01:33:30.268909 [ 3 ] {0bed095b-4135-4d9b-a930-6b6bfd1b9d65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5198 | 2024.06.22 01:33:30.269279 [ 3 ] {0bed095b-4135-4d9b-a930-6b6bfd1b9d65} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5199 | 2024.06.22 01:33:30.269317 [ 3 ] {0bed095b-4135-4d9b-a930-6b6bfd1b9d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5200 | 2024.06.22 01:33:30.269645 [ 3 ] {0bed095b-4135-4d9b-a930-6b6bfd1b9d65} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5201 | 2024.06.22 01:33:30.269967 [ 3 ] {0bed095b-4135-4d9b-a930-6b6bfd1b9d65} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5202 | 2024.06.22 01:33:30.270091 [ 148 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5203 | 2024.06.22 01:33:30.270095 [ 3 ] {0bed095b-4135-4d9b-a930-6b6bfd1b9d65} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001426 sec., 68022.44039270688 rows/sec., 5.32 MiB/sec. | ||
5204 | 2024.06.22 01:33:30.270130 [ 148 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5205 | 2024.06.22 01:33:30.270171 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5206 | 2024.06.22 01:33:30.270358 [ 3 ] {0bed095b-4135-4d9b-a930-6b6bfd1b9d65} <Debug> DynamicQueryHandler: Done processing query | ||
5207 | 2024.06.22 01:33:30.270367 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
5208 | 2024.06.22 01:33:30.270387 [ 3 ] {0bed095b-4135-4d9b-a930-6b6bfd1b9d65} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5209 | 2024.06.22 01:33:30.270444 [ 3 ] {} <Debug> HTTP-Session: 1b6f512b-1757-4d1a-a0e8-35d353b9a00f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5210 | 2024.06.22 01:33:30.270573 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5211 | 2024.06.22 01:33:30.270623 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 149 rows starting from the beginning of the part | ||
5212 | 2024.06.22 01:33:30.270652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5213 | 2024.06.22 01:33:30.270781 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 95 rows starting from the beginning of the part | ||
5214 | 2024.06.22 01:33:30.270782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5215 | 2024.06.22 01:33:30.270887 [ 3 ] {} <Debug> HTTP-Session: 039a683e-53bd-4abb-8598-1d51771cf4e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5216 | 2024.06.22 01:33:30.270991 [ 3 ] {} <Debug> HTTP-Session: 039a683e-53bd-4abb-8598-1d51771cf4e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5217 | 2024.06.22 01:33:30.271132 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 88 rows starting from the beginning of the part | ||
5218 | 2024.06.22 01:33:30.271129 [ 3 ] {} <Debug> HTTP-Session: 039a683e-53bd-4abb-8598-1d51771cf4e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5219 | 2024.06.22 01:33:30.271355 [ 3 ] {} <Trace> HTTP-Session: 039a683e-53bd-4abb-8598-1d51771cf4e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5220 | 2024.06.22 01:33:30.271462 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 93 rows starting from the beginning of the part | ||
5221 | 2024.06.22 01:33:30.271809 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
5222 | 2024.06.22 01:33:30.272014 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 97 rows starting from the beginning of the part | ||
5223 | 2024.06.22 01:33:30.272070 [ 3 ] {79c84087-c3fe-4ff5-ac50-196257ae136d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5224 | 2024.06.22 01:33:30.272388 [ 3 ] {79c84087-c3fe-4ff5-ac50-196257ae136d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5225 | 2024.06.22 01:33:30.272940 [ 3 ] {79c84087-c3fe-4ff5-ac50-196257ae136d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5226 | 2024.06.22 01:33:30.273932 [ 3 ] {79c84087-c3fe-4ff5-ac50-196257ae136d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5227 | 2024.06.22 01:33:30.274008 [ 3 ] {79c84087-c3fe-4ff5-ac50-196257ae136d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5228 | 2024.06.22 01:33:30.274880 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.004616752 sec., 126929.06181661913 rows/sec., 9.91 MiB/sec. | ||
5229 | 2024.06.22 01:33:30.274965 [ 3 ] {79c84087-c3fe-4ff5-ac50-196257ae136d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5230 | 2024.06.22 01:33:30.275074 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5231 | 2024.06.22 01:33:30.275792 [ 3 ] {79c84087-c3fe-4ff5-ac50-196257ae136d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5232 | 2024.06.22 01:33:30.275966 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_36_7} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5233 | 2024.06.22 01:33:30.276060 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5234 | 2024.06.22 01:33:30.276163 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5235 | 2024.06.22 01:33:30.276191 [ 3 ] {79c84087-c3fe-4ff5-ac50-196257ae136d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004413 sec., 36709.72127804215 rows/sec., 2.56 MiB/sec. | ||
5236 | 2024.06.22 01:33:30.276234 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5237 | 2024.06.22 01:33:30.276374 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_36_7} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5238 | 2024.06.22 01:33:30.276705 [ 192 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
5239 | 2024.06.22 01:33:30.276729 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5240 | 2024.06.22 01:33:30.276780 [ 3 ] {79c84087-c3fe-4ff5-ac50-196257ae136d} <Debug> DynamicQueryHandler: Done processing query | ||
5241 | 2024.06.22 01:33:30.276825 [ 3 ] {79c84087-c3fe-4ff5-ac50-196257ae136d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5242 | 2024.06.22 01:33:30.276853 [ 3 ] {} <Debug> HTTP-Session: 039a683e-53bd-4abb-8598-1d51771cf4e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5243 | 2024.06.22 01:33:30.276921 [ 192 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5244 | 2024.06.22 01:33:30.276960 [ 192 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4901 rows starting from the beginning of the part | ||
5245 | 2024.06.22 01:33:30.277108 [ 192 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
5246 | 2024.06.22 01:33:30.277112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5247 | 2024.06.22 01:33:30.277281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5248 | 2024.06.22 01:33:30.277414 [ 3 ] {} <Debug> HTTP-Session: d70efae6-992e-4b9b-afbd-a3c5df45de01 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5249 | 2024.06.22 01:33:30.277497 [ 3 ] {} <Debug> HTTP-Session: d70efae6-992e-4b9b-afbd-a3c5df45de01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5250 | 2024.06.22 01:33:30.277497 [ 192 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 196 rows starting from the beginning of the part | ||
5251 | 2024.06.22 01:33:30.277546 [ 3 ] {} <Debug> HTTP-Session: d70efae6-992e-4b9b-afbd-a3c5df45de01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5252 | 2024.06.22 01:33:30.277664 [ 3 ] {} <Trace> HTTP-Session: d70efae6-992e-4b9b-afbd-a3c5df45de01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5253 | 2024.06.22 01:33:30.277791 [ 192 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
5254 | 2024.06.22 01:33:30.278015 [ 192 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
5255 | 2024.06.22 01:33:30.278236 [ 3 ] {f9fa1c31-836e-489c-94b9-d4408a4ea837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5256 | 2024.06.22 01:33:30.278248 [ 192 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 162 rows starting from the beginning of the part | ||
5257 | 2024.06.22 01:33:30.278405 [ 3 ] {f9fa1c31-836e-489c-94b9-d4408a4ea837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5258 | 2024.06.22 01:33:30.278937 [ 3 ] {f9fa1c31-836e-489c-94b9-d4408a4ea837} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5259 | 2024.06.22 01:33:30.279637 [ 3 ] {f9fa1c31-836e-489c-94b9-d4408a4ea837} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5260 | 2024.06.22 01:33:30.279677 [ 3 ] {f9fa1c31-836e-489c-94b9-d4408a4ea837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5261 | 2024.06.22 01:33:30.280698 [ 3 ] {f9fa1c31-836e-489c-94b9-d4408a4ea837} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5262 | 2024.06.22 01:33:30.281391 [ 3 ] {f9fa1c31-836e-489c-94b9-d4408a4ea837} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5263 | 2024.06.22 01:33:30.281575 [ 3 ] {f9fa1c31-836e-489c-94b9-d4408a4ea837} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.003698 sec., 7842.076798269335 rows/sec., 10.58 MiB/sec. | ||
5264 | 2024.06.22 01:33:30.281823 [ 3 ] {f9fa1c31-836e-489c-94b9-d4408a4ea837} <Debug> DynamicQueryHandler: Done processing query | ||
5265 | 2024.06.22 01:33:30.281861 [ 3 ] {f9fa1c31-836e-489c-94b9-d4408a4ea837} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5266 | 2024.06.22 01:33:30.281870 [ 188 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005474557 sec., 1048486.6629391201 rows/sec., 73.07 MiB/sec. | ||
5267 | 2024.06.22 01:33:30.281885 [ 3 ] {} <Debug> HTTP-Session: d70efae6-992e-4b9b-afbd-a3c5df45de01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5268 | 2024.06.22 01:33:30.282055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5269 | 2024.06.22 01:33:30.282116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5270 | 2024.06.22 01:33:30.282143 [ 3 ] {} <Debug> HTTP-Session: dda13f9a-5abf-496f-873c-3a3b56929376 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5271 | 2024.06.22 01:33:30.282169 [ 3 ] {} <Debug> HTTP-Session: dda13f9a-5abf-496f-873c-3a3b56929376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5272 | 2024.06.22 01:33:30.282188 [ 3 ] {} <Debug> HTTP-Session: dda13f9a-5abf-496f-873c-3a3b56929376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5273 | 2024.06.22 01:33:30.282219 [ 192 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5274 | 2024.06.22 01:33:30.282232 [ 3 ] {} <Trace> HTTP-Session: dda13f9a-5abf-496f-873c-3a3b56929376 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5275 | 2024.06.22 01:33:30.282394 [ 3 ] {9a6760ff-ca20-4618-901d-956d69fced9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5276 | 2024.06.22 01:33:30.282490 [ 3 ] {9a6760ff-ca20-4618-901d-956d69fced9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5277 | 2024.06.22 01:33:30.282733 [ 3 ] {9a6760ff-ca20-4618-901d-956d69fced9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5278 | 2024.06.22 01:33:30.282774 [ 192 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5279 | 2024.06.22 01:33:30.282882 [ 192 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5280 | 2024.06.22 01:33:30.282996 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. | ||
5281 | 2024.06.22 01:33:30.283153 [ 3 ] {9a6760ff-ca20-4618-901d-956d69fced9c} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5282 | 2024.06.22 01:33:30.283190 [ 3 ] {9a6760ff-ca20-4618-901d-956d69fced9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5283 | 2024.06.22 01:33:30.283580 [ 3 ] {9a6760ff-ca20-4618-901d-956d69fced9c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5284 | 2024.06.22 01:33:30.283914 [ 3 ] {9a6760ff-ca20-4618-901d-956d69fced9c} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5285 | 2024.06.22 01:33:30.284041 [ 148 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5286 | 2024.06.22 01:33:30.284044 [ 3 ] {9a6760ff-ca20-4618-901d-956d69fced9c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001702 sec., 35252.64394829612 rows/sec., 2.38 MiB/sec. | ||
5287 | 2024.06.22 01:33:30.284086 [ 148 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5288 | 2024.06.22 01:33:30.284130 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5289 | 2024.06.22 01:33:30.284314 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5290 | 2024.06.22 01:33:30.284326 [ 3 ] {9a6760ff-ca20-4618-901d-956d69fced9c} <Debug> DynamicQueryHandler: Done processing query | ||
5291 | 2024.06.22 01:33:30.284390 [ 3 ] {9a6760ff-ca20-4618-901d-956d69fced9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5292 | 2024.06.22 01:33:30.284435 [ 3 ] {} <Debug> HTTP-Session: dda13f9a-5abf-496f-873c-3a3b56929376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5293 | 2024.06.22 01:33:30.284543 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5294 | 2024.06.22 01:33:30.284593 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1724 rows starting from the beginning of the part | ||
5295 | 2024.06.22 01:33:30.284713 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5296 | 2024.06.22 01:33:30.284879 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5297 | 2024.06.22 01:33:30.285000 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5298 | 2024.06.22 01:33:30.285167 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5299 | 2024.06.22 01:33:30.285390 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5300 | 2024.06.22 01:33:30.286759 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2024 rows, containing 4 columns (4 merged, 0 gathered) in 0.002549578 sec., 793856.8657244454 rows/sec., 53.52 MiB/sec. | ||
5301 | 2024.06.22 01:33:30.286950 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5302 | 2024.06.22 01:33:30.287320 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_36_7} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5303 | 2024.06.22 01:33:30.287397 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_36_7} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5304 | 2024.06.22 01:33:30.287464 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
5305 | 2024.06.22 01:33:33.816376 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5306 | 2024.06.22 01:33:33.816426 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5307 | 2024.06.22 01:33:35.254220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5308 | 2024.06.22 01:33:35.254400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5309 | 2024.06.22 01:33:35.254445 [ 3 ] {} <Debug> HTTP-Session: b723e256-6596-4d12-a730-d89fd69de71d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5310 | 2024.06.22 01:33:35.254486 [ 3 ] {} <Debug> HTTP-Session: b723e256-6596-4d12-a730-d89fd69de71d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5311 | 2024.06.22 01:33:35.254513 [ 3 ] {} <Debug> HTTP-Session: b723e256-6596-4d12-a730-d89fd69de71d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5312 | 2024.06.22 01:33:35.254591 [ 3 ] {} <Trace> HTTP-Session: b723e256-6596-4d12-a730-d89fd69de71d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5313 | 2024.06.22 01:33:35.254840 [ 3 ] {db55d98d-6a83-4b09-885b-5a6437640497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5314 | 2024.06.22 01:33:35.254902 [ 3 ] {db55d98d-6a83-4b09-885b-5a6437640497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5315 | 2024.06.22 01:33:35.255083 [ 3 ] {db55d98d-6a83-4b09-885b-5a6437640497} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5316 | 2024.06.22 01:33:35.255479 [ 3 ] {db55d98d-6a83-4b09-885b-5a6437640497} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5317 | 2024.06.22 01:33:35.255516 [ 3 ] {db55d98d-6a83-4b09-885b-5a6437640497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5318 | 2024.06.22 01:33:35.255865 [ 3 ] {db55d98d-6a83-4b09-885b-5a6437640497} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5319 | 2024.06.22 01:33:35.256193 [ 3 ] {db55d98d-6a83-4b09-885b-5a6437640497} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5320 | 2024.06.22 01:33:35.256335 [ 3 ] {db55d98d-6a83-4b09-885b-5a6437640497} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001563 sec., 1279.5905310300705 rows/sec., 104.34 KiB/sec. | ||
5321 | 2024.06.22 01:33:35.256651 [ 3 ] {db55d98d-6a83-4b09-885b-5a6437640497} <Debug> DynamicQueryHandler: Done processing query | ||
5322 | 2024.06.22 01:33:35.256679 [ 3 ] {db55d98d-6a83-4b09-885b-5a6437640497} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5323 | 2024.06.22 01:33:35.256695 [ 3 ] {} <Debug> HTTP-Session: b723e256-6596-4d12-a730-d89fd69de71d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5324 | 2024.06.22 01:33:35.256922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5325 | 2024.06.22 01:33:35.256971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5326 | 2024.06.22 01:33:35.256990 [ 3 ] {} <Debug> HTTP-Session: b351add3-f2c7-47a5-8114-824be83c1b11 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5327 | 2024.06.22 01:33:35.257007 [ 3 ] {} <Debug> HTTP-Session: b351add3-f2c7-47a5-8114-824be83c1b11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5328 | 2024.06.22 01:33:35.257021 [ 3 ] {} <Debug> HTTP-Session: b351add3-f2c7-47a5-8114-824be83c1b11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5329 | 2024.06.22 01:33:35.257051 [ 3 ] {} <Trace> HTTP-Session: b351add3-f2c7-47a5-8114-824be83c1b11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5330 | 2024.06.22 01:33:35.257164 [ 3 ] {2c8c6652-e319-45fb-9670-1d5d05fd0f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5331 | 2024.06.22 01:33:35.257206 [ 3 ] {2c8c6652-e319-45fb-9670-1d5d05fd0f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5332 | 2024.06.22 01:33:35.257346 [ 3 ] {2c8c6652-e319-45fb-9670-1d5d05fd0f77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5333 | 2024.06.22 01:33:35.257670 [ 3 ] {2c8c6652-e319-45fb-9670-1d5d05fd0f77} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5334 | 2024.06.22 01:33:35.257705 [ 3 ] {2c8c6652-e319-45fb-9670-1d5d05fd0f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5335 | 2024.06.22 01:33:35.258010 [ 3 ] {2c8c6652-e319-45fb-9670-1d5d05fd0f77} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5336 | 2024.06.22 01:33:35.258311 [ 3 ] {2c8c6652-e319-45fb-9670-1d5d05fd0f77} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5337 | 2024.06.22 01:33:35.258434 [ 3 ] {2c8c6652-e319-45fb-9670-1d5d05fd0f77} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001309 sec., 43544.69060351413 rows/sec., 3.32 MiB/sec. | ||
5338 | 2024.06.22 01:33:35.258597 [ 3 ] {2c8c6652-e319-45fb-9670-1d5d05fd0f77} <Debug> DynamicQueryHandler: Done processing query | ||
5339 | 2024.06.22 01:33:35.258621 [ 3 ] {2c8c6652-e319-45fb-9670-1d5d05fd0f77} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5340 | 2024.06.22 01:33:35.258636 [ 3 ] {} <Debug> HTTP-Session: b351add3-f2c7-47a5-8114-824be83c1b11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5341 | 2024.06.22 01:33:35.258752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5342 | 2024.06.22 01:33:35.258800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5343 | 2024.06.22 01:33:35.258819 [ 3 ] {} <Debug> HTTP-Session: c4ca8f03-6174-4d49-a496-4d3901260b74 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5344 | 2024.06.22 01:33:35.258835 [ 3 ] {} <Debug> HTTP-Session: c4ca8f03-6174-4d49-a496-4d3901260b74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5345 | 2024.06.22 01:33:35.258848 [ 3 ] {} <Debug> HTTP-Session: c4ca8f03-6174-4d49-a496-4d3901260b74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5346 | 2024.06.22 01:33:35.258880 [ 3 ] {} <Trace> HTTP-Session: c4ca8f03-6174-4d49-a496-4d3901260b74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5347 | 2024.06.22 01:33:35.258984 [ 3 ] {c70e9663-9431-4157-9fa5-adb22b7a3540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5348 | 2024.06.22 01:33:35.259026 [ 3 ] {c70e9663-9431-4157-9fa5-adb22b7a3540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5349 | 2024.06.22 01:33:35.259151 [ 3 ] {c70e9663-9431-4157-9fa5-adb22b7a3540} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5350 | 2024.06.22 01:33:35.259405 [ 3 ] {c70e9663-9431-4157-9fa5-adb22b7a3540} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5351 | 2024.06.22 01:33:35.259440 [ 3 ] {c70e9663-9431-4157-9fa5-adb22b7a3540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5352 | 2024.06.22 01:33:35.259736 [ 3 ] {c70e9663-9431-4157-9fa5-adb22b7a3540} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5353 | 2024.06.22 01:33:35.260037 [ 3 ] {c70e9663-9431-4157-9fa5-adb22b7a3540} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5354 | 2024.06.22 01:33:35.260160 [ 3 ] {c70e9663-9431-4157-9fa5-adb22b7a3540} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001199 sec., 1668.0567139282737 rows/sec., 116.47 KiB/sec. | ||
5355 | 2024.06.22 01:33:35.260315 [ 3 ] {c70e9663-9431-4157-9fa5-adb22b7a3540} <Debug> DynamicQueryHandler: Done processing query | ||
5356 | 2024.06.22 01:33:35.260337 [ 3 ] {c70e9663-9431-4157-9fa5-adb22b7a3540} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5357 | 2024.06.22 01:33:35.260352 [ 3 ] {} <Debug> HTTP-Session: c4ca8f03-6174-4d49-a496-4d3901260b74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5358 | 2024.06.22 01:33:35.260463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5359 | 2024.06.22 01:33:35.260508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5360 | 2024.06.22 01:33:35.260526 [ 3 ] {} <Debug> HTTP-Session: 7ba24e5b-4de1-46c2-90f7-b14c724079a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5361 | 2024.06.22 01:33:35.260542 [ 3 ] {} <Debug> HTTP-Session: 7ba24e5b-4de1-46c2-90f7-b14c724079a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5362 | 2024.06.22 01:33:35.260555 [ 3 ] {} <Debug> HTTP-Session: 7ba24e5b-4de1-46c2-90f7-b14c724079a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5363 | 2024.06.22 01:33:35.260583 [ 3 ] {} <Trace> HTTP-Session: 7ba24e5b-4de1-46c2-90f7-b14c724079a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5364 | 2024.06.22 01:33:35.260692 [ 3 ] {7ecd5670-c613-4bac-b8f3-7cad92f90caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5365 | 2024.06.22 01:33:35.260731 [ 3 ] {7ecd5670-c613-4bac-b8f3-7cad92f90caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5366 | 2024.06.22 01:33:35.260846 [ 3 ] {7ecd5670-c613-4bac-b8f3-7cad92f90caa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5367 | 2024.06.22 01:33:35.261143 [ 3 ] {7ecd5670-c613-4bac-b8f3-7cad92f90caa} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5368 | 2024.06.22 01:33:35.261176 [ 3 ] {7ecd5670-c613-4bac-b8f3-7cad92f90caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5369 | 2024.06.22 01:33:35.261554 [ 3 ] {7ecd5670-c613-4bac-b8f3-7cad92f90caa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5370 | 2024.06.22 01:33:35.261856 [ 3 ] {7ecd5670-c613-4bac-b8f3-7cad92f90caa} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5371 | 2024.06.22 01:33:35.261986 [ 3 ] {7ecd5670-c613-4bac-b8f3-7cad92f90caa} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001307 sec., 50497.3221117062 rows/sec., 3.94 MiB/sec. | ||
5372 | 2024.06.22 01:33:35.262147 [ 3 ] {7ecd5670-c613-4bac-b8f3-7cad92f90caa} <Debug> DynamicQueryHandler: Done processing query | ||
5373 | 2024.06.22 01:33:35.262171 [ 3 ] {7ecd5670-c613-4bac-b8f3-7cad92f90caa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5374 | 2024.06.22 01:33:35.262187 [ 3 ] {} <Debug> HTTP-Session: 7ba24e5b-4de1-46c2-90f7-b14c724079a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5375 | 2024.06.22 01:33:35.262418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5376 | 2024.06.22 01:33:35.262466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5377 | 2024.06.22 01:33:35.262484 [ 3 ] {} <Debug> HTTP-Session: 05b32f16-13eb-4b1f-ad93-7dd56f593b75 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5378 | 2024.06.22 01:33:35.262501 [ 3 ] {} <Debug> HTTP-Session: 05b32f16-13eb-4b1f-ad93-7dd56f593b75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5379 | 2024.06.22 01:33:35.262515 [ 3 ] {} <Debug> HTTP-Session: 05b32f16-13eb-4b1f-ad93-7dd56f593b75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5380 | 2024.06.22 01:33:35.262546 [ 3 ] {} <Trace> HTTP-Session: 05b32f16-13eb-4b1f-ad93-7dd56f593b75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5381 | 2024.06.22 01:33:35.262694 [ 3 ] {483843cc-c623-4cad-97c1-6f0c975b02b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5382 | 2024.06.22 01:33:35.262739 [ 3 ] {483843cc-c623-4cad-97c1-6f0c975b02b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5383 | 2024.06.22 01:33:35.262882 [ 3 ] {483843cc-c623-4cad-97c1-6f0c975b02b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5384 | 2024.06.22 01:33:35.263240 [ 3 ] {483843cc-c623-4cad-97c1-6f0c975b02b0} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5385 | 2024.06.22 01:33:35.263275 [ 3 ] {483843cc-c623-4cad-97c1-6f0c975b02b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5386 | 2024.06.22 01:33:35.263671 [ 3 ] {483843cc-c623-4cad-97c1-6f0c975b02b0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5387 | 2024.06.22 01:33:35.264013 [ 3 ] {483843cc-c623-4cad-97c1-6f0c975b02b0} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5388 | 2024.06.22 01:33:35.264143 [ 3 ] {483843cc-c623-4cad-97c1-6f0c975b02b0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001523 sec., 105712.40971766251 rows/sec., 7.36 MiB/sec. | ||
5389 | 2024.06.22 01:33:35.264443 [ 3 ] {483843cc-c623-4cad-97c1-6f0c975b02b0} <Debug> DynamicQueryHandler: Done processing query | ||
5390 | 2024.06.22 01:33:35.264511 [ 3 ] {483843cc-c623-4cad-97c1-6f0c975b02b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5391 | 2024.06.22 01:33:35.264572 [ 3 ] {} <Debug> HTTP-Session: 05b32f16-13eb-4b1f-ad93-7dd56f593b75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5392 | 2024.06.22 01:33:35.264803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5393 | 2024.06.22 01:33:35.264855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5394 | 2024.06.22 01:33:35.264874 [ 3 ] {} <Debug> HTTP-Session: e82207d1-36c9-4926-9de9-8653c9291008 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5395 | 2024.06.22 01:33:35.264891 [ 3 ] {} <Debug> HTTP-Session: e82207d1-36c9-4926-9de9-8653c9291008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5396 | 2024.06.22 01:33:35.264905 [ 3 ] {} <Debug> HTTP-Session: e82207d1-36c9-4926-9de9-8653c9291008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5397 | 2024.06.22 01:33:35.264937 [ 3 ] {} <Trace> HTTP-Session: e82207d1-36c9-4926-9de9-8653c9291008 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5398 | 2024.06.22 01:33:35.265071 [ 3 ] {ceb3e3f4-f51a-4b4e-96ca-4630779bd1b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5399 | 2024.06.22 01:33:35.265116 [ 3 ] {ceb3e3f4-f51a-4b4e-96ca-4630779bd1b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5400 | 2024.06.22 01:33:35.265284 [ 3 ] {ceb3e3f4-f51a-4b4e-96ca-4630779bd1b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5401 | 2024.06.22 01:33:35.265659 [ 3 ] {ceb3e3f4-f51a-4b4e-96ca-4630779bd1b5} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5402 | 2024.06.22 01:33:35.265694 [ 3 ] {ceb3e3f4-f51a-4b4e-96ca-4630779bd1b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5403 | 2024.06.22 01:33:35.266055 [ 3 ] {ceb3e3f4-f51a-4b4e-96ca-4630779bd1b5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5404 | 2024.06.22 01:33:35.266379 [ 3 ] {ceb3e3f4-f51a-4b4e-96ca-4630779bd1b5} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5405 | 2024.06.22 01:33:35.266499 [ 3 ] {ceb3e3f4-f51a-4b4e-96ca-4630779bd1b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
5406 | 2024.06.22 01:33:35.266666 [ 3 ] {ceb3e3f4-f51a-4b4e-96ca-4630779bd1b5} <Debug> DynamicQueryHandler: Done processing query | ||
5407 | 2024.06.22 01:33:35.266690 [ 3 ] {ceb3e3f4-f51a-4b4e-96ca-4630779bd1b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5408 | 2024.06.22 01:33:35.266706 [ 3 ] {} <Debug> HTTP-Session: e82207d1-36c9-4926-9de9-8653c9291008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5409 | 2024.06.22 01:33:40.255241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5410 | 2024.06.22 01:33:40.255385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5411 | 2024.06.22 01:33:40.255415 [ 3 ] {} <Debug> HTTP-Session: 7d38d355-b7fc-4cee-8dd6-2a4404b5d842 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5412 | 2024.06.22 01:33:40.255441 [ 3 ] {} <Debug> HTTP-Session: 7d38d355-b7fc-4cee-8dd6-2a4404b5d842 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5413 | 2024.06.22 01:33:40.255459 [ 3 ] {} <Debug> HTTP-Session: 7d38d355-b7fc-4cee-8dd6-2a4404b5d842 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5414 | 2024.06.22 01:33:40.255515 [ 3 ] {} <Trace> HTTP-Session: 7d38d355-b7fc-4cee-8dd6-2a4404b5d842 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5415 | 2024.06.22 01:33:40.255727 [ 3 ] {8ecaa7fd-6bef-407f-835e-4cb3eabd748e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5416 | 2024.06.22 01:33:40.255803 [ 3 ] {8ecaa7fd-6bef-407f-835e-4cb3eabd748e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5417 | 2024.06.22 01:33:40.256003 [ 3 ] {8ecaa7fd-6bef-407f-835e-4cb3eabd748e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5418 | 2024.06.22 01:33:40.256460 [ 3 ] {8ecaa7fd-6bef-407f-835e-4cb3eabd748e} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5419 | 2024.06.22 01:33:40.256507 [ 3 ] {8ecaa7fd-6bef-407f-835e-4cb3eabd748e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5420 | 2024.06.22 01:33:40.256876 [ 3 ] {8ecaa7fd-6bef-407f-835e-4cb3eabd748e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5421 | 2024.06.22 01:33:40.257205 [ 3 ] {8ecaa7fd-6bef-407f-835e-4cb3eabd748e} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5422 | 2024.06.22 01:33:40.257361 [ 3 ] {8ecaa7fd-6bef-407f-835e-4cb3eabd748e} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001701 sec., 17048.794826572605 rows/sec., 1.35 MiB/sec. | ||
5423 | 2024.06.22 01:33:40.257574 [ 3 ] {8ecaa7fd-6bef-407f-835e-4cb3eabd748e} <Debug> DynamicQueryHandler: Done processing query | ||
5424 | 2024.06.22 01:33:40.257601 [ 3 ] {8ecaa7fd-6bef-407f-835e-4cb3eabd748e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5425 | 2024.06.22 01:33:40.257617 [ 3 ] {} <Debug> HTTP-Session: 7d38d355-b7fc-4cee-8dd6-2a4404b5d842 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5426 | 2024.06.22 01:33:40.257788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5427 | 2024.06.22 01:33:40.257843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5428 | 2024.06.22 01:33:40.257863 [ 3 ] {} <Debug> HTTP-Session: 9a6de20d-0a8e-4204-9737-09763f916311 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5429 | 2024.06.22 01:33:40.257881 [ 3 ] {} <Debug> HTTP-Session: 9a6de20d-0a8e-4204-9737-09763f916311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5430 | 2024.06.22 01:33:40.257895 [ 3 ] {} <Debug> HTTP-Session: 9a6de20d-0a8e-4204-9737-09763f916311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5431 | 2024.06.22 01:33:40.257929 [ 3 ] {} <Trace> HTTP-Session: 9a6de20d-0a8e-4204-9737-09763f916311 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5432 | 2024.06.22 01:33:40.258073 [ 3 ] {88957f9a-71b2-4c95-83ca-655fd341c643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5433 | 2024.06.22 01:33:40.258118 [ 3 ] {88957f9a-71b2-4c95-83ca-655fd341c643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5434 | 2024.06.22 01:33:40.258248 [ 3 ] {88957f9a-71b2-4c95-83ca-655fd341c643} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5435 | 2024.06.22 01:33:40.258672 [ 3 ] {88957f9a-71b2-4c95-83ca-655fd341c643} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5436 | 2024.06.22 01:33:40.258708 [ 3 ] {88957f9a-71b2-4c95-83ca-655fd341c643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5437 | 2024.06.22 01:33:40.259042 [ 3 ] {88957f9a-71b2-4c95-83ca-655fd341c643} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5438 | 2024.06.22 01:33:40.259344 [ 3 ] {88957f9a-71b2-4c95-83ca-655fd341c643} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5439 | 2024.06.22 01:33:40.259503 [ 3 ] {88957f9a-71b2-4c95-83ca-655fd341c643} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.001487 sec., 96166.77874915938 rows/sec., 8.06 MiB/sec. | ||
5440 | 2024.06.22 01:33:40.259678 [ 3 ] {88957f9a-71b2-4c95-83ca-655fd341c643} <Debug> DynamicQueryHandler: Done processing query | ||
5441 | 2024.06.22 01:33:40.259702 [ 3 ] {88957f9a-71b2-4c95-83ca-655fd341c643} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5442 | 2024.06.22 01:33:40.259718 [ 3 ] {} <Debug> HTTP-Session: 9a6de20d-0a8e-4204-9737-09763f916311 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5443 | 2024.06.22 01:33:40.259853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5444 | 2024.06.22 01:33:40.259904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5445 | 2024.06.22 01:33:40.259923 [ 3 ] {} <Debug> HTTP-Session: f0a03e25-0ffe-4e04-b4d2-c527be2293ef Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5446 | 2024.06.22 01:33:40.259939 [ 3 ] {} <Debug> HTTP-Session: f0a03e25-0ffe-4e04-b4d2-c527be2293ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5447 | 2024.06.22 01:33:40.259953 [ 3 ] {} <Debug> HTTP-Session: f0a03e25-0ffe-4e04-b4d2-c527be2293ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5448 | 2024.06.22 01:33:40.259985 [ 3 ] {} <Trace> HTTP-Session: f0a03e25-0ffe-4e04-b4d2-c527be2293ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5449 | 2024.06.22 01:33:40.260115 [ 3 ] {f7fff05b-12d5-411d-b954-2159f458d539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5450 | 2024.06.22 01:33:40.260158 [ 3 ] {f7fff05b-12d5-411d-b954-2159f458d539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5451 | 2024.06.22 01:33:40.260286 [ 3 ] {f7fff05b-12d5-411d-b954-2159f458d539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5452 | 2024.06.22 01:33:40.260625 [ 3 ] {f7fff05b-12d5-411d-b954-2159f458d539} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5453 | 2024.06.22 01:33:40.260661 [ 3 ] {f7fff05b-12d5-411d-b954-2159f458d539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5454 | 2024.06.22 01:33:40.260967 [ 3 ] {f7fff05b-12d5-411d-b954-2159f458d539} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5455 | 2024.06.22 01:33:40.261263 [ 3 ] {f7fff05b-12d5-411d-b954-2159f458d539} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5456 | 2024.06.22 01:33:40.261416 [ 3 ] {f7fff05b-12d5-411d-b954-2159f458d539} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001351 sec., 68837.8978534419 rows/sec., 5.38 MiB/sec. | ||
5457 | 2024.06.22 01:33:40.261579 [ 3 ] {f7fff05b-12d5-411d-b954-2159f458d539} <Debug> DynamicQueryHandler: Done processing query | ||
5458 | 2024.06.22 01:33:40.261604 [ 3 ] {f7fff05b-12d5-411d-b954-2159f458d539} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5459 | 2024.06.22 01:33:40.261620 [ 3 ] {} <Debug> HTTP-Session: f0a03e25-0ffe-4e04-b4d2-c527be2293ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5460 | 2024.06.22 01:33:40.261780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5461 | 2024.06.22 01:33:40.261829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5462 | 2024.06.22 01:33:40.261847 [ 3 ] {} <Debug> HTTP-Session: e7970982-2b16-490d-b47b-a481a0d971d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5463 | 2024.06.22 01:33:40.261864 [ 3 ] {} <Debug> HTTP-Session: e7970982-2b16-490d-b47b-a481a0d971d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5464 | 2024.06.22 01:33:40.261877 [ 3 ] {} <Debug> HTTP-Session: e7970982-2b16-490d-b47b-a481a0d971d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5465 | 2024.06.22 01:33:40.261908 [ 3 ] {} <Trace> HTTP-Session: e7970982-2b16-490d-b47b-a481a0d971d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5466 | 2024.06.22 01:33:40.262053 [ 3 ] {7a5b18d2-1507-4c37-be7d-37255402ed93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5467 | 2024.06.22 01:33:40.262100 [ 3 ] {7a5b18d2-1507-4c37-be7d-37255402ed93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5468 | 2024.06.22 01:33:40.262245 [ 3 ] {7a5b18d2-1507-4c37-be7d-37255402ed93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5469 | 2024.06.22 01:33:40.262624 [ 3 ] {7a5b18d2-1507-4c37-be7d-37255402ed93} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5470 | 2024.06.22 01:33:40.262659 [ 3 ] {7a5b18d2-1507-4c37-be7d-37255402ed93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5471 | 2024.06.22 01:33:40.263041 [ 3 ] {7a5b18d2-1507-4c37-be7d-37255402ed93} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5472 | 2024.06.22 01:33:40.263367 [ 3 ] {7a5b18d2-1507-4c37-be7d-37255402ed93} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5473 | 2024.06.22 01:33:40.263533 [ 3 ] {7a5b18d2-1507-4c37-be7d-37255402ed93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. | ||
5474 | 2024.06.22 01:33:40.263703 [ 3 ] {7a5b18d2-1507-4c37-be7d-37255402ed93} <Debug> DynamicQueryHandler: Done processing query | ||
5475 | 2024.06.22 01:33:40.263728 [ 3 ] {7a5b18d2-1507-4c37-be7d-37255402ed93} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5476 | 2024.06.22 01:33:40.263744 [ 3 ] {} <Debug> HTTP-Session: e7970982-2b16-490d-b47b-a481a0d971d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5477 | 2024.06.22 01:33:40.263908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5478 | 2024.06.22 01:33:40.263957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5479 | 2024.06.22 01:33:40.263976 [ 3 ] {} <Debug> HTTP-Session: a6c1f9a8-979f-4435-a62b-abdb11978c68 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5480 | 2024.06.22 01:33:40.263993 [ 3 ] {} <Debug> HTTP-Session: a6c1f9a8-979f-4435-a62b-abdb11978c68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5481 | 2024.06.22 01:33:40.264006 [ 3 ] {} <Debug> HTTP-Session: a6c1f9a8-979f-4435-a62b-abdb11978c68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5482 | 2024.06.22 01:33:40.264037 [ 3 ] {} <Trace> HTTP-Session: a6c1f9a8-979f-4435-a62b-abdb11978c68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5483 | 2024.06.22 01:33:40.264286 [ 3 ] {98745443-0ba2-4a7c-98aa-7203f72b5d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5484 | 2024.06.22 01:33:40.264340 [ 3 ] {98745443-0ba2-4a7c-98aa-7203f72b5d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5485 | 2024.06.22 01:33:40.264500 [ 3 ] {98745443-0ba2-4a7c-98aa-7203f72b5d36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5486 | 2024.06.22 01:33:40.264969 [ 3 ] {98745443-0ba2-4a7c-98aa-7203f72b5d36} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5487 | 2024.06.22 01:33:40.265004 [ 3 ] {98745443-0ba2-4a7c-98aa-7203f72b5d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5488 | 2024.06.22 01:33:40.265428 [ 3 ] {98745443-0ba2-4a7c-98aa-7203f72b5d36} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5489 | 2024.06.22 01:33:40.265797 [ 3 ] {98745443-0ba2-4a7c-98aa-7203f72b5d36} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5490 | 2024.06.22 01:33:40.265959 [ 137 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5491 | 2024.06.22 01:33:40.265969 [ 3 ] {98745443-0ba2-4a7c-98aa-7203f72b5d36} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001841 sec., 15752.308527973928 rows/sec., 21.26 MiB/sec. | ||
5492 | 2024.06.22 01:33:40.266042 [ 137 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5493 | 2024.06.22 01:33:40.266118 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5494 | 2024.06.22 01:33:40.266341 [ 3 ] {98745443-0ba2-4a7c-98aa-7203f72b5d36} <Debug> DynamicQueryHandler: Done processing query | ||
5495 | 2024.06.22 01:33:40.266389 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
5496 | 2024.06.22 01:33:40.266393 [ 3 ] {98745443-0ba2-4a7c-98aa-7203f72b5d36} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5497 | 2024.06.22 01:33:40.266486 [ 3 ] {} <Debug> HTTP-Session: a6c1f9a8-979f-4435-a62b-abdb11978c68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5498 | 2024.06.22 01:33:40.266759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5499 | 2024.06.22 01:33:40.266842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5500 | 2024.06.22 01:33:40.266853 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5501 | 2024.06.22 01:33:40.266893 [ 3 ] {} <Debug> HTTP-Session: 1e7241e7-aeba-4eb4-9537-5d4159f4edda Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5502 | 2024.06.22 01:33:40.266912 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 281 rows starting from the beginning of the part | ||
5503 | 2024.06.22 01:33:40.266918 [ 3 ] {} <Debug> HTTP-Session: 1e7241e7-aeba-4eb4-9537-5d4159f4edda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5504 | 2024.06.22 01:33:40.266945 [ 3 ] {} <Debug> HTTP-Session: 1e7241e7-aeba-4eb4-9537-5d4159f4edda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5505 | 2024.06.22 01:33:40.267002 [ 3 ] {} <Trace> HTTP-Session: 1e7241e7-aeba-4eb4-9537-5d4159f4edda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5506 | 2024.06.22 01:33:40.267103 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 29 rows starting from the beginning of the part | ||
5507 | 2024.06.22 01:33:40.267417 [ 3 ] {521eb791-dbf5-4dbd-b4a2-2ca7a19bd8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5508 | 2024.06.22 01:33:40.267461 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 29 rows starting from the beginning of the part | ||
5509 | 2024.06.22 01:33:40.267596 [ 3 ] {521eb791-dbf5-4dbd-b4a2-2ca7a19bd8b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5510 | 2024.06.22 01:33:40.267843 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 29 rows starting from the beginning of the part | ||
5511 | 2024.06.22 01:33:40.268356 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 29 rows starting from the beginning of the part | ||
5512 | 2024.06.22 01:33:40.268618 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part | ||
5513 | 2024.06.22 01:33:40.268671 [ 3 ] {521eb791-dbf5-4dbd-b4a2-2ca7a19bd8b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5514 | 2024.06.22 01:33:40.269230 [ 3 ] {521eb791-dbf5-4dbd-b4a2-2ca7a19bd8b5} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5515 | 2024.06.22 01:33:40.269276 [ 3 ] {521eb791-dbf5-4dbd-b4a2-2ca7a19bd8b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5516 | 2024.06.22 01:33:40.269831 [ 3 ] {521eb791-dbf5-4dbd-b4a2-2ca7a19bd8b5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5517 | 2024.06.22 01:33:40.270290 [ 3 ] {521eb791-dbf5-4dbd-b4a2-2ca7a19bd8b5} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5518 | 2024.06.22 01:33:40.270617 [ 3 ] {521eb791-dbf5-4dbd-b4a2-2ca7a19bd8b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003314 sec., 18105.009052504527 rows/sec., 1.22 MiB/sec. | ||
5519 | 2024.06.22 01:33:40.271011 [ 3 ] {521eb791-dbf5-4dbd-b4a2-2ca7a19bd8b5} <Debug> DynamicQueryHandler: Done processing query | ||
5520 | 2024.06.22 01:33:40.271036 [ 3 ] {521eb791-dbf5-4dbd-b4a2-2ca7a19bd8b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5521 | 2024.06.22 01:33:40.271052 [ 3 ] {} <Debug> HTTP-Session: 1e7241e7-aeba-4eb4-9537-5d4159f4edda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5522 | 2024.06.22 01:33:40.271810 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 6 columns (6 merged, 0 gathered) in 0.005597847 sec., 76100.68656753212 rows/sec., 102.69 MiB/sec. | ||
5523 | 2024.06.22 01:33:40.272141 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5524 | 2024.06.22 01:33:40.272522 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5525 | 2024.06.22 01:33:40.272592 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5526 | 2024.06.22 01:33:40.272663 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB. | ||
5527 | 2024.06.22 01:33:45.255117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5528 | 2024.06.22 01:33:45.255251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5529 | 2024.06.22 01:33:45.255279 [ 3 ] {} <Debug> HTTP-Session: 202e5452-9bcc-4c00-8fae-6a0474cdc5f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5530 | 2024.06.22 01:33:45.255306 [ 3 ] {} <Debug> HTTP-Session: 202e5452-9bcc-4c00-8fae-6a0474cdc5f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5531 | 2024.06.22 01:33:45.255324 [ 3 ] {} <Debug> HTTP-Session: 202e5452-9bcc-4c00-8fae-6a0474cdc5f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5532 | 2024.06.22 01:33:45.255379 [ 3 ] {} <Trace> HTTP-Session: 202e5452-9bcc-4c00-8fae-6a0474cdc5f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5533 | 2024.06.22 01:33:45.255572 [ 3 ] {617efd18-09be-4bee-baf3-90b4d7e50511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5534 | 2024.06.22 01:33:45.255646 [ 3 ] {617efd18-09be-4bee-baf3-90b4d7e50511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5535 | 2024.06.22 01:33:45.255850 [ 3 ] {617efd18-09be-4bee-baf3-90b4d7e50511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5536 | 2024.06.22 01:33:45.256262 [ 3 ] {617efd18-09be-4bee-baf3-90b4d7e50511} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5537 | 2024.06.22 01:33:45.256301 [ 3 ] {617efd18-09be-4bee-baf3-90b4d7e50511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5538 | 2024.06.22 01:33:45.256649 [ 3 ] {617efd18-09be-4bee-baf3-90b4d7e50511} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5539 | 2024.06.22 01:33:45.256984 [ 3 ] {617efd18-09be-4bee-baf3-90b4d7e50511} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5540 | 2024.06.22 01:33:45.257149 [ 3 ] {617efd18-09be-4bee-baf3-90b4d7e50511} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001628 sec., 3685.503685503685 rows/sec., 300.53 KiB/sec. | ||
5541 | 2024.06.22 01:33:45.257354 [ 3 ] {617efd18-09be-4bee-baf3-90b4d7e50511} <Debug> DynamicQueryHandler: Done processing query | ||
5542 | 2024.06.22 01:33:45.257380 [ 3 ] {617efd18-09be-4bee-baf3-90b4d7e50511} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5543 | 2024.06.22 01:33:45.257396 [ 3 ] {} <Debug> HTTP-Session: 202e5452-9bcc-4c00-8fae-6a0474cdc5f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5544 | 2024.06.22 01:33:45.257572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 13142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5545 | 2024.06.22 01:33:45.257623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5546 | 2024.06.22 01:33:45.257643 [ 3 ] {} <Debug> HTTP-Session: 836f8b53-eb40-488c-ade0-f66df3a6b668 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5547 | 2024.06.22 01:33:45.257659 [ 3 ] {} <Debug> HTTP-Session: 836f8b53-eb40-488c-ade0-f66df3a6b668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5548 | 2024.06.22 01:33:45.257673 [ 3 ] {} <Debug> HTTP-Session: 836f8b53-eb40-488c-ade0-f66df3a6b668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5549 | 2024.06.22 01:33:45.257703 [ 3 ] {} <Trace> HTTP-Session: 836f8b53-eb40-488c-ade0-f66df3a6b668 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5550 | 2024.06.22 01:33:45.257822 [ 3 ] {114d59b7-2b83-4e9d-9bf0-cf84bb8833d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5551 | 2024.06.22 01:33:45.257864 [ 3 ] {114d59b7-2b83-4e9d-9bf0-cf84bb8833d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5552 | 2024.06.22 01:33:45.257989 [ 3 ] {114d59b7-2b83-4e9d-9bf0-cf84bb8833d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5553 | 2024.06.22 01:33:45.258324 [ 3 ] {114d59b7-2b83-4e9d-9bf0-cf84bb8833d9} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5554 | 2024.06.22 01:33:45.258360 [ 3 ] {114d59b7-2b83-4e9d-9bf0-cf84bb8833d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5555 | 2024.06.22 01:33:45.258665 [ 3 ] {114d59b7-2b83-4e9d-9bf0-cf84bb8833d9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5556 | 2024.06.22 01:33:45.258963 [ 3 ] {114d59b7-2b83-4e9d-9bf0-cf84bb8833d9} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5557 | 2024.06.22 01:33:45.259116 [ 3 ] {114d59b7-2b83-4e9d-9bf0-cf84bb8833d9} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001331 sec., 71374.90608564988 rows/sec., 5.40 MiB/sec. | ||
5558 | 2024.06.22 01:33:45.259281 [ 3 ] {114d59b7-2b83-4e9d-9bf0-cf84bb8833d9} <Debug> DynamicQueryHandler: Done processing query | ||
5559 | 2024.06.22 01:33:45.259305 [ 3 ] {114d59b7-2b83-4e9d-9bf0-cf84bb8833d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5560 | 2024.06.22 01:33:45.259321 [ 3 ] {} <Debug> HTTP-Session: 836f8b53-eb40-488c-ade0-f66df3a6b668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5561 | 2024.06.22 01:33:45.259484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5562 | 2024.06.22 01:33:45.259532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5563 | 2024.06.22 01:33:45.259550 [ 3 ] {} <Debug> HTTP-Session: a1e272cb-23a7-4b4c-b28c-116fae09419d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5564 | 2024.06.22 01:33:45.259566 [ 3 ] {} <Debug> HTTP-Session: a1e272cb-23a7-4b4c-b28c-116fae09419d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5565 | 2024.06.22 01:33:45.259579 [ 3 ] {} <Debug> HTTP-Session: a1e272cb-23a7-4b4c-b28c-116fae09419d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5566 | 2024.06.22 01:33:45.259610 [ 3 ] {} <Trace> HTTP-Session: a1e272cb-23a7-4b4c-b28c-116fae09419d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5567 | 2024.06.22 01:33:45.259702 [ 3 ] {b0d3e7bd-6023-4ab2-9edf-9b472e970302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5568 | 2024.06.22 01:33:45.259743 [ 3 ] {b0d3e7bd-6023-4ab2-9edf-9b472e970302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5569 | 2024.06.22 01:33:45.259866 [ 3 ] {b0d3e7bd-6023-4ab2-9edf-9b472e970302} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5570 | 2024.06.22 01:33:45.260130 [ 3 ] {b0d3e7bd-6023-4ab2-9edf-9b472e970302} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5571 | 2024.06.22 01:33:45.260164 [ 3 ] {b0d3e7bd-6023-4ab2-9edf-9b472e970302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5572 | 2024.06.22 01:33:45.260460 [ 3 ] {b0d3e7bd-6023-4ab2-9edf-9b472e970302} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5573 | 2024.06.22 01:33:45.260755 [ 3 ] {b0d3e7bd-6023-4ab2-9edf-9b472e970302} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5574 | 2024.06.22 01:33:45.260910 [ 3 ] {b0d3e7bd-6023-4ab2-9edf-9b472e970302} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001226 sec., 4893.964110929853 rows/sec., 341.72 KiB/sec. | ||
5575 | 2024.06.22 01:33:45.261235 [ 3 ] {b0d3e7bd-6023-4ab2-9edf-9b472e970302} <Debug> DynamicQueryHandler: Done processing query | ||
5576 | 2024.06.22 01:33:45.261268 [ 3 ] {b0d3e7bd-6023-4ab2-9edf-9b472e970302} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5577 | 2024.06.22 01:33:45.261285 [ 3 ] {} <Debug> HTTP-Session: a1e272cb-23a7-4b4c-b28c-116fae09419d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5578 | 2024.06.22 01:33:45.261476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5579 | 2024.06.22 01:33:45.261526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5580 | 2024.06.22 01:33:45.261546 [ 3 ] {} <Debug> HTTP-Session: b3ac621a-518f-426a-a52d-a6a7a7a6faae Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5581 | 2024.06.22 01:33:45.261561 [ 3 ] {} <Debug> HTTP-Session: b3ac621a-518f-426a-a52d-a6a7a7a6faae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5582 | 2024.06.22 01:33:45.261575 [ 3 ] {} <Debug> HTTP-Session: b3ac621a-518f-426a-a52d-a6a7a7a6faae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5583 | 2024.06.22 01:33:45.261606 [ 3 ] {} <Trace> HTTP-Session: b3ac621a-518f-426a-a52d-a6a7a7a6faae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5584 | 2024.06.22 01:33:45.261729 [ 3 ] {f72ebfbd-1045-4104-ae10-e0a8d62860f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5585 | 2024.06.22 01:33:45.261771 [ 3 ] {f72ebfbd-1045-4104-ae10-e0a8d62860f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5586 | 2024.06.22 01:33:45.261916 [ 3 ] {f72ebfbd-1045-4104-ae10-e0a8d62860f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5587 | 2024.06.22 01:33:45.262280 [ 3 ] {f72ebfbd-1045-4104-ae10-e0a8d62860f5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5588 | 2024.06.22 01:33:45.262316 [ 3 ] {f72ebfbd-1045-4104-ae10-e0a8d62860f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5589 | 2024.06.22 01:33:45.262620 [ 3 ] {f72ebfbd-1045-4104-ae10-e0a8d62860f5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5590 | 2024.06.22 01:33:45.262921 [ 3 ] {f72ebfbd-1045-4104-ae10-e0a8d62860f5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5591 | 2024.06.22 01:33:45.263072 [ 3 ] {f72ebfbd-1045-4104-ae10-e0a8d62860f5} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001379 sec., 68165.3372008702 rows/sec., 5.31 MiB/sec. | ||
5592 | 2024.06.22 01:33:45.263365 [ 3 ] {f72ebfbd-1045-4104-ae10-e0a8d62860f5} <Debug> DynamicQueryHandler: Done processing query | ||
5593 | 2024.06.22 01:33:45.263433 [ 3 ] {f72ebfbd-1045-4104-ae10-e0a8d62860f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5594 | 2024.06.22 01:33:45.263503 [ 3 ] {} <Debug> HTTP-Session: b3ac621a-518f-426a-a52d-a6a7a7a6faae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5595 | 2024.06.22 01:33:45.263789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 38162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5596 | 2024.06.22 01:33:45.263842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5597 | 2024.06.22 01:33:45.263861 [ 3 ] {} <Debug> HTTP-Session: dd464d9d-2434-46b0-b381-ebbccc657bf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5598 | 2024.06.22 01:33:45.263879 [ 3 ] {} <Debug> HTTP-Session: dd464d9d-2434-46b0-b381-ebbccc657bf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5599 | 2024.06.22 01:33:45.263893 [ 3 ] {} <Debug> HTTP-Session: dd464d9d-2434-46b0-b381-ebbccc657bf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5600 | 2024.06.22 01:33:45.263926 [ 3 ] {} <Trace> HTTP-Session: dd464d9d-2434-46b0-b381-ebbccc657bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5601 | 2024.06.22 01:33:45.264104 [ 3 ] {8d2a1a1b-6f9c-4417-a840-68f723faaf43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5602 | 2024.06.22 01:33:45.264152 [ 3 ] {8d2a1a1b-6f9c-4417-a840-68f723faaf43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5603 | 2024.06.22 01:33:45.264315 [ 3 ] {8d2a1a1b-6f9c-4417-a840-68f723faaf43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5604 | 2024.06.22 01:33:45.264726 [ 3 ] {8d2a1a1b-6f9c-4417-a840-68f723faaf43} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5605 | 2024.06.22 01:33:45.264762 [ 3 ] {8d2a1a1b-6f9c-4417-a840-68f723faaf43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5606 | 2024.06.22 01:33:45.265148 [ 3 ] {8d2a1a1b-6f9c-4417-a840-68f723faaf43} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5607 | 2024.06.22 01:33:45.265477 [ 3 ] {8d2a1a1b-6f9c-4417-a840-68f723faaf43} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5608 | 2024.06.22 01:33:45.265635 [ 3 ] {8d2a1a1b-6f9c-4417-a840-68f723faaf43} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001618 sec., 122991.34734239802 rows/sec., 8.58 MiB/sec. | ||
5609 | 2024.06.22 01:33:45.265803 [ 3 ] {8d2a1a1b-6f9c-4417-a840-68f723faaf43} <Debug> DynamicQueryHandler: Done processing query | ||
5610 | 2024.06.22 01:33:45.265827 [ 3 ] {8d2a1a1b-6f9c-4417-a840-68f723faaf43} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5611 | 2024.06.22 01:33:45.265843 [ 3 ] {} <Debug> HTTP-Session: dd464d9d-2434-46b0-b381-ebbccc657bf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5612 | 2024.06.22 01:33:45.266013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5613 | 2024.06.22 01:33:45.266061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5614 | 2024.06.22 01:33:45.266080 [ 3 ] {} <Debug> HTTP-Session: c76a2b2c-7836-4df5-af7f-ec8d1a851517 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5615 | 2024.06.22 01:33:45.266096 [ 3 ] {} <Debug> HTTP-Session: c76a2b2c-7836-4df5-af7f-ec8d1a851517 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5616 | 2024.06.22 01:33:45.266110 [ 3 ] {} <Debug> HTTP-Session: c76a2b2c-7836-4df5-af7f-ec8d1a851517 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5617 | 2024.06.22 01:33:45.266140 [ 3 ] {} <Trace> HTTP-Session: c76a2b2c-7836-4df5-af7f-ec8d1a851517 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5618 | 2024.06.22 01:33:45.266261 [ 3 ] {d4584d94-d7f9-45a3-9a17-e5526b5a1b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5619 | 2024.06.22 01:33:45.266304 [ 3 ] {d4584d94-d7f9-45a3-9a17-e5526b5a1b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5620 | 2024.06.22 01:33:45.266431 [ 3 ] {d4584d94-d7f9-45a3-9a17-e5526b5a1b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5621 | 2024.06.22 01:33:45.266710 [ 3 ] {d4584d94-d7f9-45a3-9a17-e5526b5a1b52} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5622 | 2024.06.22 01:33:45.266745 [ 3 ] {d4584d94-d7f9-45a3-9a17-e5526b5a1b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5623 | 2024.06.22 01:33:45.267093 [ 3 ] {d4584d94-d7f9-45a3-9a17-e5526b5a1b52} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5624 | 2024.06.22 01:33:45.267414 [ 3 ] {d4584d94-d7f9-45a3-9a17-e5526b5a1b52} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5625 | 2024.06.22 01:33:45.267579 [ 3 ] {d4584d94-d7f9-45a3-9a17-e5526b5a1b52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
5626 | 2024.06.22 01:33:45.267736 [ 3 ] {d4584d94-d7f9-45a3-9a17-e5526b5a1b52} <Debug> DynamicQueryHandler: Done processing query | ||
5627 | 2024.06.22 01:33:45.267760 [ 3 ] {d4584d94-d7f9-45a3-9a17-e5526b5a1b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5628 | 2024.06.22 01:33:45.267776 [ 3 ] {} <Debug> HTTP-Session: c76a2b2c-7836-4df5-af7f-ec8d1a851517 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5629 | 2024.06.22 01:33:48.816679 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5630 | 2024.06.22 01:33:48.816740 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5631 | 2024.06.22 01:33:50.255888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5632 | 2024.06.22 01:33:50.256032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5633 | 2024.06.22 01:33:50.256062 [ 3 ] {} <Debug> HTTP-Session: efa2b781-cba5-4e7b-bab1-010207ef73ac Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5634 | 2024.06.22 01:33:50.256090 [ 3 ] {} <Debug> HTTP-Session: efa2b781-cba5-4e7b-bab1-010207ef73ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5635 | 2024.06.22 01:33:50.256108 [ 3 ] {} <Debug> HTTP-Session: efa2b781-cba5-4e7b-bab1-010207ef73ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5636 | 2024.06.22 01:33:50.256166 [ 3 ] {} <Trace> HTTP-Session: efa2b781-cba5-4e7b-bab1-010207ef73ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5637 | 2024.06.22 01:33:50.256383 [ 3 ] {bad8d884-13f2-4db6-9a82-f5d175bfd5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5638 | 2024.06.22 01:33:50.256465 [ 3 ] {bad8d884-13f2-4db6-9a82-f5d175bfd5d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5639 | 2024.06.22 01:33:50.256685 [ 3 ] {bad8d884-13f2-4db6-9a82-f5d175bfd5d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5640 | 2024.06.22 01:33:50.257165 [ 3 ] {bad8d884-13f2-4db6-9a82-f5d175bfd5d7} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5641 | 2024.06.22 01:33:50.257213 [ 3 ] {bad8d884-13f2-4db6-9a82-f5d175bfd5d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5642 | 2024.06.22 01:33:50.257596 [ 3 ] {bad8d884-13f2-4db6-9a82-f5d175bfd5d7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5643 | 2024.06.22 01:33:50.257949 [ 3 ] {bad8d884-13f2-4db6-9a82-f5d175bfd5d7} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5644 | 2024.06.22 01:33:50.258109 [ 3 ] {bad8d884-13f2-4db6-9a82-f5d175bfd5d7} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001791 sec., 16192.071468453378 rows/sec., 1.28 MiB/sec. | ||
5645 | 2024.06.22 01:33:50.258328 [ 3 ] {bad8d884-13f2-4db6-9a82-f5d175bfd5d7} <Debug> DynamicQueryHandler: Done processing query | ||
5646 | 2024.06.22 01:33:50.258356 [ 3 ] {bad8d884-13f2-4db6-9a82-f5d175bfd5d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5647 | 2024.06.22 01:33:50.258373 [ 3 ] {} <Debug> HTTP-Session: efa2b781-cba5-4e7b-bab1-010207ef73ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5648 | 2024.06.22 01:33:50.258554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5649 | 2024.06.22 01:33:50.258612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5650 | 2024.06.22 01:33:50.258632 [ 3 ] {} <Debug> HTTP-Session: 70b64000-28f1-4134-bad4-d352bd21b027 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5651 | 2024.06.22 01:33:50.258649 [ 3 ] {} <Debug> HTTP-Session: 70b64000-28f1-4134-bad4-d352bd21b027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5652 | 2024.06.22 01:33:50.258663 [ 3 ] {} <Debug> HTTP-Session: 70b64000-28f1-4134-bad4-d352bd21b027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5653 | 2024.06.22 01:33:50.258701 [ 3 ] {} <Trace> HTTP-Session: 70b64000-28f1-4134-bad4-d352bd21b027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5654 | 2024.06.22 01:33:50.258853 [ 3 ] {28e18f16-93d7-48ea-b144-88f067f4b407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5655 | 2024.06.22 01:33:50.258902 [ 3 ] {28e18f16-93d7-48ea-b144-88f067f4b407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5656 | 2024.06.22 01:33:50.259034 [ 3 ] {28e18f16-93d7-48ea-b144-88f067f4b407} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5657 | 2024.06.22 01:33:50.259429 [ 3 ] {28e18f16-93d7-48ea-b144-88f067f4b407} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5658 | 2024.06.22 01:33:50.259466 [ 3 ] {28e18f16-93d7-48ea-b144-88f067f4b407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5659 | 2024.06.22 01:33:50.259797 [ 3 ] {28e18f16-93d7-48ea-b144-88f067f4b407} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5660 | 2024.06.22 01:33:50.260104 [ 3 ] {28e18f16-93d7-48ea-b144-88f067f4b407} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5661 | 2024.06.22 01:33:50.260273 [ 3 ] {28e18f16-93d7-48ea-b144-88f067f4b407} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.001478 sec., 96752.36806495265 rows/sec., 8.11 MiB/sec. | ||
5662 | 2024.06.22 01:33:50.260539 [ 3 ] {28e18f16-93d7-48ea-b144-88f067f4b407} <Debug> DynamicQueryHandler: Done processing query | ||
5663 | 2024.06.22 01:33:50.260589 [ 3 ] {28e18f16-93d7-48ea-b144-88f067f4b407} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5664 | 2024.06.22 01:33:50.260620 [ 3 ] {} <Debug> HTTP-Session: 70b64000-28f1-4134-bad4-d352bd21b027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5665 | 2024.06.22 01:33:50.260780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5666 | 2024.06.22 01:33:50.260831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5667 | 2024.06.22 01:33:50.260850 [ 3 ] {} <Debug> HTTP-Session: 036ffcdd-e966-4886-89af-33f1b2529f70 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5668 | 2024.06.22 01:33:50.260868 [ 3 ] {} <Debug> HTTP-Session: 036ffcdd-e966-4886-89af-33f1b2529f70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5669 | 2024.06.22 01:33:50.260881 [ 3 ] {} <Debug> HTTP-Session: 036ffcdd-e966-4886-89af-33f1b2529f70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5670 | 2024.06.22 01:33:50.260915 [ 3 ] {} <Trace> HTTP-Session: 036ffcdd-e966-4886-89af-33f1b2529f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5671 | 2024.06.22 01:33:50.261046 [ 3 ] {4b58b17d-c640-47fd-b535-2917ac0860cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5672 | 2024.06.22 01:33:50.261092 [ 3 ] {4b58b17d-c640-47fd-b535-2917ac0860cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5673 | 2024.06.22 01:33:50.261234 [ 3 ] {4b58b17d-c640-47fd-b535-2917ac0860cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5674 | 2024.06.22 01:33:50.261582 [ 3 ] {4b58b17d-c640-47fd-b535-2917ac0860cb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5675 | 2024.06.22 01:33:50.261618 [ 3 ] {4b58b17d-c640-47fd-b535-2917ac0860cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5676 | 2024.06.22 01:33:50.261929 [ 3 ] {4b58b17d-c640-47fd-b535-2917ac0860cb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5677 | 2024.06.22 01:33:50.262235 [ 3 ] {4b58b17d-c640-47fd-b535-2917ac0860cb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5678 | 2024.06.22 01:33:50.262396 [ 3 ] {4b58b17d-c640-47fd-b535-2917ac0860cb} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001393 sec., 66762.38334529792 rows/sec., 5.21 MiB/sec. | ||
5679 | 2024.06.22 01:33:50.262562 [ 3 ] {4b58b17d-c640-47fd-b535-2917ac0860cb} <Debug> DynamicQueryHandler: Done processing query | ||
5680 | 2024.06.22 01:33:50.262587 [ 3 ] {4b58b17d-c640-47fd-b535-2917ac0860cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5681 | 2024.06.22 01:33:50.262603 [ 3 ] {} <Debug> HTTP-Session: 036ffcdd-e966-4886-89af-33f1b2529f70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5682 | 2024.06.22 01:33:50.262779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5683 | 2024.06.22 01:33:50.262829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5684 | 2024.06.22 01:33:50.262847 [ 3 ] {} <Debug> HTTP-Session: 8a4e0eff-36be-46c5-8a88-4dd4e33fce76 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5685 | 2024.06.22 01:33:50.262863 [ 3 ] {} <Debug> HTTP-Session: 8a4e0eff-36be-46c5-8a88-4dd4e33fce76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5686 | 2024.06.22 01:33:50.262877 [ 3 ] {} <Debug> HTTP-Session: 8a4e0eff-36be-46c5-8a88-4dd4e33fce76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5687 | 2024.06.22 01:33:50.262908 [ 3 ] {} <Trace> HTTP-Session: 8a4e0eff-36be-46c5-8a88-4dd4e33fce76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5688 | 2024.06.22 01:33:50.263049 [ 3 ] {6862664b-8ac1-4c2b-95bf-6fb03220635a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5689 | 2024.06.22 01:33:50.263095 [ 3 ] {6862664b-8ac1-4c2b-95bf-6fb03220635a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5690 | 2024.06.22 01:33:50.263240 [ 3 ] {6862664b-8ac1-4c2b-95bf-6fb03220635a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5691 | 2024.06.22 01:33:50.263594 [ 3 ] {6862664b-8ac1-4c2b-95bf-6fb03220635a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5692 | 2024.06.22 01:33:50.263630 [ 3 ] {6862664b-8ac1-4c2b-95bf-6fb03220635a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5693 | 2024.06.22 01:33:50.264014 [ 3 ] {6862664b-8ac1-4c2b-95bf-6fb03220635a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5694 | 2024.06.22 01:33:50.264354 [ 3 ] {6862664b-8ac1-4c2b-95bf-6fb03220635a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5695 | 2024.06.22 01:33:50.264514 [ 3 ] {6862664b-8ac1-4c2b-95bf-6fb03220635a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001522 sec., 105124.83574244416 rows/sec., 7.32 MiB/sec. | ||
5696 | 2024.06.22 01:33:50.264798 [ 3 ] {6862664b-8ac1-4c2b-95bf-6fb03220635a} <Debug> DynamicQueryHandler: Done processing query | ||
5697 | 2024.06.22 01:33:50.264850 [ 3 ] {6862664b-8ac1-4c2b-95bf-6fb03220635a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5698 | 2024.06.22 01:33:50.264897 [ 3 ] {} <Debug> HTTP-Session: 8a4e0eff-36be-46c5-8a88-4dd4e33fce76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5699 | 2024.06.22 01:33:50.265097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5700 | 2024.06.22 01:33:50.265147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5701 | 2024.06.22 01:33:50.265166 [ 3 ] {} <Debug> HTTP-Session: 202de185-3ec3-4622-a483-832d04f12481 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5702 | 2024.06.22 01:33:50.265183 [ 3 ] {} <Debug> HTTP-Session: 202de185-3ec3-4622-a483-832d04f12481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5703 | 2024.06.22 01:33:50.265196 [ 3 ] {} <Debug> HTTP-Session: 202de185-3ec3-4622-a483-832d04f12481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5704 | 2024.06.22 01:33:50.265230 [ 3 ] {} <Trace> HTTP-Session: 202de185-3ec3-4622-a483-832d04f12481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5705 | 2024.06.22 01:33:50.265595 [ 3 ] {82fd3c7f-cfb1-4684-8921-a1e735b25cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5706 | 2024.06.22 01:33:50.265647 [ 3 ] {82fd3c7f-cfb1-4684-8921-a1e735b25cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5707 | 2024.06.22 01:33:50.265827 [ 3 ] {82fd3c7f-cfb1-4684-8921-a1e735b25cc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5708 | 2024.06.22 01:33:50.266305 [ 3 ] {82fd3c7f-cfb1-4684-8921-a1e735b25cc2} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5709 | 2024.06.22 01:33:50.266340 [ 3 ] {82fd3c7f-cfb1-4684-8921-a1e735b25cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5710 | 2024.06.22 01:33:50.266758 [ 3 ] {82fd3c7f-cfb1-4684-8921-a1e735b25cc2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5711 | 2024.06.22 01:33:50.267101 [ 3 ] {82fd3c7f-cfb1-4684-8921-a1e735b25cc2} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5712 | 2024.06.22 01:33:50.267256 [ 3 ] {82fd3c7f-cfb1-4684-8921-a1e735b25cc2} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.00194 sec., 14948.453608247422 rows/sec., 20.17 MiB/sec. | ||
5713 | 2024.06.22 01:33:50.267575 [ 3 ] {82fd3c7f-cfb1-4684-8921-a1e735b25cc2} <Debug> DynamicQueryHandler: Done processing query | ||
5714 | 2024.06.22 01:33:50.267601 [ 3 ] {82fd3c7f-cfb1-4684-8921-a1e735b25cc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5715 | 2024.06.22 01:33:50.267617 [ 3 ] {} <Debug> HTTP-Session: 202de185-3ec3-4622-a483-832d04f12481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5716 | 2024.06.22 01:33:50.267748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5717 | 2024.06.22 01:33:50.267799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5718 | 2024.06.22 01:33:50.267818 [ 3 ] {} <Debug> HTTP-Session: 052d1b37-936f-4b58-a8c8-a0e9919a5a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5719 | 2024.06.22 01:33:50.267834 [ 3 ] {} <Debug> HTTP-Session: 052d1b37-936f-4b58-a8c8-a0e9919a5a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5720 | 2024.06.22 01:33:50.267847 [ 3 ] {} <Debug> HTTP-Session: 052d1b37-936f-4b58-a8c8-a0e9919a5a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5721 | 2024.06.22 01:33:50.267878 [ 3 ] {} <Trace> HTTP-Session: 052d1b37-936f-4b58-a8c8-a0e9919a5a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5722 | 2024.06.22 01:33:50.268005 [ 3 ] {692effc7-50a6-4983-9d5f-a32127c83310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5723 | 2024.06.22 01:33:50.268051 [ 3 ] {692effc7-50a6-4983-9d5f-a32127c83310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5724 | 2024.06.22 01:33:50.268195 [ 3 ] {692effc7-50a6-4983-9d5f-a32127c83310} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5725 | 2024.06.22 01:33:50.268559 [ 3 ] {692effc7-50a6-4983-9d5f-a32127c83310} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5726 | 2024.06.22 01:33:50.268595 [ 3 ] {692effc7-50a6-4983-9d5f-a32127c83310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5727 | 2024.06.22 01:33:50.268949 [ 3 ] {692effc7-50a6-4983-9d5f-a32127c83310} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5728 | 2024.06.22 01:33:50.269267 [ 3 ] {692effc7-50a6-4983-9d5f-a32127c83310} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5729 | 2024.06.22 01:33:50.269426 [ 3 ] {692effc7-50a6-4983-9d5f-a32127c83310} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
5730 | 2024.06.22 01:33:50.269596 [ 3 ] {692effc7-50a6-4983-9d5f-a32127c83310} <Debug> DynamicQueryHandler: Done processing query | ||
5731 | 2024.06.22 01:33:50.269621 [ 3 ] {692effc7-50a6-4983-9d5f-a32127c83310} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5732 | 2024.06.22 01:33:50.269637 [ 3 ] {} <Debug> HTTP-Session: 052d1b37-936f-4b58-a8c8-a0e9919a5a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5733 | 2024.06.22 01:33:55.254126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5734 | 2024.06.22 01:33:55.254283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5735 | 2024.06.22 01:33:55.254313 [ 3 ] {} <Debug> HTTP-Session: 54e6ec46-4830-4a38-a22f-9b5a45d78d8c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5736 | 2024.06.22 01:33:55.254340 [ 3 ] {} <Debug> HTTP-Session: 54e6ec46-4830-4a38-a22f-9b5a45d78d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5737 | 2024.06.22 01:33:55.254358 [ 3 ] {} <Debug> HTTP-Session: 54e6ec46-4830-4a38-a22f-9b5a45d78d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5738 | 2024.06.22 01:33:55.254413 [ 3 ] {} <Trace> HTTP-Session: 54e6ec46-4830-4a38-a22f-9b5a45d78d8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5739 | 2024.06.22 01:33:55.254626 [ 3 ] {8723f02d-b87a-49bb-983a-03cec71e6437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5740 | 2024.06.22 01:33:55.254697 [ 3 ] {8723f02d-b87a-49bb-983a-03cec71e6437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5741 | 2024.06.22 01:33:55.254907 [ 3 ] {8723f02d-b87a-49bb-983a-03cec71e6437} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5742 | 2024.06.22 01:33:55.255442 [ 3 ] {8723f02d-b87a-49bb-983a-03cec71e6437} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5743 | 2024.06.22 01:33:55.255483 [ 3 ] {8723f02d-b87a-49bb-983a-03cec71e6437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5744 | 2024.06.22 01:33:55.255851 [ 3 ] {8723f02d-b87a-49bb-983a-03cec71e6437} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5745 | 2024.06.22 01:33:55.256174 [ 3 ] {8723f02d-b87a-49bb-983a-03cec71e6437} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5746 | 2024.06.22 01:33:55.256344 [ 117 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5747 | 2024.06.22 01:33:55.256361 [ 3 ] {8723f02d-b87a-49bb-983a-03cec71e6437} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0018 sec., 31111.111111111113 rows/sec., 2.38 MiB/sec. | ||
5748 | 2024.06.22 01:33:55.256429 [ 117 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5749 | 2024.06.22 01:33:55.256495 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5750 | 2024.06.22 01:33:55.256654 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
5751 | 2024.06.22 01:33:55.256680 [ 3 ] {8723f02d-b87a-49bb-983a-03cec71e6437} <Debug> DynamicQueryHandler: Done processing query | ||
5752 | 2024.06.22 01:33:55.256714 [ 3 ] {8723f02d-b87a-49bb-983a-03cec71e6437} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5753 | 2024.06.22 01:33:55.256736 [ 3 ] {} <Debug> HTTP-Session: 54e6ec46-4830-4a38-a22f-9b5a45d78d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5754 | 2024.06.22 01:33:55.256818 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5755 | 2024.06.22 01:33:55.256854 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 186 rows starting from the beginning of the part | ||
5756 | 2024.06.22 01:33:55.256940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5757 | 2024.06.22 01:33:55.256959 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 57 rows starting from the beginning of the part | ||
5758 | 2024.06.22 01:33:55.257043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5759 | 2024.06.22 01:33:55.257120 [ 3 ] {} <Debug> HTTP-Session: 7d8793f4-d19f-48b5-8465-960852e4cc8b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5760 | 2024.06.22 01:33:55.257204 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 143 rows starting from the beginning of the part | ||
5761 | 2024.06.22 01:33:55.257223 [ 3 ] {} <Debug> HTTP-Session: 7d8793f4-d19f-48b5-8465-960852e4cc8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5762 | 2024.06.22 01:33:55.257291 [ 3 ] {} <Debug> HTTP-Session: 7d8793f4-d19f-48b5-8465-960852e4cc8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5763 | 2024.06.22 01:33:55.257507 [ 3 ] {} <Trace> HTTP-Session: 7d8793f4-d19f-48b5-8465-960852e4cc8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5764 | 2024.06.22 01:33:55.257640 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 95 rows starting from the beginning of the part | ||
5765 | 2024.06.22 01:33:55.257785 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 143 rows starting from the beginning of the part | ||
5766 | 2024.06.22 01:33:55.257826 [ 3 ] {99fb23a1-b24f-49d6-95f1-3ccdd71b73f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5767 | 2024.06.22 01:33:55.257873 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
5768 | 2024.06.22 01:33:55.257929 [ 3 ] {99fb23a1-b24f-49d6-95f1-3ccdd71b73f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5769 | 2024.06.22 01:33:55.258603 [ 3 ] {99fb23a1-b24f-49d6-95f1-3ccdd71b73f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5770 | 2024.06.22 01:33:55.259173 [ 3 ] {99fb23a1-b24f-49d6-95f1-3ccdd71b73f0} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5771 | 2024.06.22 01:33:55.259217 [ 3 ] {99fb23a1-b24f-49d6-95f1-3ccdd71b73f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5772 | 2024.06.22 01:33:55.259666 [ 3 ] {99fb23a1-b24f-49d6-95f1-3ccdd71b73f0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5773 | 2024.06.22 01:33:55.259871 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 680 rows, containing 4 columns (4 merged, 0 gathered) in 0.003257852 sec., 208726.4860404954 rows/sec., 16.87 MiB/sec. | ||
5774 | 2024.06.22 01:33:55.260173 [ 3 ] {99fb23a1-b24f-49d6-95f1-3ccdd71b73f0} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5775 | 2024.06.22 01:33:55.260277 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5776 | 2024.06.22 01:33:55.260396 [ 117 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5777 | 2024.06.22 01:33:55.260491 [ 117 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5778 | 2024.06.22 01:33:55.260582 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5779 | 2024.06.22 01:33:55.260585 [ 3 ] {99fb23a1-b24f-49d6-95f1-3ccdd71b73f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002823 sec., 22670.91746369111 rows/sec., 1.77 MiB/sec. | ||
5780 | 2024.06.22 01:33:55.261085 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
5781 | 2024.06.22 01:33:55.261346 [ 3 ] {99fb23a1-b24f-49d6-95f1-3ccdd71b73f0} <Debug> DynamicQueryHandler: Done processing query | ||
5782 | 2024.06.22 01:33:55.261429 [ 3 ] {99fb23a1-b24f-49d6-95f1-3ccdd71b73f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5783 | 2024.06.22 01:33:55.261528 [ 3 ] {} <Debug> HTTP-Session: 7d8793f4-d19f-48b5-8465-960852e4cc8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5784 | 2024.06.22 01:33:55.261619 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5785 | 2024.06.22 01:33:55.261670 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 149 rows starting from the beginning of the part | ||
5786 | 2024.06.22 01:33:55.261858 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_41_8} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5787 | 2024.06.22 01:33:55.261899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5788 | 2024.06.22 01:33:55.261917 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 66 rows starting from the beginning of the part | ||
5789 | 2024.06.22 01:33:55.262146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5790 | 2024.06.22 01:33:55.262298 [ 3 ] {} <Debug> HTTP-Session: 3b0710b7-10d1-4da7-b41b-e5a5ec606495 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5791 | 2024.06.22 01:33:55.262359 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 93 rows starting from the beginning of the part | ||
5792 | 2024.06.22 01:33:55.262400 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_41_8} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5793 | 2024.06.22 01:33:55.262412 [ 3 ] {} <Debug> HTTP-Session: 3b0710b7-10d1-4da7-b41b-e5a5ec606495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5794 | 2024.06.22 01:33:55.262588 [ 3 ] {} <Debug> HTTP-Session: 3b0710b7-10d1-4da7-b41b-e5a5ec606495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5795 | 2024.06.22 01:33:55.262768 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
5796 | 2024.06.22 01:33:55.262805 [ 3 ] {} <Trace> HTTP-Session: 3b0710b7-10d1-4da7-b41b-e5a5ec606495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5797 | 2024.06.22 01:33:55.262783 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 94 rows starting from the beginning of the part | ||
5798 | 2024.06.22 01:33:55.263215 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 93 rows starting from the beginning of the part | ||
5799 | 2024.06.22 01:33:55.263465 [ 3 ] {01e15bd0-7bae-4e77-92da-2c572be08d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5800 | 2024.06.22 01:33:55.263577 [ 202 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
5801 | 2024.06.22 01:33:55.263630 [ 3 ] {01e15bd0-7bae-4e77-92da-2c572be08d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5802 | 2024.06.22 01:33:55.264446 [ 3 ] {01e15bd0-7bae-4e77-92da-2c572be08d4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5803 | 2024.06.22 01:33:55.265472 [ 3 ] {01e15bd0-7bae-4e77-92da-2c572be08d4a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5804 | 2024.06.22 01:33:55.265537 [ 3 ] {01e15bd0-7bae-4e77-92da-2c572be08d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5805 | 2024.06.22 01:33:55.266565 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 559 rows, containing 4 columns (4 merged, 0 gathered) in 0.005868909 sec., 95247.68572830145 rows/sec., 7.44 MiB/sec. | ||
5806 | 2024.06.22 01:33:55.266575 [ 3 ] {01e15bd0-7bae-4e77-92da-2c572be08d4a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5807 | 2024.06.22 01:33:55.266735 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5808 | 2024.06.22 01:33:55.267474 [ 3 ] {01e15bd0-7bae-4e77-92da-2c572be08d4a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5809 | 2024.06.22 01:33:55.267690 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_41_8} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5810 | 2024.06.22 01:33:55.267757 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5811 | 2024.06.22 01:33:55.267848 [ 3 ] {01e15bd0-7bae-4e77-92da-2c572be08d4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004681 sec., 34180.73061311685 rows/sec., 2.38 MiB/sec. | ||
5812 | 2024.06.22 01:33:55.267857 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5813 | 2024.06.22 01:33:55.267950 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5814 | 2024.06.22 01:33:55.267978 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_41_8} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5815 | 2024.06.22 01:33:55.268588 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5816 | 2024.06.22 01:33:55.268610 [ 3 ] {01e15bd0-7bae-4e77-92da-2c572be08d4a} <Debug> DynamicQueryHandler: Done processing query | ||
5817 | 2024.06.22 01:33:55.268690 [ 3 ] {01e15bd0-7bae-4e77-92da-2c572be08d4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5818 | 2024.06.22 01:33:55.268745 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
5819 | 2024.06.22 01:33:55.268766 [ 3 ] {} <Debug> HTTP-Session: 3b0710b7-10d1-4da7-b41b-e5a5ec606495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5820 | 2024.06.22 01:33:55.269109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5821 | 2024.06.22 01:33:55.269178 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5822 | 2024.06.22 01:33:55.269204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5823 | 2024.06.22 01:33:55.269235 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5740 rows starting from the beginning of the part | ||
5824 | 2024.06.22 01:33:55.269247 [ 3 ] {} <Debug> HTTP-Session: 82e243c9-4c7d-4cac-b83b-d42ed041d450 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5825 | 2024.06.22 01:33:55.269286 [ 3 ] {} <Debug> HTTP-Session: 82e243c9-4c7d-4cac-b83b-d42ed041d450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5826 | 2024.06.22 01:33:55.269316 [ 3 ] {} <Debug> HTTP-Session: 82e243c9-4c7d-4cac-b83b-d42ed041d450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5827 | 2024.06.22 01:33:55.269453 [ 3 ] {} <Trace> HTTP-Session: 82e243c9-4c7d-4cac-b83b-d42ed041d450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5828 | 2024.06.22 01:33:55.269481 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part | ||
5829 | 2024.06.22 01:33:55.269892 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
5830 | 2024.06.22 01:33:55.269922 [ 3 ] {86f007c4-05df-4b7f-b6ac-7c596de3e54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5831 | 2024.06.22 01:33:55.270091 [ 3 ] {86f007c4-05df-4b7f-b6ac-7c596de3e54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5832 | 2024.06.22 01:33:55.270136 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 199 rows starting from the beginning of the part | ||
5833 | 2024.06.22 01:33:55.270619 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
5834 | 2024.06.22 01:33:55.271054 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
5835 | 2024.06.22 01:33:55.271178 [ 3 ] {86f007c4-05df-4b7f-b6ac-7c596de3e54e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5836 | 2024.06.22 01:33:55.272217 [ 3 ] {86f007c4-05df-4b7f-b6ac-7c596de3e54e} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5837 | 2024.06.22 01:33:55.272283 [ 3 ] {86f007c4-05df-4b7f-b6ac-7c596de3e54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5838 | 2024.06.22 01:33:55.272922 [ 3 ] {86f007c4-05df-4b7f-b6ac-7c596de3e54e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5839 | 2024.06.22 01:33:55.273819 [ 3 ] {86f007c4-05df-4b7f-b6ac-7c596de3e54e} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5840 | 2024.06.22 01:33:55.274001 [ 117 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5841 | 2024.06.22 01:33:55.274022 [ 3 ] {86f007c4-05df-4b7f-b6ac-7c596de3e54e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004356 sec., 13774.104683195594 rows/sec., 950.56 KiB/sec. | ||
5842 | 2024.06.22 01:33:55.274056 [ 117 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5843 | 2024.06.22 01:33:55.274212 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5844 | 2024.06.22 01:33:55.274519 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5845 | 2024.06.22 01:33:55.274557 [ 3 ] {86f007c4-05df-4b7f-b6ac-7c596de3e54e} <Debug> DynamicQueryHandler: Done processing query | ||
5846 | 2024.06.22 01:33:55.274610 [ 3 ] {86f007c4-05df-4b7f-b6ac-7c596de3e54e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5847 | 2024.06.22 01:33:55.274671 [ 3 ] {} <Debug> HTTP-Session: 82e243c9-4c7d-4cac-b83b-d42ed041d450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5848 | 2024.06.22 01:33:55.274785 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5849 | 2024.06.22 01:33:55.274827 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2024 rows starting from the beginning of the part | ||
5850 | 2024.06.22 01:33:55.275049 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5851 | 2024.06.22 01:33:55.275514 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5852 | 2024.06.22 01:33:55.276022 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5853 | 2024.06.22 01:33:55.276024 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6580 rows, containing 5 columns (5 merged, 0 gathered) in 0.007922503 sec., 830545.5990360623 rows/sec., 57.88 MiB/sec. | ||
5854 | 2024.06.22 01:33:55.276156 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5855 | 2024.06.22 01:33:55.276264 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
5856 | 2024.06.22 01:33:55.276529 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5857 | 2024.06.22 01:33:55.277115 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5858 | 2024.06.22 01:33:55.277220 [ 186 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5859 | 2024.06.22 01:33:55.277331 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
5860 | 2024.06.22 01:33:55.277886 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2324 rows, containing 4 columns (4 merged, 0 gathered) in 0.003564284 sec., 652024.3616950838 rows/sec., 43.96 MiB/sec. | ||
5861 | 2024.06.22 01:33:55.278198 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5862 | 2024.06.22 01:33:55.278656 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_41_8} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5863 | 2024.06.22 01:33:55.278745 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_41_8} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5864 | 2024.06.22 01:33:55.278843 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
5865 | 2024.06.22 01:33:56.300168 [ 118 ] {} <Debug> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
5866 | 2024.06.22 01:33:56.300268 [ 118 ] {} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5867 | 2024.06.22 01:33:56.300309 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5868 | 2024.06.22 01:33:56.300460 [ 186 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
5869 | 2024.06.22 01:33:56.300604 [ 186 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5870 | 2024.06.22 01:33:56.300638 [ 186 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part | ||
5871 | 2024.06.22 01:33:56.300717 [ 186 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
5872 | 2024.06.22 01:33:56.300918 [ 186 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
5873 | 2024.06.22 01:33:56.301074 [ 186 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5874 | 2024.06.22 01:33:56.301251 [ 186 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
5875 | 2024.06.22 01:33:56.302375 [ 190 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.001978523 sec., 14151.970939938532 rows/sec., 988.15 KiB/sec. | ||
5876 | 2024.06.22 01:33:56.302526 [ 190 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5877 | 2024.06.22 01:33:56.302967 [ 190 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_10_2} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5878 | 2024.06.22 01:33:56.303062 [ 190 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_10_2} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
5879 | 2024.06.22 01:33:56.303151 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
5880 | 2024.06.22 01:33:56.326701 [ 118 ] {} <Debug> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
5881 | 2024.06.22 01:33:56.326739 [ 118 ] {} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5882 | 2024.06.22 01:33:56.326759 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5883 | 2024.06.22 01:33:56.326988 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
5884 | 2024.06.22 01:33:56.327181 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5885 | 2024.06.22 01:33:56.327221 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part | ||
5886 | 2024.06.22 01:33:56.327352 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
5887 | 2024.06.22 01:33:56.327463 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
5888 | 2024.06.22 01:33:56.327717 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5889 | 2024.06.22 01:33:56.327883 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
5890 | 2024.06.22 01:33:56.329001 [ 190 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002160985 sec., 12957.054306253862 rows/sec., 1.03 MiB/sec. | ||
5891 | 2024.06.22 01:33:56.329136 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5892 | 2024.06.22 01:33:56.329504 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_10_2} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5893 | 2024.06.22 01:33:56.329585 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_10_2} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
5894 | 2024.06.22 01:33:56.329666 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5895 | 2024.06.22 01:34:00.255025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5896 | 2024.06.22 01:34:00.255156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5897 | 2024.06.22 01:34:00.255181 [ 3 ] {} <Debug> HTTP-Session: fc7a306b-3da7-4386-9c3e-46ab22d4b0ae Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5898 | 2024.06.22 01:34:00.255205 [ 3 ] {} <Debug> HTTP-Session: fc7a306b-3da7-4386-9c3e-46ab22d4b0ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5899 | 2024.06.22 01:34:00.255220 [ 3 ] {} <Debug> HTTP-Session: fc7a306b-3da7-4386-9c3e-46ab22d4b0ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5900 | 2024.06.22 01:34:00.255269 [ 3 ] {} <Trace> HTTP-Session: fc7a306b-3da7-4386-9c3e-46ab22d4b0ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5901 | 2024.06.22 01:34:00.255462 [ 3 ] {0a5dd179-53ad-49ef-98a4-47df9adda25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5902 | 2024.06.22 01:34:00.255530 [ 3 ] {0a5dd179-53ad-49ef-98a4-47df9adda25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5903 | 2024.06.22 01:34:00.255714 [ 3 ] {0a5dd179-53ad-49ef-98a4-47df9adda25f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5904 | 2024.06.22 01:34:00.256172 [ 3 ] {0a5dd179-53ad-49ef-98a4-47df9adda25f} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5905 | 2024.06.22 01:34:00.256217 [ 3 ] {0a5dd179-53ad-49ef-98a4-47df9adda25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5906 | 2024.06.22 01:34:00.256588 [ 3 ] {0a5dd179-53ad-49ef-98a4-47df9adda25f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5907 | 2024.06.22 01:34:00.256923 [ 3 ] {0a5dd179-53ad-49ef-98a4-47df9adda25f} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5908 | 2024.06.22 01:34:00.257099 [ 3 ] {0a5dd179-53ad-49ef-98a4-47df9adda25f} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001689 sec., 17169.923031379516 rows/sec., 1.36 MiB/sec. | ||
5909 | 2024.06.22 01:34:00.257113 [ 114 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
5910 | 2024.06.22 01:34:00.257223 [ 114 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5911 | 2024.06.22 01:34:00.257269 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5912 | 2024.06.22 01:34:00.257403 [ 3 ] {0a5dd179-53ad-49ef-98a4-47df9adda25f} <Debug> DynamicQueryHandler: Done processing query | ||
5913 | 2024.06.22 01:34:00.257430 [ 196 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
5914 | 2024.06.22 01:34:00.257441 [ 3 ] {0a5dd179-53ad-49ef-98a4-47df9adda25f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5915 | 2024.06.22 01:34:00.257506 [ 3 ] {} <Debug> HTTP-Session: fc7a306b-3da7-4386-9c3e-46ab22d4b0ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5916 | 2024.06.22 01:34:00.257670 [ 196 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5917 | 2024.06.22 01:34:00.257707 [ 196 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 29 rows starting from the beginning of the part | ||
5918 | 2024.06.22 01:34:00.257738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5919 | 2024.06.22 01:34:00.257818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5920 | 2024.06.22 01:34:00.257891 [ 196 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 29 rows starting from the beginning of the part | ||
5921 | 2024.06.22 01:34:00.257909 [ 3 ] {} <Debug> HTTP-Session: 9ac97e25-8f9d-49cb-b95b-e0d0277d60a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5922 | 2024.06.22 01:34:00.257985 [ 3 ] {} <Debug> HTTP-Session: 9ac97e25-8f9d-49cb-b95b-e0d0277d60a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5923 | 2024.06.22 01:34:00.258077 [ 3 ] {} <Debug> HTTP-Session: 9ac97e25-8f9d-49cb-b95b-e0d0277d60a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.06.22 01:34:00.258248 [ 3 ] {} <Trace> HTTP-Session: 9ac97e25-8f9d-49cb-b95b-e0d0277d60a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5925 | 2024.06.22 01:34:00.258281 [ 196 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part | ||
5926 | 2024.06.22 01:34:00.258432 [ 196 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 29 rows starting from the beginning of the part | ||
5927 | 2024.06.22 01:34:00.258489 [ 3 ] {2c54ec09-35c3-4395-9552-599939b8fc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5928 | 2024.06.22 01:34:00.258549 [ 196 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 29 rows starting from the beginning of the part | ||
5929 | 2024.06.22 01:34:00.258599 [ 3 ] {2c54ec09-35c3-4395-9552-599939b8fc26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5930 | 2024.06.22 01:34:00.259158 [ 3 ] {2c54ec09-35c3-4395-9552-599939b8fc26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5931 | 2024.06.22 01:34:00.259824 [ 3 ] {2c54ec09-35c3-4395-9552-599939b8fc26} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5932 | 2024.06.22 01:34:00.259872 [ 3 ] {2c54ec09-35c3-4395-9552-599939b8fc26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5933 | 2024.06.22 01:34:00.260154 [ 196 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.002807319 sec., 51650.70303731069 rows/sec., 4.09 MiB/sec. | ||
5934 | 2024.06.22 01:34:00.260361 [ 3 ] {2c54ec09-35c3-4395-9552-599939b8fc26} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5935 | 2024.06.22 01:34:00.260392 [ 195 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
5936 | 2024.06.22 01:34:00.261040 [ 3 ] {2c54ec09-35c3-4395-9552-599939b8fc26} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5937 | 2024.06.22 01:34:00.261292 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_18_4} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5938 | 2024.06.22 01:34:00.261319 [ 3 ] {2c54ec09-35c3-4395-9552-599939b8fc26} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.002936 sec., 48705.72207084469 rows/sec., 4.08 MiB/sec. | ||
5939 | 2024.06.22 01:34:00.261782 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_18_4} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
5940 | 2024.06.22 01:34:00.261906 [ 3 ] {2c54ec09-35c3-4395-9552-599939b8fc26} <Debug> DynamicQueryHandler: Done processing query | ||
5941 | 2024.06.22 01:34:00.261980 [ 3 ] {2c54ec09-35c3-4395-9552-599939b8fc26} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5942 | 2024.06.22 01:34:00.262037 [ 3 ] {} <Debug> HTTP-Session: 9ac97e25-8f9d-49cb-b95b-e0d0277d60a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5943 | 2024.06.22 01:34:00.262074 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5944 | 2024.06.22 01:34:00.262204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5945 | 2024.06.22 01:34:00.262265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5946 | 2024.06.22 01:34:00.262284 [ 3 ] {} <Debug> HTTP-Session: d2928e93-515f-483a-8fb2-4e52ce28645b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5947 | 2024.06.22 01:34:00.262302 [ 3 ] {} <Debug> HTTP-Session: d2928e93-515f-483a-8fb2-4e52ce28645b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5948 | 2024.06.22 01:34:00.262316 [ 3 ] {} <Debug> HTTP-Session: d2928e93-515f-483a-8fb2-4e52ce28645b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5949 | 2024.06.22 01:34:00.262352 [ 3 ] {} <Trace> HTTP-Session: d2928e93-515f-483a-8fb2-4e52ce28645b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5950 | 2024.06.22 01:34:00.262488 [ 3 ] {b5222da4-05cb-433d-afb5-223bf45e5998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5951 | 2024.06.22 01:34:00.262534 [ 3 ] {b5222da4-05cb-433d-afb5-223bf45e5998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5952 | 2024.06.22 01:34:00.262670 [ 3 ] {b5222da4-05cb-433d-afb5-223bf45e5998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5953 | 2024.06.22 01:34:00.263038 [ 3 ] {b5222da4-05cb-433d-afb5-223bf45e5998} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5954 | 2024.06.22 01:34:00.263076 [ 3 ] {b5222da4-05cb-433d-afb5-223bf45e5998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5955 | 2024.06.22 01:34:00.263396 [ 3 ] {b5222da4-05cb-433d-afb5-223bf45e5998} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5956 | 2024.06.22 01:34:00.263703 [ 3 ] {b5222da4-05cb-433d-afb5-223bf45e5998} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5957 | 2024.06.22 01:34:00.263861 [ 3 ] {b5222da4-05cb-433d-afb5-223bf45e5998} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00142 sec., 65492.957746478874 rows/sec., 5.11 MiB/sec. | ||
5958 | 2024.06.22 01:34:00.264028 [ 3 ] {b5222da4-05cb-433d-afb5-223bf45e5998} <Debug> DynamicQueryHandler: Done processing query | ||
5959 | 2024.06.22 01:34:00.264054 [ 3 ] {b5222da4-05cb-433d-afb5-223bf45e5998} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5960 | 2024.06.22 01:34:00.264070 [ 3 ] {} <Debug> HTTP-Session: d2928e93-515f-483a-8fb2-4e52ce28645b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5961 | 2024.06.22 01:34:00.264230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5962 | 2024.06.22 01:34:00.264279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5963 | 2024.06.22 01:34:00.264298 [ 3 ] {} <Debug> HTTP-Session: dff6aff1-9947-4555-919f-afc19c40b90a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5964 | 2024.06.22 01:34:00.264315 [ 3 ] {} <Debug> HTTP-Session: dff6aff1-9947-4555-919f-afc19c40b90a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5965 | 2024.06.22 01:34:00.264329 [ 3 ] {} <Debug> HTTP-Session: dff6aff1-9947-4555-919f-afc19c40b90a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5966 | 2024.06.22 01:34:00.264360 [ 3 ] {} <Trace> HTTP-Session: dff6aff1-9947-4555-919f-afc19c40b90a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5967 | 2024.06.22 01:34:00.264517 [ 3 ] {7536d445-76f4-4d95-8165-452c5f666451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5968 | 2024.06.22 01:34:00.264565 [ 3 ] {7536d445-76f4-4d95-8165-452c5f666451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5969 | 2024.06.22 01:34:00.264710 [ 3 ] {7536d445-76f4-4d95-8165-452c5f666451} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5970 | 2024.06.22 01:34:00.265106 [ 3 ] {7536d445-76f4-4d95-8165-452c5f666451} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5971 | 2024.06.22 01:34:00.265141 [ 3 ] {7536d445-76f4-4d95-8165-452c5f666451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5972 | 2024.06.22 01:34:00.265529 [ 3 ] {7536d445-76f4-4d95-8165-452c5f666451} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5973 | 2024.06.22 01:34:00.265868 [ 3 ] {7536d445-76f4-4d95-8165-452c5f666451} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5974 | 2024.06.22 01:34:00.266033 [ 3 ] {7536d445-76f4-4d95-8165-452c5f666451} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
5975 | 2024.06.22 01:34:00.266226 [ 3 ] {7536d445-76f4-4d95-8165-452c5f666451} <Debug> DynamicQueryHandler: Done processing query | ||
5976 | 2024.06.22 01:34:00.266255 [ 3 ] {7536d445-76f4-4d95-8165-452c5f666451} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5977 | 2024.06.22 01:34:00.266272 [ 3 ] {} <Debug> HTTP-Session: dff6aff1-9947-4555-919f-afc19c40b90a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5978 | 2024.06.22 01:34:00.266419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5979 | 2024.06.22 01:34:00.266469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5980 | 2024.06.22 01:34:00.266488 [ 3 ] {} <Debug> HTTP-Session: 883e7c7d-2272-4f76-b91b-d263bbf74b0e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5981 | 2024.06.22 01:34:00.266508 [ 3 ] {} <Debug> HTTP-Session: 883e7c7d-2272-4f76-b91b-d263bbf74b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5982 | 2024.06.22 01:34:00.266522 [ 3 ] {} <Debug> HTTP-Session: 883e7c7d-2272-4f76-b91b-d263bbf74b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5983 | 2024.06.22 01:34:00.266553 [ 3 ] {} <Trace> HTTP-Session: 883e7c7d-2272-4f76-b91b-d263bbf74b0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5984 | 2024.06.22 01:34:00.266815 [ 3 ] {e2491885-721a-4e5d-ae6c-4d20ffcb9c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5985 | 2024.06.22 01:34:00.266864 [ 3 ] {e2491885-721a-4e5d-ae6c-4d20ffcb9c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5986 | 2024.06.22 01:34:00.267021 [ 3 ] {e2491885-721a-4e5d-ae6c-4d20ffcb9c55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5987 | 2024.06.22 01:34:00.267504 [ 3 ] {e2491885-721a-4e5d-ae6c-4d20ffcb9c55} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5988 | 2024.06.22 01:34:00.267540 [ 3 ] {e2491885-721a-4e5d-ae6c-4d20ffcb9c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
5989 | 2024.06.22 01:34:00.267947 [ 3 ] {e2491885-721a-4e5d-ae6c-4d20ffcb9c55} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5990 | 2024.06.22 01:34:00.268292 [ 3 ] {e2491885-721a-4e5d-ae6c-4d20ffcb9c55} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5991 | 2024.06.22 01:34:00.268465 [ 3 ] {e2491885-721a-4e5d-ae6c-4d20ffcb9c55} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001829 sec., 15855.658829961729 rows/sec., 21.40 MiB/sec. | ||
5992 | 2024.06.22 01:34:00.268640 [ 3 ] {e2491885-721a-4e5d-ae6c-4d20ffcb9c55} <Debug> DynamicQueryHandler: Done processing query | ||
5993 | 2024.06.22 01:34:00.268665 [ 3 ] {e2491885-721a-4e5d-ae6c-4d20ffcb9c55} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5994 | 2024.06.22 01:34:00.268681 [ 3 ] {} <Debug> HTTP-Session: 883e7c7d-2272-4f76-b91b-d263bbf74b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5995 | 2024.06.22 01:34:00.268808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5996 | 2024.06.22 01:34:00.268857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5997 | 2024.06.22 01:34:00.268876 [ 3 ] {} <Debug> HTTP-Session: d0bf6b7c-7d66-42a4-a7c9-afe9f8364fef Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
5998 | 2024.06.22 01:34:00.268893 [ 3 ] {} <Debug> HTTP-Session: d0bf6b7c-7d66-42a4-a7c9-afe9f8364fef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5999 | 2024.06.22 01:34:00.268906 [ 3 ] {} <Debug> HTTP-Session: d0bf6b7c-7d66-42a4-a7c9-afe9f8364fef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6000 | 2024.06.22 01:34:00.268937 [ 3 ] {} <Trace> HTTP-Session: d0bf6b7c-7d66-42a4-a7c9-afe9f8364fef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6001 | 2024.06.22 01:34:00.269049 [ 3 ] {f65f4be3-0f6d-42e4-bc46-d46fb95d9424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6002 | 2024.06.22 01:34:00.269093 [ 3 ] {f65f4be3-0f6d-42e4-bc46-d46fb95d9424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6003 | 2024.06.22 01:34:00.269220 [ 3 ] {f65f4be3-0f6d-42e4-bc46-d46fb95d9424} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6004 | 2024.06.22 01:34:00.269500 [ 3 ] {f65f4be3-0f6d-42e4-bc46-d46fb95d9424} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6005 | 2024.06.22 01:34:00.269535 [ 3 ] {f65f4be3-0f6d-42e4-bc46-d46fb95d9424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6006 | 2024.06.22 01:34:00.269892 [ 3 ] {f65f4be3-0f6d-42e4-bc46-d46fb95d9424} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6007 | 2024.06.22 01:34:00.270214 [ 3 ] {f65f4be3-0f6d-42e4-bc46-d46fb95d9424} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6008 | 2024.06.22 01:34:00.270361 [ 3 ] {f65f4be3-0f6d-42e4-bc46-d46fb95d9424} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
6009 | 2024.06.22 01:34:00.270530 [ 3 ] {f65f4be3-0f6d-42e4-bc46-d46fb95d9424} <Debug> DynamicQueryHandler: Done processing query | ||
6010 | 2024.06.22 01:34:00.270555 [ 3 ] {f65f4be3-0f6d-42e4-bc46-d46fb95d9424} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6011 | 2024.06.22 01:34:00.270571 [ 3 ] {} <Debug> HTTP-Session: d0bf6b7c-7d66-42a4-a7c9-afe9f8364fef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6012 | 2024.06.22 01:34:03.816804 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6013 | 2024.06.22 01:34:03.816863 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6014 | 2024.06.22 01:34:05.253096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6015 | 2024.06.22 01:34:05.253218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6016 | 2024.06.22 01:34:05.253242 [ 3 ] {} <Debug> HTTP-Session: 327841f5-f6b5-4be9-bc89-f6eb9830906f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6017 | 2024.06.22 01:34:05.253267 [ 3 ] {} <Debug> HTTP-Session: 327841f5-f6b5-4be9-bc89-f6eb9830906f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6018 | 2024.06.22 01:34:05.253281 [ 3 ] {} <Debug> HTTP-Session: 327841f5-f6b5-4be9-bc89-f6eb9830906f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6019 | 2024.06.22 01:34:05.253331 [ 3 ] {} <Trace> HTTP-Session: 327841f5-f6b5-4be9-bc89-f6eb9830906f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6020 | 2024.06.22 01:34:05.253521 [ 3 ] {84124cb7-6352-45a0-85a4-c810f302115e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6021 | 2024.06.22 01:34:05.253583 [ 3 ] {84124cb7-6352-45a0-85a4-c810f302115e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6022 | 2024.06.22 01:34:05.253768 [ 3 ] {84124cb7-6352-45a0-85a4-c810f302115e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6023 | 2024.06.22 01:34:05.254230 [ 3 ] {84124cb7-6352-45a0-85a4-c810f302115e} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6024 | 2024.06.22 01:34:05.254267 [ 3 ] {84124cb7-6352-45a0-85a4-c810f302115e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6025 | 2024.06.22 01:34:05.254633 [ 3 ] {84124cb7-6352-45a0-85a4-c810f302115e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6026 | 2024.06.22 01:34:05.254955 [ 3 ] {84124cb7-6352-45a0-85a4-c810f302115e} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6027 | 2024.06.22 01:34:05.255101 [ 3 ] {84124cb7-6352-45a0-85a4-c810f302115e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001644 sec., 34063.2603406326 rows/sec., 2.60 MiB/sec. | ||
6028 | 2024.06.22 01:34:05.255290 [ 3 ] {84124cb7-6352-45a0-85a4-c810f302115e} <Debug> DynamicQueryHandler: Done processing query | ||
6029 | 2024.06.22 01:34:05.255316 [ 3 ] {84124cb7-6352-45a0-85a4-c810f302115e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6030 | 2024.06.22 01:34:05.255333 [ 3 ] {} <Debug> HTTP-Session: 327841f5-f6b5-4be9-bc89-f6eb9830906f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6031 | 2024.06.22 01:34:05.255487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6032 | 2024.06.22 01:34:05.255536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6033 | 2024.06.22 01:34:05.255576 [ 3 ] {} <Debug> HTTP-Session: 33fecddf-12f6-4a99-9145-7a5698eb71c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6034 | 2024.06.22 01:34:05.255596 [ 3 ] {} <Debug> HTTP-Session: 33fecddf-12f6-4a99-9145-7a5698eb71c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6035 | 2024.06.22 01:34:05.255610 [ 3 ] {} <Debug> HTTP-Session: 33fecddf-12f6-4a99-9145-7a5698eb71c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6036 | 2024.06.22 01:34:05.255642 [ 3 ] {} <Trace> HTTP-Session: 33fecddf-12f6-4a99-9145-7a5698eb71c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6037 | 2024.06.22 01:34:05.255769 [ 3 ] {430cb529-3d90-4b4a-9602-856be93a03b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6038 | 2024.06.22 01:34:05.255812 [ 3 ] {430cb529-3d90-4b4a-9602-856be93a03b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6039 | 2024.06.22 01:34:05.255939 [ 3 ] {430cb529-3d90-4b4a-9602-856be93a03b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6040 | 2024.06.22 01:34:05.256274 [ 3 ] {430cb529-3d90-4b4a-9602-856be93a03b0} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6041 | 2024.06.22 01:34:05.256310 [ 3 ] {430cb529-3d90-4b4a-9602-856be93a03b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6042 | 2024.06.22 01:34:05.256618 [ 3 ] {430cb529-3d90-4b4a-9602-856be93a03b0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6043 | 2024.06.22 01:34:05.256926 [ 3 ] {430cb529-3d90-4b4a-9602-856be93a03b0} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6044 | 2024.06.22 01:34:05.257052 [ 3 ] {430cb529-3d90-4b4a-9602-856be93a03b0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001324 sec., 48338.36858006042 rows/sec., 3.77 MiB/sec. | ||
6045 | 2024.06.22 01:34:05.257243 [ 3 ] {430cb529-3d90-4b4a-9602-856be93a03b0} <Debug> DynamicQueryHandler: Done processing query | ||
6046 | 2024.06.22 01:34:05.257282 [ 3 ] {430cb529-3d90-4b4a-9602-856be93a03b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6047 | 2024.06.22 01:34:05.257305 [ 3 ] {} <Debug> HTTP-Session: 33fecddf-12f6-4a99-9145-7a5698eb71c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6048 | 2024.06.22 01:34:05.257489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6049 | 2024.06.22 01:34:05.257543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6050 | 2024.06.22 01:34:05.257564 [ 3 ] {} <Debug> HTTP-Session: 96e2d0c3-69bf-4982-be79-a438dfc81272 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6051 | 2024.06.22 01:34:05.257581 [ 3 ] {} <Debug> HTTP-Session: 96e2d0c3-69bf-4982-be79-a438dfc81272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6052 | 2024.06.22 01:34:05.257595 [ 3 ] {} <Debug> HTTP-Session: 96e2d0c3-69bf-4982-be79-a438dfc81272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6053 | 2024.06.22 01:34:05.257626 [ 3 ] {} <Trace> HTTP-Session: 96e2d0c3-69bf-4982-be79-a438dfc81272 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6054 | 2024.06.22 01:34:05.257769 [ 3 ] {1c4d2a88-ab91-4786-9fd1-83f86f2c6056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6055 | 2024.06.22 01:34:05.257814 [ 3 ] {1c4d2a88-ab91-4786-9fd1-83f86f2c6056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6056 | 2024.06.22 01:34:05.257956 [ 3 ] {1c4d2a88-ab91-4786-9fd1-83f86f2c6056} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6057 | 2024.06.22 01:34:05.258331 [ 3 ] {1c4d2a88-ab91-4786-9fd1-83f86f2c6056} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6058 | 2024.06.22 01:34:05.258367 [ 3 ] {1c4d2a88-ab91-4786-9fd1-83f86f2c6056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6059 | 2024.06.22 01:34:05.258767 [ 3 ] {1c4d2a88-ab91-4786-9fd1-83f86f2c6056} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6060 | 2024.06.22 01:34:05.259100 [ 3 ] {1c4d2a88-ab91-4786-9fd1-83f86f2c6056} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6061 | 2024.06.22 01:34:05.259230 [ 3 ] {1c4d2a88-ab91-4786-9fd1-83f86f2c6056} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001527 sec., 104780.61558611658 rows/sec., 7.30 MiB/sec. | ||
6062 | 2024.06.22 01:34:05.259540 [ 3 ] {1c4d2a88-ab91-4786-9fd1-83f86f2c6056} <Debug> DynamicQueryHandler: Done processing query | ||
6063 | 2024.06.22 01:34:05.259584 [ 3 ] {1c4d2a88-ab91-4786-9fd1-83f86f2c6056} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6064 | 2024.06.22 01:34:05.259610 [ 3 ] {} <Debug> HTTP-Session: 96e2d0c3-69bf-4982-be79-a438dfc81272 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6065 | 2024.06.22 01:34:05.259739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6066 | 2024.06.22 01:34:05.259789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6067 | 2024.06.22 01:34:05.259809 [ 3 ] {} <Debug> HTTP-Session: 4f74c63a-cf72-481e-9cae-732ba3594501 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6068 | 2024.06.22 01:34:05.259826 [ 3 ] {} <Debug> HTTP-Session: 4f74c63a-cf72-481e-9cae-732ba3594501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6069 | 2024.06.22 01:34:05.259840 [ 3 ] {} <Debug> HTTP-Session: 4f74c63a-cf72-481e-9cae-732ba3594501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6070 | 2024.06.22 01:34:05.259870 [ 3 ] {} <Trace> HTTP-Session: 4f74c63a-cf72-481e-9cae-732ba3594501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6071 | 2024.06.22 01:34:05.260011 [ 3 ] {dd128bd1-ae99-4c2b-b1d7-43506f05b31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6072 | 2024.06.22 01:34:05.260055 [ 3 ] {dd128bd1-ae99-4c2b-b1d7-43506f05b31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6073 | 2024.06.22 01:34:05.260196 [ 3 ] {dd128bd1-ae99-4c2b-b1d7-43506f05b31c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6074 | 2024.06.22 01:34:05.260496 [ 3 ] {dd128bd1-ae99-4c2b-b1d7-43506f05b31c} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6075 | 2024.06.22 01:34:05.260532 [ 3 ] {dd128bd1-ae99-4c2b-b1d7-43506f05b31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6076 | 2024.06.22 01:34:05.260895 [ 3 ] {dd128bd1-ae99-4c2b-b1d7-43506f05b31c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6077 | 2024.06.22 01:34:05.261226 [ 3 ] {dd128bd1-ae99-4c2b-b1d7-43506f05b31c} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6078 | 2024.06.22 01:34:05.261355 [ 3 ] {dd128bd1-ae99-4c2b-b1d7-43506f05b31c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
6079 | 2024.06.22 01:34:05.261565 [ 3 ] {dd128bd1-ae99-4c2b-b1d7-43506f05b31c} <Debug> DynamicQueryHandler: Done processing query | ||
6080 | 2024.06.22 01:34:05.261593 [ 3 ] {dd128bd1-ae99-4c2b-b1d7-43506f05b31c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6081 | 2024.06.22 01:34:05.261610 [ 3 ] {} <Debug> HTTP-Session: 4f74c63a-cf72-481e-9cae-732ba3594501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6082 | 2024.06.22 01:34:10.254492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6083 | 2024.06.22 01:34:10.254616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6084 | 2024.06.22 01:34:10.254640 [ 3 ] {} <Debug> HTTP-Session: afe520e5-1150-4180-a8e5-072fecbc3dba Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6085 | 2024.06.22 01:34:10.254665 [ 3 ] {} <Debug> HTTP-Session: afe520e5-1150-4180-a8e5-072fecbc3dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6086 | 2024.06.22 01:34:10.254682 [ 3 ] {} <Debug> HTTP-Session: afe520e5-1150-4180-a8e5-072fecbc3dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6087 | 2024.06.22 01:34:10.254737 [ 3 ] {} <Trace> HTTP-Session: afe520e5-1150-4180-a8e5-072fecbc3dba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6088 | 2024.06.22 01:34:10.254928 [ 3 ] {edb8e187-82bf-452b-a250-a95155fff31d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6089 | 2024.06.22 01:34:10.254999 [ 3 ] {edb8e187-82bf-452b-a250-a95155fff31d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6090 | 2024.06.22 01:34:10.255212 [ 3 ] {edb8e187-82bf-452b-a250-a95155fff31d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6091 | 2024.06.22 01:34:10.255667 [ 3 ] {edb8e187-82bf-452b-a250-a95155fff31d} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6092 | 2024.06.22 01:34:10.255710 [ 3 ] {edb8e187-82bf-452b-a250-a95155fff31d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6093 | 2024.06.22 01:34:10.256074 [ 3 ] {edb8e187-82bf-452b-a250-a95155fff31d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6094 | 2024.06.22 01:34:10.256413 [ 3 ] {edb8e187-82bf-452b-a250-a95155fff31d} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6095 | 2024.06.22 01:34:10.256569 [ 3 ] {edb8e187-82bf-452b-a250-a95155fff31d} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001699 sec., 2354.326074161271 rows/sec., 190.83 KiB/sec. | ||
6096 | 2024.06.22 01:34:10.256860 [ 3 ] {edb8e187-82bf-452b-a250-a95155fff31d} <Debug> DynamicQueryHandler: Done processing query | ||
6097 | 2024.06.22 01:34:10.256887 [ 3 ] {edb8e187-82bf-452b-a250-a95155fff31d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6098 | 2024.06.22 01:34:10.256903 [ 3 ] {} <Debug> HTTP-Session: afe520e5-1150-4180-a8e5-072fecbc3dba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6099 | 2024.06.22 01:34:10.257034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6100 | 2024.06.22 01:34:10.257084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6101 | 2024.06.22 01:34:10.257103 [ 3 ] {} <Debug> HTTP-Session: 4763c795-22d9-49e8-a3ef-50aa789f4271 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6102 | 2024.06.22 01:34:10.257120 [ 3 ] {} <Debug> HTTP-Session: 4763c795-22d9-49e8-a3ef-50aa789f4271 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6103 | 2024.06.22 01:34:10.257134 [ 3 ] {} <Debug> HTTP-Session: 4763c795-22d9-49e8-a3ef-50aa789f4271 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6104 | 2024.06.22 01:34:10.257164 [ 3 ] {} <Trace> HTTP-Session: 4763c795-22d9-49e8-a3ef-50aa789f4271 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6105 | 2024.06.22 01:34:10.257258 [ 3 ] {c9c11211-abbc-4466-b054-fce81518cf1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6106 | 2024.06.22 01:34:10.257300 [ 3 ] {c9c11211-abbc-4466-b054-fce81518cf1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6107 | 2024.06.22 01:34:10.257448 [ 3 ] {c9c11211-abbc-4466-b054-fce81518cf1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6108 | 2024.06.22 01:34:10.257785 [ 3 ] {c9c11211-abbc-4466-b054-fce81518cf1b} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6109 | 2024.06.22 01:34:10.257822 [ 3 ] {c9c11211-abbc-4466-b054-fce81518cf1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6110 | 2024.06.22 01:34:10.258126 [ 3 ] {c9c11211-abbc-4466-b054-fce81518cf1b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6111 | 2024.06.22 01:34:10.258433 [ 3 ] {c9c11211-abbc-4466-b054-fce81518cf1b} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6112 | 2024.06.22 01:34:10.258590 [ 3 ] {c9c11211-abbc-4466-b054-fce81518cf1b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001354 sec., 1477.1048744460857 rows/sec., 120.45 KiB/sec. | ||
6113 | 2024.06.22 01:34:10.258795 [ 3 ] {c9c11211-abbc-4466-b054-fce81518cf1b} <Debug> DynamicQueryHandler: Done processing query | ||
6114 | 2024.06.22 01:34:10.258820 [ 3 ] {c9c11211-abbc-4466-b054-fce81518cf1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6115 | 2024.06.22 01:34:10.258836 [ 3 ] {} <Debug> HTTP-Session: 4763c795-22d9-49e8-a3ef-50aa789f4271 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6116 | 2024.06.22 01:34:10.258955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6117 | 2024.06.22 01:34:10.259003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6118 | 2024.06.22 01:34:10.259022 [ 3 ] {} <Debug> HTTP-Session: 5065c574-af49-44d8-9875-fd899d78e5c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6119 | 2024.06.22 01:34:10.259039 [ 3 ] {} <Debug> HTTP-Session: 5065c574-af49-44d8-9875-fd899d78e5c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6120 | 2024.06.22 01:34:10.259052 [ 3 ] {} <Debug> HTTP-Session: 5065c574-af49-44d8-9875-fd899d78e5c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6121 | 2024.06.22 01:34:10.259083 [ 3 ] {} <Trace> HTTP-Session: 5065c574-af49-44d8-9875-fd899d78e5c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6122 | 2024.06.22 01:34:10.259196 [ 3 ] {62cb6067-b65f-40c7-9c77-81e01120a05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6123 | 2024.06.22 01:34:10.259238 [ 3 ] {62cb6067-b65f-40c7-9c77-81e01120a05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6124 | 2024.06.22 01:34:10.259364 [ 3 ] {62cb6067-b65f-40c7-9c77-81e01120a05f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6125 | 2024.06.22 01:34:10.259690 [ 3 ] {62cb6067-b65f-40c7-9c77-81e01120a05f} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6126 | 2024.06.22 01:34:10.259727 [ 3 ] {62cb6067-b65f-40c7-9c77-81e01120a05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6127 | 2024.06.22 01:34:10.260038 [ 3 ] {62cb6067-b65f-40c7-9c77-81e01120a05f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6128 | 2024.06.22 01:34:10.260346 [ 3 ] {62cb6067-b65f-40c7-9c77-81e01120a05f} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6129 | 2024.06.22 01:34:10.260502 [ 3 ] {62cb6067-b65f-40c7-9c77-81e01120a05f} <Debug> executeQuery: Read 69 rows, 5.55 KiB in 0.00134 sec., 51492.53731343283 rows/sec., 4.05 MiB/sec. | ||
6130 | 2024.06.22 01:34:10.260814 [ 3 ] {62cb6067-b65f-40c7-9c77-81e01120a05f} <Debug> DynamicQueryHandler: Done processing query | ||
6131 | 2024.06.22 01:34:10.260869 [ 3 ] {62cb6067-b65f-40c7-9c77-81e01120a05f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6132 | 2024.06.22 01:34:10.260905 [ 3 ] {} <Debug> HTTP-Session: 5065c574-af49-44d8-9875-fd899d78e5c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6133 | 2024.06.22 01:34:10.261027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6134 | 2024.06.22 01:34:10.261074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6135 | 2024.06.22 01:34:10.261093 [ 3 ] {} <Debug> HTTP-Session: 2187634b-5d18-486c-94ef-b6759f187258 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6136 | 2024.06.22 01:34:10.261109 [ 3 ] {} <Debug> HTTP-Session: 2187634b-5d18-486c-94ef-b6759f187258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6137 | 2024.06.22 01:34:10.261123 [ 3 ] {} <Debug> HTTP-Session: 2187634b-5d18-486c-94ef-b6759f187258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6138 | 2024.06.22 01:34:10.261153 [ 3 ] {} <Trace> HTTP-Session: 2187634b-5d18-486c-94ef-b6759f187258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6139 | 2024.06.22 01:34:10.261250 [ 3 ] {ec938578-7e09-429c-aa2c-a65a806468af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6140 | 2024.06.22 01:34:10.261292 [ 3 ] {ec938578-7e09-429c-aa2c-a65a806468af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6141 | 2024.06.22 01:34:10.261437 [ 3 ] {ec938578-7e09-429c-aa2c-a65a806468af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6142 | 2024.06.22 01:34:10.261705 [ 3 ] {ec938578-7e09-429c-aa2c-a65a806468af} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6143 | 2024.06.22 01:34:10.261741 [ 3 ] {ec938578-7e09-429c-aa2c-a65a806468af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6144 | 2024.06.22 01:34:10.262041 [ 3 ] {ec938578-7e09-429c-aa2c-a65a806468af} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6145 | 2024.06.22 01:34:10.262347 [ 3 ] {ec938578-7e09-429c-aa2c-a65a806468af} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6146 | 2024.06.22 01:34:10.262501 [ 3 ] {ec938578-7e09-429c-aa2c-a65a806468af} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00127 sec., 1574.803149606299 rows/sec., 109.96 KiB/sec. | ||
6147 | 2024.06.22 01:34:10.262667 [ 3 ] {ec938578-7e09-429c-aa2c-a65a806468af} <Debug> DynamicQueryHandler: Done processing query | ||
6148 | 2024.06.22 01:34:10.262690 [ 3 ] {ec938578-7e09-429c-aa2c-a65a806468af} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6149 | 2024.06.22 01:34:10.262707 [ 3 ] {} <Debug> HTTP-Session: 2187634b-5d18-486c-94ef-b6759f187258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6150 | 2024.06.22 01:34:10.262821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6151 | 2024.06.22 01:34:10.262869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6152 | 2024.06.22 01:34:10.262887 [ 3 ] {} <Debug> HTTP-Session: d63ed29e-4d02-42a0-8398-3e094e0505fc Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6153 | 2024.06.22 01:34:10.262904 [ 3 ] {} <Debug> HTTP-Session: d63ed29e-4d02-42a0-8398-3e094e0505fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6154 | 2024.06.22 01:34:10.262917 [ 3 ] {} <Debug> HTTP-Session: d63ed29e-4d02-42a0-8398-3e094e0505fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6155 | 2024.06.22 01:34:10.262948 [ 3 ] {} <Trace> HTTP-Session: d63ed29e-4d02-42a0-8398-3e094e0505fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6156 | 2024.06.22 01:34:10.263059 [ 3 ] {886d6fa3-4be0-4305-9508-90ae35197a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6157 | 2024.06.22 01:34:10.263101 [ 3 ] {886d6fa3-4be0-4305-9508-90ae35197a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6158 | 2024.06.22 01:34:10.263228 [ 3 ] {886d6fa3-4be0-4305-9508-90ae35197a4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6159 | 2024.06.22 01:34:10.263568 [ 3 ] {886d6fa3-4be0-4305-9508-90ae35197a4a} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6160 | 2024.06.22 01:34:10.263606 [ 3 ] {886d6fa3-4be0-4305-9508-90ae35197a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6161 | 2024.06.22 01:34:10.263915 [ 3 ] {886d6fa3-4be0-4305-9508-90ae35197a4a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6162 | 2024.06.22 01:34:10.264218 [ 3 ] {886d6fa3-4be0-4305-9508-90ae35197a4a} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6163 | 2024.06.22 01:34:10.264351 [ 3 ] {886d6fa3-4be0-4305-9508-90ae35197a4a} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001333 sec., 52513.12828207052 rows/sec., 4.10 MiB/sec. | ||
6164 | 2024.06.22 01:34:10.264531 [ 3 ] {886d6fa3-4be0-4305-9508-90ae35197a4a} <Debug> DynamicQueryHandler: Done processing query | ||
6165 | 2024.06.22 01:34:10.264556 [ 3 ] {886d6fa3-4be0-4305-9508-90ae35197a4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6166 | 2024.06.22 01:34:10.264571 [ 3 ] {} <Debug> HTTP-Session: d63ed29e-4d02-42a0-8398-3e094e0505fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6167 | 2024.06.22 01:34:10.264709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6168 | 2024.06.22 01:34:10.264757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6169 | 2024.06.22 01:34:10.264776 [ 3 ] {} <Debug> HTTP-Session: 2ce8e613-0b49-476c-83e2-f497b7812602 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6170 | 2024.06.22 01:34:10.264792 [ 3 ] {} <Debug> HTTP-Session: 2ce8e613-0b49-476c-83e2-f497b7812602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6171 | 2024.06.22 01:34:10.264805 [ 3 ] {} <Debug> HTTP-Session: 2ce8e613-0b49-476c-83e2-f497b7812602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6172 | 2024.06.22 01:34:10.264836 [ 3 ] {} <Trace> HTTP-Session: 2ce8e613-0b49-476c-83e2-f497b7812602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6173 | 2024.06.22 01:34:10.264985 [ 3 ] {f3d5762d-810d-43c2-96cb-8792471c39b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6174 | 2024.06.22 01:34:10.265031 [ 3 ] {f3d5762d-810d-43c2-96cb-8792471c39b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6175 | 2024.06.22 01:34:10.265180 [ 3 ] {f3d5762d-810d-43c2-96cb-8792471c39b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6176 | 2024.06.22 01:34:10.265555 [ 3 ] {f3d5762d-810d-43c2-96cb-8792471c39b5} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6177 | 2024.06.22 01:34:10.265591 [ 3 ] {f3d5762d-810d-43c2-96cb-8792471c39b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6178 | 2024.06.22 01:34:10.265984 [ 3 ] {f3d5762d-810d-43c2-96cb-8792471c39b5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6179 | 2024.06.22 01:34:10.266326 [ 3 ] {f3d5762d-810d-43c2-96cb-8792471c39b5} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6180 | 2024.06.22 01:34:10.266476 [ 3 ] {f3d5762d-810d-43c2-96cb-8792471c39b5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001557 sec., 103403.98201669878 rows/sec., 7.20 MiB/sec. | ||
6181 | 2024.06.22 01:34:10.266646 [ 3 ] {f3d5762d-810d-43c2-96cb-8792471c39b5} <Debug> DynamicQueryHandler: Done processing query | ||
6182 | 2024.06.22 01:34:10.266670 [ 3 ] {f3d5762d-810d-43c2-96cb-8792471c39b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6183 | 2024.06.22 01:34:10.266686 [ 3 ] {} <Debug> HTTP-Session: 2ce8e613-0b49-476c-83e2-f497b7812602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6184 | 2024.06.22 01:34:10.266798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6185 | 2024.06.22 01:34:10.266846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6186 | 2024.06.22 01:34:10.266865 [ 3 ] {} <Debug> HTTP-Session: d6b47827-53cd-4605-bd72-3cba652198c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6187 | 2024.06.22 01:34:10.266882 [ 3 ] {} <Debug> HTTP-Session: d6b47827-53cd-4605-bd72-3cba652198c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6188 | 2024.06.22 01:34:10.266895 [ 3 ] {} <Debug> HTTP-Session: d6b47827-53cd-4605-bd72-3cba652198c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6189 | 2024.06.22 01:34:10.266926 [ 3 ] {} <Trace> HTTP-Session: d6b47827-53cd-4605-bd72-3cba652198c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6190 | 2024.06.22 01:34:10.267050 [ 3 ] {cfcaa1bd-06f4-4823-9828-f71a2b57a5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6191 | 2024.06.22 01:34:10.267096 [ 3 ] {cfcaa1bd-06f4-4823-9828-f71a2b57a5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6192 | 2024.06.22 01:34:10.267254 [ 3 ] {cfcaa1bd-06f4-4823-9828-f71a2b57a5ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6193 | 2024.06.22 01:34:10.267564 [ 3 ] {cfcaa1bd-06f4-4823-9828-f71a2b57a5ee} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6194 | 2024.06.22 01:34:10.267600 [ 3 ] {cfcaa1bd-06f4-4823-9828-f71a2b57a5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6195 | 2024.06.22 01:34:10.267977 [ 3 ] {cfcaa1bd-06f4-4823-9828-f71a2b57a5ee} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6196 | 2024.06.22 01:34:10.268326 [ 3 ] {cfcaa1bd-06f4-4823-9828-f71a2b57a5ee} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6197 | 2024.06.22 01:34:10.268481 [ 3 ] {cfcaa1bd-06f4-4823-9828-f71a2b57a5ee} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001476 sec., 2710.0271002710024 rows/sec., 3.66 MiB/sec. | ||
6198 | 2024.06.22 01:34:10.268820 [ 3 ] {cfcaa1bd-06f4-4823-9828-f71a2b57a5ee} <Debug> DynamicQueryHandler: Done processing query | ||
6199 | 2024.06.22 01:34:10.268867 [ 3 ] {cfcaa1bd-06f4-4823-9828-f71a2b57a5ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6200 | 2024.06.22 01:34:10.268903 [ 3 ] {} <Debug> HTTP-Session: d6b47827-53cd-4605-bd72-3cba652198c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6201 | 2024.06.22 01:34:10.269022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6202 | 2024.06.22 01:34:10.269070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6203 | 2024.06.22 01:34:10.269088 [ 3 ] {} <Debug> HTTP-Session: d8b6407b-f443-490a-afed-e9e0adc45ec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6204 | 2024.06.22 01:34:10.269105 [ 3 ] {} <Debug> HTTP-Session: d8b6407b-f443-490a-afed-e9e0adc45ec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6205 | 2024.06.22 01:34:10.269118 [ 3 ] {} <Debug> HTTP-Session: d8b6407b-f443-490a-afed-e9e0adc45ec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6206 | 2024.06.22 01:34:10.269175 [ 3 ] {} <Trace> HTTP-Session: d8b6407b-f443-490a-afed-e9e0adc45ec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6207 | 2024.06.22 01:34:10.269289 [ 3 ] {758001ff-ed26-477e-a99a-754718bf7679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6208 | 2024.06.22 01:34:10.269333 [ 3 ] {758001ff-ed26-477e-a99a-754718bf7679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6209 | 2024.06.22 01:34:10.269484 [ 3 ] {758001ff-ed26-477e-a99a-754718bf7679} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6210 | 2024.06.22 01:34:10.269774 [ 3 ] {758001ff-ed26-477e-a99a-754718bf7679} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6211 | 2024.06.22 01:34:10.269810 [ 3 ] {758001ff-ed26-477e-a99a-754718bf7679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6212 | 2024.06.22 01:34:10.270169 [ 3 ] {758001ff-ed26-477e-a99a-754718bf7679} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6213 | 2024.06.22 01:34:10.270493 [ 3 ] {758001ff-ed26-477e-a99a-754718bf7679} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6214 | 2024.06.22 01:34:10.270650 [ 3 ] {758001ff-ed26-477e-a99a-754718bf7679} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
6215 | 2024.06.22 01:34:10.270923 [ 3 ] {758001ff-ed26-477e-a99a-754718bf7679} <Debug> DynamicQueryHandler: Done processing query | ||
6216 | 2024.06.22 01:34:10.270993 [ 3 ] {758001ff-ed26-477e-a99a-754718bf7679} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6217 | 2024.06.22 01:34:10.271011 [ 3 ] {} <Debug> HTTP-Session: d8b6407b-f443-490a-afed-e9e0adc45ec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6218 | 2024.06.22 01:34:15.257255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6219 | 2024.06.22 01:34:15.257388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6220 | 2024.06.22 01:34:15.257413 [ 3 ] {} <Debug> HTTP-Session: d29f8002-67f0-4fcc-b627-b541e626072d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6221 | 2024.06.22 01:34:15.257438 [ 3 ] {} <Debug> HTTP-Session: d29f8002-67f0-4fcc-b627-b541e626072d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6222 | 2024.06.22 01:34:15.257453 [ 3 ] {} <Debug> HTTP-Session: d29f8002-67f0-4fcc-b627-b541e626072d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6223 | 2024.06.22 01:34:15.257502 [ 3 ] {} <Trace> HTTP-Session: d29f8002-67f0-4fcc-b627-b541e626072d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6224 | 2024.06.22 01:34:15.257691 [ 3 ] {cc00d05d-9751-4791-8d42-75a1ae952f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6225 | 2024.06.22 01:34:15.257760 [ 3 ] {cc00d05d-9751-4791-8d42-75a1ae952f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6226 | 2024.06.22 01:34:15.257954 [ 3 ] {cc00d05d-9751-4791-8d42-75a1ae952f58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6227 | 2024.06.22 01:34:15.258441 [ 3 ] {cc00d05d-9751-4791-8d42-75a1ae952f58} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6228 | 2024.06.22 01:34:15.258488 [ 3 ] {cc00d05d-9751-4791-8d42-75a1ae952f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6229 | 2024.06.22 01:34:15.258860 [ 3 ] {cc00d05d-9751-4791-8d42-75a1ae952f58} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6230 | 2024.06.22 01:34:15.259215 [ 3 ] {cc00d05d-9751-4791-8d42-75a1ae952f58} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6231 | 2024.06.22 01:34:15.259381 [ 3 ] {cc00d05d-9751-4791-8d42-75a1ae952f58} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001744 sec., 14334.8623853211 rows/sec., 1.13 MiB/sec. | ||
6232 | 2024.06.22 01:34:15.259606 [ 3 ] {cc00d05d-9751-4791-8d42-75a1ae952f58} <Debug> DynamicQueryHandler: Done processing query | ||
6233 | 2024.06.22 01:34:15.259634 [ 3 ] {cc00d05d-9751-4791-8d42-75a1ae952f58} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6234 | 2024.06.22 01:34:15.259653 [ 3 ] {} <Debug> HTTP-Session: d29f8002-67f0-4fcc-b627-b541e626072d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6235 | 2024.06.22 01:34:15.259852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 24082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6236 | 2024.06.22 01:34:15.259911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6237 | 2024.06.22 01:34:15.259931 [ 3 ] {} <Debug> HTTP-Session: c9c04dee-0559-4ee6-bb65-a2364882dc2c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6238 | 2024.06.22 01:34:15.259949 [ 3 ] {} <Debug> HTTP-Session: c9c04dee-0559-4ee6-bb65-a2364882dc2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6239 | 2024.06.22 01:34:15.259964 [ 3 ] {} <Debug> HTTP-Session: c9c04dee-0559-4ee6-bb65-a2364882dc2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6240 | 2024.06.22 01:34:15.260001 [ 3 ] {} <Trace> HTTP-Session: c9c04dee-0559-4ee6-bb65-a2364882dc2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6241 | 2024.06.22 01:34:15.260152 [ 3 ] {6f32f5e9-e6e9-424d-89e7-c84bf324e706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6242 | 2024.06.22 01:34:15.260201 [ 3 ] {6f32f5e9-e6e9-424d-89e7-c84bf324e706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6243 | 2024.06.22 01:34:15.260332 [ 3 ] {6f32f5e9-e6e9-424d-89e7-c84bf324e706} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6244 | 2024.06.22 01:34:15.260803 [ 3 ] {6f32f5e9-e6e9-424d-89e7-c84bf324e706} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6245 | 2024.06.22 01:34:15.260841 [ 3 ] {6f32f5e9-e6e9-424d-89e7-c84bf324e706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6246 | 2024.06.22 01:34:15.261166 [ 3 ] {6f32f5e9-e6e9-424d-89e7-c84bf324e706} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6247 | 2024.06.22 01:34:15.261473 [ 3 ] {6f32f5e9-e6e9-424d-89e7-c84bf324e706} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6248 | 2024.06.22 01:34:15.261611 [ 3 ] {6f32f5e9-e6e9-424d-89e7-c84bf324e706} <Debug> executeQuery: Read 167 rows, 13.93 KiB in 0.001527 sec., 109364.76751800918 rows/sec., 8.91 MiB/sec. | ||
6249 | 2024.06.22 01:34:15.261800 [ 3 ] {6f32f5e9-e6e9-424d-89e7-c84bf324e706} <Debug> DynamicQueryHandler: Done processing query | ||
6250 | 2024.06.22 01:34:15.261825 [ 3 ] {6f32f5e9-e6e9-424d-89e7-c84bf324e706} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6251 | 2024.06.22 01:34:15.261842 [ 3 ] {} <Debug> HTTP-Session: c9c04dee-0559-4ee6-bb65-a2364882dc2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6252 | 2024.06.22 01:34:15.261985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 19165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6253 | 2024.06.22 01:34:15.262037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6254 | 2024.06.22 01:34:15.262057 [ 3 ] {} <Debug> HTTP-Session: 9af46787-3eda-45b5-8d5b-fd26a92f28dd Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6255 | 2024.06.22 01:34:15.262074 [ 3 ] {} <Debug> HTTP-Session: 9af46787-3eda-45b5-8d5b-fd26a92f28dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6256 | 2024.06.22 01:34:15.262088 [ 3 ] {} <Debug> HTTP-Session: 9af46787-3eda-45b5-8d5b-fd26a92f28dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6257 | 2024.06.22 01:34:15.262121 [ 3 ] {} <Trace> HTTP-Session: 9af46787-3eda-45b5-8d5b-fd26a92f28dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6258 | 2024.06.22 01:34:15.262247 [ 3 ] {67b1facb-0fe5-41eb-924f-a023f65bc22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6259 | 2024.06.22 01:34:15.262292 [ 3 ] {67b1facb-0fe5-41eb-924f-a023f65bc22c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6260 | 2024.06.22 01:34:15.262420 [ 3 ] {67b1facb-0fe5-41eb-924f-a023f65bc22c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6261 | 2024.06.22 01:34:15.262785 [ 3 ] {67b1facb-0fe5-41eb-924f-a023f65bc22c} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6262 | 2024.06.22 01:34:15.262824 [ 3 ] {67b1facb-0fe5-41eb-924f-a023f65bc22c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6263 | 2024.06.22 01:34:15.263140 [ 3 ] {67b1facb-0fe5-41eb-924f-a023f65bc22c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6264 | 2024.06.22 01:34:15.263446 [ 3 ] {67b1facb-0fe5-41eb-924f-a023f65bc22c} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6265 | 2024.06.22 01:34:15.263606 [ 3 ] {67b1facb-0fe5-41eb-924f-a023f65bc22c} <Debug> executeQuery: Read 113 rows, 9.02 KiB in 0.001404 sec., 80484.33048433048 rows/sec., 6.27 MiB/sec. | ||
6266 | 2024.06.22 01:34:15.263855 [ 3 ] {67b1facb-0fe5-41eb-924f-a023f65bc22c} <Debug> DynamicQueryHandler: Done processing query | ||
6267 | 2024.06.22 01:34:15.263910 [ 3 ] {67b1facb-0fe5-41eb-924f-a023f65bc22c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6268 | 2024.06.22 01:34:15.263966 [ 3 ] {} <Debug> HTTP-Session: 9af46787-3eda-45b5-8d5b-fd26a92f28dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6269 | 2024.06.22 01:34:15.264183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 37590, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6270 | 2024.06.22 01:34:15.264237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6271 | 2024.06.22 01:34:15.264256 [ 3 ] {} <Debug> HTTP-Session: 7f5bf38b-2542-49c6-af6d-53f4f0ce6448 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6272 | 2024.06.22 01:34:15.264273 [ 3 ] {} <Debug> HTTP-Session: 7f5bf38b-2542-49c6-af6d-53f4f0ce6448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6273 | 2024.06.22 01:34:15.264287 [ 3 ] {} <Debug> HTTP-Session: 7f5bf38b-2542-49c6-af6d-53f4f0ce6448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6274 | 2024.06.22 01:34:15.264320 [ 3 ] {} <Trace> HTTP-Session: 7f5bf38b-2542-49c6-af6d-53f4f0ce6448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6275 | 2024.06.22 01:34:15.264511 [ 3 ] {3f563453-ed23-45c2-ae43-249778d86dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6276 | 2024.06.22 01:34:15.264563 [ 3 ] {3f563453-ed23-45c2-ae43-249778d86dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6277 | 2024.06.22 01:34:15.264731 [ 3 ] {3f563453-ed23-45c2-ae43-249778d86dba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6278 | 2024.06.22 01:34:15.265144 [ 3 ] {3f563453-ed23-45c2-ae43-249778d86dba} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6279 | 2024.06.22 01:34:15.265182 [ 3 ] {3f563453-ed23-45c2-ae43-249778d86dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6280 | 2024.06.22 01:34:15.265580 [ 3 ] {3f563453-ed23-45c2-ae43-249778d86dba} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6281 | 2024.06.22 01:34:15.265935 [ 3 ] {3f563453-ed23-45c2-ae43-249778d86dba} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6282 | 2024.06.22 01:34:15.266090 [ 3 ] {3f563453-ed23-45c2-ae43-249778d86dba} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001682 sec., 116527.94292508918 rows/sec., 8.14 MiB/sec. | ||
6283 | 2024.06.22 01:34:15.266269 [ 3 ] {3f563453-ed23-45c2-ae43-249778d86dba} <Debug> DynamicQueryHandler: Done processing query | ||
6284 | 2024.06.22 01:34:15.266294 [ 3 ] {3f563453-ed23-45c2-ae43-249778d86dba} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6285 | 2024.06.22 01:34:15.266311 [ 3 ] {} <Debug> HTTP-Session: 7f5bf38b-2542-49c6-af6d-53f4f0ce6448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6286 | 2024.06.22 01:34:15.266460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 26783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6287 | 2024.06.22 01:34:15.266511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6288 | 2024.06.22 01:34:15.266530 [ 3 ] {} <Debug> HTTP-Session: 0c7aa215-cec0-4776-95ca-b1ee8023b141 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6289 | 2024.06.22 01:34:15.266546 [ 3 ] {} <Debug> HTTP-Session: 0c7aa215-cec0-4776-95ca-b1ee8023b141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6290 | 2024.06.22 01:34:15.266560 [ 3 ] {} <Debug> HTTP-Session: 0c7aa215-cec0-4776-95ca-b1ee8023b141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6291 | 2024.06.22 01:34:15.266591 [ 3 ] {} <Trace> HTTP-Session: 0c7aa215-cec0-4776-95ca-b1ee8023b141 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6292 | 2024.06.22 01:34:15.266849 [ 3 ] {2538b854-e670-48c1-a4d9-f61f07e7c27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6293 | 2024.06.22 01:34:15.266900 [ 3 ] {2538b854-e670-48c1-a4d9-f61f07e7c27a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6294 | 2024.06.22 01:34:15.267065 [ 3 ] {2538b854-e670-48c1-a4d9-f61f07e7c27a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6295 | 2024.06.22 01:34:15.267532 [ 3 ] {2538b854-e670-48c1-a4d9-f61f07e7c27a} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6296 | 2024.06.22 01:34:15.267569 [ 3 ] {2538b854-e670-48c1-a4d9-f61f07e7c27a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6297 | 2024.06.22 01:34:15.267980 [ 3 ] {2538b854-e670-48c1-a4d9-f61f07e7c27a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6298 | 2024.06.22 01:34:15.268313 [ 3 ] {2538b854-e670-48c1-a4d9-f61f07e7c27a} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6299 | 2024.06.22 01:34:15.268467 [ 3 ] {2538b854-e670-48c1-a4d9-f61f07e7c27a} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001792 sec., 13950.892857142857 rows/sec., 18.83 MiB/sec. | ||
6300 | 2024.06.22 01:34:15.268643 [ 3 ] {2538b854-e670-48c1-a4d9-f61f07e7c27a} <Debug> DynamicQueryHandler: Done processing query | ||
6301 | 2024.06.22 01:34:15.268668 [ 3 ] {2538b854-e670-48c1-a4d9-f61f07e7c27a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6302 | 2024.06.22 01:34:15.268685 [ 3 ] {} <Debug> HTTP-Session: 0c7aa215-cec0-4776-95ca-b1ee8023b141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6303 | 2024.06.22 01:34:15.268816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6304 | 2024.06.22 01:34:15.268866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6305 | 2024.06.22 01:34:15.268885 [ 3 ] {} <Debug> HTTP-Session: 665b72d7-aaa0-415a-a614-9016ecda628d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6306 | 2024.06.22 01:34:15.268902 [ 3 ] {} <Debug> HTTP-Session: 665b72d7-aaa0-415a-a614-9016ecda628d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6307 | 2024.06.22 01:34:15.268916 [ 3 ] {} <Debug> HTTP-Session: 665b72d7-aaa0-415a-a614-9016ecda628d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6308 | 2024.06.22 01:34:15.268947 [ 3 ] {} <Trace> HTTP-Session: 665b72d7-aaa0-415a-a614-9016ecda628d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6309 | 2024.06.22 01:34:15.269080 [ 3 ] {e301292b-dcba-44ea-aef4-76442b4fed5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6310 | 2024.06.22 01:34:15.269125 [ 3 ] {e301292b-dcba-44ea-aef4-76442b4fed5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6311 | 2024.06.22 01:34:15.269259 [ 3 ] {e301292b-dcba-44ea-aef4-76442b4fed5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6312 | 2024.06.22 01:34:15.269566 [ 3 ] {e301292b-dcba-44ea-aef4-76442b4fed5a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6313 | 2024.06.22 01:34:15.269601 [ 3 ] {e301292b-dcba-44ea-aef4-76442b4fed5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6314 | 2024.06.22 01:34:15.269962 [ 3 ] {e301292b-dcba-44ea-aef4-76442b4fed5a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6315 | 2024.06.22 01:34:15.270292 [ 3 ] {e301292b-dcba-44ea-aef4-76442b4fed5a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6316 | 2024.06.22 01:34:15.270444 [ 3 ] {e301292b-dcba-44ea-aef4-76442b4fed5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
6317 | 2024.06.22 01:34:15.270621 [ 3 ] {e301292b-dcba-44ea-aef4-76442b4fed5a} <Debug> DynamicQueryHandler: Done processing query | ||
6318 | 2024.06.22 01:34:15.270647 [ 3 ] {e301292b-dcba-44ea-aef4-76442b4fed5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6319 | 2024.06.22 01:34:15.270664 [ 3 ] {} <Debug> HTTP-Session: 665b72d7-aaa0-415a-a614-9016ecda628d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6320 | 2024.06.22 01:34:18.816916 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6321 | 2024.06.22 01:34:18.816970 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6322 | 2024.06.22 01:34:20.001631 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001054517 sec. | ||
6323 | 2024.06.22 01:34:20.255499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6324 | 2024.06.22 01:34:20.255623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6325 | 2024.06.22 01:34:20.255653 [ 3 ] {} <Debug> HTTP-Session: 628a63af-e9ef-4a4c-bc42-d5e2b7118ad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6326 | 2024.06.22 01:34:20.255682 [ 3 ] {} <Debug> HTTP-Session: 628a63af-e9ef-4a4c-bc42-d5e2b7118ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6327 | 2024.06.22 01:34:20.255728 [ 3 ] {} <Debug> HTTP-Session: 628a63af-e9ef-4a4c-bc42-d5e2b7118ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6328 | 2024.06.22 01:34:20.255789 [ 3 ] {} <Trace> HTTP-Session: 628a63af-e9ef-4a4c-bc42-d5e2b7118ad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6329 | 2024.06.22 01:34:20.255999 [ 3 ] {6205eee7-b106-4e80-a3e5-3583cdaaec9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6330 | 2024.06.22 01:34:20.256067 [ 3 ] {6205eee7-b106-4e80-a3e5-3583cdaaec9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6331 | 2024.06.22 01:34:20.256256 [ 3 ] {6205eee7-b106-4e80-a3e5-3583cdaaec9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6332 | 2024.06.22 01:34:20.256721 [ 3 ] {6205eee7-b106-4e80-a3e5-3583cdaaec9d} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6333 | 2024.06.22 01:34:20.256766 [ 3 ] {6205eee7-b106-4e80-a3e5-3583cdaaec9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6334 | 2024.06.22 01:34:20.257136 [ 3 ] {6205eee7-b106-4e80-a3e5-3583cdaaec9d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6335 | 2024.06.22 01:34:20.257477 [ 3 ] {6205eee7-b106-4e80-a3e5-3583cdaaec9d} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6336 | 2024.06.22 01:34:20.257664 [ 3 ] {6205eee7-b106-4e80-a3e5-3583cdaaec9d} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001724 sec., 16821.345707656612 rows/sec., 1.33 MiB/sec. | ||
6337 | 2024.06.22 01:34:20.257879 [ 3 ] {6205eee7-b106-4e80-a3e5-3583cdaaec9d} <Debug> DynamicQueryHandler: Done processing query | ||
6338 | 2024.06.22 01:34:20.257907 [ 3 ] {6205eee7-b106-4e80-a3e5-3583cdaaec9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6339 | 2024.06.22 01:34:20.257923 [ 3 ] {} <Debug> HTTP-Session: 628a63af-e9ef-4a4c-bc42-d5e2b7118ad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6340 | 2024.06.22 01:34:20.258101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6341 | 2024.06.22 01:34:20.258161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6342 | 2024.06.22 01:34:20.258182 [ 3 ] {} <Debug> HTTP-Session: bf6911d3-4675-46c0-b161-38fa2f571961 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6343 | 2024.06.22 01:34:20.258201 [ 3 ] {} <Debug> HTTP-Session: bf6911d3-4675-46c0-b161-38fa2f571961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6344 | 2024.06.22 01:34:20.258215 [ 3 ] {} <Debug> HTTP-Session: bf6911d3-4675-46c0-b161-38fa2f571961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6345 | 2024.06.22 01:34:20.258250 [ 3 ] {} <Trace> HTTP-Session: bf6911d3-4675-46c0-b161-38fa2f571961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6346 | 2024.06.22 01:34:20.258399 [ 3 ] {3da90f49-41ea-4f5c-b27b-1540b3ccda6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6347 | 2024.06.22 01:34:20.258446 [ 3 ] {3da90f49-41ea-4f5c-b27b-1540b3ccda6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6348 | 2024.06.22 01:34:20.258576 [ 3 ] {3da90f49-41ea-4f5c-b27b-1540b3ccda6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6349 | 2024.06.22 01:34:20.259016 [ 3 ] {3da90f49-41ea-4f5c-b27b-1540b3ccda6d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6350 | 2024.06.22 01:34:20.259056 [ 3 ] {3da90f49-41ea-4f5c-b27b-1540b3ccda6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6351 | 2024.06.22 01:34:20.259383 [ 3 ] {3da90f49-41ea-4f5c-b27b-1540b3ccda6d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6352 | 2024.06.22 01:34:20.259697 [ 3 ] {3da90f49-41ea-4f5c-b27b-1540b3ccda6d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6353 | 2024.06.22 01:34:20.259859 [ 3 ] {3da90f49-41ea-4f5c-b27b-1540b3ccda6d} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.001521 sec., 94017.09401709402 rows/sec., 7.88 MiB/sec. | ||
6354 | 2024.06.22 01:34:20.259858 [ 91 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6355 | 2024.06.22 01:34:20.259970 [ 91 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6356 | 2024.06.22 01:34:20.260016 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6357 | 2024.06.22 01:34:20.260121 [ 3 ] {3da90f49-41ea-4f5c-b27b-1540b3ccda6d} <Debug> DynamicQueryHandler: Done processing query | ||
6358 | 2024.06.22 01:34:20.260215 [ 3 ] {3da90f49-41ea-4f5c-b27b-1540b3ccda6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6359 | 2024.06.22 01:34:20.260304 [ 3 ] {} <Debug> HTTP-Session: bf6911d3-4675-46c0-b161-38fa2f571961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6360 | 2024.06.22 01:34:20.260318 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
6361 | 2024.06.22 01:34:20.260623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6362 | 2024.06.22 01:34:20.260750 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6363 | 2024.06.22 01:34:20.260768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6364 | 2024.06.22 01:34:20.260825 [ 3 ] {} <Debug> HTTP-Session: a2e2be05-51d0-437f-98aa-d7d0b847437d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6365 | 2024.06.22 01:34:20.260825 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 186 rows starting from the beginning of the part | ||
6366 | 2024.06.22 01:34:20.260853 [ 3 ] {} <Debug> HTTP-Session: a2e2be05-51d0-437f-98aa-d7d0b847437d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6367 | 2024.06.22 01:34:20.260898 [ 3 ] {} <Debug> HTTP-Session: a2e2be05-51d0-437f-98aa-d7d0b847437d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6368 | 2024.06.22 01:34:20.261014 [ 3 ] {} <Trace> HTTP-Session: a2e2be05-51d0-437f-98aa-d7d0b847437d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6369 | 2024.06.22 01:34:20.261112 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 143 rows starting from the beginning of the part | ||
6370 | 2024.06.22 01:34:20.261393 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
6371 | 2024.06.22 01:34:20.261481 [ 3 ] {0da1fe0b-c500-44d9-9fde-1f67ba98a016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6372 | 2024.06.22 01:34:20.261694 [ 3 ] {0da1fe0b-c500-44d9-9fde-1f67ba98a016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6373 | 2024.06.22 01:34:20.261694 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 69 rows starting from the beginning of the part | ||
6374 | 2024.06.22 01:34:20.262064 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 167 rows starting from the beginning of the part | ||
6375 | 2024.06.22 01:34:20.262399 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 143 rows starting from the beginning of the part | ||
6376 | 2024.06.22 01:34:20.262669 [ 3 ] {0da1fe0b-c500-44d9-9fde-1f67ba98a016} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6377 | 2024.06.22 01:34:20.263682 [ 3 ] {0da1fe0b-c500-44d9-9fde-1f67ba98a016} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6378 | 2024.06.22 01:34:20.263759 [ 3 ] {0da1fe0b-c500-44d9-9fde-1f67ba98a016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6379 | 2024.06.22 01:34:20.264760 [ 3 ] {0da1fe0b-c500-44d9-9fde-1f67ba98a016} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6380 | 2024.06.22 01:34:20.265412 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 764 rows, containing 4 columns (4 merged, 0 gathered) in 0.005324376 sec., 143490.99312295 rows/sec., 11.73 MiB/sec. | ||
6381 | 2024.06.22 01:34:20.265480 [ 3 ] {0da1fe0b-c500-44d9-9fde-1f67ba98a016} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6382 | 2024.06.22 01:34:20.265620 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6383 | 2024.06.22 01:34:20.265726 [ 91 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6384 | 2024.06.22 01:34:20.265750 [ 3 ] {0da1fe0b-c500-44d9-9fde-1f67ba98a016} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.004434 sec., 20974.28958051421 rows/sec., 1.64 MiB/sec. | ||
6385 | 2024.06.22 01:34:20.265834 [ 91 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6386 | 2024.06.22 01:34:20.265947 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6387 | 2024.06.22 01:34:20.266289 [ 3 ] {0da1fe0b-c500-44d9-9fde-1f67ba98a016} <Debug> DynamicQueryHandler: Done processing query | ||
6388 | 2024.06.22 01:34:20.266324 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
6389 | 2024.06.22 01:34:20.266342 [ 3 ] {0da1fe0b-c500-44d9-9fde-1f67ba98a016} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6390 | 2024.06.22 01:34:20.266403 [ 3 ] {} <Debug> HTTP-Session: a2e2be05-51d0-437f-98aa-d7d0b847437d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6391 | 2024.06.22 01:34:20.266557 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6392 | 2024.06.22 01:34:20.266594 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 149 rows starting from the beginning of the part | ||
6393 | 2024.06.22 01:34:20.266676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6394 | 2024.06.22 01:34:20.266871 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 93 rows starting from the beginning of the part | ||
6395 | 2024.06.22 01:34:20.266886 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_46_9} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6396 | 2024.06.22 01:34:20.266972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6397 | 2024.06.22 01:34:20.267225 [ 3 ] {} <Debug> HTTP-Session: d644e003-1d48-4d03-bccf-045b7dbeccaf Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6398 | 2024.06.22 01:34:20.267383 [ 3 ] {} <Debug> HTTP-Session: d644e003-1d48-4d03-bccf-045b7dbeccaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6399 | 2024.06.22 01:34:20.267431 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
6400 | 2024.06.22 01:34:20.267447 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_46_9} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6401 | 2024.06.22 01:34:20.267500 [ 3 ] {} <Debug> HTTP-Session: d644e003-1d48-4d03-bccf-045b7dbeccaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6402 | 2024.06.22 01:34:20.267758 [ 3 ] {} <Trace> HTTP-Session: d644e003-1d48-4d03-bccf-045b7dbeccaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6403 | 2024.06.22 01:34:20.267906 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
6404 | 2024.06.22 01:34:20.267967 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 70 rows starting from the beginning of the part | ||
6405 | 2024.06.22 01:34:20.268174 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 113 rows starting from the beginning of the part | ||
6406 | 2024.06.22 01:34:20.268276 [ 3 ] {247df09e-0277-43f3-8a80-b04b8677e2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6407 | 2024.06.22 01:34:20.268494 [ 200 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 93 rows starting from the beginning of the part | ||
6408 | 2024.06.22 01:34:20.268511 [ 3 ] {247df09e-0277-43f3-8a80-b04b8677e2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6409 | 2024.06.22 01:34:20.269178 [ 3 ] {247df09e-0277-43f3-8a80-b04b8677e2a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6410 | 2024.06.22 01:34:20.269734 [ 3 ] {247df09e-0277-43f3-8a80-b04b8677e2a6} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6411 | 2024.06.22 01:34:20.269782 [ 3 ] {247df09e-0277-43f3-8a80-b04b8677e2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6412 | 2024.06.22 01:34:20.270281 [ 196 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 4 columns (4 merged, 0 gathered) in 0.004157348 sec., 139993.0917498367 rows/sec., 10.93 MiB/sec. | ||
6413 | 2024.06.22 01:34:20.270367 [ 3 ] {247df09e-0277-43f3-8a80-b04b8677e2a6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6414 | 2024.06.22 01:34:20.270419 [ 196 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6415 | 2024.06.22 01:34:20.270919 [ 3 ] {247df09e-0277-43f3-8a80-b04b8677e2a6} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6416 | 2024.06.22 01:34:20.271019 [ 196 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_46_9} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6417 | 2024.06.22 01:34:20.271153 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6418 | 2024.06.22 01:34:20.271198 [ 3 ] {247df09e-0277-43f3-8a80-b04b8677e2a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003129 sec., 51134.54777884309 rows/sec., 3.56 MiB/sec. | ||
6419 | 2024.06.22 01:34:20.271243 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6420 | 2024.06.22 01:34:20.271267 [ 196 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_46_9} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6421 | 2024.06.22 01:34:20.271380 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6422 | 2024.06.22 01:34:20.271518 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
6423 | 2024.06.22 01:34:20.271673 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
6424 | 2024.06.22 01:34:20.271686 [ 3 ] {247df09e-0277-43f3-8a80-b04b8677e2a6} <Debug> DynamicQueryHandler: Done processing query | ||
6425 | 2024.06.22 01:34:20.271742 [ 3 ] {247df09e-0277-43f3-8a80-b04b8677e2a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6426 | 2024.06.22 01:34:20.271797 [ 3 ] {} <Debug> HTTP-Session: d644e003-1d48-4d03-bccf-045b7dbeccaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6427 | 2024.06.22 01:34:20.272074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6428 | 2024.06.22 01:34:20.272079 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6429 | 2024.06.22 01:34:20.272148 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6580 rows starting from the beginning of the part | ||
6430 | 2024.06.22 01:34:20.272172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6431 | 2024.06.22 01:34:20.272207 [ 3 ] {} <Debug> HTTP-Session: 8118ebaa-cd88-4044-9d70-9ce34b9a576c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6432 | 2024.06.22 01:34:20.272257 [ 3 ] {} <Debug> HTTP-Session: 8118ebaa-cd88-4044-9d70-9ce34b9a576c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6433 | 2024.06.22 01:34:20.272327 [ 3 ] {} <Debug> HTTP-Session: 8118ebaa-cd88-4044-9d70-9ce34b9a576c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6434 | 2024.06.22 01:34:20.272367 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
6435 | 2024.06.22 01:34:20.272468 [ 3 ] {} <Trace> HTTP-Session: 8118ebaa-cd88-4044-9d70-9ce34b9a576c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6436 | 2024.06.22 01:34:20.272733 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
6437 | 2024.06.22 01:34:20.272972 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 161 rows starting from the beginning of the part | ||
6438 | 2024.06.22 01:34:20.273192 [ 3 ] {5962adc8-6e15-47f3-8076-f2fe68971fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6439 | 2024.06.22 01:34:20.273265 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 196 rows starting from the beginning of the part | ||
6440 | 2024.06.22 01:34:20.273361 [ 3 ] {5962adc8-6e15-47f3-8076-f2fe68971fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6441 | 2024.06.22 01:34:20.273615 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
6442 | 2024.06.22 01:34:20.274251 [ 3 ] {5962adc8-6e15-47f3-8076-f2fe68971fc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6443 | 2024.06.22 01:34:20.274855 [ 3 ] {5962adc8-6e15-47f3-8076-f2fe68971fc7} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6444 | 2024.06.22 01:34:20.274892 [ 3 ] {5962adc8-6e15-47f3-8076-f2fe68971fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6445 | 2024.06.22 01:34:20.275497 [ 3 ] {5962adc8-6e15-47f3-8076-f2fe68971fc7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6446 | 2024.06.22 01:34:20.276031 [ 3 ] {5962adc8-6e15-47f3-8076-f2fe68971fc7} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6447 | 2024.06.22 01:34:20.276204 [ 91 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6448 | 2024.06.22 01:34:20.276214 [ 3 ] {5962adc8-6e15-47f3-8076-f2fe68971fc7} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.003503 sec., 8278.618327148159 rows/sec., 11.17 MiB/sec. | ||
6449 | 2024.06.22 01:34:20.276253 [ 91 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6450 | 2024.06.22 01:34:20.276318 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6451 | 2024.06.22 01:34:20.276727 [ 3 ] {5962adc8-6e15-47f3-8076-f2fe68971fc7} <Debug> DynamicQueryHandler: Done processing query | ||
6452 | 2024.06.22 01:34:20.276776 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
6453 | 2024.06.22 01:34:20.276781 [ 3 ] {5962adc8-6e15-47f3-8076-f2fe68971fc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6454 | 2024.06.22 01:34:20.276824 [ 3 ] {} <Debug> HTTP-Session: 8118ebaa-cd88-4044-9d70-9ce34b9a576c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6455 | 2024.06.22 01:34:20.276951 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6456 | 2024.06.22 01:34:20.276976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6457 | 2024.06.22 01:34:20.277026 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 426 rows starting from the beginning of the part | ||
6458 | 2024.06.22 01:34:20.277115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6459 | 2024.06.22 01:34:20.277231 [ 3 ] {} <Debug> HTTP-Session: 025838a3-4fe0-4531-b7ac-c6c331dedbb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6460 | 2024.06.22 01:34:20.277394 [ 3 ] {} <Debug> HTTP-Session: 025838a3-4fe0-4531-b7ac-c6c331dedbb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6461 | 2024.06.22 01:34:20.277537 [ 3 ] {} <Debug> HTTP-Session: 025838a3-4fe0-4531-b7ac-c6c331dedbb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6462 | 2024.06.22 01:34:20.277693 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 29 rows starting from the beginning of the part | ||
6463 | 2024.06.22 01:34:20.277694 [ 3 ] {} <Trace> HTTP-Session: 025838a3-4fe0-4531-b7ac-c6c331dedbb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6464 | 2024.06.22 01:34:20.277720 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7417 rows, containing 5 columns (5 merged, 0 gathered) in 0.006112621 sec., 1213391.1132393125 rows/sec., 84.56 MiB/sec. | ||
6465 | 2024.06.22 01:34:20.278047 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 29 rows starting from the beginning of the part | ||
6466 | 2024.06.22 01:34:20.278067 [ 3 ] {cdc4b53f-c2a7-4575-9b7f-799cea4f69b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6467 | 2024.06.22 01:34:20.278242 [ 3 ] {cdc4b53f-c2a7-4575-9b7f-799cea4f69b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6468 | 2024.06.22 01:34:20.278437 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6469 | 2024.06.22 01:34:20.278530 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
6470 | 2024.06.22 01:34:20.279076 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 25 rows starting from the beginning of the part | ||
6471 | 2024.06.22 01:34:20.279631 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 29 rows starting from the beginning of the part | ||
6472 | 2024.06.22 01:34:20.280353 [ 3 ] {cdc4b53f-c2a7-4575-9b7f-799cea4f69b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6473 | 2024.06.22 01:34:20.280777 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6474 | 2024.06.22 01:34:20.281017 [ 196 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6475 | 2024.06.22 01:34:20.281187 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
6476 | 2024.06.22 01:34:20.281204 [ 3 ] {cdc4b53f-c2a7-4575-9b7f-799cea4f69b3} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6477 | 2024.06.22 01:34:20.281243 [ 3 ] {cdc4b53f-c2a7-4575-9b7f-799cea4f69b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6478 | 2024.06.22 01:34:20.281831 [ 3 ] {cdc4b53f-c2a7-4575-9b7f-799cea4f69b3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6479 | 2024.06.22 01:34:20.282778 [ 3 ] {cdc4b53f-c2a7-4575-9b7f-799cea4f69b3} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6480 | 2024.06.22 01:34:20.282958 [ 91 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6481 | 2024.06.22 01:34:20.282963 [ 3 ] {cdc4b53f-c2a7-4575-9b7f-799cea4f69b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005058 sec., 11862.396204033215 rows/sec., 818.63 KiB/sec. | ||
6482 | 2024.06.22 01:34:20.283019 [ 91 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6483 | 2024.06.22 01:34:20.283096 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6484 | 2024.06.22 01:34:20.283372 [ 3 ] {cdc4b53f-c2a7-4575-9b7f-799cea4f69b3} <Debug> DynamicQueryHandler: Done processing query | ||
6485 | 2024.06.22 01:34:20.283467 [ 3 ] {cdc4b53f-c2a7-4575-9b7f-799cea4f69b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6486 | 2024.06.22 01:34:20.283622 [ 3 ] {} <Debug> HTTP-Session: 025838a3-4fe0-4531-b7ac-c6c331dedbb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6487 | 2024.06.22 01:34:20.283675 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
6488 | 2024.06.22 01:34:20.284031 [ 196 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 6 columns (6 merged, 0 gathered) in 0.007498861 sec., 72277.64323141874 rows/sec., 97.54 MiB/sec. | ||
6489 | 2024.06.22 01:34:20.284343 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6490 | 2024.06.22 01:34:20.284458 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2324 rows starting from the beginning of the part | ||
6491 | 2024.06.22 01:34:20.284635 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6492 | 2024.06.22 01:34:20.284828 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
6493 | 2024.06.22 01:34:20.285159 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
6494 | 2024.06.22 01:34:20.285482 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
6495 | 2024.06.22 01:34:20.285825 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
6496 | 2024.06.22 01:34:20.286049 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
6497 | 2024.06.22 01:34:20.286507 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6498 | 2024.06.22 01:34:20.286644 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6499 | 2024.06.22 01:34:20.286793 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
6500 | 2024.06.22 01:34:20.287995 [ 199 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2624 rows, containing 4 columns (4 merged, 0 gathered) in 0.004757432 sec., 551558.0674616054 rows/sec., 37.18 MiB/sec. | ||
6501 | 2024.06.22 01:34:20.288229 [ 200 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6502 | 2024.06.22 01:34:20.288614 [ 200 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_46_9} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6503 | 2024.06.22 01:34:20.288690 [ 200 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_46_9} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6504 | 2024.06.22 01:34:20.288770 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
6505 | 2024.06.22 01:34:21.000218 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.28 MiB, peak 198.75 MiB, free memory in arenas 0.00 B, will set to 189.54 MiB (RSS), difference: 1.26 MiB | ||
6506 | 2024.06.22 01:34:25.254242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6507 | 2024.06.22 01:34:25.254380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6508 | 2024.06.22 01:34:25.254409 [ 3 ] {} <Debug> HTTP-Session: abcf02a2-4fda-4a2a-b998-ce059bbc1a1d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6509 | 2024.06.22 01:34:25.254436 [ 3 ] {} <Debug> HTTP-Session: abcf02a2-4fda-4a2a-b998-ce059bbc1a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6510 | 2024.06.22 01:34:25.254454 [ 3 ] {} <Debug> HTTP-Session: abcf02a2-4fda-4a2a-b998-ce059bbc1a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6511 | 2024.06.22 01:34:25.254510 [ 3 ] {} <Trace> HTTP-Session: abcf02a2-4fda-4a2a-b998-ce059bbc1a1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6512 | 2024.06.22 01:34:25.254726 [ 3 ] {c93b11f2-4133-4c1d-be47-86876258ebf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6513 | 2024.06.22 01:34:25.254800 [ 3 ] {c93b11f2-4133-4c1d-be47-86876258ebf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6514 | 2024.06.22 01:34:25.255011 [ 3 ] {c93b11f2-4133-4c1d-be47-86876258ebf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6515 | 2024.06.22 01:34:25.255480 [ 3 ] {c93b11f2-4133-4c1d-be47-86876258ebf2} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6516 | 2024.06.22 01:34:25.255520 [ 3 ] {c93b11f2-4133-4c1d-be47-86876258ebf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6517 | 2024.06.22 01:34:25.255900 [ 3 ] {c93b11f2-4133-4c1d-be47-86876258ebf2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6518 | 2024.06.22 01:34:25.256251 [ 3 ] {c93b11f2-4133-4c1d-be47-86876258ebf2} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6519 | 2024.06.22 01:34:25.256416 [ 3 ] {c93b11f2-4133-4c1d-be47-86876258ebf2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001761 sec., 31800.113571834187 rows/sec., 2.43 MiB/sec. | ||
6520 | 2024.06.22 01:34:25.256620 [ 3 ] {c93b11f2-4133-4c1d-be47-86876258ebf2} <Debug> DynamicQueryHandler: Done processing query | ||
6521 | 2024.06.22 01:34:25.256653 [ 3 ] {c93b11f2-4133-4c1d-be47-86876258ebf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6522 | 2024.06.22 01:34:25.256675 [ 3 ] {} <Debug> HTTP-Session: abcf02a2-4fda-4a2a-b998-ce059bbc1a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6523 | 2024.06.22 01:34:25.256824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6524 | 2024.06.22 01:34:25.256876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6525 | 2024.06.22 01:34:25.256896 [ 3 ] {} <Debug> HTTP-Session: 2be60259-8a25-47af-970e-250fb7465756 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6526 | 2024.06.22 01:34:25.256913 [ 3 ] {} <Debug> HTTP-Session: 2be60259-8a25-47af-970e-250fb7465756 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6527 | 2024.06.22 01:34:25.256928 [ 3 ] {} <Debug> HTTP-Session: 2be60259-8a25-47af-970e-250fb7465756 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6528 | 2024.06.22 01:34:25.256959 [ 3 ] {} <Trace> HTTP-Session: 2be60259-8a25-47af-970e-250fb7465756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6529 | 2024.06.22 01:34:25.257073 [ 3 ] {a1cb8660-5e87-4bf7-bee1-e7c885615889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6530 | 2024.06.22 01:34:25.257117 [ 3 ] {a1cb8660-5e87-4bf7-bee1-e7c885615889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6531 | 2024.06.22 01:34:25.257244 [ 3 ] {a1cb8660-5e87-4bf7-bee1-e7c885615889} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6532 | 2024.06.22 01:34:25.257571 [ 3 ] {a1cb8660-5e87-4bf7-bee1-e7c885615889} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6533 | 2024.06.22 01:34:25.257608 [ 3 ] {a1cb8660-5e87-4bf7-bee1-e7c885615889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6534 | 2024.06.22 01:34:25.257923 [ 3 ] {a1cb8660-5e87-4bf7-bee1-e7c885615889} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6535 | 2024.06.22 01:34:25.258246 [ 3 ] {a1cb8660-5e87-4bf7-bee1-e7c885615889} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6536 | 2024.06.22 01:34:25.258400 [ 3 ] {a1cb8660-5e87-4bf7-bee1-e7c885615889} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00136 sec., 47058.82352941176 rows/sec., 3.67 MiB/sec. | ||
6537 | 2024.06.22 01:34:25.258586 [ 3 ] {a1cb8660-5e87-4bf7-bee1-e7c885615889} <Debug> DynamicQueryHandler: Done processing query | ||
6538 | 2024.06.22 01:34:25.258620 [ 3 ] {a1cb8660-5e87-4bf7-bee1-e7c885615889} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6539 | 2024.06.22 01:34:25.258647 [ 3 ] {} <Debug> HTTP-Session: 2be60259-8a25-47af-970e-250fb7465756 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6540 | 2024.06.22 01:34:25.258890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6541 | 2024.06.22 01:34:25.258941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6542 | 2024.06.22 01:34:25.258960 [ 3 ] {} <Debug> HTTP-Session: 3d705630-6f90-47e0-b7d7-396f06764236 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6543 | 2024.06.22 01:34:25.258976 [ 3 ] {} <Debug> HTTP-Session: 3d705630-6f90-47e0-b7d7-396f06764236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6544 | 2024.06.22 01:34:25.258991 [ 3 ] {} <Debug> HTTP-Session: 3d705630-6f90-47e0-b7d7-396f06764236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6545 | 2024.06.22 01:34:25.259022 [ 3 ] {} <Trace> HTTP-Session: 3d705630-6f90-47e0-b7d7-396f06764236 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6546 | 2024.06.22 01:34:25.259166 [ 3 ] {e91f2a7b-e3cf-4688-b5d9-abd5686ffeaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6547 | 2024.06.22 01:34:25.259213 [ 3 ] {e91f2a7b-e3cf-4688-b5d9-abd5686ffeaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6548 | 2024.06.22 01:34:25.259360 [ 3 ] {e91f2a7b-e3cf-4688-b5d9-abd5686ffeaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6549 | 2024.06.22 01:34:25.259739 [ 3 ] {e91f2a7b-e3cf-4688-b5d9-abd5686ffeaa} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6550 | 2024.06.22 01:34:25.259776 [ 3 ] {e91f2a7b-e3cf-4688-b5d9-abd5686ffeaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6551 | 2024.06.22 01:34:25.260176 [ 3 ] {e91f2a7b-e3cf-4688-b5d9-abd5686ffeaa} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6552 | 2024.06.22 01:34:25.260520 [ 3 ] {e91f2a7b-e3cf-4688-b5d9-abd5686ffeaa} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6553 | 2024.06.22 01:34:25.260676 [ 3 ] {e91f2a7b-e3cf-4688-b5d9-abd5686ffeaa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
6554 | 2024.06.22 01:34:25.260988 [ 3 ] {e91f2a7b-e3cf-4688-b5d9-abd5686ffeaa} <Debug> DynamicQueryHandler: Done processing query | ||
6555 | 2024.06.22 01:34:25.261056 [ 3 ] {e91f2a7b-e3cf-4688-b5d9-abd5686ffeaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6556 | 2024.06.22 01:34:25.261116 [ 3 ] {} <Debug> HTTP-Session: 3d705630-6f90-47e0-b7d7-396f06764236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6557 | 2024.06.22 01:34:25.261308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6558 | 2024.06.22 01:34:25.261362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6559 | 2024.06.22 01:34:25.261382 [ 3 ] {} <Debug> HTTP-Session: a91d4074-1ee3-42a0-ac31-cbc2dfd94d2f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6560 | 2024.06.22 01:34:25.261399 [ 3 ] {} <Debug> HTTP-Session: a91d4074-1ee3-42a0-ac31-cbc2dfd94d2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6561 | 2024.06.22 01:34:25.261413 [ 3 ] {} <Debug> HTTP-Session: a91d4074-1ee3-42a0-ac31-cbc2dfd94d2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6562 | 2024.06.22 01:34:25.261446 [ 3 ] {} <Trace> HTTP-Session: a91d4074-1ee3-42a0-ac31-cbc2dfd94d2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6563 | 2024.06.22 01:34:25.261572 [ 3 ] {fc9e16e1-390f-4ea9-940b-293f61fbb4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6564 | 2024.06.22 01:34:25.261619 [ 3 ] {fc9e16e1-390f-4ea9-940b-293f61fbb4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6565 | 2024.06.22 01:34:25.261765 [ 3 ] {fc9e16e1-390f-4ea9-940b-293f61fbb4d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6566 | 2024.06.22 01:34:25.262056 [ 3 ] {fc9e16e1-390f-4ea9-940b-293f61fbb4d4} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6567 | 2024.06.22 01:34:25.262093 [ 3 ] {fc9e16e1-390f-4ea9-940b-293f61fbb4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6568 | 2024.06.22 01:34:25.262451 [ 3 ] {fc9e16e1-390f-4ea9-940b-293f61fbb4d4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6569 | 2024.06.22 01:34:25.262785 [ 3 ] {fc9e16e1-390f-4ea9-940b-293f61fbb4d4} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6570 | 2024.06.22 01:34:25.262940 [ 3 ] {fc9e16e1-390f-4ea9-940b-293f61fbb4d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
6571 | 2024.06.22 01:34:25.263099 [ 3 ] {fc9e16e1-390f-4ea9-940b-293f61fbb4d4} <Debug> DynamicQueryHandler: Done processing query | ||
6572 | 2024.06.22 01:34:25.263123 [ 3 ] {fc9e16e1-390f-4ea9-940b-293f61fbb4d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6573 | 2024.06.22 01:34:25.263139 [ 3 ] {} <Debug> HTTP-Session: a91d4074-1ee3-42a0-ac31-cbc2dfd94d2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6574 | 2024.06.22 01:34:30.255814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6575 | 2024.06.22 01:34:30.255960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6576 | 2024.06.22 01:34:30.255988 [ 3 ] {} <Debug> HTTP-Session: 9a339b1b-ba75-4607-843e-94c13e8bf5c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6577 | 2024.06.22 01:34:30.256015 [ 3 ] {} <Debug> HTTP-Session: 9a339b1b-ba75-4607-843e-94c13e8bf5c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6578 | 2024.06.22 01:34:30.256033 [ 3 ] {} <Debug> HTTP-Session: 9a339b1b-ba75-4607-843e-94c13e8bf5c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6579 | 2024.06.22 01:34:30.256089 [ 3 ] {} <Trace> HTTP-Session: 9a339b1b-ba75-4607-843e-94c13e8bf5c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6580 | 2024.06.22 01:34:30.256296 [ 3 ] {d146402f-173e-4094-823c-2071f47c706b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6581 | 2024.06.22 01:34:30.256362 [ 3 ] {d146402f-173e-4094-823c-2071f47c706b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6582 | 2024.06.22 01:34:30.256837 [ 3 ] {d146402f-173e-4094-823c-2071f47c706b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6583 | 2024.06.22 01:34:30.257317 [ 3 ] {d146402f-173e-4094-823c-2071f47c706b} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6584 | 2024.06.22 01:34:30.257361 [ 3 ] {d146402f-173e-4094-823c-2071f47c706b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6585 | 2024.06.22 01:34:30.257753 [ 3 ] {d146402f-173e-4094-823c-2071f47c706b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6586 | 2024.06.22 01:34:30.258093 [ 3 ] {d146402f-173e-4094-823c-2071f47c706b} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6587 | 2024.06.22 01:34:30.258277 [ 3 ] {d146402f-173e-4094-823c-2071f47c706b} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.002034 sec., 14257.620452310719 rows/sec., 1.13 MiB/sec. | ||
6588 | 2024.06.22 01:34:30.258614 [ 3 ] {d146402f-173e-4094-823c-2071f47c706b} <Debug> DynamicQueryHandler: Done processing query | ||
6589 | 2024.06.22 01:34:30.258640 [ 3 ] {d146402f-173e-4094-823c-2071f47c706b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6590 | 2024.06.22 01:34:30.258657 [ 3 ] {} <Debug> HTTP-Session: 9a339b1b-ba75-4607-843e-94c13e8bf5c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6591 | 2024.06.22 01:34:30.258810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6592 | 2024.06.22 01:34:30.258860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6593 | 2024.06.22 01:34:30.258879 [ 3 ] {} <Debug> HTTP-Session: cbe7e2e5-1309-4d4f-a30d-c8e8c5923805 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6594 | 2024.06.22 01:34:30.258895 [ 3 ] {} <Debug> HTTP-Session: cbe7e2e5-1309-4d4f-a30d-c8e8c5923805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6595 | 2024.06.22 01:34:30.258909 [ 3 ] {} <Debug> HTTP-Session: cbe7e2e5-1309-4d4f-a30d-c8e8c5923805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6596 | 2024.06.22 01:34:30.258940 [ 3 ] {} <Trace> HTTP-Session: cbe7e2e5-1309-4d4f-a30d-c8e8c5923805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6597 | 2024.06.22 01:34:30.259037 [ 3 ] {b013ff03-e44c-4624-8bb0-424b0de14c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6598 | 2024.06.22 01:34:30.259081 [ 3 ] {b013ff03-e44c-4624-8bb0-424b0de14c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6599 | 2024.06.22 01:34:30.259226 [ 3 ] {b013ff03-e44c-4624-8bb0-424b0de14c59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6600 | 2024.06.22 01:34:30.259580 [ 3 ] {b013ff03-e44c-4624-8bb0-424b0de14c59} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6601 | 2024.06.22 01:34:30.259618 [ 3 ] {b013ff03-e44c-4624-8bb0-424b0de14c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6602 | 2024.06.22 01:34:30.259921 [ 3 ] {b013ff03-e44c-4624-8bb0-424b0de14c59} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6603 | 2024.06.22 01:34:30.260227 [ 3 ] {b013ff03-e44c-4624-8bb0-424b0de14c59} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6604 | 2024.06.22 01:34:30.260387 [ 3 ] {b013ff03-e44c-4624-8bb0-424b0de14c59} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001366 sec., 2928.2576866764275 rows/sec., 238.78 KiB/sec. | ||
6605 | 2024.06.22 01:34:30.260652 [ 3 ] {b013ff03-e44c-4624-8bb0-424b0de14c59} <Debug> DynamicQueryHandler: Done processing query | ||
6606 | 2024.06.22 01:34:30.260677 [ 3 ] {b013ff03-e44c-4624-8bb0-424b0de14c59} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6607 | 2024.06.22 01:34:30.260693 [ 3 ] {} <Debug> HTTP-Session: cbe7e2e5-1309-4d4f-a30d-c8e8c5923805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6608 | 2024.06.22 01:34:30.260876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 21247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6609 | 2024.06.22 01:34:30.260926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6610 | 2024.06.22 01:34:30.260944 [ 3 ] {} <Debug> HTTP-Session: af4c408d-224f-4df0-9a36-f369f5507d33 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6611 | 2024.06.22 01:34:30.260961 [ 3 ] {} <Debug> HTTP-Session: af4c408d-224f-4df0-9a36-f369f5507d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6612 | 2024.06.22 01:34:30.260974 [ 3 ] {} <Debug> HTTP-Session: af4c408d-224f-4df0-9a36-f369f5507d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6613 | 2024.06.22 01:34:30.261004 [ 3 ] {} <Trace> HTTP-Session: af4c408d-224f-4df0-9a36-f369f5507d33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6614 | 2024.06.22 01:34:30.261140 [ 3 ] {7d85b5f6-6db5-4478-9860-8f9f9c06ab9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6615 | 2024.06.22 01:34:30.261183 [ 3 ] {7d85b5f6-6db5-4478-9860-8f9f9c06ab9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6616 | 2024.06.22 01:34:30.261324 [ 3 ] {7d85b5f6-6db5-4478-9860-8f9f9c06ab9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6617 | 2024.06.22 01:34:30.261738 [ 3 ] {7d85b5f6-6db5-4478-9860-8f9f9c06ab9a} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6618 | 2024.06.22 01:34:30.261774 [ 3 ] {7d85b5f6-6db5-4478-9860-8f9f9c06ab9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6619 | 2024.06.22 01:34:30.262099 [ 3 ] {7d85b5f6-6db5-4478-9860-8f9f9c06ab9a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6620 | 2024.06.22 01:34:30.262408 [ 3 ] {7d85b5f6-6db5-4478-9860-8f9f9c06ab9a} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6621 | 2024.06.22 01:34:30.262567 [ 3 ] {7d85b5f6-6db5-4478-9860-8f9f9c06ab9a} <Debug> executeQuery: Read 145 rows, 12.42 KiB in 0.001478 sec., 98105.54803788905 rows/sec., 8.20 MiB/sec. | ||
6622 | 2024.06.22 01:34:30.262876 [ 3 ] {7d85b5f6-6db5-4478-9860-8f9f9c06ab9a} <Debug> DynamicQueryHandler: Done processing query | ||
6623 | 2024.06.22 01:34:30.262923 [ 3 ] {7d85b5f6-6db5-4478-9860-8f9f9c06ab9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6624 | 2024.06.22 01:34:30.262954 [ 3 ] {} <Debug> HTTP-Session: af4c408d-224f-4df0-9a36-f369f5507d33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6625 | 2024.06.22 01:34:30.263088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6626 | 2024.06.22 01:34:30.263139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6627 | 2024.06.22 01:34:30.263159 [ 3 ] {} <Debug> HTTP-Session: 8de57a1f-256a-4809-9622-c6b41890b6ec Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6628 | 2024.06.22 01:34:30.263176 [ 3 ] {} <Debug> HTTP-Session: 8de57a1f-256a-4809-9622-c6b41890b6ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6629 | 2024.06.22 01:34:30.263190 [ 3 ] {} <Debug> HTTP-Session: 8de57a1f-256a-4809-9622-c6b41890b6ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6630 | 2024.06.22 01:34:30.263220 [ 3 ] {} <Trace> HTTP-Session: 8de57a1f-256a-4809-9622-c6b41890b6ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6631 | 2024.06.22 01:34:30.263318 [ 3 ] {0fca885d-d391-45d6-b459-4ff85e9ccf54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6632 | 2024.06.22 01:34:30.263363 [ 3 ] {0fca885d-d391-45d6-b459-4ff85e9ccf54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6633 | 2024.06.22 01:34:30.263506 [ 3 ] {0fca885d-d391-45d6-b459-4ff85e9ccf54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6634 | 2024.06.22 01:34:30.263791 [ 3 ] {0fca885d-d391-45d6-b459-4ff85e9ccf54} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6635 | 2024.06.22 01:34:30.263829 [ 3 ] {0fca885d-d391-45d6-b459-4ff85e9ccf54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6636 | 2024.06.22 01:34:30.264156 [ 3 ] {0fca885d-d391-45d6-b459-4ff85e9ccf54} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6637 | 2024.06.22 01:34:30.264472 [ 3 ] {0fca885d-d391-45d6-b459-4ff85e9ccf54} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6638 | 2024.06.22 01:34:30.264634 [ 3 ] {0fca885d-d391-45d6-b459-4ff85e9ccf54} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001331 sec., 3005.259203606311 rows/sec., 209.84 KiB/sec. | ||
6639 | 2024.06.22 01:34:30.264932 [ 3 ] {0fca885d-d391-45d6-b459-4ff85e9ccf54} <Debug> DynamicQueryHandler: Done processing query | ||
6640 | 2024.06.22 01:34:30.264958 [ 3 ] {0fca885d-d391-45d6-b459-4ff85e9ccf54} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6641 | 2024.06.22 01:34:30.264974 [ 3 ] {} <Debug> HTTP-Session: 8de57a1f-256a-4809-9622-c6b41890b6ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6642 | 2024.06.22 01:34:30.265100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 16487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6643 | 2024.06.22 01:34:30.265150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6644 | 2024.06.22 01:34:30.265170 [ 3 ] {} <Debug> HTTP-Session: 8c39174d-c09a-4cbe-94f3-8ac13164dcbf Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6645 | 2024.06.22 01:34:30.265187 [ 3 ] {} <Debug> HTTP-Session: 8c39174d-c09a-4cbe-94f3-8ac13164dcbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6646 | 2024.06.22 01:34:30.265201 [ 3 ] {} <Debug> HTTP-Session: 8c39174d-c09a-4cbe-94f3-8ac13164dcbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6647 | 2024.06.22 01:34:30.265232 [ 3 ] {} <Trace> HTTP-Session: 8c39174d-c09a-4cbe-94f3-8ac13164dcbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6648 | 2024.06.22 01:34:30.265354 [ 3 ] {de151a4a-c040-497c-9ca5-2a83859a4a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6649 | 2024.06.22 01:34:30.265399 [ 3 ] {de151a4a-c040-497c-9ca5-2a83859a4a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6650 | 2024.06.22 01:34:30.265542 [ 3 ] {de151a4a-c040-497c-9ca5-2a83859a4a7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6651 | 2024.06.22 01:34:30.265915 [ 3 ] {de151a4a-c040-497c-9ca5-2a83859a4a7c} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6652 | 2024.06.22 01:34:30.265952 [ 3 ] {de151a4a-c040-497c-9ca5-2a83859a4a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6653 | 2024.06.22 01:34:30.266272 [ 3 ] {de151a4a-c040-497c-9ca5-2a83859a4a7c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6654 | 2024.06.22 01:34:30.266587 [ 3 ] {de151a4a-c040-497c-9ca5-2a83859a4a7c} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6655 | 2024.06.22 01:34:30.266738 [ 3 ] {de151a4a-c040-497c-9ca5-2a83859a4a7c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001427 sec., 67974.77224947442 rows/sec., 5.31 MiB/sec. | ||
6656 | 2024.06.22 01:34:30.266904 [ 3 ] {de151a4a-c040-497c-9ca5-2a83859a4a7c} <Debug> DynamicQueryHandler: Done processing query | ||
6657 | 2024.06.22 01:34:30.266929 [ 3 ] {de151a4a-c040-497c-9ca5-2a83859a4a7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6658 | 2024.06.22 01:34:30.266944 [ 3 ] {} <Debug> HTTP-Session: 8c39174d-c09a-4cbe-94f3-8ac13164dcbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6659 | 2024.06.22 01:34:30.267104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6660 | 2024.06.22 01:34:30.267154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6661 | 2024.06.22 01:34:30.267173 [ 3 ] {} <Debug> HTTP-Session: 182b220a-7160-41fc-8ae1-92160d9afb43 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6662 | 2024.06.22 01:34:30.267190 [ 3 ] {} <Debug> HTTP-Session: 182b220a-7160-41fc-8ae1-92160d9afb43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6663 | 2024.06.22 01:34:30.267204 [ 3 ] {} <Debug> HTTP-Session: 182b220a-7160-41fc-8ae1-92160d9afb43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6664 | 2024.06.22 01:34:30.267233 [ 3 ] {} <Trace> HTTP-Session: 182b220a-7160-41fc-8ae1-92160d9afb43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6665 | 2024.06.22 01:34:30.267384 [ 3 ] {2d440d36-fb4d-4af5-adfa-f222de5f151d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6666 | 2024.06.22 01:34:30.267432 [ 3 ] {2d440d36-fb4d-4af5-adfa-f222de5f151d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6667 | 2024.06.22 01:34:30.267577 [ 3 ] {2d440d36-fb4d-4af5-adfa-f222de5f151d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6668 | 2024.06.22 01:34:30.267956 [ 3 ] {2d440d36-fb4d-4af5-adfa-f222de5f151d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6669 | 2024.06.22 01:34:30.267991 [ 3 ] {2d440d36-fb4d-4af5-adfa-f222de5f151d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6670 | 2024.06.22 01:34:30.268370 [ 3 ] {2d440d36-fb4d-4af5-adfa-f222de5f151d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6671 | 2024.06.22 01:34:30.268698 [ 3 ] {2d440d36-fb4d-4af5-adfa-f222de5f151d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6672 | 2024.06.22 01:34:30.268913 [ 3 ] {2d440d36-fb4d-4af5-adfa-f222de5f151d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001598 sec., 101376.7209011264 rows/sec., 7.06 MiB/sec. | ||
6673 | 2024.06.22 01:34:30.269082 [ 3 ] {2d440d36-fb4d-4af5-adfa-f222de5f151d} <Debug> DynamicQueryHandler: Done processing query | ||
6674 | 2024.06.22 01:34:30.269107 [ 3 ] {2d440d36-fb4d-4af5-adfa-f222de5f151d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6675 | 2024.06.22 01:34:30.269124 [ 3 ] {} <Debug> HTTP-Session: 182b220a-7160-41fc-8ae1-92160d9afb43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6676 | 2024.06.22 01:34:30.269272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6677 | 2024.06.22 01:34:30.269320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6678 | 2024.06.22 01:34:30.269340 [ 3 ] {} <Debug> HTTP-Session: e70f76a7-ebca-4742-98c7-492ec9bf6e7e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6679 | 2024.06.22 01:34:30.269357 [ 3 ] {} <Debug> HTTP-Session: e70f76a7-ebca-4742-98c7-492ec9bf6e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6680 | 2024.06.22 01:34:30.269371 [ 3 ] {} <Debug> HTTP-Session: e70f76a7-ebca-4742-98c7-492ec9bf6e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6681 | 2024.06.22 01:34:30.269401 [ 3 ] {} <Trace> HTTP-Session: e70f76a7-ebca-4742-98c7-492ec9bf6e7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6682 | 2024.06.22 01:34:30.269662 [ 3 ] {45bbe6fb-0496-40b0-9297-8dd486980563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6683 | 2024.06.22 01:34:30.269711 [ 3 ] {45bbe6fb-0496-40b0-9297-8dd486980563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6684 | 2024.06.22 01:34:30.269872 [ 3 ] {45bbe6fb-0496-40b0-9297-8dd486980563} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6685 | 2024.06.22 01:34:30.270363 [ 3 ] {45bbe6fb-0496-40b0-9297-8dd486980563} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6686 | 2024.06.22 01:34:30.270400 [ 3 ] {45bbe6fb-0496-40b0-9297-8dd486980563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6687 | 2024.06.22 01:34:30.270841 [ 3 ] {45bbe6fb-0496-40b0-9297-8dd486980563} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6688 | 2024.06.22 01:34:30.271194 [ 3 ] {45bbe6fb-0496-40b0-9297-8dd486980563} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6689 | 2024.06.22 01:34:30.271344 [ 3 ] {45bbe6fb-0496-40b0-9297-8dd486980563} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001857 sec., 15616.585891222403 rows/sec., 21.07 MiB/sec. | ||
6690 | 2024.06.22 01:34:30.271516 [ 3 ] {45bbe6fb-0496-40b0-9297-8dd486980563} <Debug> DynamicQueryHandler: Done processing query | ||
6691 | 2024.06.22 01:34:30.271542 [ 3 ] {45bbe6fb-0496-40b0-9297-8dd486980563} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6692 | 2024.06.22 01:34:30.271559 [ 3 ] {} <Debug> HTTP-Session: e70f76a7-ebca-4742-98c7-492ec9bf6e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6693 | 2024.06.22 01:34:30.271686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6694 | 2024.06.22 01:34:30.271736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6695 | 2024.06.22 01:34:30.271756 [ 3 ] {} <Debug> HTTP-Session: 6dd32c51-228d-424d-8084-a4270301c2b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6696 | 2024.06.22 01:34:30.271773 [ 3 ] {} <Debug> HTTP-Session: 6dd32c51-228d-424d-8084-a4270301c2b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6697 | 2024.06.22 01:34:30.271787 [ 3 ] {} <Debug> HTTP-Session: 6dd32c51-228d-424d-8084-a4270301c2b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6698 | 2024.06.22 01:34:30.271817 [ 3 ] {} <Trace> HTTP-Session: 6dd32c51-228d-424d-8084-a4270301c2b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6699 | 2024.06.22 01:34:30.271950 [ 3 ] {ba93d8e5-1a96-46a5-a42f-82d4f83abae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6700 | 2024.06.22 01:34:30.271994 [ 3 ] {ba93d8e5-1a96-46a5-a42f-82d4f83abae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6701 | 2024.06.22 01:34:30.272120 [ 3 ] {ba93d8e5-1a96-46a5-a42f-82d4f83abae4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6702 | 2024.06.22 01:34:30.272410 [ 3 ] {ba93d8e5-1a96-46a5-a42f-82d4f83abae4} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6703 | 2024.06.22 01:34:30.272446 [ 3 ] {ba93d8e5-1a96-46a5-a42f-82d4f83abae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6704 | 2024.06.22 01:34:30.272815 [ 3 ] {ba93d8e5-1a96-46a5-a42f-82d4f83abae4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6705 | 2024.06.22 01:34:30.273145 [ 3 ] {ba93d8e5-1a96-46a5-a42f-82d4f83abae4} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6706 | 2024.06.22 01:34:30.273303 [ 3 ] {ba93d8e5-1a96-46a5-a42f-82d4f83abae4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
6707 | 2024.06.22 01:34:30.273469 [ 3 ] {ba93d8e5-1a96-46a5-a42f-82d4f83abae4} <Debug> DynamicQueryHandler: Done processing query | ||
6708 | 2024.06.22 01:34:30.273494 [ 3 ] {ba93d8e5-1a96-46a5-a42f-82d4f83abae4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6709 | 2024.06.22 01:34:30.273511 [ 3 ] {} <Debug> HTTP-Session: 6dd32c51-228d-424d-8084-a4270301c2b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6710 | 2024.06.22 01:34:33.817026 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6711 | 2024.06.22 01:34:33.817110 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6712 | 2024.06.22 01:34:35.254343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6713 | 2024.06.22 01:34:35.254482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6714 | 2024.06.22 01:34:35.254511 [ 3 ] {} <Debug> HTTP-Session: 0caf868f-12ed-4848-ab15-0f431c2db78a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6715 | 2024.06.22 01:34:35.254539 [ 3 ] {} <Debug> HTTP-Session: 0caf868f-12ed-4848-ab15-0f431c2db78a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6716 | 2024.06.22 01:34:35.254557 [ 3 ] {} <Debug> HTTP-Session: 0caf868f-12ed-4848-ab15-0f431c2db78a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6717 | 2024.06.22 01:34:35.254611 [ 3 ] {} <Trace> HTTP-Session: 0caf868f-12ed-4848-ab15-0f431c2db78a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6718 | 2024.06.22 01:34:35.254813 [ 3 ] {f0e1202e-6a94-4b46-94eb-3114b4075e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6719 | 2024.06.22 01:34:35.254889 [ 3 ] {f0e1202e-6a94-4b46-94eb-3114b4075e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6720 | 2024.06.22 01:34:35.255105 [ 3 ] {f0e1202e-6a94-4b46-94eb-3114b4075e05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6721 | 2024.06.22 01:34:35.255549 [ 3 ] {f0e1202e-6a94-4b46-94eb-3114b4075e05} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6722 | 2024.06.22 01:34:35.255592 [ 3 ] {f0e1202e-6a94-4b46-94eb-3114b4075e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6723 | 2024.06.22 01:34:35.255952 [ 3 ] {f0e1202e-6a94-4b46-94eb-3114b4075e05} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6724 | 2024.06.22 01:34:35.256307 [ 3 ] {f0e1202e-6a94-4b46-94eb-3114b4075e05} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6725 | 2024.06.22 01:34:35.256448 [ 3 ] {f0e1202e-6a94-4b46-94eb-3114b4075e05} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001696 sec., 1179.245283018868 rows/sec., 96.16 KiB/sec. | ||
6726 | 2024.06.22 01:34:35.256744 [ 3 ] {f0e1202e-6a94-4b46-94eb-3114b4075e05} <Debug> DynamicQueryHandler: Done processing query | ||
6727 | 2024.06.22 01:34:35.256772 [ 3 ] {f0e1202e-6a94-4b46-94eb-3114b4075e05} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6728 | 2024.06.22 01:34:35.256787 [ 3 ] {} <Debug> HTTP-Session: 0caf868f-12ed-4848-ab15-0f431c2db78a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6729 | 2024.06.22 01:34:35.256926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6730 | 2024.06.22 01:34:35.256978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6731 | 2024.06.22 01:34:35.256998 [ 3 ] {} <Debug> HTTP-Session: 277909b5-6554-4f35-b84f-c76b69305967 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6732 | 2024.06.22 01:34:35.257014 [ 3 ] {} <Debug> HTTP-Session: 277909b5-6554-4f35-b84f-c76b69305967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6733 | 2024.06.22 01:34:35.257028 [ 3 ] {} <Debug> HTTP-Session: 277909b5-6554-4f35-b84f-c76b69305967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6734 | 2024.06.22 01:34:35.257058 [ 3 ] {} <Trace> HTTP-Session: 277909b5-6554-4f35-b84f-c76b69305967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6735 | 2024.06.22 01:34:35.257169 [ 3 ] {97d71bb0-05bf-43df-b4d5-a71c38bef545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6736 | 2024.06.22 01:34:35.257212 [ 3 ] {97d71bb0-05bf-43df-b4d5-a71c38bef545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6737 | 2024.06.22 01:34:35.257358 [ 3 ] {97d71bb0-05bf-43df-b4d5-a71c38bef545} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6738 | 2024.06.22 01:34:35.257711 [ 3 ] {97d71bb0-05bf-43df-b4d5-a71c38bef545} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6739 | 2024.06.22 01:34:35.257749 [ 3 ] {97d71bb0-05bf-43df-b4d5-a71c38bef545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6740 | 2024.06.22 01:34:35.258066 [ 3 ] {97d71bb0-05bf-43df-b4d5-a71c38bef545} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6741 | 2024.06.22 01:34:35.258375 [ 3 ] {97d71bb0-05bf-43df-b4d5-a71c38bef545} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6742 | 2024.06.22 01:34:35.258503 [ 3 ] {97d71bb0-05bf-43df-b4d5-a71c38bef545} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00137 sec., 41605.8394160584 rows/sec., 3.17 MiB/sec. | ||
6743 | 2024.06.22 01:34:35.258764 [ 3 ] {97d71bb0-05bf-43df-b4d5-a71c38bef545} <Debug> DynamicQueryHandler: Done processing query | ||
6744 | 2024.06.22 01:34:35.258815 [ 3 ] {97d71bb0-05bf-43df-b4d5-a71c38bef545} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6745 | 2024.06.22 01:34:35.258855 [ 3 ] {} <Debug> HTTP-Session: 277909b5-6554-4f35-b84f-c76b69305967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6746 | 2024.06.22 01:34:35.259012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6747 | 2024.06.22 01:34:35.259062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6748 | 2024.06.22 01:34:35.259082 [ 3 ] {} <Debug> HTTP-Session: 9fa52851-4434-460c-b7bf-7eaab995ba8f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6749 | 2024.06.22 01:34:35.259099 [ 3 ] {} <Debug> HTTP-Session: 9fa52851-4434-460c-b7bf-7eaab995ba8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6750 | 2024.06.22 01:34:35.259112 [ 3 ] {} <Debug> HTTP-Session: 9fa52851-4434-460c-b7bf-7eaab995ba8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6751 | 2024.06.22 01:34:35.259143 [ 3 ] {} <Trace> HTTP-Session: 9fa52851-4434-460c-b7bf-7eaab995ba8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6752 | 2024.06.22 01:34:35.259241 [ 3 ] {958f5f2a-e96e-4db5-b7d6-45fb491be304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6753 | 2024.06.22 01:34:35.259285 [ 3 ] {958f5f2a-e96e-4db5-b7d6-45fb491be304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6754 | 2024.06.22 01:34:35.259430 [ 3 ] {958f5f2a-e96e-4db5-b7d6-45fb491be304} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6755 | 2024.06.22 01:34:35.259700 [ 3 ] {958f5f2a-e96e-4db5-b7d6-45fb491be304} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6756 | 2024.06.22 01:34:35.259736 [ 3 ] {958f5f2a-e96e-4db5-b7d6-45fb491be304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6757 | 2024.06.22 01:34:35.260037 [ 3 ] {958f5f2a-e96e-4db5-b7d6-45fb491be304} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6758 | 2024.06.22 01:34:35.260348 [ 3 ] {958f5f2a-e96e-4db5-b7d6-45fb491be304} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6759 | 2024.06.22 01:34:35.260481 [ 3 ] {958f5f2a-e96e-4db5-b7d6-45fb491be304} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 110.57 KiB/sec. | ||
6760 | 2024.06.22 01:34:35.260642 [ 3 ] {958f5f2a-e96e-4db5-b7d6-45fb491be304} <Debug> DynamicQueryHandler: Done processing query | ||
6761 | 2024.06.22 01:34:35.260667 [ 3 ] {958f5f2a-e96e-4db5-b7d6-45fb491be304} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6762 | 2024.06.22 01:34:35.260683 [ 3 ] {} <Debug> HTTP-Session: 9fa52851-4434-460c-b7bf-7eaab995ba8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6763 | 2024.06.22 01:34:35.260813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6764 | 2024.06.22 01:34:35.260864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6765 | 2024.06.22 01:34:35.260885 [ 3 ] {} <Debug> HTTP-Session: 50315d1e-a7cb-45ad-9808-baa100b1625a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6766 | 2024.06.22 01:34:35.260902 [ 3 ] {} <Debug> HTTP-Session: 50315d1e-a7cb-45ad-9808-baa100b1625a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6767 | 2024.06.22 01:34:35.260916 [ 3 ] {} <Debug> HTTP-Session: 50315d1e-a7cb-45ad-9808-baa100b1625a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6768 | 2024.06.22 01:34:35.260947 [ 3 ] {} <Trace> HTTP-Session: 50315d1e-a7cb-45ad-9808-baa100b1625a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6769 | 2024.06.22 01:34:35.261061 [ 3 ] {de3772e5-89c0-4092-9fad-ac3336b0a79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6770 | 2024.06.22 01:34:35.261103 [ 3 ] {de3772e5-89c0-4092-9fad-ac3336b0a79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6771 | 2024.06.22 01:34:35.261227 [ 3 ] {de3772e5-89c0-4092-9fad-ac3336b0a79b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6772 | 2024.06.22 01:34:35.261545 [ 3 ] {de3772e5-89c0-4092-9fad-ac3336b0a79b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6773 | 2024.06.22 01:34:35.261582 [ 3 ] {de3772e5-89c0-4092-9fad-ac3336b0a79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6774 | 2024.06.22 01:34:35.261892 [ 3 ] {de3772e5-89c0-4092-9fad-ac3336b0a79b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6775 | 2024.06.22 01:34:35.262211 [ 3 ] {de3772e5-89c0-4092-9fad-ac3336b0a79b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6776 | 2024.06.22 01:34:35.262335 [ 3 ] {de3772e5-89c0-4092-9fad-ac3336b0a79b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001316 sec., 50151.97568389058 rows/sec., 3.92 MiB/sec. | ||
6777 | 2024.06.22 01:34:35.262617 [ 3 ] {de3772e5-89c0-4092-9fad-ac3336b0a79b} <Debug> DynamicQueryHandler: Done processing query | ||
6778 | 2024.06.22 01:34:35.262671 [ 3 ] {de3772e5-89c0-4092-9fad-ac3336b0a79b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6779 | 2024.06.22 01:34:35.262706 [ 3 ] {} <Debug> HTTP-Session: 50315d1e-a7cb-45ad-9808-baa100b1625a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6780 | 2024.06.22 01:34:35.262860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6781 | 2024.06.22 01:34:35.262911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6782 | 2024.06.22 01:34:35.262931 [ 3 ] {} <Debug> HTTP-Session: 951534e9-739d-4139-8e1b-d7804bc431b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6783 | 2024.06.22 01:34:35.262947 [ 3 ] {} <Debug> HTTP-Session: 951534e9-739d-4139-8e1b-d7804bc431b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6784 | 2024.06.22 01:34:35.262960 [ 3 ] {} <Debug> HTTP-Session: 951534e9-739d-4139-8e1b-d7804bc431b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6785 | 2024.06.22 01:34:35.262991 [ 3 ] {} <Trace> HTTP-Session: 951534e9-739d-4139-8e1b-d7804bc431b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6786 | 2024.06.22 01:34:35.263136 [ 3 ] {c170d669-b12c-45cc-9663-609823d8325d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6787 | 2024.06.22 01:34:35.263184 [ 3 ] {c170d669-b12c-45cc-9663-609823d8325d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6788 | 2024.06.22 01:34:35.263339 [ 3 ] {c170d669-b12c-45cc-9663-609823d8325d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6789 | 2024.06.22 01:34:35.263726 [ 3 ] {c170d669-b12c-45cc-9663-609823d8325d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6790 | 2024.06.22 01:34:35.263761 [ 3 ] {c170d669-b12c-45cc-9663-609823d8325d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6791 | 2024.06.22 01:34:35.264152 [ 3 ] {c170d669-b12c-45cc-9663-609823d8325d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6792 | 2024.06.22 01:34:35.264493 [ 3 ] {c170d669-b12c-45cc-9663-609823d8325d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6793 | 2024.06.22 01:34:35.264622 [ 3 ] {c170d669-b12c-45cc-9663-609823d8325d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001552 sec., 103737.11340206186 rows/sec., 7.22 MiB/sec. | ||
6794 | 2024.06.22 01:34:35.264788 [ 3 ] {c170d669-b12c-45cc-9663-609823d8325d} <Debug> DynamicQueryHandler: Done processing query | ||
6795 | 2024.06.22 01:34:35.264813 [ 3 ] {c170d669-b12c-45cc-9663-609823d8325d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6796 | 2024.06.22 01:34:35.264829 [ 3 ] {} <Debug> HTTP-Session: 951534e9-739d-4139-8e1b-d7804bc431b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6797 | 2024.06.22 01:34:35.264969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6798 | 2024.06.22 01:34:35.265019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6799 | 2024.06.22 01:34:35.265038 [ 3 ] {} <Debug> HTTP-Session: e6b35752-0024-453c-a013-b2a9d01016c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6800 | 2024.06.22 01:34:35.265054 [ 3 ] {} <Debug> HTTP-Session: e6b35752-0024-453c-a013-b2a9d01016c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6801 | 2024.06.22 01:34:35.265067 [ 3 ] {} <Debug> HTTP-Session: e6b35752-0024-453c-a013-b2a9d01016c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6802 | 2024.06.22 01:34:35.265096 [ 3 ] {} <Trace> HTTP-Session: e6b35752-0024-453c-a013-b2a9d01016c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6803 | 2024.06.22 01:34:35.265224 [ 3 ] {5f1e3541-1ebe-4eb6-b5ef-fb207bc81e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6804 | 2024.06.22 01:34:35.265269 [ 3 ] {5f1e3541-1ebe-4eb6-b5ef-fb207bc81e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6805 | 2024.06.22 01:34:35.265393 [ 3 ] {5f1e3541-1ebe-4eb6-b5ef-fb207bc81e8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6806 | 2024.06.22 01:34:35.265681 [ 3 ] {5f1e3541-1ebe-4eb6-b5ef-fb207bc81e8a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6807 | 2024.06.22 01:34:35.265717 [ 3 ] {5f1e3541-1ebe-4eb6-b5ef-fb207bc81e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6808 | 2024.06.22 01:34:35.266108 [ 3 ] {5f1e3541-1ebe-4eb6-b5ef-fb207bc81e8a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6809 | 2024.06.22 01:34:35.266428 [ 3 ] {5f1e3541-1ebe-4eb6-b5ef-fb207bc81e8a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6810 | 2024.06.22 01:34:35.266554 [ 3 ] {5f1e3541-1ebe-4eb6-b5ef-fb207bc81e8a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
6811 | 2024.06.22 01:34:35.266717 [ 3 ] {5f1e3541-1ebe-4eb6-b5ef-fb207bc81e8a} <Debug> DynamicQueryHandler: Done processing query | ||
6812 | 2024.06.22 01:34:35.266742 [ 3 ] {5f1e3541-1ebe-4eb6-b5ef-fb207bc81e8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6813 | 2024.06.22 01:34:35.266759 [ 3 ] {} <Debug> HTTP-Session: e6b35752-0024-453c-a013-b2a9d01016c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6814 | 2024.06.22 01:34:40.256033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6815 | 2024.06.22 01:34:40.256158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6816 | 2024.06.22 01:34:40.256182 [ 3 ] {} <Debug> HTTP-Session: f2c20c6a-7d0e-496c-ab46-d46f49fcf7dd Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6817 | 2024.06.22 01:34:40.256206 [ 3 ] {} <Debug> HTTP-Session: f2c20c6a-7d0e-496c-ab46-d46f49fcf7dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6818 | 2024.06.22 01:34:40.256221 [ 3 ] {} <Debug> HTTP-Session: f2c20c6a-7d0e-496c-ab46-d46f49fcf7dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6819 | 2024.06.22 01:34:40.256270 [ 3 ] {} <Trace> HTTP-Session: f2c20c6a-7d0e-496c-ab46-d46f49fcf7dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6820 | 2024.06.22 01:34:40.256462 [ 3 ] {38ba3bcd-e1c1-48fa-9384-ad18f3d7ca87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6821 | 2024.06.22 01:34:40.256531 [ 3 ] {38ba3bcd-e1c1-48fa-9384-ad18f3d7ca87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6822 | 2024.06.22 01:34:40.256717 [ 3 ] {38ba3bcd-e1c1-48fa-9384-ad18f3d7ca87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6823 | 2024.06.22 01:34:40.257153 [ 3 ] {38ba3bcd-e1c1-48fa-9384-ad18f3d7ca87} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6824 | 2024.06.22 01:34:40.257195 [ 3 ] {38ba3bcd-e1c1-48fa-9384-ad18f3d7ca87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6825 | 2024.06.22 01:34:40.257557 [ 3 ] {38ba3bcd-e1c1-48fa-9384-ad18f3d7ca87} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6826 | 2024.06.22 01:34:40.257889 [ 3 ] {38ba3bcd-e1c1-48fa-9384-ad18f3d7ca87} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6827 | 2024.06.22 01:34:40.258050 [ 3 ] {38ba3bcd-e1c1-48fa-9384-ad18f3d7ca87} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001644 sec., 17639.902676399026 rows/sec., 1.40 MiB/sec. | ||
6828 | 2024.06.22 01:34:40.258075 [ 77 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
6829 | 2024.06.22 01:34:40.258173 [ 77 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6830 | 2024.06.22 01:34:40.258216 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6831 | 2024.06.22 01:34:40.258333 [ 3 ] {38ba3bcd-e1c1-48fa-9384-ad18f3d7ca87} <Debug> DynamicQueryHandler: Done processing query | ||
6832 | 2024.06.22 01:34:40.258423 [ 3 ] {38ba3bcd-e1c1-48fa-9384-ad18f3d7ca87} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6833 | 2024.06.22 01:34:40.258508 [ 3 ] {} <Debug> HTTP-Session: f2c20c6a-7d0e-496c-ab46-d46f49fcf7dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6834 | 2024.06.22 01:34:40.258853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6835 | 2024.06.22 01:34:40.258911 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
6836 | 2024.06.22 01:34:40.258984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6837 | 2024.06.22 01:34:40.259046 [ 3 ] {} <Debug> HTTP-Session: 0ec6543f-48d0-4f78-a337-acea14d93ea5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6838 | 2024.06.22 01:34:40.259085 [ 3 ] {} <Debug> HTTP-Session: 0ec6543f-48d0-4f78-a337-acea14d93ea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6839 | 2024.06.22 01:34:40.259101 [ 3 ] {} <Debug> HTTP-Session: 0ec6543f-48d0-4f78-a337-acea14d93ea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6840 | 2024.06.22 01:34:40.259181 [ 3 ] {} <Trace> HTTP-Session: 0ec6543f-48d0-4f78-a337-acea14d93ea5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6841 | 2024.06.22 01:34:40.259426 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6842 | 2024.06.22 01:34:40.259477 [ 3 ] {2f8ec2a8-f9b1-4aa2-ba13-3a02deae1890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6843 | 2024.06.22 01:34:40.259528 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 29 rows starting from the beginning of the part | ||
6844 | 2024.06.22 01:34:40.259549 [ 3 ] {2f8ec2a8-f9b1-4aa2-ba13-3a02deae1890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6845 | 2024.06.22 01:34:40.259859 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
6846 | 2024.06.22 01:34:40.260275 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 25 rows starting from the beginning of the part | ||
6847 | 2024.06.22 01:34:40.260657 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 29 rows starting from the beginning of the part | ||
6848 | 2024.06.22 01:34:40.260671 [ 3 ] {2f8ec2a8-f9b1-4aa2-ba13-3a02deae1890} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6849 | 2024.06.22 01:34:40.260936 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 29 rows starting from the beginning of the part | ||
6850 | 2024.06.22 01:34:40.261126 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 29 rows starting from the beginning of the part | ||
6851 | 2024.06.22 01:34:40.261926 [ 3 ] {2f8ec2a8-f9b1-4aa2-ba13-3a02deae1890} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6852 | 2024.06.22 01:34:40.261991 [ 3 ] {2f8ec2a8-f9b1-4aa2-ba13-3a02deae1890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6853 | 2024.06.22 01:34:40.262841 [ 3 ] {2f8ec2a8-f9b1-4aa2-ba13-3a02deae1890} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6854 | 2024.06.22 01:34:40.263889 [ 3 ] {2f8ec2a8-f9b1-4aa2-ba13-3a02deae1890} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6855 | 2024.06.22 01:34:40.263906 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.005584768 sec., 25963.477802479887 rows/sec., 2.06 MiB/sec. | ||
6856 | 2024.06.22 01:34:40.264188 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
6857 | 2024.06.22 01:34:40.264204 [ 3 ] {2f8ec2a8-f9b1-4aa2-ba13-3a02deae1890} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.00482 sec., 29668.04979253112 rows/sec., 2.49 MiB/sec. | ||
6858 | 2024.06.22 01:34:40.264874 [ 3 ] {2f8ec2a8-f9b1-4aa2-ba13-3a02deae1890} <Debug> DynamicQueryHandler: Done processing query | ||
6859 | 2024.06.22 01:34:40.265007 [ 3 ] {2f8ec2a8-f9b1-4aa2-ba13-3a02deae1890} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6860 | 2024.06.22 01:34:40.265115 [ 3 ] {} <Debug> HTTP-Session: 0ec6543f-48d0-4f78-a337-acea14d93ea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6861 | 2024.06.22 01:34:40.265495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6862 | 2024.06.22 01:34:40.265587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6863 | 2024.06.22 01:34:40.265615 [ 3 ] {} <Debug> HTTP-Session: f06de1c7-b518-4d40-9147-1b2ed820ad75 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6864 | 2024.06.22 01:34:40.265644 [ 3 ] {} <Debug> HTTP-Session: f06de1c7-b518-4d40-9147-1b2ed820ad75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6865 | 2024.06.22 01:34:40.265672 [ 3 ] {} <Debug> HTTP-Session: f06de1c7-b518-4d40-9147-1b2ed820ad75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6866 | 2024.06.22 01:34:40.265734 [ 3 ] {} <Trace> HTTP-Session: f06de1c7-b518-4d40-9147-1b2ed820ad75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6867 | 2024.06.22 01:34:40.265750 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6868 | 2024.06.22 01:34:40.265909 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_23_5} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
6869 | 2024.06.22 01:34:40.265973 [ 3 ] {86718d2f-46fe-46fb-a7cf-15aaaacc1b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6870 | 2024.06.22 01:34:40.266040 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6871 | 2024.06.22 01:34:40.266067 [ 3 ] {86718d2f-46fe-46fb-a7cf-15aaaacc1b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6872 | 2024.06.22 01:34:40.266232 [ 3 ] {86718d2f-46fe-46fb-a7cf-15aaaacc1b67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6873 | 2024.06.22 01:34:40.266597 [ 3 ] {86718d2f-46fe-46fb-a7cf-15aaaacc1b67} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6874 | 2024.06.22 01:34:40.266635 [ 3 ] {86718d2f-46fe-46fb-a7cf-15aaaacc1b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6875 | 2024.06.22 01:34:40.266965 [ 3 ] {86718d2f-46fe-46fb-a7cf-15aaaacc1b67} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6876 | 2024.06.22 01:34:40.267276 [ 3 ] {86718d2f-46fe-46fb-a7cf-15aaaacc1b67} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6877 | 2024.06.22 01:34:40.267441 [ 3 ] {86718d2f-46fe-46fb-a7cf-15aaaacc1b67} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001565 sec., 59424.92012779553 rows/sec., 4.64 MiB/sec. | ||
6878 | 2024.06.22 01:34:40.267694 [ 3 ] {86718d2f-46fe-46fb-a7cf-15aaaacc1b67} <Debug> DynamicQueryHandler: Done processing query | ||
6879 | 2024.06.22 01:34:40.267753 [ 3 ] {86718d2f-46fe-46fb-a7cf-15aaaacc1b67} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6880 | 2024.06.22 01:34:40.267796 [ 3 ] {} <Debug> HTTP-Session: f06de1c7-b518-4d40-9147-1b2ed820ad75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6881 | 2024.06.22 01:34:40.268047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6882 | 2024.06.22 01:34:40.268100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6883 | 2024.06.22 01:34:40.268119 [ 3 ] {} <Debug> HTTP-Session: 44d52bd1-0eef-4042-b652-e5b84e65abe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6884 | 2024.06.22 01:34:40.268135 [ 3 ] {} <Debug> HTTP-Session: 44d52bd1-0eef-4042-b652-e5b84e65abe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6885 | 2024.06.22 01:34:40.268149 [ 3 ] {} <Debug> HTTP-Session: 44d52bd1-0eef-4042-b652-e5b84e65abe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6886 | 2024.06.22 01:34:40.268181 [ 3 ] {} <Trace> HTTP-Session: 44d52bd1-0eef-4042-b652-e5b84e65abe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6887 | 2024.06.22 01:34:40.268350 [ 3 ] {3bc358e8-28f1-4427-8a72-975cfca6257c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6888 | 2024.06.22 01:34:40.268398 [ 3 ] {3bc358e8-28f1-4427-8a72-975cfca6257c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6889 | 2024.06.22 01:34:40.268561 [ 3 ] {3bc358e8-28f1-4427-8a72-975cfca6257c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6890 | 2024.06.22 01:34:40.268986 [ 3 ] {3bc358e8-28f1-4427-8a72-975cfca6257c} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6891 | 2024.06.22 01:34:40.269022 [ 3 ] {3bc358e8-28f1-4427-8a72-975cfca6257c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6892 | 2024.06.22 01:34:40.269412 [ 3 ] {3bc358e8-28f1-4427-8a72-975cfca6257c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6893 | 2024.06.22 01:34:40.269752 [ 3 ] {3bc358e8-28f1-4427-8a72-975cfca6257c} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6894 | 2024.06.22 01:34:40.269882 [ 3 ] {3bc358e8-28f1-4427-8a72-975cfca6257c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
6895 | 2024.06.22 01:34:40.270153 [ 3 ] {3bc358e8-28f1-4427-8a72-975cfca6257c} <Debug> DynamicQueryHandler: Done processing query | ||
6896 | 2024.06.22 01:34:40.270192 [ 3 ] {3bc358e8-28f1-4427-8a72-975cfca6257c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6897 | 2024.06.22 01:34:40.270215 [ 3 ] {} <Debug> HTTP-Session: 44d52bd1-0eef-4042-b652-e5b84e65abe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6898 | 2024.06.22 01:34:40.270456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6899 | 2024.06.22 01:34:40.270506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6900 | 2024.06.22 01:34:40.270526 [ 3 ] {} <Debug> HTTP-Session: 34858689-30f9-4dd9-85fb-de8cca0d83b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6901 | 2024.06.22 01:34:40.270542 [ 3 ] {} <Debug> HTTP-Session: 34858689-30f9-4dd9-85fb-de8cca0d83b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6902 | 2024.06.22 01:34:40.270556 [ 3 ] {} <Debug> HTTP-Session: 34858689-30f9-4dd9-85fb-de8cca0d83b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6903 | 2024.06.22 01:34:40.270587 [ 3 ] {} <Trace> HTTP-Session: 34858689-30f9-4dd9-85fb-de8cca0d83b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6904 | 2024.06.22 01:34:40.270862 [ 3 ] {a81ca3e5-0350-44c7-bf8e-e1b207ea1323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6905 | 2024.06.22 01:34:40.270912 [ 3 ] {a81ca3e5-0350-44c7-bf8e-e1b207ea1323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6906 | 2024.06.22 01:34:40.271090 [ 3 ] {a81ca3e5-0350-44c7-bf8e-e1b207ea1323} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6907 | 2024.06.22 01:34:40.271575 [ 3 ] {a81ca3e5-0350-44c7-bf8e-e1b207ea1323} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6908 | 2024.06.22 01:34:40.271610 [ 3 ] {a81ca3e5-0350-44c7-bf8e-e1b207ea1323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6909 | 2024.06.22 01:34:40.272020 [ 3 ] {a81ca3e5-0350-44c7-bf8e-e1b207ea1323} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6910 | 2024.06.22 01:34:40.272366 [ 3 ] {a81ca3e5-0350-44c7-bf8e-e1b207ea1323} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6911 | 2024.06.22 01:34:40.272498 [ 3 ] {a81ca3e5-0350-44c7-bf8e-e1b207ea1323} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001824 sec., 15899.122807017544 rows/sec., 21.46 MiB/sec. | ||
6912 | 2024.06.22 01:34:40.272890 [ 3 ] {a81ca3e5-0350-44c7-bf8e-e1b207ea1323} <Debug> DynamicQueryHandler: Done processing query | ||
6913 | 2024.06.22 01:34:40.272926 [ 3 ] {a81ca3e5-0350-44c7-bf8e-e1b207ea1323} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6914 | 2024.06.22 01:34:40.272960 [ 3 ] {} <Debug> HTTP-Session: 34858689-30f9-4dd9-85fb-de8cca0d83b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6915 | 2024.06.22 01:34:40.273132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6916 | 2024.06.22 01:34:40.273183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6917 | 2024.06.22 01:34:40.273202 [ 3 ] {} <Debug> HTTP-Session: 2e1a1cf6-9653-4e38-babc-4f4f0d111be8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6918 | 2024.06.22 01:34:40.273218 [ 3 ] {} <Debug> HTTP-Session: 2e1a1cf6-9653-4e38-babc-4f4f0d111be8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6919 | 2024.06.22 01:34:40.273231 [ 3 ] {} <Debug> HTTP-Session: 2e1a1cf6-9653-4e38-babc-4f4f0d111be8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6920 | 2024.06.22 01:34:40.273262 [ 3 ] {} <Trace> HTTP-Session: 2e1a1cf6-9653-4e38-babc-4f4f0d111be8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6921 | 2024.06.22 01:34:40.273403 [ 3 ] {9fc9faa3-017d-4813-9c1f-464bb91e2c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6922 | 2024.06.22 01:34:40.273450 [ 3 ] {9fc9faa3-017d-4813-9c1f-464bb91e2c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6923 | 2024.06.22 01:34:40.273604 [ 3 ] {9fc9faa3-017d-4813-9c1f-464bb91e2c8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6924 | 2024.06.22 01:34:40.273899 [ 3 ] {9fc9faa3-017d-4813-9c1f-464bb91e2c8d} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6925 | 2024.06.22 01:34:40.273961 [ 3 ] {9fc9faa3-017d-4813-9c1f-464bb91e2c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6926 | 2024.06.22 01:34:40.274315 [ 3 ] {9fc9faa3-017d-4813-9c1f-464bb91e2c8d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6927 | 2024.06.22 01:34:40.274638 [ 3 ] {9fc9faa3-017d-4813-9c1f-464bb91e2c8d} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6928 | 2024.06.22 01:34:40.274765 [ 3 ] {9fc9faa3-017d-4813-9c1f-464bb91e2c8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
6929 | 2024.06.22 01:34:40.274928 [ 3 ] {9fc9faa3-017d-4813-9c1f-464bb91e2c8d} <Debug> DynamicQueryHandler: Done processing query | ||
6930 | 2024.06.22 01:34:40.274954 [ 3 ] {9fc9faa3-017d-4813-9c1f-464bb91e2c8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6931 | 2024.06.22 01:34:40.274970 [ 3 ] {} <Debug> HTTP-Session: 2e1a1cf6-9653-4e38-babc-4f4f0d111be8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6932 | 2024.06.22 01:34:45.256040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6933 | 2024.06.22 01:34:45.256194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6934 | 2024.06.22 01:34:45.256228 [ 3 ] {} <Debug> HTTP-Session: 9be3de82-644e-47b1-bc14-f45a3028d1dc Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6935 | 2024.06.22 01:34:45.256315 [ 3 ] {} <Debug> HTTP-Session: 9be3de82-644e-47b1-bc14-f45a3028d1dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6936 | 2024.06.22 01:34:45.256341 [ 3 ] {} <Debug> HTTP-Session: 9be3de82-644e-47b1-bc14-f45a3028d1dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6937 | 2024.06.22 01:34:45.256462 [ 3 ] {} <Trace> HTTP-Session: 9be3de82-644e-47b1-bc14-f45a3028d1dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6938 | 2024.06.22 01:34:45.256917 [ 3 ] {94b05888-dfbe-44a2-b144-e90f9efb42e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6939 | 2024.06.22 01:34:45.257057 [ 3 ] {94b05888-dfbe-44a2-b144-e90f9efb42e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6940 | 2024.06.22 01:34:45.257279 [ 3 ] {94b05888-dfbe-44a2-b144-e90f9efb42e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6941 | 2024.06.22 01:34:45.257778 [ 3 ] {94b05888-dfbe-44a2-b144-e90f9efb42e9} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6942 | 2024.06.22 01:34:45.257835 [ 3 ] {94b05888-dfbe-44a2-b144-e90f9efb42e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6943 | 2024.06.22 01:34:45.258283 [ 3 ] {94b05888-dfbe-44a2-b144-e90f9efb42e9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6944 | 2024.06.22 01:34:45.258696 [ 3 ] {94b05888-dfbe-44a2-b144-e90f9efb42e9} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6945 | 2024.06.22 01:34:45.258892 [ 3 ] {94b05888-dfbe-44a2-b144-e90f9efb42e9} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002103 sec., 2853.0670470756063 rows/sec., 232.65 KiB/sec. | ||
6946 | 2024.06.22 01:34:45.259139 [ 3 ] {94b05888-dfbe-44a2-b144-e90f9efb42e9} <Debug> DynamicQueryHandler: Done processing query | ||
6947 | 2024.06.22 01:34:45.259167 [ 3 ] {94b05888-dfbe-44a2-b144-e90f9efb42e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6948 | 2024.06.22 01:34:45.259183 [ 3 ] {} <Debug> HTTP-Session: 9be3de82-644e-47b1-bc14-f45a3028d1dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6949 | 2024.06.22 01:34:45.259352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 13142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6950 | 2024.06.22 01:34:45.259417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6951 | 2024.06.22 01:34:45.259436 [ 3 ] {} <Debug> HTTP-Session: e61f0f22-7f54-40ec-b049-b0612e0e32a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6952 | 2024.06.22 01:34:45.259456 [ 3 ] {} <Debug> HTTP-Session: e61f0f22-7f54-40ec-b049-b0612e0e32a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6953 | 2024.06.22 01:34:45.259470 [ 3 ] {} <Debug> HTTP-Session: e61f0f22-7f54-40ec-b049-b0612e0e32a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6954 | 2024.06.22 01:34:45.259507 [ 3 ] {} <Trace> HTTP-Session: e61f0f22-7f54-40ec-b049-b0612e0e32a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6955 | 2024.06.22 01:34:45.259647 [ 3 ] {2cfb099a-8697-415a-b7a2-f195d918049e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6956 | 2024.06.22 01:34:45.259697 [ 3 ] {2cfb099a-8697-415a-b7a2-f195d918049e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6957 | 2024.06.22 01:34:45.259833 [ 3 ] {2cfb099a-8697-415a-b7a2-f195d918049e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6958 | 2024.06.22 01:34:45.260218 [ 3 ] {2cfb099a-8697-415a-b7a2-f195d918049e} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6959 | 2024.06.22 01:34:45.260257 [ 3 ] {2cfb099a-8697-415a-b7a2-f195d918049e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6960 | 2024.06.22 01:34:45.260581 [ 3 ] {2cfb099a-8697-415a-b7a2-f195d918049e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6961 | 2024.06.22 01:34:45.260894 [ 3 ] {2cfb099a-8697-415a-b7a2-f195d918049e} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6962 | 2024.06.22 01:34:45.261058 [ 3 ] {2cfb099a-8697-415a-b7a2-f195d918049e} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.00146 sec., 65068.49315068493 rows/sec., 4.93 MiB/sec. | ||
6963 | 2024.06.22 01:34:45.261071 [ 73 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6964 | 2024.06.22 01:34:45.261153 [ 73 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6965 | 2024.06.22 01:34:45.261205 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6966 | 2024.06.22 01:34:45.261352 [ 3 ] {2cfb099a-8697-415a-b7a2-f195d918049e} <Debug> DynamicQueryHandler: Done processing query | ||
6967 | 2024.06.22 01:34:45.261397 [ 3 ] {2cfb099a-8697-415a-b7a2-f195d918049e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6968 | 2024.06.22 01:34:45.261426 [ 3 ] {} <Debug> HTTP-Session: e61f0f22-7f54-40ec-b049-b0612e0e32a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6969 | 2024.06.22 01:34:45.261428 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
6970 | 2024.06.22 01:34:45.261637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6971 | 2024.06.22 01:34:45.261682 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6972 | 2024.06.22 01:34:45.261747 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 186 rows starting from the beginning of the part | ||
6973 | 2024.06.22 01:34:45.261747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6974 | 2024.06.22 01:34:45.261811 [ 3 ] {} <Debug> HTTP-Session: 3e88dff4-aeee-4bbf-9372-0de83fb7ad0d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
6975 | 2024.06.22 01:34:45.261888 [ 3 ] {} <Debug> HTTP-Session: 3e88dff4-aeee-4bbf-9372-0de83fb7ad0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6976 | 2024.06.22 01:34:45.261964 [ 3 ] {} <Debug> HTTP-Session: 3e88dff4-aeee-4bbf-9372-0de83fb7ad0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6977 | 2024.06.22 01:34:45.261973 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part | ||
6978 | 2024.06.22 01:34:45.262085 [ 3 ] {} <Trace> HTTP-Session: 3e88dff4-aeee-4bbf-9372-0de83fb7ad0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6979 | 2024.06.22 01:34:45.262138 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 145 rows starting from the beginning of the part | ||
6980 | 2024.06.22 01:34:45.262527 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 57 rows starting from the beginning of the part | ||
6981 | 2024.06.22 01:34:45.262601 [ 3 ] {c76b6f87-f889-4f9c-bbe1-d8fe9a5cdb51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6982 | 2024.06.22 01:34:45.262762 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 143 rows starting from the beginning of the part | ||
6983 | 2024.06.22 01:34:45.262795 [ 3 ] {c76b6f87-f889-4f9c-bbe1-d8fe9a5cdb51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6984 | 2024.06.22 01:34:45.263115 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 95 rows starting from the beginning of the part | ||
6985 | 2024.06.22 01:34:45.263825 [ 3 ] {c76b6f87-f889-4f9c-bbe1-d8fe9a5cdb51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6986 | 2024.06.22 01:34:45.264571 [ 3 ] {c76b6f87-f889-4f9c-bbe1-d8fe9a5cdb51} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6987 | 2024.06.22 01:34:45.264647 [ 3 ] {c76b6f87-f889-4f9c-bbe1-d8fe9a5cdb51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6988 | 2024.06.22 01:34:45.265470 [ 3 ] {c76b6f87-f889-4f9c-bbe1-d8fe9a5cdb51} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6989 | 2024.06.22 01:34:45.266146 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 4 columns (4 merged, 0 gathered) in 0.004839463 sec., 140924.72656573675 rows/sec., 11.39 MiB/sec. | ||
6990 | 2024.06.22 01:34:45.266384 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6991 | 2024.06.22 01:34:45.266396 [ 3 ] {c76b6f87-f889-4f9c-bbe1-d8fe9a5cdb51} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6992 | 2024.06.22 01:34:45.266819 [ 3 ] {c76b6f87-f889-4f9c-bbe1-d8fe9a5cdb51} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.004439 sec., 1351.6557783284522 rows/sec., 94.38 KiB/sec. | ||
6993 | 2024.06.22 01:34:45.267235 [ 3 ] {c76b6f87-f889-4f9c-bbe1-d8fe9a5cdb51} <Debug> DynamicQueryHandler: Done processing query | ||
6994 | 2024.06.22 01:34:45.267294 [ 3 ] {c76b6f87-f889-4f9c-bbe1-d8fe9a5cdb51} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6995 | 2024.06.22 01:34:45.267303 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_51_10} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6996 | 2024.06.22 01:34:45.267339 [ 3 ] {} <Debug> HTTP-Session: 3e88dff4-aeee-4bbf-9372-0de83fb7ad0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6997 | 2024.06.22 01:34:45.267463 [ 199 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_51_10} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6998 | 2024.06.22 01:34:45.267581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6999 | 2024.06.22 01:34:45.267596 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
7000 | 2024.06.22 01:34:45.267662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7001 | 2024.06.22 01:34:45.267686 [ 3 ] {} <Debug> HTTP-Session: 725c1a6b-f54f-4c8d-bee0-83ac6748981a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7002 | 2024.06.22 01:34:45.267703 [ 3 ] {} <Debug> HTTP-Session: 725c1a6b-f54f-4c8d-bee0-83ac6748981a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7003 | 2024.06.22 01:34:45.267718 [ 3 ] {} <Debug> HTTP-Session: 725c1a6b-f54f-4c8d-bee0-83ac6748981a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7004 | 2024.06.22 01:34:45.267752 [ 3 ] {} <Trace> HTTP-Session: 725c1a6b-f54f-4c8d-bee0-83ac6748981a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7005 | 2024.06.22 01:34:45.267893 [ 3 ] {c2c16f1a-ca16-418e-a293-f8f526be6218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7006 | 2024.06.22 01:34:45.267941 [ 3 ] {c2c16f1a-ca16-418e-a293-f8f526be6218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7007 | 2024.06.22 01:34:45.268092 [ 3 ] {c2c16f1a-ca16-418e-a293-f8f526be6218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7008 | 2024.06.22 01:34:45.268461 [ 3 ] {c2c16f1a-ca16-418e-a293-f8f526be6218} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7009 | 2024.06.22 01:34:45.268500 [ 3 ] {c2c16f1a-ca16-418e-a293-f8f526be6218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7010 | 2024.06.22 01:34:45.268829 [ 3 ] {c2c16f1a-ca16-418e-a293-f8f526be6218} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7011 | 2024.06.22 01:34:45.269156 [ 3 ] {c2c16f1a-ca16-418e-a293-f8f526be6218} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7012 | 2024.06.22 01:34:45.269305 [ 3 ] {c2c16f1a-ca16-418e-a293-f8f526be6218} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001468 sec., 64032.69754768393 rows/sec., 4.99 MiB/sec. | ||
7013 | 2024.06.22 01:34:45.269319 [ 73 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7014 | 2024.06.22 01:34:45.269402 [ 73 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7015 | 2024.06.22 01:34:45.269456 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7016 | 2024.06.22 01:34:45.269597 [ 3 ] {c2c16f1a-ca16-418e-a293-f8f526be6218} <Debug> DynamicQueryHandler: Done processing query | ||
7017 | 2024.06.22 01:34:45.269686 [ 3 ] {c2c16f1a-ca16-418e-a293-f8f526be6218} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7018 | 2024.06.22 01:34:45.269743 [ 3 ] {} <Debug> HTTP-Session: 725c1a6b-f54f-4c8d-bee0-83ac6748981a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7019 | 2024.06.22 01:34:45.269777 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
7020 | 2024.06.22 01:34:45.270169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 38162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7021 | 2024.06.22 01:34:45.270245 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7022 | 2024.06.22 01:34:45.270264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7023 | 2024.06.22 01:34:45.270316 [ 3 ] {} <Debug> HTTP-Session: 6159a9a6-67f3-4da7-996c-79c58095e1d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7024 | 2024.06.22 01:34:45.270317 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 149 rows starting from the beginning of the part | ||
7025 | 2024.06.22 01:34:45.270347 [ 3 ] {} <Debug> HTTP-Session: 6159a9a6-67f3-4da7-996c-79c58095e1d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7026 | 2024.06.22 01:34:45.270394 [ 3 ] {} <Debug> HTTP-Session: 6159a9a6-67f3-4da7-996c-79c58095e1d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7027 | 2024.06.22 01:34:45.270535 [ 3 ] {} <Trace> HTTP-Session: 6159a9a6-67f3-4da7-996c-79c58095e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7028 | 2024.06.22 01:34:45.270570 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part | ||
7029 | 2024.06.22 01:34:45.270896 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 97 rows starting from the beginning of the part | ||
7030 | 2024.06.22 01:34:45.271115 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 66 rows starting from the beginning of the part | ||
7031 | 2024.06.22 01:34:45.271203 [ 3 ] {5e978900-e97e-454b-901e-b4a6e15fe26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7032 | 2024.06.22 01:34:45.271408 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 93 rows starting from the beginning of the part | ||
7033 | 2024.06.22 01:34:45.271501 [ 3 ] {5e978900-e97e-454b-901e-b4a6e15fe26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7034 | 2024.06.22 01:34:45.271682 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 94 rows starting from the beginning of the part | ||
7035 | 2024.06.22 01:34:45.272528 [ 3 ] {5e978900-e97e-454b-901e-b4a6e15fe26c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7036 | 2024.06.22 01:34:45.273574 [ 3 ] {5e978900-e97e-454b-901e-b4a6e15fe26c} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7037 | 2024.06.22 01:34:45.273640 [ 3 ] {5e978900-e97e-454b-901e-b4a6e15fe26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7038 | 2024.06.22 01:34:45.274699 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 563 rows, containing 4 columns (4 merged, 0 gathered) in 0.005160025 sec., 109107.99850775916 rows/sec., 8.52 MiB/sec. | ||
7039 | 2024.06.22 01:34:45.274735 [ 3 ] {5e978900-e97e-454b-901e-b4a6e15fe26c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7040 | 2024.06.22 01:34:45.274871 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7041 | 2024.06.22 01:34:45.275579 [ 3 ] {5e978900-e97e-454b-901e-b4a6e15fe26c} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7042 | 2024.06.22 01:34:45.275791 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_51_10} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7043 | 2024.06.22 01:34:45.275889 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7044 | 2024.06.22 01:34:45.275915 [ 3 ] {5e978900-e97e-454b-901e-b4a6e15fe26c} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.005023 sec., 39617.75831176588 rows/sec., 2.77 MiB/sec. | ||
7045 | 2024.06.22 01:34:45.276001 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7046 | 2024.06.22 01:34:45.276099 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7047 | 2024.06.22 01:34:45.276168 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_51_10} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7048 | 2024.06.22 01:34:45.276474 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7049 | 2024.06.22 01:34:45.276540 [ 3 ] {5e978900-e97e-454b-901e-b4a6e15fe26c} <Debug> DynamicQueryHandler: Done processing query | ||
7050 | 2024.06.22 01:34:45.276546 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
7051 | 2024.06.22 01:34:45.276580 [ 3 ] {5e978900-e97e-454b-901e-b4a6e15fe26c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7052 | 2024.06.22 01:34:45.276627 [ 3 ] {} <Debug> HTTP-Session: 6159a9a6-67f3-4da7-996c-79c58095e1d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7053 | 2024.06.22 01:34:45.276758 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7054 | 2024.06.22 01:34:45.276826 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7417 rows starting from the beginning of the part | ||
7055 | 2024.06.22 01:34:45.276832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7056 | 2024.06.22 01:34:45.276985 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
7057 | 2024.06.22 01:34:45.277003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7058 | 2024.06.22 01:34:45.277121 [ 3 ] {} <Debug> HTTP-Session: 894cb88d-06c4-4dfb-81e4-52b55852b783 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7059 | 2024.06.22 01:34:45.277238 [ 3 ] {} <Debug> HTTP-Session: 894cb88d-06c4-4dfb-81e4-52b55852b783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7060 | 2024.06.22 01:34:45.277335 [ 3 ] {} <Debug> HTTP-Session: 894cb88d-06c4-4dfb-81e4-52b55852b783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7061 | 2024.06.22 01:34:45.277352 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 162 rows starting from the beginning of the part | ||
7062 | 2024.06.22 01:34:45.277469 [ 3 ] {} <Trace> HTTP-Session: 894cb88d-06c4-4dfb-81e4-52b55852b783 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7063 | 2024.06.22 01:34:45.277619 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 161 rows starting from the beginning of the part | ||
7064 | 2024.06.22 01:34:45.277934 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
7065 | 2024.06.22 01:34:45.277992 [ 3 ] {d2ca9586-4c4c-486d-81b8-c01683e61d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7066 | 2024.06.22 01:34:45.278133 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 199 rows starting from the beginning of the part | ||
7067 | 2024.06.22 01:34:45.278233 [ 3 ] {d2ca9586-4c4c-486d-81b8-c01683e61d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7068 | 2024.06.22 01:34:45.279021 [ 3 ] {d2ca9586-4c4c-486d-81b8-c01683e61d97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7069 | 2024.06.22 01:34:45.279524 [ 3 ] {d2ca9586-4c4c-486d-81b8-c01683e61d97} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7070 | 2024.06.22 01:34:45.279563 [ 3 ] {d2ca9586-4c4c-486d-81b8-c01683e61d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7071 | 2024.06.22 01:34:45.280086 [ 3 ] {d2ca9586-4c4c-486d-81b8-c01683e61d97} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7072 | 2024.06.22 01:34:45.280986 [ 3 ] {d2ca9586-4c4c-486d-81b8-c01683e61d97} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7073 | 2024.06.22 01:34:45.281290 [ 70 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7074 | 2024.06.22 01:34:45.281313 [ 3 ] {d2ca9586-4c4c-486d-81b8-c01683e61d97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003543 sec., 16934.80101608806 rows/sec., 1.14 MiB/sec. | ||
7075 | 2024.06.22 01:34:45.281381 [ 70 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7076 | 2024.06.22 01:34:45.281459 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7077 | 2024.06.22 01:34:45.281685 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7078 | 2024.06.22 01:34:45.281694 [ 3 ] {d2ca9586-4c4c-486d-81b8-c01683e61d97} <Debug> DynamicQueryHandler: Done processing query | ||
7079 | 2024.06.22 01:34:45.281746 [ 3 ] {d2ca9586-4c4c-486d-81b8-c01683e61d97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7080 | 2024.06.22 01:34:45.281770 [ 3 ] {} <Debug> HTTP-Session: 894cb88d-06c4-4dfb-81e4-52b55852b783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7081 | 2024.06.22 01:34:45.281863 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7082 | 2024.06.22 01:34:45.281979 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2624 rows starting from the beginning of the part | ||
7083 | 2024.06.22 01:34:45.282169 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7084 | 2024.06.22 01:34:45.282314 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7085 | 2024.06.22 01:34:45.282469 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7086 | 2024.06.22 01:34:45.282674 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7087 | 2024.06.22 01:34:45.282751 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7088 | 2024.06.22 01:34:45.283474 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8259 rows, containing 5 columns (5 merged, 0 gathered) in 0.007202419 sec., 1146698.0746329809 rows/sec., 79.91 MiB/sec. | ||
7089 | 2024.06.22 01:34:45.283725 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7090 | 2024.06.22 01:34:45.284762 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7091 | 2024.06.22 01:34:45.284985 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7092 | 2024.06.22 01:34:45.285158 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
7093 | 2024.06.22 01:34:45.285676 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2924 rows, containing 4 columns (4 merged, 0 gathered) in 0.004062048 sec., 719833.9359850006 rows/sec., 48.53 MiB/sec. | ||
7094 | 2024.06.22 01:34:45.285946 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7095 | 2024.06.22 01:34:45.286386 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_51_10} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7096 | 2024.06.22 01:34:45.286482 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_51_10} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7097 | 2024.06.22 01:34:45.286584 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
7098 | 2024.06.22 01:34:48.817167 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7099 | 2024.06.22 01:34:48.817219 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7100 | 2024.06.22 01:34:50.255334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7101 | 2024.06.22 01:34:50.255514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7102 | 2024.06.22 01:34:50.255558 [ 3 ] {} <Debug> HTTP-Session: a5329289-b939-44e3-96e8-295de99d75b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7103 | 2024.06.22 01:34:50.255599 [ 3 ] {} <Debug> HTTP-Session: a5329289-b939-44e3-96e8-295de99d75b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7104 | 2024.06.22 01:34:50.255628 [ 3 ] {} <Debug> HTTP-Session: a5329289-b939-44e3-96e8-295de99d75b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7105 | 2024.06.22 01:34:50.255707 [ 3 ] {} <Trace> HTTP-Session: a5329289-b939-44e3-96e8-295de99d75b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7106 | 2024.06.22 01:34:50.255956 [ 3 ] {0a53c76d-1ea9-449e-a528-c6814873725f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7107 | 2024.06.22 01:34:50.256018 [ 3 ] {0a53c76d-1ea9-449e-a528-c6814873725f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7108 | 2024.06.22 01:34:50.256200 [ 3 ] {0a53c76d-1ea9-449e-a528-c6814873725f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7109 | 2024.06.22 01:34:50.256648 [ 3 ] {0a53c76d-1ea9-449e-a528-c6814873725f} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7110 | 2024.06.22 01:34:50.256688 [ 3 ] {0a53c76d-1ea9-449e-a528-c6814873725f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7111 | 2024.06.22 01:34:50.257058 [ 3 ] {0a53c76d-1ea9-449e-a528-c6814873725f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
7112 | 2024.06.22 01:34:50.257380 [ 3 ] {0a53c76d-1ea9-449e-a528-c6814873725f} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7113 | 2024.06.22 01:34:50.257515 [ 3 ] {0a53c76d-1ea9-449e-a528-c6814873725f} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001648 sec., 2427.1844660194174 rows/sec., 196.73 KiB/sec. | ||
7114 | 2024.06.22 01:34:50.257711 [ 3 ] {0a53c76d-1ea9-449e-a528-c6814873725f} <Debug> DynamicQueryHandler: Done processing query | ||
7115 | 2024.06.22 01:34:50.257737 [ 3 ] {0a53c76d-1ea9-449e-a528-c6814873725f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7116 | 2024.06.22 01:34:50.257752 [ 3 ] {} <Debug> HTTP-Session: a5329289-b939-44e3-96e8-295de99d75b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7117 | 2024.06.22 01:34:50.257919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7118 | 2024.06.22 01:34:50.257971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7119 | 2024.06.22 01:34:50.257989 [ 3 ] {} <Debug> HTTP-Session: 9d506e88-e10a-4340-8c6b-c1c56bb88fee Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7120 | 2024.06.22 01:34:50.258006 [ 3 ] {} <Debug> HTTP-Session: 9d506e88-e10a-4340-8c6b-c1c56bb88fee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7121 | 2024.06.22 01:34:50.258019 [ 3 ] {} <Debug> HTTP-Session: 9d506e88-e10a-4340-8c6b-c1c56bb88fee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7122 | 2024.06.22 01:34:50.258118 [ 3 ] {} <Trace> HTTP-Session: 9d506e88-e10a-4340-8c6b-c1c56bb88fee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7123 | 2024.06.22 01:34:50.258242 [ 3 ] {5e88307e-2d22-4240-a65a-b9c96407ed36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7124 | 2024.06.22 01:34:50.258287 [ 3 ] {5e88307e-2d22-4240-a65a-b9c96407ed36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7125 | 2024.06.22 01:34:50.258414 [ 3 ] {5e88307e-2d22-4240-a65a-b9c96407ed36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7126 | 2024.06.22 01:34:50.258829 [ 3 ] {5e88307e-2d22-4240-a65a-b9c96407ed36} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7127 | 2024.06.22 01:34:50.258866 [ 3 ] {5e88307e-2d22-4240-a65a-b9c96407ed36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7128 | 2024.06.22 01:34:50.259185 [ 3 ] {5e88307e-2d22-4240-a65a-b9c96407ed36} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7129 | 2024.06.22 01:34:50.259976 [ 3 ] {5e88307e-2d22-4240-a65a-b9c96407ed36} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7130 | 2024.06.22 01:34:50.260114 [ 3 ] {5e88307e-2d22-4240-a65a-b9c96407ed36} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001919 sec., 35435.12245961439 rows/sec., 2.79 MiB/sec. | ||
7131 | 2024.06.22 01:34:50.260336 [ 3 ] {5e88307e-2d22-4240-a65a-b9c96407ed36} <Debug> DynamicQueryHandler: Done processing query | ||
7132 | 2024.06.22 01:34:50.260373 [ 3 ] {5e88307e-2d22-4240-a65a-b9c96407ed36} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7133 | 2024.06.22 01:34:50.260406 [ 3 ] {} <Debug> HTTP-Session: 9d506e88-e10a-4340-8c6b-c1c56bb88fee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7134 | 2024.06.22 01:34:50.260566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7135 | 2024.06.22 01:34:50.260618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7136 | 2024.06.22 01:34:50.260637 [ 3 ] {} <Debug> HTTP-Session: a305e30e-9f44-4d2f-a6ca-71d12d9b537a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7137 | 2024.06.22 01:34:50.260654 [ 3 ] {} <Debug> HTTP-Session: a305e30e-9f44-4d2f-a6ca-71d12d9b537a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7138 | 2024.06.22 01:34:50.260668 [ 3 ] {} <Debug> HTTP-Session: a305e30e-9f44-4d2f-a6ca-71d12d9b537a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7139 | 2024.06.22 01:34:50.260700 [ 3 ] {} <Trace> HTTP-Session: a305e30e-9f44-4d2f-a6ca-71d12d9b537a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7140 | 2024.06.22 01:34:50.260822 [ 3 ] {3a52912e-f70b-45ca-a260-28ac1929a041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7141 | 2024.06.22 01:34:50.260865 [ 3 ] {3a52912e-f70b-45ca-a260-28ac1929a041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7142 | 2024.06.22 01:34:50.261001 [ 3 ] {3a52912e-f70b-45ca-a260-28ac1929a041} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7143 | 2024.06.22 01:34:50.261334 [ 3 ] {3a52912e-f70b-45ca-a260-28ac1929a041} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7144 | 2024.06.22 01:34:50.261371 [ 3 ] {3a52912e-f70b-45ca-a260-28ac1929a041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7145 | 2024.06.22 01:34:50.261682 [ 3 ] {3a52912e-f70b-45ca-a260-28ac1929a041} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7146 | 2024.06.22 01:34:50.262001 [ 3 ] {3a52912e-f70b-45ca-a260-28ac1929a041} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7147 | 2024.06.22 01:34:50.262146 [ 3 ] {3a52912e-f70b-45ca-a260-28ac1929a041} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001365 sec., 49816.84981684982 rows/sec., 3.89 MiB/sec. | ||
7148 | 2024.06.22 01:34:50.262322 [ 3 ] {3a52912e-f70b-45ca-a260-28ac1929a041} <Debug> DynamicQueryHandler: Done processing query | ||
7149 | 2024.06.22 01:34:50.262347 [ 3 ] {3a52912e-f70b-45ca-a260-28ac1929a041} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7150 | 2024.06.22 01:34:50.262363 [ 3 ] {} <Debug> HTTP-Session: a305e30e-9f44-4d2f-a6ca-71d12d9b537a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7151 | 2024.06.22 01:34:50.262540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7152 | 2024.06.22 01:34:50.262590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7153 | 2024.06.22 01:34:50.262609 [ 3 ] {} <Debug> HTTP-Session: af08248d-7bee-450f-90c2-a862f6dcf696 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7154 | 2024.06.22 01:34:50.262626 [ 3 ] {} <Debug> HTTP-Session: af08248d-7bee-450f-90c2-a862f6dcf696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7155 | 2024.06.22 01:34:50.262640 [ 3 ] {} <Debug> HTTP-Session: af08248d-7bee-450f-90c2-a862f6dcf696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7156 | 2024.06.22 01:34:50.262671 [ 3 ] {} <Trace> HTTP-Session: af08248d-7bee-450f-90c2-a862f6dcf696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7157 | 2024.06.22 01:34:50.262815 [ 3 ] {105306a8-d8ce-430c-af75-36a99885ea69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7158 | 2024.06.22 01:34:50.262862 [ 3 ] {105306a8-d8ce-430c-af75-36a99885ea69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7159 | 2024.06.22 01:34:50.263010 [ 3 ] {105306a8-d8ce-430c-af75-36a99885ea69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7160 | 2024.06.22 01:34:50.263402 [ 3 ] {105306a8-d8ce-430c-af75-36a99885ea69} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7161 | 2024.06.22 01:34:50.263439 [ 3 ] {105306a8-d8ce-430c-af75-36a99885ea69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7162 | 2024.06.22 01:34:50.263835 [ 3 ] {105306a8-d8ce-430c-af75-36a99885ea69} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7163 | 2024.06.22 01:34:50.264180 [ 3 ] {105306a8-d8ce-430c-af75-36a99885ea69} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7164 | 2024.06.22 01:34:50.264330 [ 3 ] {105306a8-d8ce-430c-af75-36a99885ea69} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
7165 | 2024.06.22 01:34:50.264506 [ 3 ] {105306a8-d8ce-430c-af75-36a99885ea69} <Debug> DynamicQueryHandler: Done processing query | ||
7166 | 2024.06.22 01:34:50.264531 [ 3 ] {105306a8-d8ce-430c-af75-36a99885ea69} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7167 | 2024.06.22 01:34:50.264547 [ 3 ] {} <Debug> HTTP-Session: af08248d-7bee-450f-90c2-a862f6dcf696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7168 | 2024.06.22 01:34:50.264674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7169 | 2024.06.22 01:34:50.264724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7170 | 2024.06.22 01:34:50.264743 [ 3 ] {} <Debug> HTTP-Session: 5e3d7d64-429e-49e5-a145-8ff291216cf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7171 | 2024.06.22 01:34:50.264759 [ 3 ] {} <Debug> HTTP-Session: 5e3d7d64-429e-49e5-a145-8ff291216cf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7172 | 2024.06.22 01:34:50.264773 [ 3 ] {} <Debug> HTTP-Session: 5e3d7d64-429e-49e5-a145-8ff291216cf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7173 | 2024.06.22 01:34:50.264804 [ 3 ] {} <Trace> HTTP-Session: 5e3d7d64-429e-49e5-a145-8ff291216cf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7174 | 2024.06.22 01:34:50.264947 [ 3 ] {550114dd-242e-4806-8e79-290df7aaf763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7175 | 2024.06.22 01:34:50.264996 [ 3 ] {550114dd-242e-4806-8e79-290df7aaf763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7176 | 2024.06.22 01:34:50.265157 [ 3 ] {550114dd-242e-4806-8e79-290df7aaf763} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7177 | 2024.06.22 01:34:50.265476 [ 3 ] {550114dd-242e-4806-8e79-290df7aaf763} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7178 | 2024.06.22 01:34:50.265511 [ 3 ] {550114dd-242e-4806-8e79-290df7aaf763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7179 | 2024.06.22 01:34:50.265901 [ 3 ] {550114dd-242e-4806-8e79-290df7aaf763} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
7180 | 2024.06.22 01:34:50.266234 [ 3 ] {550114dd-242e-4806-8e79-290df7aaf763} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7181 | 2024.06.22 01:34:50.266392 [ 3 ] {550114dd-242e-4806-8e79-290df7aaf763} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001505 sec., 2657.8073089700997 rows/sec., 3.59 MiB/sec. | ||
7182 | 2024.06.22 01:34:50.266566 [ 3 ] {550114dd-242e-4806-8e79-290df7aaf763} <Debug> DynamicQueryHandler: Done processing query | ||
7183 | 2024.06.22 01:34:50.266590 [ 3 ] {550114dd-242e-4806-8e79-290df7aaf763} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7184 | 2024.06.22 01:34:50.266606 [ 3 ] {} <Debug> HTTP-Session: 5e3d7d64-429e-49e5-a145-8ff291216cf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7185 | 2024.06.22 01:34:50.266729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7186 | 2024.06.22 01:34:50.266778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7187 | 2024.06.22 01:34:50.266797 [ 3 ] {} <Debug> HTTP-Session: 1aec7d3c-3607-414b-97d8-4f2b954aa582 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7188 | 2024.06.22 01:34:50.266813 [ 3 ] {} <Debug> HTTP-Session: 1aec7d3c-3607-414b-97d8-4f2b954aa582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7189 | 2024.06.22 01:34:50.266827 [ 3 ] {} <Debug> HTTP-Session: 1aec7d3c-3607-414b-97d8-4f2b954aa582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7190 | 2024.06.22 01:34:50.266858 [ 3 ] {} <Trace> HTTP-Session: 1aec7d3c-3607-414b-97d8-4f2b954aa582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7191 | 2024.06.22 01:34:50.266979 [ 3 ] {276d57e7-821f-42ef-9c29-74798d9e0794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7192 | 2024.06.22 01:34:50.267023 [ 3 ] {276d57e7-821f-42ef-9c29-74798d9e0794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7193 | 2024.06.22 01:34:50.267150 [ 3 ] {276d57e7-821f-42ef-9c29-74798d9e0794} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7194 | 2024.06.22 01:34:50.267462 [ 3 ] {276d57e7-821f-42ef-9c29-74798d9e0794} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7195 | 2024.06.22 01:34:50.267507 [ 3 ] {276d57e7-821f-42ef-9c29-74798d9e0794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7196 | 2024.06.22 01:34:50.267929 [ 3 ] {276d57e7-821f-42ef-9c29-74798d9e0794} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7197 | 2024.06.22 01:34:50.268291 [ 3 ] {276d57e7-821f-42ef-9c29-74798d9e0794} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7198 | 2024.06.22 01:34:50.268438 [ 3 ] {276d57e7-821f-42ef-9c29-74798d9e0794} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001501 sec., 39973.35109926716 rows/sec., 2.69 MiB/sec. | ||
7199 | 2024.06.22 01:34:50.268616 [ 3 ] {276d57e7-821f-42ef-9c29-74798d9e0794} <Debug> DynamicQueryHandler: Done processing query | ||
7200 | 2024.06.22 01:34:50.268640 [ 3 ] {276d57e7-821f-42ef-9c29-74798d9e0794} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7201 | 2024.06.22 01:34:50.268656 [ 3 ] {} <Debug> HTTP-Session: 1aec7d3c-3607-414b-97d8-4f2b954aa582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7202 | 2024.06.22 01:34:55.256017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7203 | 2024.06.22 01:34:55.256147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7204 | 2024.06.22 01:34:55.256176 [ 3 ] {} <Debug> HTTP-Session: 0c3b1a71-c3e1-43ab-a722-6ac0cb8fccd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7205 | 2024.06.22 01:34:55.256205 [ 3 ] {} <Debug> HTTP-Session: 0c3b1a71-c3e1-43ab-a722-6ac0cb8fccd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7206 | 2024.06.22 01:34:55.256222 [ 3 ] {} <Debug> HTTP-Session: 0c3b1a71-c3e1-43ab-a722-6ac0cb8fccd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7207 | 2024.06.22 01:34:55.256277 [ 3 ] {} <Trace> HTTP-Session: 0c3b1a71-c3e1-43ab-a722-6ac0cb8fccd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7208 | 2024.06.22 01:34:55.256488 [ 3 ] {bb2c0b57-e753-4e1d-a398-ad0f9bdcf22e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7209 | 2024.06.22 01:34:55.256561 [ 3 ] {bb2c0b57-e753-4e1d-a398-ad0f9bdcf22e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7210 | 2024.06.22 01:34:55.256773 [ 3 ] {bb2c0b57-e753-4e1d-a398-ad0f9bdcf22e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7211 | 2024.06.22 01:34:55.257269 [ 3 ] {bb2c0b57-e753-4e1d-a398-ad0f9bdcf22e} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7212 | 2024.06.22 01:34:55.257313 [ 3 ] {bb2c0b57-e753-4e1d-a398-ad0f9bdcf22e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7213 | 2024.06.22 01:34:55.257685 [ 3 ] {bb2c0b57-e753-4e1d-a398-ad0f9bdcf22e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7214 | 2024.06.22 01:34:55.258022 [ 3 ] {bb2c0b57-e753-4e1d-a398-ad0f9bdcf22e} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7215 | 2024.06.22 01:34:55.258193 [ 3 ] {bb2c0b57-e753-4e1d-a398-ad0f9bdcf22e} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001766 sec., 14156.285390713478 rows/sec., 1.12 MiB/sec. | ||
7216 | 2024.06.22 01:34:55.258537 [ 3 ] {bb2c0b57-e753-4e1d-a398-ad0f9bdcf22e} <Debug> DynamicQueryHandler: Done processing query | ||
7217 | 2024.06.22 01:34:55.258565 [ 3 ] {bb2c0b57-e753-4e1d-a398-ad0f9bdcf22e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7218 | 2024.06.22 01:34:55.258582 [ 3 ] {} <Debug> HTTP-Session: 0c3b1a71-c3e1-43ab-a722-6ac0cb8fccd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7219 | 2024.06.22 01:34:55.258748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 19150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7220 | 2024.06.22 01:34:55.258803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7221 | 2024.06.22 01:34:55.258823 [ 3 ] {} <Debug> HTTP-Session: 77d18069-57d9-4b50-9bb2-fed2872f19fd Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7222 | 2024.06.22 01:34:55.258840 [ 3 ] {} <Debug> HTTP-Session: 77d18069-57d9-4b50-9bb2-fed2872f19fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7223 | 2024.06.22 01:34:55.258854 [ 3 ] {} <Debug> HTTP-Session: 77d18069-57d9-4b50-9bb2-fed2872f19fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7224 | 2024.06.22 01:34:55.258888 [ 3 ] {} <Trace> HTTP-Session: 77d18069-57d9-4b50-9bb2-fed2872f19fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7225 | 2024.06.22 01:34:55.259035 [ 3 ] {b441a577-d3a0-40f7-8766-58c8b74d8bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7226 | 2024.06.22 01:34:55.259081 [ 3 ] {b441a577-d3a0-40f7-8766-58c8b74d8bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7227 | 2024.06.22 01:34:55.259231 [ 3 ] {b441a577-d3a0-40f7-8766-58c8b74d8bea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7228 | 2024.06.22 01:34:55.259668 [ 3 ] {b441a577-d3a0-40f7-8766-58c8b74d8bea} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7229 | 2024.06.22 01:34:55.259706 [ 3 ] {b441a577-d3a0-40f7-8766-58c8b74d8bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7230 | 2024.06.22 01:34:55.260030 [ 3 ] {b441a577-d3a0-40f7-8766-58c8b74d8bea} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7231 | 2024.06.22 01:34:55.260341 [ 3 ] {b441a577-d3a0-40f7-8766-58c8b74d8bea} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7232 | 2024.06.22 01:34:55.260502 [ 3 ] {b441a577-d3a0-40f7-8766-58c8b74d8bea} <Debug> executeQuery: Read 131 rows, 11.17 KiB in 0.001528 sec., 85732.98429319372 rows/sec., 7.14 MiB/sec. | ||
7233 | 2024.06.22 01:34:55.260707 [ 3 ] {b441a577-d3a0-40f7-8766-58c8b74d8bea} <Debug> DynamicQueryHandler: Done processing query | ||
7234 | 2024.06.22 01:34:55.260746 [ 3 ] {b441a577-d3a0-40f7-8766-58c8b74d8bea} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7235 | 2024.06.22 01:34:55.260780 [ 3 ] {} <Debug> HTTP-Session: 77d18069-57d9-4b50-9bb2-fed2872f19fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7236 | 2024.06.22 01:34:55.261011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7237 | 2024.06.22 01:34:55.261061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7238 | 2024.06.22 01:34:55.261081 [ 3 ] {} <Debug> HTTP-Session: 4601e934-a48e-41ce-bd2a-f763f78ef21e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7239 | 2024.06.22 01:34:55.261097 [ 3 ] {} <Debug> HTTP-Session: 4601e934-a48e-41ce-bd2a-f763f78ef21e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7240 | 2024.06.22 01:34:55.261111 [ 3 ] {} <Debug> HTTP-Session: 4601e934-a48e-41ce-bd2a-f763f78ef21e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7241 | 2024.06.22 01:34:55.261143 [ 3 ] {} <Trace> HTTP-Session: 4601e934-a48e-41ce-bd2a-f763f78ef21e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7242 | 2024.06.22 01:34:55.261277 [ 3 ] {965c9d2e-f3d5-4f79-a708-7cec6af424b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7243 | 2024.06.22 01:34:55.261319 [ 3 ] {965c9d2e-f3d5-4f79-a708-7cec6af424b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7244 | 2024.06.22 01:34:55.261446 [ 3 ] {965c9d2e-f3d5-4f79-a708-7cec6af424b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7245 | 2024.06.22 01:34:55.261853 [ 3 ] {965c9d2e-f3d5-4f79-a708-7cec6af424b5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7246 | 2024.06.22 01:34:55.261890 [ 3 ] {965c9d2e-f3d5-4f79-a708-7cec6af424b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7247 | 2024.06.22 01:34:55.262203 [ 3 ] {965c9d2e-f3d5-4f79-a708-7cec6af424b5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7248 | 2024.06.22 01:34:55.262523 [ 3 ] {965c9d2e-f3d5-4f79-a708-7cec6af424b5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7249 | 2024.06.22 01:34:55.262673 [ 3 ] {965c9d2e-f3d5-4f79-a708-7cec6af424b5} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001443 sec., 61677.061677061676 rows/sec., 4.82 MiB/sec. | ||
7250 | 2024.06.22 01:34:55.262838 [ 3 ] {965c9d2e-f3d5-4f79-a708-7cec6af424b5} <Debug> DynamicQueryHandler: Done processing query | ||
7251 | 2024.06.22 01:34:55.262863 [ 3 ] {965c9d2e-f3d5-4f79-a708-7cec6af424b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7252 | 2024.06.22 01:34:55.262879 [ 3 ] {} <Debug> HTTP-Session: 4601e934-a48e-41ce-bd2a-f763f78ef21e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7253 | 2024.06.22 01:34:55.263032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7254 | 2024.06.22 01:34:55.263082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7255 | 2024.06.22 01:34:55.263101 [ 3 ] {} <Debug> HTTP-Session: b8fdd6ab-dd8f-4626-84b6-1f7eb37eeb29 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7256 | 2024.06.22 01:34:55.263117 [ 3 ] {} <Debug> HTTP-Session: b8fdd6ab-dd8f-4626-84b6-1f7eb37eeb29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7257 | 2024.06.22 01:34:55.263130 [ 3 ] {} <Debug> HTTP-Session: b8fdd6ab-dd8f-4626-84b6-1f7eb37eeb29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7258 | 2024.06.22 01:34:55.263162 [ 3 ] {} <Trace> HTTP-Session: b8fdd6ab-dd8f-4626-84b6-1f7eb37eeb29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7259 | 2024.06.22 01:34:55.263307 [ 3 ] {325c2cc5-fccd-43a9-9239-826d4acce37b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7260 | 2024.06.22 01:34:55.263353 [ 3 ] {325c2cc5-fccd-43a9-9239-826d4acce37b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7261 | 2024.06.22 01:34:55.263496 [ 3 ] {325c2cc5-fccd-43a9-9239-826d4acce37b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7262 | 2024.06.22 01:34:55.263875 [ 3 ] {325c2cc5-fccd-43a9-9239-826d4acce37b} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7263 | 2024.06.22 01:34:55.263912 [ 3 ] {325c2cc5-fccd-43a9-9239-826d4acce37b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7264 | 2024.06.22 01:34:55.264302 [ 3 ] {325c2cc5-fccd-43a9-9239-826d4acce37b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7265 | 2024.06.22 01:34:55.264636 [ 3 ] {325c2cc5-fccd-43a9-9239-826d4acce37b} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7266 | 2024.06.22 01:34:55.264805 [ 3 ] {325c2cc5-fccd-43a9-9239-826d4acce37b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
7267 | 2024.06.22 01:34:55.264978 [ 3 ] {325c2cc5-fccd-43a9-9239-826d4acce37b} <Debug> DynamicQueryHandler: Done processing query | ||
7268 | 2024.06.22 01:34:55.265003 [ 3 ] {325c2cc5-fccd-43a9-9239-826d4acce37b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7269 | 2024.06.22 01:34:55.265019 [ 3 ] {} <Debug> HTTP-Session: b8fdd6ab-dd8f-4626-84b6-1f7eb37eeb29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7270 | 2024.06.22 01:34:55.265237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 26784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7271 | 2024.06.22 01:34:55.265287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7272 | 2024.06.22 01:34:55.265306 [ 3 ] {} <Debug> HTTP-Session: 6a5a7b59-335b-47eb-87a3-e40f5a4a09b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7273 | 2024.06.22 01:34:55.265322 [ 3 ] {} <Debug> HTTP-Session: 6a5a7b59-335b-47eb-87a3-e40f5a4a09b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7274 | 2024.06.22 01:34:55.265335 [ 3 ] {} <Debug> HTTP-Session: 6a5a7b59-335b-47eb-87a3-e40f5a4a09b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7275 | 2024.06.22 01:34:55.265366 [ 3 ] {} <Trace> HTTP-Session: 6a5a7b59-335b-47eb-87a3-e40f5a4a09b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7276 | 2024.06.22 01:34:55.265606 [ 3 ] {3d929ac8-8e24-45b0-9f0b-65a068f4d6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7277 | 2024.06.22 01:34:55.265654 [ 3 ] {3d929ac8-8e24-45b0-9f0b-65a068f4d6ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7278 | 2024.06.22 01:34:55.265818 [ 3 ] {3d929ac8-8e24-45b0-9f0b-65a068f4d6ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7279 | 2024.06.22 01:34:55.266269 [ 3 ] {3d929ac8-8e24-45b0-9f0b-65a068f4d6ea} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7280 | 2024.06.22 01:34:55.266305 [ 3 ] {3d929ac8-8e24-45b0-9f0b-65a068f4d6ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7281 | 2024.06.22 01:34:55.266707 [ 3 ] {3d929ac8-8e24-45b0-9f0b-65a068f4d6ea} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7282 | 2024.06.22 01:34:55.267052 [ 3 ] {3d929ac8-8e24-45b0-9f0b-65a068f4d6ea} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7283 | 2024.06.22 01:34:55.267204 [ 3 ] {3d929ac8-8e24-45b0-9f0b-65a068f4d6ea} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001754 sec., 14253.135689851768 rows/sec., 19.23 MiB/sec. | ||
7284 | 2024.06.22 01:34:55.267515 [ 3 ] {3d929ac8-8e24-45b0-9f0b-65a068f4d6ea} <Debug> DynamicQueryHandler: Done processing query | ||
7285 | 2024.06.22 01:34:55.267544 [ 3 ] {3d929ac8-8e24-45b0-9f0b-65a068f4d6ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7286 | 2024.06.22 01:34:55.267561 [ 3 ] {} <Debug> HTTP-Session: 6a5a7b59-335b-47eb-87a3-e40f5a4a09b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7287 | 2024.06.22 01:34:55.267692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7288 | 2024.06.22 01:34:55.267742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7289 | 2024.06.22 01:34:55.267760 [ 3 ] {} <Debug> HTTP-Session: 52a4c2ee-981d-4110-922e-3ba82ad0f118 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7290 | 2024.06.22 01:34:55.267776 [ 3 ] {} <Debug> HTTP-Session: 52a4c2ee-981d-4110-922e-3ba82ad0f118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7291 | 2024.06.22 01:34:55.267789 [ 3 ] {} <Debug> HTTP-Session: 52a4c2ee-981d-4110-922e-3ba82ad0f118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7292 | 2024.06.22 01:34:55.267820 [ 3 ] {} <Trace> HTTP-Session: 52a4c2ee-981d-4110-922e-3ba82ad0f118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7293 | 2024.06.22 01:34:55.267936 [ 3 ] {4bc0fe92-ca3c-49c7-9505-2febf6b63de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7294 | 2024.06.22 01:34:55.267980 [ 3 ] {4bc0fe92-ca3c-49c7-9505-2febf6b63de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7295 | 2024.06.22 01:34:55.268125 [ 3 ] {4bc0fe92-ca3c-49c7-9505-2febf6b63de9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7296 | 2024.06.22 01:34:55.268426 [ 3 ] {4bc0fe92-ca3c-49c7-9505-2febf6b63de9} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7297 | 2024.06.22 01:34:55.268463 [ 3 ] {4bc0fe92-ca3c-49c7-9505-2febf6b63de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7298 | 2024.06.22 01:34:55.268814 [ 3 ] {4bc0fe92-ca3c-49c7-9505-2febf6b63de9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7299 | 2024.06.22 01:34:55.269148 [ 3 ] {4bc0fe92-ca3c-49c7-9505-2febf6b63de9} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7300 | 2024.06.22 01:34:55.269296 [ 3 ] {4bc0fe92-ca3c-49c7-9505-2febf6b63de9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. | ||
7301 | 2024.06.22 01:34:55.269477 [ 3 ] {4bc0fe92-ca3c-49c7-9505-2febf6b63de9} <Debug> DynamicQueryHandler: Done processing query | ||
7302 | 2024.06.22 01:34:55.269502 [ 3 ] {4bc0fe92-ca3c-49c7-9505-2febf6b63de9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7303 | 2024.06.22 01:34:55.269517 [ 3 ] {} <Debug> HTTP-Session: 52a4c2ee-981d-4110-922e-3ba82ad0f118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7304 | 2024.06.22 01:34:57.263559 [ 53 ] {} <Debug> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
7305 | 2024.06.22 01:34:57.263623 [ 53 ] {} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7306 | 2024.06.22 01:34:57.263646 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7307 | 2024.06.22 01:34:57.263924 [ 188 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
7308 | 2024.06.22 01:34:57.264196 [ 188 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7309 | 2024.06.22 01:34:57.264230 [ 188 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 14 rows starting from the beginning of the part | ||
7310 | 2024.06.22 01:34:57.264305 [ 188 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7311 | 2024.06.22 01:34:57.264515 [ 188 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
7312 | 2024.06.22 01:34:57.264648 [ 188 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
7313 | 2024.06.22 01:34:57.264880 [ 188 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
7314 | 2024.06.22 01:34:57.265844 [ 194 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002112624 sec., 13253.659903513355 rows/sec., 925.43 KiB/sec. | ||
7315 | 2024.06.22 01:34:57.265988 [ 188 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7316 | 2024.06.22 01:34:57.266344 [ 188 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_14_3} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7317 | 2024.06.22 01:34:57.266421 [ 188 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_14_3} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
7318 | 2024.06.22 01:34:57.266496 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7319 | 2024.06.22 01:34:58.000465 [ 53 ] {} <Debug> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
7320 | 2024.06.22 01:34:58.000554 [ 53 ] {} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7321 | 2024.06.22 01:34:58.000620 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7322 | 2024.06.22 01:34:58.000852 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
7323 | 2024.06.22 01:34:58.001048 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7324 | 2024.06.22 01:34:58.001089 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 14 rows starting from the beginning of the part | ||
7325 | 2024.06.22 01:34:58.001174 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7326 | 2024.06.22 01:34:58.001362 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
7327 | 2024.06.22 01:34:58.001515 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
7328 | 2024.06.22 01:34:58.001770 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
7329 | 2024.06.22 01:34:58.002931 [ 188 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002230535 sec., 12553.042207362807 rows/sec., 1023.61 KiB/sec. | ||
7330 | 2024.06.22 01:34:58.003088 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7331 | 2024.06.22 01:34:58.003465 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_14_3} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7332 | 2024.06.22 01:34:58.003546 [ 194 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_14_3} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
7333 | 2024.06.22 01:34:58.003627 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7334 | 2024.06.22 01:35:00.255545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7335 | 2024.06.22 01:35:00.255737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7336 | 2024.06.22 01:35:00.255782 [ 3 ] {} <Debug> HTTP-Session: 2faece74-2f8f-4568-b924-daffb351d5b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7337 | 2024.06.22 01:35:00.255824 [ 3 ] {} <Debug> HTTP-Session: 2faece74-2f8f-4568-b924-daffb351d5b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7338 | 2024.06.22 01:35:00.255852 [ 3 ] {} <Debug> HTTP-Session: 2faece74-2f8f-4568-b924-daffb351d5b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7339 | 2024.06.22 01:35:00.255931 [ 3 ] {} <Trace> HTTP-Session: 2faece74-2f8f-4568-b924-daffb351d5b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7340 | 2024.06.22 01:35:00.256220 [ 3 ] {64f85c40-d530-4d54-aa2d-8f79c3e435cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7341 | 2024.06.22 01:35:00.256284 [ 3 ] {64f85c40-d530-4d54-aa2d-8f79c3e435cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7342 | 2024.06.22 01:35:00.256470 [ 3 ] {64f85c40-d530-4d54-aa2d-8f79c3e435cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7343 | 2024.06.22 01:35:00.256919 [ 3 ] {64f85c40-d530-4d54-aa2d-8f79c3e435cd} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7344 | 2024.06.22 01:35:00.256959 [ 3 ] {64f85c40-d530-4d54-aa2d-8f79c3e435cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7345 | 2024.06.22 01:35:00.257320 [ 3 ] {64f85c40-d530-4d54-aa2d-8f79c3e435cd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7346 | 2024.06.22 01:35:00.257649 [ 3 ] {64f85c40-d530-4d54-aa2d-8f79c3e435cd} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7347 | 2024.06.22 01:35:00.257788 [ 3 ] {64f85c40-d530-4d54-aa2d-8f79c3e435cd} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001665 sec., 17417.41741741742 rows/sec., 1.38 MiB/sec. | ||
7348 | 2024.06.22 01:35:00.258073 [ 3 ] {64f85c40-d530-4d54-aa2d-8f79c3e435cd} <Debug> DynamicQueryHandler: Done processing query | ||
7349 | 2024.06.22 01:35:00.258100 [ 3 ] {64f85c40-d530-4d54-aa2d-8f79c3e435cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7350 | 2024.06.22 01:35:00.258117 [ 3 ] {} <Debug> HTTP-Session: 2faece74-2f8f-4568-b924-daffb351d5b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7351 | 2024.06.22 01:35:00.258311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7352 | 2024.06.22 01:35:00.258361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7353 | 2024.06.22 01:35:00.258380 [ 3 ] {} <Debug> HTTP-Session: 88ad94c1-c634-41a5-8fb9-627a27213bcb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7354 | 2024.06.22 01:35:00.258397 [ 3 ] {} <Debug> HTTP-Session: 88ad94c1-c634-41a5-8fb9-627a27213bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7355 | 2024.06.22 01:35:00.258410 [ 3 ] {} <Debug> HTTP-Session: 88ad94c1-c634-41a5-8fb9-627a27213bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7356 | 2024.06.22 01:35:00.258442 [ 3 ] {} <Trace> HTTP-Session: 88ad94c1-c634-41a5-8fb9-627a27213bcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7357 | 2024.06.22 01:35:00.258580 [ 3 ] {a4670202-42a4-4315-982e-82de532f20ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7358 | 2024.06.22 01:35:00.258624 [ 3 ] {a4670202-42a4-4315-982e-82de532f20ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7359 | 2024.06.22 01:35:00.258764 [ 3 ] {a4670202-42a4-4315-982e-82de532f20ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7360 | 2024.06.22 01:35:00.259203 [ 3 ] {a4670202-42a4-4315-982e-82de532f20ff} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7361 | 2024.06.22 01:35:00.259239 [ 3 ] {a4670202-42a4-4315-982e-82de532f20ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7362 | 2024.06.22 01:35:00.259560 [ 3 ] {a4670202-42a4-4315-982e-82de532f20ff} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7363 | 2024.06.22 01:35:00.259870 [ 3 ] {a4670202-42a4-4315-982e-82de532f20ff} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7364 | 2024.06.22 01:35:00.259994 [ 3 ] {a4670202-42a4-4315-982e-82de532f20ff} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.001473 sec., 97080.78750848609 rows/sec., 8.14 MiB/sec. | ||
7365 | 2024.06.22 01:35:00.260151 [ 3 ] {a4670202-42a4-4315-982e-82de532f20ff} <Debug> DynamicQueryHandler: Done processing query | ||
7366 | 2024.06.22 01:35:00.260175 [ 3 ] {a4670202-42a4-4315-982e-82de532f20ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7367 | 2024.06.22 01:35:00.260191 [ 3 ] {} <Debug> HTTP-Session: 88ad94c1-c634-41a5-8fb9-627a27213bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7368 | 2024.06.22 01:35:00.260378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7369 | 2024.06.22 01:35:00.260426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7370 | 2024.06.22 01:35:00.260445 [ 3 ] {} <Debug> HTTP-Session: b60e98ab-dae8-4ba3-acff-dbacfc1b5f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7371 | 2024.06.22 01:35:00.260462 [ 3 ] {} <Debug> HTTP-Session: b60e98ab-dae8-4ba3-acff-dbacfc1b5f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7372 | 2024.06.22 01:35:00.260475 [ 3 ] {} <Debug> HTTP-Session: b60e98ab-dae8-4ba3-acff-dbacfc1b5f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7373 | 2024.06.22 01:35:00.260506 [ 3 ] {} <Trace> HTTP-Session: b60e98ab-dae8-4ba3-acff-dbacfc1b5f36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7374 | 2024.06.22 01:35:00.260625 [ 3 ] {d0ac71da-ce42-413a-8d4a-8030579eb2c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7375 | 2024.06.22 01:35:00.260667 [ 3 ] {d0ac71da-ce42-413a-8d4a-8030579eb2c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7376 | 2024.06.22 01:35:00.260790 [ 3 ] {d0ac71da-ce42-413a-8d4a-8030579eb2c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7377 | 2024.06.22 01:35:00.261130 [ 3 ] {d0ac71da-ce42-413a-8d4a-8030579eb2c4} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7378 | 2024.06.22 01:35:00.261166 [ 3 ] {d0ac71da-ce42-413a-8d4a-8030579eb2c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7379 | 2024.06.22 01:35:00.261500 [ 3 ] {d0ac71da-ce42-413a-8d4a-8030579eb2c4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7380 | 2024.06.22 01:35:00.261802 [ 3 ] {d0ac71da-ce42-413a-8d4a-8030579eb2c4} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7381 | 2024.06.22 01:35:00.261930 [ 3 ] {d0ac71da-ce42-413a-8d4a-8030579eb2c4} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001351 sec., 68837.8978534419 rows/sec., 5.38 MiB/sec. | ||
7382 | 2024.06.22 01:35:00.262100 [ 3 ] {d0ac71da-ce42-413a-8d4a-8030579eb2c4} <Debug> DynamicQueryHandler: Done processing query | ||
7383 | 2024.06.22 01:35:00.262126 [ 3 ] {d0ac71da-ce42-413a-8d4a-8030579eb2c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7384 | 2024.06.22 01:35:00.262142 [ 3 ] {} <Debug> HTTP-Session: b60e98ab-dae8-4ba3-acff-dbacfc1b5f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7385 | 2024.06.22 01:35:00.262311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7386 | 2024.06.22 01:35:00.262360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7387 | 2024.06.22 01:35:00.262378 [ 3 ] {} <Debug> HTTP-Session: f7357110-6582-47db-bf13-980db388a9fa Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7388 | 2024.06.22 01:35:00.262395 [ 3 ] {} <Debug> HTTP-Session: f7357110-6582-47db-bf13-980db388a9fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7389 | 2024.06.22 01:35:00.262408 [ 3 ] {} <Debug> HTTP-Session: f7357110-6582-47db-bf13-980db388a9fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7390 | 2024.06.22 01:35:00.262438 [ 3 ] {} <Trace> HTTP-Session: f7357110-6582-47db-bf13-980db388a9fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7391 | 2024.06.22 01:35:00.262580 [ 3 ] {e13b5caa-e630-4ae4-a468-9c58eb9e7683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7392 | 2024.06.22 01:35:00.262627 [ 3 ] {e13b5caa-e630-4ae4-a468-9c58eb9e7683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7393 | 2024.06.22 01:35:00.262768 [ 3 ] {e13b5caa-e630-4ae4-a468-9c58eb9e7683} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7394 | 2024.06.22 01:35:00.263171 [ 3 ] {e13b5caa-e630-4ae4-a468-9c58eb9e7683} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7395 | 2024.06.22 01:35:00.263206 [ 3 ] {e13b5caa-e630-4ae4-a468-9c58eb9e7683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7396 | 2024.06.22 01:35:00.263590 [ 3 ] {e13b5caa-e630-4ae4-a468-9c58eb9e7683} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7397 | 2024.06.22 01:35:00.263929 [ 3 ] {e13b5caa-e630-4ae4-a468-9c58eb9e7683} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7398 | 2024.06.22 01:35:00.264057 [ 3 ] {e13b5caa-e630-4ae4-a468-9c58eb9e7683} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec. | ||
7399 | 2024.06.22 01:35:00.264210 [ 3 ] {e13b5caa-e630-4ae4-a468-9c58eb9e7683} <Debug> DynamicQueryHandler: Done processing query | ||
7400 | 2024.06.22 01:35:00.264235 [ 3 ] {e13b5caa-e630-4ae4-a468-9c58eb9e7683} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7401 | 2024.06.22 01:35:00.264252 [ 3 ] {} <Debug> HTTP-Session: f7357110-6582-47db-bf13-980db388a9fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7402 | 2024.06.22 01:35:00.264472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7403 | 2024.06.22 01:35:00.264519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7404 | 2024.06.22 01:35:00.264537 [ 3 ] {} <Debug> HTTP-Session: 357d262d-d362-483d-862f-44cb6ea7b201 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7405 | 2024.06.22 01:35:00.264554 [ 3 ] {} <Debug> HTTP-Session: 357d262d-d362-483d-862f-44cb6ea7b201 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7406 | 2024.06.22 01:35:00.264568 [ 3 ] {} <Debug> HTTP-Session: 357d262d-d362-483d-862f-44cb6ea7b201 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7407 | 2024.06.22 01:35:00.264598 [ 3 ] {} <Trace> HTTP-Session: 357d262d-d362-483d-862f-44cb6ea7b201 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7408 | 2024.06.22 01:35:00.264840 [ 3 ] {cbdefd4e-0b42-4b9a-86d6-4d56375e575f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7409 | 2024.06.22 01:35:00.264887 [ 3 ] {cbdefd4e-0b42-4b9a-86d6-4d56375e575f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7410 | 2024.06.22 01:35:00.265042 [ 3 ] {cbdefd4e-0b42-4b9a-86d6-4d56375e575f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7411 | 2024.06.22 01:35:00.265602 [ 3 ] {cbdefd4e-0b42-4b9a-86d6-4d56375e575f} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7412 | 2024.06.22 01:35:00.265637 [ 3 ] {cbdefd4e-0b42-4b9a-86d6-4d56375e575f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7413 | 2024.06.22 01:35:00.266049 [ 3 ] {cbdefd4e-0b42-4b9a-86d6-4d56375e575f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7414 | 2024.06.22 01:35:00.266394 [ 3 ] {cbdefd4e-0b42-4b9a-86d6-4d56375e575f} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7415 | 2024.06.22 01:35:00.266517 [ 28 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7416 | 2024.06.22 01:35:00.266523 [ 3 ] {cbdefd4e-0b42-4b9a-86d6-4d56375e575f} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001848 sec., 15692.640692640693 rows/sec., 21.18 MiB/sec. | ||
7417 | 2024.06.22 01:35:00.266564 [ 28 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7418 | 2024.06.22 01:35:00.266613 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7419 | 2024.06.22 01:35:00.266749 [ 3 ] {cbdefd4e-0b42-4b9a-86d6-4d56375e575f} <Debug> DynamicQueryHandler: Done processing query | ||
7420 | 2024.06.22 01:35:00.266750 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
7421 | 2024.06.22 01:35:00.266776 [ 3 ] {cbdefd4e-0b42-4b9a-86d6-4d56375e575f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7422 | 2024.06.22 01:35:00.266808 [ 3 ] {} <Debug> HTTP-Session: 357d262d-d362-483d-862f-44cb6ea7b201 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7423 | 2024.06.22 01:35:00.266936 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7424 | 2024.06.22 01:35:00.266948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7425 | 2024.06.22 01:35:00.266982 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 542 rows starting from the beginning of the part | ||
7426 | 2024.06.22 01:35:00.267005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7427 | 2024.06.22 01:35:00.267034 [ 3 ] {} <Debug> HTTP-Session: f5768938-dff5-4bc7-8cde-1ec20fa2619a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7428 | 2024.06.22 01:35:00.267060 [ 3 ] {} <Debug> HTTP-Session: f5768938-dff5-4bc7-8cde-1ec20fa2619a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7429 | 2024.06.22 01:35:00.267112 [ 3 ] {} <Debug> HTTP-Session: f5768938-dff5-4bc7-8cde-1ec20fa2619a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7430 | 2024.06.22 01:35:00.267164 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 29 rows starting from the beginning of the part | ||
7431 | 2024.06.22 01:35:00.267175 [ 3 ] {} <Trace> HTTP-Session: f5768938-dff5-4bc7-8cde-1ec20fa2619a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7432 | 2024.06.22 01:35:00.267299 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 29 rows starting from the beginning of the part | ||
7433 | 2024.06.22 01:35:00.267434 [ 3 ] {273bb6fd-9115-4e92-8bf2-a4761382828a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7434 | 2024.06.22 01:35:00.267480 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
7435 | 2024.06.22 01:35:00.267528 [ 3 ] {273bb6fd-9115-4e92-8bf2-a4761382828a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7436 | 2024.06.22 01:35:00.267648 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 25 rows starting from the beginning of the part | ||
7437 | 2024.06.22 01:35:00.267937 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 29 rows starting from the beginning of the part | ||
7438 | 2024.06.22 01:35:00.268582 [ 3 ] {273bb6fd-9115-4e92-8bf2-a4761382828a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7439 | 2024.06.22 01:35:00.269064 [ 3 ] {273bb6fd-9115-4e92-8bf2-a4761382828a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7440 | 2024.06.22 01:35:00.269101 [ 3 ] {273bb6fd-9115-4e92-8bf2-a4761382828a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7441 | 2024.06.22 01:35:00.269571 [ 3 ] {273bb6fd-9115-4e92-8bf2-a4761382828a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7442 | 2024.06.22 01:35:00.270316 [ 3 ] {273bb6fd-9115-4e92-8bf2-a4761382828a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7443 | 2024.06.22 01:35:00.270454 [ 3 ] {273bb6fd-9115-4e92-8bf2-a4761382828a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003132 sec., 19157.088122605364 rows/sec., 1.29 MiB/sec. | ||
7444 | 2024.06.22 01:35:00.270829 [ 3 ] {273bb6fd-9115-4e92-8bf2-a4761382828a} <Debug> DynamicQueryHandler: Done processing query | ||
7445 | 2024.06.22 01:35:00.270855 [ 3 ] {273bb6fd-9115-4e92-8bf2-a4761382828a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7446 | 2024.06.22 01:35:00.270871 [ 3 ] {} <Debug> HTTP-Session: f5768938-dff5-4bc7-8cde-1ec20fa2619a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7447 | 2024.06.22 01:35:00.271723 [ 193 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 6 columns (6 merged, 0 gathered) in 0.005032404 sec., 130752.61843047578 rows/sec., 176.44 MiB/sec. | ||
7448 | 2024.06.22 01:35:00.272289 [ 193 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7449 | 2024.06.22 01:35:00.272781 [ 193 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7450 | 2024.06.22 01:35:00.272876 [ 193 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7451 | 2024.06.22 01:35:00.272985 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. | ||
7452 | 2024.06.22 01:35:03.817475 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7453 | 2024.06.22 01:35:03.817532 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7454 | 2024.06.22 01:35:05.254111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7455 | 2024.06.22 01:35:05.254259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7456 | 2024.06.22 01:35:05.254288 [ 3 ] {} <Debug> HTTP-Session: 7be7e7cf-a776-4f0d-8723-391f42eab44e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7457 | 2024.06.22 01:35:05.254315 [ 3 ] {} <Debug> HTTP-Session: 7be7e7cf-a776-4f0d-8723-391f42eab44e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7458 | 2024.06.22 01:35:05.254334 [ 3 ] {} <Debug> HTTP-Session: 7be7e7cf-a776-4f0d-8723-391f42eab44e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7459 | 2024.06.22 01:35:05.254382 [ 3 ] {} <Trace> HTTP-Session: 7be7e7cf-a776-4f0d-8723-391f42eab44e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7460 | 2024.06.22 01:35:05.254578 [ 3 ] {68e9cd05-0c74-41e4-aeb4-dc2b2f700c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7461 | 2024.06.22 01:35:05.254644 [ 3 ] {68e9cd05-0c74-41e4-aeb4-dc2b2f700c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7462 | 2024.06.22 01:35:05.254826 [ 3 ] {68e9cd05-0c74-41e4-aeb4-dc2b2f700c6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7463 | 2024.06.22 01:35:05.255257 [ 3 ] {68e9cd05-0c74-41e4-aeb4-dc2b2f700c6f} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7464 | 2024.06.22 01:35:05.255296 [ 3 ] {68e9cd05-0c74-41e4-aeb4-dc2b2f700c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7465 | 2024.06.22 01:35:05.255662 [ 3 ] {68e9cd05-0c74-41e4-aeb4-dc2b2f700c6f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7466 | 2024.06.22 01:35:05.256025 [ 3 ] {68e9cd05-0c74-41e4-aeb4-dc2b2f700c6f} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7467 | 2024.06.22 01:35:05.256191 [ 3 ] {68e9cd05-0c74-41e4-aeb4-dc2b2f700c6f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001675 sec., 33432.83582089552 rows/sec., 2.55 MiB/sec. | ||
7468 | 2024.06.22 01:35:05.256375 [ 3 ] {68e9cd05-0c74-41e4-aeb4-dc2b2f700c6f} <Debug> DynamicQueryHandler: Done processing query | ||
7469 | 2024.06.22 01:35:05.256402 [ 3 ] {68e9cd05-0c74-41e4-aeb4-dc2b2f700c6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7470 | 2024.06.22 01:35:05.256418 [ 3 ] {} <Debug> HTTP-Session: 7be7e7cf-a776-4f0d-8723-391f42eab44e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7471 | 2024.06.22 01:35:05.256546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7472 | 2024.06.22 01:35:05.256592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7473 | 2024.06.22 01:35:05.256611 [ 3 ] {} <Debug> HTTP-Session: 086a55ac-5c27-4397-8161-b4107fb4521c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7474 | 2024.06.22 01:35:05.256628 [ 3 ] {} <Debug> HTTP-Session: 086a55ac-5c27-4397-8161-b4107fb4521c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7475 | 2024.06.22 01:35:05.256641 [ 3 ] {} <Debug> HTTP-Session: 086a55ac-5c27-4397-8161-b4107fb4521c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7476 | 2024.06.22 01:35:05.256673 [ 3 ] {} <Trace> HTTP-Session: 086a55ac-5c27-4397-8161-b4107fb4521c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7477 | 2024.06.22 01:35:05.256787 [ 3 ] {a8aea347-11d5-4b9e-a8a8-736b30b0ee38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7478 | 2024.06.22 01:35:05.256829 [ 3 ] {a8aea347-11d5-4b9e-a8a8-736b30b0ee38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7479 | 2024.06.22 01:35:05.256954 [ 3 ] {a8aea347-11d5-4b9e-a8a8-736b30b0ee38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7480 | 2024.06.22 01:35:05.257301 [ 3 ] {a8aea347-11d5-4b9e-a8a8-736b30b0ee38} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7481 | 2024.06.22 01:35:05.257339 [ 3 ] {a8aea347-11d5-4b9e-a8a8-736b30b0ee38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7482 | 2024.06.22 01:35:05.257647 [ 3 ] {a8aea347-11d5-4b9e-a8a8-736b30b0ee38} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7483 | 2024.06.22 01:35:05.257962 [ 3 ] {a8aea347-11d5-4b9e-a8a8-736b30b0ee38} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7484 | 2024.06.22 01:35:05.258120 [ 3 ] {a8aea347-11d5-4b9e-a8a8-736b30b0ee38} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001363 sec., 46955.24578136463 rows/sec., 3.66 MiB/sec. | ||
7485 | 2024.06.22 01:35:05.258279 [ 3 ] {a8aea347-11d5-4b9e-a8a8-736b30b0ee38} <Debug> DynamicQueryHandler: Done processing query | ||
7486 | 2024.06.22 01:35:05.258303 [ 3 ] {a8aea347-11d5-4b9e-a8a8-736b30b0ee38} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7487 | 2024.06.22 01:35:05.258319 [ 3 ] {} <Debug> HTTP-Session: 086a55ac-5c27-4397-8161-b4107fb4521c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7488 | 2024.06.22 01:35:05.258541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7489 | 2024.06.22 01:35:05.258589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7490 | 2024.06.22 01:35:05.258607 [ 3 ] {} <Debug> HTTP-Session: ee004bcb-37f3-4ef7-a124-b9bdd7140ddd Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7491 | 2024.06.22 01:35:05.258623 [ 3 ] {} <Debug> HTTP-Session: ee004bcb-37f3-4ef7-a124-b9bdd7140ddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7492 | 2024.06.22 01:35:05.258636 [ 3 ] {} <Debug> HTTP-Session: ee004bcb-37f3-4ef7-a124-b9bdd7140ddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7493 | 2024.06.22 01:35:05.258667 [ 3 ] {} <Trace> HTTP-Session: ee004bcb-37f3-4ef7-a124-b9bdd7140ddd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7494 | 2024.06.22 01:35:05.258825 [ 3 ] {ef83635f-8c07-49fa-b86e-1b718a66c7e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7495 | 2024.06.22 01:35:05.258872 [ 3 ] {ef83635f-8c07-49fa-b86e-1b718a66c7e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7496 | 2024.06.22 01:35:05.259014 [ 3 ] {ef83635f-8c07-49fa-b86e-1b718a66c7e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7497 | 2024.06.22 01:35:05.259371 [ 3 ] {ef83635f-8c07-49fa-b86e-1b718a66c7e8} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7498 | 2024.06.22 01:35:05.259406 [ 3 ] {ef83635f-8c07-49fa-b86e-1b718a66c7e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7499 | 2024.06.22 01:35:05.259783 [ 3 ] {ef83635f-8c07-49fa-b86e-1b718a66c7e8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7500 | 2024.06.22 01:35:05.260119 [ 3 ] {ef83635f-8c07-49fa-b86e-1b718a66c7e8} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7501 | 2024.06.22 01:35:05.260272 [ 3 ] {ef83635f-8c07-49fa-b86e-1b718a66c7e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
7502 | 2024.06.22 01:35:05.260434 [ 3 ] {ef83635f-8c07-49fa-b86e-1b718a66c7e8} <Debug> DynamicQueryHandler: Done processing query | ||
7503 | 2024.06.22 01:35:05.260459 [ 3 ] {ef83635f-8c07-49fa-b86e-1b718a66c7e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7504 | 2024.06.22 01:35:05.260474 [ 3 ] {} <Debug> HTTP-Session: ee004bcb-37f3-4ef7-a124-b9bdd7140ddd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7505 | 2024.06.22 01:35:05.260626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7506 | 2024.06.22 01:35:05.260671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7507 | 2024.06.22 01:35:05.260690 [ 3 ] {} <Debug> HTTP-Session: 7a7e80e4-1c3c-427e-98c1-bad17b15c482 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7508 | 2024.06.22 01:35:05.260706 [ 3 ] {} <Debug> HTTP-Session: 7a7e80e4-1c3c-427e-98c1-bad17b15c482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7509 | 2024.06.22 01:35:05.260719 [ 3 ] {} <Debug> HTTP-Session: 7a7e80e4-1c3c-427e-98c1-bad17b15c482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7510 | 2024.06.22 01:35:05.260749 [ 3 ] {} <Trace> HTTP-Session: 7a7e80e4-1c3c-427e-98c1-bad17b15c482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7511 | 2024.06.22 01:35:05.260867 [ 3 ] {02e030e0-ec56-4d0b-8162-1b6183a9f29d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7512 | 2024.06.22 01:35:05.260909 [ 3 ] {02e030e0-ec56-4d0b-8162-1b6183a9f29d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7513 | 2024.06.22 01:35:05.261031 [ 3 ] {02e030e0-ec56-4d0b-8162-1b6183a9f29d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7514 | 2024.06.22 01:35:05.261402 [ 3 ] {02e030e0-ec56-4d0b-8162-1b6183a9f29d} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7515 | 2024.06.22 01:35:05.261438 [ 3 ] {02e030e0-ec56-4d0b-8162-1b6183a9f29d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7516 | 2024.06.22 01:35:05.261783 [ 3 ] {02e030e0-ec56-4d0b-8162-1b6183a9f29d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7517 | 2024.06.22 01:35:05.262096 [ 3 ] {02e030e0-ec56-4d0b-8162-1b6183a9f29d} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7518 | 2024.06.22 01:35:05.262250 [ 3 ] {02e030e0-ec56-4d0b-8162-1b6183a9f29d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001422 sec., 42194.09282700422 rows/sec., 2.84 MiB/sec. | ||
7519 | 2024.06.22 01:35:05.262514 [ 3 ] {02e030e0-ec56-4d0b-8162-1b6183a9f29d} <Debug> DynamicQueryHandler: Done processing query | ||
7520 | 2024.06.22 01:35:05.262561 [ 3 ] {02e030e0-ec56-4d0b-8162-1b6183a9f29d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7521 | 2024.06.22 01:35:05.262601 [ 3 ] {} <Debug> HTTP-Session: 7a7e80e4-1c3c-427e-98c1-bad17b15c482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7522 | 2024.06.22 01:35:10.256469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7523 | 2024.06.22 01:35:10.256631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7524 | 2024.06.22 01:35:10.256661 [ 3 ] {} <Debug> HTTP-Session: 41bf1b07-8165-45d2-9ed6-289b6f65e239 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7525 | 2024.06.22 01:35:10.256688 [ 3 ] {} <Debug> HTTP-Session: 41bf1b07-8165-45d2-9ed6-289b6f65e239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7526 | 2024.06.22 01:35:10.256706 [ 3 ] {} <Debug> HTTP-Session: 41bf1b07-8165-45d2-9ed6-289b6f65e239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7527 | 2024.06.22 01:35:10.256762 [ 3 ] {} <Trace> HTTP-Session: 41bf1b07-8165-45d2-9ed6-289b6f65e239 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7528 | 2024.06.22 01:35:10.256971 [ 3 ] {0d293168-571d-44a2-aae7-9b0f78e04bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7529 | 2024.06.22 01:35:10.257047 [ 3 ] {0d293168-571d-44a2-aae7-9b0f78e04bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7530 | 2024.06.22 01:35:10.257262 [ 3 ] {0d293168-571d-44a2-aae7-9b0f78e04bc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7531 | 2024.06.22 01:35:10.257837 [ 3 ] {0d293168-571d-44a2-aae7-9b0f78e04bc6} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7532 | 2024.06.22 01:35:10.257888 [ 3 ] {0d293168-571d-44a2-aae7-9b0f78e04bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7533 | 2024.06.22 01:35:10.258275 [ 3 ] {0d293168-571d-44a2-aae7-9b0f78e04bc6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7534 | 2024.06.22 01:35:10.258612 [ 3 ] {0d293168-571d-44a2-aae7-9b0f78e04bc6} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7535 | 2024.06.22 01:35:10.258788 [ 3 ] {0d293168-571d-44a2-aae7-9b0f78e04bc6} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001873 sec., 15483.182060864921 rows/sec., 1.23 MiB/sec. | ||
7536 | 2024.06.22 01:35:10.259002 [ 3 ] {0d293168-571d-44a2-aae7-9b0f78e04bc6} <Debug> DynamicQueryHandler: Done processing query | ||
7537 | 2024.06.22 01:35:10.259029 [ 3 ] {0d293168-571d-44a2-aae7-9b0f78e04bc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7538 | 2024.06.22 01:35:10.259045 [ 3 ] {} <Debug> HTTP-Session: 41bf1b07-8165-45d2-9ed6-289b6f65e239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7539 | 2024.06.22 01:35:10.259200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7540 | 2024.06.22 01:35:10.259258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7541 | 2024.06.22 01:35:10.259277 [ 3 ] {} <Debug> HTTP-Session: 62a1d65f-6534-4e07-8fac-f3094065b564 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7542 | 2024.06.22 01:35:10.259294 [ 3 ] {} <Debug> HTTP-Session: 62a1d65f-6534-4e07-8fac-f3094065b564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7543 | 2024.06.22 01:35:10.259308 [ 3 ] {} <Debug> HTTP-Session: 62a1d65f-6534-4e07-8fac-f3094065b564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7544 | 2024.06.22 01:35:10.259344 [ 3 ] {} <Trace> HTTP-Session: 62a1d65f-6534-4e07-8fac-f3094065b564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7545 | 2024.06.22 01:35:10.259446 [ 3 ] {d470db97-55f6-4f41-a51a-b7e578de3cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7546 | 2024.06.22 01:35:10.259493 [ 3 ] {d470db97-55f6-4f41-a51a-b7e578de3cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7547 | 2024.06.22 01:35:10.259626 [ 3 ] {d470db97-55f6-4f41-a51a-b7e578de3cf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7548 | 2024.06.22 01:35:10.259948 [ 3 ] {d470db97-55f6-4f41-a51a-b7e578de3cf4} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7549 | 2024.06.22 01:35:10.259984 [ 3 ] {d470db97-55f6-4f41-a51a-b7e578de3cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7550 | 2024.06.22 01:35:10.260282 [ 3 ] {d470db97-55f6-4f41-a51a-b7e578de3cf4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7551 | 2024.06.22 01:35:10.260578 [ 3 ] {d470db97-55f6-4f41-a51a-b7e578de3cf4} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7552 | 2024.06.22 01:35:10.260720 [ 3 ] {d470db97-55f6-4f41-a51a-b7e578de3cf4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001295 sec., 1544.4015444015445 rows/sec., 125.94 KiB/sec. | ||
7553 | 2024.06.22 01:35:10.260890 [ 3 ] {d470db97-55f6-4f41-a51a-b7e578de3cf4} <Debug> DynamicQueryHandler: Done processing query | ||
7554 | 2024.06.22 01:35:10.260914 [ 3 ] {d470db97-55f6-4f41-a51a-b7e578de3cf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7555 | 2024.06.22 01:35:10.260930 [ 3 ] {} <Debug> HTTP-Session: 62a1d65f-6534-4e07-8fac-f3094065b564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7556 | 2024.06.22 01:35:10.261195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 21113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7557 | 2024.06.22 01:35:10.261245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7558 | 2024.06.22 01:35:10.261264 [ 3 ] {} <Debug> HTTP-Session: 2eebaea6-1040-4f8f-ac62-994fcc49b4e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7559 | 2024.06.22 01:35:10.261281 [ 3 ] {} <Debug> HTTP-Session: 2eebaea6-1040-4f8f-ac62-994fcc49b4e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7560 | 2024.06.22 01:35:10.261294 [ 3 ] {} <Debug> HTTP-Session: 2eebaea6-1040-4f8f-ac62-994fcc49b4e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7561 | 2024.06.22 01:35:10.261326 [ 3 ] {} <Trace> HTTP-Session: 2eebaea6-1040-4f8f-ac62-994fcc49b4e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7562 | 2024.06.22 01:35:10.261460 [ 3 ] {d2ce5456-9236-4630-812f-15e9db94d34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7563 | 2024.06.22 01:35:10.261502 [ 3 ] {d2ce5456-9236-4630-812f-15e9db94d34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7564 | 2024.06.22 01:35:10.261627 [ 3 ] {d2ce5456-9236-4630-812f-15e9db94d34c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7565 | 2024.06.22 01:35:10.262024 [ 3 ] {d2ce5456-9236-4630-812f-15e9db94d34c} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7566 | 2024.06.22 01:35:10.262060 [ 3 ] {d2ce5456-9236-4630-812f-15e9db94d34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7567 | 2024.06.22 01:35:10.262374 [ 3 ] {d2ce5456-9236-4630-812f-15e9db94d34c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7568 | 2024.06.22 01:35:10.262671 [ 3 ] {d2ce5456-9236-4630-812f-15e9db94d34c} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7569 | 2024.06.22 01:35:10.262823 [ 3 ] {d2ce5456-9236-4630-812f-15e9db94d34c} <Debug> executeQuery: Read 144 rows, 12.34 KiB in 0.001421 sec., 101337.08655876144 rows/sec., 8.48 MiB/sec. | ||
7570 | 2024.06.22 01:35:10.262837 [ 47 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7571 | 2024.06.22 01:35:10.262953 [ 47 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7572 | 2024.06.22 01:35:10.262996 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7573 | 2024.06.22 01:35:10.263069 [ 3 ] {d2ce5456-9236-4630-812f-15e9db94d34c} <Debug> DynamicQueryHandler: Done processing query | ||
7574 | 2024.06.22 01:35:10.263150 [ 3 ] {d2ce5456-9236-4630-812f-15e9db94d34c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7575 | 2024.06.22 01:35:10.263238 [ 3 ] {} <Debug> HTTP-Session: 2eebaea6-1040-4f8f-ac62-994fcc49b4e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7576 | 2024.06.22 01:35:10.263363 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
7577 | 2024.06.22 01:35:10.263534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7578 | 2024.06.22 01:35:10.263718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7579 | 2024.06.22 01:35:10.263840 [ 3 ] {} <Debug> HTTP-Session: 21dd6c87-21b1-452c-9df6-f0d94d955287 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7580 | 2024.06.22 01:35:10.263898 [ 3 ] {} <Debug> HTTP-Session: 21dd6c87-21b1-452c-9df6-f0d94d955287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7581 | 2024.06.22 01:35:10.263913 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7582 | 2024.06.22 01:35:10.263932 [ 3 ] {} <Debug> HTTP-Session: 21dd6c87-21b1-452c-9df6-f0d94d955287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7583 | 2024.06.22 01:35:10.263979 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 186 rows starting from the beginning of the part | ||
7584 | 2024.06.22 01:35:10.264003 [ 3 ] {} <Trace> HTTP-Session: 21dd6c87-21b1-452c-9df6-f0d94d955287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7585 | 2024.06.22 01:35:10.264135 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 68 rows starting from the beginning of the part | ||
7586 | 2024.06.22 01:35:10.264386 [ 3 ] {0244db87-ac22-4e8c-b842-651fe265cf83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7587 | 2024.06.22 01:35:10.264494 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 131 rows starting from the beginning of the part | ||
7588 | 2024.06.22 01:35:10.264576 [ 3 ] {0244db87-ac22-4e8c-b842-651fe265cf83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7589 | 2024.06.22 01:35:10.264844 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 143 rows starting from the beginning of the part | ||
7590 | 2024.06.22 01:35:10.265295 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
7591 | 2024.06.22 01:35:10.265680 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 144 rows starting from the beginning of the part | ||
7592 | 2024.06.22 01:35:10.266000 [ 3 ] {0244db87-ac22-4e8c-b842-651fe265cf83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7593 | 2024.06.22 01:35:10.266824 [ 3 ] {0244db87-ac22-4e8c-b842-651fe265cf83} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7594 | 2024.06.22 01:35:10.266896 [ 3 ] {0244db87-ac22-4e8c-b842-651fe265cf83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7595 | 2024.06.22 01:35:10.267688 [ 3 ] {0244db87-ac22-4e8c-b842-651fe265cf83} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7596 | 2024.06.22 01:35:10.268522 [ 3 ] {0244db87-ac22-4e8c-b842-651fe265cf83} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7597 | 2024.06.22 01:35:10.268803 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 728 rows, containing 4 columns (4 merged, 0 gathered) in 0.005702288 sec., 127668.05184164672 rows/sec., 10.48 MiB/sec. | ||
7598 | 2024.06.22 01:35:10.268893 [ 3 ] {0244db87-ac22-4e8c-b842-651fe265cf83} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004737 sec., 422.2081486172683 rows/sec., 29.48 KiB/sec. | ||
7599 | 2024.06.22 01:35:10.269063 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7600 | 2024.06.22 01:35:10.269120 [ 3 ] {0244db87-ac22-4e8c-b842-651fe265cf83} <Debug> DynamicQueryHandler: Done processing query | ||
7601 | 2024.06.22 01:35:10.269149 [ 3 ] {0244db87-ac22-4e8c-b842-651fe265cf83} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7602 | 2024.06.22 01:35:10.269165 [ 3 ] {} <Debug> HTTP-Session: 21dd6c87-21b1-452c-9df6-f0d94d955287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7603 | 2024.06.22 01:35:10.269335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 16144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7604 | 2024.06.22 01:35:10.269403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7605 | 2024.06.22 01:35:10.269427 [ 3 ] {} <Debug> HTTP-Session: a0e41a3d-10ec-4b42-a631-cd11e0637f73 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7606 | 2024.06.22 01:35:10.269449 [ 3 ] {} <Debug> HTTP-Session: a0e41a3d-10ec-4b42-a631-cd11e0637f73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7607 | 2024.06.22 01:35:10.269463 [ 3 ] {} <Debug> HTTP-Session: a0e41a3d-10ec-4b42-a631-cd11e0637f73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7608 | 2024.06.22 01:35:10.269499 [ 3 ] {} <Trace> HTTP-Session: a0e41a3d-10ec-4b42-a631-cd11e0637f73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7609 | 2024.06.22 01:35:10.269552 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_56_11} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7610 | 2024.06.22 01:35:10.269653 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_56_11} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7611 | 2024.06.22 01:35:10.269656 [ 3 ] {c223fbf2-a6d8-4f50-988d-75105f309cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7612 | 2024.06.22 01:35:10.269719 [ 3 ] {c223fbf2-a6d8-4f50-988d-75105f309cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7613 | 2024.06.22 01:35:10.269753 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
7614 | 2024.06.22 01:35:10.269877 [ 3 ] {c223fbf2-a6d8-4f50-988d-75105f309cfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7615 | 2024.06.22 01:35:10.270233 [ 3 ] {c223fbf2-a6d8-4f50-988d-75105f309cfd} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7616 | 2024.06.22 01:35:10.270270 [ 3 ] {c223fbf2-a6d8-4f50-988d-75105f309cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7617 | 2024.06.22 01:35:10.270579 [ 3 ] {c223fbf2-a6d8-4f50-988d-75105f309cfd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7618 | 2024.06.22 01:35:10.270877 [ 3 ] {c223fbf2-a6d8-4f50-988d-75105f309cfd} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7619 | 2024.06.22 01:35:10.271027 [ 47 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7620 | 2024.06.22 01:35:10.271031 [ 3 ] {c223fbf2-a6d8-4f50-988d-75105f309cfd} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.00143 sec., 66433.56643356643 rows/sec., 5.19 MiB/sec. | ||
7621 | 2024.06.22 01:35:10.271086 [ 47 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7622 | 2024.06.22 01:35:10.271147 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7623 | 2024.06.22 01:35:10.271442 [ 3 ] {c223fbf2-a6d8-4f50-988d-75105f309cfd} <Debug> DynamicQueryHandler: Done processing query | ||
7624 | 2024.06.22 01:35:10.271443 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
7625 | 2024.06.22 01:35:10.271490 [ 3 ] {c223fbf2-a6d8-4f50-988d-75105f309cfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7626 | 2024.06.22 01:35:10.271608 [ 3 ] {} <Debug> HTTP-Session: a0e41a3d-10ec-4b42-a631-cd11e0637f73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7627 | 2024.06.22 01:35:10.272004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7628 | 2024.06.22 01:35:10.272160 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7629 | 2024.06.22 01:35:10.272214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7630 | 2024.06.22 01:35:10.272281 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 149 rows starting from the beginning of the part | ||
7631 | 2024.06.22 01:35:10.272345 [ 3 ] {} <Debug> HTTP-Session: a50b88de-80bc-4aee-89b3-44f7daed9b4f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7632 | 2024.06.22 01:35:10.272465 [ 3 ] {} <Debug> HTTP-Session: a50b88de-80bc-4aee-89b3-44f7daed9b4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7633 | 2024.06.22 01:35:10.272556 [ 3 ] {} <Debug> HTTP-Session: a50b88de-80bc-4aee-89b3-44f7daed9b4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7634 | 2024.06.22 01:35:10.272747 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 68 rows starting from the beginning of the part | ||
7635 | 2024.06.22 01:35:10.272805 [ 3 ] {} <Trace> HTTP-Session: a50b88de-80bc-4aee-89b3-44f7daed9b4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7636 | 2024.06.22 01:35:10.273098 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 89 rows starting from the beginning of the part | ||
7637 | 2024.06.22 01:35:10.273210 [ 3 ] {17eeb2e2-8930-48a4-bfe2-8127c03c682e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7638 | 2024.06.22 01:35:10.273387 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 93 rows starting from the beginning of the part | ||
7639 | 2024.06.22 01:35:10.273407 [ 3 ] {17eeb2e2-8930-48a4-bfe2-8127c03c682e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7640 | 2024.06.22 01:35:10.273631 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
7641 | 2024.06.22 01:35:10.273993 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 95 rows starting from the beginning of the part | ||
7642 | 2024.06.22 01:35:10.274647 [ 3 ] {17eeb2e2-8930-48a4-bfe2-8127c03c682e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7643 | 2024.06.22 01:35:10.275482 [ 3 ] {17eeb2e2-8930-48a4-bfe2-8127c03c682e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7644 | 2024.06.22 01:35:10.275549 [ 3 ] {17eeb2e2-8930-48a4-bfe2-8127c03c682e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7645 | 2024.06.22 01:35:10.276478 [ 3 ] {17eeb2e2-8930-48a4-bfe2-8127c03c682e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7646 | 2024.06.22 01:35:10.276786 [ 188 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 4 columns (4 merged, 0 gathered) in 0.005540457 sec., 100713.71368823906 rows/sec., 7.87 MiB/sec. | ||
7647 | 2024.06.22 01:35:10.277173 [ 195 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7648 | 2024.06.22 01:35:10.277183 [ 3 ] {17eeb2e2-8930-48a4-bfe2-8127c03c682e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7649 | 2024.06.22 01:35:10.277581 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7650 | 2024.06.22 01:35:10.277627 [ 3 ] {17eeb2e2-8930-48a4-bfe2-8127c03c682e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00456 sec., 35307.01754385965 rows/sec., 2.46 MiB/sec. | ||
7651 | 2024.06.22 01:35:10.277699 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7652 | 2024.06.22 01:35:10.277802 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7653 | 2024.06.22 01:35:10.278289 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
7654 | 2024.06.22 01:35:10.278358 [ 3 ] {17eeb2e2-8930-48a4-bfe2-8127c03c682e} <Debug> DynamicQueryHandler: Done processing query | ||
7655 | 2024.06.22 01:35:10.278417 [ 3 ] {17eeb2e2-8930-48a4-bfe2-8127c03c682e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7656 | 2024.06.22 01:35:10.278487 [ 3 ] {} <Debug> HTTP-Session: a50b88de-80bc-4aee-89b3-44f7daed9b4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7657 | 2024.06.22 01:35:10.278719 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7658 | 2024.06.22 01:35:10.278752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7659 | 2024.06.22 01:35:10.278827 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8259 rows starting from the beginning of the part | ||
7660 | 2024.06.22 01:35:10.278831 [ 195 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_56_11} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7661 | 2024.06.22 01:35:10.278865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7662 | 2024.06.22 01:35:10.278963 [ 3 ] {} <Debug> HTTP-Session: 253f3a86-a91b-4c81-8058-1d6972c26599 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7663 | 2024.06.22 01:35:10.279066 [ 3 ] {} <Debug> HTTP-Session: 253f3a86-a91b-4c81-8058-1d6972c26599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7664 | 2024.06.22 01:35:10.279165 [ 3 ] {} <Debug> HTTP-Session: 253f3a86-a91b-4c81-8058-1d6972c26599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7665 | 2024.06.22 01:35:10.279260 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
7666 | 2024.06.22 01:35:10.279307 [ 3 ] {} <Trace> HTTP-Session: 253f3a86-a91b-4c81-8058-1d6972c26599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7667 | 2024.06.22 01:35:10.279643 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
7668 | 2024.06.22 01:35:10.279659 [ 195 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_56_11} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7669 | 2024.06.22 01:35:10.279922 [ 3 ] {247d5b37-d6ca-4606-9872-5e585a8ec163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7670 | 2024.06.22 01:35:10.279937 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
7671 | 2024.06.22 01:35:10.280168 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7672 | 2024.06.22 01:35:10.280185 [ 3 ] {247d5b37-d6ca-4606-9872-5e585a8ec163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7673 | 2024.06.22 01:35:10.280345 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
7674 | 2024.06.22 01:35:10.280673 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 161 rows starting from the beginning of the part | ||
7675 | 2024.06.22 01:35:10.281710 [ 3 ] {247d5b37-d6ca-4606-9872-5e585a8ec163} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7676 | 2024.06.22 01:35:10.282463 [ 3 ] {247d5b37-d6ca-4606-9872-5e585a8ec163} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7677 | 2024.06.22 01:35:10.282507 [ 3 ] {247d5b37-d6ca-4606-9872-5e585a8ec163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7678 | 2024.06.22 01:35:10.283491 [ 3 ] {247d5b37-d6ca-4606-9872-5e585a8ec163} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7679 | 2024.06.22 01:35:10.284125 [ 3 ] {247d5b37-d6ca-4606-9872-5e585a8ec163} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7680 | 2024.06.22 01:35:10.284490 [ 3 ] {247d5b37-d6ca-4606-9872-5e585a8ec163} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.004947 sec., 5862.13866990095 rows/sec., 7.91 MiB/sec. | ||
7681 | 2024.06.22 01:35:10.284694 [ 3 ] {247d5b37-d6ca-4606-9872-5e585a8ec163} <Debug> DynamicQueryHandler: Done processing query | ||
7682 | 2024.06.22 01:35:10.284719 [ 3 ] {247d5b37-d6ca-4606-9872-5e585a8ec163} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7683 | 2024.06.22 01:35:10.284770 [ 3 ] {} <Debug> HTTP-Session: 253f3a86-a91b-4c81-8058-1d6972c26599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7684 | 2024.06.22 01:35:10.284988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7685 | 2024.06.22 01:35:10.285048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7686 | 2024.06.22 01:35:10.285082 [ 3 ] {} <Debug> HTTP-Session: 08deb50e-ea39-438f-9f71-7039d8e12da7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7687 | 2024.06.22 01:35:10.285099 [ 3 ] {} <Debug> HTTP-Session: 08deb50e-ea39-438f-9f71-7039d8e12da7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7688 | 2024.06.22 01:35:10.285113 [ 3 ] {} <Debug> HTTP-Session: 08deb50e-ea39-438f-9f71-7039d8e12da7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7689 | 2024.06.22 01:35:10.285149 [ 3 ] {} <Trace> HTTP-Session: 08deb50e-ea39-438f-9f71-7039d8e12da7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7690 | 2024.06.22 01:35:10.285276 [ 3 ] {03c490b6-eed9-456a-820a-255107c40140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7691 | 2024.06.22 01:35:10.285320 [ 3 ] {03c490b6-eed9-456a-820a-255107c40140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7692 | 2024.06.22 01:35:10.285519 [ 3 ] {03c490b6-eed9-456a-820a-255107c40140} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7693 | 2024.06.22 01:35:10.286249 [ 3 ] {03c490b6-eed9-456a-820a-255107c40140} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7694 | 2024.06.22 01:35:10.286306 [ 3 ] {03c490b6-eed9-456a-820a-255107c40140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7695 | 2024.06.22 01:35:10.286326 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9060 rows, containing 5 columns (5 merged, 0 gathered) in 0.008337727 sec., 1086627.08673479 rows/sec., 75.72 MiB/sec. | ||
7696 | 2024.06.22 01:35:10.286565 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7697 | 2024.06.22 01:35:10.287085 [ 3 ] {03c490b6-eed9-456a-820a-255107c40140} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7698 | 2024.06.22 01:35:10.287490 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7699 | 2024.06.22 01:35:10.287653 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7700 | 2024.06.22 01:35:10.287725 [ 3 ] {03c490b6-eed9-456a-820a-255107c40140} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7701 | 2024.06.22 01:35:10.287828 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB. | ||
7702 | 2024.06.22 01:35:10.287976 [ 47 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7703 | 2024.06.22 01:35:10.287986 [ 3 ] {03c490b6-eed9-456a-820a-255107c40140} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002748 sec., 21834.06113537118 rows/sec., 1.47 MiB/sec. | ||
7704 | 2024.06.22 01:35:10.288021 [ 47 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7705 | 2024.06.22 01:35:10.288089 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7706 | 2024.06.22 01:35:10.288396 [ 3 ] {03c490b6-eed9-456a-820a-255107c40140} <Debug> DynamicQueryHandler: Done processing query | ||
7707 | 2024.06.22 01:35:10.288396 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7708 | 2024.06.22 01:35:10.288429 [ 3 ] {03c490b6-eed9-456a-820a-255107c40140} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7709 | 2024.06.22 01:35:10.288507 [ 3 ] {} <Debug> HTTP-Session: 08deb50e-ea39-438f-9f71-7039d8e12da7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7710 | 2024.06.22 01:35:10.288970 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7711 | 2024.06.22 01:35:10.289066 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2924 rows starting from the beginning of the part | ||
7712 | 2024.06.22 01:35:10.289278 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7713 | 2024.06.22 01:35:10.289435 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7714 | 2024.06.22 01:35:10.289602 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7715 | 2024.06.22 01:35:10.289735 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7716 | 2024.06.22 01:35:10.289921 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
7717 | 2024.06.22 01:35:10.291460 [ 196 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3224 rows, containing 4 columns (4 merged, 0 gathered) in 0.003269832 sec., 985983.3777392845 rows/sec., 66.47 MiB/sec. | ||
7718 | 2024.06.22 01:35:10.291747 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7719 | 2024.06.22 01:35:10.292158 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_56_11} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7720 | 2024.06.22 01:35:10.292244 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_56_11} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7721 | 2024.06.22 01:35:10.292331 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
7722 | 2024.06.22 01:35:15.256672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7723 | 2024.06.22 01:35:15.256815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7724 | 2024.06.22 01:35:15.256844 [ 3 ] {} <Debug> HTTP-Session: c92024f6-fee3-4d97-8a75-454b19afb960 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7725 | 2024.06.22 01:35:15.256872 [ 3 ] {} <Debug> HTTP-Session: c92024f6-fee3-4d97-8a75-454b19afb960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7726 | 2024.06.22 01:35:15.256890 [ 3 ] {} <Debug> HTTP-Session: c92024f6-fee3-4d97-8a75-454b19afb960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7727 | 2024.06.22 01:35:15.256946 [ 3 ] {} <Trace> HTTP-Session: c92024f6-fee3-4d97-8a75-454b19afb960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7728 | 2024.06.22 01:35:15.257181 [ 3 ] {d6983031-8fa9-4b0b-8de3-6eb5cbad07b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7729 | 2024.06.22 01:35:15.257254 [ 3 ] {d6983031-8fa9-4b0b-8de3-6eb5cbad07b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7730 | 2024.06.22 01:35:15.257466 [ 3 ] {d6983031-8fa9-4b0b-8de3-6eb5cbad07b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7731 | 2024.06.22 01:35:15.257979 [ 3 ] {d6983031-8fa9-4b0b-8de3-6eb5cbad07b1} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7732 | 2024.06.22 01:35:15.258020 [ 3 ] {d6983031-8fa9-4b0b-8de3-6eb5cbad07b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7733 | 2024.06.22 01:35:15.258383 [ 3 ] {d6983031-8fa9-4b0b-8de3-6eb5cbad07b1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7734 | 2024.06.22 01:35:15.258716 [ 3 ] {d6983031-8fa9-4b0b-8de3-6eb5cbad07b1} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7735 | 2024.06.22 01:35:15.258867 [ 3 ] {d6983031-8fa9-4b0b-8de3-6eb5cbad07b1} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001771 sec., 51948.05194805195 rows/sec., 3.94 MiB/sec. | ||
7736 | 2024.06.22 01:35:15.259133 [ 3 ] {d6983031-8fa9-4b0b-8de3-6eb5cbad07b1} <Debug> DynamicQueryHandler: Done processing query | ||
7737 | 2024.06.22 01:35:15.259167 [ 3 ] {d6983031-8fa9-4b0b-8de3-6eb5cbad07b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7738 | 2024.06.22 01:35:15.259243 [ 3 ] {} <Debug> HTTP-Session: c92024f6-fee3-4d97-8a75-454b19afb960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7739 | 2024.06.22 01:35:15.259540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7740 | 2024.06.22 01:35:15.259613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7741 | 2024.06.22 01:35:15.259633 [ 3 ] {} <Debug> HTTP-Session: cdb2bb47-d005-4a4a-b81b-b0b7353a2a5e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7742 | 2024.06.22 01:35:15.259652 [ 3 ] {} <Debug> HTTP-Session: cdb2bb47-d005-4a4a-b81b-b0b7353a2a5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7743 | 2024.06.22 01:35:15.259666 [ 3 ] {} <Debug> HTTP-Session: cdb2bb47-d005-4a4a-b81b-b0b7353a2a5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7744 | 2024.06.22 01:35:15.259700 [ 3 ] {} <Trace> HTTP-Session: cdb2bb47-d005-4a4a-b81b-b0b7353a2a5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7745 | 2024.06.22 01:35:15.259831 [ 3 ] {8216eba2-1d93-4bef-bf59-c7bc81816ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7746 | 2024.06.22 01:35:15.259876 [ 3 ] {8216eba2-1d93-4bef-bf59-c7bc81816ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7747 | 2024.06.22 01:35:15.260015 [ 3 ] {8216eba2-1d93-4bef-bf59-c7bc81816ddd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7748 | 2024.06.22 01:35:15.260404 [ 3 ] {8216eba2-1d93-4bef-bf59-c7bc81816ddd} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7749 | 2024.06.22 01:35:15.260441 [ 3 ] {8216eba2-1d93-4bef-bf59-c7bc81816ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7750 | 2024.06.22 01:35:15.260767 [ 3 ] {8216eba2-1d93-4bef-bf59-c7bc81816ddd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7751 | 2024.06.22 01:35:15.261056 [ 3 ] {8216eba2-1d93-4bef-bf59-c7bc81816ddd} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7752 | 2024.06.22 01:35:15.261196 [ 3 ] {8216eba2-1d93-4bef-bf59-c7bc81816ddd} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001463 sec., 60150.37593984962 rows/sec., 4.68 MiB/sec. | ||
7753 | 2024.06.22 01:35:15.261351 [ 3 ] {8216eba2-1d93-4bef-bf59-c7bc81816ddd} <Debug> DynamicQueryHandler: Done processing query | ||
7754 | 2024.06.22 01:35:15.261374 [ 3 ] {8216eba2-1d93-4bef-bf59-c7bc81816ddd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7755 | 2024.06.22 01:35:15.261389 [ 3 ] {} <Debug> HTTP-Session: cdb2bb47-d005-4a4a-b81b-b0b7353a2a5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7756 | 2024.06.22 01:35:15.261604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 37590, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7757 | 2024.06.22 01:35:15.261652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7758 | 2024.06.22 01:35:15.261671 [ 3 ] {} <Debug> HTTP-Session: 06b8016f-8385-4450-bb7a-d4cd51fd71be Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7759 | 2024.06.22 01:35:15.261687 [ 3 ] {} <Debug> HTTP-Session: 06b8016f-8385-4450-bb7a-d4cd51fd71be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7760 | 2024.06.22 01:35:15.261701 [ 3 ] {} <Debug> HTTP-Session: 06b8016f-8385-4450-bb7a-d4cd51fd71be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7761 | 2024.06.22 01:35:15.261732 [ 3 ] {} <Trace> HTTP-Session: 06b8016f-8385-4450-bb7a-d4cd51fd71be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7762 | 2024.06.22 01:35:15.261901 [ 3 ] {f5bc16c8-2ed8-4ebc-a18b-27dd3fcc796e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7763 | 2024.06.22 01:35:15.261948 [ 3 ] {f5bc16c8-2ed8-4ebc-a18b-27dd3fcc796e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7764 | 2024.06.22 01:35:15.262091 [ 3 ] {f5bc16c8-2ed8-4ebc-a18b-27dd3fcc796e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7765 | 2024.06.22 01:35:15.262508 [ 3 ] {f5bc16c8-2ed8-4ebc-a18b-27dd3fcc796e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7766 | 2024.06.22 01:35:15.262544 [ 3 ] {f5bc16c8-2ed8-4ebc-a18b-27dd3fcc796e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7767 | 2024.06.22 01:35:15.262936 [ 3 ] {f5bc16c8-2ed8-4ebc-a18b-27dd3fcc796e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7768 | 2024.06.22 01:35:15.263268 [ 3 ] {f5bc16c8-2ed8-4ebc-a18b-27dd3fcc796e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7769 | 2024.06.22 01:35:15.263394 [ 3 ] {f5bc16c8-2ed8-4ebc-a18b-27dd3fcc796e} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001583 sec., 123815.54011370815 rows/sec., 8.64 MiB/sec. | ||
7770 | 2024.06.22 01:35:15.263559 [ 3 ] {f5bc16c8-2ed8-4ebc-a18b-27dd3fcc796e} <Debug> DynamicQueryHandler: Done processing query | ||
7771 | 2024.06.22 01:35:15.263584 [ 3 ] {f5bc16c8-2ed8-4ebc-a18b-27dd3fcc796e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7772 | 2024.06.22 01:35:15.263600 [ 3 ] {} <Debug> HTTP-Session: 06b8016f-8385-4450-bb7a-d4cd51fd71be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7773 | 2024.06.22 01:35:15.263744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7774 | 2024.06.22 01:35:15.263792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7775 | 2024.06.22 01:35:15.263810 [ 3 ] {} <Debug> HTTP-Session: 0664a1f7-5587-46b1-acdf-a0701a64bb53 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7776 | 2024.06.22 01:35:15.263827 [ 3 ] {} <Debug> HTTP-Session: 0664a1f7-5587-46b1-acdf-a0701a64bb53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7777 | 2024.06.22 01:35:15.263841 [ 3 ] {} <Debug> HTTP-Session: 0664a1f7-5587-46b1-acdf-a0701a64bb53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7778 | 2024.06.22 01:35:15.263872 [ 3 ] {} <Trace> HTTP-Session: 0664a1f7-5587-46b1-acdf-a0701a64bb53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7779 | 2024.06.22 01:35:15.263980 [ 3 ] {5ee9efd2-d618-4785-92b8-88cba6dc880b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7780 | 2024.06.22 01:35:15.264022 [ 3 ] {5ee9efd2-d618-4785-92b8-88cba6dc880b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7781 | 2024.06.22 01:35:15.264147 [ 3 ] {5ee9efd2-d618-4785-92b8-88cba6dc880b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7782 | 2024.06.22 01:35:15.264444 [ 3 ] {5ee9efd2-d618-4785-92b8-88cba6dc880b} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7783 | 2024.06.22 01:35:15.264480 [ 3 ] {5ee9efd2-d618-4785-92b8-88cba6dc880b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7784 | 2024.06.22 01:35:15.264830 [ 3 ] {5ee9efd2-d618-4785-92b8-88cba6dc880b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7785 | 2024.06.22 01:35:15.265150 [ 3 ] {5ee9efd2-d618-4785-92b8-88cba6dc880b} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7786 | 2024.06.22 01:35:15.265276 [ 3 ] {5ee9efd2-d618-4785-92b8-88cba6dc880b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. | ||
7787 | 2024.06.22 01:35:15.265434 [ 3 ] {5ee9efd2-d618-4785-92b8-88cba6dc880b} <Debug> DynamicQueryHandler: Done processing query | ||
7788 | 2024.06.22 01:35:15.265459 [ 3 ] {5ee9efd2-d618-4785-92b8-88cba6dc880b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7789 | 2024.06.22 01:35:15.265476 [ 3 ] {} <Debug> HTTP-Session: 0664a1f7-5587-46b1-acdf-a0701a64bb53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7790 | 2024.06.22 01:35:18.817568 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7791 | 2024.06.22 01:35:18.817617 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7792 | 2024.06.22 01:35:20.255051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7793 | 2024.06.22 01:35:20.255188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7794 | 2024.06.22 01:35:20.255217 [ 3 ] {} <Debug> HTTP-Session: 5a262a83-2e41-4db5-8a6d-747fcd3204c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7795 | 2024.06.22 01:35:20.255245 [ 3 ] {} <Debug> HTTP-Session: 5a262a83-2e41-4db5-8a6d-747fcd3204c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7796 | 2024.06.22 01:35:20.255263 [ 3 ] {} <Debug> HTTP-Session: 5a262a83-2e41-4db5-8a6d-747fcd3204c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7797 | 2024.06.22 01:35:20.255320 [ 3 ] {} <Trace> HTTP-Session: 5a262a83-2e41-4db5-8a6d-747fcd3204c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7798 | 2024.06.22 01:35:20.255519 [ 3 ] {ce180322-10eb-4b25-a791-ced5f87b73c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7799 | 2024.06.22 01:35:20.255593 [ 3 ] {ce180322-10eb-4b25-a791-ced5f87b73c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7800 | 2024.06.22 01:35:20.255815 [ 3 ] {ce180322-10eb-4b25-a791-ced5f87b73c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7801 | 2024.06.22 01:35:20.256342 [ 3 ] {ce180322-10eb-4b25-a791-ced5f87b73c1} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7802 | 2024.06.22 01:35:20.256388 [ 3 ] {ce180322-10eb-4b25-a791-ced5f87b73c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7803 | 2024.06.22 01:35:20.256757 [ 3 ] {ce180322-10eb-4b25-a791-ced5f87b73c1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7804 | 2024.06.22 01:35:20.257120 [ 3 ] {ce180322-10eb-4b25-a791-ced5f87b73c1} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7805 | 2024.06.22 01:35:20.257271 [ 3 ] {ce180322-10eb-4b25-a791-ced5f87b73c1} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001812 sec., 2207.5055187637968 rows/sec., 178.93 KiB/sec. | ||
7806 | 2024.06.22 01:35:20.257326 [ 45 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 | ||
7807 | 2024.06.22 01:35:20.257438 [ 45 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7808 | 2024.06.22 01:35:20.257472 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7809 | 2024.06.22 01:35:20.257581 [ 3 ] {ce180322-10eb-4b25-a791-ced5f87b73c1} <Debug> DynamicQueryHandler: Done processing query | ||
7810 | 2024.06.22 01:35:20.257659 [ 3 ] {ce180322-10eb-4b25-a791-ced5f87b73c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7811 | 2024.06.22 01:35:20.257727 [ 3 ] {} <Debug> HTTP-Session: 5a262a83-2e41-4db5-8a6d-747fcd3204c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7812 | 2024.06.22 01:35:20.257774 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full | ||
7813 | 2024.06.22 01:35:20.258000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7814 | 2024.06.22 01:35:20.258179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7815 | 2024.06.22 01:35:20.258272 [ 3 ] {} <Debug> HTTP-Session: a2d8ee5b-27a9-4db7-b3cb-cc41adf1c5f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7816 | 2024.06.22 01:35:20.258342 [ 3 ] {} <Debug> HTTP-Session: a2d8ee5b-27a9-4db7-b3cb-cc41adf1c5f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7817 | 2024.06.22 01:35:20.258385 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7818 | 2024.06.22 01:35:20.258386 [ 3 ] {} <Debug> HTTP-Session: a2d8ee5b-27a9-4db7-b3cb-cc41adf1c5f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7819 | 2024.06.22 01:35:20.258429 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 29 rows starting from the beginning of the part | ||
7820 | 2024.06.22 01:35:20.258445 [ 3 ] {} <Trace> HTTP-Session: a2d8ee5b-27a9-4db7-b3cb-cc41adf1c5f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7821 | 2024.06.22 01:35:20.258522 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
7822 | 2024.06.22 01:35:20.258691 [ 3 ] {b36c77b3-a483-4e5f-b0ac-ad5221023e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7823 | 2024.06.22 01:35:20.258890 [ 3 ] {b36c77b3-a483-4e5f-b0ac-ad5221023e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7824 | 2024.06.22 01:35:20.258925 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 25 rows starting from the beginning of the part | ||
7825 | 2024.06.22 01:35:20.259272 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 29 rows starting from the beginning of the part | ||
7826 | 2024.06.22 01:35:20.259780 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 29 rows starting from the beginning of the part | ||
7827 | 2024.06.22 01:35:20.260107 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
7828 | 2024.06.22 01:35:20.260201 [ 3 ] {b36c77b3-a483-4e5f-b0ac-ad5221023e0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7829 | 2024.06.22 01:35:20.260880 [ 3 ] {b36c77b3-a483-4e5f-b0ac-ad5221023e0b} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7830 | 2024.06.22 01:35:20.260922 [ 3 ] {b36c77b3-a483-4e5f-b0ac-ad5221023e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7831 | 2024.06.22 01:35:20.261388 [ 3 ] {b36c77b3-a483-4e5f-b0ac-ad5221023e0b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7832 | 2024.06.22 01:35:20.261624 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004071398 sec., 29473.90552336077 rows/sec., 2.33 MiB/sec. | ||
7833 | 2024.06.22 01:35:20.261754 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
7834 | 2024.06.22 01:35:20.261896 [ 3 ] {b36c77b3-a483-4e5f-b0ac-ad5221023e0b} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7835 | 2024.06.22 01:35:20.262174 [ 3 ] {b36c77b3-a483-4e5f-b0ac-ad5221023e0b} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.003618 sec., 18794.914317302377 rows/sec., 1.48 MiB/sec. | ||
7836 | 2024.06.22 01:35:20.262357 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7837 | 2024.06.22 01:35:20.262440 [ 3 ] {b36c77b3-a483-4e5f-b0ac-ad5221023e0b} <Debug> DynamicQueryHandler: Done processing query | ||
7838 | 2024.06.22 01:35:20.262442 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_28_6} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 | ||
7839 | 2024.06.22 01:35:20.262468 [ 3 ] {b36c77b3-a483-4e5f-b0ac-ad5221023e0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7840 | 2024.06.22 01:35:20.262486 [ 3 ] {} <Debug> HTTP-Session: a2d8ee5b-27a9-4db7-b3cb-cc41adf1c5f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7841 | 2024.06.22 01:35:20.262549 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
7842 | 2024.06.22 01:35:20.262647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7843 | 2024.06.22 01:35:20.262700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7844 | 2024.06.22 01:35:20.262719 [ 3 ] {} <Debug> HTTP-Session: a209957c-71da-4eae-8c66-48a128f7e901 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7845 | 2024.06.22 01:35:20.262736 [ 3 ] {} <Debug> HTTP-Session: a209957c-71da-4eae-8c66-48a128f7e901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7846 | 2024.06.22 01:35:20.262750 [ 3 ] {} <Debug> HTTP-Session: a209957c-71da-4eae-8c66-48a128f7e901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7847 | 2024.06.22 01:35:20.262783 [ 3 ] {} <Trace> HTTP-Session: a209957c-71da-4eae-8c66-48a128f7e901 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7848 | 2024.06.22 01:35:20.262917 [ 3 ] {c5580105-83ed-42de-99a2-e0e31c38871b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7849 | 2024.06.22 01:35:20.262961 [ 3 ] {c5580105-83ed-42de-99a2-e0e31c38871b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7850 | 2024.06.22 01:35:20.263088 [ 3 ] {c5580105-83ed-42de-99a2-e0e31c38871b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7851 | 2024.06.22 01:35:20.263479 [ 3 ] {c5580105-83ed-42de-99a2-e0e31c38871b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7852 | 2024.06.22 01:35:20.263516 [ 3 ] {c5580105-83ed-42de-99a2-e0e31c38871b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7853 | 2024.06.22 01:35:20.263861 [ 3 ] {c5580105-83ed-42de-99a2-e0e31c38871b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7854 | 2024.06.22 01:35:20.264177 [ 3 ] {c5580105-83ed-42de-99a2-e0e31c38871b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7855 | 2024.06.22 01:35:20.264325 [ 3 ] {c5580105-83ed-42de-99a2-e0e31c38871b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001465 sec., 46416.38225255973 rows/sec., 3.62 MiB/sec. | ||
7856 | 2024.06.22 01:35:20.264491 [ 3 ] {c5580105-83ed-42de-99a2-e0e31c38871b} <Debug> DynamicQueryHandler: Done processing query | ||
7857 | 2024.06.22 01:35:20.264516 [ 3 ] {c5580105-83ed-42de-99a2-e0e31c38871b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7858 | 2024.06.22 01:35:20.264532 [ 3 ] {} <Debug> HTTP-Session: a209957c-71da-4eae-8c66-48a128f7e901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7859 | 2024.06.22 01:35:20.264715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7860 | 2024.06.22 01:35:20.264764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7861 | 2024.06.22 01:35:20.264783 [ 3 ] {} <Debug> HTTP-Session: 6599a20d-1fda-4964-998c-08b14e0bb864 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7862 | 2024.06.22 01:35:20.264799 [ 3 ] {} <Debug> HTTP-Session: 6599a20d-1fda-4964-998c-08b14e0bb864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7863 | 2024.06.22 01:35:20.264813 [ 3 ] {} <Debug> HTTP-Session: 6599a20d-1fda-4964-998c-08b14e0bb864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7864 | 2024.06.22 01:35:20.264845 [ 3 ] {} <Trace> HTTP-Session: 6599a20d-1fda-4964-998c-08b14e0bb864 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7865 | 2024.06.22 01:35:20.264991 [ 3 ] {f7053270-a4eb-4c93-a9a6-6605784e6437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7866 | 2024.06.22 01:35:20.265039 [ 3 ] {f7053270-a4eb-4c93-a9a6-6605784e6437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7867 | 2024.06.22 01:35:20.265182 [ 3 ] {f7053270-a4eb-4c93-a9a6-6605784e6437} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7868 | 2024.06.22 01:35:20.265574 [ 3 ] {f7053270-a4eb-4c93-a9a6-6605784e6437} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7869 | 2024.06.22 01:35:20.265610 [ 3 ] {f7053270-a4eb-4c93-a9a6-6605784e6437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7870 | 2024.06.22 01:35:20.265998 [ 3 ] {f7053270-a4eb-4c93-a9a6-6605784e6437} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7871 | 2024.06.22 01:35:20.266328 [ 3 ] {f7053270-a4eb-4c93-a9a6-6605784e6437} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7872 | 2024.06.22 01:35:20.266487 [ 3 ] {f7053270-a4eb-4c93-a9a6-6605784e6437} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
7873 | 2024.06.22 01:35:20.266688 [ 3 ] {f7053270-a4eb-4c93-a9a6-6605784e6437} <Debug> DynamicQueryHandler: Done processing query | ||
7874 | 2024.06.22 01:35:20.266720 [ 3 ] {f7053270-a4eb-4c93-a9a6-6605784e6437} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7875 | 2024.06.22 01:35:20.266740 [ 3 ] {} <Debug> HTTP-Session: 6599a20d-1fda-4964-998c-08b14e0bb864 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7876 | 2024.06.22 01:35:20.266866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7877 | 2024.06.22 01:35:20.266914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7878 | 2024.06.22 01:35:20.266933 [ 3 ] {} <Debug> HTTP-Session: 7db1de67-fcce-4603-aee1-1574ba1616a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7879 | 2024.06.22 01:35:20.266949 [ 3 ] {} <Debug> HTTP-Session: 7db1de67-fcce-4603-aee1-1574ba1616a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7880 | 2024.06.22 01:35:20.266962 [ 3 ] {} <Debug> HTTP-Session: 7db1de67-fcce-4603-aee1-1574ba1616a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7881 | 2024.06.22 01:35:20.266994 [ 3 ] {} <Trace> HTTP-Session: 7db1de67-fcce-4603-aee1-1574ba1616a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7882 | 2024.06.22 01:35:20.267131 [ 3 ] {e9fcde2a-4843-4120-8e9c-cbc812392b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7883 | 2024.06.22 01:35:20.267179 [ 3 ] {e9fcde2a-4843-4120-8e9c-cbc812392b5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7884 | 2024.06.22 01:35:20.267334 [ 3 ] {e9fcde2a-4843-4120-8e9c-cbc812392b5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7885 | 2024.06.22 01:35:20.267645 [ 3 ] {e9fcde2a-4843-4120-8e9c-cbc812392b5c} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7886 | 2024.06.22 01:35:20.267680 [ 3 ] {e9fcde2a-4843-4120-8e9c-cbc812392b5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7887 | 2024.06.22 01:35:20.268061 [ 3 ] {e9fcde2a-4843-4120-8e9c-cbc812392b5c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7888 | 2024.06.22 01:35:20.268390 [ 3 ] {e9fcde2a-4843-4120-8e9c-cbc812392b5c} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7889 | 2024.06.22 01:35:20.268556 [ 3 ] {e9fcde2a-4843-4120-8e9c-cbc812392b5c} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001486 sec., 2691.790040376851 rows/sec., 3.63 MiB/sec. | ||
7890 | 2024.06.22 01:35:20.268903 [ 3 ] {e9fcde2a-4843-4120-8e9c-cbc812392b5c} <Debug> DynamicQueryHandler: Done processing query | ||
7891 | 2024.06.22 01:35:20.268929 [ 3 ] {e9fcde2a-4843-4120-8e9c-cbc812392b5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7892 | 2024.06.22 01:35:20.268945 [ 3 ] {} <Debug> HTTP-Session: 7db1de67-fcce-4603-aee1-1574ba1616a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7893 | 2024.06.22 01:35:20.269071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7894 | 2024.06.22 01:35:20.269120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7895 | 2024.06.22 01:35:20.269138 [ 3 ] {} <Debug> HTTP-Session: a16882bb-e1f8-4e51-86d9-9bf5048b84a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7896 | 2024.06.22 01:35:20.269155 [ 3 ] {} <Debug> HTTP-Session: a16882bb-e1f8-4e51-86d9-9bf5048b84a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7897 | 2024.06.22 01:35:20.269169 [ 3 ] {} <Debug> HTTP-Session: a16882bb-e1f8-4e51-86d9-9bf5048b84a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7898 | 2024.06.22 01:35:20.269200 [ 3 ] {} <Trace> HTTP-Session: a16882bb-e1f8-4e51-86d9-9bf5048b84a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7899 | 2024.06.22 01:35:20.269315 [ 3 ] {37c19112-136b-48c9-a775-c81d14fd37de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7900 | 2024.06.22 01:35:20.269361 [ 3 ] {37c19112-136b-48c9-a775-c81d14fd37de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7901 | 2024.06.22 01:35:20.269503 [ 3 ] {37c19112-136b-48c9-a775-c81d14fd37de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7902 | 2024.06.22 01:35:20.269857 [ 3 ] {37c19112-136b-48c9-a775-c81d14fd37de} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7903 | 2024.06.22 01:35:20.269893 [ 3 ] {37c19112-136b-48c9-a775-c81d14fd37de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7904 | 2024.06.22 01:35:20.270249 [ 3 ] {37c19112-136b-48c9-a775-c81d14fd37de} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7905 | 2024.06.22 01:35:20.270580 [ 3 ] {37c19112-136b-48c9-a775-c81d14fd37de} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7906 | 2024.06.22 01:35:20.270742 [ 3 ] {37c19112-136b-48c9-a775-c81d14fd37de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec. | ||
7907 | 2024.06.22 01:35:20.271004 [ 3 ] {37c19112-136b-48c9-a775-c81d14fd37de} <Debug> DynamicQueryHandler: Done processing query | ||
7908 | 2024.06.22 01:35:20.271053 [ 3 ] {37c19112-136b-48c9-a775-c81d14fd37de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7909 | 2024.06.22 01:35:20.271103 [ 3 ] {} <Debug> HTTP-Session: a16882bb-e1f8-4e51-86d9-9bf5048b84a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7910 | 2024.06.22 01:35:25.255765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7911 | 2024.06.22 01:35:25.255898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7912 | 2024.06.22 01:35:25.255926 [ 3 ] {} <Debug> HTTP-Session: 1c68e20a-7ae2-483b-82fb-0eb19822e97c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7913 | 2024.06.22 01:35:25.255953 [ 3 ] {} <Debug> HTTP-Session: 1c68e20a-7ae2-483b-82fb-0eb19822e97c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7914 | 2024.06.22 01:35:25.255970 [ 3 ] {} <Debug> HTTP-Session: 1c68e20a-7ae2-483b-82fb-0eb19822e97c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7915 | 2024.06.22 01:35:25.256026 [ 3 ] {} <Trace> HTTP-Session: 1c68e20a-7ae2-483b-82fb-0eb19822e97c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7916 | 2024.06.22 01:35:25.256227 [ 3 ] {fc291ff9-8f7a-4665-9917-e03c908270fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7917 | 2024.06.22 01:35:25.256298 [ 3 ] {fc291ff9-8f7a-4665-9917-e03c908270fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7918 | 2024.06.22 01:35:25.256507 [ 3 ] {fc291ff9-8f7a-4665-9917-e03c908270fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7919 | 2024.06.22 01:35:25.257001 [ 3 ] {fc291ff9-8f7a-4665-9917-e03c908270fd} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7920 | 2024.06.22 01:35:25.257042 [ 3 ] {fc291ff9-8f7a-4665-9917-e03c908270fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7921 | 2024.06.22 01:35:25.257411 [ 3 ] {fc291ff9-8f7a-4665-9917-e03c908270fd} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7922 | 2024.06.22 01:35:25.257758 [ 3 ] {fc291ff9-8f7a-4665-9917-e03c908270fd} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7923 | 2024.06.22 01:35:25.257904 [ 3 ] {fc291ff9-8f7a-4665-9917-e03c908270fd} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001742 sec., 14351.320321469575 rows/sec., 1.14 MiB/sec. | ||
7924 | 2024.06.22 01:35:25.258149 [ 3 ] {fc291ff9-8f7a-4665-9917-e03c908270fd} <Debug> DynamicQueryHandler: Done processing query | ||
7925 | 2024.06.22 01:35:25.258177 [ 3 ] {fc291ff9-8f7a-4665-9917-e03c908270fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7926 | 2024.06.22 01:35:25.258194 [ 3 ] {} <Debug> HTTP-Session: 1c68e20a-7ae2-483b-82fb-0eb19822e97c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7927 | 2024.06.22 01:35:25.258374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 19150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7928 | 2024.06.22 01:35:25.258431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7929 | 2024.06.22 01:35:25.258452 [ 3 ] {} <Debug> HTTP-Session: b62bcbdb-736a-449b-9827-e08255ec0d1e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7930 | 2024.06.22 01:35:25.258470 [ 3 ] {} <Debug> HTTP-Session: b62bcbdb-736a-449b-9827-e08255ec0d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7931 | 2024.06.22 01:35:25.258483 [ 3 ] {} <Debug> HTTP-Session: b62bcbdb-736a-449b-9827-e08255ec0d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7932 | 2024.06.22 01:35:25.258519 [ 3 ] {} <Trace> HTTP-Session: b62bcbdb-736a-449b-9827-e08255ec0d1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7933 | 2024.06.22 01:35:25.258661 [ 3 ] {62c27207-c5d8-410d-8bf7-9deb63bbe354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7934 | 2024.06.22 01:35:25.258707 [ 3 ] {62c27207-c5d8-410d-8bf7-9deb63bbe354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7935 | 2024.06.22 01:35:25.258833 [ 3 ] {62c27207-c5d8-410d-8bf7-9deb63bbe354} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7936 | 2024.06.22 01:35:25.259254 [ 3 ] {62c27207-c5d8-410d-8bf7-9deb63bbe354} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7937 | 2024.06.22 01:35:25.259290 [ 3 ] {62c27207-c5d8-410d-8bf7-9deb63bbe354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7938 | 2024.06.22 01:35:25.259611 [ 3 ] {62c27207-c5d8-410d-8bf7-9deb63bbe354} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7939 | 2024.06.22 01:35:25.259921 [ 3 ] {62c27207-c5d8-410d-8bf7-9deb63bbe354} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7940 | 2024.06.22 01:35:25.260048 [ 3 ] {62c27207-c5d8-410d-8bf7-9deb63bbe354} <Debug> executeQuery: Read 131 rows, 11.17 KiB in 0.001447 sec., 90532.13545266069 rows/sec., 7.54 MiB/sec. | ||
7941 | 2024.06.22 01:35:25.260303 [ 3 ] {62c27207-c5d8-410d-8bf7-9deb63bbe354} <Debug> DynamicQueryHandler: Done processing query | ||
7942 | 2024.06.22 01:35:25.260365 [ 3 ] {62c27207-c5d8-410d-8bf7-9deb63bbe354} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7943 | 2024.06.22 01:35:25.260422 [ 3 ] {} <Debug> HTTP-Session: b62bcbdb-736a-449b-9827-e08255ec0d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7944 | 2024.06.22 01:35:25.260623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7945 | 2024.06.22 01:35:25.260677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7946 | 2024.06.22 01:35:25.260696 [ 3 ] {} <Debug> HTTP-Session: 20155d84-47d9-4f06-a798-89f9a5cda9d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7947 | 2024.06.22 01:35:25.260713 [ 3 ] {} <Debug> HTTP-Session: 20155d84-47d9-4f06-a798-89f9a5cda9d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7948 | 2024.06.22 01:35:25.260727 [ 3 ] {} <Debug> HTTP-Session: 20155d84-47d9-4f06-a798-89f9a5cda9d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7949 | 2024.06.22 01:35:25.260761 [ 3 ] {} <Trace> HTTP-Session: 20155d84-47d9-4f06-a798-89f9a5cda9d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7950 | 2024.06.22 01:35:25.260898 [ 3 ] {f1991629-5b4a-464b-bc25-bcfd91a8e80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7951 | 2024.06.22 01:35:25.260943 [ 3 ] {f1991629-5b4a-464b-bc25-bcfd91a8e80f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7952 | 2024.06.22 01:35:25.261082 [ 3 ] {f1991629-5b4a-464b-bc25-bcfd91a8e80f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7953 | 2024.06.22 01:35:25.261432 [ 3 ] {f1991629-5b4a-464b-bc25-bcfd91a8e80f} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7954 | 2024.06.22 01:35:25.261468 [ 3 ] {f1991629-5b4a-464b-bc25-bcfd91a8e80f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7955 | 2024.06.22 01:35:25.261780 [ 3 ] {f1991629-5b4a-464b-bc25-bcfd91a8e80f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7956 | 2024.06.22 01:35:25.262081 [ 3 ] {f1991629-5b4a-464b-bc25-bcfd91a8e80f} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7957 | 2024.06.22 01:35:25.262210 [ 3 ] {f1991629-5b4a-464b-bc25-bcfd91a8e80f} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001369 sec., 65010.9569028488 rows/sec., 5.08 MiB/sec. | ||
7958 | 2024.06.22 01:35:25.262405 [ 3 ] {f1991629-5b4a-464b-bc25-bcfd91a8e80f} <Debug> DynamicQueryHandler: Done processing query | ||
7959 | 2024.06.22 01:35:25.262439 [ 3 ] {f1991629-5b4a-464b-bc25-bcfd91a8e80f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7960 | 2024.06.22 01:35:25.262464 [ 3 ] {} <Debug> HTTP-Session: 20155d84-47d9-4f06-a798-89f9a5cda9d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7961 | 2024.06.22 01:35:25.262639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7962 | 2024.06.22 01:35:25.262690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7963 | 2024.06.22 01:35:25.262709 [ 3 ] {} <Debug> HTTP-Session: a3cc6e0d-7d25-4d98-8731-17cc010c4cb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7964 | 2024.06.22 01:35:25.262726 [ 3 ] {} <Debug> HTTP-Session: a3cc6e0d-7d25-4d98-8731-17cc010c4cb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7965 | 2024.06.22 01:35:25.262740 [ 3 ] {} <Debug> HTTP-Session: a3cc6e0d-7d25-4d98-8731-17cc010c4cb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7966 | 2024.06.22 01:35:25.262771 [ 3 ] {} <Trace> HTTP-Session: a3cc6e0d-7d25-4d98-8731-17cc010c4cb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7967 | 2024.06.22 01:35:25.262919 [ 3 ] {99235afc-cfe8-4b27-85db-ad3bed7ae61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7968 | 2024.06.22 01:35:25.262965 [ 3 ] {99235afc-cfe8-4b27-85db-ad3bed7ae61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7969 | 2024.06.22 01:35:25.263108 [ 3 ] {99235afc-cfe8-4b27-85db-ad3bed7ae61d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7970 | 2024.06.22 01:35:25.263509 [ 3 ] {99235afc-cfe8-4b27-85db-ad3bed7ae61d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7971 | 2024.06.22 01:35:25.263544 [ 3 ] {99235afc-cfe8-4b27-85db-ad3bed7ae61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7972 | 2024.06.22 01:35:25.263945 [ 3 ] {99235afc-cfe8-4b27-85db-ad3bed7ae61d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7973 | 2024.06.22 01:35:25.264285 [ 3 ] {99235afc-cfe8-4b27-85db-ad3bed7ae61d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7974 | 2024.06.22 01:35:25.264415 [ 3 ] {99235afc-cfe8-4b27-85db-ad3bed7ae61d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
7975 | 2024.06.22 01:35:25.264667 [ 3 ] {99235afc-cfe8-4b27-85db-ad3bed7ae61d} <Debug> DynamicQueryHandler: Done processing query | ||
7976 | 2024.06.22 01:35:25.264721 [ 3 ] {99235afc-cfe8-4b27-85db-ad3bed7ae61d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7977 | 2024.06.22 01:35:25.264779 [ 3 ] {} <Debug> HTTP-Session: a3cc6e0d-7d25-4d98-8731-17cc010c4cb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7978 | 2024.06.22 01:35:25.265003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 26786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7979 | 2024.06.22 01:35:25.265055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7980 | 2024.06.22 01:35:25.265074 [ 3 ] {} <Debug> HTTP-Session: 79454611-41f0-490e-88a9-fb071ef577f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7981 | 2024.06.22 01:35:25.265091 [ 3 ] {} <Debug> HTTP-Session: 79454611-41f0-490e-88a9-fb071ef577f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7982 | 2024.06.22 01:35:25.265104 [ 3 ] {} <Debug> HTTP-Session: 79454611-41f0-490e-88a9-fb071ef577f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7983 | 2024.06.22 01:35:25.265138 [ 3 ] {} <Trace> HTTP-Session: 79454611-41f0-490e-88a9-fb071ef577f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7984 | 2024.06.22 01:35:25.265391 [ 3 ] {c88b5378-03d5-4b33-b703-683158194953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7985 | 2024.06.22 01:35:25.265441 [ 3 ] {c88b5378-03d5-4b33-b703-683158194953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7986 | 2024.06.22 01:35:25.265608 [ 3 ] {c88b5378-03d5-4b33-b703-683158194953} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7987 | 2024.06.22 01:35:25.266068 [ 3 ] {c88b5378-03d5-4b33-b703-683158194953} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7988 | 2024.06.22 01:35:25.266103 [ 3 ] {c88b5378-03d5-4b33-b703-683158194953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7989 | 2024.06.22 01:35:25.266515 [ 3 ] {c88b5378-03d5-4b33-b703-683158194953} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7990 | 2024.06.22 01:35:25.266862 [ 3 ] {c88b5378-03d5-4b33-b703-683158194953} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7991 | 2024.06.22 01:35:25.266994 [ 3 ] {c88b5378-03d5-4b33-b703-683158194953} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001779 sec., 14052.838673412029 rows/sec., 18.96 MiB/sec. | ||
7992 | 2024.06.22 01:35:25.267164 [ 3 ] {c88b5378-03d5-4b33-b703-683158194953} <Debug> DynamicQueryHandler: Done processing query | ||
7993 | 2024.06.22 01:35:25.267190 [ 3 ] {c88b5378-03d5-4b33-b703-683158194953} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7994 | 2024.06.22 01:35:25.267205 [ 3 ] {} <Debug> HTTP-Session: 79454611-41f0-490e-88a9-fb071ef577f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7995 | 2024.06.22 01:35:25.267330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7996 | 2024.06.22 01:35:25.267379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7997 | 2024.06.22 01:35:25.267398 [ 3 ] {} <Debug> HTTP-Session: 699f1b93-717c-402d-b89d-63824920708b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
7998 | 2024.06.22 01:35:25.267413 [ 3 ] {} <Debug> HTTP-Session: 699f1b93-717c-402d-b89d-63824920708b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7999 | 2024.06.22 01:35:25.267427 [ 3 ] {} <Debug> HTTP-Session: 699f1b93-717c-402d-b89d-63824920708b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8000 | 2024.06.22 01:35:25.267459 [ 3 ] {} <Trace> HTTP-Session: 699f1b93-717c-402d-b89d-63824920708b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8001 | 2024.06.22 01:35:25.267592 [ 3 ] {57d04775-9231-41b1-bada-c7de85a663fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8002 | 2024.06.22 01:35:25.267635 [ 3 ] {57d04775-9231-41b1-bada-c7de85a663fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8003 | 2024.06.22 01:35:25.267762 [ 3 ] {57d04775-9231-41b1-bada-c7de85a663fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8004 | 2024.06.22 01:35:25.268070 [ 3 ] {57d04775-9231-41b1-bada-c7de85a663fe} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8005 | 2024.06.22 01:35:25.268105 [ 3 ] {57d04775-9231-41b1-bada-c7de85a663fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8006 | 2024.06.22 01:35:25.268464 [ 3 ] {57d04775-9231-41b1-bada-c7de85a663fe} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8007 | 2024.06.22 01:35:25.268792 [ 3 ] {57d04775-9231-41b1-bada-c7de85a663fe} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8008 | 2024.06.22 01:35:25.268921 [ 3 ] {57d04775-9231-41b1-bada-c7de85a663fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
8009 | 2024.06.22 01:35:25.269111 [ 3 ] {57d04775-9231-41b1-bada-c7de85a663fe} <Debug> DynamicQueryHandler: Done processing query | ||
8010 | 2024.06.22 01:35:25.269146 [ 3 ] {57d04775-9231-41b1-bada-c7de85a663fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8011 | 2024.06.22 01:35:25.269172 [ 3 ] {} <Debug> HTTP-Session: 699f1b93-717c-402d-b89d-63824920708b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8012 | 2024.06.22 01:35:30.255552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8013 | 2024.06.22 01:35:30.255694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8014 | 2024.06.22 01:35:30.255724 [ 3 ] {} <Debug> HTTP-Session: d1f3c6a8-fd3e-414b-a18e-a522c437365f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8015 | 2024.06.22 01:35:30.255751 [ 3 ] {} <Debug> HTTP-Session: d1f3c6a8-fd3e-414b-a18e-a522c437365f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8016 | 2024.06.22 01:35:30.255769 [ 3 ] {} <Debug> HTTP-Session: d1f3c6a8-fd3e-414b-a18e-a522c437365f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8017 | 2024.06.22 01:35:30.255825 [ 3 ] {} <Trace> HTTP-Session: d1f3c6a8-fd3e-414b-a18e-a522c437365f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8018 | 2024.06.22 01:35:30.256033 [ 3 ] {a2b7cf1a-5343-4ce9-8886-ebe44ecdda42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8019 | 2024.06.22 01:35:30.256108 [ 3 ] {a2b7cf1a-5343-4ce9-8886-ebe44ecdda42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8020 | 2024.06.22 01:35:30.256301 [ 3 ] {a2b7cf1a-5343-4ce9-8886-ebe44ecdda42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8021 | 2024.06.22 01:35:30.256742 [ 3 ] {a2b7cf1a-5343-4ce9-8886-ebe44ecdda42} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8022 | 2024.06.22 01:35:30.256785 [ 3 ] {a2b7cf1a-5343-4ce9-8886-ebe44ecdda42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8023 | 2024.06.22 01:35:30.257154 [ 3 ] {a2b7cf1a-5343-4ce9-8886-ebe44ecdda42} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8024 | 2024.06.22 01:35:30.257490 [ 3 ] {a2b7cf1a-5343-4ce9-8886-ebe44ecdda42} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8025 | 2024.06.22 01:35:30.257632 [ 3 ] {a2b7cf1a-5343-4ce9-8886-ebe44ecdda42} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001659 sec., 2411.091018685955 rows/sec., 195.43 KiB/sec. | ||
8026 | 2024.06.22 01:35:30.257841 [ 3 ] {a2b7cf1a-5343-4ce9-8886-ebe44ecdda42} <Debug> DynamicQueryHandler: Done processing query | ||
8027 | 2024.06.22 01:35:30.257868 [ 3 ] {a2b7cf1a-5343-4ce9-8886-ebe44ecdda42} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8028 | 2024.06.22 01:35:30.257885 [ 3 ] {} <Debug> HTTP-Session: d1f3c6a8-fd3e-414b-a18e-a522c437365f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8029 | 2024.06.22 01:35:30.258044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8030 | 2024.06.22 01:35:30.258103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8031 | 2024.06.22 01:35:30.258122 [ 3 ] {} <Debug> HTTP-Session: 6bbcb909-6067-4aa2-b60b-d38dba19b7af Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8032 | 2024.06.22 01:35:30.258140 [ 3 ] {} <Debug> HTTP-Session: 6bbcb909-6067-4aa2-b60b-d38dba19b7af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8033 | 2024.06.22 01:35:30.258154 [ 3 ] {} <Debug> HTTP-Session: 6bbcb909-6067-4aa2-b60b-d38dba19b7af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8034 | 2024.06.22 01:35:30.258190 [ 3 ] {} <Trace> HTTP-Session: 6bbcb909-6067-4aa2-b60b-d38dba19b7af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8035 | 2024.06.22 01:35:30.258293 [ 3 ] {54e05672-0876-4991-a609-5bae563cf529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8036 | 2024.06.22 01:35:30.258339 [ 3 ] {54e05672-0876-4991-a609-5bae563cf529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8037 | 2024.06.22 01:35:30.258471 [ 3 ] {54e05672-0876-4991-a609-5bae563cf529} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8038 | 2024.06.22 01:35:30.258823 [ 3 ] {54e05672-0876-4991-a609-5bae563cf529} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8039 | 2024.06.22 01:35:30.258860 [ 3 ] {54e05672-0876-4991-a609-5bae563cf529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8040 | 2024.06.22 01:35:30.259160 [ 3 ] {54e05672-0876-4991-a609-5bae563cf529} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8041 | 2024.06.22 01:35:30.259473 [ 3 ] {54e05672-0876-4991-a609-5bae563cf529} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8042 | 2024.06.22 01:35:30.259608 [ 3 ] {54e05672-0876-4991-a609-5bae563cf529} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001343 sec., 2978.4065524944153 rows/sec., 242.87 KiB/sec. | ||
8043 | 2024.06.22 01:35:30.259812 [ 3 ] {54e05672-0876-4991-a609-5bae563cf529} <Debug> DynamicQueryHandler: Done processing query | ||
8044 | 2024.06.22 01:35:30.259837 [ 3 ] {54e05672-0876-4991-a609-5bae563cf529} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8045 | 2024.06.22 01:35:30.259853 [ 3 ] {} <Debug> HTTP-Session: 6bbcb909-6067-4aa2-b60b-d38dba19b7af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8046 | 2024.06.22 01:35:30.259983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8047 | 2024.06.22 01:35:30.260035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8048 | 2024.06.22 01:35:30.260053 [ 3 ] {} <Debug> HTTP-Session: 4d2f1e83-28fd-4a48-a2aa-5d34a1764998 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8049 | 2024.06.22 01:35:30.260070 [ 3 ] {} <Debug> HTTP-Session: 4d2f1e83-28fd-4a48-a2aa-5d34a1764998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8050 | 2024.06.22 01:35:30.260084 [ 3 ] {} <Debug> HTTP-Session: 4d2f1e83-28fd-4a48-a2aa-5d34a1764998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8051 | 2024.06.22 01:35:30.260117 [ 3 ] {} <Trace> HTTP-Session: 4d2f1e83-28fd-4a48-a2aa-5d34a1764998 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8052 | 2024.06.22 01:35:30.260235 [ 3 ] {276269d9-7492-4f91-99aa-aea8a5d00eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8053 | 2024.06.22 01:35:30.260279 [ 3 ] {276269d9-7492-4f91-99aa-aea8a5d00eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8054 | 2024.06.22 01:35:30.260411 [ 3 ] {276269d9-7492-4f91-99aa-aea8a5d00eec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8055 | 2024.06.22 01:35:30.260748 [ 3 ] {276269d9-7492-4f91-99aa-aea8a5d00eec} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8056 | 2024.06.22 01:35:30.260785 [ 3 ] {276269d9-7492-4f91-99aa-aea8a5d00eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8057 | 2024.06.22 01:35:30.261095 [ 3 ] {276269d9-7492-4f91-99aa-aea8a5d00eec} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8058 | 2024.06.22 01:35:30.261412 [ 3 ] {276269d9-7492-4f91-99aa-aea8a5d00eec} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8059 | 2024.06.22 01:35:30.261571 [ 3 ] {276269d9-7492-4f91-99aa-aea8a5d00eec} <Debug> executeQuery: Read 70 rows, 5.63 KiB in 0.001378 sec., 50798.258345428156 rows/sec., 3.99 MiB/sec. | ||
8060 | 2024.06.22 01:35:30.261844 [ 3 ] {276269d9-7492-4f91-99aa-aea8a5d00eec} <Debug> DynamicQueryHandler: Done processing query | ||
8061 | 2024.06.22 01:35:30.261896 [ 3 ] {276269d9-7492-4f91-99aa-aea8a5d00eec} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8062 | 2024.06.22 01:35:30.261949 [ 3 ] {} <Debug> HTTP-Session: 4d2f1e83-28fd-4a48-a2aa-5d34a1764998 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8063 | 2024.06.22 01:35:30.262124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8064 | 2024.06.22 01:35:30.262176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8065 | 2024.06.22 01:35:30.262195 [ 3 ] {} <Debug> HTTP-Session: 2ce31fd4-26a4-41bd-a380-a092f78d7b0b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8066 | 2024.06.22 01:35:30.262213 [ 3 ] {} <Debug> HTTP-Session: 2ce31fd4-26a4-41bd-a380-a092f78d7b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8067 | 2024.06.22 01:35:30.262227 [ 3 ] {} <Debug> HTTP-Session: 2ce31fd4-26a4-41bd-a380-a092f78d7b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8068 | 2024.06.22 01:35:30.262259 [ 3 ] {} <Trace> HTTP-Session: 2ce31fd4-26a4-41bd-a380-a092f78d7b0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8069 | 2024.06.22 01:35:30.262359 [ 3 ] {c61e72ec-10d7-4de5-a93b-b296cf58062f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8070 | 2024.06.22 01:35:30.262406 [ 3 ] {c61e72ec-10d7-4de5-a93b-b296cf58062f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8071 | 2024.06.22 01:35:30.262554 [ 3 ] {c61e72ec-10d7-4de5-a93b-b296cf58062f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8072 | 2024.06.22 01:35:30.262837 [ 3 ] {c61e72ec-10d7-4de5-a93b-b296cf58062f} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8073 | 2024.06.22 01:35:30.262875 [ 3 ] {c61e72ec-10d7-4de5-a93b-b296cf58062f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8074 | 2024.06.22 01:35:30.263175 [ 3 ] {c61e72ec-10d7-4de5-a93b-b296cf58062f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8075 | 2024.06.22 01:35:30.263479 [ 3 ] {c61e72ec-10d7-4de5-a93b-b296cf58062f} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8076 | 2024.06.22 01:35:30.263628 [ 3 ] {c61e72ec-10d7-4de5-a93b-b296cf58062f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001287 sec., 3108.003108003108 rows/sec., 217.01 KiB/sec. | ||
8077 | 2024.06.22 01:35:30.263794 [ 3 ] {c61e72ec-10d7-4de5-a93b-b296cf58062f} <Debug> DynamicQueryHandler: Done processing query | ||
8078 | 2024.06.22 01:35:30.263819 [ 3 ] {c61e72ec-10d7-4de5-a93b-b296cf58062f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8079 | 2024.06.22 01:35:30.263835 [ 3 ] {} <Debug> HTTP-Session: 2ce31fd4-26a4-41bd-a380-a092f78d7b0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8080 | 2024.06.22 01:35:30.263952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 12250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8081 | 2024.06.22 01:35:30.264001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8082 | 2024.06.22 01:35:30.264020 [ 3 ] {} <Debug> HTTP-Session: 761d7eab-116b-49f3-bec0-d9b77304f207 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8083 | 2024.06.22 01:35:30.264036 [ 3 ] {} <Debug> HTTP-Session: 761d7eab-116b-49f3-bec0-d9b77304f207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8084 | 2024.06.22 01:35:30.264050 [ 3 ] {} <Debug> HTTP-Session: 761d7eab-116b-49f3-bec0-d9b77304f207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8085 | 2024.06.22 01:35:30.264080 [ 3 ] {} <Trace> HTTP-Session: 761d7eab-116b-49f3-bec0-d9b77304f207 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8086 | 2024.06.22 01:35:30.264198 [ 3 ] {61354eef-b2f7-48f1-9366-a3916065aebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8087 | 2024.06.22 01:35:30.264241 [ 3 ] {61354eef-b2f7-48f1-9366-a3916065aebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8088 | 2024.06.22 01:35:30.264367 [ 3 ] {61354eef-b2f7-48f1-9366-a3916065aebb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8089 | 2024.06.22 01:35:30.264696 [ 3 ] {61354eef-b2f7-48f1-9366-a3916065aebb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8090 | 2024.06.22 01:35:30.264733 [ 3 ] {61354eef-b2f7-48f1-9366-a3916065aebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8091 | 2024.06.22 01:35:30.265041 [ 3 ] {61354eef-b2f7-48f1-9366-a3916065aebb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8092 | 2024.06.22 01:35:30.265344 [ 3 ] {61354eef-b2f7-48f1-9366-a3916065aebb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8093 | 2024.06.22 01:35:30.265497 [ 3 ] {61354eef-b2f7-48f1-9366-a3916065aebb} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001334 sec., 53973.01349325338 rows/sec., 4.22 MiB/sec. | ||
8094 | 2024.06.22 01:35:30.265664 [ 3 ] {61354eef-b2f7-48f1-9366-a3916065aebb} <Debug> DynamicQueryHandler: Done processing query | ||
8095 | 2024.06.22 01:35:30.265689 [ 3 ] {61354eef-b2f7-48f1-9366-a3916065aebb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8096 | 2024.06.22 01:35:30.265705 [ 3 ] {} <Debug> HTTP-Session: 761d7eab-116b-49f3-bec0-d9b77304f207 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8097 | 2024.06.22 01:35:30.265882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8098 | 2024.06.22 01:35:30.265932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8099 | 2024.06.22 01:35:30.265952 [ 3 ] {} <Debug> HTTP-Session: c38847b4-2c4a-4507-9a45-ae6501a5efdb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8100 | 2024.06.22 01:35:30.265969 [ 3 ] {} <Debug> HTTP-Session: c38847b4-2c4a-4507-9a45-ae6501a5efdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8101 | 2024.06.22 01:35:30.265982 [ 3 ] {} <Debug> HTTP-Session: c38847b4-2c4a-4507-9a45-ae6501a5efdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8102 | 2024.06.22 01:35:30.266013 [ 3 ] {} <Trace> HTTP-Session: c38847b4-2c4a-4507-9a45-ae6501a5efdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8103 | 2024.06.22 01:35:30.266159 [ 3 ] {53f1e923-5c06-4d77-8fe9-2534fa9a0e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8104 | 2024.06.22 01:35:30.266205 [ 3 ] {53f1e923-5c06-4d77-8fe9-2534fa9a0e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8105 | 2024.06.22 01:35:30.266353 [ 3 ] {53f1e923-5c06-4d77-8fe9-2534fa9a0e16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8106 | 2024.06.22 01:35:30.266749 [ 3 ] {53f1e923-5c06-4d77-8fe9-2534fa9a0e16} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8107 | 2024.06.22 01:35:30.266786 [ 3 ] {53f1e923-5c06-4d77-8fe9-2534fa9a0e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8108 | 2024.06.22 01:35:30.267180 [ 3 ] {53f1e923-5c06-4d77-8fe9-2534fa9a0e16} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8109 | 2024.06.22 01:35:30.267525 [ 3 ] {53f1e923-5c06-4d77-8fe9-2534fa9a0e16} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8110 | 2024.06.22 01:35:30.267686 [ 3 ] {53f1e923-5c06-4d77-8fe9-2534fa9a0e16} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001593 sec., 101694.91525423729 rows/sec., 7.08 MiB/sec. | ||
8111 | 2024.06.22 01:35:30.267948 [ 3 ] {53f1e923-5c06-4d77-8fe9-2534fa9a0e16} <Debug> DynamicQueryHandler: Done processing query | ||
8112 | 2024.06.22 01:35:30.268006 [ 3 ] {53f1e923-5c06-4d77-8fe9-2534fa9a0e16} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8113 | 2024.06.22 01:35:30.268065 [ 3 ] {} <Debug> HTTP-Session: c38847b4-2c4a-4507-9a45-ae6501a5efdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8114 | 2024.06.22 01:35:30.268271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8115 | 2024.06.22 01:35:30.268323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8116 | 2024.06.22 01:35:30.268342 [ 3 ] {} <Debug> HTTP-Session: 7e651f43-1482-4c65-8b1d-b1b805ea3ff9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8117 | 2024.06.22 01:35:30.268359 [ 3 ] {} <Debug> HTTP-Session: 7e651f43-1482-4c65-8b1d-b1b805ea3ff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8118 | 2024.06.22 01:35:30.268373 [ 3 ] {} <Debug> HTTP-Session: 7e651f43-1482-4c65-8b1d-b1b805ea3ff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8119 | 2024.06.22 01:35:30.268406 [ 3 ] {} <Trace> HTTP-Session: 7e651f43-1482-4c65-8b1d-b1b805ea3ff9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8120 | 2024.06.22 01:35:30.268554 [ 3 ] {357e01f0-854e-453d-8b85-16ee7d31bcf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8121 | 2024.06.22 01:35:30.268603 [ 3 ] {357e01f0-854e-453d-8b85-16ee7d31bcf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8122 | 2024.06.22 01:35:30.268784 [ 3 ] {357e01f0-854e-453d-8b85-16ee7d31bcf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8123 | 2024.06.22 01:35:30.269160 [ 3 ] {357e01f0-854e-453d-8b85-16ee7d31bcf4} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8124 | 2024.06.22 01:35:30.269196 [ 3 ] {357e01f0-854e-453d-8b85-16ee7d31bcf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8125 | 2024.06.22 01:35:30.269578 [ 3 ] {357e01f0-854e-453d-8b85-16ee7d31bcf4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8126 | 2024.06.22 01:35:30.269911 [ 3 ] {357e01f0-854e-453d-8b85-16ee7d31bcf4} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8127 | 2024.06.22 01:35:30.270072 [ 3 ] {357e01f0-854e-453d-8b85-16ee7d31bcf4} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001581 sec., 2530.044275774826 rows/sec., 3.41 MiB/sec. | ||
8128 | 2024.06.22 01:35:30.270247 [ 3 ] {357e01f0-854e-453d-8b85-16ee7d31bcf4} <Debug> DynamicQueryHandler: Done processing query | ||
8129 | 2024.06.22 01:35:30.270272 [ 3 ] {357e01f0-854e-453d-8b85-16ee7d31bcf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8130 | 2024.06.22 01:35:30.270288 [ 3 ] {} <Debug> HTTP-Session: 7e651f43-1482-4c65-8b1d-b1b805ea3ff9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8131 | 2024.06.22 01:35:30.270455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8132 | 2024.06.22 01:35:30.270505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8133 | 2024.06.22 01:35:30.270524 [ 3 ] {} <Debug> HTTP-Session: a67d26e0-fe8f-4a0d-8cdd-5de853e41858 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8134 | 2024.06.22 01:35:30.270541 [ 3 ] {} <Debug> HTTP-Session: a67d26e0-fe8f-4a0d-8cdd-5de853e41858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8135 | 2024.06.22 01:35:30.270554 [ 3 ] {} <Debug> HTTP-Session: a67d26e0-fe8f-4a0d-8cdd-5de853e41858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8136 | 2024.06.22 01:35:30.270586 [ 3 ] {} <Trace> HTTP-Session: a67d26e0-fe8f-4a0d-8cdd-5de853e41858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8137 | 2024.06.22 01:35:30.270704 [ 3 ] {12170d71-fc3d-40b0-906f-ac41549b1c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8138 | 2024.06.22 01:35:30.270749 [ 3 ] {12170d71-fc3d-40b0-906f-ac41549b1c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8139 | 2024.06.22 01:35:30.270876 [ 3 ] {12170d71-fc3d-40b0-906f-ac41549b1c29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8140 | 2024.06.22 01:35:30.271177 [ 3 ] {12170d71-fc3d-40b0-906f-ac41549b1c29} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8141 | 2024.06.22 01:35:30.271214 [ 3 ] {12170d71-fc3d-40b0-906f-ac41549b1c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8142 | 2024.06.22 01:35:30.271571 [ 3 ] {12170d71-fc3d-40b0-906f-ac41549b1c29} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8143 | 2024.06.22 01:35:30.271895 [ 3 ] {12170d71-fc3d-40b0-906f-ac41549b1c29} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8144 | 2024.06.22 01:35:30.272045 [ 3 ] {12170d71-fc3d-40b0-906f-ac41549b1c29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
8145 | 2024.06.22 01:35:30.272215 [ 3 ] {12170d71-fc3d-40b0-906f-ac41549b1c29} <Debug> DynamicQueryHandler: Done processing query | ||
8146 | 2024.06.22 01:35:30.272239 [ 3 ] {12170d71-fc3d-40b0-906f-ac41549b1c29} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8147 | 2024.06.22 01:35:30.272255 [ 3 ] {} <Debug> HTTP-Session: a67d26e0-fe8f-4a0d-8cdd-5de853e41858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8148 | 2024.06.22 01:35:33.817655 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8149 | 2024.06.22 01:35:33.817712 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8150 | 2024.06.22 01:35:35.257436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8151 | 2024.06.22 01:35:35.257576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8152 | 2024.06.22 01:35:35.257604 [ 3 ] {} <Debug> HTTP-Session: 5050274b-72d7-4176-8369-649d51a853c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8153 | 2024.06.22 01:35:35.257632 [ 3 ] {} <Debug> HTTP-Session: 5050274b-72d7-4176-8369-649d51a853c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8154 | 2024.06.22 01:35:35.257650 [ 3 ] {} <Debug> HTTP-Session: 5050274b-72d7-4176-8369-649d51a853c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8155 | 2024.06.22 01:35:35.257706 [ 3 ] {} <Trace> HTTP-Session: 5050274b-72d7-4176-8369-649d51a853c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8156 | 2024.06.22 01:35:35.257911 [ 3 ] {4780eb3f-f0cd-474c-b4a4-017e4ed02241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8157 | 2024.06.22 01:35:35.257987 [ 3 ] {4780eb3f-f0cd-474c-b4a4-017e4ed02241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8158 | 2024.06.22 01:35:35.258205 [ 3 ] {4780eb3f-f0cd-474c-b4a4-017e4ed02241} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8159 | 2024.06.22 01:35:35.258742 [ 3 ] {4780eb3f-f0cd-474c-b4a4-017e4ed02241} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8160 | 2024.06.22 01:35:35.258787 [ 3 ] {4780eb3f-f0cd-474c-b4a4-017e4ed02241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8161 | 2024.06.22 01:35:35.259157 [ 3 ] {4780eb3f-f0cd-474c-b4a4-017e4ed02241} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8162 | 2024.06.22 01:35:35.259506 [ 3 ] {4780eb3f-f0cd-474c-b4a4-017e4ed02241} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8163 | 2024.06.22 01:35:35.259699 [ 3 ] {4780eb3f-f0cd-474c-b4a4-017e4ed02241} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001845 sec., 13550.135501355013 rows/sec., 1.07 MiB/sec. | ||
8164 | 2024.06.22 01:35:35.259912 [ 3 ] {4780eb3f-f0cd-474c-b4a4-017e4ed02241} <Debug> DynamicQueryHandler: Done processing query | ||
8165 | 2024.06.22 01:35:35.259939 [ 3 ] {4780eb3f-f0cd-474c-b4a4-017e4ed02241} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8166 | 2024.06.22 01:35:35.259955 [ 3 ] {} <Debug> HTTP-Session: 5050274b-72d7-4176-8369-649d51a853c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8167 | 2024.06.22 01:35:35.260103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8168 | 2024.06.22 01:35:35.260157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8169 | 2024.06.22 01:35:35.260176 [ 3 ] {} <Debug> HTTP-Session: 27fb0172-6689-4ce4-a01c-c70a32b9525f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8170 | 2024.06.22 01:35:35.260193 [ 3 ] {} <Debug> HTTP-Session: 27fb0172-6689-4ce4-a01c-c70a32b9525f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8171 | 2024.06.22 01:35:35.260207 [ 3 ] {} <Debug> HTTP-Session: 27fb0172-6689-4ce4-a01c-c70a32b9525f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8172 | 2024.06.22 01:35:35.260239 [ 3 ] {} <Trace> HTTP-Session: 27fb0172-6689-4ce4-a01c-c70a32b9525f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8173 | 2024.06.22 01:35:35.260337 [ 3 ] {4caf0c41-9fdb-48bc-b3bb-4b2075c85844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8174 | 2024.06.22 01:35:35.260382 [ 3 ] {4caf0c41-9fdb-48bc-b3bb-4b2075c85844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8175 | 2024.06.22 01:35:35.260514 [ 3 ] {4caf0c41-9fdb-48bc-b3bb-4b2075c85844} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8176 | 2024.06.22 01:35:35.260807 [ 3 ] {4caf0c41-9fdb-48bc-b3bb-4b2075c85844} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8177 | 2024.06.22 01:35:35.260844 [ 3 ] {4caf0c41-9fdb-48bc-b3bb-4b2075c85844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8178 | 2024.06.22 01:35:35.261145 [ 3 ] {4caf0c41-9fdb-48bc-b3bb-4b2075c85844} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8179 | 2024.06.22 01:35:35.261449 [ 3 ] {4caf0c41-9fdb-48bc-b3bb-4b2075c85844} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8180 | 2024.06.22 01:35:35.261610 [ 3 ] {4caf0c41-9fdb-48bc-b3bb-4b2075c85844} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 126.42 KiB/sec. | ||
8181 | 2024.06.22 01:35:35.261782 [ 3 ] {4caf0c41-9fdb-48bc-b3bb-4b2075c85844} <Debug> DynamicQueryHandler: Done processing query | ||
8182 | 2024.06.22 01:35:35.261806 [ 3 ] {4caf0c41-9fdb-48bc-b3bb-4b2075c85844} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8183 | 2024.06.22 01:35:35.261822 [ 3 ] {} <Debug> HTTP-Session: 27fb0172-6689-4ce4-a01c-c70a32b9525f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8184 | 2024.06.22 01:35:35.261944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 19284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8185 | 2024.06.22 01:35:35.261994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8186 | 2024.06.22 01:35:35.262012 [ 3 ] {} <Debug> HTTP-Session: 9f07e898-4f0e-4c82-ad69-07da4a0d31d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8187 | 2024.06.22 01:35:35.262029 [ 3 ] {} <Debug> HTTP-Session: 9f07e898-4f0e-4c82-ad69-07da4a0d31d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8188 | 2024.06.22 01:35:35.262043 [ 3 ] {} <Debug> HTTP-Session: 9f07e898-4f0e-4c82-ad69-07da4a0d31d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8189 | 2024.06.22 01:35:35.262075 [ 3 ] {} <Trace> HTTP-Session: 9f07e898-4f0e-4c82-ad69-07da4a0d31d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8190 | 2024.06.22 01:35:35.262209 [ 3 ] {3f541d4d-ac63-41d1-baca-646c96812b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8191 | 2024.06.22 01:35:35.262252 [ 3 ] {3f541d4d-ac63-41d1-baca-646c96812b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8192 | 2024.06.22 01:35:35.262378 [ 3 ] {3f541d4d-ac63-41d1-baca-646c96812b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8193 | 2024.06.22 01:35:35.262751 [ 3 ] {3f541d4d-ac63-41d1-baca-646c96812b38} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8194 | 2024.06.22 01:35:35.262789 [ 3 ] {3f541d4d-ac63-41d1-baca-646c96812b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8195 | 2024.06.22 01:35:35.263105 [ 3 ] {3f541d4d-ac63-41d1-baca-646c96812b38} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8196 | 2024.06.22 01:35:35.263403 [ 3 ] {3f541d4d-ac63-41d1-baca-646c96812b38} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8197 | 2024.06.22 01:35:35.263534 [ 3 ] {3f541d4d-ac63-41d1-baca-646c96812b38} <Debug> executeQuery: Read 132 rows, 11.24 KiB in 0.001385 sec., 95306.85920577617 rows/sec., 7.93 MiB/sec. | ||
8198 | 2024.06.22 01:35:35.263599 [ 33 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8199 | 2024.06.22 01:35:35.263700 [ 33 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8200 | 2024.06.22 01:35:35.263742 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8201 | 2024.06.22 01:35:35.263776 [ 3 ] {3f541d4d-ac63-41d1-baca-646c96812b38} <Debug> DynamicQueryHandler: Done processing query | ||
8202 | 2024.06.22 01:35:35.263825 [ 3 ] {3f541d4d-ac63-41d1-baca-646c96812b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8203 | 2024.06.22 01:35:35.263857 [ 3 ] {} <Debug> HTTP-Session: 9f07e898-4f0e-4c82-ad69-07da4a0d31d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8204 | 2024.06.22 01:35:35.263903 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
8205 | 2024.06.22 01:35:35.264003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8206 | 2024.06.22 01:35:35.264042 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8207 | 2024.06.22 01:35:35.264066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8208 | 2024.06.22 01:35:35.264078 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 186 rows starting from the beginning of the part | ||
8209 | 2024.06.22 01:35:35.264094 [ 3 ] {} <Debug> HTTP-Session: 2f2ac0a7-5437-4e58-9cdb-a6ccf7b69253 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8210 | 2024.06.22 01:35:35.264117 [ 3 ] {} <Debug> HTTP-Session: 2f2ac0a7-5437-4e58-9cdb-a6ccf7b69253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8211 | 2024.06.22 01:35:35.264144 [ 3 ] {} <Debug> HTTP-Session: 2f2ac0a7-5437-4e58-9cdb-a6ccf7b69253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8212 | 2024.06.22 01:35:35.264186 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 92 rows starting from the beginning of the part | ||
8213 | 2024.06.22 01:35:35.264216 [ 3 ] {} <Trace> HTTP-Session: 2f2ac0a7-5437-4e58-9cdb-a6ccf7b69253 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8214 | 2024.06.22 01:35:35.264463 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 68 rows starting from the beginning of the part | ||
8215 | 2024.06.22 01:35:35.264524 [ 3 ] {fabb4e95-f7c2-44c9-88d4-75ea8597478c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8216 | 2024.06.22 01:35:35.264706 [ 3 ] {fabb4e95-f7c2-44c9-88d4-75ea8597478c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8217 | 2024.06.22 01:35:35.264799 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 131 rows starting from the beginning of the part | ||
8218 | 2024.06.22 01:35:35.264980 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 70 rows starting from the beginning of the part | ||
8219 | 2024.06.22 01:35:35.265385 [ 196 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 132 rows starting from the beginning of the part | ||
8220 | 2024.06.22 01:35:35.265794 [ 3 ] {fabb4e95-f7c2-44c9-88d4-75ea8597478c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8221 | 2024.06.22 01:35:35.266434 [ 3 ] {fabb4e95-f7c2-44c9-88d4-75ea8597478c} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8222 | 2024.06.22 01:35:35.266474 [ 3 ] {fabb4e95-f7c2-44c9-88d4-75ea8597478c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8223 | 2024.06.22 01:35:35.267023 [ 3 ] {fabb4e95-f7c2-44c9-88d4-75ea8597478c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8224 | 2024.06.22 01:35:35.267467 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 679 rows, containing 4 columns (4 merged, 0 gathered) in 0.003628625 sec., 187123.22160598024 rows/sec., 15.13 MiB/sec. | ||
8225 | 2024.06.22 01:35:35.267484 [ 3 ] {fabb4e95-f7c2-44c9-88d4-75ea8597478c} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8226 | 2024.06.22 01:35:35.267803 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8227 | 2024.06.22 01:35:35.267816 [ 3 ] {fabb4e95-f7c2-44c9-88d4-75ea8597478c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003382 sec., 591.3660555884093 rows/sec., 41.29 KiB/sec. | ||
8228 | 2024.06.22 01:35:35.268305 [ 3 ] {fabb4e95-f7c2-44c9-88d4-75ea8597478c} <Debug> DynamicQueryHandler: Done processing query | ||
8229 | 2024.06.22 01:35:35.268453 [ 3 ] {fabb4e95-f7c2-44c9-88d4-75ea8597478c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8230 | 2024.06.22 01:35:35.268553 [ 3 ] {} <Debug> HTTP-Session: 2f2ac0a7-5437-4e58-9cdb-a6ccf7b69253 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8231 | 2024.06.22 01:35:35.268791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8232 | 2024.06.22 01:35:35.268869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8233 | 2024.06.22 01:35:35.268904 [ 3 ] {} <Debug> HTTP-Session: 08faef38-c17a-4478-8511-b54ad56c6615 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8234 | 2024.06.22 01:35:35.268928 [ 3 ] {} <Debug> HTTP-Session: 08faef38-c17a-4478-8511-b54ad56c6615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8235 | 2024.06.22 01:35:35.268952 [ 3 ] {} <Debug> HTTP-Session: 08faef38-c17a-4478-8511-b54ad56c6615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8236 | 2024.06.22 01:35:35.269015 [ 3 ] {} <Trace> HTTP-Session: 08faef38-c17a-4478-8511-b54ad56c6615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8237 | 2024.06.22 01:35:35.269043 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_61_12} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8238 | 2024.06.22 01:35:35.269223 [ 191 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_61_12} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8239 | 2024.06.22 01:35:35.269232 [ 3 ] {12ccdb71-58b8-402f-9030-8d89271cdb9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8240 | 2024.06.22 01:35:35.269320 [ 3 ] {12ccdb71-58b8-402f-9030-8d89271cdb9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8241 | 2024.06.22 01:35:35.269386 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
8242 | 2024.06.22 01:35:35.269557 [ 3 ] {12ccdb71-58b8-402f-9030-8d89271cdb9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8243 | 2024.06.22 01:35:35.269925 [ 3 ] {12ccdb71-58b8-402f-9030-8d89271cdb9e} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8244 | 2024.06.22 01:35:35.269964 [ 3 ] {12ccdb71-58b8-402f-9030-8d89271cdb9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8245 | 2024.06.22 01:35:35.270285 [ 3 ] {12ccdb71-58b8-402f-9030-8d89271cdb9e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8246 | 2024.06.22 01:35:35.270597 [ 3 ] {12ccdb71-58b8-402f-9030-8d89271cdb9e} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8247 | 2024.06.22 01:35:35.270752 [ 33 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8248 | 2024.06.22 01:35:35.270765 [ 3 ] {12ccdb71-58b8-402f-9030-8d89271cdb9e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001601 sec., 56839.47532792005 rows/sec., 4.44 MiB/sec. | ||
8249 | 2024.06.22 01:35:35.270818 [ 33 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8250 | 2024.06.22 01:35:35.270883 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8251 | 2024.06.22 01:35:35.271064 [ 3 ] {12ccdb71-58b8-402f-9030-8d89271cdb9e} <Debug> DynamicQueryHandler: Done processing query | ||
8252 | 2024.06.22 01:35:35.271077 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
8253 | 2024.06.22 01:35:35.271101 [ 3 ] {12ccdb71-58b8-402f-9030-8d89271cdb9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8254 | 2024.06.22 01:35:35.271144 [ 3 ] {} <Debug> HTTP-Session: 08faef38-c17a-4478-8511-b54ad56c6615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8255 | 2024.06.22 01:35:35.271265 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8256 | 2024.06.22 01:35:35.271309 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 149 rows starting from the beginning of the part | ||
8257 | 2024.06.22 01:35:35.271358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8258 | 2024.06.22 01:35:35.271511 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 88 rows starting from the beginning of the part | ||
8259 | 2024.06.22 01:35:35.271536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8260 | 2024.06.22 01:35:35.271605 [ 3 ] {} <Debug> HTTP-Session: a2b91778-b6df-4b0d-9ae7-86f3b77c84f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8261 | 2024.06.22 01:35:35.271704 [ 3 ] {} <Debug> HTTP-Session: a2b91778-b6df-4b0d-9ae7-86f3b77c84f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8262 | 2024.06.22 01:35:35.271756 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 68 rows starting from the beginning of the part | ||
8263 | 2024.06.22 01:35:35.271776 [ 3 ] {} <Debug> HTTP-Session: a2b91778-b6df-4b0d-9ae7-86f3b77c84f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8264 | 2024.06.22 01:35:35.271926 [ 3 ] {} <Trace> HTTP-Session: a2b91778-b6df-4b0d-9ae7-86f3b77c84f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8265 | 2024.06.22 01:35:35.272031 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 89 rows starting from the beginning of the part | ||
8266 | 2024.06.22 01:35:35.272245 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 72 rows starting from the beginning of the part | ||
8267 | 2024.06.22 01:35:35.272439 [ 3 ] {bd431dff-6349-4736-b903-948d1ee45515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8268 | 2024.06.22 01:35:35.272467 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 91 rows starting from the beginning of the part | ||
8269 | 2024.06.22 01:35:35.272658 [ 3 ] {bd431dff-6349-4736-b903-948d1ee45515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8270 | 2024.06.22 01:35:35.273217 [ 3 ] {bd431dff-6349-4736-b903-948d1ee45515} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8271 | 2024.06.22 01:35:35.274214 [ 3 ] {bd431dff-6349-4736-b903-948d1ee45515} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8272 | 2024.06.22 01:35:35.274282 [ 3 ] {bd431dff-6349-4736-b903-948d1ee45515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8273 | 2024.06.22 01:35:35.275123 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 557 rows, containing 4 columns (4 merged, 0 gathered) in 0.004130308 sec., 134856.77097204374 rows/sec., 10.53 MiB/sec. | ||
8274 | 2024.06.22 01:35:35.275313 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8275 | 2024.06.22 01:35:35.275322 [ 3 ] {bd431dff-6349-4736-b903-948d1ee45515} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8276 | 2024.06.22 01:35:35.276308 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_61_12} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8277 | 2024.06.22 01:35:35.276365 [ 3 ] {bd431dff-6349-4736-b903-948d1ee45515} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8278 | 2024.06.22 01:35:35.276487 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_61_12} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8279 | 2024.06.22 01:35:35.276649 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8280 | 2024.06.22 01:35:35.276728 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
8281 | 2024.06.22 01:35:35.276747 [ 3 ] {bd431dff-6349-4736-b903-948d1ee45515} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004541 sec., 35454.74565073772 rows/sec., 2.47 MiB/sec. | ||
8282 | 2024.06.22 01:35:35.276749 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8283 | 2024.06.22 01:35:35.276869 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8284 | 2024.06.22 01:35:35.277167 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
8285 | 2024.06.22 01:35:35.277195 [ 3 ] {bd431dff-6349-4736-b903-948d1ee45515} <Debug> DynamicQueryHandler: Done processing query | ||
8286 | 2024.06.22 01:35:35.277238 [ 3 ] {bd431dff-6349-4736-b903-948d1ee45515} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8287 | 2024.06.22 01:35:35.277316 [ 3 ] {} <Debug> HTTP-Session: a2b91778-b6df-4b0d-9ae7-86f3b77c84f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8288 | 2024.06.22 01:35:35.277616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 26786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8289 | 2024.06.22 01:35:35.277807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8290 | 2024.06.22 01:35:35.277903 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8291 | 2024.06.22 01:35:35.277906 [ 3 ] {} <Debug> HTTP-Session: a118b777-d027-4a25-ad9d-631367a24a26 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8292 | 2024.06.22 01:35:35.277991 [ 3 ] {} <Debug> HTTP-Session: a118b777-d027-4a25-ad9d-631367a24a26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8293 | 2024.06.22 01:35:35.278046 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9060 rows starting from the beginning of the part | ||
8294 | 2024.06.22 01:35:35.278070 [ 3 ] {} <Debug> HTTP-Session: a118b777-d027-4a25-ad9d-631367a24a26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8295 | 2024.06.22 01:35:35.278256 [ 3 ] {} <Trace> HTTP-Session: a118b777-d027-4a25-ad9d-631367a24a26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8296 | 2024.06.22 01:35:35.278585 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 196 rows starting from the beginning of the part | ||
8297 | 2024.06.22 01:35:35.278820 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
8298 | 2024.06.22 01:35:35.278889 [ 3 ] {0fcb6d45-d9a7-4d8d-b32f-9aa1914d4ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8299 | 2024.06.22 01:35:35.279057 [ 3 ] {0fcb6d45-d9a7-4d8d-b32f-9aa1914d4ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8300 | 2024.06.22 01:35:35.279094 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
8301 | 2024.06.22 01:35:35.279534 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 162 rows starting from the beginning of the part | ||
8302 | 2024.06.22 01:35:35.279925 [ 200 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 161 rows starting from the beginning of the part | ||
8303 | 2024.06.22 01:35:35.280484 [ 3 ] {0fcb6d45-d9a7-4d8d-b32f-9aa1914d4ab4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8304 | 2024.06.22 01:35:35.280998 [ 3 ] {0fcb6d45-d9a7-4d8d-b32f-9aa1914d4ab4} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8305 | 2024.06.22 01:35:35.281035 [ 3 ] {0fcb6d45-d9a7-4d8d-b32f-9aa1914d4ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8306 | 2024.06.22 01:35:35.281731 [ 3 ] {0fcb6d45-d9a7-4d8d-b32f-9aa1914d4ab4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8307 | 2024.06.22 01:35:35.282291 [ 3 ] {0fcb6d45-d9a7-4d8d-b32f-9aa1914d4ab4} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8308 | 2024.06.22 01:35:35.282585 [ 3 ] {0fcb6d45-d9a7-4d8d-b32f-9aa1914d4ab4} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.004005 sec., 6242.197253433209 rows/sec., 8.42 MiB/sec. | ||
8309 | 2024.06.22 01:35:35.282588 [ 33 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
8310 | 2024.06.22 01:35:35.282686 [ 33 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8311 | 2024.06.22 01:35:35.282732 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8312 | 2024.06.22 01:35:35.282998 [ 3 ] {0fcb6d45-d9a7-4d8d-b32f-9aa1914d4ab4} <Debug> DynamicQueryHandler: Done processing query | ||
8313 | 2024.06.22 01:35:35.283084 [ 3 ] {0fcb6d45-d9a7-4d8d-b32f-9aa1914d4ab4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8314 | 2024.06.22 01:35:35.283168 [ 3 ] {} <Debug> HTTP-Session: a118b777-d027-4a25-ad9d-631367a24a26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8315 | 2024.06.22 01:35:35.283505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8316 | 2024.06.22 01:35:35.283539 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
8317 | 2024.06.22 01:35:35.283691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8318 | 2024.06.22 01:35:35.283788 [ 3 ] {} <Debug> HTTP-Session: 218c06c1-97a6-4468-a1c6-b5c3fb331870 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8319 | 2024.06.22 01:35:35.283874 [ 3 ] {} <Debug> HTTP-Session: 218c06c1-97a6-4468-a1c6-b5c3fb331870 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8320 | 2024.06.22 01:35:35.283921 [ 3 ] {} <Debug> HTTP-Session: 218c06c1-97a6-4468-a1c6-b5c3fb331870 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8321 | 2024.06.22 01:35:35.284023 [ 3 ] {} <Trace> HTTP-Session: 218c06c1-97a6-4468-a1c6-b5c3fb331870 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8322 | 2024.06.22 01:35:35.284113 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8323 | 2024.06.22 01:35:35.284204 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 658 rows starting from the beginning of the part | ||
8324 | 2024.06.22 01:35:35.284370 [ 3 ] {54762d64-c43f-471a-909b-181af70345ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8325 | 2024.06.22 01:35:35.284666 [ 3 ] {54762d64-c43f-471a-909b-181af70345ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8326 | 2024.06.22 01:35:35.284774 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 29 rows starting from the beginning of the part | ||
8327 | 2024.06.22 01:35:35.285430 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
8328 | 2024.06.22 01:35:35.285853 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9899 rows, containing 5 columns (5 merged, 0 gathered) in 0.00883278 sec., 1120711.712507274 rows/sec., 78.10 MiB/sec. | ||
8329 | 2024.06.22 01:35:35.286062 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 25 rows starting from the beginning of the part | ||
8330 | 2024.06.22 01:35:35.286451 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8331 | 2024.06.22 01:35:35.286569 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
8332 | 2024.06.22 01:35:35.286685 [ 3 ] {54762d64-c43f-471a-909b-181af70345ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8333 | 2024.06.22 01:35:35.287103 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 25 rows starting from the beginning of the part | ||
8334 | 2024.06.22 01:35:35.288441 [ 3 ] {54762d64-c43f-471a-909b-181af70345ca} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8335 | 2024.06.22 01:35:35.288553 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8336 | 2024.06.22 01:35:35.288565 [ 3 ] {54762d64-c43f-471a-909b-181af70345ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8337 | 2024.06.22 01:35:35.288862 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8338 | 2024.06.22 01:35:35.289140 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.94 MiB. | ||
8339 | 2024.06.22 01:35:35.289789 [ 3 ] {54762d64-c43f-471a-909b-181af70345ca} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8340 | 2024.06.22 01:35:35.290371 [ 3 ] {54762d64-c43f-471a-909b-181af70345ca} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8341 | 2024.06.22 01:35:35.290711 [ 33 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8342 | 2024.06.22 01:35:35.290799 [ 33 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8343 | 2024.06.22 01:35:35.290806 [ 3 ] {54762d64-c43f-471a-909b-181af70345ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006578 sec., 9121.313469139557 rows/sec., 629.47 KiB/sec. | ||
8344 | 2024.06.22 01:35:35.290863 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8345 | 2024.06.22 01:35:35.291387 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
8346 | 2024.06.22 01:35:35.291500 [ 3 ] {54762d64-c43f-471a-909b-181af70345ca} <Debug> DynamicQueryHandler: Done processing query | ||
8347 | 2024.06.22 01:35:35.291576 [ 3 ] {54762d64-c43f-471a-909b-181af70345ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8348 | 2024.06.22 01:35:35.291657 [ 3 ] {} <Debug> HTTP-Session: 218c06c1-97a6-4468-a1c6-b5c3fb331870 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8349 | 2024.06.22 01:35:35.291911 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8350 | 2024.06.22 01:35:35.291998 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3224 rows starting from the beginning of the part | ||
8351 | 2024.06.22 01:35:35.292202 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
8352 | 2024.06.22 01:35:35.292594 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
8353 | 2024.06.22 01:35:35.292894 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
8354 | 2024.06.22 01:35:35.293024 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
8355 | 2024.06.22 01:35:35.293340 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
8356 | 2024.06.22 01:35:35.294126 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 745 rows, containing 6 columns (6 merged, 0 gathered) in 0.011277516 sec., 66060.64668850836 rows/sec., 89.15 MiB/sec. | ||
8357 | 2024.06.22 01:35:35.294622 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
8358 | 2024.06.22 01:35:35.295447 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3524 rows, containing 4 columns (4 merged, 0 gathered) in 0.00442046 sec., 797202.1011387955 rows/sec., 53.74 MiB/sec. | ||
8359 | 2024.06.22 01:35:35.295534 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8360 | 2024.06.22 01:35:35.295630 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
8361 | 2024.06.22 01:35:35.295719 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB. | ||
8362 | 2024.06.22 01:35:35.295852 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8363 | 2024.06.22 01:35:35.296260 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_61_12} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8364 | 2024.06.22 01:35:35.296346 [ 202 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_61_12} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8365 | 2024.06.22 01:35:35.296462 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
8366 | 2024.06.22 01:35:40.256998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8367 | 2024.06.22 01:35:40.257140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8368 | 2024.06.22 01:35:40.257170 [ 3 ] {} <Debug> HTTP-Session: eae2303a-cc1b-4f45-a54d-27818e3eb4a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8369 | 2024.06.22 01:35:40.257198 [ 3 ] {} <Debug> HTTP-Session: eae2303a-cc1b-4f45-a54d-27818e3eb4a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8370 | 2024.06.22 01:35:40.257216 [ 3 ] {} <Debug> HTTP-Session: eae2303a-cc1b-4f45-a54d-27818e3eb4a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8371 | 2024.06.22 01:35:40.257273 [ 3 ] {} <Trace> HTTP-Session: eae2303a-cc1b-4f45-a54d-27818e3eb4a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8372 | 2024.06.22 01:35:40.257505 [ 3 ] {f4253a31-6532-4f4a-8caa-cd188a3ebb6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8373 | 2024.06.22 01:35:40.257581 [ 3 ] {f4253a31-6532-4f4a-8caa-cd188a3ebb6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8374 | 2024.06.22 01:35:40.257772 [ 3 ] {f4253a31-6532-4f4a-8caa-cd188a3ebb6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8375 | 2024.06.22 01:35:40.258196 [ 3 ] {f4253a31-6532-4f4a-8caa-cd188a3ebb6a} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8376 | 2024.06.22 01:35:40.258237 [ 3 ] {f4253a31-6532-4f4a-8caa-cd188a3ebb6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8377 | 2024.06.22 01:35:40.258622 [ 3 ] {f4253a31-6532-4f4a-8caa-cd188a3ebb6a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8378 | 2024.06.22 01:35:40.258981 [ 3 ] {f4253a31-6532-4f4a-8caa-cd188a3ebb6a} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8379 | 2024.06.22 01:35:40.259126 [ 3 ] {f4253a31-6532-4f4a-8caa-cd188a3ebb6a} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001703 sec., 17028.772753963593 rows/sec., 1.35 MiB/sec. | ||
8380 | 2024.06.22 01:35:40.259333 [ 3 ] {f4253a31-6532-4f4a-8caa-cd188a3ebb6a} <Debug> DynamicQueryHandler: Done processing query | ||
8381 | 2024.06.22 01:35:40.259361 [ 3 ] {f4253a31-6532-4f4a-8caa-cd188a3ebb6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8382 | 2024.06.22 01:35:40.259378 [ 3 ] {} <Debug> HTTP-Session: eae2303a-cc1b-4f45-a54d-27818e3eb4a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8383 | 2024.06.22 01:35:40.259560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8384 | 2024.06.22 01:35:40.259615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8385 | 2024.06.22 01:35:40.259634 [ 3 ] {} <Debug> HTTP-Session: 21acfe0b-47f9-475e-aeaa-adba49a8aa97 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8386 | 2024.06.22 01:35:40.259652 [ 3 ] {} <Debug> HTTP-Session: 21acfe0b-47f9-475e-aeaa-adba49a8aa97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8387 | 2024.06.22 01:35:40.259666 [ 3 ] {} <Debug> HTTP-Session: 21acfe0b-47f9-475e-aeaa-adba49a8aa97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8388 | 2024.06.22 01:35:40.259701 [ 3 ] {} <Trace> HTTP-Session: 21acfe0b-47f9-475e-aeaa-adba49a8aa97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8389 | 2024.06.22 01:35:40.259850 [ 3 ] {30513f97-b6dd-41bf-b3e3-672f29231bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8390 | 2024.06.22 01:35:40.259896 [ 3 ] {30513f97-b6dd-41bf-b3e3-672f29231bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8391 | 2024.06.22 01:35:40.260027 [ 3 ] {30513f97-b6dd-41bf-b3e3-672f29231bfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8392 | 2024.06.22 01:35:40.260477 [ 3 ] {30513f97-b6dd-41bf-b3e3-672f29231bfd} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8393 | 2024.06.22 01:35:40.260515 [ 3 ] {30513f97-b6dd-41bf-b3e3-672f29231bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8394 | 2024.06.22 01:35:40.260853 [ 3 ] {30513f97-b6dd-41bf-b3e3-672f29231bfd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8395 | 2024.06.22 01:35:40.261171 [ 3 ] {30513f97-b6dd-41bf-b3e3-672f29231bfd} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8396 | 2024.06.22 01:35:40.261304 [ 3 ] {30513f97-b6dd-41bf-b3e3-672f29231bfd} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.001519 sec., 94140.88215931534 rows/sec., 7.89 MiB/sec. | ||
8397 | 2024.06.22 01:35:40.261473 [ 3 ] {30513f97-b6dd-41bf-b3e3-672f29231bfd} <Debug> DynamicQueryHandler: Done processing query | ||
8398 | 2024.06.22 01:35:40.261499 [ 3 ] {30513f97-b6dd-41bf-b3e3-672f29231bfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8399 | 2024.06.22 01:35:40.261514 [ 3 ] {} <Debug> HTTP-Session: 21acfe0b-47f9-475e-aeaa-adba49a8aa97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8400 | 2024.06.22 01:35:40.261692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8401 | 2024.06.22 01:35:40.261744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8402 | 2024.06.22 01:35:40.261763 [ 3 ] {} <Debug> HTTP-Session: 1f86427c-5360-4e91-9609-3761302f7128 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8403 | 2024.06.22 01:35:40.261779 [ 3 ] {} <Debug> HTTP-Session: 1f86427c-5360-4e91-9609-3761302f7128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8404 | 2024.06.22 01:35:40.261793 [ 3 ] {} <Debug> HTTP-Session: 1f86427c-5360-4e91-9609-3761302f7128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8405 | 2024.06.22 01:35:40.261826 [ 3 ] {} <Trace> HTTP-Session: 1f86427c-5360-4e91-9609-3761302f7128 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8406 | 2024.06.22 01:35:40.261957 [ 3 ] {fc304e38-1328-4a0d-b0a4-bb38872b460b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8407 | 2024.06.22 01:35:40.262000 [ 3 ] {fc304e38-1328-4a0d-b0a4-bb38872b460b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8408 | 2024.06.22 01:35:40.262124 [ 3 ] {fc304e38-1328-4a0d-b0a4-bb38872b460b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8409 | 2024.06.22 01:35:40.262471 [ 3 ] {fc304e38-1328-4a0d-b0a4-bb38872b460b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8410 | 2024.06.22 01:35:40.262507 [ 3 ] {fc304e38-1328-4a0d-b0a4-bb38872b460b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8411 | 2024.06.22 01:35:40.262829 [ 3 ] {fc304e38-1328-4a0d-b0a4-bb38872b460b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8412 | 2024.06.22 01:35:40.263146 [ 3 ] {fc304e38-1328-4a0d-b0a4-bb38872b460b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8413 | 2024.06.22 01:35:40.263274 [ 3 ] {fc304e38-1328-4a0d-b0a4-bb38872b460b} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001375 sec., 67636.36363636365 rows/sec., 5.28 MiB/sec. | ||
8414 | 2024.06.22 01:35:40.263437 [ 3 ] {fc304e38-1328-4a0d-b0a4-bb38872b460b} <Debug> DynamicQueryHandler: Done processing query | ||
8415 | 2024.06.22 01:35:40.263463 [ 3 ] {fc304e38-1328-4a0d-b0a4-bb38872b460b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8416 | 2024.06.22 01:35:40.263478 [ 3 ] {} <Debug> HTTP-Session: 1f86427c-5360-4e91-9609-3761302f7128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8417 | 2024.06.22 01:35:40.263660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8418 | 2024.06.22 01:35:40.263709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8419 | 2024.06.22 01:35:40.263727 [ 3 ] {} <Debug> HTTP-Session: d0857c5e-bf0e-4f53-ae26-e738814cb257 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8420 | 2024.06.22 01:35:40.263743 [ 3 ] {} <Debug> HTTP-Session: d0857c5e-bf0e-4f53-ae26-e738814cb257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8421 | 2024.06.22 01:35:40.263757 [ 3 ] {} <Debug> HTTP-Session: d0857c5e-bf0e-4f53-ae26-e738814cb257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8422 | 2024.06.22 01:35:40.263790 [ 3 ] {} <Trace> HTTP-Session: d0857c5e-bf0e-4f53-ae26-e738814cb257 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8423 | 2024.06.22 01:35:40.263942 [ 3 ] {10e2e246-7e11-4364-b75d-697a6fdc59cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8424 | 2024.06.22 01:35:40.263989 [ 3 ] {10e2e246-7e11-4364-b75d-697a6fdc59cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8425 | 2024.06.22 01:35:40.264128 [ 3 ] {10e2e246-7e11-4364-b75d-697a6fdc59cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8426 | 2024.06.22 01:35:40.264505 [ 3 ] {10e2e246-7e11-4364-b75d-697a6fdc59cf} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8427 | 2024.06.22 01:35:40.264540 [ 3 ] {10e2e246-7e11-4364-b75d-697a6fdc59cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8428 | 2024.06.22 01:35:40.264937 [ 3 ] {10e2e246-7e11-4364-b75d-697a6fdc59cf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8429 | 2024.06.22 01:35:40.265293 [ 3 ] {10e2e246-7e11-4364-b75d-697a6fdc59cf} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8430 | 2024.06.22 01:35:40.265420 [ 3 ] {10e2e246-7e11-4364-b75d-697a6fdc59cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec. | ||
8431 | 2024.06.22 01:35:40.265689 [ 3 ] {10e2e246-7e11-4364-b75d-697a6fdc59cf} <Debug> DynamicQueryHandler: Done processing query | ||
8432 | 2024.06.22 01:35:40.265749 [ 3 ] {10e2e246-7e11-4364-b75d-697a6fdc59cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8433 | 2024.06.22 01:35:40.265799 [ 3 ] {} <Debug> HTTP-Session: d0857c5e-bf0e-4f53-ae26-e738814cb257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8434 | 2024.06.22 01:35:40.266026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8435 | 2024.06.22 01:35:40.266079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8436 | 2024.06.22 01:35:40.266097 [ 3 ] {} <Debug> HTTP-Session: 405ea655-502d-46c0-8683-cade788a432b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8437 | 2024.06.22 01:35:40.266115 [ 3 ] {} <Debug> HTTP-Session: 405ea655-502d-46c0-8683-cade788a432b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8438 | 2024.06.22 01:35:40.266128 [ 3 ] {} <Debug> HTTP-Session: 405ea655-502d-46c0-8683-cade788a432b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8439 | 2024.06.22 01:35:40.266161 [ 3 ] {} <Trace> HTTP-Session: 405ea655-502d-46c0-8683-cade788a432b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8440 | 2024.06.22 01:35:40.266427 [ 3 ] {864a5e65-585e-4c85-b43b-044c57e9762d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8441 | 2024.06.22 01:35:40.266476 [ 3 ] {864a5e65-585e-4c85-b43b-044c57e9762d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8442 | 2024.06.22 01:35:40.266648 [ 3 ] {864a5e65-585e-4c85-b43b-044c57e9762d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8443 | 2024.06.22 01:35:40.267129 [ 3 ] {864a5e65-585e-4c85-b43b-044c57e9762d} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8444 | 2024.06.22 01:35:40.267166 [ 3 ] {864a5e65-585e-4c85-b43b-044c57e9762d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8445 | 2024.06.22 01:35:40.267588 [ 3 ] {864a5e65-585e-4c85-b43b-044c57e9762d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8446 | 2024.06.22 01:35:40.267938 [ 3 ] {864a5e65-585e-4c85-b43b-044c57e9762d} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8447 | 2024.06.22 01:35:40.268065 [ 3 ] {864a5e65-585e-4c85-b43b-044c57e9762d} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001818 sec., 15951.595159515951 rows/sec., 21.53 MiB/sec. | ||
8448 | 2024.06.22 01:35:40.268235 [ 3 ] {864a5e65-585e-4c85-b43b-044c57e9762d} <Debug> DynamicQueryHandler: Done processing query | ||
8449 | 2024.06.22 01:35:40.268259 [ 3 ] {864a5e65-585e-4c85-b43b-044c57e9762d} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8450 | 2024.06.22 01:35:40.268274 [ 3 ] {} <Debug> HTTP-Session: 405ea655-502d-46c0-8683-cade788a432b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8451 | 2024.06.22 01:35:40.268403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8452 | 2024.06.22 01:35:40.268452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8453 | 2024.06.22 01:35:40.268470 [ 3 ] {} <Debug> HTTP-Session: 048cc069-346b-47d9-bd9d-04ea56095fc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8454 | 2024.06.22 01:35:40.268487 [ 3 ] {} <Debug> HTTP-Session: 048cc069-346b-47d9-bd9d-04ea56095fc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8455 | 2024.06.22 01:35:40.268500 [ 3 ] {} <Debug> HTTP-Session: 048cc069-346b-47d9-bd9d-04ea56095fc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8456 | 2024.06.22 01:35:40.268531 [ 3 ] {} <Trace> HTTP-Session: 048cc069-346b-47d9-bd9d-04ea56095fc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8457 | 2024.06.22 01:35:40.268666 [ 3 ] {3cf5976c-9ea1-4e42-8edc-357f515e20f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8458 | 2024.06.22 01:35:40.268710 [ 3 ] {3cf5976c-9ea1-4e42-8edc-357f515e20f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8459 | 2024.06.22 01:35:40.268837 [ 3 ] {3cf5976c-9ea1-4e42-8edc-357f515e20f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8460 | 2024.06.22 01:35:40.269139 [ 3 ] {3cf5976c-9ea1-4e42-8edc-357f515e20f9} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8461 | 2024.06.22 01:35:40.269174 [ 3 ] {3cf5976c-9ea1-4e42-8edc-357f515e20f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8462 | 2024.06.22 01:35:40.269534 [ 3 ] {3cf5976c-9ea1-4e42-8edc-357f515e20f9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8463 | 2024.06.22 01:35:40.269860 [ 3 ] {3cf5976c-9ea1-4e42-8edc-357f515e20f9} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8464 | 2024.06.22 01:35:40.269989 [ 3 ] {3cf5976c-9ea1-4e42-8edc-357f515e20f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
8465 | 2024.06.22 01:35:40.270147 [ 3 ] {3cf5976c-9ea1-4e42-8edc-357f515e20f9} <Debug> DynamicQueryHandler: Done processing query | ||
8466 | 2024.06.22 01:35:40.270172 [ 3 ] {3cf5976c-9ea1-4e42-8edc-357f515e20f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8467 | 2024.06.22 01:35:40.270187 [ 3 ] {} <Debug> HTTP-Session: 048cc069-346b-47d9-bd9d-04ea56095fc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8468 | 2024.06.22 01:35:45.256792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8469 | 2024.06.22 01:35:45.256908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8470 | 2024.06.22 01:35:45.256932 [ 3 ] {} <Debug> HTTP-Session: 0900390b-b681-4bcf-8884-ab1cdd918097 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8471 | 2024.06.22 01:35:45.256956 [ 3 ] {} <Debug> HTTP-Session: 0900390b-b681-4bcf-8884-ab1cdd918097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8472 | 2024.06.22 01:35:45.256970 [ 3 ] {} <Debug> HTTP-Session: 0900390b-b681-4bcf-8884-ab1cdd918097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8473 | 2024.06.22 01:35:45.257020 [ 3 ] {} <Trace> HTTP-Session: 0900390b-b681-4bcf-8884-ab1cdd918097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8474 | 2024.06.22 01:35:45.257193 [ 3 ] {c1494d4a-6251-4756-8956-03a2d8e9b11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8475 | 2024.06.22 01:35:45.257256 [ 3 ] {c1494d4a-6251-4756-8956-03a2d8e9b11a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8476 | 2024.06.22 01:35:45.257440 [ 3 ] {c1494d4a-6251-4756-8956-03a2d8e9b11a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8477 | 2024.06.22 01:35:45.257878 [ 3 ] {c1494d4a-6251-4756-8956-03a2d8e9b11a} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8478 | 2024.06.22 01:35:45.257920 [ 3 ] {c1494d4a-6251-4756-8956-03a2d8e9b11a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8479 | 2024.06.22 01:35:45.258285 [ 3 ] {c1494d4a-6251-4756-8956-03a2d8e9b11a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8480 | 2024.06.22 01:35:45.258650 [ 3 ] {c1494d4a-6251-4756-8956-03a2d8e9b11a} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8481 | 2024.06.22 01:35:45.258807 [ 3 ] {c1494d4a-6251-4756-8956-03a2d8e9b11a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001665 sec., 3603.6036036036035 rows/sec., 293.85 KiB/sec. | ||
8482 | 2024.06.22 01:35:45.259042 [ 3 ] {c1494d4a-6251-4756-8956-03a2d8e9b11a} <Debug> DynamicQueryHandler: Done processing query | ||
8483 | 2024.06.22 01:35:45.259072 [ 3 ] {c1494d4a-6251-4756-8956-03a2d8e9b11a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8484 | 2024.06.22 01:35:45.259090 [ 3 ] {} <Debug> HTTP-Session: 0900390b-b681-4bcf-8884-ab1cdd918097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8485 | 2024.06.22 01:35:45.259269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 13142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8486 | 2024.06.22 01:35:45.259325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8487 | 2024.06.22 01:35:45.259346 [ 3 ] {} <Debug> HTTP-Session: 78f33f70-c250-4e6b-874c-f75a5e33e101 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8488 | 2024.06.22 01:35:45.259363 [ 3 ] {} <Debug> HTTP-Session: 78f33f70-c250-4e6b-874c-f75a5e33e101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8489 | 2024.06.22 01:35:45.259377 [ 3 ] {} <Debug> HTTP-Session: 78f33f70-c250-4e6b-874c-f75a5e33e101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8490 | 2024.06.22 01:35:45.259415 [ 3 ] {} <Trace> HTTP-Session: 78f33f70-c250-4e6b-874c-f75a5e33e101 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8491 | 2024.06.22 01:35:45.259549 [ 3 ] {e8620319-c703-4d0b-afc7-ee4eb7fdc876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8492 | 2024.06.22 01:35:45.259594 [ 3 ] {e8620319-c703-4d0b-afc7-ee4eb7fdc876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8493 | 2024.06.22 01:35:45.259737 [ 3 ] {e8620319-c703-4d0b-afc7-ee4eb7fdc876} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8494 | 2024.06.22 01:35:45.260131 [ 3 ] {e8620319-c703-4d0b-afc7-ee4eb7fdc876} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8495 | 2024.06.22 01:35:45.260168 [ 3 ] {e8620319-c703-4d0b-afc7-ee4eb7fdc876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8496 | 2024.06.22 01:35:45.260497 [ 3 ] {e8620319-c703-4d0b-afc7-ee4eb7fdc876} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8497 | 2024.06.22 01:35:45.260834 [ 3 ] {e8620319-c703-4d0b-afc7-ee4eb7fdc876} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8498 | 2024.06.22 01:35:45.260971 [ 3 ] {e8620319-c703-4d0b-afc7-ee4eb7fdc876} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001473 sec., 64494.22946367957 rows/sec., 4.88 MiB/sec. | ||
8499 | 2024.06.22 01:35:45.261144 [ 3 ] {e8620319-c703-4d0b-afc7-ee4eb7fdc876} <Debug> DynamicQueryHandler: Done processing query | ||
8500 | 2024.06.22 01:35:45.261171 [ 3 ] {e8620319-c703-4d0b-afc7-ee4eb7fdc876} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8501 | 2024.06.22 01:35:45.261187 [ 3 ] {} <Debug> HTTP-Session: 78f33f70-c250-4e6b-874c-f75a5e33e101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8502 | 2024.06.22 01:35:45.261314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8503 | 2024.06.22 01:35:45.261365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8504 | 2024.06.22 01:35:45.261384 [ 3 ] {} <Debug> HTTP-Session: 649b227c-a8f9-4f84-87ef-926e00b71723 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8505 | 2024.06.22 01:35:45.261401 [ 3 ] {} <Debug> HTTP-Session: 649b227c-a8f9-4f84-87ef-926e00b71723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8506 | 2024.06.22 01:35:45.261415 [ 3 ] {} <Debug> HTTP-Session: 649b227c-a8f9-4f84-87ef-926e00b71723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8507 | 2024.06.22 01:35:45.261448 [ 3 ] {} <Trace> HTTP-Session: 649b227c-a8f9-4f84-87ef-926e00b71723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8508 | 2024.06.22 01:35:45.261550 [ 3 ] {c904335c-656d-4382-aba8-74909c6d1b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8509 | 2024.06.22 01:35:45.261594 [ 3 ] {c904335c-656d-4382-aba8-74909c6d1b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8510 | 2024.06.22 01:35:45.261721 [ 3 ] {c904335c-656d-4382-aba8-74909c6d1b32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8511 | 2024.06.22 01:35:45.262010 [ 3 ] {c904335c-656d-4382-aba8-74909c6d1b32} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8512 | 2024.06.22 01:35:45.262047 [ 3 ] {c904335c-656d-4382-aba8-74909c6d1b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8513 | 2024.06.22 01:35:45.262349 [ 3 ] {c904335c-656d-4382-aba8-74909c6d1b32} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8514 | 2024.06.22 01:35:45.262660 [ 3 ] {c904335c-656d-4382-aba8-74909c6d1b32} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8515 | 2024.06.22 01:35:45.262792 [ 3 ] {c904335c-656d-4382-aba8-74909c6d1b32} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001269 sec., 4728.132387706856 rows/sec., 330.14 KiB/sec. | ||
8516 | 2024.06.22 01:35:45.262963 [ 3 ] {c904335c-656d-4382-aba8-74909c6d1b32} <Debug> DynamicQueryHandler: Done processing query | ||
8517 | 2024.06.22 01:35:45.262990 [ 3 ] {c904335c-656d-4382-aba8-74909c6d1b32} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8518 | 2024.06.22 01:35:45.263005 [ 3 ] {} <Debug> HTTP-Session: 649b227c-a8f9-4f84-87ef-926e00b71723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8519 | 2024.06.22 01:35:45.263138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8520 | 2024.06.22 01:35:45.263188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8521 | 2024.06.22 01:35:45.263211 [ 3 ] {} <Debug> HTTP-Session: 9686303d-e054-408e-a556-d161f1f62c15 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8522 | 2024.06.22 01:35:45.263228 [ 3 ] {} <Debug> HTTP-Session: 9686303d-e054-408e-a556-d161f1f62c15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8523 | 2024.06.22 01:35:45.263241 [ 3 ] {} <Debug> HTTP-Session: 9686303d-e054-408e-a556-d161f1f62c15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8524 | 2024.06.22 01:35:45.263273 [ 3 ] {} <Trace> HTTP-Session: 9686303d-e054-408e-a556-d161f1f62c15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8525 | 2024.06.22 01:35:45.263397 [ 3 ] {53e5e403-ec58-4ca7-97b2-4a8c6ba47193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8526 | 2024.06.22 01:35:45.263462 [ 3 ] {53e5e403-ec58-4ca7-97b2-4a8c6ba47193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8527 | 2024.06.22 01:35:45.263606 [ 3 ] {53e5e403-ec58-4ca7-97b2-4a8c6ba47193} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8528 | 2024.06.22 01:35:45.263987 [ 3 ] {53e5e403-ec58-4ca7-97b2-4a8c6ba47193} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8529 | 2024.06.22 01:35:45.264024 [ 3 ] {53e5e403-ec58-4ca7-97b2-4a8c6ba47193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8530 | 2024.06.22 01:35:45.264356 [ 3 ] {53e5e403-ec58-4ca7-97b2-4a8c6ba47193} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8531 | 2024.06.22 01:35:45.264661 [ 3 ] {53e5e403-ec58-4ca7-97b2-4a8c6ba47193} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8532 | 2024.06.22 01:35:45.264784 [ 3 ] {53e5e403-ec58-4ca7-97b2-4a8c6ba47193} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001433 sec., 65596.65038381019 rows/sec., 5.11 MiB/sec. | ||
8533 | 2024.06.22 01:35:45.264949 [ 3 ] {53e5e403-ec58-4ca7-97b2-4a8c6ba47193} <Debug> DynamicQueryHandler: Done processing query | ||
8534 | 2024.06.22 01:35:45.264974 [ 3 ] {53e5e403-ec58-4ca7-97b2-4a8c6ba47193} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8535 | 2024.06.22 01:35:45.264991 [ 3 ] {} <Debug> HTTP-Session: 9686303d-e054-408e-a556-d161f1f62c15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8536 | 2024.06.22 01:35:45.265153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 38162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8537 | 2024.06.22 01:35:45.265204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8538 | 2024.06.22 01:35:45.265223 [ 3 ] {} <Debug> HTTP-Session: c0064384-d027-4bc4-ba0c-02595eef092b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8539 | 2024.06.22 01:35:45.265240 [ 3 ] {} <Debug> HTTP-Session: c0064384-d027-4bc4-ba0c-02595eef092b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8540 | 2024.06.22 01:35:45.265254 [ 3 ] {} <Debug> HTTP-Session: c0064384-d027-4bc4-ba0c-02595eef092b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8541 | 2024.06.22 01:35:45.265286 [ 3 ] {} <Trace> HTTP-Session: c0064384-d027-4bc4-ba0c-02595eef092b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8542 | 2024.06.22 01:35:45.265451 [ 3 ] {c20e2e58-06b4-4198-a013-a3dcbcd6dc10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8543 | 2024.06.22 01:35:45.265499 [ 3 ] {c20e2e58-06b4-4198-a013-a3dcbcd6dc10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8544 | 2024.06.22 01:35:45.265644 [ 3 ] {c20e2e58-06b4-4198-a013-a3dcbcd6dc10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8545 | 2024.06.22 01:35:45.266057 [ 3 ] {c20e2e58-06b4-4198-a013-a3dcbcd6dc10} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8546 | 2024.06.22 01:35:45.266093 [ 3 ] {c20e2e58-06b4-4198-a013-a3dcbcd6dc10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8547 | 2024.06.22 01:35:45.266482 [ 3 ] {c20e2e58-06b4-4198-a013-a3dcbcd6dc10} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8548 | 2024.06.22 01:35:45.266820 [ 3 ] {c20e2e58-06b4-4198-a013-a3dcbcd6dc10} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8549 | 2024.06.22 01:35:45.266956 [ 3 ] {c20e2e58-06b4-4198-a013-a3dcbcd6dc10} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001591 sec., 125078.56693903205 rows/sec., 8.73 MiB/sec. | ||
8550 | 2024.06.22 01:35:45.267148 [ 3 ] {c20e2e58-06b4-4198-a013-a3dcbcd6dc10} <Debug> DynamicQueryHandler: Done processing query | ||
8551 | 2024.06.22 01:35:45.267185 [ 3 ] {c20e2e58-06b4-4198-a013-a3dcbcd6dc10} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8552 | 2024.06.22 01:35:45.267218 [ 3 ] {} <Debug> HTTP-Session: c0064384-d027-4bc4-ba0c-02595eef092b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8553 | 2024.06.22 01:35:45.267470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8554 | 2024.06.22 01:35:45.267519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8555 | 2024.06.22 01:35:45.267538 [ 3 ] {} <Debug> HTTP-Session: b78ed539-1953-408f-8457-41c1255c41a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8556 | 2024.06.22 01:35:45.267554 [ 3 ] {} <Debug> HTTP-Session: b78ed539-1953-408f-8457-41c1255c41a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8557 | 2024.06.22 01:35:45.267569 [ 3 ] {} <Debug> HTTP-Session: b78ed539-1953-408f-8457-41c1255c41a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8558 | 2024.06.22 01:35:45.267601 [ 3 ] {} <Trace> HTTP-Session: b78ed539-1953-408f-8457-41c1255c41a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8559 | 2024.06.22 01:35:45.267730 [ 3 ] {2031119c-4187-4980-b993-e7d7b235eea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8560 | 2024.06.22 01:35:45.267774 [ 3 ] {2031119c-4187-4980-b993-e7d7b235eea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8561 | 2024.06.22 01:35:45.267905 [ 3 ] {2031119c-4187-4980-b993-e7d7b235eea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8562 | 2024.06.22 01:35:45.268265 [ 3 ] {2031119c-4187-4980-b993-e7d7b235eea9} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8563 | 2024.06.22 01:35:45.268300 [ 3 ] {2031119c-4187-4980-b993-e7d7b235eea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8564 | 2024.06.22 01:35:45.268658 [ 3 ] {2031119c-4187-4980-b993-e7d7b235eea9} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8565 | 2024.06.22 01:35:45.268972 [ 3 ] {2031119c-4187-4980-b993-e7d7b235eea9} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8566 | 2024.06.22 01:35:45.269125 [ 3 ] {2031119c-4187-4980-b993-e7d7b235eea9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
8567 | 2024.06.22 01:35:45.269344 [ 3 ] {2031119c-4187-4980-b993-e7d7b235eea9} <Debug> DynamicQueryHandler: Done processing query | ||
8568 | 2024.06.22 01:35:45.269378 [ 3 ] {2031119c-4187-4980-b993-e7d7b235eea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8569 | 2024.06.22 01:35:45.269405 [ 3 ] {} <Debug> HTTP-Session: b78ed539-1953-408f-8457-41c1255c41a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8570 | 2024.06.22 01:35:48.817750 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8571 | 2024.06.22 01:35:48.817807 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8572 | 2024.06.22 01:35:50.254565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8573 | 2024.06.22 01:35:50.254689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8574 | 2024.06.22 01:35:50.254728 [ 3 ] {} <Debug> HTTP-Session: 1fa3aa49-4aed-4150-9f20-aff72c87a548 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8575 | 2024.06.22 01:35:50.254752 [ 3 ] {} <Debug> HTTP-Session: 1fa3aa49-4aed-4150-9f20-aff72c87a548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8576 | 2024.06.22 01:35:50.254767 [ 3 ] {} <Debug> HTTP-Session: 1fa3aa49-4aed-4150-9f20-aff72c87a548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8577 | 2024.06.22 01:35:50.254816 [ 3 ] {} <Trace> HTTP-Session: 1fa3aa49-4aed-4150-9f20-aff72c87a548 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8578 | 2024.06.22 01:35:50.255007 [ 3 ] {b0519388-fc46-494d-9857-76de157ab432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8579 | 2024.06.22 01:35:50.255076 [ 3 ] {b0519388-fc46-494d-9857-76de157ab432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8580 | 2024.06.22 01:35:50.255278 [ 3 ] {b0519388-fc46-494d-9857-76de157ab432} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8581 | 2024.06.22 01:35:50.255736 [ 3 ] {b0519388-fc46-494d-9857-76de157ab432} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8582 | 2024.06.22 01:35:50.255776 [ 3 ] {b0519388-fc46-494d-9857-76de157ab432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8583 | 2024.06.22 01:35:50.256157 [ 3 ] {b0519388-fc46-494d-9857-76de157ab432} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8584 | 2024.06.22 01:35:50.256534 [ 3 ] {b0519388-fc46-494d-9857-76de157ab432} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8585 | 2024.06.22 01:35:50.256716 [ 3 ] {b0519388-fc46-494d-9857-76de157ab432} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001755 sec., 2279.202279202279 rows/sec., 184.74 KiB/sec. | ||
8586 | 2024.06.22 01:35:50.256713 [ 85 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
8587 | 2024.06.22 01:35:50.256827 [ 85 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8588 | 2024.06.22 01:35:50.256878 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8589 | 2024.06.22 01:35:50.257014 [ 3 ] {b0519388-fc46-494d-9857-76de157ab432} <Debug> DynamicQueryHandler: Done processing query | ||
8590 | 2024.06.22 01:35:50.257061 [ 3 ] {b0519388-fc46-494d-9857-76de157ab432} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8591 | 2024.06.22 01:35:50.257077 [ 193 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
8592 | 2024.06.22 01:35:50.257091 [ 3 ] {} <Debug> HTTP-Session: 1fa3aa49-4aed-4150-9f20-aff72c87a548 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8593 | 2024.06.22 01:35:50.257248 [ 193 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8594 | 2024.06.22 01:35:50.257294 [ 193 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 29 rows starting from the beginning of the part | ||
8595 | 2024.06.22 01:35:50.257317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8596 | 2024.06.22 01:35:50.257458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8597 | 2024.06.22 01:35:50.257477 [ 193 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 25 rows starting from the beginning of the part | ||
8598 | 2024.06.22 01:35:50.257511 [ 3 ] {} <Debug> HTTP-Session: 7daa9970-2724-4f9c-a3c0-e8028ece88e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8599 | 2024.06.22 01:35:50.257587 [ 3 ] {} <Debug> HTTP-Session: 7daa9970-2724-4f9c-a3c0-e8028ece88e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8600 | 2024.06.22 01:35:50.257704 [ 3 ] {} <Debug> HTTP-Session: 7daa9970-2724-4f9c-a3c0-e8028ece88e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8601 | 2024.06.22 01:35:50.257771 [ 193 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
8602 | 2024.06.22 01:35:50.257970 [ 3 ] {} <Trace> HTTP-Session: 7daa9970-2724-4f9c-a3c0-e8028ece88e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8603 | 2024.06.22 01:35:50.258062 [ 193 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 25 rows starting from the beginning of the part | ||
8604 | 2024.06.22 01:35:50.258318 [ 193 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 29 rows starting from the beginning of the part | ||
8605 | 2024.06.22 01:35:50.258513 [ 3 ] {dec38184-e37d-48b8-ac00-9351eac24668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8606 | 2024.06.22 01:35:50.258571 [ 193 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
8607 | 2024.06.22 01:35:50.258680 [ 3 ] {dec38184-e37d-48b8-ac00-9351eac24668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8608 | 2024.06.22 01:35:50.259310 [ 3 ] {dec38184-e37d-48b8-ac00-9351eac24668} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8609 | 2024.06.22 01:35:50.260158 [ 3 ] {dec38184-e37d-48b8-ac00-9351eac24668} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8610 | 2024.06.22 01:35:50.260218 [ 3 ] {dec38184-e37d-48b8-ac00-9351eac24668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8611 | 2024.06.22 01:35:50.261144 [ 3 ] {dec38184-e37d-48b8-ac00-9351eac24668} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8612 | 2024.06.22 01:35:50.261222 [ 202 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.004257348 sec., 27247.009170967463 rows/sec., 2.16 MiB/sec. | ||
8613 | 2024.06.22 01:35:50.261542 [ 202 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
8614 | 2024.06.22 01:35:50.261752 [ 3 ] {dec38184-e37d-48b8-ac00-9351eac24668} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8615 | 2024.06.22 01:35:50.262218 [ 3 ] {dec38184-e37d-48b8-ac00-9351eac24668} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.004013 sec., 16944.92898081236 rows/sec., 1.33 MiB/sec. | ||
8616 | 2024.06.22 01:35:50.262541 [ 3 ] {dec38184-e37d-48b8-ac00-9351eac24668} <Debug> DynamicQueryHandler: Done processing query | ||
8617 | 2024.06.22 01:35:50.262549 [ 202 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8618 | 2024.06.22 01:35:50.262584 [ 3 ] {dec38184-e37d-48b8-ac00-9351eac24668} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8619 | 2024.06.22 01:35:50.262634 [ 3 ] {} <Debug> HTTP-Session: 7daa9970-2724-4f9c-a3c0-e8028ece88e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8620 | 2024.06.22 01:35:50.262727 [ 202 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_33_7} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
8621 | 2024.06.22 01:35:50.262852 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8622 | 2024.06.22 01:35:50.262867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8623 | 2024.06.22 01:35:50.262941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8624 | 2024.06.22 01:35:50.262962 [ 3 ] {} <Debug> HTTP-Session: d6b726c5-0975-4e55-a8b0-331a834f7b75 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8625 | 2024.06.22 01:35:50.262978 [ 3 ] {} <Debug> HTTP-Session: d6b726c5-0975-4e55-a8b0-331a834f7b75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8626 | 2024.06.22 01:35:50.262991 [ 3 ] {} <Debug> HTTP-Session: d6b726c5-0975-4e55-a8b0-331a834f7b75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8627 | 2024.06.22 01:35:50.263024 [ 3 ] {} <Trace> HTTP-Session: d6b726c5-0975-4e55-a8b0-331a834f7b75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8628 | 2024.06.22 01:35:50.263169 [ 3 ] {5593a6ea-a5c8-4a58-a7b3-e08553625973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8629 | 2024.06.22 01:35:50.263213 [ 3 ] {5593a6ea-a5c8-4a58-a7b3-e08553625973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8630 | 2024.06.22 01:35:50.263362 [ 3 ] {5593a6ea-a5c8-4a58-a7b3-e08553625973} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8631 | 2024.06.22 01:35:50.263709 [ 3 ] {5593a6ea-a5c8-4a58-a7b3-e08553625973} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8632 | 2024.06.22 01:35:50.263746 [ 3 ] {5593a6ea-a5c8-4a58-a7b3-e08553625973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8633 | 2024.06.22 01:35:50.264071 [ 3 ] {5593a6ea-a5c8-4a58-a7b3-e08553625973} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8634 | 2024.06.22 01:35:50.264384 [ 3 ] {5593a6ea-a5c8-4a58-a7b3-e08553625973} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8635 | 2024.06.22 01:35:50.264528 [ 3 ] {5593a6ea-a5c8-4a58-a7b3-e08553625973} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001413 sec., 48124.557678697805 rows/sec., 3.76 MiB/sec. | ||
8636 | 2024.06.22 01:35:50.264701 [ 3 ] {5593a6ea-a5c8-4a58-a7b3-e08553625973} <Debug> DynamicQueryHandler: Done processing query | ||
8637 | 2024.06.22 01:35:50.264726 [ 3 ] {5593a6ea-a5c8-4a58-a7b3-e08553625973} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8638 | 2024.06.22 01:35:50.264742 [ 3 ] {} <Debug> HTTP-Session: d6b726c5-0975-4e55-a8b0-331a834f7b75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8639 | 2024.06.22 01:35:50.264908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 26815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8640 | 2024.06.22 01:35:50.264958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8641 | 2024.06.22 01:35:50.264977 [ 3 ] {} <Debug> HTTP-Session: fbea0f18-b3bb-41b9-90d9-45f66f382b51 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8642 | 2024.06.22 01:35:50.264994 [ 3 ] {} <Debug> HTTP-Session: fbea0f18-b3bb-41b9-90d9-45f66f382b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8643 | 2024.06.22 01:35:50.265007 [ 3 ] {} <Debug> HTTP-Session: fbea0f18-b3bb-41b9-90d9-45f66f382b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8644 | 2024.06.22 01:35:50.265038 [ 3 ] {} <Trace> HTTP-Session: fbea0f18-b3bb-41b9-90d9-45f66f382b51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8645 | 2024.06.22 01:35:50.265179 [ 3 ] {860533db-ec97-4b24-a629-7e1478ca8d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8646 | 2024.06.22 01:35:50.265225 [ 3 ] {860533db-ec97-4b24-a629-7e1478ca8d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8647 | 2024.06.22 01:35:50.265370 [ 3 ] {860533db-ec97-4b24-a629-7e1478ca8d49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8648 | 2024.06.22 01:35:50.265747 [ 3 ] {860533db-ec97-4b24-a629-7e1478ca8d49} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8649 | 2024.06.22 01:35:50.265784 [ 3 ] {860533db-ec97-4b24-a629-7e1478ca8d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8650 | 2024.06.22 01:35:50.266178 [ 3 ] {860533db-ec97-4b24-a629-7e1478ca8d49} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8651 | 2024.06.22 01:35:50.266520 [ 3 ] {860533db-ec97-4b24-a629-7e1478ca8d49} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8652 | 2024.06.22 01:35:50.266678 [ 3 ] {860533db-ec97-4b24-a629-7e1478ca8d49} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001553 sec., 90148.1004507405 rows/sec., 6.28 MiB/sec. | ||
8653 | 2024.06.22 01:35:50.266850 [ 3 ] {860533db-ec97-4b24-a629-7e1478ca8d49} <Debug> DynamicQueryHandler: Done processing query | ||
8654 | 2024.06.22 01:35:50.266875 [ 3 ] {860533db-ec97-4b24-a629-7e1478ca8d49} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8655 | 2024.06.22 01:35:50.266891 [ 3 ] {} <Debug> HTTP-Session: fbea0f18-b3bb-41b9-90d9-45f66f382b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8656 | 2024.06.22 01:35:50.267035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8657 | 2024.06.22 01:35:50.267082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8658 | 2024.06.22 01:35:50.267101 [ 3 ] {} <Debug> HTTP-Session: 9bbe198a-8544-4964-a065-1c8aded61a1d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8659 | 2024.06.22 01:35:50.267117 [ 3 ] {} <Debug> HTTP-Session: 9bbe198a-8544-4964-a065-1c8aded61a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8660 | 2024.06.22 01:35:50.267130 [ 3 ] {} <Debug> HTTP-Session: 9bbe198a-8544-4964-a065-1c8aded61a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8661 | 2024.06.22 01:35:50.267161 [ 3 ] {} <Trace> HTTP-Session: 9bbe198a-8544-4964-a065-1c8aded61a1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8662 | 2024.06.22 01:35:50.267286 [ 3 ] {8345de63-693e-4fda-a081-fb407a219e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8663 | 2024.06.22 01:35:50.267333 [ 3 ] {8345de63-693e-4fda-a081-fb407a219e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8664 | 2024.06.22 01:35:50.267489 [ 3 ] {8345de63-693e-4fda-a081-fb407a219e86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8665 | 2024.06.22 01:35:50.267803 [ 3 ] {8345de63-693e-4fda-a081-fb407a219e86} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8666 | 2024.06.22 01:35:50.267840 [ 3 ] {8345de63-693e-4fda-a081-fb407a219e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8667 | 2024.06.22 01:35:50.268243 [ 3 ] {8345de63-693e-4fda-a081-fb407a219e86} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8668 | 2024.06.22 01:35:50.268582 [ 3 ] {8345de63-693e-4fda-a081-fb407a219e86} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8669 | 2024.06.22 01:35:50.268739 [ 3 ] {8345de63-693e-4fda-a081-fb407a219e86} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001503 sec., 2661.3439787092484 rows/sec., 3.59 MiB/sec. | ||
8670 | 2024.06.22 01:35:50.268914 [ 3 ] {8345de63-693e-4fda-a081-fb407a219e86} <Debug> DynamicQueryHandler: Done processing query | ||
8671 | 2024.06.22 01:35:50.268940 [ 3 ] {8345de63-693e-4fda-a081-fb407a219e86} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8672 | 2024.06.22 01:35:50.268956 [ 3 ] {} <Debug> HTTP-Session: 9bbe198a-8544-4964-a065-1c8aded61a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8673 | 2024.06.22 01:35:50.269084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 8218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8674 | 2024.06.22 01:35:50.269133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8675 | 2024.06.22 01:35:50.269151 [ 3 ] {} <Debug> HTTP-Session: f9cd1a38-5025-4ace-bf1d-7c185e88eb18 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8676 | 2024.06.22 01:35:50.269168 [ 3 ] {} <Debug> HTTP-Session: f9cd1a38-5025-4ace-bf1d-7c185e88eb18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8677 | 2024.06.22 01:35:50.269182 [ 3 ] {} <Debug> HTTP-Session: f9cd1a38-5025-4ace-bf1d-7c185e88eb18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8678 | 2024.06.22 01:35:50.269213 [ 3 ] {} <Trace> HTTP-Session: f9cd1a38-5025-4ace-bf1d-7c185e88eb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8679 | 2024.06.22 01:35:50.269333 [ 3 ] {481ee1c8-aca7-4152-9475-5c36e76d4b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8680 | 2024.06.22 01:35:50.269378 [ 3 ] {481ee1c8-aca7-4152-9475-5c36e76d4b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8681 | 2024.06.22 01:35:50.269502 [ 3 ] {481ee1c8-aca7-4152-9475-5c36e76d4b14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8682 | 2024.06.22 01:35:50.269804 [ 3 ] {481ee1c8-aca7-4152-9475-5c36e76d4b14} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8683 | 2024.06.22 01:35:50.269841 [ 3 ] {481ee1c8-aca7-4152-9475-5c36e76d4b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8684 | 2024.06.22 01:35:50.270199 [ 3 ] {481ee1c8-aca7-4152-9475-5c36e76d4b14} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8685 | 2024.06.22 01:35:50.270533 [ 3 ] {481ee1c8-aca7-4152-9475-5c36e76d4b14} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8686 | 2024.06.22 01:35:50.270686 [ 3 ] {481ee1c8-aca7-4152-9475-5c36e76d4b14} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001391 sec., 38820.992092020126 rows/sec., 2.61 MiB/sec. | ||
8687 | 2024.06.22 01:35:50.270851 [ 3 ] {481ee1c8-aca7-4152-9475-5c36e76d4b14} <Debug> DynamicQueryHandler: Done processing query | ||
8688 | 2024.06.22 01:35:50.270877 [ 3 ] {481ee1c8-aca7-4152-9475-5c36e76d4b14} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8689 | 2024.06.22 01:35:50.270892 [ 3 ] {} <Debug> HTTP-Session: f9cd1a38-5025-4ace-bf1d-7c185e88eb18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8690 | 2024.06.22 01:35:55.257060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8691 | 2024.06.22 01:35:55.257248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8692 | 2024.06.22 01:35:55.257293 [ 3 ] {} <Debug> HTTP-Session: 320ab729-99f0-47be-96b8-108859a52274 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8693 | 2024.06.22 01:35:55.257335 [ 3 ] {} <Debug> HTTP-Session: 320ab729-99f0-47be-96b8-108859a52274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8694 | 2024.06.22 01:35:55.257363 [ 3 ] {} <Debug> HTTP-Session: 320ab729-99f0-47be-96b8-108859a52274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8695 | 2024.06.22 01:35:55.257446 [ 3 ] {} <Trace> HTTP-Session: 320ab729-99f0-47be-96b8-108859a52274 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8696 | 2024.06.22 01:35:55.257753 [ 3 ] {41d7f728-9ec9-43fe-918c-e44efbbd3070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8697 | 2024.06.22 01:35:55.257858 [ 3 ] {41d7f728-9ec9-43fe-918c-e44efbbd3070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8698 | 2024.06.22 01:35:55.258085 [ 3 ] {41d7f728-9ec9-43fe-918c-e44efbbd3070} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8699 | 2024.06.22 01:35:55.258522 [ 3 ] {41d7f728-9ec9-43fe-918c-e44efbbd3070} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8700 | 2024.06.22 01:35:55.258564 [ 3 ] {41d7f728-9ec9-43fe-918c-e44efbbd3070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8701 | 2024.06.22 01:35:55.258940 [ 3 ] {41d7f728-9ec9-43fe-918c-e44efbbd3070} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8702 | 2024.06.22 01:35:55.259300 [ 3 ] {41d7f728-9ec9-43fe-918c-e44efbbd3070} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8703 | 2024.06.22 01:35:55.259481 [ 3 ] {41d7f728-9ec9-43fe-918c-e44efbbd3070} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001823 sec., 13713.658804168952 rows/sec., 1.09 MiB/sec. | ||
8704 | 2024.06.22 01:35:55.259729 [ 3 ] {41d7f728-9ec9-43fe-918c-e44efbbd3070} <Debug> DynamicQueryHandler: Done processing query | ||
8705 | 2024.06.22 01:35:55.259757 [ 3 ] {41d7f728-9ec9-43fe-918c-e44efbbd3070} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8706 | 2024.06.22 01:35:55.259774 [ 3 ] {} <Debug> HTTP-Session: 320ab729-99f0-47be-96b8-108859a52274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8707 | 2024.06.22 01:35:55.259983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 19150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8708 | 2024.06.22 01:35:55.260045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8709 | 2024.06.22 01:35:55.260066 [ 3 ] {} <Debug> HTTP-Session: 2beb4847-6e11-4a91-99ba-8f7e7acb2125 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8710 | 2024.06.22 01:35:55.260084 [ 3 ] {} <Debug> HTTP-Session: 2beb4847-6e11-4a91-99ba-8f7e7acb2125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8711 | 2024.06.22 01:35:55.260098 [ 3 ] {} <Debug> HTTP-Session: 2beb4847-6e11-4a91-99ba-8f7e7acb2125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8712 | 2024.06.22 01:35:55.260132 [ 3 ] {} <Trace> HTTP-Session: 2beb4847-6e11-4a91-99ba-8f7e7acb2125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8713 | 2024.06.22 01:35:55.260280 [ 3 ] {2569935b-e591-416e-a31d-36cdf0ead034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8714 | 2024.06.22 01:35:55.260326 [ 3 ] {2569935b-e591-416e-a31d-36cdf0ead034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8715 | 2024.06.22 01:35:55.260457 [ 3 ] {2569935b-e591-416e-a31d-36cdf0ead034} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8716 | 2024.06.22 01:35:55.260854 [ 3 ] {2569935b-e591-416e-a31d-36cdf0ead034} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8717 | 2024.06.22 01:35:55.260892 [ 3 ] {2569935b-e591-416e-a31d-36cdf0ead034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8718 | 2024.06.22 01:35:55.261224 [ 3 ] {2569935b-e591-416e-a31d-36cdf0ead034} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8719 | 2024.06.22 01:35:55.261542 [ 3 ] {2569935b-e591-416e-a31d-36cdf0ead034} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8720 | 2024.06.22 01:35:55.261706 [ 3 ] {2569935b-e591-416e-a31d-36cdf0ead034} <Debug> executeQuery: Read 131 rows, 11.17 KiB in 0.001478 sec., 88633.28822733424 rows/sec., 7.38 MiB/sec. | ||
8721 | 2024.06.22 01:35:55.261879 [ 3 ] {2569935b-e591-416e-a31d-36cdf0ead034} <Debug> DynamicQueryHandler: Done processing query | ||
8722 | 2024.06.22 01:35:55.261904 [ 3 ] {2569935b-e591-416e-a31d-36cdf0ead034} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8723 | 2024.06.22 01:35:55.261919 [ 3 ] {} <Debug> HTTP-Session: 2beb4847-6e11-4a91-99ba-8f7e7acb2125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8724 | 2024.06.22 01:35:55.262066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8725 | 2024.06.22 01:35:55.262118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8726 | 2024.06.22 01:35:55.262137 [ 3 ] {} <Debug> HTTP-Session: af237d06-8208-403e-bf7d-837cef7fd38f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8727 | 2024.06.22 01:35:55.262153 [ 3 ] {} <Debug> HTTP-Session: af237d06-8208-403e-bf7d-837cef7fd38f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8728 | 2024.06.22 01:35:55.262167 [ 3 ] {} <Debug> HTTP-Session: af237d06-8208-403e-bf7d-837cef7fd38f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8729 | 2024.06.22 01:35:55.262199 [ 3 ] {} <Trace> HTTP-Session: af237d06-8208-403e-bf7d-837cef7fd38f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8730 | 2024.06.22 01:35:55.262326 [ 3 ] {937dd15c-9d19-4890-9e44-6a54c99678fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8731 | 2024.06.22 01:35:55.262370 [ 3 ] {937dd15c-9d19-4890-9e44-6a54c99678fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8732 | 2024.06.22 01:35:55.262497 [ 3 ] {937dd15c-9d19-4890-9e44-6a54c99678fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8733 | 2024.06.22 01:35:55.262824 [ 3 ] {937dd15c-9d19-4890-9e44-6a54c99678fe} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8734 | 2024.06.22 01:35:55.262862 [ 3 ] {937dd15c-9d19-4890-9e44-6a54c99678fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8735 | 2024.06.22 01:35:55.263177 [ 3 ] {937dd15c-9d19-4890-9e44-6a54c99678fe} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8736 | 2024.06.22 01:35:55.263495 [ 3 ] {937dd15c-9d19-4890-9e44-6a54c99678fe} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8737 | 2024.06.22 01:35:55.263661 [ 3 ] {937dd15c-9d19-4890-9e44-6a54c99678fe} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001383 sec., 64352.85610990601 rows/sec., 5.03 MiB/sec. | ||
8738 | 2024.06.22 01:35:55.263830 [ 3 ] {937dd15c-9d19-4890-9e44-6a54c99678fe} <Debug> DynamicQueryHandler: Done processing query | ||
8739 | 2024.06.22 01:35:55.263855 [ 3 ] {937dd15c-9d19-4890-9e44-6a54c99678fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8740 | 2024.06.22 01:35:55.263870 [ 3 ] {} <Debug> HTTP-Session: af237d06-8208-403e-bf7d-837cef7fd38f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8741 | 2024.06.22 01:35:55.264049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8742 | 2024.06.22 01:35:55.264098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8743 | 2024.06.22 01:35:55.264117 [ 3 ] {} <Debug> HTTP-Session: e111ee7b-5e22-4ec9-ae8c-286c186d7d6c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8744 | 2024.06.22 01:35:55.264133 [ 3 ] {} <Debug> HTTP-Session: e111ee7b-5e22-4ec9-ae8c-286c186d7d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8745 | 2024.06.22 01:35:55.264146 [ 3 ] {} <Debug> HTTP-Session: e111ee7b-5e22-4ec9-ae8c-286c186d7d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8746 | 2024.06.22 01:35:55.264176 [ 3 ] {} <Trace> HTTP-Session: e111ee7b-5e22-4ec9-ae8c-286c186d7d6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8747 | 2024.06.22 01:35:55.264324 [ 3 ] {acabbb4c-e41d-4988-895b-b41ee228ab7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8748 | 2024.06.22 01:35:55.264373 [ 3 ] {acabbb4c-e41d-4988-895b-b41ee228ab7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8749 | 2024.06.22 01:35:55.264521 [ 3 ] {acabbb4c-e41d-4988-895b-b41ee228ab7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8750 | 2024.06.22 01:35:55.264891 [ 3 ] {acabbb4c-e41d-4988-895b-b41ee228ab7a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8751 | 2024.06.22 01:35:55.264927 [ 3 ] {acabbb4c-e41d-4988-895b-b41ee228ab7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8752 | 2024.06.22 01:35:55.265324 [ 3 ] {acabbb4c-e41d-4988-895b-b41ee228ab7a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8753 | 2024.06.22 01:35:55.265679 [ 3 ] {acabbb4c-e41d-4988-895b-b41ee228ab7a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8754 | 2024.06.22 01:35:55.265857 [ 3 ] {acabbb4c-e41d-4988-895b-b41ee228ab7a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
8755 | 2024.06.22 01:35:55.266031 [ 3 ] {acabbb4c-e41d-4988-895b-b41ee228ab7a} <Debug> DynamicQueryHandler: Done processing query | ||
8756 | 2024.06.22 01:35:55.266056 [ 3 ] {acabbb4c-e41d-4988-895b-b41ee228ab7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8757 | 2024.06.22 01:35:55.266071 [ 3 ] {} <Debug> HTTP-Session: e111ee7b-5e22-4ec9-ae8c-286c186d7d6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8758 | 2024.06.22 01:35:55.266235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 26786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8759 | 2024.06.22 01:35:55.266283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8760 | 2024.06.22 01:35:55.266302 [ 3 ] {} <Debug> HTTP-Session: edc92f8a-a912-47e9-bfd7-28496c52b3a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8761 | 2024.06.22 01:35:55.266319 [ 3 ] {} <Debug> HTTP-Session: edc92f8a-a912-47e9-bfd7-28496c52b3a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8762 | 2024.06.22 01:35:55.266332 [ 3 ] {} <Debug> HTTP-Session: edc92f8a-a912-47e9-bfd7-28496c52b3a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8763 | 2024.06.22 01:35:55.266363 [ 3 ] {} <Trace> HTTP-Session: edc92f8a-a912-47e9-bfd7-28496c52b3a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8764 | 2024.06.22 01:35:55.266594 [ 3 ] {49614aed-b2e5-4aee-a274-a10db0808408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8765 | 2024.06.22 01:35:55.266642 [ 3 ] {49614aed-b2e5-4aee-a274-a10db0808408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8766 | 2024.06.22 01:35:55.266802 [ 3 ] {49614aed-b2e5-4aee-a274-a10db0808408} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8767 | 2024.06.22 01:35:55.267250 [ 3 ] {49614aed-b2e5-4aee-a274-a10db0808408} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8768 | 2024.06.22 01:35:55.267285 [ 3 ] {49614aed-b2e5-4aee-a274-a10db0808408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8769 | 2024.06.22 01:35:55.267703 [ 3 ] {49614aed-b2e5-4aee-a274-a10db0808408} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8770 | 2024.06.22 01:35:55.268054 [ 3 ] {49614aed-b2e5-4aee-a274-a10db0808408} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8771 | 2024.06.22 01:35:55.268204 [ 3 ] {49614aed-b2e5-4aee-a274-a10db0808408} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001761 sec., 14196.479273140261 rows/sec., 19.16 MiB/sec. | ||
8772 | 2024.06.22 01:35:55.268381 [ 3 ] {49614aed-b2e5-4aee-a274-a10db0808408} <Debug> DynamicQueryHandler: Done processing query | ||
8773 | 2024.06.22 01:35:55.268405 [ 3 ] {49614aed-b2e5-4aee-a274-a10db0808408} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8774 | 2024.06.22 01:35:55.268420 [ 3 ] {} <Debug> HTTP-Session: edc92f8a-a912-47e9-bfd7-28496c52b3a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8775 | 2024.06.22 01:35:55.268554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8776 | 2024.06.22 01:35:55.268602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8777 | 2024.06.22 01:35:55.268620 [ 3 ] {} <Debug> HTTP-Session: b309aa55-a6d2-4395-a12c-9bb20bb1cf51 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8778 | 2024.06.22 01:35:55.268637 [ 3 ] {} <Debug> HTTP-Session: b309aa55-a6d2-4395-a12c-9bb20bb1cf51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8779 | 2024.06.22 01:35:55.268650 [ 3 ] {} <Debug> HTTP-Session: b309aa55-a6d2-4395-a12c-9bb20bb1cf51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8780 | 2024.06.22 01:35:55.268680 [ 3 ] {} <Trace> HTTP-Session: b309aa55-a6d2-4395-a12c-9bb20bb1cf51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8781 | 2024.06.22 01:35:55.268812 [ 3 ] {e31b640e-9339-47cd-81b0-f603b102049d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8782 | 2024.06.22 01:35:55.268855 [ 3 ] {e31b640e-9339-47cd-81b0-f603b102049d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8783 | 2024.06.22 01:35:55.268980 [ 3 ] {e31b640e-9339-47cd-81b0-f603b102049d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8784 | 2024.06.22 01:35:55.269262 [ 3 ] {e31b640e-9339-47cd-81b0-f603b102049d} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8785 | 2024.06.22 01:35:55.269298 [ 3 ] {e31b640e-9339-47cd-81b0-f603b102049d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8786 | 2024.06.22 01:35:55.269659 [ 3 ] {e31b640e-9339-47cd-81b0-f603b102049d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8787 | 2024.06.22 01:35:55.269988 [ 3 ] {e31b640e-9339-47cd-81b0-f603b102049d} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8788 | 2024.06.22 01:35:55.270156 [ 3 ] {e31b640e-9339-47cd-81b0-f603b102049d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
8789 | 2024.06.22 01:35:55.270325 [ 3 ] {e31b640e-9339-47cd-81b0-f603b102049d} <Debug> DynamicQueryHandler: Done processing query | ||
8790 | 2024.06.22 01:35:55.270349 [ 3 ] {e31b640e-9339-47cd-81b0-f603b102049d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8791 | 2024.06.22 01:35:55.270364 [ 3 ] {} <Debug> HTTP-Session: b309aa55-a6d2-4395-a12c-9bb20bb1cf51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8792 | 2024.06.22 01:35:56.585162 [ 151 ] {} <Debug> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
8793 | 2024.06.22 01:35:56.585236 [ 151 ] {} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8794 | 2024.06.22 01:35:56.585263 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8795 | 2024.06.22 01:35:56.585426 [ 193 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
8796 | 2024.06.22 01:35:56.585598 [ 193 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8797 | 2024.06.22 01:35:56.585630 [ 193 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
8798 | 2024.06.22 01:35:56.585706 [ 193 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
8799 | 2024.06.22 01:35:56.585883 [ 193 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
8800 | 2024.06.22 01:35:56.586156 [ 193 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
8801 | 2024.06.22 01:35:56.586415 [ 193 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
8802 | 2024.06.22 01:35:56.587346 [ 192 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.001999493 sec., 14003.549899899623 rows/sec., 977.79 KiB/sec. | ||
8803 | 2024.06.22 01:35:56.587542 [ 186 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
8804 | 2024.06.22 01:35:56.587970 [ 186 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_18_4} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8805 | 2024.06.22 01:35:56.588064 [ 186 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_18_4} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
8806 | 2024.06.22 01:35:56.588164 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8807 | 2024.06.22 01:35:57.158641 [ 151 ] {} <Debug> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
8808 | 2024.06.22 01:35:57.158704 [ 151 ] {} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8809 | 2024.06.22 01:35:57.158727 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8810 | 2024.06.22 01:35:57.158940 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
8811 | 2024.06.22 01:35:57.159159 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8812 | 2024.06.22 01:35:57.159198 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
8813 | 2024.06.22 01:35:57.159281 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
8814 | 2024.06.22 01:35:57.159511 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
8815 | 2024.06.22 01:35:57.159784 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
8816 | 2024.06.22 01:35:57.160045 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
8817 | 2024.06.22 01:35:57.161078 [ 192 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002270515 sec., 12332.003972666995 rows/sec., 1005.59 KiB/sec. | ||
8818 | 2024.06.22 01:35:57.161287 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
8819 | 2024.06.22 01:35:57.161780 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_18_4} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8820 | 2024.06.22 01:35:57.161879 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_18_4} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
8821 | 2024.06.22 01:35:57.161984 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
8822 | 2024.06.22 01:36:00.257340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8823 | 2024.06.22 01:36:00.257460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8824 | 2024.06.22 01:36:00.257484 [ 3 ] {} <Debug> HTTP-Session: 2e22f978-e008-40e4-8c5f-94d9e58f1c38 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8825 | 2024.06.22 01:36:00.257508 [ 3 ] {} <Debug> HTTP-Session: 2e22f978-e008-40e4-8c5f-94d9e58f1c38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8826 | 2024.06.22 01:36:00.257523 [ 3 ] {} <Debug> HTTP-Session: 2e22f978-e008-40e4-8c5f-94d9e58f1c38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8827 | 2024.06.22 01:36:00.257572 [ 3 ] {} <Trace> HTTP-Session: 2e22f978-e008-40e4-8c5f-94d9e58f1c38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8828 | 2024.06.22 01:36:00.257757 [ 3 ] {be8b5c9e-61a2-44f2-8d4b-44b27612393c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8829 | 2024.06.22 01:36:00.257819 [ 3 ] {be8b5c9e-61a2-44f2-8d4b-44b27612393c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8830 | 2024.06.22 01:36:00.258000 [ 3 ] {be8b5c9e-61a2-44f2-8d4b-44b27612393c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8831 | 2024.06.22 01:36:00.258438 [ 3 ] {be8b5c9e-61a2-44f2-8d4b-44b27612393c} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8832 | 2024.06.22 01:36:00.258477 [ 3 ] {be8b5c9e-61a2-44f2-8d4b-44b27612393c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8833 | 2024.06.22 01:36:00.258850 [ 3 ] {be8b5c9e-61a2-44f2-8d4b-44b27612393c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8834 | 2024.06.22 01:36:00.259195 [ 3 ] {be8b5c9e-61a2-44f2-8d4b-44b27612393c} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8835 | 2024.06.22 01:36:00.259349 [ 3 ] {be8b5c9e-61a2-44f2-8d4b-44b27612393c} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001649 sec., 17586.41600970285 rows/sec., 1.39 MiB/sec. | ||
8836 | 2024.06.22 01:36:00.259638 [ 3 ] {be8b5c9e-61a2-44f2-8d4b-44b27612393c} <Debug> DynamicQueryHandler: Done processing query | ||
8837 | 2024.06.22 01:36:00.259685 [ 3 ] {be8b5c9e-61a2-44f2-8d4b-44b27612393c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8838 | 2024.06.22 01:36:00.259706 [ 3 ] {} <Debug> HTTP-Session: 2e22f978-e008-40e4-8c5f-94d9e58f1c38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8839 | 2024.06.22 01:36:00.259896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8840 | 2024.06.22 01:36:00.259949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8841 | 2024.06.22 01:36:00.259968 [ 3 ] {} <Debug> HTTP-Session: 677ea4df-ffe2-4b3d-b99b-e01a48304c80 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8842 | 2024.06.22 01:36:00.259985 [ 3 ] {} <Debug> HTTP-Session: 677ea4df-ffe2-4b3d-b99b-e01a48304c80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8843 | 2024.06.22 01:36:00.259999 [ 3 ] {} <Debug> HTTP-Session: 677ea4df-ffe2-4b3d-b99b-e01a48304c80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8844 | 2024.06.22 01:36:00.260031 [ 3 ] {} <Trace> HTTP-Session: 677ea4df-ffe2-4b3d-b99b-e01a48304c80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8845 | 2024.06.22 01:36:00.260169 [ 3 ] {2e3d2a10-ab14-4f3e-999c-005191337d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8846 | 2024.06.22 01:36:00.260212 [ 3 ] {2e3d2a10-ab14-4f3e-999c-005191337d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8847 | 2024.06.22 01:36:00.260353 [ 3 ] {2e3d2a10-ab14-4f3e-999c-005191337d37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8848 | 2024.06.22 01:36:00.260757 [ 3 ] {2e3d2a10-ab14-4f3e-999c-005191337d37} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8849 | 2024.06.22 01:36:00.260794 [ 3 ] {2e3d2a10-ab14-4f3e-999c-005191337d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8850 | 2024.06.22 01:36:00.261117 [ 3 ] {2e3d2a10-ab14-4f3e-999c-005191337d37} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8851 | 2024.06.22 01:36:00.261422 [ 3 ] {2e3d2a10-ab14-4f3e-999c-005191337d37} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8852 | 2024.06.22 01:36:00.261574 [ 3 ] {2e3d2a10-ab14-4f3e-999c-005191337d37} <Debug> executeQuery: Read 143 rows, 12.27 KiB in 0.001459 sec., 98012.3372172721 rows/sec., 8.21 MiB/sec. | ||
8853 | 2024.06.22 01:36:00.261593 [ 93 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8854 | 2024.06.22 01:36:00.261703 [ 93 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8855 | 2024.06.22 01:36:00.261739 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8856 | 2024.06.22 01:36:00.261822 [ 3 ] {2e3d2a10-ab14-4f3e-999c-005191337d37} <Debug> DynamicQueryHandler: Done processing query | ||
8857 | 2024.06.22 01:36:00.261907 [ 3 ] {2e3d2a10-ab14-4f3e-999c-005191337d37} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8858 | 2024.06.22 01:36:00.261977 [ 3 ] {} <Debug> HTTP-Session: 677ea4df-ffe2-4b3d-b99b-e01a48304c80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8859 | 2024.06.22 01:36:00.262161 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
8860 | 2024.06.22 01:36:00.262277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8861 | 2024.06.22 01:36:00.262445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8862 | 2024.06.22 01:36:00.262556 [ 3 ] {} <Debug> HTTP-Session: cdbc2e23-7368-4336-96dc-0a5b81146005 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8863 | 2024.06.22 01:36:00.262645 [ 3 ] {} <Debug> HTTP-Session: cdbc2e23-7368-4336-96dc-0a5b81146005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8864 | 2024.06.22 01:36:00.262728 [ 3 ] {} <Debug> HTTP-Session: cdbc2e23-7368-4336-96dc-0a5b81146005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8865 | 2024.06.22 01:36:00.262836 [ 3 ] {} <Trace> HTTP-Session: cdbc2e23-7368-4336-96dc-0a5b81146005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8866 | 2024.06.22 01:36:00.262836 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8867 | 2024.06.22 01:36:00.262898 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 186 rows starting from the beginning of the part | ||
8868 | 2024.06.22 01:36:00.263136 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 143 rows starting from the beginning of the part | ||
8869 | 2024.06.22 01:36:00.263140 [ 3 ] {76697392-f820-46fd-ac3f-371d597c9429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8870 | 2024.06.22 01:36:00.263411 [ 3 ] {76697392-f820-46fd-ac3f-371d597c9429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8871 | 2024.06.22 01:36:00.263447 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 95 rows starting from the beginning of the part | ||
8872 | 2024.06.22 01:36:00.263794 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 68 rows starting from the beginning of the part | ||
8873 | 2024.06.22 01:36:00.264187 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 131 rows starting from the beginning of the part | ||
8874 | 2024.06.22 01:36:00.264543 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 143 rows starting from the beginning of the part | ||
8875 | 2024.06.22 01:36:00.264967 [ 3 ] {76697392-f820-46fd-ac3f-371d597c9429} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8876 | 2024.06.22 01:36:00.265835 [ 3 ] {76697392-f820-46fd-ac3f-371d597c9429} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8877 | 2024.06.22 01:36:00.265910 [ 3 ] {76697392-f820-46fd-ac3f-371d597c9429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8878 | 2024.06.22 01:36:00.266928 [ 3 ] {76697392-f820-46fd-ac3f-371d597c9429} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8879 | 2024.06.22 01:36:00.267606 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 766 rows, containing 4 columns (4 merged, 0 gathered) in 0.005759628 sec., 132994.7003521755 rows/sec., 10.87 MiB/sec. | ||
8880 | 2024.06.22 01:36:00.267717 [ 3 ] {76697392-f820-46fd-ac3f-371d597c9429} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8881 | 2024.06.22 01:36:00.267845 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8882 | 2024.06.22 01:36:00.267973 [ 93 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8883 | 2024.06.22 01:36:00.268072 [ 93 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8884 | 2024.06.22 01:36:00.268101 [ 3 ] {76697392-f820-46fd-ac3f-371d597c9429} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.005124 sec., 18149.882903981263 rows/sec., 1.42 MiB/sec. | ||
8885 | 2024.06.22 01:36:00.268130 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8886 | 2024.06.22 01:36:00.268586 [ 197 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
8887 | 2024.06.22 01:36:00.269111 [ 3 ] {76697392-f820-46fd-ac3f-371d597c9429} <Debug> DynamicQueryHandler: Done processing query | ||
8888 | 2024.06.22 01:36:00.269134 [ 197 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8889 | 2024.06.22 01:36:00.269189 [ 3 ] {76697392-f820-46fd-ac3f-371d597c9429} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8890 | 2024.06.22 01:36:00.269223 [ 197 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 149 rows starting from the beginning of the part | ||
8891 | 2024.06.22 01:36:00.269266 [ 3 ] {} <Debug> HTTP-Session: cdbc2e23-7368-4336-96dc-0a5b81146005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8892 | 2024.06.22 01:36:00.269410 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_66_13} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8893 | 2024.06.22 01:36:00.269632 [ 197 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 93 rows starting from the beginning of the part | ||
8894 | 2024.06.22 01:36:00.269785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8895 | 2024.06.22 01:36:00.269908 [ 190 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_66_13} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8896 | 2024.06.22 01:36:00.270015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8897 | 2024.06.22 01:36:00.270039 [ 197 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 94 rows starting from the beginning of the part | ||
8898 | 2024.06.22 01:36:00.270167 [ 3 ] {} <Debug> HTTP-Session: d280e4bf-a6b7-4bb6-b2eb-44032a240fc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8899 | 2024.06.22 01:36:00.270319 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
8900 | 2024.06.22 01:36:00.270449 [ 197 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 68 rows starting from the beginning of the part | ||
8901 | 2024.06.22 01:36:00.270632 [ 3 ] {} <Debug> HTTP-Session: d280e4bf-a6b7-4bb6-b2eb-44032a240fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8902 | 2024.06.22 01:36:00.270734 [ 197 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 89 rows starting from the beginning of the part | ||
8903 | 2024.06.22 01:36:00.270751 [ 3 ] {} <Debug> HTTP-Session: d280e4bf-a6b7-4bb6-b2eb-44032a240fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8904 | 2024.06.22 01:36:00.270871 [ 3 ] {} <Trace> HTTP-Session: d280e4bf-a6b7-4bb6-b2eb-44032a240fc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8905 | 2024.06.22 01:36:00.270995 [ 197 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 93 rows starting from the beginning of the part | ||
8906 | 2024.06.22 01:36:00.271440 [ 3 ] {a1d33f3f-0aea-4a82-90ee-de8b5a709cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8907 | 2024.06.22 01:36:00.271505 [ 3 ] {a1d33f3f-0aea-4a82-90ee-de8b5a709cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8908 | 2024.06.22 01:36:00.272091 [ 3 ] {a1d33f3f-0aea-4a82-90ee-de8b5a709cfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8909 | 2024.06.22 01:36:00.273051 [ 3 ] {a1d33f3f-0aea-4a82-90ee-de8b5a709cfa} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8910 | 2024.06.22 01:36:00.273131 [ 3 ] {a1d33f3f-0aea-4a82-90ee-de8b5a709cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8911 | 2024.06.22 01:36:00.273731 [ 197 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.005451737 sec., 107488.6774618805 rows/sec., 8.39 MiB/sec. | ||
8912 | 2024.06.22 01:36:00.273965 [ 189 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8913 | 2024.06.22 01:36:00.274024 [ 3 ] {a1d33f3f-0aea-4a82-90ee-de8b5a709cfa} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8914 | 2024.06.22 01:36:00.274990 [ 189 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_66_13} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8915 | 2024.06.22 01:36:00.275068 [ 3 ] {a1d33f3f-0aea-4a82-90ee-de8b5a709cfa} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8916 | 2024.06.22 01:36:00.275192 [ 189 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_66_13} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8917 | 2024.06.22 01:36:00.275363 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8918 | 2024.06.22 01:36:00.275448 [ 3 ] {a1d33f3f-0aea-4a82-90ee-de8b5a709cfa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004197 sec., 38122.46842983083 rows/sec., 2.66 MiB/sec. | ||
8919 | 2024.06.22 01:36:00.275466 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8920 | 2024.06.22 01:36:00.275466 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
8921 | 2024.06.22 01:36:00.275547 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8922 | 2024.06.22 01:36:00.275916 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
8923 | 2024.06.22 01:36:00.276131 [ 3 ] {a1d33f3f-0aea-4a82-90ee-de8b5a709cfa} <Debug> DynamicQueryHandler: Done processing query | ||
8924 | 2024.06.22 01:36:00.276315 [ 3 ] {a1d33f3f-0aea-4a82-90ee-de8b5a709cfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8925 | 2024.06.22 01:36:00.276509 [ 3 ] {} <Debug> HTTP-Session: d280e4bf-a6b7-4bb6-b2eb-44032a240fc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8926 | 2024.06.22 01:36:00.276592 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8927 | 2024.06.22 01:36:00.276727 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 9899 rows starting from the beginning of the part | ||
8928 | 2024.06.22 01:36:00.277173 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
8929 | 2024.06.22 01:36:00.277173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8930 | 2024.06.22 01:36:00.277374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8931 | 2024.06.22 01:36:00.277380 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 199 rows starting from the beginning of the part | ||
8932 | 2024.06.22 01:36:00.277474 [ 3 ] {} <Debug> HTTP-Session: 0e8caae6-d27a-4a57-b2a4-d58279c29597 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8933 | 2024.06.22 01:36:00.277591 [ 3 ] {} <Debug> HTTP-Session: 0e8caae6-d27a-4a57-b2a4-d58279c29597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8934 | 2024.06.22 01:36:00.277670 [ 3 ] {} <Debug> HTTP-Session: 0e8caae6-d27a-4a57-b2a4-d58279c29597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8935 | 2024.06.22 01:36:00.277750 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 140 rows starting from the beginning of the part | ||
8936 | 2024.06.22 01:36:00.277799 [ 3 ] {} <Trace> HTTP-Session: 0e8caae6-d27a-4a57-b2a4-d58279c29597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8937 | 2024.06.22 01:36:00.278070 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
8938 | 2024.06.22 01:36:00.278223 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
8939 | 2024.06.22 01:36:00.278409 [ 3 ] {001ce668-abc8-44e5-8032-995483f358be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8940 | 2024.06.22 01:36:00.278604 [ 3 ] {001ce668-abc8-44e5-8032-995483f358be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8941 | 2024.06.22 01:36:00.279246 [ 3 ] {001ce668-abc8-44e5-8032-995483f358be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8942 | 2024.06.22 01:36:00.279968 [ 3 ] {001ce668-abc8-44e5-8032-995483f358be} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8943 | 2024.06.22 01:36:00.280006 [ 3 ] {001ce668-abc8-44e5-8032-995483f358be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8944 | 2024.06.22 01:36:00.280967 [ 3 ] {001ce668-abc8-44e5-8032-995483f358be} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8945 | 2024.06.22 01:36:00.282004 [ 3 ] {001ce668-abc8-44e5-8032-995483f358be} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8946 | 2024.06.22 01:36:00.282315 [ 3 ] {001ce668-abc8-44e5-8032-995483f358be} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.004298 sec., 6747.324336900884 rows/sec., 9.11 MiB/sec. | ||
8947 | 2024.06.22 01:36:00.282563 [ 3 ] {001ce668-abc8-44e5-8032-995483f358be} <Debug> DynamicQueryHandler: Done processing query | ||
8948 | 2024.06.22 01:36:00.282588 [ 3 ] {001ce668-abc8-44e5-8032-995483f358be} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8949 | 2024.06.22 01:36:00.282605 [ 3 ] {} <Debug> HTTP-Session: 0e8caae6-d27a-4a57-b2a4-d58279c29597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8950 | 2024.06.22 01:36:00.282790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8951 | 2024.06.22 01:36:00.282881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8952 | 2024.06.22 01:36:00.282944 [ 3 ] {} <Debug> HTTP-Session: acbde1a5-3945-47f7-bd44-bb02e8152c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8953 | 2024.06.22 01:36:00.282976 [ 3 ] {} <Debug> HTTP-Session: acbde1a5-3945-47f7-bd44-bb02e8152c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8954 | 2024.06.22 01:36:00.282991 [ 3 ] {} <Debug> HTTP-Session: acbde1a5-3945-47f7-bd44-bb02e8152c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8955 | 2024.06.22 01:36:00.283026 [ 3 ] {} <Trace> HTTP-Session: acbde1a5-3945-47f7-bd44-bb02e8152c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8956 | 2024.06.22 01:36:00.283175 [ 3 ] {c85e564d-d17c-4e57-93cf-4c77177e5ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8957 | 2024.06.22 01:36:00.283224 [ 3 ] {c85e564d-d17c-4e57-93cf-4c77177e5ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8958 | 2024.06.22 01:36:00.283365 [ 3 ] {c85e564d-d17c-4e57-93cf-4c77177e5ba1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8959 | 2024.06.22 01:36:00.283718 [ 3 ] {c85e564d-d17c-4e57-93cf-4c77177e5ba1} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8960 | 2024.06.22 01:36:00.283765 [ 3 ] {c85e564d-d17c-4e57-93cf-4c77177e5ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8961 | 2024.06.22 01:36:00.284629 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10718 rows, containing 5 columns (5 merged, 0 gathered) in 0.008940621 sec., 1198798.1595461883 rows/sec., 83.54 MiB/sec. | ||
8962 | 2024.06.22 01:36:00.284701 [ 3 ] {c85e564d-d17c-4e57-93cf-4c77177e5ba1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8963 | 2024.06.22 01:36:00.284951 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8964 | 2024.06.22 01:36:00.285247 [ 3 ] {c85e564d-d17c-4e57-93cf-4c77177e5ba1} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8965 | 2024.06.22 01:36:00.285614 [ 93 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8966 | 2024.06.22 01:36:00.285712 [ 3 ] {c85e564d-d17c-4e57-93cf-4c77177e5ba1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002579 sec., 23264.831329972858 rows/sec., 1.57 MiB/sec. | ||
8967 | 2024.06.22 01:36:00.285720 [ 93 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8968 | 2024.06.22 01:36:00.285819 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8969 | 2024.06.22 01:36:00.286174 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8970 | 2024.06.22 01:36:00.286243 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
8971 | 2024.06.22 01:36:00.286277 [ 3 ] {c85e564d-d17c-4e57-93cf-4c77177e5ba1} <Debug> DynamicQueryHandler: Done processing query | ||
8972 | 2024.06.22 01:36:00.286342 [ 3 ] {c85e564d-d17c-4e57-93cf-4c77177e5ba1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8973 | 2024.06.22 01:36:00.286394 [ 3 ] {} <Debug> HTTP-Session: acbde1a5-3945-47f7-bd44-bb02e8152c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8974 | 2024.06.22 01:36:00.286497 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8975 | 2024.06.22 01:36:00.286642 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8976 | 2024.06.22 01:36:00.286683 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
8977 | 2024.06.22 01:36:00.286710 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3524 rows starting from the beginning of the part | ||
8978 | 2024.06.22 01:36:00.286822 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
8979 | 2024.06.22 01:36:00.286962 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
8980 | 2024.06.22 01:36:00.287156 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 54 rows starting from the beginning of the part | ||
8981 | 2024.06.22 01:36:00.287255 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
8982 | 2024.06.22 01:36:00.287463 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
8983 | 2024.06.22 01:36:00.289169 [ 191 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3818 rows, containing 4 columns (4 merged, 0 gathered) in 0.003172441 sec., 1203489.6787678637 rows/sec., 81.12 MiB/sec. | ||
8984 | 2024.06.22 01:36:00.289542 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8985 | 2024.06.22 01:36:00.289973 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_66_13} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8986 | 2024.06.22 01:36:00.290062 [ 194 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_66_13} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8987 | 2024.06.22 01:36:00.290153 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
8988 | 2024.06.22 01:36:01.000214 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.87 MiB, peak 204.34 MiB, free memory in arenas 0.00 B, will set to 194.90 MiB (RSS), difference: 1.03 MiB | ||
8989 | 2024.06.22 01:36:03.817867 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8990 | 2024.06.22 01:36:03.817951 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8991 | 2024.06.22 01:36:05.255455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8992 | 2024.06.22 01:36:05.255596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8993 | 2024.06.22 01:36:05.255625 [ 3 ] {} <Debug> HTTP-Session: 83a3dfbb-8e8e-4245-b25c-064908397127 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
8994 | 2024.06.22 01:36:05.255654 [ 3 ] {} <Debug> HTTP-Session: 83a3dfbb-8e8e-4245-b25c-064908397127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8995 | 2024.06.22 01:36:05.255672 [ 3 ] {} <Debug> HTTP-Session: 83a3dfbb-8e8e-4245-b25c-064908397127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8996 | 2024.06.22 01:36:05.255730 [ 3 ] {} <Trace> HTTP-Session: 83a3dfbb-8e8e-4245-b25c-064908397127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8997 | 2024.06.22 01:36:05.255970 [ 3 ] {9b892ef1-9abb-4c95-afaa-2de9c9362e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8998 | 2024.06.22 01:36:05.256046 [ 3 ] {9b892ef1-9abb-4c95-afaa-2de9c9362e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8999 | 2024.06.22 01:36:05.256256 [ 3 ] {9b892ef1-9abb-4c95-afaa-2de9c9362e4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9000 | 2024.06.22 01:36:05.256766 [ 3 ] {9b892ef1-9abb-4c95-afaa-2de9c9362e4e} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9001 | 2024.06.22 01:36:05.256813 [ 3 ] {9b892ef1-9abb-4c95-afaa-2de9c9362e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9002 | 2024.06.22 01:36:05.257201 [ 3 ] {9b892ef1-9abb-4c95-afaa-2de9c9362e4e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9003 | 2024.06.22 01:36:05.257548 [ 3 ] {9b892ef1-9abb-4c95-afaa-2de9c9362e4e} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9004 | 2024.06.22 01:36:05.257719 [ 3 ] {9b892ef1-9abb-4c95-afaa-2de9c9362e4e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001826 sec., 30668.127053669225 rows/sec., 2.34 MiB/sec. | ||
9005 | 2024.06.22 01:36:05.257955 [ 3 ] {9b892ef1-9abb-4c95-afaa-2de9c9362e4e} <Debug> DynamicQueryHandler: Done processing query | ||
9006 | 2024.06.22 01:36:05.257983 [ 3 ] {9b892ef1-9abb-4c95-afaa-2de9c9362e4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9007 | 2024.06.22 01:36:05.258000 [ 3 ] {} <Debug> HTTP-Session: 83a3dfbb-8e8e-4245-b25c-064908397127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9008 | 2024.06.22 01:36:05.258174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9009 | 2024.06.22 01:36:05.258230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9010 | 2024.06.22 01:36:05.258250 [ 3 ] {} <Debug> HTTP-Session: 61771300-559e-468e-b5c6-89751a6d8047 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9011 | 2024.06.22 01:36:05.258267 [ 3 ] {} <Debug> HTTP-Session: 61771300-559e-468e-b5c6-89751a6d8047 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9012 | 2024.06.22 01:36:05.258281 [ 3 ] {} <Debug> HTTP-Session: 61771300-559e-468e-b5c6-89751a6d8047 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9013 | 2024.06.22 01:36:05.258316 [ 3 ] {} <Trace> HTTP-Session: 61771300-559e-468e-b5c6-89751a6d8047 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9014 | 2024.06.22 01:36:05.258439 [ 3 ] {36cc89cb-ad72-4971-9d7e-15a25b6fabdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9015 | 2024.06.22 01:36:05.258485 [ 3 ] {36cc89cb-ad72-4971-9d7e-15a25b6fabdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9016 | 2024.06.22 01:36:05.258620 [ 3 ] {36cc89cb-ad72-4971-9d7e-15a25b6fabdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9017 | 2024.06.22 01:36:05.258961 [ 3 ] {36cc89cb-ad72-4971-9d7e-15a25b6fabdb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9018 | 2024.06.22 01:36:05.258998 [ 3 ] {36cc89cb-ad72-4971-9d7e-15a25b6fabdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9019 | 2024.06.22 01:36:05.259321 [ 3 ] {36cc89cb-ad72-4971-9d7e-15a25b6fabdb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9020 | 2024.06.22 01:36:05.259643 [ 3 ] {36cc89cb-ad72-4971-9d7e-15a25b6fabdb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9021 | 2024.06.22 01:36:05.259801 [ 3 ] {36cc89cb-ad72-4971-9d7e-15a25b6fabdb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. | ||
9022 | 2024.06.22 01:36:05.259962 [ 3 ] {36cc89cb-ad72-4971-9d7e-15a25b6fabdb} <Debug> DynamicQueryHandler: Done processing query | ||
9023 | 2024.06.22 01:36:05.259988 [ 3 ] {36cc89cb-ad72-4971-9d7e-15a25b6fabdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9024 | 2024.06.22 01:36:05.260003 [ 3 ] {} <Debug> HTTP-Session: 61771300-559e-468e-b5c6-89751a6d8047 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9025 | 2024.06.22 01:36:05.260182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9026 | 2024.06.22 01:36:05.260229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9027 | 2024.06.22 01:36:05.260248 [ 3 ] {} <Debug> HTTP-Session: 0b779837-7a62-4b72-a5fb-340f5bf903d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9028 | 2024.06.22 01:36:05.260265 [ 3 ] {} <Debug> HTTP-Session: 0b779837-7a62-4b72-a5fb-340f5bf903d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9029 | 2024.06.22 01:36:05.260278 [ 3 ] {} <Debug> HTTP-Session: 0b779837-7a62-4b72-a5fb-340f5bf903d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9030 | 2024.06.22 01:36:05.260310 [ 3 ] {} <Trace> HTTP-Session: 0b779837-7a62-4b72-a5fb-340f5bf903d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9031 | 2024.06.22 01:36:05.260462 [ 3 ] {96604fd2-9e52-4fc5-90a7-814b032ab36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9032 | 2024.06.22 01:36:05.260509 [ 3 ] {96604fd2-9e52-4fc5-90a7-814b032ab36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9033 | 2024.06.22 01:36:05.260654 [ 3 ] {96604fd2-9e52-4fc5-90a7-814b032ab36e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9034 | 2024.06.22 01:36:05.261126 [ 3 ] {96604fd2-9e52-4fc5-90a7-814b032ab36e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9035 | 2024.06.22 01:36:05.261163 [ 3 ] {96604fd2-9e52-4fc5-90a7-814b032ab36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9036 | 2024.06.22 01:36:05.261567 [ 3 ] {96604fd2-9e52-4fc5-90a7-814b032ab36e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9037 | 2024.06.22 01:36:05.261926 [ 3 ] {96604fd2-9e52-4fc5-90a7-814b032ab36e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9038 | 2024.06.22 01:36:05.262078 [ 3 ] {96604fd2-9e52-4fc5-90a7-814b032ab36e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001687 sec., 94842.91641967991 rows/sec., 6.61 MiB/sec. | ||
9039 | 2024.06.22 01:36:05.262261 [ 3 ] {96604fd2-9e52-4fc5-90a7-814b032ab36e} <Debug> DynamicQueryHandler: Done processing query | ||
9040 | 2024.06.22 01:36:05.262287 [ 3 ] {96604fd2-9e52-4fc5-90a7-814b032ab36e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9041 | 2024.06.22 01:36:05.262303 [ 3 ] {} <Debug> HTTP-Session: 0b779837-7a62-4b72-a5fb-340f5bf903d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9042 | 2024.06.22 01:36:05.262437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9043 | 2024.06.22 01:36:05.262486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9044 | 2024.06.22 01:36:05.262506 [ 3 ] {} <Debug> HTTP-Session: 95e1f806-45f4-486e-8f01-4c2f45c86bf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9045 | 2024.06.22 01:36:05.262522 [ 3 ] {} <Debug> HTTP-Session: 95e1f806-45f4-486e-8f01-4c2f45c86bf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9046 | 2024.06.22 01:36:05.262536 [ 3 ] {} <Debug> HTTP-Session: 95e1f806-45f4-486e-8f01-4c2f45c86bf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9047 | 2024.06.22 01:36:05.262568 [ 3 ] {} <Trace> HTTP-Session: 95e1f806-45f4-486e-8f01-4c2f45c86bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9048 | 2024.06.22 01:36:05.262694 [ 3 ] {bdfe5449-01f0-458c-848c-96c6080ff103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9049 | 2024.06.22 01:36:05.262738 [ 3 ] {bdfe5449-01f0-458c-848c-96c6080ff103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9050 | 2024.06.22 01:36:05.262867 [ 3 ] {bdfe5449-01f0-458c-848c-96c6080ff103} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9051 | 2024.06.22 01:36:05.263223 [ 3 ] {bdfe5449-01f0-458c-848c-96c6080ff103} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9052 | 2024.06.22 01:36:05.263260 [ 3 ] {bdfe5449-01f0-458c-848c-96c6080ff103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9053 | 2024.06.22 01:36:05.263625 [ 3 ] {bdfe5449-01f0-458c-848c-96c6080ff103} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9054 | 2024.06.22 01:36:05.263961 [ 3 ] {bdfe5449-01f0-458c-848c-96c6080ff103} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9055 | 2024.06.22 01:36:05.264113 [ 3 ] {bdfe5449-01f0-458c-848c-96c6080ff103} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
9056 | 2024.06.22 01:36:05.264368 [ 3 ] {bdfe5449-01f0-458c-848c-96c6080ff103} <Debug> DynamicQueryHandler: Done processing query | ||
9057 | 2024.06.22 01:36:05.264428 [ 3 ] {bdfe5449-01f0-458c-848c-96c6080ff103} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9058 | 2024.06.22 01:36:05.264483 [ 3 ] {} <Debug> HTTP-Session: 95e1f806-45f4-486e-8f01-4c2f45c86bf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9059 | 2024.06.22 01:36:10.255727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9060 | 2024.06.22 01:36:10.255867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9061 | 2024.06.22 01:36:10.255897 [ 3 ] {} <Debug> HTTP-Session: fb629f6c-5170-4fb4-9629-1955c0551b34 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9062 | 2024.06.22 01:36:10.255924 [ 3 ] {} <Debug> HTTP-Session: fb629f6c-5170-4fb4-9629-1955c0551b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9063 | 2024.06.22 01:36:10.255942 [ 3 ] {} <Debug> HTTP-Session: fb629f6c-5170-4fb4-9629-1955c0551b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9064 | 2024.06.22 01:36:10.255998 [ 3 ] {} <Trace> HTTP-Session: fb629f6c-5170-4fb4-9629-1955c0551b34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9065 | 2024.06.22 01:36:10.256199 [ 3 ] {89e889a0-fa2c-4f4d-9aa7-174302fdf2fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9066 | 2024.06.22 01:36:10.256277 [ 3 ] {89e889a0-fa2c-4f4d-9aa7-174302fdf2fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9067 | 2024.06.22 01:36:10.256473 [ 3 ] {89e889a0-fa2c-4f4d-9aa7-174302fdf2fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9068 | 2024.06.22 01:36:10.256916 [ 3 ] {89e889a0-fa2c-4f4d-9aa7-174302fdf2fb} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9069 | 2024.06.22 01:36:10.256963 [ 3 ] {89e889a0-fa2c-4f4d-9aa7-174302fdf2fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9070 | 2024.06.22 01:36:10.257344 [ 3 ] {89e889a0-fa2c-4f4d-9aa7-174302fdf2fb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9071 | 2024.06.22 01:36:10.257692 [ 3 ] {89e889a0-fa2c-4f4d-9aa7-174302fdf2fb} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9072 | 2024.06.22 01:36:10.257897 [ 3 ] {89e889a0-fa2c-4f4d-9aa7-174302fdf2fb} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001748 sec., 2288.329519450801 rows/sec., 185.48 KiB/sec. | ||
9073 | 2024.06.22 01:36:10.258114 [ 3 ] {89e889a0-fa2c-4f4d-9aa7-174302fdf2fb} <Debug> DynamicQueryHandler: Done processing query | ||
9074 | 2024.06.22 01:36:10.258143 [ 3 ] {89e889a0-fa2c-4f4d-9aa7-174302fdf2fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9075 | 2024.06.22 01:36:10.258159 [ 3 ] {} <Debug> HTTP-Session: fb629f6c-5170-4fb4-9629-1955c0551b34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9076 | 2024.06.22 01:36:10.258284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9077 | 2024.06.22 01:36:10.258341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9078 | 2024.06.22 01:36:10.258361 [ 3 ] {} <Debug> HTTP-Session: 358bd2aa-9857-48bf-b510-b6033fa8d730 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9079 | 2024.06.22 01:36:10.258379 [ 3 ] {} <Debug> HTTP-Session: 358bd2aa-9857-48bf-b510-b6033fa8d730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9080 | 2024.06.22 01:36:10.258393 [ 3 ] {} <Debug> HTTP-Session: 358bd2aa-9857-48bf-b510-b6033fa8d730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9081 | 2024.06.22 01:36:10.258427 [ 3 ] {} <Trace> HTTP-Session: 358bd2aa-9857-48bf-b510-b6033fa8d730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9082 | 2024.06.22 01:36:10.258556 [ 3 ] {5fe05d58-b1ab-47df-b1fa-61b74606f9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9083 | 2024.06.22 01:36:10.258603 [ 3 ] {5fe05d58-b1ab-47df-b1fa-61b74606f9b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9084 | 2024.06.22 01:36:10.258740 [ 3 ] {5fe05d58-b1ab-47df-b1fa-61b74606f9b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9085 | 2024.06.22 01:36:10.259046 [ 3 ] {5fe05d58-b1ab-47df-b1fa-61b74606f9b1} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9086 | 2024.06.22 01:36:10.259084 [ 3 ] {5fe05d58-b1ab-47df-b1fa-61b74606f9b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9087 | 2024.06.22 01:36:10.259392 [ 3 ] {5fe05d58-b1ab-47df-b1fa-61b74606f9b1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9088 | 2024.06.22 01:36:10.259716 [ 3 ] {5fe05d58-b1ab-47df-b1fa-61b74606f9b1} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9089 | 2024.06.22 01:36:10.259874 [ 3 ] {5fe05d58-b1ab-47df-b1fa-61b74606f9b1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001337 sec., 1495.8863126402393 rows/sec., 121.98 KiB/sec. | ||
9090 | 2024.06.22 01:36:10.260203 [ 3 ] {5fe05d58-b1ab-47df-b1fa-61b74606f9b1} <Debug> DynamicQueryHandler: Done processing query | ||
9091 | 2024.06.22 01:36:10.260229 [ 3 ] {5fe05d58-b1ab-47df-b1fa-61b74606f9b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9092 | 2024.06.22 01:36:10.260245 [ 3 ] {} <Debug> HTTP-Session: 358bd2aa-9857-48bf-b510-b6033fa8d730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9093 | 2024.06.22 01:36:10.260381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9094 | 2024.06.22 01:36:10.260431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9095 | 2024.06.22 01:36:10.260451 [ 3 ] {} <Debug> HTTP-Session: 683f47d2-321c-43e9-be93-b157ddd7b502 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9096 | 2024.06.22 01:36:10.260468 [ 3 ] {} <Debug> HTTP-Session: 683f47d2-321c-43e9-be93-b157ddd7b502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9097 | 2024.06.22 01:36:10.260481 [ 3 ] {} <Debug> HTTP-Session: 683f47d2-321c-43e9-be93-b157ddd7b502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9098 | 2024.06.22 01:36:10.260513 [ 3 ] {} <Trace> HTTP-Session: 683f47d2-321c-43e9-be93-b157ddd7b502 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9099 | 2024.06.22 01:36:10.260636 [ 3 ] {f77a30be-2868-4ef0-b680-6263111416d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9100 | 2024.06.22 01:36:10.260680 [ 3 ] {f77a30be-2868-4ef0-b680-6263111416d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9101 | 2024.06.22 01:36:10.260824 [ 3 ] {f77a30be-2868-4ef0-b680-6263111416d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9102 | 2024.06.22 01:36:10.261152 [ 3 ] {f77a30be-2868-4ef0-b680-6263111416d3} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9103 | 2024.06.22 01:36:10.261189 [ 3 ] {f77a30be-2868-4ef0-b680-6263111416d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9104 | 2024.06.22 01:36:10.261499 [ 3 ] {f77a30be-2868-4ef0-b680-6263111416d3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9105 | 2024.06.22 01:36:10.261806 [ 3 ] {f77a30be-2868-4ef0-b680-6263111416d3} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9106 | 2024.06.22 01:36:10.261960 [ 3 ] {f77a30be-2868-4ef0-b680-6263111416d3} <Debug> executeQuery: Read 69 rows, 5.55 KiB in 0.001364 sec., 50586.51026392962 rows/sec., 3.98 MiB/sec. | ||
9107 | 2024.06.22 01:36:10.262220 [ 3 ] {f77a30be-2868-4ef0-b680-6263111416d3} <Debug> DynamicQueryHandler: Done processing query | ||
9108 | 2024.06.22 01:36:10.262283 [ 3 ] {f77a30be-2868-4ef0-b680-6263111416d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9109 | 2024.06.22 01:36:10.262336 [ 3 ] {} <Debug> HTTP-Session: 683f47d2-321c-43e9-be93-b157ddd7b502 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9110 | 2024.06.22 01:36:10.262532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9111 | 2024.06.22 01:36:10.262585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9112 | 2024.06.22 01:36:10.262604 [ 3 ] {} <Debug> HTTP-Session: 0f740139-6744-401e-b8de-0cec77a35367 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9113 | 2024.06.22 01:36:10.262620 [ 3 ] {} <Debug> HTTP-Session: 0f740139-6744-401e-b8de-0cec77a35367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9114 | 2024.06.22 01:36:10.262634 [ 3 ] {} <Debug> HTTP-Session: 0f740139-6744-401e-b8de-0cec77a35367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9115 | 2024.06.22 01:36:10.262667 [ 3 ] {} <Trace> HTTP-Session: 0f740139-6744-401e-b8de-0cec77a35367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9116 | 2024.06.22 01:36:10.262767 [ 3 ] {9c363b7d-34e0-45ae-a163-da7ad6a0b679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9117 | 2024.06.22 01:36:10.262812 [ 3 ] {9c363b7d-34e0-45ae-a163-da7ad6a0b679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9118 | 2024.06.22 01:36:10.262956 [ 3 ] {9c363b7d-34e0-45ae-a163-da7ad6a0b679} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9119 | 2024.06.22 01:36:10.263222 [ 3 ] {9c363b7d-34e0-45ae-a163-da7ad6a0b679} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9120 | 2024.06.22 01:36:10.263258 [ 3 ] {9c363b7d-34e0-45ae-a163-da7ad6a0b679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9121 | 2024.06.22 01:36:10.263555 [ 3 ] {9c363b7d-34e0-45ae-a163-da7ad6a0b679} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9122 | 2024.06.22 01:36:10.263860 [ 3 ] {9c363b7d-34e0-45ae-a163-da7ad6a0b679} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9123 | 2024.06.22 01:36:10.264010 [ 3 ] {9c363b7d-34e0-45ae-a163-da7ad6a0b679} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001259 sec., 1588.5623510722796 rows/sec., 110.92 KiB/sec. | ||
9124 | 2024.06.22 01:36:10.264326 [ 3 ] {9c363b7d-34e0-45ae-a163-da7ad6a0b679} <Debug> DynamicQueryHandler: Done processing query | ||
9125 | 2024.06.22 01:36:10.264351 [ 3 ] {9c363b7d-34e0-45ae-a163-da7ad6a0b679} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9126 | 2024.06.22 01:36:10.264367 [ 3 ] {} <Debug> HTTP-Session: 0f740139-6744-401e-b8de-0cec77a35367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9127 | 2024.06.22 01:36:10.264508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9128 | 2024.06.22 01:36:10.264559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9129 | 2024.06.22 01:36:10.264577 [ 3 ] {} <Debug> HTTP-Session: d674a1e0-5584-49a6-af24-b19216621a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9130 | 2024.06.22 01:36:10.264593 [ 3 ] {} <Debug> HTTP-Session: d674a1e0-5584-49a6-af24-b19216621a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9131 | 2024.06.22 01:36:10.264607 [ 3 ] {} <Debug> HTTP-Session: d674a1e0-5584-49a6-af24-b19216621a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9132 | 2024.06.22 01:36:10.264638 [ 3 ] {} <Trace> HTTP-Session: d674a1e0-5584-49a6-af24-b19216621a5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9133 | 2024.06.22 01:36:10.264757 [ 3 ] {95373c05-0a11-4658-94ba-65683fe09fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9134 | 2024.06.22 01:36:10.264800 [ 3 ] {95373c05-0a11-4658-94ba-65683fe09fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9135 | 2024.06.22 01:36:10.264945 [ 3 ] {95373c05-0a11-4658-94ba-65683fe09fb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9136 | 2024.06.22 01:36:10.265271 [ 3 ] {95373c05-0a11-4658-94ba-65683fe09fb0} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9137 | 2024.06.22 01:36:10.265308 [ 3 ] {95373c05-0a11-4658-94ba-65683fe09fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9138 | 2024.06.22 01:36:10.265620 [ 3 ] {95373c05-0a11-4658-94ba-65683fe09fb0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9139 | 2024.06.22 01:36:10.265930 [ 3 ] {95373c05-0a11-4658-94ba-65683fe09fb0} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9140 | 2024.06.22 01:36:10.266074 [ 3 ] {95373c05-0a11-4658-94ba-65683fe09fb0} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001356 sec., 51622.418879056044 rows/sec., 4.03 MiB/sec. | ||
9141 | 2024.06.22 01:36:10.266334 [ 3 ] {95373c05-0a11-4658-94ba-65683fe09fb0} <Debug> DynamicQueryHandler: Done processing query | ||
9142 | 2024.06.22 01:36:10.266396 [ 3 ] {95373c05-0a11-4658-94ba-65683fe09fb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9143 | 2024.06.22 01:36:10.266453 [ 3 ] {} <Debug> HTTP-Session: d674a1e0-5584-49a6-af24-b19216621a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9144 | 2024.06.22 01:36:10.266665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9145 | 2024.06.22 01:36:10.266719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9146 | 2024.06.22 01:36:10.266738 [ 3 ] {} <Debug> HTTP-Session: e16d7d91-cf05-4add-88f3-29e360bcfe8a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9147 | 2024.06.22 01:36:10.266755 [ 3 ] {} <Debug> HTTP-Session: e16d7d91-cf05-4add-88f3-29e360bcfe8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9148 | 2024.06.22 01:36:10.266769 [ 3 ] {} <Debug> HTTP-Session: e16d7d91-cf05-4add-88f3-29e360bcfe8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9149 | 2024.06.22 01:36:10.266802 [ 3 ] {} <Trace> HTTP-Session: e16d7d91-cf05-4add-88f3-29e360bcfe8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9150 | 2024.06.22 01:36:10.266958 [ 3 ] {5b697318-31ae-4d50-872a-e88beffcdb6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9151 | 2024.06.22 01:36:10.267007 [ 3 ] {5b697318-31ae-4d50-872a-e88beffcdb6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9152 | 2024.06.22 01:36:10.267169 [ 3 ] {5b697318-31ae-4d50-872a-e88beffcdb6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9153 | 2024.06.22 01:36:10.267546 [ 3 ] {5b697318-31ae-4d50-872a-e88beffcdb6e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9154 | 2024.06.22 01:36:10.267583 [ 3 ] {5b697318-31ae-4d50-872a-e88beffcdb6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9155 | 2024.06.22 01:36:10.267976 [ 3 ] {5b697318-31ae-4d50-872a-e88beffcdb6e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9156 | 2024.06.22 01:36:10.268329 [ 3 ] {5b697318-31ae-4d50-872a-e88beffcdb6e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9157 | 2024.06.22 01:36:10.268484 [ 3 ] {5b697318-31ae-4d50-872a-e88beffcdb6e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001595 sec., 100940.43887147335 rows/sec., 7.03 MiB/sec. | ||
9158 | 2024.06.22 01:36:10.268677 [ 3 ] {5b697318-31ae-4d50-872a-e88beffcdb6e} <Debug> DynamicQueryHandler: Done processing query | ||
9159 | 2024.06.22 01:36:10.268702 [ 3 ] {5b697318-31ae-4d50-872a-e88beffcdb6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9160 | 2024.06.22 01:36:10.268718 [ 3 ] {} <Debug> HTTP-Session: e16d7d91-cf05-4add-88f3-29e360bcfe8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9161 | 2024.06.22 01:36:10.268837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9162 | 2024.06.22 01:36:10.268886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9163 | 2024.06.22 01:36:10.268906 [ 3 ] {} <Debug> HTTP-Session: ae4d1c45-2e7a-4aa1-9619-5ef9dced9426 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9164 | 2024.06.22 01:36:10.268922 [ 3 ] {} <Debug> HTTP-Session: ae4d1c45-2e7a-4aa1-9619-5ef9dced9426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9165 | 2024.06.22 01:36:10.268936 [ 3 ] {} <Debug> HTTP-Session: ae4d1c45-2e7a-4aa1-9619-5ef9dced9426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9166 | 2024.06.22 01:36:10.268966 [ 3 ] {} <Trace> HTTP-Session: ae4d1c45-2e7a-4aa1-9619-5ef9dced9426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9167 | 2024.06.22 01:36:10.269093 [ 3 ] {da766e96-deb3-4ac9-92a0-b854c5e22246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9168 | 2024.06.22 01:36:10.269140 [ 3 ] {da766e96-deb3-4ac9-92a0-b854c5e22246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9169 | 2024.06.22 01:36:10.269300 [ 3 ] {da766e96-deb3-4ac9-92a0-b854c5e22246} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9170 | 2024.06.22 01:36:10.269609 [ 3 ] {da766e96-deb3-4ac9-92a0-b854c5e22246} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9171 | 2024.06.22 01:36:10.269645 [ 3 ] {da766e96-deb3-4ac9-92a0-b854c5e22246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9172 | 2024.06.22 01:36:10.270032 [ 3 ] {da766e96-deb3-4ac9-92a0-b854c5e22246} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9173 | 2024.06.22 01:36:10.270370 [ 3 ] {da766e96-deb3-4ac9-92a0-b854c5e22246} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9174 | 2024.06.22 01:36:10.270553 [ 3 ] {da766e96-deb3-4ac9-92a0-b854c5e22246} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.00151 sec., 2649.006622516556 rows/sec., 3.57 MiB/sec. | ||
9175 | 2024.06.22 01:36:10.270568 [ 66 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
9176 | 2024.06.22 01:36:10.270705 [ 66 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9177 | 2024.06.22 01:36:10.270762 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9178 | 2024.06.22 01:36:10.270790 [ 3 ] {da766e96-deb3-4ac9-92a0-b854c5e22246} <Debug> DynamicQueryHandler: Done processing query | ||
9179 | 2024.06.22 01:36:10.270835 [ 3 ] {da766e96-deb3-4ac9-92a0-b854c5e22246} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9180 | 2024.06.22 01:36:10.270905 [ 3 ] {} <Debug> HTTP-Session: ae4d1c45-2e7a-4aa1-9619-5ef9dced9426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9181 | 2024.06.22 01:36:10.270979 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
9182 | 2024.06.22 01:36:10.271113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9183 | 2024.06.22 01:36:10.271166 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9184 | 2024.06.22 01:36:10.271178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9185 | 2024.06.22 01:36:10.271212 [ 3 ] {} <Debug> HTTP-Session: d55ecacf-073d-4ab5-a4cc-943bdd741982 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9186 | 2024.06.22 01:36:10.271223 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 745 rows starting from the beginning of the part | ||
9187 | 2024.06.22 01:36:10.271232 [ 3 ] {} <Debug> HTTP-Session: d55ecacf-073d-4ab5-a4cc-943bdd741982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9188 | 2024.06.22 01:36:10.271252 [ 3 ] {} <Debug> HTTP-Session: d55ecacf-073d-4ab5-a4cc-943bdd741982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9189 | 2024.06.22 01:36:10.271300 [ 3 ] {} <Trace> HTTP-Session: d55ecacf-073d-4ab5-a4cc-943bdd741982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9190 | 2024.06.22 01:36:10.271333 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 29 rows starting from the beginning of the part | ||
9191 | 2024.06.22 01:36:10.271709 [ 3 ] {85012de9-bb00-4537-800e-a4aa12043808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9192 | 2024.06.22 01:36:10.271760 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
9193 | 2024.06.22 01:36:10.271848 [ 3 ] {85012de9-bb00-4537-800e-a4aa12043808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9194 | 2024.06.22 01:36:10.272139 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 25 rows starting from the beginning of the part | ||
9195 | 2024.06.22 01:36:10.272503 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 29 rows starting from the beginning of the part | ||
9196 | 2024.06.22 01:36:10.272835 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
9197 | 2024.06.22 01:36:10.273124 [ 3 ] {85012de9-bb00-4537-800e-a4aa12043808} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9198 | 2024.06.22 01:36:10.273888 [ 3 ] {85012de9-bb00-4537-800e-a4aa12043808} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9199 | 2024.06.22 01:36:10.273928 [ 3 ] {85012de9-bb00-4537-800e-a4aa12043808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9200 | 2024.06.22 01:36:10.274329 [ 3 ] {85012de9-bb00-4537-800e-a4aa12043808} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9201 | 2024.06.22 01:36:10.274789 [ 3 ] {85012de9-bb00-4537-800e-a4aa12043808} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9202 | 2024.06.22 01:36:10.275108 [ 3 ] {85012de9-bb00-4537-800e-a4aa12043808} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003656 sec., 16411.37855579869 rows/sec., 1.11 MiB/sec. | ||
9203 | 2024.06.22 01:36:10.275382 [ 3 ] {85012de9-bb00-4537-800e-a4aa12043808} <Debug> DynamicQueryHandler: Done processing query | ||
9204 | 2024.06.22 01:36:10.275412 [ 3 ] {85012de9-bb00-4537-800e-a4aa12043808} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9205 | 2024.06.22 01:36:10.275428 [ 3 ] {} <Debug> HTTP-Session: d55ecacf-073d-4ab5-a4cc-943bdd741982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9206 | 2024.06.22 01:36:10.288423 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 836 rows, containing 6 columns (6 merged, 0 gathered) in 0.017531258 sec., 47686.252749232255 rows/sec., 64.35 MiB/sec. | ||
9207 | 2024.06.22 01:36:10.288984 [ 191 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
9208 | 2024.06.22 01:36:10.289476 [ 191 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9209 | 2024.06.22 01:36:10.289568 [ 191 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
9210 | 2024.06.22 01:36:10.289678 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB. | ||
9211 | 2024.06.22 01:36:15.257875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9212 | 2024.06.22 01:36:15.258012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9213 | 2024.06.22 01:36:15.258041 [ 3 ] {} <Debug> HTTP-Session: ce7dff09-fd4f-4ce8-b89b-ce2141024e31 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9214 | 2024.06.22 01:36:15.258069 [ 3 ] {} <Debug> HTTP-Session: ce7dff09-fd4f-4ce8-b89b-ce2141024e31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9215 | 2024.06.22 01:36:15.258087 [ 3 ] {} <Debug> HTTP-Session: ce7dff09-fd4f-4ce8-b89b-ce2141024e31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9216 | 2024.06.22 01:36:15.258143 [ 3 ] {} <Trace> HTTP-Session: ce7dff09-fd4f-4ce8-b89b-ce2141024e31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9217 | 2024.06.22 01:36:15.258349 [ 3 ] {53c74f10-0fb3-445e-922d-608ec6e158c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9218 | 2024.06.22 01:36:15.258420 [ 3 ] {53c74f10-0fb3-445e-922d-608ec6e158c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9219 | 2024.06.22 01:36:15.258608 [ 3 ] {53c74f10-0fb3-445e-922d-608ec6e158c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9220 | 2024.06.22 01:36:15.259034 [ 3 ] {53c74f10-0fb3-445e-922d-608ec6e158c6} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9221 | 2024.06.22 01:36:15.259076 [ 3 ] {53c74f10-0fb3-445e-922d-608ec6e158c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9222 | 2024.06.22 01:36:15.259444 [ 3 ] {53c74f10-0fb3-445e-922d-608ec6e158c6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9223 | 2024.06.22 01:36:15.259783 [ 3 ] {53c74f10-0fb3-445e-922d-608ec6e158c6} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9224 | 2024.06.22 01:36:15.259935 [ 3 ] {53c74f10-0fb3-445e-922d-608ec6e158c6} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001654 sec., 15114.873035066505 rows/sec., 1.20 MiB/sec. | ||
9225 | 2024.06.22 01:36:15.260164 [ 3 ] {53c74f10-0fb3-445e-922d-608ec6e158c6} <Debug> DynamicQueryHandler: Done processing query | ||
9226 | 2024.06.22 01:36:15.260191 [ 3 ] {53c74f10-0fb3-445e-922d-608ec6e158c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9227 | 2024.06.22 01:36:15.260207 [ 3 ] {} <Debug> HTTP-Session: ce7dff09-fd4f-4ce8-b89b-ce2141024e31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9228 | 2024.06.22 01:36:15.260387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 24082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9229 | 2024.06.22 01:36:15.260436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9230 | 2024.06.22 01:36:15.260455 [ 3 ] {} <Debug> HTTP-Session: 2056ee40-e99d-4452-a748-9641f5519294 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9231 | 2024.06.22 01:36:15.260471 [ 3 ] {} <Debug> HTTP-Session: 2056ee40-e99d-4452-a748-9641f5519294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9232 | 2024.06.22 01:36:15.260486 [ 3 ] {} <Debug> HTTP-Session: 2056ee40-e99d-4452-a748-9641f5519294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9233 | 2024.06.22 01:36:15.260517 [ 3 ] {} <Trace> HTTP-Session: 2056ee40-e99d-4452-a748-9641f5519294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9234 | 2024.06.22 01:36:15.260659 [ 3 ] {98c78ca5-62f6-4f6e-951b-0d964dcbda78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9235 | 2024.06.22 01:36:15.260702 [ 3 ] {98c78ca5-62f6-4f6e-951b-0d964dcbda78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9236 | 2024.06.22 01:36:15.260835 [ 3 ] {98c78ca5-62f6-4f6e-951b-0d964dcbda78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9237 | 2024.06.22 01:36:15.261241 [ 3 ] {98c78ca5-62f6-4f6e-951b-0d964dcbda78} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9238 | 2024.06.22 01:36:15.261278 [ 3 ] {98c78ca5-62f6-4f6e-951b-0d964dcbda78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9239 | 2024.06.22 01:36:15.261601 [ 3 ] {98c78ca5-62f6-4f6e-951b-0d964dcbda78} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9240 | 2024.06.22 01:36:15.261914 [ 3 ] {98c78ca5-62f6-4f6e-951b-0d964dcbda78} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9241 | 2024.06.22 01:36:15.262039 [ 3 ] {98c78ca5-62f6-4f6e-951b-0d964dcbda78} <Debug> executeQuery: Read 167 rows, 13.93 KiB in 0.001444 sec., 115650.96952908588 rows/sec., 9.42 MiB/sec. | ||
9242 | 2024.06.22 01:36:15.262203 [ 3 ] {98c78ca5-62f6-4f6e-951b-0d964dcbda78} <Debug> DynamicQueryHandler: Done processing query | ||
9243 | 2024.06.22 01:36:15.262228 [ 3 ] {98c78ca5-62f6-4f6e-951b-0d964dcbda78} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9244 | 2024.06.22 01:36:15.262244 [ 3 ] {} <Debug> HTTP-Session: 2056ee40-e99d-4452-a748-9641f5519294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9245 | 2024.06.22 01:36:15.262444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 19165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9246 | 2024.06.22 01:36:15.262493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9247 | 2024.06.22 01:36:15.262511 [ 3 ] {} <Debug> HTTP-Session: d599860d-7ba0-495a-83a8-35291dd59572 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9248 | 2024.06.22 01:36:15.262527 [ 3 ] {} <Debug> HTTP-Session: d599860d-7ba0-495a-83a8-35291dd59572 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9249 | 2024.06.22 01:36:15.262541 [ 3 ] {} <Debug> HTTP-Session: d599860d-7ba0-495a-83a8-35291dd59572 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9250 | 2024.06.22 01:36:15.262572 [ 3 ] {} <Trace> HTTP-Session: d599860d-7ba0-495a-83a8-35291dd59572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9251 | 2024.06.22 01:36:15.262704 [ 3 ] {e90a79d6-e212-4cd7-b1e0-5f7b530221b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9252 | 2024.06.22 01:36:15.262746 [ 3 ] {e90a79d6-e212-4cd7-b1e0-5f7b530221b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9253 | 2024.06.22 01:36:15.262870 [ 3 ] {e90a79d6-e212-4cd7-b1e0-5f7b530221b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9254 | 2024.06.22 01:36:15.263222 [ 3 ] {e90a79d6-e212-4cd7-b1e0-5f7b530221b6} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9255 | 2024.06.22 01:36:15.263259 [ 3 ] {e90a79d6-e212-4cd7-b1e0-5f7b530221b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9256 | 2024.06.22 01:36:15.263585 [ 3 ] {e90a79d6-e212-4cd7-b1e0-5f7b530221b6} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9257 | 2024.06.22 01:36:15.263892 [ 3 ] {e90a79d6-e212-4cd7-b1e0-5f7b530221b6} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9258 | 2024.06.22 01:36:15.264015 [ 3 ] {e90a79d6-e212-4cd7-b1e0-5f7b530221b6} <Debug> executeQuery: Read 113 rows, 9.02 KiB in 0.001366 sec., 82723.27964860908 rows/sec., 6.45 MiB/sec. | ||
9259 | 2024.06.22 01:36:15.264245 [ 3 ] {e90a79d6-e212-4cd7-b1e0-5f7b530221b6} <Debug> DynamicQueryHandler: Done processing query | ||
9260 | 2024.06.22 01:36:15.264298 [ 3 ] {e90a79d6-e212-4cd7-b1e0-5f7b530221b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9261 | 2024.06.22 01:36:15.264359 [ 3 ] {} <Debug> HTTP-Session: d599860d-7ba0-495a-83a8-35291dd59572 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9262 | 2024.06.22 01:36:15.264626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 37593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9263 | 2024.06.22 01:36:15.264679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9264 | 2024.06.22 01:36:15.264698 [ 3 ] {} <Debug> HTTP-Session: efa51d63-bdfd-4cae-bd9e-38409b43b8e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9265 | 2024.06.22 01:36:15.264715 [ 3 ] {} <Debug> HTTP-Session: efa51d63-bdfd-4cae-bd9e-38409b43b8e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9266 | 2024.06.22 01:36:15.264729 [ 3 ] {} <Debug> HTTP-Session: efa51d63-bdfd-4cae-bd9e-38409b43b8e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9267 | 2024.06.22 01:36:15.264762 [ 3 ] {} <Trace> HTTP-Session: efa51d63-bdfd-4cae-bd9e-38409b43b8e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9268 | 2024.06.22 01:36:15.264934 [ 3 ] {f5a3b580-f8be-4a50-af7e-8edc61af4e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9269 | 2024.06.22 01:36:15.264984 [ 3 ] {f5a3b580-f8be-4a50-af7e-8edc61af4e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9270 | 2024.06.22 01:36:15.265144 [ 3 ] {f5a3b580-f8be-4a50-af7e-8edc61af4e7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9271 | 2024.06.22 01:36:15.265559 [ 3 ] {f5a3b580-f8be-4a50-af7e-8edc61af4e7d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9272 | 2024.06.22 01:36:15.265595 [ 3 ] {f5a3b580-f8be-4a50-af7e-8edc61af4e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9273 | 2024.06.22 01:36:15.265994 [ 3 ] {f5a3b580-f8be-4a50-af7e-8edc61af4e7d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9274 | 2024.06.22 01:36:15.266333 [ 3 ] {f5a3b580-f8be-4a50-af7e-8edc61af4e7d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9275 | 2024.06.22 01:36:15.266463 [ 3 ] {f5a3b580-f8be-4a50-af7e-8edc61af4e7d} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.00161 sec., 121739.13043478261 rows/sec., 8.50 MiB/sec. | ||
9276 | 2024.06.22 01:36:15.266646 [ 3 ] {f5a3b580-f8be-4a50-af7e-8edc61af4e7d} <Debug> DynamicQueryHandler: Done processing query | ||
9277 | 2024.06.22 01:36:15.266681 [ 3 ] {f5a3b580-f8be-4a50-af7e-8edc61af4e7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9278 | 2024.06.22 01:36:15.266712 [ 3 ] {} <Debug> HTTP-Session: efa51d63-bdfd-4cae-bd9e-38409b43b8e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9279 | 2024.06.22 01:36:15.266894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 26786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9280 | 2024.06.22 01:36:15.266943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9281 | 2024.06.22 01:36:15.266962 [ 3 ] {} <Debug> HTTP-Session: 2411f3a3-7b4c-4ee8-8e22-fcd1fa64572b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9282 | 2024.06.22 01:36:15.266978 [ 3 ] {} <Debug> HTTP-Session: 2411f3a3-7b4c-4ee8-8e22-fcd1fa64572b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9283 | 2024.06.22 01:36:15.266992 [ 3 ] {} <Debug> HTTP-Session: 2411f3a3-7b4c-4ee8-8e22-fcd1fa64572b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9284 | 2024.06.22 01:36:15.267024 [ 3 ] {} <Trace> HTTP-Session: 2411f3a3-7b4c-4ee8-8e22-fcd1fa64572b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9285 | 2024.06.22 01:36:15.267259 [ 3 ] {9f85c8b6-0b3d-4452-9df3-be4b7f901ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9286 | 2024.06.22 01:36:15.267309 [ 3 ] {9f85c8b6-0b3d-4452-9df3-be4b7f901ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9287 | 2024.06.22 01:36:15.267464 [ 3 ] {9f85c8b6-0b3d-4452-9df3-be4b7f901ba7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9288 | 2024.06.22 01:36:15.267908 [ 3 ] {9f85c8b6-0b3d-4452-9df3-be4b7f901ba7} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9289 | 2024.06.22 01:36:15.267943 [ 3 ] {9f85c8b6-0b3d-4452-9df3-be4b7f901ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9290 | 2024.06.22 01:36:15.268350 [ 3 ] {9f85c8b6-0b3d-4452-9df3-be4b7f901ba7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9291 | 2024.06.22 01:36:15.268702 [ 3 ] {9f85c8b6-0b3d-4452-9df3-be4b7f901ba7} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9292 | 2024.06.22 01:36:15.268829 [ 3 ] {9f85c8b6-0b3d-4452-9df3-be4b7f901ba7} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.00173 sec., 14450.86705202312 rows/sec., 19.50 MiB/sec. | ||
9293 | 2024.06.22 01:36:15.268996 [ 3 ] {9f85c8b6-0b3d-4452-9df3-be4b7f901ba7} <Debug> DynamicQueryHandler: Done processing query | ||
9294 | 2024.06.22 01:36:15.269020 [ 3 ] {9f85c8b6-0b3d-4452-9df3-be4b7f901ba7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
9295 | 2024.06.22 01:36:15.269037 [ 3 ] {} <Debug> HTTP-Session: 2411f3a3-7b4c-4ee8-8e22-fcd1fa64572b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9296 | 2024.06.22 01:36:15.269162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9297 | 2024.06.22 01:36:15.269211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9298 | 2024.06.22 01:36:15.269230 [ 3 ] {} <Debug> HTTP-Session: 9301373b-f84f-4e58-aa4e-e02ecc930010 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9299 | 2024.06.22 01:36:15.269247 [ 3 ] {} <Debug> HTTP-Session: 9301373b-f84f-4e58-aa4e-e02ecc930010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9300 | 2024.06.22 01:36:15.269261 [ 3 ] {} <Debug> HTTP-Session: 9301373b-f84f-4e58-aa4e-e02ecc930010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9301 | 2024.06.22 01:36:15.269292 [ 3 ] {} <Trace> HTTP-Session: 9301373b-f84f-4e58-aa4e-e02ecc930010 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9302 | 2024.06.22 01:36:15.269421 [ 3 ] {6c6d97d6-4b83-41ef-a675-dd3990fa94a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9303 | 2024.06.22 01:36:15.269465 [ 3 ] {6c6d97d6-4b83-41ef-a675-dd3990fa94a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9304 | 2024.06.22 01:36:15.269592 [ 3 ] {6c6d97d6-4b83-41ef-a675-dd3990fa94a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9305 | 2024.06.22 01:36:15.269878 [ 3 ] {6c6d97d6-4b83-41ef-a675-dd3990fa94a0} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9306 | 2024.06.22 01:36:15.269913 [ 3 ] {6c6d97d6-4b83-41ef-a675-dd3990fa94a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9307 | 2024.06.22 01:36:15.270265 [ 3 ] {6c6d97d6-4b83-41ef-a675-dd3990fa94a0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9308 | 2024.06.22 01:36:15.270593 [ 3 ] {6c6d97d6-4b83-41ef-a675-dd3990fa94a0} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9309 | 2024.06.22 01:36:15.270717 [ 3 ] {6c6d97d6-4b83-41ef-a675-dd3990fa94a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
9310 | 2024.06.22 01:36:15.270877 [ 3 ] {6c6d97d6-4b83-41ef-a675-dd3990fa94a0} <Debug> DynamicQueryHandler: Done processing query | ||
9311 | 2024.06.22 01:36:15.270902 [ 3 ] {6c6d97d6-4b83-41ef-a675-dd3990fa94a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9312 | 2024.06.22 01:36:15.270918 [ 3 ] {} <Debug> HTTP-Session: 9301373b-f84f-4e58-aa4e-e02ecc930010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9313 | 2024.06.22 01:36:18.818002 [ 156 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9314 | 2024.06.22 01:36:18.818055 [ 156 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9315 | 2024.06.22 01:36:20.001566 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001057268 sec. | ||
9316 | 2024.06.22 01:36:20.256466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9317 | 2024.06.22 01:36:20.256605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9318 | 2024.06.22 01:36:20.256650 [ 3 ] {} <Debug> HTTP-Session: 3ade3a26-e5e9-41e5-80ff-4636a9f9fa5f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9319 | 2024.06.22 01:36:20.256688 [ 3 ] {} <Debug> HTTP-Session: 3ade3a26-e5e9-41e5-80ff-4636a9f9fa5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9320 | 2024.06.22 01:36:20.256703 [ 3 ] {} <Debug> HTTP-Session: 3ade3a26-e5e9-41e5-80ff-4636a9f9fa5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9321 | 2024.06.22 01:36:20.256750 [ 3 ] {} <Trace> HTTP-Session: 3ade3a26-e5e9-41e5-80ff-4636a9f9fa5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9322 | 2024.06.22 01:36:20.256924 [ 3 ] {a7b22706-22c5-4509-96cf-139d145efd40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9323 | 2024.06.22 01:36:20.256985 [ 3 ] {a7b22706-22c5-4509-96cf-139d145efd40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9324 | 2024.06.22 01:36:20.257173 [ 3 ] {a7b22706-22c5-4509-96cf-139d145efd40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9325 | 2024.06.22 01:36:20.257572 [ 3 ] {a7b22706-22c5-4509-96cf-139d145efd40} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9326 | 2024.06.22 01:36:20.257612 [ 3 ] {a7b22706-22c5-4509-96cf-139d145efd40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9327 | 2024.06.22 01:36:20.257979 [ 3 ] {a7b22706-22c5-4509-96cf-139d145efd40} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9328 | 2024.06.22 01:36:20.258316 [ 3 ] {a7b22706-22c5-4509-96cf-139d145efd40} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9329 | 2024.06.22 01:36:20.258488 [ 3 ] {a7b22706-22c5-4509-96cf-139d145efd40} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001612 sec., 2481.3895781637716 rows/sec., 201.13 KiB/sec. | ||
9330 | 2024.06.22 01:36:20.258511 [ 153 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
9331 | 2024.06.22 01:36:20.258624 [ 153 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9332 | 2024.06.22 01:36:20.258660 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9333 | 2024.06.22 01:36:20.258772 [ 3 ] {a7b22706-22c5-4509-96cf-139d145efd40} <Debug> DynamicQueryHandler: Done processing query | ||
9334 | 2024.06.22 01:36:20.258825 [ 3 ] {a7b22706-22c5-4509-96cf-139d145efd40} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9335 | 2024.06.22 01:36:20.258851 [ 3 ] {} <Debug> HTTP-Session: 3ade3a26-e5e9-41e5-80ff-4636a9f9fa5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9336 | 2024.06.22 01:36:20.258854 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
9337 | 2024.06.22 01:36:20.259028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9338 | 2024.06.22 01:36:20.259090 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9339 | 2024.06.22 01:36:20.259116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9340 | 2024.06.22 01:36:20.259151 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 29 rows starting from the beginning of the part | ||
9341 | 2024.06.22 01:36:20.259165 [ 3 ] {} <Debug> HTTP-Session: bddab02b-3595-4c7f-a4c2-390106249b40 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9342 | 2024.06.22 01:36:20.259211 [ 3 ] {} <Debug> HTTP-Session: bddab02b-3595-4c7f-a4c2-390106249b40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9343 | 2024.06.22 01:36:20.259251 [ 3 ] {} <Debug> HTTP-Session: bddab02b-3595-4c7f-a4c2-390106249b40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9344 | 2024.06.22 01:36:20.259351 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 25 rows starting from the beginning of the part | ||
9345 | 2024.06.22 01:36:20.259405 [ 3 ] {} <Trace> HTTP-Session: bddab02b-3595-4c7f-a4c2-390106249b40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9346 | 2024.06.22 01:36:20.259629 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 29 rows starting from the beginning of the part | ||
9347 | 2024.06.22 01:36:20.259929 [ 3 ] {3462b397-4d76-4aab-82d9-db823d7cff12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9348 | 2024.06.22 01:36:20.259960 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
9349 | 2024.06.22 01:36:20.260095 [ 3 ] {3462b397-4d76-4aab-82d9-db823d7cff12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9350 | 2024.06.22 01:36:20.260219 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 25 rows starting from the beginning of the part | ||
9351 | 2024.06.22 01:36:20.260565 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
9352 | 2024.06.22 01:36:20.261200 [ 3 ] {3462b397-4d76-4aab-82d9-db823d7cff12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9353 | 2024.06.22 01:36:20.262187 [ 3 ] {3462b397-4d76-4aab-82d9-db823d7cff12} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9354 | 2024.06.22 01:36:20.262259 [ 3 ] {3462b397-4d76-4aab-82d9-db823d7cff12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9355 | 2024.06.22 01:36:20.263102 [ 199 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.004366209 sec., 26567.67003137046 rows/sec., 2.10 MiB/sec. | ||
9356 | 2024.06.22 01:36:20.263146 [ 3 ] {3462b397-4d76-4aab-82d9-db823d7cff12} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9357 | 2024.06.22 01:36:20.263337 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
9358 | 2024.06.22 01:36:20.263942 [ 3 ] {3462b397-4d76-4aab-82d9-db823d7cff12} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9359 | 2024.06.22 01:36:20.264254 [ 3 ] {3462b397-4d76-4aab-82d9-db823d7cff12} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.00456 sec., 14912.280701754387 rows/sec., 1.17 MiB/sec. | ||
9360 | 2024.06.22 01:36:20.264360 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9361 | 2024.06.22 01:36:20.264696 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_38_8} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
9362 | 2024.06.22 01:36:20.264904 [ 3 ] {3462b397-4d76-4aab-82d9-db823d7cff12} <Debug> DynamicQueryHandler: Done processing query | ||
9363 | 2024.06.22 01:36:20.264931 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9364 | 2024.06.22 01:36:20.265006 [ 3 ] {3462b397-4d76-4aab-82d9-db823d7cff12} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9365 | 2024.06.22 01:36:20.265077 [ 3 ] {} <Debug> HTTP-Session: bddab02b-3595-4c7f-a4c2-390106249b40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9366 | 2024.06.22 01:36:20.265317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9367 | 2024.06.22 01:36:20.265372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9368 | 2024.06.22 01:36:20.265392 [ 3 ] {} <Debug> HTTP-Session: a834f2c9-6386-4d65-a25a-bca7b6270981 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9369 | 2024.06.22 01:36:20.265410 [ 3 ] {} <Debug> HTTP-Session: a834f2c9-6386-4d65-a25a-bca7b6270981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9370 | 2024.06.22 01:36:20.265424 [ 3 ] {} <Debug> HTTP-Session: a834f2c9-6386-4d65-a25a-bca7b6270981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9371 | 2024.06.22 01:36:20.265459 [ 3 ] {} <Trace> HTTP-Session: a834f2c9-6386-4d65-a25a-bca7b6270981 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9372 | 2024.06.22 01:36:20.265588 [ 3 ] {2d631589-4926-4c47-b868-a76f317393b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9373 | 2024.06.22 01:36:20.265631 [ 3 ] {2d631589-4926-4c47-b868-a76f317393b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9374 | 2024.06.22 01:36:20.265782 [ 3 ] {2d631589-4926-4c47-b868-a76f317393b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9375 | 2024.06.22 01:36:20.266137 [ 3 ] {2d631589-4926-4c47-b868-a76f317393b0} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9376 | 2024.06.22 01:36:20.266174 [ 3 ] {2d631589-4926-4c47-b868-a76f317393b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9377 | 2024.06.22 01:36:20.266503 [ 3 ] {2d631589-4926-4c47-b868-a76f317393b0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9378 | 2024.06.22 01:36:20.266822 [ 3 ] {2d631589-4926-4c47-b868-a76f317393b0} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9379 | 2024.06.22 01:36:20.266964 [ 3 ] {2d631589-4926-4c47-b868-a76f317393b0} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001414 sec., 48090.52333804809 rows/sec., 3.75 MiB/sec. | ||
9380 | 2024.06.22 01:36:20.267136 [ 3 ] {2d631589-4926-4c47-b868-a76f317393b0} <Debug> DynamicQueryHandler: Done processing query | ||
9381 | 2024.06.22 01:36:20.267160 [ 3 ] {2d631589-4926-4c47-b868-a76f317393b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9382 | 2024.06.22 01:36:20.267176 [ 3 ] {} <Debug> HTTP-Session: a834f2c9-6386-4d65-a25a-bca7b6270981 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9383 | 2024.06.22 01:36:20.267355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9384 | 2024.06.22 01:36:20.267404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9385 | 2024.06.22 01:36:20.267424 [ 3 ] {} <Debug> HTTP-Session: dbc31a1b-ccdf-4eb3-aecd-bf145353d03d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9386 | 2024.06.22 01:36:20.267440 [ 3 ] {} <Debug> HTTP-Session: dbc31a1b-ccdf-4eb3-aecd-bf145353d03d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9387 | 2024.06.22 01:36:20.267453 [ 3 ] {} <Debug> HTTP-Session: dbc31a1b-ccdf-4eb3-aecd-bf145353d03d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9388 | 2024.06.22 01:36:20.267484 [ 3 ] {} <Trace> HTTP-Session: dbc31a1b-ccdf-4eb3-aecd-bf145353d03d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9389 | 2024.06.22 01:36:20.267635 [ 3 ] {07b137c8-d58c-4114-869c-d88ee90341a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9390 | 2024.06.22 01:36:20.267679 [ 3 ] {07b137c8-d58c-4114-869c-d88ee90341a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9391 | 2024.06.22 01:36:20.267827 [ 3 ] {07b137c8-d58c-4114-869c-d88ee90341a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9392 | 2024.06.22 01:36:20.268214 [ 3 ] {07b137c8-d58c-4114-869c-d88ee90341a6} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9393 | 2024.06.22 01:36:20.268251 [ 3 ] {07b137c8-d58c-4114-869c-d88ee90341a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9394 | 2024.06.22 01:36:20.268646 [ 3 ] {07b137c8-d58c-4114-869c-d88ee90341a6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9395 | 2024.06.22 01:36:20.268990 [ 3 ] {07b137c8-d58c-4114-869c-d88ee90341a6} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9396 | 2024.06.22 01:36:20.269143 [ 3 ] {07b137c8-d58c-4114-869c-d88ee90341a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
9397 | 2024.06.22 01:36:20.269322 [ 3 ] {07b137c8-d58c-4114-869c-d88ee90341a6} <Debug> DynamicQueryHandler: Done processing query | ||
9398 | 2024.06.22 01:36:20.269346 [ 3 ] {07b137c8-d58c-4114-869c-d88ee90341a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9399 | 2024.06.22 01:36:20.269362 [ 3 ] {} <Debug> HTTP-Session: dbc31a1b-ccdf-4eb3-aecd-bf145353d03d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9400 | 2024.06.22 01:36:20.269479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9401 | 2024.06.22 01:36:20.269527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9402 | 2024.06.22 01:36:20.269546 [ 3 ] {} <Debug> HTTP-Session: ce6ac536-40fc-455c-bdba-79698a323e4d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9403 | 2024.06.22 01:36:20.269562 [ 3 ] {} <Debug> HTTP-Session: ce6ac536-40fc-455c-bdba-79698a323e4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9404 | 2024.06.22 01:36:20.269576 [ 3 ] {} <Debug> HTTP-Session: ce6ac536-40fc-455c-bdba-79698a323e4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9405 | 2024.06.22 01:36:20.269605 [ 3 ] {} <Trace> HTTP-Session: ce6ac536-40fc-455c-bdba-79698a323e4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9406 | 2024.06.22 01:36:20.269752 [ 3 ] {7f871f24-3557-4a3e-86a4-84b1aea1a773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9407 | 2024.06.22 01:36:20.269799 [ 3 ] {7f871f24-3557-4a3e-86a4-84b1aea1a773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9408 | 2024.06.22 01:36:20.269960 [ 3 ] {7f871f24-3557-4a3e-86a4-84b1aea1a773} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9409 | 2024.06.22 01:36:20.270346 [ 3 ] {7f871f24-3557-4a3e-86a4-84b1aea1a773} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9410 | 2024.06.22 01:36:20.270382 [ 3 ] {7f871f24-3557-4a3e-86a4-84b1aea1a773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9411 | 2024.06.22 01:36:20.270770 [ 3 ] {7f871f24-3557-4a3e-86a4-84b1aea1a773} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9412 | 2024.06.22 01:36:20.271120 [ 3 ] {7f871f24-3557-4a3e-86a4-84b1aea1a773} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9413 | 2024.06.22 01:36:20.271277 [ 3 ] {7f871f24-3557-4a3e-86a4-84b1aea1a773} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.00159 sec., 2515.7232704402513 rows/sec., 3.39 MiB/sec. | ||
9414 | 2024.06.22 01:36:20.271446 [ 3 ] {7f871f24-3557-4a3e-86a4-84b1aea1a773} <Debug> DynamicQueryHandler: Done processing query | ||
9415 | 2024.06.22 01:36:20.271472 [ 3 ] {7f871f24-3557-4a3e-86a4-84b1aea1a773} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9416 | 2024.06.22 01:36:20.271487 [ 3 ] {} <Debug> HTTP-Session: ce6ac536-40fc-455c-bdba-79698a323e4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9417 | 2024.06.22 01:36:20.271598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9418 | 2024.06.22 01:36:20.271648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9419 | 2024.06.22 01:36:20.271667 [ 3 ] {} <Debug> HTTP-Session: d43e6eef-8684-4fd3-9d49-0c2c5ec78781 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9420 | 2024.06.22 01:36:20.271683 [ 3 ] {} <Debug> HTTP-Session: d43e6eef-8684-4fd3-9d49-0c2c5ec78781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9421 | 2024.06.22 01:36:20.271696 [ 3 ] {} <Debug> HTTP-Session: d43e6eef-8684-4fd3-9d49-0c2c5ec78781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9422 | 2024.06.22 01:36:20.271727 [ 3 ] {} <Trace> HTTP-Session: d43e6eef-8684-4fd3-9d49-0c2c5ec78781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9423 | 2024.06.22 01:36:20.271844 [ 3 ] {1d63e162-e71f-437e-bd3e-a945f4dbae30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9424 | 2024.06.22 01:36:20.271887 [ 3 ] {1d63e162-e71f-437e-bd3e-a945f4dbae30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9425 | 2024.06.22 01:36:20.272013 [ 3 ] {1d63e162-e71f-437e-bd3e-a945f4dbae30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9426 | 2024.06.22 01:36:20.272338 [ 3 ] {1d63e162-e71f-437e-bd3e-a945f4dbae30} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9427 | 2024.06.22 01:36:20.272375 [ 3 ] {1d63e162-e71f-437e-bd3e-a945f4dbae30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9428 | 2024.06.22 01:36:20.272740 [ 3 ] {1d63e162-e71f-437e-bd3e-a945f4dbae30} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9429 | 2024.06.22 01:36:20.273073 [ 3 ] {1d63e162-e71f-437e-bd3e-a945f4dbae30} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9430 | 2024.06.22 01:36:20.273226 [ 3 ] {1d63e162-e71f-437e-bd3e-a945f4dbae30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
9431 | 2024.06.22 01:36:20.273402 [ 3 ] {1d63e162-e71f-437e-bd3e-a945f4dbae30} <Debug> DynamicQueryHandler: Done processing query | ||
9432 | 2024.06.22 01:36:20.273427 [ 3 ] {1d63e162-e71f-437e-bd3e-a945f4dbae30} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9433 | 2024.06.22 01:36:20.273442 [ 3 ] {} <Debug> HTTP-Session: d43e6eef-8684-4fd3-9d49-0c2c5ec78781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9434 | 2024.06.22 01:36:25.257175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 3638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9435 | 2024.06.22 01:36:25.257313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9436 | 2024.06.22 01:36:25.257345 [ 3 ] {} <Debug> HTTP-Session: fc118010-f3fd-401f-ade4-b5543bf03ef4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9437 | 2024.06.22 01:36:25.257373 [ 3 ] {} <Debug> HTTP-Session: fc118010-f3fd-401f-ade4-b5543bf03ef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9438 | 2024.06.22 01:36:25.257391 [ 3 ] {} <Debug> HTTP-Session: fc118010-f3fd-401f-ade4-b5543bf03ef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9439 | 2024.06.22 01:36:25.257447 [ 3 ] {} <Trace> HTTP-Session: fc118010-f3fd-401f-ade4-b5543bf03ef4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9440 | 2024.06.22 01:36:25.257659 [ 3 ] {9a84e6f9-5974-49b5-b09d-7489b242856f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9441 | 2024.06.22 01:36:25.257736 [ 3 ] {9a84e6f9-5974-49b5-b09d-7489b242856f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9442 | 2024.06.22 01:36:25.257931 [ 3 ] {9a84e6f9-5974-49b5-b09d-7489b242856f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9443 | 2024.06.22 01:36:25.258413 [ 3 ] {9a84e6f9-5974-49b5-b09d-7489b242856f} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9444 | 2024.06.22 01:36:25.258461 [ 3 ] {9a84e6f9-5974-49b5-b09d-7489b242856f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
9445 | 2024.06.22 01:36:25.258838 [ 3 ] {9a84e6f9-5974-49b5-b09d-7489b242856f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9446 | 2024.06.22 01:36:25.259180 [ 3 ] {9a84e6f9-5974-49b5-b09d-7489b242856f} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9447 | 2024.06.22 01:36:25.259343 [ 3 ] {9a84e6f9-5974-49b5-b09d-7489b242856f} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.00175 sec., 14285.714285714286 rows/sec., 1.13 MiB/sec. | ||
9448 | 2024.06.22 01:36:25.259576 [ 3 ] {9a84e6f9-5974-49b5-b09d-7489b242856f} <Debug> DynamicQueryHandler: Done processing query | ||
9449 | 2024.06.22 01:36:25.259605 [ 3 ] {9a84e6f9-5974-49b5-b09d-7489b242856f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9450 | 2024.06.22 01:36:25.259622 [ 3 ] {} <Debug> HTTP-Session: fc118010-f3fd-401f-ade4-b5543bf03ef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9451 | 2024.06.22 01:36:25.259827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 19150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9452 | 2024.06.22 01:36:25.259886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9453 | 2024.06.22 01:36:25.259907 [ 3 ] {} <Debug> HTTP-Session: d99942ff-cf0e-4b68-ba23-56b1484bcee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9454 | 2024.06.22 01:36:25.259926 [ 3 ] {} <Debug> HTTP-Session: d99942ff-cf0e-4b68-ba23-56b1484bcee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9455 | 2024.06.22 01:36:25.259941 [ 3 ] {} <Debug> HTTP-Session: d99942ff-cf0e-4b68-ba23-56b1484bcee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9456 | 2024.06.22 01:36:25.259977 [ 3 ] {} <Trace> HTTP-Session: d99942ff-cf0e-4b68-ba23-56b1484bcee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9457 | 2024.06.22 01:36:25.260127 [ 3 ] {806e1b06-ae45-4fb0-b362-8a4f8144a8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9458 | 2024.06.22 01:36:25.260174 [ 3 ] {806e1b06-ae45-4fb0-b362-8a4f8144a8be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9459 | 2024.06.22 01:36:25.260312 [ 3 ] {806e1b06-ae45-4fb0-b362-8a4f8144a8be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9460 | 2024.06.22 01:36:25.260779 [ 3 ] {806e1b06-ae45-4fb0-b362-8a4f8144a8be} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9461 | 2024.06.22 01:36:25.260819 [ 3 ] {806e1b06-ae45-4fb0-b362-8a4f8144a8be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
9462 | 2024.06.22 01:36:25.261163 [ 3 ] {806e1b06-ae45-4fb0-b362-8a4f8144a8be} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9463 | 2024.06.22 01:36:25.261485 [ 3 ] {806e1b06-ae45-4fb0-b362-8a4f8144a8be} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9464 | 2024.06.22 01:36:25.261647 [ 3 ] {806e1b06-ae45-4fb0-b362-8a4f8144a8be} <Debug> executeQuery: Read 131 rows, 11.17 KiB in 0.00158 sec., 82911.39240506329 rows/sec., 6.90 MiB/sec. | ||
9465 | 2024.06.22 01:36:25.261669 [ 71 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9466 | 2024.06.22 01:36:25.261767 [ 71 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9467 | 2024.06.22 01:36:25.261811 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
9468 | 2024.06.22 01:36:25.261923 [ 3 ] {806e1b06-ae45-4fb0-b362-8a4f8144a8be} <Debug> DynamicQueryHandler: Done processing query | ||
9469 | 2024.06.22 01:36:25.261977 [ 3 ] {806e1b06-ae45-4fb0-b362-8a4f8144a8be} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9470 | 2024.06.22 01:36:25.261991 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
9471 | 2024.06.22 01:36:25.262004 [ 3 ] {} <Debug> HTTP-Session: d99942ff-cf0e-4b68-ba23-56b1484bcee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9472 | 2024.06.22 01:36:25.262171 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9473 | 2024.06.22 01:36:25.262211 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 186 rows starting from the beginning of the part | ||
9474 | 2024.06.22 01:36:25.262264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 15125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9475 | 2024.06.22 01:36:25.262365 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
9476 | 2024.06.22 01:36:25.262441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9477 | 2024.06.22 01:36:25.262548 [ 3 ] {} <Debug> HTTP-Session: 132b8bbd-598f-4e6b-a933-b0d01e294ae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9478 | 2024.06.22 01:36:25.262652 [ 3 ] {} <Debug> HTTP-Session: 132b8bbd-598f-4e6b-a933-b0d01e294ae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9479 | 2024.06.22 01:36:25.262670 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 69 rows starting from the beginning of the part | ||
9480 | 2024.06.22 01:36:25.262710 [ 3 ] {} <Debug> HTTP-Session: 132b8bbd-598f-4e6b-a933-b0d01e294ae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9481 | 2024.06.22 01:36:25.262852 [ 3 ] {} <Trace> HTTP-Session: 132b8bbd-598f-4e6b-a933-b0d01e294ae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9482 | 2024.06.22 01:36:25.262969 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 167 rows starting from the beginning of the part | ||
9483 | 2024.06.22 01:36:25.263306 [ 3 ] {f656c81d-780e-4e66-a0ae-9012245da41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9484 | 2024.06.22 01:36:25.263342 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 68 rows starting from the beginning of the part | ||
9485 | 2024.06.22 01:36:25.263433 [ 3 ] {f656c81d-780e-4e66-a0ae-9012245da41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9486 | 2024.06.22 01:36:25.263655 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 131 rows starting from the beginning of the part | ||
9487 | 2024.06.22 01:36:25.264365 [ 3 ] {f656c81d-780e-4e66-a0ae-9012245da41e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9488 | 2024.06.22 01:36:25.265292 [ 3 ] {f656c81d-780e-4e66-a0ae-9012245da41e} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9489 | 2024.06.22 01:36:25.265356 [ 3 ] {f656c81d-780e-4e66-a0ae-9012245da41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
9490 | 2024.06.22 01:36:25.266147 [ 3 ] {f656c81d-780e-4e66-a0ae-9012245da41e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9491 | 2024.06.22 01:36:25.266759 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 677 rows, containing 4 columns (4 merged, 0 gathered) in 0.004861923 sec., 139245.31507389154 rows/sec., 11.26 MiB/sec. | ||
9492 | 2024.06.22 01:36:25.267038 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9493 | 2024.06.22 01:36:25.267071 [ 3 ] {f656c81d-780e-4e66-a0ae-9012245da41e} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9494 | 2024.06.22 01:36:25.267401 [ 71 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9495 | 2024.06.22 01:36:25.267452 [ 3 ] {f656c81d-780e-4e66-a0ae-9012245da41e} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.004327 sec., 20568.523226253754 rows/sec., 1.61 MiB/sec. | ||
9496 | 2024.06.22 01:36:25.267539 [ 71 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9497 | 2024.06.22 01:36:25.267706 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
9498 | 2024.06.22 01:36:25.268209 [ 3 ] {f656c81d-780e-4e66-a0ae-9012245da41e} <Debug> DynamicQueryHandler: Done processing query | ||
9499 | 2024.06.22 01:36:25.268231 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
9500 | 2024.06.22 01:36:25.268259 [ 3 ] {f656c81d-780e-4e66-a0ae-9012245da41e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9501 | 2024.06.22 01:36:25.268329 [ 3 ] {} <Debug> HTTP-Session: 132b8bbd-598f-4e6b-a933-b0d01e294ae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9502 | 2024.06.22 01:36:25.268605 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9503 | 2024.06.22 01:36:25.268624 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_71_14} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9504 | 2024.06.22 01:36:25.268625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9505 | 2024.06.22 01:36:25.268687 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 149 rows starting from the beginning of the part | ||
9506 | 2024.06.22 01:36:25.268796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9507 | 2024.06.22 01:36:25.268932 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_71_14} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9508 | 2024.06.22 01:36:25.269129 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
9509 | 2024.06.22 01:36:25.269177 [ 3 ] {} <Debug> HTTP-Session: 7a44a144-f853-445b-8e02-115c60e10c3f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9510 | 2024.06.22 01:36:25.269214 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
9511 | 2024.06.22 01:36:25.269273 [ 3 ] {} <Debug> HTTP-Session: 7a44a144-f853-445b-8e02-115c60e10c3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9512 | 2024.06.22 01:36:25.269392 [ 3 ] {} <Debug> HTTP-Session: 7a44a144-f853-445b-8e02-115c60e10c3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9513 | 2024.06.22 01:36:25.269456 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 70 rows starting from the beginning of the part | ||
9514 | 2024.06.22 01:36:25.269515 [ 3 ] {} <Trace> HTTP-Session: 7a44a144-f853-445b-8e02-115c60e10c3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9515 | 2024.06.22 01:36:25.269705 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 113 rows starting from the beginning of the part | ||
9516 | 2024.06.22 01:36:25.270016 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 68 rows starting from the beginning of the part | ||
9517 | 2024.06.22 01:36:25.270043 [ 3 ] {40925f8f-8c64-4e89-bb77-905afd619a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9518 | 2024.06.22 01:36:25.270280 [ 3 ] {40925f8f-8c64-4e89-bb77-905afd619a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9519 | 2024.06.22 01:36:25.270285 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 89 rows starting from the beginning of the part | ||
9520 | 2024.06.22 01:36:25.271073 [ 3 ] {40925f8f-8c64-4e89-bb77-905afd619a2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9521 | 2024.06.22 01:36:25.272111 [ 3 ] {40925f8f-8c64-4e89-bb77-905afd619a2f} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9522 | 2024.06.22 01:36:25.272195 [ 3 ] {40925f8f-8c64-4e89-bb77-905afd619a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
9523 | 2024.06.22 01:36:25.273223 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 553 rows, containing 4 columns (4 merged, 0 gathered) in 0.005275645 sec., 104821.30620995158 rows/sec., 8.18 MiB/sec. | ||
9524 | 2024.06.22 01:36:25.273270 [ 3 ] {40925f8f-8c64-4e89-bb77-905afd619a2f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9525 | 2024.06.22 01:36:25.273492 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9526 | 2024.06.22 01:36:25.274094 [ 3 ] {40925f8f-8c64-4e89-bb77-905afd619a2f} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9527 | 2024.06.22 01:36:25.274341 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9528 | 2024.06.22 01:36:25.274420 [ 3 ] {40925f8f-8c64-4e89-bb77-905afd619a2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004615 sec., 34669.55579631636 rows/sec., 2.41 MiB/sec. | ||
9529 | 2024.06.22 01:36:25.274433 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9530 | 2024.06.22 01:36:25.274551 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
9531 | 2024.06.22 01:36:25.274555 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_71_14} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9532 | 2024.06.22 01:36:25.274979 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_71_14} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9533 | 2024.06.22 01:36:25.274982 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
9534 | 2024.06.22 01:36:25.275201 [ 3 ] {40925f8f-8c64-4e89-bb77-905afd619a2f} <Debug> DynamicQueryHandler: Done processing query | ||
9535 | 2024.06.22 01:36:25.275221 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
9536 | 2024.06.22 01:36:25.275299 [ 3 ] {40925f8f-8c64-4e89-bb77-905afd619a2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9537 | 2024.06.22 01:36:25.275358 [ 3 ] {} <Debug> HTTP-Session: 7a44a144-f853-445b-8e02-115c60e10c3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9538 | 2024.06.22 01:36:25.275444 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9539 | 2024.06.22 01:36:25.275493 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 10718 rows starting from the beginning of the part | ||
9540 | 2024.06.22 01:36:25.275696 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
9541 | 2024.06.22 01:36:25.275698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 26786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9542 | 2024.06.22 01:36:25.276002 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 161 rows starting from the beginning of the part | ||
9543 | 2024.06.22 01:36:25.275994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9544 | 2024.06.22 01:36:25.276078 [ 3 ] {} <Debug> HTTP-Session: f3f3592d-e8c7-43b0-9c74-1bf164d53929 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9545 | 2024.06.22 01:36:25.276168 [ 3 ] {} <Debug> HTTP-Session: f3f3592d-e8c7-43b0-9c74-1bf164d53929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9546 | 2024.06.22 01:36:25.276261 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 196 rows starting from the beginning of the part | ||
9547 | 2024.06.22 01:36:25.276277 [ 3 ] {} <Debug> HTTP-Session: f3f3592d-e8c7-43b0-9c74-1bf164d53929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9548 | 2024.06.22 01:36:25.276469 [ 3 ] {} <Trace> HTTP-Session: f3f3592d-e8c7-43b0-9c74-1bf164d53929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9549 | 2024.06.22 01:36:25.276532 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
9550 | 2024.06.22 01:36:25.276713 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
9551 | 2024.06.22 01:36:25.277169 [ 3 ] {69f37490-6ff7-4e43-a6ca-cc8f8f455a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9552 | 2024.06.22 01:36:25.277306 [ 3 ] {69f37490-6ff7-4e43-a6ca-cc8f8f455a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9553 | 2024.06.22 01:36:25.277931 [ 3 ] {69f37490-6ff7-4e43-a6ca-cc8f8f455a09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9554 | 2024.06.22 01:36:25.278541 [ 3 ] {69f37490-6ff7-4e43-a6ca-cc8f8f455a09} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9555 | 2024.06.22 01:36:25.278605 [ 3 ] {69f37490-6ff7-4e43-a6ca-cc8f8f455a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
9556 | 2024.06.22 01:36:25.279691 [ 3 ] {69f37490-6ff7-4e43-a6ca-cc8f8f455a09} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9557 | 2024.06.22 01:36:25.280448 [ 3 ] {69f37490-6ff7-4e43-a6ca-cc8f8f455a09} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9558 | 2024.06.22 01:36:25.280760 [ 3 ] {69f37490-6ff7-4e43-a6ca-cc8f8f455a09} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.003966 sec., 6303.580433686334 rows/sec., 8.51 MiB/sec. | ||
9559 | 2024.06.22 01:36:25.281220 [ 3 ] {69f37490-6ff7-4e43-a6ca-cc8f8f455a09} <Debug> DynamicQueryHandler: Done processing query | ||
9560 | 2024.06.22 01:36:25.281329 [ 3 ] {69f37490-6ff7-4e43-a6ca-cc8f8f455a09} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
9561 | 2024.06.22 01:36:25.281404 [ 3 ] {} <Debug> HTTP-Session: f3f3592d-e8c7-43b0-9c74-1bf164d53929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9562 | 2024.06.22 01:36:25.281609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9563 | 2024.06.22 01:36:25.281663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9564 | 2024.06.22 01:36:25.281682 [ 3 ] {} <Debug> HTTP-Session: 94d22c05-ffb0-4075-8fdb-64c8e2af7510 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9565 | 2024.06.22 01:36:25.281699 [ 3 ] {} <Debug> HTTP-Session: 94d22c05-ffb0-4075-8fdb-64c8e2af7510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9566 | 2024.06.22 01:36:25.281714 [ 3 ] {} <Debug> HTTP-Session: 94d22c05-ffb0-4075-8fdb-64c8e2af7510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9567 | 2024.06.22 01:36:25.281752 [ 3 ] {} <Trace> HTTP-Session: 94d22c05-ffb0-4075-8fdb-64c8e2af7510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9568 | 2024.06.22 01:36:25.281899 [ 3 ] {e9ead1e6-dc46-487d-9ff8-114ebf864356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9569 | 2024.06.22 01:36:25.281946 [ 3 ] {e9ead1e6-dc46-487d-9ff8-114ebf864356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9570 | 2024.06.22 01:36:25.282126 [ 3 ] {e9ead1e6-dc46-487d-9ff8-114ebf864356} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9571 | 2024.06.22 01:36:25.282866 [ 198 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11555 rows, containing 5 columns (5 merged, 0 gathered) in 0.008140515 sec., 1419443.364455443 rows/sec., 98.92 MiB/sec. | ||
9572 | 2024.06.22 01:36:25.282870 [ 3 ] {e9ead1e6-dc46-487d-9ff8-114ebf864356} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9573 | 2024.06.22 01:36:25.282937 [ 3 ] {e9ead1e6-dc46-487d-9ff8-114ebf864356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
9574 | 2024.06.22 01:36:25.283260 [ 193 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9575 | 2024.06.22 01:36:25.283635 [ 3 ] {e9ead1e6-dc46-487d-9ff8-114ebf864356} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9576 | 2024.06.22 01:36:25.284191 [ 195 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9577 | 2024.06.22 01:36:25.284369 [ 3 ] {e9ead1e6-dc46-487d-9ff8-114ebf864356} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9578 | 2024.06.22 01:36:25.284425 [ 195 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9579 | 2024.06.22 01:36:25.284597 [ 75 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9580 | 2024.06.22 01:36:25.284702 [ 75 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9581 | 2024.06.22 01:36:25.284716 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. | ||
9582 | 2024.06.22 01:36:25.284695 [ 3 ] {e9ead1e6-dc46-487d-9ff8-114ebf864356} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002821 sec., 21269.05352711804 rows/sec., 1.43 MiB/sec. | ||
9583 | 2024.06.22 01:36:25.284737 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
9584 | 2024.06.22 01:36:25.285151 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
9585 | 2024.06.22 01:36:25.285211 [ 3 ] {e9ead1e6-dc46-487d-9ff8-114ebf864356} <Debug> DynamicQueryHandler: Done processing query | ||
9586 | 2024.06.22 01:36:25.285290 [ 3 ] {e9ead1e6-dc46-487d-9ff8-114ebf864356} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9587 | 2024.06.22 01:36:25.285402 [ 3 ] {} <Debug> HTTP-Session: 94d22c05-ffb0-4075-8fdb-64c8e2af7510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9588 | 2024.06.22 01:36:25.285698 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9589 | 2024.06.22 01:36:25.285801 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3818 rows starting from the beginning of the part | ||
9590 | 2024.06.22 01:36:25.286119 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
9591 | 2024.06.22 01:36:25.286346 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
9592 | 2024.06.22 01:36:25.286478 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
9593 | 2024.06.22 01:36:25.286633 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
9594 | 2024.06.22 01:36:25.286783 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
9595 | 2024.06.22 01:36:25.288488 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4118 rows, containing 4 columns (4 merged, 0 gathered) in 0.003597534 sec., 1144672.9898869614 rows/sec., 77.16 MiB/sec. | ||
9596 | 2024.06.22 01:36:25.288819 [ 195 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9597 | 2024.06.22 01:36:25.289245 [ 195 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_71_14} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9598 | 2024.06.22 01:36:25.289328 [ 195 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_71_14} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9599 | 2024.06.22 01:36:25.289416 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
9600 | 2024.06.22 01:36:30.256491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9601 | 2024.06.22 01:36:30.256617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9602 | 2024.06.22 01:36:30.256642 [ 3 ] {} <Debug> HTTP-Session: be5581f1-a372-44f1-b53f-8edd5b52ccfa Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9603 | 2024.06.22 01:36:30.256665 [ 3 ] {} <Debug> HTTP-Session: be5581f1-a372-44f1-b53f-8edd5b52ccfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9604 | 2024.06.22 01:36:30.256680 [ 3 ] {} <Debug> HTTP-Session: be5581f1-a372-44f1-b53f-8edd5b52ccfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9605 | 2024.06.22 01:36:30.256730 [ 3 ] {} <Trace> HTTP-Session: be5581f1-a372-44f1-b53f-8edd5b52ccfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9606 | 2024.06.22 01:36:30.256916 [ 3 ] {f87d9539-dce1-460a-a50f-f5f40bafd00a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9607 | 2024.06.22 01:36:30.256985 [ 3 ] {f87d9539-dce1-460a-a50f-f5f40bafd00a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9608 | 2024.06.22 01:36:30.257175 [ 3 ] {f87d9539-dce1-460a-a50f-f5f40bafd00a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9609 | 2024.06.22 01:36:30.257598 [ 3 ] {f87d9539-dce1-460a-a50f-f5f40bafd00a} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9610 | 2024.06.22 01:36:30.257641 [ 3 ] {f87d9539-dce1-460a-a50f-f5f40bafd00a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9611 | 2024.06.22 01:36:30.258025 [ 3 ] {f87d9539-dce1-460a-a50f-f5f40bafd00a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9612 | 2024.06.22 01:36:30.258399 [ 3 ] {f87d9539-dce1-460a-a50f-f5f40bafd00a} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9613 | 2024.06.22 01:36:30.258552 [ 3 ] {f87d9539-dce1-460a-a50f-f5f40bafd00a} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.00169 sec., 2366.8639053254437 rows/sec., 191.85 KiB/sec. | ||
9614 | 2024.06.22 01:36:30.258764 [ 3 ] {f87d9539-dce1-460a-a50f-f5f40bafd00a} <Debug> DynamicQueryHandler: Done processing query | ||
9615 | 2024.06.22 01:36:30.258793 [ 3 ] {f87d9539-dce1-460a-a50f-f5f40bafd00a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9616 | 2024.06.22 01:36:30.258809 [ 3 ] {} <Debug> HTTP-Session: be5581f1-a372-44f1-b53f-8edd5b52ccfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9617 | 2024.06.22 01:36:30.258970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9618 | 2024.06.22 01:36:30.259026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9619 | 2024.06.22 01:36:30.259046 [ 3 ] {} <Debug> HTTP-Session: 71291bb6-611c-417e-991d-e5b960a4837b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9620 | 2024.06.22 01:36:30.259064 [ 3 ] {} <Debug> HTTP-Session: 71291bb6-611c-417e-991d-e5b960a4837b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9621 | 2024.06.22 01:36:30.259078 [ 3 ] {} <Debug> HTTP-Session: 71291bb6-611c-417e-991d-e5b960a4837b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9622 | 2024.06.22 01:36:30.259114 [ 3 ] {} <Trace> HTTP-Session: 71291bb6-611c-417e-991d-e5b960a4837b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9623 | 2024.06.22 01:36:30.259225 [ 3 ] {2103c6e8-826b-4c29-91a2-88a58290c515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9624 | 2024.06.22 01:36:30.259272 [ 3 ] {2103c6e8-826b-4c29-91a2-88a58290c515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9625 | 2024.06.22 01:36:30.259407 [ 3 ] {2103c6e8-826b-4c29-91a2-88a58290c515} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9626 | 2024.06.22 01:36:30.259707 [ 3 ] {2103c6e8-826b-4c29-91a2-88a58290c515} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9627 | 2024.06.22 01:36:30.259745 [ 3 ] {2103c6e8-826b-4c29-91a2-88a58290c515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9628 | 2024.06.22 01:36:30.260431 [ 3 ] {2103c6e8-826b-4c29-91a2-88a58290c515} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9629 | 2024.06.22 01:36:30.260769 [ 3 ] {2103c6e8-826b-4c29-91a2-88a58290c515} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9630 | 2024.06.22 01:36:30.260897 [ 3 ] {2103c6e8-826b-4c29-91a2-88a58290c515} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001704 sec., 2347.417840375587 rows/sec., 191.42 KiB/sec. | ||
9631 | 2024.06.22 01:36:30.261058 [ 3 ] {2103c6e8-826b-4c29-91a2-88a58290c515} <Debug> DynamicQueryHandler: Done processing query | ||
9632 | 2024.06.22 01:36:30.261083 [ 3 ] {2103c6e8-826b-4c29-91a2-88a58290c515} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9633 | 2024.06.22 01:36:30.261101 [ 3 ] {} <Debug> HTTP-Session: 71291bb6-611c-417e-991d-e5b960a4837b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9634 | 2024.06.22 01:36:30.261240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9635 | 2024.06.22 01:36:30.261288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9636 | 2024.06.22 01:36:30.261307 [ 3 ] {} <Debug> HTTP-Session: 69e71bf2-9224-42ec-b0fe-36ac143b3bca Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9637 | 2024.06.22 01:36:30.261324 [ 3 ] {} <Debug> HTTP-Session: 69e71bf2-9224-42ec-b0fe-36ac143b3bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9638 | 2024.06.22 01:36:30.261341 [ 3 ] {} <Debug> HTTP-Session: 69e71bf2-9224-42ec-b0fe-36ac143b3bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9639 | 2024.06.22 01:36:30.261373 [ 3 ] {} <Trace> HTTP-Session: 69e71bf2-9224-42ec-b0fe-36ac143b3bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9640 | 2024.06.22 01:36:30.261493 [ 3 ] {ca9b88be-6b40-430b-a04d-8fbf57405b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9641 | 2024.06.22 01:36:30.261535 [ 3 ] {ca9b88be-6b40-430b-a04d-8fbf57405b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9642 | 2024.06.22 01:36:30.261661 [ 3 ] {ca9b88be-6b40-430b-a04d-8fbf57405b8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9643 | 2024.06.22 01:36:30.262000 [ 3 ] {ca9b88be-6b40-430b-a04d-8fbf57405b8f} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9644 | 2024.06.22 01:36:30.262036 [ 3 ] {ca9b88be-6b40-430b-a04d-8fbf57405b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9645 | 2024.06.22 01:36:30.262357 [ 3 ] {ca9b88be-6b40-430b-a04d-8fbf57405b8f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9646 | 2024.06.22 01:36:30.262676 [ 3 ] {ca9b88be-6b40-430b-a04d-8fbf57405b8f} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9647 | 2024.06.22 01:36:30.262803 [ 3 ] {ca9b88be-6b40-430b-a04d-8fbf57405b8f} <Debug> executeQuery: Read 70 rows, 5.63 KiB in 0.001352 sec., 51775.14792899408 rows/sec., 4.06 MiB/sec. | ||
9648 | 2024.06.22 01:36:30.262989 [ 3 ] {ca9b88be-6b40-430b-a04d-8fbf57405b8f} <Debug> DynamicQueryHandler: Done processing query | ||
9649 | 2024.06.22 01:36:30.263031 [ 3 ] {ca9b88be-6b40-430b-a04d-8fbf57405b8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9650 | 2024.06.22 01:36:30.263060 [ 3 ] {} <Debug> HTTP-Session: 69e71bf2-9224-42ec-b0fe-36ac143b3bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9651 | 2024.06.22 01:36:30.263203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9652 | 2024.06.22 01:36:30.263253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9653 | 2024.06.22 01:36:30.263272 [ 3 ] {} <Debug> HTTP-Session: 8b3cbcf4-4547-4241-afdd-139bdfb56f68 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9654 | 2024.06.22 01:36:30.263288 [ 3 ] {} <Debug> HTTP-Session: 8b3cbcf4-4547-4241-afdd-139bdfb56f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9655 | 2024.06.22 01:36:30.263302 [ 3 ] {} <Debug> HTTP-Session: 8b3cbcf4-4547-4241-afdd-139bdfb56f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9656 | 2024.06.22 01:36:30.263333 [ 3 ] {} <Trace> HTTP-Session: 8b3cbcf4-4547-4241-afdd-139bdfb56f68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9657 | 2024.06.22 01:36:30.263432 [ 3 ] {fe7e0e01-8628-47da-be8b-12f51bd8c2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9658 | 2024.06.22 01:36:30.263475 [ 3 ] {fe7e0e01-8628-47da-be8b-12f51bd8c2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9659 | 2024.06.22 01:36:30.263600 [ 3 ] {fe7e0e01-8628-47da-be8b-12f51bd8c2fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9660 | 2024.06.22 01:36:30.263888 [ 3 ] {fe7e0e01-8628-47da-be8b-12f51bd8c2fd} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9661 | 2024.06.22 01:36:30.263925 [ 3 ] {fe7e0e01-8628-47da-be8b-12f51bd8c2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9662 | 2024.06.22 01:36:30.264232 [ 3 ] {fe7e0e01-8628-47da-be8b-12f51bd8c2fd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9663 | 2024.06.22 01:36:30.264565 [ 3 ] {fe7e0e01-8628-47da-be8b-12f51bd8c2fd} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9664 | 2024.06.22 01:36:30.264688 [ 3 ] {fe7e0e01-8628-47da-be8b-12f51bd8c2fd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001282 sec., 3120.1248049921996 rows/sec., 217.86 KiB/sec. | ||
9665 | 2024.06.22 01:36:30.264953 [ 3 ] {fe7e0e01-8628-47da-be8b-12f51bd8c2fd} <Debug> DynamicQueryHandler: Done processing query | ||
9666 | 2024.06.22 01:36:30.264993 [ 3 ] {fe7e0e01-8628-47da-be8b-12f51bd8c2fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9667 | 2024.06.22 01:36:30.265009 [ 3 ] {} <Debug> HTTP-Session: 8b3cbcf4-4547-4241-afdd-139bdfb56f68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9668 | 2024.06.22 01:36:30.265137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 12250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9669 | 2024.06.22 01:36:30.265185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9670 | 2024.06.22 01:36:30.265205 [ 3 ] {} <Debug> HTTP-Session: 9061f6d5-87fc-43cf-8646-ae47d0c87f69 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9671 | 2024.06.22 01:36:30.265221 [ 3 ] {} <Debug> HTTP-Session: 9061f6d5-87fc-43cf-8646-ae47d0c87f69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9672 | 2024.06.22 01:36:30.265235 [ 3 ] {} <Debug> HTTP-Session: 9061f6d5-87fc-43cf-8646-ae47d0c87f69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9673 | 2024.06.22 01:36:30.265265 [ 3 ] {} <Trace> HTTP-Session: 9061f6d5-87fc-43cf-8646-ae47d0c87f69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9674 | 2024.06.22 01:36:30.265382 [ 3 ] {c7236e5a-9829-469d-8d0c-8ba047de3b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9675 | 2024.06.22 01:36:30.265426 [ 3 ] {c7236e5a-9829-469d-8d0c-8ba047de3b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9676 | 2024.06.22 01:36:30.265575 [ 3 ] {c7236e5a-9829-469d-8d0c-8ba047de3b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9677 | 2024.06.22 01:36:30.265920 [ 3 ] {c7236e5a-9829-469d-8d0c-8ba047de3b38} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9678 | 2024.06.22 01:36:30.265957 [ 3 ] {c7236e5a-9829-469d-8d0c-8ba047de3b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9679 | 2024.06.22 01:36:30.266281 [ 3 ] {c7236e5a-9829-469d-8d0c-8ba047de3b38} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9680 | 2024.06.22 01:36:30.266595 [ 3 ] {c7236e5a-9829-469d-8d0c-8ba047de3b38} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9681 | 2024.06.22 01:36:30.266736 [ 3 ] {c7236e5a-9829-469d-8d0c-8ba047de3b38} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001394 sec., 51649.92826398852 rows/sec., 4.04 MiB/sec. | ||
9682 | 2024.06.22 01:36:30.266922 [ 3 ] {c7236e5a-9829-469d-8d0c-8ba047de3b38} <Debug> DynamicQueryHandler: Done processing query | ||
9683 | 2024.06.22 01:36:30.266959 [ 3 ] {c7236e5a-9829-469d-8d0c-8ba047de3b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9684 | 2024.06.22 01:36:30.266985 [ 3 ] {} <Debug> HTTP-Session: 9061f6d5-87fc-43cf-8646-ae47d0c87f69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9685 | 2024.06.22 01:36:30.267134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9686 | 2024.06.22 01:36:30.267183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9687 | 2024.06.22 01:36:30.267202 [ 3 ] {} <Debug> HTTP-Session: c9f745ad-b695-425a-8fc9-228ad9598ac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9688 | 2024.06.22 01:36:30.267219 [ 3 ] {} <Debug> HTTP-Session: c9f745ad-b695-425a-8fc9-228ad9598ac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9689 | 2024.06.22 01:36:30.267232 [ 3 ] {} <Debug> HTTP-Session: c9f745ad-b695-425a-8fc9-228ad9598ac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9690 | 2024.06.22 01:36:30.267263 [ 3 ] {} <Trace> HTTP-Session: c9f745ad-b695-425a-8fc9-228ad9598ac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9691 | 2024.06.22 01:36:30.267413 [ 3 ] {8516fd40-6feb-4e32-a8de-e29d3b91258f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9692 | 2024.06.22 01:36:30.267459 [ 3 ] {8516fd40-6feb-4e32-a8de-e29d3b91258f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9693 | 2024.06.22 01:36:30.267606 [ 3 ] {8516fd40-6feb-4e32-a8de-e29d3b91258f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9694 | 2024.06.22 01:36:30.268026 [ 3 ] {8516fd40-6feb-4e32-a8de-e29d3b91258f} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9695 | 2024.06.22 01:36:30.268063 [ 3 ] {8516fd40-6feb-4e32-a8de-e29d3b91258f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9696 | 2024.06.22 01:36:30.268461 [ 3 ] {8516fd40-6feb-4e32-a8de-e29d3b91258f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9697 | 2024.06.22 01:36:30.268804 [ 3 ] {8516fd40-6feb-4e32-a8de-e29d3b91258f} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9698 | 2024.06.22 01:36:30.268932 [ 3 ] {8516fd40-6feb-4e32-a8de-e29d3b91258f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001586 sec., 102143.7578814628 rows/sec., 7.11 MiB/sec. | ||
9699 | 2024.06.22 01:36:30.269223 [ 3 ] {8516fd40-6feb-4e32-a8de-e29d3b91258f} <Debug> DynamicQueryHandler: Done processing query | ||
9700 | 2024.06.22 01:36:30.269286 [ 3 ] {8516fd40-6feb-4e32-a8de-e29d3b91258f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9701 | 2024.06.22 01:36:30.269347 [ 3 ] {} <Debug> HTTP-Session: c9f745ad-b695-425a-8fc9-228ad9598ac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9702 | 2024.06.22 01:36:30.269532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9703 | 2024.06.22 01:36:30.269585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9704 | 2024.06.22 01:36:30.269604 [ 3 ] {} <Debug> HTTP-Session: 993955df-347d-4b15-805e-13391f706ee5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9705 | 2024.06.22 01:36:30.269621 [ 3 ] {} <Debug> HTTP-Session: 993955df-347d-4b15-805e-13391f706ee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9706 | 2024.06.22 01:36:30.269635 [ 3 ] {} <Debug> HTTP-Session: 993955df-347d-4b15-805e-13391f706ee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9707 | 2024.06.22 01:36:30.269668 [ 3 ] {} <Trace> HTTP-Session: 993955df-347d-4b15-805e-13391f706ee5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9708 | 2024.06.22 01:36:30.269801 [ 3 ] {4d1dfd20-d172-4f71-b966-751abdada4da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9709 | 2024.06.22 01:36:30.269853 [ 3 ] {4d1dfd20-d172-4f71-b966-751abdada4da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9710 | 2024.06.22 01:36:30.270030 [ 3 ] {4d1dfd20-d172-4f71-b966-751abdada4da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9711 | 2024.06.22 01:36:30.270354 [ 3 ] {4d1dfd20-d172-4f71-b966-751abdada4da} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9712 | 2024.06.22 01:36:30.270389 [ 3 ] {4d1dfd20-d172-4f71-b966-751abdada4da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9713 | 2024.06.22 01:36:30.270783 [ 3 ] {4d1dfd20-d172-4f71-b966-751abdada4da} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9714 | 2024.06.22 01:36:30.271136 [ 3 ] {4d1dfd20-d172-4f71-b966-751abdada4da} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9715 | 2024.06.22 01:36:30.271272 [ 3 ] {4d1dfd20-d172-4f71-b966-751abdada4da} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001527 sec., 2619.515389652914 rows/sec., 3.53 MiB/sec. | ||
9716 | 2024.06.22 01:36:30.271443 [ 3 ] {4d1dfd20-d172-4f71-b966-751abdada4da} <Debug> DynamicQueryHandler: Done processing query | ||
9717 | 2024.06.22 01:36:30.271468 [ 3 ] {4d1dfd20-d172-4f71-b966-751abdada4da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9718 | 2024.06.22 01:36:30.271485 [ 3 ] {} <Debug> HTTP-Session: 993955df-347d-4b15-805e-13391f706ee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9719 | 2024.06.22 01:36:30.271607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9720 | 2024.06.22 01:36:30.271657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9721 | 2024.06.22 01:36:30.271676 [ 3 ] {} <Debug> HTTP-Session: 1ef48997-eb25-4260-a155-7e6192b5a46c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9722 | 2024.06.22 01:36:30.271692 [ 3 ] {} <Debug> HTTP-Session: 1ef48997-eb25-4260-a155-7e6192b5a46c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9723 | 2024.06.22 01:36:30.271707 [ 3 ] {} <Debug> HTTP-Session: 1ef48997-eb25-4260-a155-7e6192b5a46c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9724 | 2024.06.22 01:36:30.271739 [ 3 ] {} <Trace> HTTP-Session: 1ef48997-eb25-4260-a155-7e6192b5a46c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9725 | 2024.06.22 01:36:30.271857 [ 3 ] {a1208078-fe8f-4efd-aed4-94a13d92e97f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9726 | 2024.06.22 01:36:30.271901 [ 3 ] {a1208078-fe8f-4efd-aed4-94a13d92e97f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9727 | 2024.06.22 01:36:30.272027 [ 3 ] {a1208078-fe8f-4efd-aed4-94a13d92e97f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9728 | 2024.06.22 01:36:30.272315 [ 3 ] {a1208078-fe8f-4efd-aed4-94a13d92e97f} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9729 | 2024.06.22 01:36:30.272351 [ 3 ] {a1208078-fe8f-4efd-aed4-94a13d92e97f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9730 | 2024.06.22 01:36:30.272712 [ 3 ] {a1208078-fe8f-4efd-aed4-94a13d92e97f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9731 | 2024.06.22 01:36:30.273043 [ 3 ] {a1208078-fe8f-4efd-aed4-94a13d92e97f} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9732 | 2024.06.22 01:36:30.273168 [ 3 ] {a1208078-fe8f-4efd-aed4-94a13d92e97f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
9733 | 2024.06.22 01:36:30.273331 [ 3 ] {a1208078-fe8f-4efd-aed4-94a13d92e97f} <Debug> DynamicQueryHandler: Done processing query | ||
9734 | 2024.06.22 01:36:30.273356 [ 3 ] {a1208078-fe8f-4efd-aed4-94a13d92e97f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9735 | 2024.06.22 01:36:30.273372 [ 3 ] {} <Debug> HTTP-Session: 1ef48997-eb25-4260-a155-7e6192b5a46c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9736 | 2024.06.22 01:36:33.818298 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9737 | 2024.06.22 01:36:33.818388 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9738 | 2024.06.22 01:36:35.257704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9739 | 2024.06.22 01:36:35.257813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9740 | 2024.06.22 01:36:35.257837 [ 3 ] {} <Debug> HTTP-Session: 4a646537-ef89-451e-8463-60c4c1892f40 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9741 | 2024.06.22 01:36:35.257861 [ 3 ] {} <Debug> HTTP-Session: 4a646537-ef89-451e-8463-60c4c1892f40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9742 | 2024.06.22 01:36:35.257875 [ 3 ] {} <Debug> HTTP-Session: 4a646537-ef89-451e-8463-60c4c1892f40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9743 | 2024.06.22 01:36:35.257925 [ 3 ] {} <Trace> HTTP-Session: 4a646537-ef89-451e-8463-60c4c1892f40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9744 | 2024.06.22 01:36:35.258107 [ 3 ] {25507b30-4cdc-4fe9-a4f5-3e4a6a30f8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9745 | 2024.06.22 01:36:35.258172 [ 3 ] {25507b30-4cdc-4fe9-a4f5-3e4a6a30f8fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9746 | 2024.06.22 01:36:35.258358 [ 3 ] {25507b30-4cdc-4fe9-a4f5-3e4a6a30f8fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9747 | 2024.06.22 01:36:35.258770 [ 3 ] {25507b30-4cdc-4fe9-a4f5-3e4a6a30f8fc} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9748 | 2024.06.22 01:36:35.258809 [ 3 ] {25507b30-4cdc-4fe9-a4f5-3e4a6a30f8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9749 | 2024.06.22 01:36:35.259161 [ 3 ] {25507b30-4cdc-4fe9-a4f5-3e4a6a30f8fc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9750 | 2024.06.22 01:36:35.259552 [ 3 ] {25507b30-4cdc-4fe9-a4f5-3e4a6a30f8fc} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9751 | 2024.06.22 01:36:35.259699 [ 3 ] {25507b30-4cdc-4fe9-a4f5-3e4a6a30f8fc} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001647 sec., 20036.429872495446 rows/sec., 1.59 MiB/sec. | ||
9752 | 2024.06.22 01:36:35.259975 [ 3 ] {25507b30-4cdc-4fe9-a4f5-3e4a6a30f8fc} <Debug> DynamicQueryHandler: Done processing query | ||
9753 | 2024.06.22 01:36:35.260040 [ 3 ] {25507b30-4cdc-4fe9-a4f5-3e4a6a30f8fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9754 | 2024.06.22 01:36:35.260094 [ 3 ] {} <Debug> HTTP-Session: 4a646537-ef89-451e-8463-60c4c1892f40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9755 | 2024.06.22 01:36:35.260291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9756 | 2024.06.22 01:36:35.260343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9757 | 2024.06.22 01:36:35.260363 [ 3 ] {} <Debug> HTTP-Session: d424761f-407c-47a4-add4-72e514d73b46 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9758 | 2024.06.22 01:36:35.260379 [ 3 ] {} <Debug> HTTP-Session: d424761f-407c-47a4-add4-72e514d73b46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9759 | 2024.06.22 01:36:35.260393 [ 3 ] {} <Debug> HTTP-Session: d424761f-407c-47a4-add4-72e514d73b46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9760 | 2024.06.22 01:36:35.260426 [ 3 ] {} <Trace> HTTP-Session: d424761f-407c-47a4-add4-72e514d73b46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9761 | 2024.06.22 01:36:35.260523 [ 3 ] {a0199d0f-46a3-4710-8ede-f4d22d84960b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9762 | 2024.06.22 01:36:35.260568 [ 3 ] {a0199d0f-46a3-4710-8ede-f4d22d84960b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9763 | 2024.06.22 01:36:35.260716 [ 3 ] {a0199d0f-46a3-4710-8ede-f4d22d84960b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9764 | 2024.06.22 01:36:35.260995 [ 3 ] {a0199d0f-46a3-4710-8ede-f4d22d84960b} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9765 | 2024.06.22 01:36:35.261031 [ 3 ] {a0199d0f-46a3-4710-8ede-f4d22d84960b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9766 | 2024.06.22 01:36:35.261342 [ 3 ] {a0199d0f-46a3-4710-8ede-f4d22d84960b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9767 | 2024.06.22 01:36:35.261655 [ 3 ] {a0199d0f-46a3-4710-8ede-f4d22d84960b} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9768 | 2024.06.22 01:36:35.261809 [ 3 ] {a0199d0f-46a3-4710-8ede-f4d22d84960b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 124.78 KiB/sec. | ||
9769 | 2024.06.22 01:36:35.261976 [ 3 ] {a0199d0f-46a3-4710-8ede-f4d22d84960b} <Debug> DynamicQueryHandler: Done processing query | ||
9770 | 2024.06.22 01:36:35.262001 [ 3 ] {a0199d0f-46a3-4710-8ede-f4d22d84960b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9771 | 2024.06.22 01:36:35.262017 [ 3 ] {} <Debug> HTTP-Session: d424761f-407c-47a4-add4-72e514d73b46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9772 | 2024.06.22 01:36:35.262229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 22883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9773 | 2024.06.22 01:36:35.262277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9774 | 2024.06.22 01:36:35.262296 [ 3 ] {} <Debug> HTTP-Session: fce3e889-0776-4dd1-adde-3f561e10004c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9775 | 2024.06.22 01:36:35.262312 [ 3 ] {} <Debug> HTTP-Session: fce3e889-0776-4dd1-adde-3f561e10004c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9776 | 2024.06.22 01:36:35.262326 [ 3 ] {} <Debug> HTTP-Session: fce3e889-0776-4dd1-adde-3f561e10004c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9777 | 2024.06.22 01:36:35.262356 [ 3 ] {} <Trace> HTTP-Session: fce3e889-0776-4dd1-adde-3f561e10004c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9778 | 2024.06.22 01:36:35.262490 [ 3 ] {a1be83b3-a6ff-4692-a058-e60a700b8845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9779 | 2024.06.22 01:36:35.262531 [ 3 ] {a1be83b3-a6ff-4692-a058-e60a700b8845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9780 | 2024.06.22 01:36:35.262658 [ 3 ] {a1be83b3-a6ff-4692-a058-e60a700b8845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9781 | 2024.06.22 01:36:35.263033 [ 3 ] {a1be83b3-a6ff-4692-a058-e60a700b8845} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9782 | 2024.06.22 01:36:35.263069 [ 3 ] {a1be83b3-a6ff-4692-a058-e60a700b8845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9783 | 2024.06.22 01:36:35.263393 [ 3 ] {a1be83b3-a6ff-4692-a058-e60a700b8845} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9784 | 2024.06.22 01:36:35.263705 [ 3 ] {a1be83b3-a6ff-4692-a058-e60a700b8845} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9785 | 2024.06.22 01:36:35.263861 [ 3 ] {a1be83b3-a6ff-4692-a058-e60a700b8845} <Debug> executeQuery: Read 156 rows, 13.38 KiB in 0.001423 sec., 109627.54743499648 rows/sec., 9.18 MiB/sec. | ||
9786 | 2024.06.22 01:36:35.264049 [ 3 ] {a1be83b3-a6ff-4692-a058-e60a700b8845} <Debug> DynamicQueryHandler: Done processing query | ||
9787 | 2024.06.22 01:36:35.264085 [ 3 ] {a1be83b3-a6ff-4692-a058-e60a700b8845} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9788 | 2024.06.22 01:36:35.264116 [ 3 ] {} <Debug> HTTP-Session: fce3e889-0776-4dd1-adde-3f561e10004c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9789 | 2024.06.22 01:36:35.264287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9790 | 2024.06.22 01:36:35.264417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9791 | 2024.06.22 01:36:35.264436 [ 3 ] {} <Debug> HTTP-Session: f4f24577-0889-4b1c-a306-fdea36cf189e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9792 | 2024.06.22 01:36:35.264452 [ 3 ] {} <Debug> HTTP-Session: f4f24577-0889-4b1c-a306-fdea36cf189e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9793 | 2024.06.22 01:36:35.264467 [ 3 ] {} <Debug> HTTP-Session: f4f24577-0889-4b1c-a306-fdea36cf189e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9794 | 2024.06.22 01:36:35.264497 [ 3 ] {} <Trace> HTTP-Session: f4f24577-0889-4b1c-a306-fdea36cf189e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9795 | 2024.06.22 01:36:35.264595 [ 3 ] {d0e15ffe-2023-4410-8167-5fddc903b149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9796 | 2024.06.22 01:36:35.264639 [ 3 ] {d0e15ffe-2023-4410-8167-5fddc903b149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9797 | 2024.06.22 01:36:35.264766 [ 3 ] {d0e15ffe-2023-4410-8167-5fddc903b149} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9798 | 2024.06.22 01:36:35.265024 [ 3 ] {d0e15ffe-2023-4410-8167-5fddc903b149} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9799 | 2024.06.22 01:36:35.265061 [ 3 ] {d0e15ffe-2023-4410-8167-5fddc903b149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9800 | 2024.06.22 01:36:35.265364 [ 3 ] {d0e15ffe-2023-4410-8167-5fddc903b149} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9801 | 2024.06.22 01:36:35.265758 [ 3 ] {d0e15ffe-2023-4410-8167-5fddc903b149} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9802 | 2024.06.22 01:36:35.265914 [ 3 ] {d0e15ffe-2023-4410-8167-5fddc903b149} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001336 sec., 1497.005988023952 rows/sec., 104.53 KiB/sec. | ||
9803 | 2024.06.22 01:36:35.266219 [ 3 ] {d0e15ffe-2023-4410-8167-5fddc903b149} <Debug> DynamicQueryHandler: Done processing query | ||
9804 | 2024.06.22 01:36:35.266244 [ 3 ] {d0e15ffe-2023-4410-8167-5fddc903b149} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9805 | 2024.06.22 01:36:35.266260 [ 3 ] {} <Debug> HTTP-Session: f4f24577-0889-4b1c-a306-fdea36cf189e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9806 | 2024.06.22 01:36:35.266382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 17873, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9807 | 2024.06.22 01:36:35.266431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9808 | 2024.06.22 01:36:35.266450 [ 3 ] {} <Debug> HTTP-Session: 2d8a6391-0b6b-4a05-a7b6-d977140bf754 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9809 | 2024.06.22 01:36:35.266466 [ 3 ] {} <Debug> HTTP-Session: 2d8a6391-0b6b-4a05-a7b6-d977140bf754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9810 | 2024.06.22 01:36:35.266479 [ 3 ] {} <Debug> HTTP-Session: 2d8a6391-0b6b-4a05-a7b6-d977140bf754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9811 | 2024.06.22 01:36:35.266509 [ 3 ] {} <Trace> HTTP-Session: 2d8a6391-0b6b-4a05-a7b6-d977140bf754 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9812 | 2024.06.22 01:36:35.266631 [ 3 ] {42164d4b-942b-444e-bb6c-2ff6119403cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9813 | 2024.06.22 01:36:35.266676 [ 3 ] {42164d4b-942b-444e-bb6c-2ff6119403cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9814 | 2024.06.22 01:36:35.266822 [ 3 ] {42164d4b-942b-444e-bb6c-2ff6119403cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9815 | 2024.06.22 01:36:35.267161 [ 3 ] {42164d4b-942b-444e-bb6c-2ff6119403cc} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9816 | 2024.06.22 01:36:35.267197 [ 3 ] {42164d4b-942b-444e-bb6c-2ff6119403cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9817 | 2024.06.22 01:36:35.267534 [ 3 ] {42164d4b-942b-444e-bb6c-2ff6119403cc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9818 | 2024.06.22 01:36:35.267845 [ 3 ] {42164d4b-942b-444e-bb6c-2ff6119403cc} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9819 | 2024.06.22 01:36:35.267987 [ 3 ] {42164d4b-942b-444e-bb6c-2ff6119403cc} <Debug> executeQuery: Read 105 rows, 8.43 KiB in 0.001401 sec., 74946.46680942185 rows/sec., 5.88 MiB/sec. | ||
9820 | 2024.06.22 01:36:35.268165 [ 3 ] {42164d4b-942b-444e-bb6c-2ff6119403cc} <Debug> DynamicQueryHandler: Done processing query | ||
9821 | 2024.06.22 01:36:35.268190 [ 3 ] {42164d4b-942b-444e-bb6c-2ff6119403cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9822 | 2024.06.22 01:36:35.268205 [ 3 ] {} <Debug> HTTP-Session: 2d8a6391-0b6b-4a05-a7b6-d977140bf754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9823 | 2024.06.22 01:36:35.268425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9824 | 2024.06.22 01:36:35.268475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9825 | 2024.06.22 01:36:35.268493 [ 3 ] {} <Debug> HTTP-Session: b2ed5635-a02e-40cc-97f6-e98bc00fdfc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9826 | 2024.06.22 01:36:35.268509 [ 3 ] {} <Debug> HTTP-Session: b2ed5635-a02e-40cc-97f6-e98bc00fdfc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9827 | 2024.06.22 01:36:35.268522 [ 3 ] {} <Debug> HTTP-Session: b2ed5635-a02e-40cc-97f6-e98bc00fdfc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9828 | 2024.06.22 01:36:35.268552 [ 3 ] {} <Trace> HTTP-Session: b2ed5635-a02e-40cc-97f6-e98bc00fdfc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9829 | 2024.06.22 01:36:35.268692 [ 3 ] {a0073541-3db7-4254-81de-9af83c903b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9830 | 2024.06.22 01:36:35.268738 [ 3 ] {a0073541-3db7-4254-81de-9af83c903b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9831 | 2024.06.22 01:36:35.268885 [ 3 ] {a0073541-3db7-4254-81de-9af83c903b7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9832 | 2024.06.22 01:36:35.269358 [ 3 ] {a0073541-3db7-4254-81de-9af83c903b7a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9833 | 2024.06.22 01:36:35.269394 [ 3 ] {a0073541-3db7-4254-81de-9af83c903b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9834 | 2024.06.22 01:36:35.269794 [ 3 ] {a0073541-3db7-4254-81de-9af83c903b7a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9835 | 2024.06.22 01:36:35.270138 [ 3 ] {a0073541-3db7-4254-81de-9af83c903b7a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9836 | 2024.06.22 01:36:35.270296 [ 3 ] {a0073541-3db7-4254-81de-9af83c903b7a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001659 sec., 97046.4135021097 rows/sec., 6.76 MiB/sec. | ||
9837 | 2024.06.22 01:36:35.270470 [ 3 ] {a0073541-3db7-4254-81de-9af83c903b7a} <Debug> DynamicQueryHandler: Done processing query | ||
9838 | 2024.06.22 01:36:35.270495 [ 3 ] {a0073541-3db7-4254-81de-9af83c903b7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9839 | 2024.06.22 01:36:35.270510 [ 3 ] {} <Debug> HTTP-Session: b2ed5635-a02e-40cc-97f6-e98bc00fdfc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9840 | 2024.06.22 01:36:35.270730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 35335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9841 | 2024.06.22 01:36:35.270779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9842 | 2024.06.22 01:36:35.270798 [ 3 ] {} <Debug> HTTP-Session: 6b539f09-098a-4416-9294-d333624db722 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9843 | 2024.06.22 01:36:35.270814 [ 3 ] {} <Debug> HTTP-Session: 6b539f09-098a-4416-9294-d333624db722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9844 | 2024.06.22 01:36:35.270827 [ 3 ] {} <Debug> HTTP-Session: 6b539f09-098a-4416-9294-d333624db722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9845 | 2024.06.22 01:36:35.270858 [ 3 ] {} <Trace> HTTP-Session: 6b539f09-098a-4416-9294-d333624db722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9846 | 2024.06.22 01:36:35.271123 [ 3 ] {f36ffd03-e4d9-4861-b0ff-d4649a7c8f36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9847 | 2024.06.22 01:36:35.271168 [ 3 ] {f36ffd03-e4d9-4861-b0ff-d4649a7c8f36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9848 | 2024.06.22 01:36:35.271329 [ 3 ] {f36ffd03-e4d9-4861-b0ff-d4649a7c8f36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9849 | 2024.06.22 01:36:35.271848 [ 3 ] {f36ffd03-e4d9-4861-b0ff-d4649a7c8f36} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9850 | 2024.06.22 01:36:35.271883 [ 3 ] {f36ffd03-e4d9-4861-b0ff-d4649a7c8f36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9851 | 2024.06.22 01:36:35.272301 [ 3 ] {f36ffd03-e4d9-4861-b0ff-d4649a7c8f36} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9852 | 2024.06.22 01:36:35.272662 [ 3 ] {f36ffd03-e4d9-4861-b0ff-d4649a7c8f36} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9853 | 2024.06.22 01:36:35.272821 [ 3 ] {f36ffd03-e4d9-4861-b0ff-d4649a7c8f36} <Debug> executeQuery: Read 33 rows, 45.60 KiB in 0.001862 sec., 17722.878625134264 rows/sec., 23.92 MiB/sec. | ||
9854 | 2024.06.22 01:36:35.272820 [ 103 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9855 | 2024.06.22 01:36:35.272942 [ 103 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9856 | 2024.06.22 01:36:35.272987 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9857 | 2024.06.22 01:36:35.273095 [ 3 ] {f36ffd03-e4d9-4861-b0ff-d4649a7c8f36} <Debug> DynamicQueryHandler: Done processing query | ||
9858 | 2024.06.22 01:36:35.273149 [ 3 ] {f36ffd03-e4d9-4861-b0ff-d4649a7c8f36} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9859 | 2024.06.22 01:36:35.273188 [ 3 ] {} <Debug> HTTP-Session: 6b539f09-098a-4416-9294-d333624db722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9860 | 2024.06.22 01:36:35.273190 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
9861 | 2024.06.22 01:36:35.273432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 1544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9862 | 2024.06.22 01:36:35.273485 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9863 | 2024.06.22 01:36:35.273501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9864 | 2024.06.22 01:36:35.273531 [ 3 ] {} <Debug> HTTP-Session: fce1d809-6f1c-4b8e-a3e8-f20938208348 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9865 | 2024.06.22 01:36:35.273532 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 836 rows starting from the beginning of the part | ||
9866 | 2024.06.22 01:36:35.273556 [ 3 ] {} <Debug> HTTP-Session: fce1d809-6f1c-4b8e-a3e8-f20938208348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9867 | 2024.06.22 01:36:35.273578 [ 3 ] {} <Debug> HTTP-Session: fce1d809-6f1c-4b8e-a3e8-f20938208348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9868 | 2024.06.22 01:36:35.273631 [ 3 ] {} <Trace> HTTP-Session: fce1d809-6f1c-4b8e-a3e8-f20938208348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9869 | 2024.06.22 01:36:35.273651 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 25 rows starting from the beginning of the part | ||
9870 | 2024.06.22 01:36:35.273935 [ 3 ] {ba35b74e-ae29-4076-8e22-fc2b7c073c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9871 | 2024.06.22 01:36:35.274047 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
9872 | 2024.06.22 01:36:35.274172 [ 3 ] {ba35b74e-ae29-4076-8e22-fc2b7c073c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9873 | 2024.06.22 01:36:35.274545 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 25 rows starting from the beginning of the part | ||
9874 | 2024.06.22 01:36:35.274822 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
9875 | 2024.06.22 01:36:35.275187 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part | ||
9876 | 2024.06.22 01:36:35.275268 [ 3 ] {ba35b74e-ae29-4076-8e22-fc2b7c073c17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9877 | 2024.06.22 01:36:35.275886 [ 3 ] {ba35b74e-ae29-4076-8e22-fc2b7c073c17} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9878 | 2024.06.22 01:36:35.275933 [ 3 ] {ba35b74e-ae29-4076-8e22-fc2b7c073c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9879 | 2024.06.22 01:36:35.276399 [ 3 ] {ba35b74e-ae29-4076-8e22-fc2b7c073c17} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
9880 | 2024.06.22 01:36:35.276955 [ 3 ] {ba35b74e-ae29-4076-8e22-fc2b7c073c17} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9881 | 2024.06.22 01:36:35.277294 [ 3 ] {ba35b74e-ae29-4076-8e22-fc2b7c073c17} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.003503 sec., 2569.226377390808 rows/sec., 197.65 KiB/sec. | ||
9882 | 2024.06.22 01:36:35.277837 [ 3 ] {ba35b74e-ae29-4076-8e22-fc2b7c073c17} <Debug> DynamicQueryHandler: Done processing query | ||
9883 | 2024.06.22 01:36:35.277870 [ 3 ] {ba35b74e-ae29-4076-8e22-fc2b7c073c17} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9884 | 2024.06.22 01:36:35.277889 [ 3 ] {} <Debug> HTTP-Session: fce1d809-6f1c-4b8e-a3e8-f20938208348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9885 | 2024.06.22 01:36:35.278059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9886 | 2024.06.22 01:36:35.278109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9887 | 2024.06.22 01:36:35.278128 [ 3 ] {} <Debug> HTTP-Session: bd8e540d-5112-43ff-a2eb-b929d0a284c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9888 | 2024.06.22 01:36:35.278144 [ 3 ] {} <Debug> HTTP-Session: bd8e540d-5112-43ff-a2eb-b929d0a284c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9889 | 2024.06.22 01:36:35.278205 [ 3 ] {} <Debug> HTTP-Session: bd8e540d-5112-43ff-a2eb-b929d0a284c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9890 | 2024.06.22 01:36:35.278242 [ 3 ] {} <Trace> HTTP-Session: bd8e540d-5112-43ff-a2eb-b929d0a284c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9891 | 2024.06.22 01:36:35.278353 [ 3 ] {583cdedb-fbf3-4a9b-a338-f202ec5738e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9892 | 2024.06.22 01:36:35.278396 [ 3 ] {583cdedb-fbf3-4a9b-a338-f202ec5738e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9893 | 2024.06.22 01:36:35.278530 [ 3 ] {583cdedb-fbf3-4a9b-a338-f202ec5738e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9894 | 2024.06.22 01:36:35.278844 [ 3 ] {583cdedb-fbf3-4a9b-a338-f202ec5738e5} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9895 | 2024.06.22 01:36:35.278881 [ 3 ] {583cdedb-fbf3-4a9b-a338-f202ec5738e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9896 | 2024.06.22 01:36:35.280807 [ 3 ] {583cdedb-fbf3-4a9b-a338-f202ec5738e5} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9897 | 2024.06.22 01:36:35.281582 [ 3 ] {583cdedb-fbf3-4a9b-a338-f202ec5738e5} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9898 | 2024.06.22 01:36:35.281731 [ 3 ] {583cdedb-fbf3-4a9b-a338-f202ec5738e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003414 sec., 17574.69244288225 rows/sec., 1.18 MiB/sec. | ||
9899 | 2024.06.22 01:36:35.281943 [ 3 ] {583cdedb-fbf3-4a9b-a338-f202ec5738e5} <Debug> DynamicQueryHandler: Done processing query | ||
9900 | 2024.06.22 01:36:35.281968 [ 3 ] {583cdedb-fbf3-4a9b-a338-f202ec5738e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9901 | 2024.06.22 01:36:35.281990 [ 3 ] {} <Debug> HTTP-Session: bd8e540d-5112-43ff-a2eb-b929d0a284c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9902 | 2024.06.22 01:36:35.282188 [ 195 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 927 rows, containing 6 columns (6 merged, 0 gathered) in 0.009126272 sec., 101574.88183564988 rows/sec., 137.07 MiB/sec. | ||
9903 | 2024.06.22 01:36:35.283075 [ 195 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9904 | 2024.06.22 01:36:35.283551 [ 195 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9905 | 2024.06.22 01:36:35.283640 [ 195 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9906 | 2024.06.22 01:36:35.283745 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. | ||
9907 | 2024.06.22 01:36:40.256110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9908 | 2024.06.22 01:36:40.256265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9909 | 2024.06.22 01:36:40.256306 [ 3 ] {} <Debug> HTTP-Session: e213efcb-1f9e-4131-bc55-3bb06979500e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9910 | 2024.06.22 01:36:40.256344 [ 3 ] {} <Debug> HTTP-Session: e213efcb-1f9e-4131-bc55-3bb06979500e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9911 | 2024.06.22 01:36:40.256370 [ 3 ] {} <Debug> HTTP-Session: e213efcb-1f9e-4131-bc55-3bb06979500e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9912 | 2024.06.22 01:36:40.256447 [ 3 ] {} <Trace> HTTP-Session: e213efcb-1f9e-4131-bc55-3bb06979500e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9913 | 2024.06.22 01:36:40.256706 [ 3 ] {ee855a4e-4710-4eec-a049-8f42b8e53690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9914 | 2024.06.22 01:36:40.256803 [ 3 ] {ee855a4e-4710-4eec-a049-8f42b8e53690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9915 | 2024.06.22 01:36:40.257091 [ 3 ] {ee855a4e-4710-4eec-a049-8f42b8e53690} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9916 | 2024.06.22 01:36:40.257650 [ 3 ] {ee855a4e-4710-4eec-a049-8f42b8e53690} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9917 | 2024.06.22 01:36:40.257691 [ 3 ] {ee855a4e-4710-4eec-a049-8f42b8e53690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9918 | 2024.06.22 01:36:40.258067 [ 3 ] {ee855a4e-4710-4eec-a049-8f42b8e53690} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9919 | 2024.06.22 01:36:40.258419 [ 3 ] {ee855a4e-4710-4eec-a049-8f42b8e53690} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9920 | 2024.06.22 01:36:40.258582 [ 3 ] {ee855a4e-4710-4eec-a049-8f42b8e53690} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.00195 sec., 2051.2820512820513 rows/sec., 166.27 KiB/sec. | ||
9921 | 2024.06.22 01:36:40.258867 [ 3 ] {ee855a4e-4710-4eec-a049-8f42b8e53690} <Debug> DynamicQueryHandler: Done processing query | ||
9922 | 2024.06.22 01:36:40.258920 [ 3 ] {ee855a4e-4710-4eec-a049-8f42b8e53690} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9923 | 2024.06.22 01:36:40.258949 [ 3 ] {} <Debug> HTTP-Session: e213efcb-1f9e-4131-bc55-3bb06979500e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9924 | 2024.06.22 01:36:40.259085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9925 | 2024.06.22 01:36:40.259136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9926 | 2024.06.22 01:36:40.259155 [ 3 ] {} <Debug> HTTP-Session: c0d4c45c-3d70-4a74-b166-97db58b9f2e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9927 | 2024.06.22 01:36:40.259171 [ 3 ] {} <Debug> HTTP-Session: c0d4c45c-3d70-4a74-b166-97db58b9f2e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9928 | 2024.06.22 01:36:40.259185 [ 3 ] {} <Debug> HTTP-Session: c0d4c45c-3d70-4a74-b166-97db58b9f2e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9929 | 2024.06.22 01:36:40.259217 [ 3 ] {} <Trace> HTTP-Session: c0d4c45c-3d70-4a74-b166-97db58b9f2e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9930 | 2024.06.22 01:36:40.259338 [ 3 ] {4f3d656d-2f31-4d16-a49d-6c18daa7e1f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9931 | 2024.06.22 01:36:40.259383 [ 3 ] {4f3d656d-2f31-4d16-a49d-6c18daa7e1f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9932 | 2024.06.22 01:36:40.259527 [ 3 ] {4f3d656d-2f31-4d16-a49d-6c18daa7e1f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9933 | 2024.06.22 01:36:40.259914 [ 3 ] {4f3d656d-2f31-4d16-a49d-6c18daa7e1f9} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9934 | 2024.06.22 01:36:40.259952 [ 3 ] {4f3d656d-2f31-4d16-a49d-6c18daa7e1f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9935 | 2024.06.22 01:36:40.260278 [ 3 ] {4f3d656d-2f31-4d16-a49d-6c18daa7e1f9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9936 | 2024.06.22 01:36:40.260602 [ 3 ] {4f3d656d-2f31-4d16-a49d-6c18daa7e1f9} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9937 | 2024.06.22 01:36:40.260753 [ 3 ] {4f3d656d-2f31-4d16-a49d-6c18daa7e1f9} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001456 sec., 46703.2967032967 rows/sec., 3.68 MiB/sec. | ||
9938 | 2024.06.22 01:36:40.260946 [ 3 ] {4f3d656d-2f31-4d16-a49d-6c18daa7e1f9} <Debug> DynamicQueryHandler: Done processing query | ||
9939 | 2024.06.22 01:36:40.260985 [ 3 ] {4f3d656d-2f31-4d16-a49d-6c18daa7e1f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9940 | 2024.06.22 01:36:40.261017 [ 3 ] {} <Debug> HTTP-Session: c0d4c45c-3d70-4a74-b166-97db58b9f2e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9941 | 2024.06.22 01:36:40.261151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9942 | 2024.06.22 01:36:40.261200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9943 | 2024.06.22 01:36:40.261219 [ 3 ] {} <Debug> HTTP-Session: 910279df-52b9-4214-a8a1-4e9d1404242a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9944 | 2024.06.22 01:36:40.261236 [ 3 ] {} <Debug> HTTP-Session: 910279df-52b9-4214-a8a1-4e9d1404242a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9945 | 2024.06.22 01:36:40.261250 [ 3 ] {} <Debug> HTTP-Session: 910279df-52b9-4214-a8a1-4e9d1404242a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9946 | 2024.06.22 01:36:40.261283 [ 3 ] {} <Trace> HTTP-Session: 910279df-52b9-4214-a8a1-4e9d1404242a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9947 | 2024.06.22 01:36:40.261397 [ 3 ] {ba75fdda-dd46-44d5-8f3b-fdbcb3b7159f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9948 | 2024.06.22 01:36:40.261440 [ 3 ] {ba75fdda-dd46-44d5-8f3b-fdbcb3b7159f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9949 | 2024.06.22 01:36:40.261566 [ 3 ] {ba75fdda-dd46-44d5-8f3b-fdbcb3b7159f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9950 | 2024.06.22 01:36:40.261904 [ 3 ] {ba75fdda-dd46-44d5-8f3b-fdbcb3b7159f} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9951 | 2024.06.22 01:36:40.261941 [ 3 ] {ba75fdda-dd46-44d5-8f3b-fdbcb3b7159f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9952 | 2024.06.22 01:36:40.262257 [ 3 ] {ba75fdda-dd46-44d5-8f3b-fdbcb3b7159f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9953 | 2024.06.22 01:36:40.262567 [ 3 ] {ba75fdda-dd46-44d5-8f3b-fdbcb3b7159f} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9954 | 2024.06.22 01:36:40.262719 [ 3 ] {ba75fdda-dd46-44d5-8f3b-fdbcb3b7159f} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001359 sec., 50036.79175864607 rows/sec., 3.91 MiB/sec. | ||
9955 | 2024.06.22 01:36:40.262981 [ 3 ] {ba75fdda-dd46-44d5-8f3b-fdbcb3b7159f} <Debug> DynamicQueryHandler: Done processing query | ||
9956 | 2024.06.22 01:36:40.263045 [ 3 ] {ba75fdda-dd46-44d5-8f3b-fdbcb3b7159f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9957 | 2024.06.22 01:36:40.263101 [ 3 ] {} <Debug> HTTP-Session: 910279df-52b9-4214-a8a1-4e9d1404242a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9958 | 2024.06.22 01:36:40.263316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9959 | 2024.06.22 01:36:40.263369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9960 | 2024.06.22 01:36:40.263390 [ 3 ] {} <Debug> HTTP-Session: f6aad028-988a-41ab-837b-b14a821c8c58 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9961 | 2024.06.22 01:36:40.263407 [ 3 ] {} <Debug> HTTP-Session: f6aad028-988a-41ab-837b-b14a821c8c58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9962 | 2024.06.22 01:36:40.263421 [ 3 ] {} <Debug> HTTP-Session: f6aad028-988a-41ab-837b-b14a821c8c58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9963 | 2024.06.22 01:36:40.263454 [ 3 ] {} <Trace> HTTP-Session: f6aad028-988a-41ab-837b-b14a821c8c58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9964 | 2024.06.22 01:36:40.263603 [ 3 ] {7e571d8a-6c19-4d8d-b0dd-e8778a431f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9965 | 2024.06.22 01:36:40.263654 [ 3 ] {7e571d8a-6c19-4d8d-b0dd-e8778a431f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9966 | 2024.06.22 01:36:40.263818 [ 3 ] {7e571d8a-6c19-4d8d-b0dd-e8778a431f54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9967 | 2024.06.22 01:36:40.264248 [ 3 ] {7e571d8a-6c19-4d8d-b0dd-e8778a431f54} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9968 | 2024.06.22 01:36:40.264284 [ 3 ] {7e571d8a-6c19-4d8d-b0dd-e8778a431f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9969 | 2024.06.22 01:36:40.264680 [ 3 ] {7e571d8a-6c19-4d8d-b0dd-e8778a431f54} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9970 | 2024.06.22 01:36:40.265039 [ 3 ] {7e571d8a-6c19-4d8d-b0dd-e8778a431f54} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9971 | 2024.06.22 01:36:40.265184 [ 3 ] {7e571d8a-6c19-4d8d-b0dd-e8778a431f54} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec. | ||
9972 | 2024.06.22 01:36:40.265384 [ 3 ] {7e571d8a-6c19-4d8d-b0dd-e8778a431f54} <Debug> DynamicQueryHandler: Done processing query | ||
9973 | 2024.06.22 01:36:40.265420 [ 3 ] {7e571d8a-6c19-4d8d-b0dd-e8778a431f54} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9974 | 2024.06.22 01:36:40.265448 [ 3 ] {} <Debug> HTTP-Session: f6aad028-988a-41ab-837b-b14a821c8c58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9975 | 2024.06.22 01:36:40.265612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9976 | 2024.06.22 01:36:40.265662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9977 | 2024.06.22 01:36:40.265681 [ 3 ] {} <Debug> HTTP-Session: 9db608e9-9d6e-4a5f-9d2d-e54d95693aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9978 | 2024.06.22 01:36:40.265697 [ 3 ] {} <Debug> HTTP-Session: 9db608e9-9d6e-4a5f-9d2d-e54d95693aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9979 | 2024.06.22 01:36:40.265711 [ 3 ] {} <Debug> HTTP-Session: 9db608e9-9d6e-4a5f-9d2d-e54d95693aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9980 | 2024.06.22 01:36:40.265742 [ 3 ] {} <Trace> HTTP-Session: 9db608e9-9d6e-4a5f-9d2d-e54d95693aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9981 | 2024.06.22 01:36:40.265879 [ 3 ] {fd50ac88-83d3-47d3-9a14-6e240445730a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9982 | 2024.06.22 01:36:40.265926 [ 3 ] {fd50ac88-83d3-47d3-9a14-6e240445730a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9983 | 2024.06.22 01:36:40.266084 [ 3 ] {fd50ac88-83d3-47d3-9a14-6e240445730a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9984 | 2024.06.22 01:36:40.266471 [ 3 ] {fd50ac88-83d3-47d3-9a14-6e240445730a} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9985 | 2024.06.22 01:36:40.266507 [ 3 ] {fd50ac88-83d3-47d3-9a14-6e240445730a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
9986 | 2024.06.22 01:36:40.266898 [ 3 ] {fd50ac88-83d3-47d3-9a14-6e240445730a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9987 | 2024.06.22 01:36:40.267239 [ 3 ] {fd50ac88-83d3-47d3-9a14-6e240445730a} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9988 | 2024.06.22 01:36:40.267404 [ 3 ] {fd50ac88-83d3-47d3-9a14-6e240445730a} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001582 sec., 2528.4450063211125 rows/sec., 3.41 MiB/sec. | ||
9989 | 2024.06.22 01:36:40.267585 [ 3 ] {fd50ac88-83d3-47d3-9a14-6e240445730a} <Debug> DynamicQueryHandler: Done processing query | ||
9990 | 2024.06.22 01:36:40.267616 [ 3 ] {fd50ac88-83d3-47d3-9a14-6e240445730a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9991 | 2024.06.22 01:36:40.267633 [ 3 ] {} <Debug> HTTP-Session: 9db608e9-9d6e-4a5f-9d2d-e54d95693aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9992 | 2024.06.22 01:36:40.267800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9993 | 2024.06.22 01:36:40.267850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9994 | 2024.06.22 01:36:40.267869 [ 3 ] {} <Debug> HTTP-Session: 40fcd711-8537-434b-ade8-37697d937f00 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
9995 | 2024.06.22 01:36:40.267886 [ 3 ] {} <Debug> HTTP-Session: 40fcd711-8537-434b-ade8-37697d937f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9996 | 2024.06.22 01:36:40.267900 [ 3 ] {} <Debug> HTTP-Session: 40fcd711-8537-434b-ade8-37697d937f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9997 | 2024.06.22 01:36:40.267932 [ 3 ] {} <Trace> HTTP-Session: 40fcd711-8537-434b-ade8-37697d937f00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9998 | 2024.06.22 01:36:40.268044 [ 3 ] {38209e06-6308-413e-b783-1deeaf8c02dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9999 | 2024.06.22 01:36:40.268089 [ 3 ] {38209e06-6308-413e-b783-1deeaf8c02dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10000 | 2024.06.22 01:36:40.268217 [ 3 ] {38209e06-6308-413e-b783-1deeaf8c02dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10001 | 2024.06.22 01:36:40.268536 [ 3 ] {38209e06-6308-413e-b783-1deeaf8c02dc} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10002 | 2024.06.22 01:36:40.268573 [ 3 ] {38209e06-6308-413e-b783-1deeaf8c02dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
10003 | 2024.06.22 01:36:40.268935 [ 3 ] {38209e06-6308-413e-b783-1deeaf8c02dc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
10004 | 2024.06.22 01:36:40.269262 [ 3 ] {38209e06-6308-413e-b783-1deeaf8c02dc} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10005 | 2024.06.22 01:36:40.269411 [ 3 ] {38209e06-6308-413e-b783-1deeaf8c02dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. | ||
10006 | 2024.06.22 01:36:40.269700 [ 3 ] {38209e06-6308-413e-b783-1deeaf8c02dc} <Debug> DynamicQueryHandler: Done processing query | ||
10007 | 2024.06.22 01:36:40.269761 [ 3 ] {38209e06-6308-413e-b783-1deeaf8c02dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10008 | 2024.06.22 01:36:40.269822 [ 3 ] {} <Debug> HTTP-Session: 40fcd711-8537-434b-ade8-37697d937f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10009 | 2024.06.22 01:36:45.259967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 5503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10010 | 2024.06.22 01:36:45.260159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10011 | 2024.06.22 01:36:45.260203 [ 3 ] {} <Debug> HTTP-Session: 1d577dc6-a4b4-4b78-a978-19c2adb90868 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10012 | 2024.06.22 01:36:45.260243 [ 3 ] {} <Debug> HTTP-Session: 1d577dc6-a4b4-4b78-a978-19c2adb90868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10013 | 2024.06.22 01:36:45.260271 [ 3 ] {} <Debug> HTTP-Session: 1d577dc6-a4b4-4b78-a978-19c2adb90868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10014 | 2024.06.22 01:36:45.260350 [ 3 ] {} <Trace> HTTP-Session: 1d577dc6-a4b4-4b78-a978-19c2adb90868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10015 | 2024.06.22 01:36:45.260570 [ 3 ] {fd531e04-7a1f-45c4-8491-52231c13e11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10016 | 2024.06.22 01:36:45.260635 [ 3 ] {fd531e04-7a1f-45c4-8491-52231c13e11c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10017 | 2024.06.22 01:36:45.260823 [ 3 ] {fd531e04-7a1f-45c4-8491-52231c13e11c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10018 | 2024.06.22 01:36:45.261365 [ 3 ] {fd531e04-7a1f-45c4-8491-52231c13e11c} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10019 | 2024.06.22 01:36:45.261404 [ 3 ] {fd531e04-7a1f-45c4-8491-52231c13e11c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
10020 | 2024.06.22 01:36:45.261784 [ 3 ] {fd531e04-7a1f-45c4-8491-52231c13e11c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10021 | 2024.06.22 01:36:45.262120 [ 3 ] {fd531e04-7a1f-45c4-8491-52231c13e11c} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10022 | 2024.06.22 01:36:45.262262 [ 3 ] {fd531e04-7a1f-45c4-8491-52231c13e11c} <Debug> executeQuery: Read 38 rows, 3.08 KiB in 0.001755 sec., 21652.421652421654 rows/sec., 1.71 MiB/sec. | ||
10023 | 2024.06.22 01:36:45.262267 [ 128 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 | ||
10024 | 2024.06.22 01:36:45.262328 [ 128 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10025 | 2024.06.22 01:36:45.262368 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
10026 | 2024.06.22 01:36:45.262520 [ 3 ] {fd531e04-7a1f-45c4-8491-52231c13e11c} <Debug> DynamicQueryHandler: Done processing query | ||
10027 | 2024.06.22 01:36:45.262590 [ 3 ] {fd531e04-7a1f-45c4-8491-52231c13e11c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10028 | 2024.06.22 01:36:45.262666 [ 3 ] {} <Debug> HTTP-Session: 1d577dc6-a4b4-4b78-a978-19c2adb90868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10029 | 2024.06.22 01:36:45.262751 [ 189 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full | ||
10030 | 2024.06.22 01:36:45.262924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10031 | 2024.06.22 01:36:45.263051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10032 | 2024.06.22 01:36:45.263110 [ 3 ] {} <Debug> HTTP-Session: 8d8abdad-ba25-4171-9d4d-6d2daa4aded6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10033 | 2024.06.22 01:36:45.263168 [ 3 ] {} <Debug> HTTP-Session: 8d8abdad-ba25-4171-9d4d-6d2daa4aded6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10034 | 2024.06.22 01:36:45.263183 [ 189 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10035 | 2024.06.22 01:36:45.263199 [ 3 ] {} <Debug> HTTP-Session: 8d8abdad-ba25-4171-9d4d-6d2daa4aded6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10036 | 2024.06.22 01:36:45.263250 [ 189 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 29 rows starting from the beginning of the part | ||
10037 | 2024.06.22 01:36:45.263266 [ 3 ] {} <Trace> HTTP-Session: 8d8abdad-ba25-4171-9d4d-6d2daa4aded6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10038 | 2024.06.22 01:36:45.263420 [ 189 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 25 rows starting from the beginning of the part | ||
10039 | 2024.06.22 01:36:45.263590 [ 3 ] {08235659-d9e1-4977-a37f-5315c89ad796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10040 | 2024.06.22 01:36:45.263691 [ 189 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
10041 | 2024.06.22 01:36:45.263818 [ 3 ] {08235659-d9e1-4977-a37f-5315c89ad796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10042 | 2024.06.22 01:36:45.264022 [ 189 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part | ||
10043 | 2024.06.22 01:36:45.264388 [ 189 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part | ||
10044 | 2024.06.22 01:36:45.264787 [ 189 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 38 rows starting from the beginning of the part | ||
10045 | 2024.06.22 01:36:45.265299 [ 3 ] {08235659-d9e1-4977-a37f-5315c89ad796} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10046 | 2024.06.22 01:36:45.265990 [ 3 ] {08235659-d9e1-4977-a37f-5315c89ad796} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10047 | 2024.06.22 01:36:45.266053 [ 3 ] {08235659-d9e1-4977-a37f-5315c89ad796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
10048 | 2024.06.22 01:36:45.266837 [ 3 ] {08235659-d9e1-4977-a37f-5315c89ad796} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10049 | 2024.06.22 01:36:45.267618 [ 195 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 133 rows, containing 4 columns (4 merged, 0 gathered) in 0.005152695 sec., 25811.735412245438 rows/sec., 2.04 MiB/sec. | ||
10050 | 2024.06.22 01:36:45.267733 [ 3 ] {08235659-d9e1-4977-a37f-5315c89ad796} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10051 | 2024.06.22 01:36:45.267938 [ 195 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
10052 | 2024.06.22 01:36:45.267977 [ 3 ] {08235659-d9e1-4977-a37f-5315c89ad796} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004566 sec., 1314.060446780552 rows/sec., 107.15 KiB/sec. | ||
10053 | 2024.06.22 01:36:45.268335 [ 3 ] {08235659-d9e1-4977-a37f-5315c89ad796} <Debug> DynamicQueryHandler: Done processing query | ||
10054 | 2024.06.22 01:36:45.268399 [ 3 ] {08235659-d9e1-4977-a37f-5315c89ad796} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10055 | 2024.06.22 01:36:45.268457 [ 3 ] {} <Debug> HTTP-Session: 8d8abdad-ba25-4171-9d4d-6d2daa4aded6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10056 | 2024.06.22 01:36:45.268709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10057 | 2024.06.22 01:36:45.268760 [ 186 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10058 | 2024.06.22 01:36:45.268779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10059 | 2024.06.22 01:36:45.268852 [ 3 ] {} <Debug> HTTP-Session: a6c19b1f-86f5-447a-9bb7-628c0b9d6805 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10060 | 2024.06.22 01:36:45.268888 [ 3 ] {} <Debug> HTTP-Session: a6c19b1f-86f5-447a-9bb7-628c0b9d6805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10061 | 2024.06.22 01:36:45.268922 [ 3 ] {} <Debug> HTTP-Session: a6c19b1f-86f5-447a-9bb7-628c0b9d6805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10062 | 2024.06.22 01:36:45.268966 [ 3 ] {} <Trace> HTTP-Session: a6c19b1f-86f5-447a-9bb7-628c0b9d6805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10063 | 2024.06.22 01:36:45.268984 [ 186 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_43_9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 | ||
10064 | 2024.06.22 01:36:45.269152 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10065 | 2024.06.22 01:36:45.269210 [ 3 ] {1edaf1f4-458f-445e-809f-bff866cfde45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10066 | 2024.06.22 01:36:45.269259 [ 3 ] {1edaf1f4-458f-445e-809f-bff866cfde45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10067 | 2024.06.22 01:36:45.269406 [ 3 ] {1edaf1f4-458f-445e-809f-bff866cfde45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10068 | 2024.06.22 01:36:45.269853 [ 3 ] {1edaf1f4-458f-445e-809f-bff866cfde45} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10069 | 2024.06.22 01:36:45.269890 [ 3 ] {1edaf1f4-458f-445e-809f-bff866cfde45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
10070 | 2024.06.22 01:36:45.270221 [ 3 ] {1edaf1f4-458f-445e-809f-bff866cfde45} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10071 | 2024.06.22 01:36:45.270546 [ 3 ] {1edaf1f4-458f-445e-809f-bff866cfde45} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10072 | 2024.06.22 01:36:45.270674 [ 3 ] {1edaf1f4-458f-445e-809f-bff866cfde45} <Debug> executeQuery: Read 209 rows, 17.68 KiB in 0.001581 sec., 132194.81340923466 rows/sec., 10.92 MiB/sec. | ||
10073 | 2024.06.22 01:36:45.270924 [ 3 ] {1edaf1f4-458f-445e-809f-bff866cfde45} <Debug> DynamicQueryHandler: Done processing query | ||
10074 | 2024.06.22 01:36:45.270992 [ 3 ] {1edaf1f4-458f-445e-809f-bff866cfde45} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10075 | 2024.06.22 01:36:45.271047 [ 3 ] {} <Debug> HTTP-Session: a6c19b1f-86f5-447a-9bb7-628c0b9d6805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10076 | 2024.06.22 01:36:45.271229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10077 | 2024.06.22 01:36:45.271282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10078 | 2024.06.22 01:36:45.271301 [ 3 ] {} <Debug> HTTP-Session: be349c86-437e-47c0-9108-409bc794cba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10079 | 2024.06.22 01:36:45.271318 [ 3 ] {} <Debug> HTTP-Session: be349c86-437e-47c0-9108-409bc794cba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10080 | 2024.06.22 01:36:45.271332 [ 3 ] {} <Debug> HTTP-Session: be349c86-437e-47c0-9108-409bc794cba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10081 | 2024.06.22 01:36:45.271364 [ 3 ] {} <Trace> HTTP-Session: be349c86-437e-47c0-9108-409bc794cba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10082 | 2024.06.22 01:36:45.271473 [ 3 ] {7edab36e-5165-427e-b07d-eb16feecd721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10083 | 2024.06.22 01:36:45.271516 [ 3 ] {7edab36e-5165-427e-b07d-eb16feecd721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10084 | 2024.06.22 01:36:45.271661 [ 3 ] {7edab36e-5165-427e-b07d-eb16feecd721} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10085 | 2024.06.22 01:36:45.271954 [ 3 ] {7edab36e-5165-427e-b07d-eb16feecd721} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10086 | 2024.06.22 01:36:45.271990 [ 3 ] {7edab36e-5165-427e-b07d-eb16feecd721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
10087 | 2024.06.22 01:36:45.272290 [ 3 ] {7edab36e-5165-427e-b07d-eb16feecd721} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10088 | 2024.06.22 01:36:45.272608 [ 3 ] {7edab36e-5165-427e-b07d-eb16feecd721} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10089 | 2024.06.22 01:36:45.272733 [ 3 ] {7edab36e-5165-427e-b07d-eb16feecd721} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001287 sec., 4662.004662004662 rows/sec., 325.52 KiB/sec. | ||
10090 | 2024.06.22 01:36:45.272893 [ 3 ] {7edab36e-5165-427e-b07d-eb16feecd721} <Debug> DynamicQueryHandler: Done processing query | ||
10091 | 2024.06.22 01:36:45.272918 [ 3 ] {7edab36e-5165-427e-b07d-eb16feecd721} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10092 | 2024.06.22 01:36:45.272934 [ 3 ] {} <Debug> HTTP-Session: be349c86-437e-47c0-9108-409bc794cba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10093 | 2024.06.22 01:36:45.273074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 23385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10094 | 2024.06.22 01:36:45.273124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10095 | 2024.06.22 01:36:45.273143 [ 3 ] {} <Debug> HTTP-Session: faf1c43e-f2b8-40e9-a5dc-59faf8315e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10096 | 2024.06.22 01:36:45.273159 [ 3 ] {} <Debug> HTTP-Session: faf1c43e-f2b8-40e9-a5dc-59faf8315e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10097 | 2024.06.22 01:36:45.273172 [ 3 ] {} <Debug> HTTP-Session: faf1c43e-f2b8-40e9-a5dc-59faf8315e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10098 | 2024.06.22 01:36:45.273203 [ 3 ] {} <Trace> HTTP-Session: faf1c43e-f2b8-40e9-a5dc-59faf8315e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10099 | 2024.06.22 01:36:45.273345 [ 3 ] {d6112c85-8f93-4002-a7b3-a3d4335988e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10100 | 2024.06.22 01:36:45.273388 [ 3 ] {d6112c85-8f93-4002-a7b3-a3d4335988e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10101 | 2024.06.22 01:36:45.273512 [ 3 ] {d6112c85-8f93-4002-a7b3-a3d4335988e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10102 | 2024.06.22 01:36:45.273890 [ 3 ] {d6112c85-8f93-4002-a7b3-a3d4335988e2} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10103 | 2024.06.22 01:36:45.273926 [ 3 ] {d6112c85-8f93-4002-a7b3-a3d4335988e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
10104 | 2024.06.22 01:36:45.274245 [ 3 ] {d6112c85-8f93-4002-a7b3-a3d4335988e2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10105 | 2024.06.22 01:36:45.274553 [ 3 ] {d6112c85-8f93-4002-a7b3-a3d4335988e2} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10106 | 2024.06.22 01:36:45.274677 [ 3 ] {d6112c85-8f93-4002-a7b3-a3d4335988e2} <Debug> executeQuery: Read 138 rows, 11.00 KiB in 0.001399 sec., 98641.88706218728 rows/sec., 7.68 MiB/sec. | ||
10107 | 2024.06.22 01:36:45.274844 [ 3 ] {d6112c85-8f93-4002-a7b3-a3d4335988e2} <Debug> DynamicQueryHandler: Done processing query | ||
10108 | 2024.06.22 01:36:45.274869 [ 3 ] {d6112c85-8f93-4002-a7b3-a3d4335988e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10109 | 2024.06.22 01:36:45.274884 [ 3 ] {} <Debug> HTTP-Session: faf1c43e-f2b8-40e9-a5dc-59faf8315e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10110 | 2024.06.22 01:36:45.275043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 38166, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10111 | 2024.06.22 01:36:45.275091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10112 | 2024.06.22 01:36:45.275109 [ 3 ] {} <Debug> HTTP-Session: 32021332-3d84-42ed-9346-0d44bdf73a1b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10113 | 2024.06.22 01:36:45.275125 [ 3 ] {} <Debug> HTTP-Session: 32021332-3d84-42ed-9346-0d44bdf73a1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10114 | 2024.06.22 01:36:45.275139 [ 3 ] {} <Debug> HTTP-Session: 32021332-3d84-42ed-9346-0d44bdf73a1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10115 | 2024.06.22 01:36:45.275169 [ 3 ] {} <Trace> HTTP-Session: 32021332-3d84-42ed-9346-0d44bdf73a1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10116 | 2024.06.22 01:36:45.275334 [ 3 ] {6f7618a5-0f73-4154-a5b4-1d310436f4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10117 | 2024.06.22 01:36:45.275382 [ 3 ] {6f7618a5-0f73-4154-a5b4-1d310436f4de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10118 | 2024.06.22 01:36:45.275524 [ 3 ] {6f7618a5-0f73-4154-a5b4-1d310436f4de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10119 | 2024.06.22 01:36:45.275974 [ 3 ] {6f7618a5-0f73-4154-a5b4-1d310436f4de} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10120 | 2024.06.22 01:36:45.276009 [ 3 ] {6f7618a5-0f73-4154-a5b4-1d310436f4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
10121 | 2024.06.22 01:36:45.276398 [ 3 ] {6f7618a5-0f73-4154-a5b4-1d310436f4de} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10122 | 2024.06.22 01:36:45.276744 [ 3 ] {6f7618a5-0f73-4154-a5b4-1d310436f4de} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10123 | 2024.06.22 01:36:45.276877 [ 3 ] {6f7618a5-0f73-4154-a5b4-1d310436f4de} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001622 sec., 122688.03945745993 rows/sec., 8.56 MiB/sec. | ||
10124 | 2024.06.22 01:36:45.277066 [ 3 ] {6f7618a5-0f73-4154-a5b4-1d310436f4de} <Debug> DynamicQueryHandler: Done processing query | ||
10125 | 2024.06.22 01:36:45.277101 [ 3 ] {6f7618a5-0f73-4154-a5b4-1d310436f4de} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10126 | 2024.06.22 01:36:45.277131 [ 3 ] {} <Debug> HTTP-Session: 32021332-3d84-42ed-9346-0d44bdf73a1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10127 | 2024.06.22 01:36:45.277332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 40676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10128 | 2024.06.22 01:36:45.277381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10129 | 2024.06.22 01:36:45.277400 [ 3 ] {} <Debug> HTTP-Session: 980c722d-9cdd-48ed-87eb-3c0a95fb2db9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10130 | 2024.06.22 01:36:45.277416 [ 3 ] {} <Debug> HTTP-Session: 980c722d-9cdd-48ed-87eb-3c0a95fb2db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10131 | 2024.06.22 01:36:45.277430 [ 3 ] {} <Debug> HTTP-Session: 980c722d-9cdd-48ed-87eb-3c0a95fb2db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10132 | 2024.06.22 01:36:45.277461 [ 3 ] {} <Trace> HTTP-Session: 980c722d-9cdd-48ed-87eb-3c0a95fb2db9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10133 | 2024.06.22 01:36:45.277756 [ 3 ] {f5c344ab-a3bb-4792-b304-177b64e4d441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10134 | 2024.06.22 01:36:45.277803 [ 3 ] {f5c344ab-a3bb-4792-b304-177b64e4d441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10135 | 2024.06.22 01:36:45.277956 [ 3 ] {f5c344ab-a3bb-4792-b304-177b64e4d441} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10136 | 2024.06.22 01:36:45.278510 [ 3 ] {f5c344ab-a3bb-4792-b304-177b64e4d441} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10137 | 2024.06.22 01:36:45.278544 [ 3 ] {f5c344ab-a3bb-4792-b304-177b64e4d441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
10138 | 2024.06.22 01:36:45.278955 [ 3 ] {f5c344ab-a3bb-4792-b304-177b64e4d441} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10139 | 2024.06.22 01:36:45.279303 [ 3 ] {f5c344ab-a3bb-4792-b304-177b64e4d441} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10140 | 2024.06.22 01:36:45.279436 [ 3 ] {f5c344ab-a3bb-4792-b304-177b64e4d441} <Debug> executeQuery: Read 38 rows, 52.51 KiB in 0.00189 sec., 20105.820105820105 rows/sec., 27.13 MiB/sec. | ||
10141 | 2024.06.22 01:36:45.279593 [ 3 ] {f5c344ab-a3bb-4792-b304-177b64e4d441} <Debug> DynamicQueryHandler: Done processing query | ||
10142 | 2024.06.22 01:36:45.279618 [ 3 ] {f5c344ab-a3bb-4792-b304-177b64e4d441} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10143 | 2024.06.22 01:36:45.279633 [ 3 ] {} <Debug> HTTP-Session: 980c722d-9cdd-48ed-87eb-3c0a95fb2db9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10144 | 2024.06.22 01:36:45.279788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10145 | 2024.06.22 01:36:45.279832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10146 | 2024.06.22 01:36:45.279849 [ 3 ] {} <Debug> HTTP-Session: 281626e2-2434-4d6d-aa56-b905d22d3967 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10147 | 2024.06.22 01:36:45.279864 [ 3 ] {} <Debug> HTTP-Session: 281626e2-2434-4d6d-aa56-b905d22d3967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10148 | 2024.06.22 01:36:45.279877 [ 3 ] {} <Debug> HTTP-Session: 281626e2-2434-4d6d-aa56-b905d22d3967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10149 | 2024.06.22 01:36:45.279906 [ 3 ] {} <Trace> HTTP-Session: 281626e2-2434-4d6d-aa56-b905d22d3967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10150 | 2024.06.22 01:36:45.279994 [ 3 ] {3d71c2b6-f90d-4cb0-8de6-c06863c74abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10151 | 2024.06.22 01:36:45.280034 [ 3 ] {3d71c2b6-f90d-4cb0-8de6-c06863c74abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10152 | 2024.06.22 01:36:45.280150 [ 3 ] {3d71c2b6-f90d-4cb0-8de6-c06863c74abd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10153 | 2024.06.22 01:36:45.280382 [ 3 ] {3d71c2b6-f90d-4cb0-8de6-c06863c74abd} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10154 | 2024.06.22 01:36:45.280414 [ 3 ] {3d71c2b6-f90d-4cb0-8de6-c06863c74abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
10155 | 2024.06.22 01:36:45.280805 [ 3 ] {3d71c2b6-f90d-4cb0-8de6-c06863c74abd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
10156 | 2024.06.22 01:36:45.281127 [ 3 ] {3d71c2b6-f90d-4cb0-8de6-c06863c74abd} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10157 | 2024.06.22 01:36:45.281259 [ 3 ] {3d71c2b6-f90d-4cb0-8de6-c06863c74abd} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001261 sec., 4758.128469468676 rows/sec., 313.65 KiB/sec. | ||
10158 | 2024.06.22 01:36:45.281507 [ 3 ] {3d71c2b6-f90d-4cb0-8de6-c06863c74abd} <Debug> DynamicQueryHandler: Done processing query | ||
10159 | 2024.06.22 01:36:45.281532 [ 3 ] {3d71c2b6-f90d-4cb0-8de6-c06863c74abd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10160 | 2024.06.22 01:36:45.281549 [ 3 ] {} <Debug> HTTP-Session: 281626e2-2434-4d6d-aa56-b905d22d3967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10161 | 2024.06.22 01:36:45.281676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10162 | 2024.06.22 01:36:45.281727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10163 | 2024.06.22 01:36:45.281746 [ 3 ] {} <Debug> HTTP-Session: a905f07b-6519-41e2-96f3-ae118a3467cb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10164 | 2024.06.22 01:36:45.281763 [ 3 ] {} <Debug> HTTP-Session: a905f07b-6519-41e2-96f3-ae118a3467cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10165 | 2024.06.22 01:36:45.281777 [ 3 ] {} <Debug> HTTP-Session: a905f07b-6519-41e2-96f3-ae118a3467cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10166 | 2024.06.22 01:36:45.281808 [ 3 ] {} <Trace> HTTP-Session: a905f07b-6519-41e2-96f3-ae118a3467cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10167 | 2024.06.22 01:36:45.281928 [ 3 ] {533da8ca-96c2-45ee-a897-de9c540f23cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10168 | 2024.06.22 01:36:45.281971 [ 3 ] {533da8ca-96c2-45ee-a897-de9c540f23cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10169 | 2024.06.22 01:36:45.282109 [ 3 ] {533da8ca-96c2-45ee-a897-de9c540f23cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10170 | 2024.06.22 01:36:45.282398 [ 3 ] {533da8ca-96c2-45ee-a897-de9c540f23cf} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10171 | 2024.06.22 01:36:45.282433 [ 3 ] {533da8ca-96c2-45ee-a897-de9c540f23cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
10172 | 2024.06.22 01:36:45.282788 [ 3 ] {533da8ca-96c2-45ee-a897-de9c540f23cf} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10173 | 2024.06.22 01:36:45.283122 [ 3 ] {533da8ca-96c2-45ee-a897-de9c540f23cf} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10174 | 2024.06.22 01:36:45.283248 [ 3 ] {533da8ca-96c2-45ee-a897-de9c540f23cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
10175 | 2024.06.22 01:36:45.283398 [ 3 ] {533da8ca-96c2-45ee-a897-de9c540f23cf} <Debug> DynamicQueryHandler: Done processing query | ||
10176 | 2024.06.22 01:36:45.283422 [ 3 ] {533da8ca-96c2-45ee-a897-de9c540f23cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10177 | 2024.06.22 01:36:45.283437 [ 3 ] {} <Debug> HTTP-Session: a905f07b-6519-41e2-96f3-ae118a3467cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10178 | 2024.06.22 01:36:48.818438 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10179 | 2024.06.22 01:36:48.818506 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10180 | 2024.06.22 01:36:50.256580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10181 | 2024.06.22 01:36:50.256715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10182 | 2024.06.22 01:36:50.256744 [ 3 ] {} <Debug> HTTP-Session: 84577af5-3ab2-4fce-811c-0934b7d18dd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10183 | 2024.06.22 01:36:50.256777 [ 3 ] {} <Debug> HTTP-Session: 84577af5-3ab2-4fce-811c-0934b7d18dd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10184 | 2024.06.22 01:36:50.256795 [ 3 ] {} <Debug> HTTP-Session: 84577af5-3ab2-4fce-811c-0934b7d18dd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10185 | 2024.06.22 01:36:50.256852 [ 3 ] {} <Trace> HTTP-Session: 84577af5-3ab2-4fce-811c-0934b7d18dd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10186 | 2024.06.22 01:36:50.257060 [ 3 ] {eef362be-538e-4156-8229-96b94b72a041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10187 | 2024.06.22 01:36:50.257136 [ 3 ] {eef362be-538e-4156-8229-96b94b72a041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10188 | 2024.06.22 01:36:50.257351 [ 3 ] {eef362be-538e-4156-8229-96b94b72a041} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10189 | 2024.06.22 01:36:50.257811 [ 3 ] {eef362be-538e-4156-8229-96b94b72a041} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10190 | 2024.06.22 01:36:50.257861 [ 3 ] {eef362be-538e-4156-8229-96b94b72a041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
10191 | 2024.06.22 01:36:50.258246 [ 3 ] {eef362be-538e-4156-8229-96b94b72a041} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10192 | 2024.06.22 01:36:50.258580 [ 3 ] {eef362be-538e-4156-8229-96b94b72a041} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10193 | 2024.06.22 01:36:50.258759 [ 3 ] {eef362be-538e-4156-8229-96b94b72a041} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001756 sec., 2277.904328018223 rows/sec., 184.63 KiB/sec. | ||
10194 | 2024.06.22 01:36:50.258992 [ 3 ] {eef362be-538e-4156-8229-96b94b72a041} <Debug> DynamicQueryHandler: Done processing query | ||
10195 | 2024.06.22 01:36:50.259021 [ 3 ] {eef362be-538e-4156-8229-96b94b72a041} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10196 | 2024.06.22 01:36:50.259037 [ 3 ] {} <Debug> HTTP-Session: 84577af5-3ab2-4fce-811c-0934b7d18dd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10197 | 2024.06.22 01:36:50.259189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10198 | 2024.06.22 01:36:50.259244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10199 | 2024.06.22 01:36:50.259264 [ 3 ] {} <Debug> HTTP-Session: 4d94db08-2267-4f3d-929a-666bf377cf29 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10200 | 2024.06.22 01:36:50.259283 [ 3 ] {} <Debug> HTTP-Session: 4d94db08-2267-4f3d-929a-666bf377cf29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10201 | 2024.06.22 01:36:50.259297 [ 3 ] {} <Debug> HTTP-Session: 4d94db08-2267-4f3d-929a-666bf377cf29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10202 | 2024.06.22 01:36:50.259333 [ 3 ] {} <Trace> HTTP-Session: 4d94db08-2267-4f3d-929a-666bf377cf29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10203 | 2024.06.22 01:36:50.259463 [ 3 ] {158bf625-c4af-45a2-9230-6d9e3101f52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10204 | 2024.06.22 01:36:50.259510 [ 3 ] {158bf625-c4af-45a2-9230-6d9e3101f52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10205 | 2024.06.22 01:36:50.259643 [ 3 ] {158bf625-c4af-45a2-9230-6d9e3101f52d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10206 | 2024.06.22 01:36:50.259985 [ 3 ] {158bf625-c4af-45a2-9230-6d9e3101f52d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10207 | 2024.06.22 01:36:50.260023 [ 3 ] {158bf625-c4af-45a2-9230-6d9e3101f52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
10208 | 2024.06.22 01:36:50.260335 [ 3 ] {158bf625-c4af-45a2-9230-6d9e3101f52d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10209 | 2024.06.22 01:36:50.260645 [ 3 ] {158bf625-c4af-45a2-9230-6d9e3101f52d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10210 | 2024.06.22 01:36:50.260798 [ 3 ] {158bf625-c4af-45a2-9230-6d9e3101f52d} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001384 sec., 49132.94797687861 rows/sec., 3.87 MiB/sec. | ||
10211 | 2024.06.22 01:36:50.260816 [ 141 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10212 | 2024.06.22 01:36:50.260924 [ 141 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10213 | 2024.06.22 01:36:50.260971 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
10214 | 2024.06.22 01:36:50.261033 [ 3 ] {158bf625-c4af-45a2-9230-6d9e3101f52d} <Debug> DynamicQueryHandler: Done processing query | ||
10215 | 2024.06.22 01:36:50.261101 [ 3 ] {158bf625-c4af-45a2-9230-6d9e3101f52d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10216 | 2024.06.22 01:36:50.261178 [ 3 ] {} <Debug> HTTP-Session: 4d94db08-2267-4f3d-929a-666bf377cf29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10217 | 2024.06.22 01:36:50.261361 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
10218 | 2024.06.22 01:36:50.261428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10219 | 2024.06.22 01:36:50.261610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10220 | 2024.06.22 01:36:50.261743 [ 3 ] {} <Debug> HTTP-Session: 13d3368a-8cf0-4019-9f77-02602988e1de Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10221 | 2024.06.22 01:36:50.261829 [ 3 ] {} <Debug> HTTP-Session: 13d3368a-8cf0-4019-9f77-02602988e1de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10222 | 2024.06.22 01:36:50.261895 [ 3 ] {} <Debug> HTTP-Session: 13d3368a-8cf0-4019-9f77-02602988e1de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10223 | 2024.06.22 01:36:50.262137 [ 3 ] {} <Trace> HTTP-Session: 13d3368a-8cf0-4019-9f77-02602988e1de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10224 | 2024.06.22 01:36:50.262257 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10225 | 2024.06.22 01:36:50.262423 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 186 rows starting from the beginning of the part | ||
10226 | 2024.06.22 01:36:50.262659 [ 3 ] {a0e00a0b-efe6-4a06-b437-04f8b5010f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10227 | 2024.06.22 01:36:50.262900 [ 3 ] {a0e00a0b-efe6-4a06-b437-04f8b5010f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10228 | 2024.06.22 01:36:50.262957 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 70 rows starting from the beginning of the part | ||
10229 | 2024.06.22 01:36:50.263289 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 156 rows starting from the beginning of the part | ||
10230 | 2024.06.22 01:36:50.263624 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 68 rows starting from the beginning of the part | ||
10231 | 2024.06.22 01:36:50.263957 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 209 rows starting from the beginning of the part | ||
10232 | 2024.06.22 01:36:50.264026 [ 3 ] {a0e00a0b-efe6-4a06-b437-04f8b5010f22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10233 | 2024.06.22 01:36:50.264212 [ 195 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 68 rows starting from the beginning of the part | ||
10234 | 2024.06.22 01:36:50.264966 [ 3 ] {a0e00a0b-efe6-4a06-b437-04f8b5010f22} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10235 | 2024.06.22 01:36:50.265024 [ 3 ] {a0e00a0b-efe6-4a06-b437-04f8b5010f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
10236 | 2024.06.22 01:36:50.265865 [ 3 ] {a0e00a0b-efe6-4a06-b437-04f8b5010f22} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10237 | 2024.06.22 01:36:50.266670 [ 3 ] {a0e00a0b-efe6-4a06-b437-04f8b5010f22} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10238 | 2024.06.22 01:36:50.267043 [ 141 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10239 | 2024.06.22 01:36:50.267150 [ 3 ] {a0e00a0b-efe6-4a06-b437-04f8b5010f22} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004713 sec., 14428.177381710162 rows/sec., 1.13 MiB/sec. | ||
10240 | 2024.06.22 01:36:50.267161 [ 141 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10241 | 2024.06.22 01:36:50.267262 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
10242 | 2024.06.22 01:36:50.267484 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 4 columns (4 merged, 0 gathered) in 0.006388193 sec., 118499.86373298363 rows/sec., 9.66 MiB/sec. | ||
10243 | 2024.06.22 01:36:50.267834 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
10244 | 2024.06.22 01:36:50.268007 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10245 | 2024.06.22 01:36:50.268021 [ 3 ] {a0e00a0b-efe6-4a06-b437-04f8b5010f22} <Debug> DynamicQueryHandler: Done processing query | ||
10246 | 2024.06.22 01:36:50.268172 [ 3 ] {a0e00a0b-efe6-4a06-b437-04f8b5010f22} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10247 | 2024.06.22 01:36:50.268343 [ 3 ] {} <Debug> HTTP-Session: 13d3368a-8cf0-4019-9f77-02602988e1de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10248 | 2024.06.22 01:36:50.268698 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10249 | 2024.06.22 01:36:50.268855 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 149 rows starting from the beginning of the part | ||
10250 | 2024.06.22 01:36:50.268893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10251 | 2024.06.22 01:36:50.269240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10252 | 2024.06.22 01:36:50.269372 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 72 rows starting from the beginning of the part | ||
10253 | 2024.06.22 01:36:50.269417 [ 3 ] {} <Debug> HTTP-Session: 16ea8a6a-bba2-4b50-82a9-694b63904279 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10254 | 2024.06.22 01:36:50.269578 [ 3 ] {} <Debug> HTTP-Session: 16ea8a6a-bba2-4b50-82a9-694b63904279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10255 | 2024.06.22 01:36:50.269809 [ 3 ] {} <Debug> HTTP-Session: 16ea8a6a-bba2-4b50-82a9-694b63904279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10256 | 2024.06.22 01:36:50.269905 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 105 rows starting from the beginning of the part | ||
10257 | 2024.06.22 01:36:50.270064 [ 3 ] {} <Trace> HTTP-Session: 16ea8a6a-bba2-4b50-82a9-694b63904279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10258 | 2024.06.22 01:36:50.270377 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 68 rows starting from the beginning of the part | ||
10259 | 2024.06.22 01:36:50.270773 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 138 rows starting from the beginning of the part | ||
10260 | 2024.06.22 01:36:50.270778 [ 3 ] {bc213040-1d9c-410b-b5f0-f393e73a11fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10261 | 2024.06.22 01:36:50.271053 [ 3 ] {bc213040-1d9c-410b-b5f0-f393e73a11fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10262 | 2024.06.22 01:36:50.271130 [ 190 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 68 rows starting from the beginning of the part | ||
10263 | 2024.06.22 01:36:50.271750 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_76_15} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10264 | 2024.06.22 01:36:50.272106 [ 200 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_76_15} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10265 | 2024.06.22 01:36:50.272357 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
10266 | 2024.06.22 01:36:50.272447 [ 3 ] {bc213040-1d9c-410b-b5f0-f393e73a11fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10267 | 2024.06.22 01:36:50.273429 [ 3 ] {bc213040-1d9c-410b-b5f0-f393e73a11fd} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10268 | 2024.06.22 01:36:50.273503 [ 3 ] {bc213040-1d9c-410b-b5f0-f393e73a11fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
10269 | 2024.06.22 01:36:50.274463 [ 3 ] {bc213040-1d9c-410b-b5f0-f393e73a11fd} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10270 | 2024.06.22 01:36:50.274538 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 4 columns (4 merged, 0 gathered) in 0.007114708 sec., 84332.34364642933 rows/sec., 6.59 MiB/sec. | ||
10271 | 2024.06.22 01:36:50.274789 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10272 | 2024.06.22 01:36:50.275228 [ 3 ] {bc213040-1d9c-410b-b5f0-f393e73a11fd} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10273 | 2024.06.22 01:36:50.275569 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10274 | 2024.06.22 01:36:50.275639 [ 3 ] {bc213040-1d9c-410b-b5f0-f393e73a11fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005232 sec., 30581.039755351685 rows/sec., 2.13 MiB/sec. | ||
10275 | 2024.06.22 01:36:50.275663 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10276 | 2024.06.22 01:36:50.275758 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
10277 | 2024.06.22 01:36:50.275875 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_76_15} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10278 | 2024.06.22 01:36:50.276200 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
10279 | 2024.06.22 01:36:50.276219 [ 194 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_76_15} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10280 | 2024.06.22 01:36:50.276331 [ 3 ] {bc213040-1d9c-410b-b5f0-f393e73a11fd} <Debug> DynamicQueryHandler: Done processing query | ||
10281 | 2024.06.22 01:36:50.276434 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
10282 | 2024.06.22 01:36:50.276441 [ 3 ] {bc213040-1d9c-410b-b5f0-f393e73a11fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10283 | 2024.06.22 01:36:50.276543 [ 3 ] {} <Debug> HTTP-Session: 16ea8a6a-bba2-4b50-82a9-694b63904279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10284 | 2024.06.22 01:36:50.276625 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10285 | 2024.06.22 01:36:50.276662 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 11555 rows starting from the beginning of the part | ||
10286 | 2024.06.22 01:36:50.276833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10287 | 2024.06.22 01:36:50.276879 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 162 rows starting from the beginning of the part | ||
10288 | 2024.06.22 01:36:50.276979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10289 | 2024.06.22 01:36:50.277080 [ 3 ] {} <Debug> HTTP-Session: d987fa27-2539-4629-9216-a74984b3213e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10290 | 2024.06.22 01:36:50.277114 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 161 rows starting from the beginning of the part | ||
10291 | 2024.06.22 01:36:50.277132 [ 3 ] {} <Debug> HTTP-Session: d987fa27-2539-4629-9216-a74984b3213e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10292 | 2024.06.22 01:36:50.277185 [ 3 ] {} <Debug> HTTP-Session: d987fa27-2539-4629-9216-a74984b3213e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10293 | 2024.06.22 01:36:50.277318 [ 3 ] {} <Trace> HTTP-Session: d987fa27-2539-4629-9216-a74984b3213e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10294 | 2024.06.22 01:36:50.277467 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
10295 | 2024.06.22 01:36:50.277723 [ 3 ] {afba370e-9e15-427f-b7c7-31cb586ebf3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10296 | 2024.06.22 01:36:50.277725 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 199 rows starting from the beginning of the part | ||
10297 | 2024.06.22 01:36:50.277868 [ 3 ] {afba370e-9e15-427f-b7c7-31cb586ebf3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10298 | 2024.06.22 01:36:50.278024 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
10299 | 2024.06.22 01:36:50.278967 [ 3 ] {afba370e-9e15-427f-b7c7-31cb586ebf3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10300 | 2024.06.22 01:36:50.279563 [ 3 ] {afba370e-9e15-427f-b7c7-31cb586ebf3f} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10301 | 2024.06.22 01:36:50.279602 [ 3 ] {afba370e-9e15-427f-b7c7-31cb586ebf3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
10302 | 2024.06.22 01:36:50.280133 [ 3 ] {afba370e-9e15-427f-b7c7-31cb586ebf3f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10303 | 2024.06.22 01:36:50.280756 [ 3 ] {afba370e-9e15-427f-b7c7-31cb586ebf3f} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10304 | 2024.06.22 01:36:50.281105 [ 3 ] {afba370e-9e15-427f-b7c7-31cb586ebf3f} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.003588 sec., 1114.8272017837235 rows/sec., 1.50 MiB/sec. | ||
10305 | 2024.06.22 01:36:50.281528 [ 3 ] {afba370e-9e15-427f-b7c7-31cb586ebf3f} <Debug> DynamicQueryHandler: Done processing query | ||
10306 | 2024.06.22 01:36:50.281582 [ 3 ] {afba370e-9e15-427f-b7c7-31cb586ebf3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10307 | 2024.06.22 01:36:50.281633 [ 3 ] {} <Debug> HTTP-Session: d987fa27-2539-4629-9216-a74984b3213e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10308 | 2024.06.22 01:36:50.281858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10309 | 2024.06.22 01:36:50.282022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10310 | 2024.06.22 01:36:50.282046 [ 3 ] {} <Debug> HTTP-Session: 6d4c00a6-dfed-406e-82a2-093ec3b7a049 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10311 | 2024.06.22 01:36:50.282063 [ 3 ] {} <Debug> HTTP-Session: 6d4c00a6-dfed-406e-82a2-093ec3b7a049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10312 | 2024.06.22 01:36:50.282077 [ 3 ] {} <Debug> HTTP-Session: 6d4c00a6-dfed-406e-82a2-093ec3b7a049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10313 | 2024.06.22 01:36:50.282135 [ 3 ] {} <Trace> HTTP-Session: 6d4c00a6-dfed-406e-82a2-093ec3b7a049 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10314 | 2024.06.22 01:36:50.282279 [ 3 ] {97e106eb-a917-4671-9cd9-92141b470c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10315 | 2024.06.22 01:36:50.282343 [ 3 ] {97e106eb-a917-4671-9cd9-92141b470c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10316 | 2024.06.22 01:36:50.282504 [ 3 ] {97e106eb-a917-4671-9cd9-92141b470c4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10317 | 2024.06.22 01:36:50.283035 [ 3 ] {97e106eb-a917-4671-9cd9-92141b470c4b} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10318 | 2024.06.22 01:36:50.283073 [ 3 ] {97e106eb-a917-4671-9cd9-92141b470c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
10319 | 2024.06.22 01:36:50.283558 [ 3 ] {97e106eb-a917-4671-9cd9-92141b470c4b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10320 | 2024.06.22 01:36:50.284039 [ 3 ] {97e106eb-a917-4671-9cd9-92141b470c4b} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10321 | 2024.06.22 01:36:50.284232 [ 141 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10322 | 2024.06.22 01:36:50.284329 [ 3 ] {97e106eb-a917-4671-9cd9-92141b470c4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002057 sec., 29168.69227029655 rows/sec., 1.97 MiB/sec. | ||
10323 | 2024.06.22 01:36:50.284346 [ 141 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10324 | 2024.06.22 01:36:50.284430 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
10325 | 2024.06.22 01:36:50.284905 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12397 rows, containing 5 columns (5 merged, 0 gathered) in 0.008995961 sec., 1378062.888445159 rows/sec., 96.03 MiB/sec. | ||
10326 | 2024.06.22 01:36:50.285214 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
10327 | 2024.06.22 01:36:50.285416 [ 3 ] {97e106eb-a917-4671-9cd9-92141b470c4b} <Debug> DynamicQueryHandler: Done processing query | ||
10328 | 2024.06.22 01:36:50.285533 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10329 | 2024.06.22 01:36:50.285527 [ 3 ] {97e106eb-a917-4671-9cd9-92141b470c4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10330 | 2024.06.22 01:36:50.285683 [ 3 ] {} <Debug> HTTP-Session: 6d4c00a6-dfed-406e-82a2-093ec3b7a049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10331 | 2024.06.22 01:36:50.286200 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10332 | 2024.06.22 01:36:50.286370 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4118 rows starting from the beginning of the part | ||
10333 | 2024.06.22 01:36:50.286940 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
10334 | 2024.06.22 01:36:50.287329 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
10335 | 2024.06.22 01:36:50.287770 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
10336 | 2024.06.22 01:36:50.288044 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
10337 | 2024.06.22 01:36:50.288091 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10338 | 2024.06.22 01:36:50.288380 [ 192 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
10339 | 2024.06.22 01:36:50.288415 [ 190 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10340 | 2024.06.22 01:36:50.288706 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. | ||
10341 | 2024.06.22 01:36:50.290661 [ 191 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4418 rows, containing 4 columns (4 merged, 0 gathered) in 0.005985221 sec., 738151.5235611183 rows/sec., 49.75 MiB/sec. | ||
10342 | 2024.06.22 01:36:50.291055 [ 196 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10343 | 2024.06.22 01:36:50.291463 [ 196 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_76_15} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10344 | 2024.06.22 01:36:50.291544 [ 196 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_76_15} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10345 | 2024.06.22 01:36:50.291616 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
10346 | 2024.06.22 01:36:55.257832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10347 | 2024.06.22 01:36:55.258017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10348 | 2024.06.22 01:36:55.258062 [ 3 ] {} <Debug> HTTP-Session: f886b86f-fa28-4c5d-8ad2-96ae2f8c84ec Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10349 | 2024.06.22 01:36:55.258104 [ 3 ] {} <Debug> HTTP-Session: f886b86f-fa28-4c5d-8ad2-96ae2f8c84ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10350 | 2024.06.22 01:36:55.258131 [ 3 ] {} <Debug> HTTP-Session: f886b86f-fa28-4c5d-8ad2-96ae2f8c84ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10351 | 2024.06.22 01:36:55.258210 [ 3 ] {} <Trace> HTTP-Session: f886b86f-fa28-4c5d-8ad2-96ae2f8c84ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10352 | 2024.06.22 01:36:55.258513 [ 3 ] {42c72b99-4007-4367-a77d-a2c98f784b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10353 | 2024.06.22 01:36:55.258624 [ 3 ] {42c72b99-4007-4367-a77d-a2c98f784b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10354 | 2024.06.22 01:36:55.258870 [ 3 ] {42c72b99-4007-4367-a77d-a2c98f784b2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10355 | 2024.06.22 01:36:55.259346 [ 3 ] {42c72b99-4007-4367-a77d-a2c98f784b2f} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10356 | 2024.06.22 01:36:55.259386 [ 3 ] {42c72b99-4007-4367-a77d-a2c98f784b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10357 | 2024.06.22 01:36:55.259768 [ 3 ] {42c72b99-4007-4367-a77d-a2c98f784b2f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10358 | 2024.06.22 01:36:55.260107 [ 3 ] {42c72b99-4007-4367-a77d-a2c98f784b2f} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10359 | 2024.06.22 01:36:55.260254 [ 3 ] {42c72b99-4007-4367-a77d-a2c98f784b2f} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001846 sec., 22751.89599133261 rows/sec., 1.80 MiB/sec. | ||
10360 | 2024.06.22 01:36:55.260627 [ 3 ] {42c72b99-4007-4367-a77d-a2c98f784b2f} <Debug> DynamicQueryHandler: Done processing query | ||
10361 | 2024.06.22 01:36:55.260696 [ 3 ] {42c72b99-4007-4367-a77d-a2c98f784b2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10362 | 2024.06.22 01:36:55.260761 [ 3 ] {} <Debug> HTTP-Session: f886b86f-fa28-4c5d-8ad2-96ae2f8c84ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10363 | 2024.06.22 01:36:55.261008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 26894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10364 | 2024.06.22 01:36:55.261068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10365 | 2024.06.22 01:36:55.261088 [ 3 ] {} <Debug> HTTP-Session: 4bfb98ab-581a-4c9b-a403-cf76e9b79917 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10366 | 2024.06.22 01:36:55.261105 [ 3 ] {} <Debug> HTTP-Session: 4bfb98ab-581a-4c9b-a403-cf76e9b79917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10367 | 2024.06.22 01:36:55.261119 [ 3 ] {} <Debug> HTTP-Session: 4bfb98ab-581a-4c9b-a403-cf76e9b79917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10368 | 2024.06.22 01:36:55.261154 [ 3 ] {} <Trace> HTTP-Session: 4bfb98ab-581a-4c9b-a403-cf76e9b79917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10369 | 2024.06.22 01:36:55.261314 [ 3 ] {2f44812c-b62e-4692-be99-e5fcc4eec9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10370 | 2024.06.22 01:36:55.261362 [ 3 ] {2f44812c-b62e-4692-be99-e5fcc4eec9a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10371 | 2024.06.22 01:36:55.261510 [ 3 ] {2f44812c-b62e-4692-be99-e5fcc4eec9a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10372 | 2024.06.22 01:36:55.261986 [ 3 ] {2f44812c-b62e-4692-be99-e5fcc4eec9a6} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10373 | 2024.06.22 01:36:55.262024 [ 3 ] {2f44812c-b62e-4692-be99-e5fcc4eec9a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10374 | 2024.06.22 01:36:55.262365 [ 3 ] {2f44812c-b62e-4692-be99-e5fcc4eec9a6} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10375 | 2024.06.22 01:36:55.262697 [ 3 ] {2f44812c-b62e-4692-be99-e5fcc4eec9a6} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10376 | 2024.06.22 01:36:55.262827 [ 3 ] {2f44812c-b62e-4692-be99-e5fcc4eec9a6} <Debug> executeQuery: Read 182 rows, 15.82 KiB in 0.001583 sec., 114971.572962729 rows/sec., 9.76 MiB/sec. | ||
10377 | 2024.06.22 01:36:55.263108 [ 3 ] {2f44812c-b62e-4692-be99-e5fcc4eec9a6} <Debug> DynamicQueryHandler: Done processing query | ||
10378 | 2024.06.22 01:36:55.263157 [ 3 ] {2f44812c-b62e-4692-be99-e5fcc4eec9a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10379 | 2024.06.22 01:36:55.263228 [ 3 ] {} <Debug> HTTP-Session: 4bfb98ab-581a-4c9b-a403-cf76e9b79917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10380 | 2024.06.22 01:36:55.263513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 18006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10381 | 2024.06.22 01:36:55.263646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10382 | 2024.06.22 01:36:55.263688 [ 3 ] {} <Debug> HTTP-Session: 9b29f6d6-0300-4419-bed7-a2fd9c41a1b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10383 | 2024.06.22 01:36:55.263715 [ 3 ] {} <Debug> HTTP-Session: 9b29f6d6-0300-4419-bed7-a2fd9c41a1b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10384 | 2024.06.22 01:36:55.263729 [ 3 ] {} <Debug> HTTP-Session: 9b29f6d6-0300-4419-bed7-a2fd9c41a1b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10385 | 2024.06.22 01:36:55.263762 [ 3 ] {} <Trace> HTTP-Session: 9b29f6d6-0300-4419-bed7-a2fd9c41a1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10386 | 2024.06.22 01:36:55.263908 [ 3 ] {eeb59d99-9bf1-4aed-84c9-d883e8fddf60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10387 | 2024.06.22 01:36:55.263952 [ 3 ] {eeb59d99-9bf1-4aed-84c9-d883e8fddf60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10388 | 2024.06.22 01:36:55.264094 [ 3 ] {eeb59d99-9bf1-4aed-84c9-d883e8fddf60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10389 | 2024.06.22 01:36:55.264462 [ 3 ] {eeb59d99-9bf1-4aed-84c9-d883e8fddf60} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10390 | 2024.06.22 01:36:55.264498 [ 3 ] {eeb59d99-9bf1-4aed-84c9-d883e8fddf60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10391 | 2024.06.22 01:36:55.264815 [ 3 ] {eeb59d99-9bf1-4aed-84c9-d883e8fddf60} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10392 | 2024.06.22 01:36:55.265128 [ 3 ] {eeb59d99-9bf1-4aed-84c9-d883e8fddf60} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10393 | 2024.06.22 01:36:55.265250 [ 3 ] {eeb59d99-9bf1-4aed-84c9-d883e8fddf60} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001405 sec., 75444.83985765124 rows/sec., 5.89 MiB/sec. | ||
10394 | 2024.06.22 01:36:55.265421 [ 3 ] {eeb59d99-9bf1-4aed-84c9-d883e8fddf60} <Debug> DynamicQueryHandler: Done processing query | ||
10395 | 2024.06.22 01:36:55.265447 [ 3 ] {eeb59d99-9bf1-4aed-84c9-d883e8fddf60} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10396 | 2024.06.22 01:36:55.265463 [ 3 ] {} <Debug> HTTP-Session: 9b29f6d6-0300-4419-bed7-a2fd9c41a1b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10397 | 2024.06.22 01:36:55.265635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10398 | 2024.06.22 01:36:55.265685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10399 | 2024.06.22 01:36:55.265704 [ 3 ] {} <Debug> HTTP-Session: b3a17c21-945c-4602-bc82-929080e108a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10400 | 2024.06.22 01:36:55.265720 [ 3 ] {} <Debug> HTTP-Session: b3a17c21-945c-4602-bc82-929080e108a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10401 | 2024.06.22 01:36:55.265734 [ 3 ] {} <Debug> HTTP-Session: b3a17c21-945c-4602-bc82-929080e108a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10402 | 2024.06.22 01:36:55.265764 [ 3 ] {} <Trace> HTTP-Session: b3a17c21-945c-4602-bc82-929080e108a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10403 | 2024.06.22 01:36:55.265908 [ 3 ] {f5765362-a090-4dab-95d9-5e4456ee9cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10404 | 2024.06.22 01:36:55.265955 [ 3 ] {f5765362-a090-4dab-95d9-5e4456ee9cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10405 | 2024.06.22 01:36:55.266098 [ 3 ] {f5765362-a090-4dab-95d9-5e4456ee9cf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10406 | 2024.06.22 01:36:55.266503 [ 3 ] {f5765362-a090-4dab-95d9-5e4456ee9cf2} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10407 | 2024.06.22 01:36:55.266539 [ 3 ] {f5765362-a090-4dab-95d9-5e4456ee9cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10408 | 2024.06.22 01:36:55.266936 [ 3 ] {f5765362-a090-4dab-95d9-5e4456ee9cf2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10409 | 2024.06.22 01:36:55.267283 [ 3 ] {f5765362-a090-4dab-95d9-5e4456ee9cf2} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10410 | 2024.06.22 01:36:55.267411 [ 3 ] {f5765362-a090-4dab-95d9-5e4456ee9cf2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
10411 | 2024.06.22 01:36:55.267588 [ 3 ] {f5765362-a090-4dab-95d9-5e4456ee9cf2} <Debug> DynamicQueryHandler: Done processing query | ||
10412 | 2024.06.22 01:36:55.267614 [ 3 ] {f5765362-a090-4dab-95d9-5e4456ee9cf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10413 | 2024.06.22 01:36:55.267629 [ 3 ] {} <Debug> HTTP-Session: b3a17c21-945c-4602-bc82-929080e108a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10414 | 2024.06.22 01:36:55.267817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 44950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10415 | 2024.06.22 01:36:55.267887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10416 | 2024.06.22 01:36:55.267907 [ 3 ] {} <Debug> HTTP-Session: b7651b96-5501-4c65-a711-aa820424f836 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10417 | 2024.06.22 01:36:55.267924 [ 3 ] {} <Debug> HTTP-Session: b7651b96-5501-4c65-a711-aa820424f836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10418 | 2024.06.22 01:36:55.267937 [ 3 ] {} <Debug> HTTP-Session: b7651b96-5501-4c65-a711-aa820424f836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10419 | 2024.06.22 01:36:55.267968 [ 3 ] {} <Trace> HTTP-Session: b7651b96-5501-4c65-a711-aa820424f836 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10420 | 2024.06.22 01:36:55.268276 [ 3 ] {2af9ed62-36a4-46c0-885f-eca0fca53816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10421 | 2024.06.22 01:36:55.268324 [ 3 ] {2af9ed62-36a4-46c0-885f-eca0fca53816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10422 | 2024.06.22 01:36:55.268482 [ 3 ] {2af9ed62-36a4-46c0-885f-eca0fca53816} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10423 | 2024.06.22 01:36:55.269047 [ 3 ] {2af9ed62-36a4-46c0-885f-eca0fca53816} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10424 | 2024.06.22 01:36:55.269082 [ 3 ] {2af9ed62-36a4-46c0-885f-eca0fca53816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10425 | 2024.06.22 01:36:55.269507 [ 3 ] {2af9ed62-36a4-46c0-885f-eca0fca53816} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10426 | 2024.06.22 01:36:55.269872 [ 3 ] {2af9ed62-36a4-46c0-885f-eca0fca53816} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10427 | 2024.06.22 01:36:55.270012 [ 3 ] {2af9ed62-36a4-46c0-885f-eca0fca53816} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001947 sec., 21571.648690292757 rows/sec., 29.11 MiB/sec. | ||
10428 | 2024.06.22 01:36:55.270340 [ 3 ] {2af9ed62-36a4-46c0-885f-eca0fca53816} <Debug> DynamicQueryHandler: Done processing query | ||
10429 | 2024.06.22 01:36:55.270410 [ 3 ] {2af9ed62-36a4-46c0-885f-eca0fca53816} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10430 | 2024.06.22 01:36:55.270474 [ 3 ] {} <Debug> HTTP-Session: b7651b96-5501-4c65-a711-aa820424f836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10431 | 2024.06.22 01:36:55.270692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10432 | 2024.06.22 01:36:55.270745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10433 | 2024.06.22 01:36:55.270765 [ 3 ] {} <Debug> HTTP-Session: 951fae49-21ca-4e12-ae79-624570424162 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10434 | 2024.06.22 01:36:55.270782 [ 3 ] {} <Debug> HTTP-Session: 951fae49-21ca-4e12-ae79-624570424162 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10435 | 2024.06.22 01:36:55.270796 [ 3 ] {} <Debug> HTTP-Session: 951fae49-21ca-4e12-ae79-624570424162 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10436 | 2024.06.22 01:36:55.270830 [ 3 ] {} <Trace> HTTP-Session: 951fae49-21ca-4e12-ae79-624570424162 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10437 | 2024.06.22 01:36:55.270952 [ 3 ] {46b5332f-463d-4cf6-b0b6-15878a559113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10438 | 2024.06.22 01:36:55.270997 [ 3 ] {46b5332f-463d-4cf6-b0b6-15878a559113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10439 | 2024.06.22 01:36:55.271145 [ 3 ] {46b5332f-463d-4cf6-b0b6-15878a559113} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10440 | 2024.06.22 01:36:55.271454 [ 3 ] {46b5332f-463d-4cf6-b0b6-15878a559113} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10441 | 2024.06.22 01:36:55.271490 [ 3 ] {46b5332f-463d-4cf6-b0b6-15878a559113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10442 | 2024.06.22 01:36:55.271849 [ 3 ] {46b5332f-463d-4cf6-b0b6-15878a559113} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10443 | 2024.06.22 01:36:55.272176 [ 3 ] {46b5332f-463d-4cf6-b0b6-15878a559113} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10444 | 2024.06.22 01:36:55.272301 [ 3 ] {46b5332f-463d-4cf6-b0b6-15878a559113} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
10445 | 2024.06.22 01:36:55.272473 [ 3 ] {46b5332f-463d-4cf6-b0b6-15878a559113} <Debug> DynamicQueryHandler: Done processing query | ||
10446 | 2024.06.22 01:36:55.272497 [ 3 ] {46b5332f-463d-4cf6-b0b6-15878a559113} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10447 | 2024.06.22 01:36:55.272513 [ 3 ] {} <Debug> HTTP-Session: 951fae49-21ca-4e12-ae79-624570424162 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10448 | 2024.06.22 01:36:56.572170 [ 143 ] {} <Debug> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
10449 | 2024.06.22 01:36:56.572271 [ 143 ] {} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10450 | 2024.06.22 01:36:56.572311 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10451 | 2024.06.22 01:36:56.572628 [ 192 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
10452 | 2024.06.22 01:36:56.572876 [ 192 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10453 | 2024.06.22 01:36:56.572911 [ 192 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 14 rows starting from the beginning of the part | ||
10454 | 2024.06.22 01:36:56.572989 [ 192 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
10455 | 2024.06.22 01:36:56.573169 [ 192 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
10456 | 2024.06.22 01:36:56.573424 [ 192 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
10457 | 2024.06.22 01:36:56.573689 [ 192 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
10458 | 2024.06.22 01:36:56.574722 [ 191 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002296526 sec., 12192.328760919754 rows/sec., 994.20 KiB/sec. | ||
10459 | 2024.06.22 01:36:56.574918 [ 193 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
10460 | 2024.06.22 01:36:56.575419 [ 193 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_22_5} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10461 | 2024.06.22 01:36:56.575522 [ 193 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_22_5} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
10462 | 2024.06.22 01:36:56.575631 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10463 | 2024.06.22 01:36:57.714847 [ 150 ] {} <Debug> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
10464 | 2024.06.22 01:36:57.714934 [ 150 ] {} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10465 | 2024.06.22 01:36:57.714963 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10466 | 2024.06.22 01:36:57.715117 [ 198 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
10467 | 2024.06.22 01:36:57.715497 [ 198 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10468 | 2024.06.22 01:36:57.715536 [ 198 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 14 rows starting from the beginning of the part | ||
10469 | 2024.06.22 01:36:57.715613 [ 198 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
10470 | 2024.06.22 01:36:57.715778 [ 198 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
10471 | 2024.06.22 01:36:57.715992 [ 198 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
10472 | 2024.06.22 01:36:57.716162 [ 198 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
10473 | 2024.06.22 01:36:57.717302 [ 191 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002270595 sec., 12331.569478484715 rows/sec., 861.04 KiB/sec. | ||
10474 | 2024.06.22 01:36:57.717495 [ 191 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
10475 | 2024.06.22 01:36:57.717952 [ 191 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_22_5} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10476 | 2024.06.22 01:36:57.718044 [ 191 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_22_5} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
10477 | 2024.06.22 01:36:57.718143 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10478 | 2024.06.22 01:37:00.256950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10479 | 2024.06.22 01:37:00.257111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10480 | 2024.06.22 01:37:00.257155 [ 3 ] {} <Debug> HTTP-Session: dfcab806-084c-41a5-9b9d-5c7530f83120 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10481 | 2024.06.22 01:37:00.257195 [ 3 ] {} <Debug> HTTP-Session: dfcab806-084c-41a5-9b9d-5c7530f83120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10482 | 2024.06.22 01:37:00.257225 [ 3 ] {} <Debug> HTTP-Session: dfcab806-084c-41a5-9b9d-5c7530f83120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10483 | 2024.06.22 01:37:00.257306 [ 3 ] {} <Trace> HTTP-Session: dfcab806-084c-41a5-9b9d-5c7530f83120 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10484 | 2024.06.22 01:37:00.257569 [ 3 ] {d19009ec-4582-4899-ba7b-cb0eec985702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10485 | 2024.06.22 01:37:00.257670 [ 3 ] {d19009ec-4582-4899-ba7b-cb0eec985702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10486 | 2024.06.22 01:37:00.257944 [ 3 ] {d19009ec-4582-4899-ba7b-cb0eec985702} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10487 | 2024.06.22 01:37:00.258415 [ 3 ] {d19009ec-4582-4899-ba7b-cb0eec985702} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10488 | 2024.06.22 01:37:00.258456 [ 3 ] {d19009ec-4582-4899-ba7b-cb0eec985702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10489 | 2024.06.22 01:37:00.258819 [ 3 ] {d19009ec-4582-4899-ba7b-cb0eec985702} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10490 | 2024.06.22 01:37:00.259154 [ 3 ] {d19009ec-4582-4899-ba7b-cb0eec985702} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10491 | 2024.06.22 01:37:00.259315 [ 3 ] {d19009ec-4582-4899-ba7b-cb0eec985702} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001825 sec., 2191.780821917808 rows/sec., 177.65 KiB/sec. | ||
10492 | 2024.06.22 01:37:00.259518 [ 3 ] {d19009ec-4582-4899-ba7b-cb0eec985702} <Debug> DynamicQueryHandler: Done processing query | ||
10493 | 2024.06.22 01:37:00.259544 [ 3 ] {d19009ec-4582-4899-ba7b-cb0eec985702} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10494 | 2024.06.22 01:37:00.259560 [ 3 ] {} <Debug> HTTP-Session: dfcab806-084c-41a5-9b9d-5c7530f83120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10495 | 2024.06.22 01:37:00.259753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10496 | 2024.06.22 01:37:00.259802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10497 | 2024.06.22 01:37:00.259822 [ 3 ] {} <Debug> HTTP-Session: 3cc2deb7-a2df-472d-81af-6987922f1a29 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10498 | 2024.06.22 01:37:00.259838 [ 3 ] {} <Debug> HTTP-Session: 3cc2deb7-a2df-472d-81af-6987922f1a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10499 | 2024.06.22 01:37:00.259852 [ 3 ] {} <Debug> HTTP-Session: 3cc2deb7-a2df-472d-81af-6987922f1a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10500 | 2024.06.22 01:37:00.259882 [ 3 ] {} <Trace> HTTP-Session: 3cc2deb7-a2df-472d-81af-6987922f1a29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10501 | 2024.06.22 01:37:00.260002 [ 3 ] {95c857d5-53d7-4607-a0d6-5070b7da9f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10502 | 2024.06.22 01:37:00.260043 [ 3 ] {95c857d5-53d7-4607-a0d6-5070b7da9f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10503 | 2024.06.22 01:37:00.260168 [ 3 ] {95c857d5-53d7-4607-a0d6-5070b7da9f00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10504 | 2024.06.22 01:37:00.260538 [ 3 ] {95c857d5-53d7-4607-a0d6-5070b7da9f00} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10505 | 2024.06.22 01:37:00.260601 [ 3 ] {95c857d5-53d7-4607-a0d6-5070b7da9f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10506 | 2024.06.22 01:37:00.260916 [ 3 ] {95c857d5-53d7-4607-a0d6-5070b7da9f00} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10507 | 2024.06.22 01:37:00.261233 [ 3 ] {95c857d5-53d7-4607-a0d6-5070b7da9f00} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10508 | 2024.06.22 01:37:00.261389 [ 3 ] {95c857d5-53d7-4607-a0d6-5070b7da9f00} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001418 sec., 47954.866008462624 rows/sec., 3.77 MiB/sec. | ||
10509 | 2024.06.22 01:37:00.261559 [ 3 ] {95c857d5-53d7-4607-a0d6-5070b7da9f00} <Debug> DynamicQueryHandler: Done processing query | ||
10510 | 2024.06.22 01:37:00.261584 [ 3 ] {95c857d5-53d7-4607-a0d6-5070b7da9f00} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10511 | 2024.06.22 01:37:00.261599 [ 3 ] {} <Debug> HTTP-Session: 3cc2deb7-a2df-472d-81af-6987922f1a29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10512 | 2024.06.22 01:37:00.261713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10513 | 2024.06.22 01:37:00.261762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10514 | 2024.06.22 01:37:00.261781 [ 3 ] {} <Debug> HTTP-Session: 1377ffea-7522-4eef-ae50-7ccf815469f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10515 | 2024.06.22 01:37:00.261821 [ 3 ] {} <Debug> HTTP-Session: 1377ffea-7522-4eef-ae50-7ccf815469f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10516 | 2024.06.22 01:37:00.261835 [ 3 ] {} <Debug> HTTP-Session: 1377ffea-7522-4eef-ae50-7ccf815469f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10517 | 2024.06.22 01:37:00.261866 [ 3 ] {} <Trace> HTTP-Session: 1377ffea-7522-4eef-ae50-7ccf815469f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10518 | 2024.06.22 01:37:00.261983 [ 3 ] {f7103679-528e-43d3-9600-1f83cdd6bfa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10519 | 2024.06.22 01:37:00.262025 [ 3 ] {f7103679-528e-43d3-9600-1f83cdd6bfa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10520 | 2024.06.22 01:37:00.262151 [ 3 ] {f7103679-528e-43d3-9600-1f83cdd6bfa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10521 | 2024.06.22 01:37:00.262483 [ 3 ] {f7103679-528e-43d3-9600-1f83cdd6bfa3} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10522 | 2024.06.22 01:37:00.262519 [ 3 ] {f7103679-528e-43d3-9600-1f83cdd6bfa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10523 | 2024.06.22 01:37:00.262827 [ 3 ] {f7103679-528e-43d3-9600-1f83cdd6bfa3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10524 | 2024.06.22 01:37:00.263133 [ 3 ] {f7103679-528e-43d3-9600-1f83cdd6bfa3} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10525 | 2024.06.22 01:37:00.263288 [ 3 ] {f7103679-528e-43d3-9600-1f83cdd6bfa3} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001338 sec., 50822.12257100149 rows/sec., 3.97 MiB/sec. | ||
10526 | 2024.06.22 01:37:00.263455 [ 3 ] {f7103679-528e-43d3-9600-1f83cdd6bfa3} <Debug> DynamicQueryHandler: Done processing query | ||
10527 | 2024.06.22 01:37:00.263480 [ 3 ] {f7103679-528e-43d3-9600-1f83cdd6bfa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10528 | 2024.06.22 01:37:00.263496 [ 3 ] {} <Debug> HTTP-Session: 1377ffea-7522-4eef-ae50-7ccf815469f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10529 | 2024.06.22 01:37:00.263662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10530 | 2024.06.22 01:37:00.263710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10531 | 2024.06.22 01:37:00.263728 [ 3 ] {} <Debug> HTTP-Session: 89462405-61aa-4cbf-8ae8-edc49ae065b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10532 | 2024.06.22 01:37:00.263745 [ 3 ] {} <Debug> HTTP-Session: 89462405-61aa-4cbf-8ae8-edc49ae065b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10533 | 2024.06.22 01:37:00.263758 [ 3 ] {} <Debug> HTTP-Session: 89462405-61aa-4cbf-8ae8-edc49ae065b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10534 | 2024.06.22 01:37:00.263789 [ 3 ] {} <Trace> HTTP-Session: 89462405-61aa-4cbf-8ae8-edc49ae065b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10535 | 2024.06.22 01:37:00.263930 [ 3 ] {9749a781-87f9-44a5-afae-2ac4401b0f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10536 | 2024.06.22 01:37:00.263976 [ 3 ] {9749a781-87f9-44a5-afae-2ac4401b0f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10537 | 2024.06.22 01:37:00.264120 [ 3 ] {9749a781-87f9-44a5-afae-2ac4401b0f80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10538 | 2024.06.22 01:37:00.264574 [ 3 ] {9749a781-87f9-44a5-afae-2ac4401b0f80} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10539 | 2024.06.22 01:37:00.264610 [ 3 ] {9749a781-87f9-44a5-afae-2ac4401b0f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10540 | 2024.06.22 01:37:00.264995 [ 3 ] {9749a781-87f9-44a5-afae-2ac4401b0f80} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10541 | 2024.06.22 01:37:00.265332 [ 3 ] {9749a781-87f9-44a5-afae-2ac4401b0f80} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10542 | 2024.06.22 01:37:00.265494 [ 3 ] {9749a781-87f9-44a5-afae-2ac4401b0f80} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec. | ||
10543 | 2024.06.22 01:37:00.265668 [ 3 ] {9749a781-87f9-44a5-afae-2ac4401b0f80} <Debug> DynamicQueryHandler: Done processing query | ||
10544 | 2024.06.22 01:37:00.265693 [ 3 ] {9749a781-87f9-44a5-afae-2ac4401b0f80} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10545 | 2024.06.22 01:37:00.265709 [ 3 ] {} <Debug> HTTP-Session: 89462405-61aa-4cbf-8ae8-edc49ae065b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10546 | 2024.06.22 01:37:00.265816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10547 | 2024.06.22 01:37:00.265864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10548 | 2024.06.22 01:37:00.265883 [ 3 ] {} <Debug> HTTP-Session: c1cb5d72-746c-4c53-8060-6119bc1099af Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10549 | 2024.06.22 01:37:00.265899 [ 3 ] {} <Debug> HTTP-Session: c1cb5d72-746c-4c53-8060-6119bc1099af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10550 | 2024.06.22 01:37:00.265913 [ 3 ] {} <Debug> HTTP-Session: c1cb5d72-746c-4c53-8060-6119bc1099af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10551 | 2024.06.22 01:37:00.265944 [ 3 ] {} <Trace> HTTP-Session: c1cb5d72-746c-4c53-8060-6119bc1099af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10552 | 2024.06.22 01:37:00.266071 [ 3 ] {181b1c44-2477-443e-89ab-ff4fa4b7e636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10553 | 2024.06.22 01:37:00.266117 [ 3 ] {181b1c44-2477-443e-89ab-ff4fa4b7e636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10554 | 2024.06.22 01:37:00.266276 [ 3 ] {181b1c44-2477-443e-89ab-ff4fa4b7e636} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10555 | 2024.06.22 01:37:00.266595 [ 3 ] {181b1c44-2477-443e-89ab-ff4fa4b7e636} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10556 | 2024.06.22 01:37:00.266630 [ 3 ] {181b1c44-2477-443e-89ab-ff4fa4b7e636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10557 | 2024.06.22 01:37:00.267022 [ 3 ] {181b1c44-2477-443e-89ab-ff4fa4b7e636} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10558 | 2024.06.22 01:37:00.267361 [ 3 ] {181b1c44-2477-443e-89ab-ff4fa4b7e636} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10559 | 2024.06.22 01:37:00.267519 [ 3 ] {181b1c44-2477-443e-89ab-ff4fa4b7e636} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.0015 sec., 2666.6666666666665 rows/sec., 3.60 MiB/sec. | ||
10560 | 2024.06.22 01:37:00.267517 [ 147 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10561 | 2024.06.22 01:37:00.267625 [ 147 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10562 | 2024.06.22 01:37:00.267671 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10563 | 2024.06.22 01:37:00.267759 [ 3 ] {181b1c44-2477-443e-89ab-ff4fa4b7e636} <Debug> DynamicQueryHandler: Done processing query | ||
10564 | 2024.06.22 01:37:00.267826 [ 3 ] {181b1c44-2477-443e-89ab-ff4fa4b7e636} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10565 | 2024.06.22 01:37:00.267860 [ 3 ] {} <Debug> HTTP-Session: c1cb5d72-746c-4c53-8060-6119bc1099af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10566 | 2024.06.22 01:37:00.267880 [ 199 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
10567 | 2024.06.22 01:37:00.268038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10568 | 2024.06.22 01:37:00.268158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10569 | 2024.06.22 01:37:00.268217 [ 3 ] {} <Debug> HTTP-Session: 66af0120-7b50-405a-b2a8-ed73ffc910d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10570 | 2024.06.22 01:37:00.268230 [ 199 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10571 | 2024.06.22 01:37:00.268250 [ 3 ] {} <Debug> HTTP-Session: 66af0120-7b50-405a-b2a8-ed73ffc910d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10572 | 2024.06.22 01:37:00.268297 [ 3 ] {} <Debug> HTTP-Session: 66af0120-7b50-405a-b2a8-ed73ffc910d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10573 | 2024.06.22 01:37:00.268318 [ 199 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 927 rows starting from the beginning of the part | ||
10574 | 2024.06.22 01:37:00.268357 [ 3 ] {} <Trace> HTTP-Session: 66af0120-7b50-405a-b2a8-ed73ffc910d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10575 | 2024.06.22 01:37:00.268570 [ 199 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part | ||
10576 | 2024.06.22 01:37:00.268712 [ 3 ] {e4239eb4-05bc-4c13-a802-8e4ffcbacb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10577 | 2024.06.22 01:37:00.268889 [ 3 ] {e4239eb4-05bc-4c13-a802-8e4ffcbacb1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10578 | 2024.06.22 01:37:00.268922 [ 199 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 38 rows starting from the beginning of the part | ||
10579 | 2024.06.22 01:37:00.269385 [ 199 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
10580 | 2024.06.22 01:37:00.269849 [ 199 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part | ||
10581 | 2024.06.22 01:37:00.269964 [ 3 ] {e4239eb4-05bc-4c13-a802-8e4ffcbacb1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10582 | 2024.06.22 01:37:00.270215 [ 199 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part | ||
10583 | 2024.06.22 01:37:00.270888 [ 3 ] {e4239eb4-05bc-4c13-a802-8e4ffcbacb1c} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10584 | 2024.06.22 01:37:00.270940 [ 3 ] {e4239eb4-05bc-4c13-a802-8e4ffcbacb1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10585 | 2024.06.22 01:37:00.271686 [ 3 ] {e4239eb4-05bc-4c13-a802-8e4ffcbacb1c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10586 | 2024.06.22 01:37:00.272022 [ 3 ] {e4239eb4-05bc-4c13-a802-8e4ffcbacb1c} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10587 | 2024.06.22 01:37:00.272190 [ 3 ] {e4239eb4-05bc-4c13-a802-8e4ffcbacb1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003661 sec., 16388.96476372576 rows/sec., 1.10 MiB/sec. | ||
10588 | 2024.06.22 01:37:00.272483 [ 3 ] {e4239eb4-05bc-4c13-a802-8e4ffcbacb1c} <Debug> DynamicQueryHandler: Done processing query | ||
10589 | 2024.06.22 01:37:00.272534 [ 3 ] {e4239eb4-05bc-4c13-a802-8e4ffcbacb1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10590 | 2024.06.22 01:37:00.272581 [ 3 ] {} <Debug> HTTP-Session: 66af0120-7b50-405a-b2a8-ed73ffc910d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10591 | 2024.06.22 01:37:00.273955 [ 191 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1019 rows, containing 6 columns (6 merged, 0 gathered) in 0.006213992 sec., 163984.76213036643 rows/sec., 221.29 MiB/sec. | ||
10592 | 2024.06.22 01:37:00.274536 [ 191 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10593 | 2024.06.22 01:37:00.275015 [ 191 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10594 | 2024.06.22 01:37:00.275095 [ 191 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10595 | 2024.06.22 01:37:00.275181 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. | ||
10596 | 2024.06.22 01:37:03.818765 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10597 | 2024.06.22 01:37:03.818846 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10598 | 2024.06.22 01:37:05.259485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10599 | 2024.06.22 01:37:05.259605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10600 | 2024.06.22 01:37:05.259630 [ 3 ] {} <Debug> HTTP-Session: ab9f2220-d1f2-4f7a-8c90-3055a6484dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10601 | 2024.06.22 01:37:05.259654 [ 3 ] {} <Debug> HTTP-Session: ab9f2220-d1f2-4f7a-8c90-3055a6484dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10602 | 2024.06.22 01:37:05.259668 [ 3 ] {} <Debug> HTTP-Session: ab9f2220-d1f2-4f7a-8c90-3055a6484dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10603 | 2024.06.22 01:37:05.259717 [ 3 ] {} <Trace> HTTP-Session: ab9f2220-d1f2-4f7a-8c90-3055a6484dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10604 | 2024.06.22 01:37:05.259915 [ 3 ] {b43e1567-4dfa-4469-9c66-42fdd7d7913d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10605 | 2024.06.22 01:37:05.259982 [ 3 ] {b43e1567-4dfa-4469-9c66-42fdd7d7913d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10606 | 2024.06.22 01:37:05.260169 [ 3 ] {b43e1567-4dfa-4469-9c66-42fdd7d7913d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10607 | 2024.06.22 01:37:05.260652 [ 3 ] {b43e1567-4dfa-4469-9c66-42fdd7d7913d} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10608 | 2024.06.22 01:37:05.260699 [ 3 ] {b43e1567-4dfa-4469-9c66-42fdd7d7913d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10609 | 2024.06.22 01:37:05.261084 [ 3 ] {b43e1567-4dfa-4469-9c66-42fdd7d7913d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10610 | 2024.06.22 01:37:05.261424 [ 3 ] {b43e1567-4dfa-4469-9c66-42fdd7d7913d} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10611 | 2024.06.22 01:37:05.261580 [ 3 ] {b43e1567-4dfa-4469-9c66-42fdd7d7913d} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001727 sec., 26056.745801968733 rows/sec., 2.06 MiB/sec. | ||
10612 | 2024.06.22 01:37:05.261835 [ 3 ] {b43e1567-4dfa-4469-9c66-42fdd7d7913d} <Debug> DynamicQueryHandler: Done processing query | ||
10613 | 2024.06.22 01:37:05.261861 [ 3 ] {b43e1567-4dfa-4469-9c66-42fdd7d7913d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10614 | 2024.06.22 01:37:05.261877 [ 3 ] {} <Debug> HTTP-Session: ab9f2220-d1f2-4f7a-8c90-3055a6484dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10615 | 2024.06.22 01:37:05.262092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 28267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10616 | 2024.06.22 01:37:05.262150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10617 | 2024.06.22 01:37:05.262169 [ 3 ] {} <Debug> HTTP-Session: ce3982b2-b0cc-47a9-a21f-f388175d4440 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10618 | 2024.06.22 01:37:05.262188 [ 3 ] {} <Debug> HTTP-Session: ce3982b2-b0cc-47a9-a21f-f388175d4440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10619 | 2024.06.22 01:37:05.262201 [ 3 ] {} <Debug> HTTP-Session: ce3982b2-b0cc-47a9-a21f-f388175d4440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10620 | 2024.06.22 01:37:05.262237 [ 3 ] {} <Trace> HTTP-Session: ce3982b2-b0cc-47a9-a21f-f388175d4440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10621 | 2024.06.22 01:37:05.262402 [ 3 ] {bf59df7f-d5c9-4662-9b1a-9df2b138c631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10622 | 2024.06.22 01:37:05.262448 [ 3 ] {bf59df7f-d5c9-4662-9b1a-9df2b138c631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10623 | 2024.06.22 01:37:05.262587 [ 3 ] {bf59df7f-d5c9-4662-9b1a-9df2b138c631} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10624 | 2024.06.22 01:37:05.263041 [ 3 ] {bf59df7f-d5c9-4662-9b1a-9df2b138c631} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10625 | 2024.06.22 01:37:05.263079 [ 3 ] {bf59df7f-d5c9-4662-9b1a-9df2b138c631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10626 | 2024.06.22 01:37:05.263400 [ 3 ] {bf59df7f-d5c9-4662-9b1a-9df2b138c631} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10627 | 2024.06.22 01:37:05.263710 [ 3 ] {bf59df7f-d5c9-4662-9b1a-9df2b138c631} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10628 | 2024.06.22 01:37:05.263864 [ 3 ] {bf59df7f-d5c9-4662-9b1a-9df2b138c631} <Debug> executeQuery: Read 191 rows, 16.65 KiB in 0.001535 sec., 124429.9674267101 rows/sec., 10.59 MiB/sec. | ||
10629 | 2024.06.22 01:37:05.264046 [ 3 ] {bf59df7f-d5c9-4662-9b1a-9df2b138c631} <Debug> DynamicQueryHandler: Done processing query | ||
10630 | 2024.06.22 01:37:05.264071 [ 3 ] {bf59df7f-d5c9-4662-9b1a-9df2b138c631} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10631 | 2024.06.22 01:37:05.264087 [ 3 ] {} <Debug> HTTP-Session: ce3982b2-b0cc-47a9-a21f-f388175d4440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10632 | 2024.06.22 01:37:05.264256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 20043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10633 | 2024.06.22 01:37:05.264306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10634 | 2024.06.22 01:37:05.264324 [ 3 ] {} <Debug> HTTP-Session: 7e9c0465-0938-4551-9165-32e76bd9c183 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10635 | 2024.06.22 01:37:05.264340 [ 3 ] {} <Debug> HTTP-Session: 7e9c0465-0938-4551-9165-32e76bd9c183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10636 | 2024.06.22 01:37:05.264354 [ 3 ] {} <Debug> HTTP-Session: 7e9c0465-0938-4551-9165-32e76bd9c183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10637 | 2024.06.22 01:37:05.264385 [ 3 ] {} <Trace> HTTP-Session: 7e9c0465-0938-4551-9165-32e76bd9c183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10638 | 2024.06.22 01:37:05.264520 [ 3 ] {b9917a3b-86b0-4701-a988-1456582e6dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10639 | 2024.06.22 01:37:05.264564 [ 3 ] {b9917a3b-86b0-4701-a988-1456582e6dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10640 | 2024.06.22 01:37:05.264692 [ 3 ] {b9917a3b-86b0-4701-a988-1456582e6dc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10641 | 2024.06.22 01:37:05.265058 [ 3 ] {b9917a3b-86b0-4701-a988-1456582e6dc8} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10642 | 2024.06.22 01:37:05.265095 [ 3 ] {b9917a3b-86b0-4701-a988-1456582e6dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10643 | 2024.06.22 01:37:05.265410 [ 3 ] {b9917a3b-86b0-4701-a988-1456582e6dc8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10644 | 2024.06.22 01:37:05.265723 [ 3 ] {b9917a3b-86b0-4701-a988-1456582e6dc8} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10645 | 2024.06.22 01:37:05.265866 [ 3 ] {b9917a3b-86b0-4701-a988-1456582e6dc8} <Debug> executeQuery: Read 118 rows, 9.44 KiB in 0.001403 sec., 84105.48823948682 rows/sec., 6.57 MiB/sec. | ||
10646 | 2024.06.22 01:37:05.266086 [ 3 ] {b9917a3b-86b0-4701-a988-1456582e6dc8} <Debug> DynamicQueryHandler: Done processing query | ||
10647 | 2024.06.22 01:37:05.266122 [ 3 ] {b9917a3b-86b0-4701-a988-1456582e6dc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10648 | 2024.06.22 01:37:05.266145 [ 3 ] {} <Debug> HTTP-Session: 7e9c0465-0938-4551-9165-32e76bd9c183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10649 | 2024.06.22 01:37:05.266344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10650 | 2024.06.22 01:37:05.266414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10651 | 2024.06.22 01:37:05.266447 [ 3 ] {} <Debug> HTTP-Session: b1ac41e1-f8dc-4775-b1b3-c26760249867 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10652 | 2024.06.22 01:37:05.266470 [ 3 ] {} <Debug> HTTP-Session: b1ac41e1-f8dc-4775-b1b3-c26760249867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10653 | 2024.06.22 01:37:05.266492 [ 3 ] {} <Debug> HTTP-Session: b1ac41e1-f8dc-4775-b1b3-c26760249867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10654 | 2024.06.22 01:37:05.266538 [ 3 ] {} <Trace> HTTP-Session: b1ac41e1-f8dc-4775-b1b3-c26760249867 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10655 | 2024.06.22 01:37:05.266702 [ 3 ] {8cb5d43f-cf4c-40d2-9e69-28d91d08a712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10656 | 2024.06.22 01:37:05.266749 [ 3 ] {8cb5d43f-cf4c-40d2-9e69-28d91d08a712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10657 | 2024.06.22 01:37:05.266947 [ 3 ] {8cb5d43f-cf4c-40d2-9e69-28d91d08a712} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10658 | 2024.06.22 01:37:05.267396 [ 3 ] {8cb5d43f-cf4c-40d2-9e69-28d91d08a712} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10659 | 2024.06.22 01:37:05.267435 [ 3 ] {8cb5d43f-cf4c-40d2-9e69-28d91d08a712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10660 | 2024.06.22 01:37:05.267905 [ 3 ] {8cb5d43f-cf4c-40d2-9e69-28d91d08a712} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10661 | 2024.06.22 01:37:05.268267 [ 3 ] {8cb5d43f-cf4c-40d2-9e69-28d91d08a712} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10662 | 2024.06.22 01:37:05.268420 [ 3 ] {8cb5d43f-cf4c-40d2-9e69-28d91d08a712} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001789 sec., 89435.43879262157 rows/sec., 6.23 MiB/sec. | ||
10663 | 2024.06.22 01:37:05.268597 [ 3 ] {8cb5d43f-cf4c-40d2-9e69-28d91d08a712} <Debug> DynamicQueryHandler: Done processing query | ||
10664 | 2024.06.22 01:37:05.268622 [ 3 ] {8cb5d43f-cf4c-40d2-9e69-28d91d08a712} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10665 | 2024.06.22 01:37:05.268638 [ 3 ] {} <Debug> HTTP-Session: b1ac41e1-f8dc-4775-b1b3-c26760249867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10666 | 2024.06.22 01:37:05.268802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10667 | 2024.06.22 01:37:05.268853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10668 | 2024.06.22 01:37:05.268872 [ 3 ] {} <Debug> HTTP-Session: 15a75ae1-478c-430b-bfe3-15f992f447b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10669 | 2024.06.22 01:37:05.268888 [ 3 ] {} <Debug> HTTP-Session: 15a75ae1-478c-430b-bfe3-15f992f447b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10670 | 2024.06.22 01:37:05.268902 [ 3 ] {} <Debug> HTTP-Session: 15a75ae1-478c-430b-bfe3-15f992f447b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10671 | 2024.06.22 01:37:05.268933 [ 3 ] {} <Trace> HTTP-Session: 15a75ae1-478c-430b-bfe3-15f992f447b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10672 | 2024.06.22 01:37:05.269258 [ 3 ] {0ce14681-d5aa-4564-b830-ba2f97387589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10673 | 2024.06.22 01:37:05.269307 [ 3 ] {0ce14681-d5aa-4564-b830-ba2f97387589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10674 | 2024.06.22 01:37:05.269465 [ 3 ] {0ce14681-d5aa-4564-b830-ba2f97387589} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10675 | 2024.06.22 01:37:05.269993 [ 3 ] {0ce14681-d5aa-4564-b830-ba2f97387589} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10676 | 2024.06.22 01:37:05.270029 [ 3 ] {0ce14681-d5aa-4564-b830-ba2f97387589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10677 | 2024.06.22 01:37:05.270451 [ 3 ] {0ce14681-d5aa-4564-b830-ba2f97387589} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10678 | 2024.06.22 01:37:05.270791 [ 3 ] {0ce14681-d5aa-4564-b830-ba2f97387589} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10679 | 2024.06.22 01:37:05.270944 [ 3 ] {0ce14681-d5aa-4564-b830-ba2f97387589} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.001918 sec., 23461.939520333683 rows/sec., 31.66 MiB/sec. | ||
10680 | 2024.06.22 01:37:05.271147 [ 3 ] {0ce14681-d5aa-4564-b830-ba2f97387589} <Debug> DynamicQueryHandler: Done processing query | ||
10681 | 2024.06.22 01:37:05.271182 [ 3 ] {0ce14681-d5aa-4564-b830-ba2f97387589} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10682 | 2024.06.22 01:37:05.271207 [ 3 ] {} <Debug> HTTP-Session: 15a75ae1-478c-430b-bfe3-15f992f447b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10683 | 2024.06.22 01:37:05.271329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10684 | 2024.06.22 01:37:05.271378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10685 | 2024.06.22 01:37:05.271398 [ 3 ] {} <Debug> HTTP-Session: 4ebba055-b631-4914-9829-0858890fc85f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10686 | 2024.06.22 01:37:05.271414 [ 3 ] {} <Debug> HTTP-Session: 4ebba055-b631-4914-9829-0858890fc85f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10687 | 2024.06.22 01:37:05.271428 [ 3 ] {} <Debug> HTTP-Session: 4ebba055-b631-4914-9829-0858890fc85f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10688 | 2024.06.22 01:37:05.271458 [ 3 ] {} <Trace> HTTP-Session: 4ebba055-b631-4914-9829-0858890fc85f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10689 | 2024.06.22 01:37:05.271556 [ 3 ] {b848d184-e7eb-43df-aa8e-0560fc6ea7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10690 | 2024.06.22 01:37:05.271601 [ 3 ] {b848d184-e7eb-43df-aa8e-0560fc6ea7dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10691 | 2024.06.22 01:37:05.271725 [ 3 ] {b848d184-e7eb-43df-aa8e-0560fc6ea7dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10692 | 2024.06.22 01:37:05.271990 [ 3 ] {b848d184-e7eb-43df-aa8e-0560fc6ea7dc} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10693 | 2024.06.22 01:37:05.272025 [ 3 ] {b848d184-e7eb-43df-aa8e-0560fc6ea7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10694 | 2024.06.22 01:37:05.272376 [ 3 ] {b848d184-e7eb-43df-aa8e-0560fc6ea7dc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
10695 | 2024.06.22 01:37:05.272697 [ 3 ] {b848d184-e7eb-43df-aa8e-0560fc6ea7dc} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10696 | 2024.06.22 01:37:05.272834 [ 3 ] {b848d184-e7eb-43df-aa8e-0560fc6ea7dc} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001303 sec., 6907.137375287798 rows/sec., 487.91 KiB/sec. | ||
10697 | 2024.06.22 01:37:05.273128 [ 3 ] {b848d184-e7eb-43df-aa8e-0560fc6ea7dc} <Debug> DynamicQueryHandler: Done processing query | ||
10698 | 2024.06.22 01:37:05.273153 [ 3 ] {b848d184-e7eb-43df-aa8e-0560fc6ea7dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10699 | 2024.06.22 01:37:05.273169 [ 3 ] {} <Debug> HTTP-Session: 4ebba055-b631-4914-9829-0858890fc85f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10700 | 2024.06.22 01:37:05.273297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10701 | 2024.06.22 01:37:05.273346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10702 | 2024.06.22 01:37:05.273365 [ 3 ] {} <Debug> HTTP-Session: 012d4c6e-9841-4887-841c-968688c29e0d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10703 | 2024.06.22 01:37:05.273381 [ 3 ] {} <Debug> HTTP-Session: 012d4c6e-9841-4887-841c-968688c29e0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10704 | 2024.06.22 01:37:05.273394 [ 3 ] {} <Debug> HTTP-Session: 012d4c6e-9841-4887-841c-968688c29e0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10705 | 2024.06.22 01:37:05.273425 [ 3 ] {} <Trace> HTTP-Session: 012d4c6e-9841-4887-841c-968688c29e0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10706 | 2024.06.22 01:37:05.273539 [ 3 ] {c8e8497f-21cc-4a5c-81c6-c7c88e40f0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10707 | 2024.06.22 01:37:05.273583 [ 3 ] {c8e8497f-21cc-4a5c-81c6-c7c88e40f0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10708 | 2024.06.22 01:37:05.273729 [ 3 ] {c8e8497f-21cc-4a5c-81c6-c7c88e40f0a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10709 | 2024.06.22 01:37:05.274014 [ 3 ] {c8e8497f-21cc-4a5c-81c6-c7c88e40f0a0} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10710 | 2024.06.22 01:37:05.274050 [ 3 ] {c8e8497f-21cc-4a5c-81c6-c7c88e40f0a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10711 | 2024.06.22 01:37:05.274403 [ 3 ] {c8e8497f-21cc-4a5c-81c6-c7c88e40f0a0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10712 | 2024.06.22 01:37:05.274729 [ 3 ] {c8e8497f-21cc-4a5c-81c6-c7c88e40f0a0} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10713 | 2024.06.22 01:37:05.274876 [ 3 ] {c8e8497f-21cc-4a5c-81c6-c7c88e40f0a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
10714 | 2024.06.22 01:37:05.275067 [ 3 ] {c8e8497f-21cc-4a5c-81c6-c7c88e40f0a0} <Debug> DynamicQueryHandler: Done processing query | ||
10715 | 2024.06.22 01:37:05.275105 [ 3 ] {c8e8497f-21cc-4a5c-81c6-c7c88e40f0a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10716 | 2024.06.22 01:37:05.275134 [ 3 ] {} <Debug> HTTP-Session: 012d4c6e-9841-4887-841c-968688c29e0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10717 | 2024.06.22 01:37:10.256262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10718 | 2024.06.22 01:37:10.256443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10719 | 2024.06.22 01:37:10.256486 [ 3 ] {} <Debug> HTTP-Session: 1161104f-9456-45a8-ba5d-791d92b4b2bd Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10720 | 2024.06.22 01:37:10.256525 [ 3 ] {} <Debug> HTTP-Session: 1161104f-9456-45a8-ba5d-791d92b4b2bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10721 | 2024.06.22 01:37:10.256554 [ 3 ] {} <Debug> HTTP-Session: 1161104f-9456-45a8-ba5d-791d92b4b2bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10722 | 2024.06.22 01:37:10.256632 [ 3 ] {} <Trace> HTTP-Session: 1161104f-9456-45a8-ba5d-791d92b4b2bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10723 | 2024.06.22 01:37:10.256898 [ 3 ] {e877d70b-feaf-44f8-ad78-8676e56befe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10724 | 2024.06.22 01:37:10.257002 [ 3 ] {e877d70b-feaf-44f8-ad78-8676e56befe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10725 | 2024.06.22 01:37:10.257264 [ 3 ] {e877d70b-feaf-44f8-ad78-8676e56befe9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10726 | 2024.06.22 01:37:10.257748 [ 3 ] {e877d70b-feaf-44f8-ad78-8676e56befe9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10727 | 2024.06.22 01:37:10.257789 [ 3 ] {e877d70b-feaf-44f8-ad78-8676e56befe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10728 | 2024.06.22 01:37:10.258159 [ 3 ] {e877d70b-feaf-44f8-ad78-8676e56befe9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10729 | 2024.06.22 01:37:10.258499 [ 3 ] {e877d70b-feaf-44f8-ad78-8676e56befe9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10730 | 2024.06.22 01:37:10.258681 [ 139 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 | ||
10731 | 2024.06.22 01:37:10.258686 [ 3 ] {e877d70b-feaf-44f8-ad78-8676e56befe9} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.00186 sec., 2150.537634408602 rows/sec., 174.31 KiB/sec. | ||
10732 | 2024.06.22 01:37:10.258774 [ 139 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10733 | 2024.06.22 01:37:10.258838 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10734 | 2024.06.22 01:37:10.259058 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full | ||
10735 | 2024.06.22 01:37:10.259070 [ 3 ] {e877d70b-feaf-44f8-ad78-8676e56befe9} <Debug> DynamicQueryHandler: Done processing query | ||
10736 | 2024.06.22 01:37:10.259158 [ 3 ] {e877d70b-feaf-44f8-ad78-8676e56befe9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10737 | 2024.06.22 01:37:10.259177 [ 3 ] {} <Debug> HTTP-Session: 1161104f-9456-45a8-ba5d-791d92b4b2bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10738 | 2024.06.22 01:37:10.259289 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10739 | 2024.06.22 01:37:10.259349 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 42 rows starting from the beginning of the part | ||
10740 | 2024.06.22 01:37:10.259357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10741 | 2024.06.22 01:37:10.259519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10742 | 2024.06.22 01:37:10.259555 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
10743 | 2024.06.22 01:37:10.259579 [ 3 ] {} <Debug> HTTP-Session: 4ce50ad2-45b3-4b8b-9177-b7fe6ebcb4d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10744 | 2024.06.22 01:37:10.259649 [ 3 ] {} <Debug> HTTP-Session: 4ce50ad2-45b3-4b8b-9177-b7fe6ebcb4d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10745 | 2024.06.22 01:37:10.259747 [ 3 ] {} <Debug> HTTP-Session: 4ce50ad2-45b3-4b8b-9177-b7fe6ebcb4d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10746 | 2024.06.22 01:37:10.259795 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part | ||
10747 | 2024.06.22 01:37:10.259915 [ 3 ] {} <Trace> HTTP-Session: 4ce50ad2-45b3-4b8b-9177-b7fe6ebcb4d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10748 | 2024.06.22 01:37:10.260056 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part | ||
10749 | 2024.06.22 01:37:10.260346 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 45 rows starting from the beginning of the part | ||
10750 | 2024.06.22 01:37:10.260465 [ 3 ] {2ad10d84-992f-40a1-885c-7ed636338c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10751 | 2024.06.22 01:37:10.260659 [ 3 ] {2ad10d84-992f-40a1-885c-7ed636338c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10752 | 2024.06.22 01:37:10.260688 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
10753 | 2024.06.22 01:37:10.261382 [ 3 ] {2ad10d84-992f-40a1-885c-7ed636338c87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10754 | 2024.06.22 01:37:10.262091 [ 3 ] {2ad10d84-992f-40a1-885c-7ed636338c87} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10755 | 2024.06.22 01:37:10.262170 [ 3 ] {2ad10d84-992f-40a1-885c-7ed636338c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10756 | 2024.06.22 01:37:10.262965 [ 3 ] {2ad10d84-992f-40a1-885c-7ed636338c87} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10757 | 2024.06.22 01:37:10.263483 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 141 rows, containing 4 columns (4 merged, 0 gathered) in 0.00452368 sec., 31169.313479291195 rows/sec., 2.47 MiB/sec. | ||
10758 | 2024.06.22 01:37:10.263698 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Trace> MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) | ||
10759 | 2024.06.22 01:37:10.263839 [ 3 ] {2ad10d84-992f-40a1-885c-7ed636338c87} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10760 | 2024.06.22 01:37:10.264242 [ 3 ] {2ad10d84-992f-40a1-885c-7ed636338c87} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003975 sec., 503.1446540880503 rows/sec., 41.03 KiB/sec. | ||
10761 | 2024.06.22 01:37:10.264780 [ 3 ] {2ad10d84-992f-40a1-885c-7ed636338c87} <Debug> DynamicQueryHandler: Done processing query | ||
10762 | 2024.06.22 01:37:10.264839 [ 3 ] {2ad10d84-992f-40a1-885c-7ed636338c87} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10763 | 2024.06.22 01:37:10.264883 [ 3 ] {} <Debug> HTTP-Session: 4ce50ad2-45b3-4b8b-9177-b7fe6ebcb4d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10764 | 2024.06.22 01:37:10.264932 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10765 | 2024.06.22 01:37:10.265026 [ 197 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_48_10} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 | ||
10766 | 2024.06.22 01:37:10.265106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10767 | 2024.06.22 01:37:10.265168 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10768 | 2024.06.22 01:37:10.265218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10769 | 2024.06.22 01:37:10.265244 [ 3 ] {} <Debug> HTTP-Session: df61288d-bfe8-4571-99ae-6d89934ae703 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10770 | 2024.06.22 01:37:10.265261 [ 3 ] {} <Debug> HTTP-Session: df61288d-bfe8-4571-99ae-6d89934ae703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10771 | 2024.06.22 01:37:10.265274 [ 3 ] {} <Debug> HTTP-Session: df61288d-bfe8-4571-99ae-6d89934ae703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10772 | 2024.06.22 01:37:10.265308 [ 3 ] {} <Trace> HTTP-Session: df61288d-bfe8-4571-99ae-6d89934ae703 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10773 | 2024.06.22 01:37:10.265442 [ 3 ] {bbd0f4b0-1932-4c4d-98c9-42a365afa4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10774 | 2024.06.22 01:37:10.265487 [ 3 ] {bbd0f4b0-1932-4c4d-98c9-42a365afa4b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10775 | 2024.06.22 01:37:10.265627 [ 3 ] {bbd0f4b0-1932-4c4d-98c9-42a365afa4b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10776 | 2024.06.22 01:37:10.265955 [ 3 ] {bbd0f4b0-1932-4c4d-98c9-42a365afa4b4} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10777 | 2024.06.22 01:37:10.265992 [ 3 ] {bbd0f4b0-1932-4c4d-98c9-42a365afa4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10778 | 2024.06.22 01:37:10.266329 [ 3 ] {bbd0f4b0-1932-4c4d-98c9-42a365afa4b4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10779 | 2024.06.22 01:37:10.266643 [ 3 ] {bbd0f4b0-1932-4c4d-98c9-42a365afa4b4} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10780 | 2024.06.22 01:37:10.266804 [ 3 ] {bbd0f4b0-1932-4c4d-98c9-42a365afa4b4} <Debug> executeQuery: Read 69 rows, 5.55 KiB in 0.001405 sec., 49110.32028469751 rows/sec., 3.86 MiB/sec. | ||
10781 | 2024.06.22 01:37:10.266971 [ 3 ] {bbd0f4b0-1932-4c4d-98c9-42a365afa4b4} <Debug> DynamicQueryHandler: Done processing query | ||
10782 | 2024.06.22 01:37:10.266995 [ 3 ] {bbd0f4b0-1932-4c4d-98c9-42a365afa4b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10783 | 2024.06.22 01:37:10.267011 [ 3 ] {} <Debug> HTTP-Session: df61288d-bfe8-4571-99ae-6d89934ae703 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10784 | 2024.06.22 01:37:10.267120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10785 | 2024.06.22 01:37:10.267168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10786 | 2024.06.22 01:37:10.267187 [ 3 ] {} <Debug> HTTP-Session: 5e52ec71-382d-4abc-94a6-e8b956a83a50 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10787 | 2024.06.22 01:37:10.267203 [ 3 ] {} <Debug> HTTP-Session: 5e52ec71-382d-4abc-94a6-e8b956a83a50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10788 | 2024.06.22 01:37:10.267216 [ 3 ] {} <Debug> HTTP-Session: 5e52ec71-382d-4abc-94a6-e8b956a83a50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10789 | 2024.06.22 01:37:10.267248 [ 3 ] {} <Trace> HTTP-Session: 5e52ec71-382d-4abc-94a6-e8b956a83a50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10790 | 2024.06.22 01:37:10.267340 [ 3 ] {9aa6e7a6-56e8-448a-b3c1-105950770928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10791 | 2024.06.22 01:37:10.267384 [ 3 ] {9aa6e7a6-56e8-448a-b3c1-105950770928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10792 | 2024.06.22 01:37:10.267509 [ 3 ] {9aa6e7a6-56e8-448a-b3c1-105950770928} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10793 | 2024.06.22 01:37:10.267769 [ 3 ] {9aa6e7a6-56e8-448a-b3c1-105950770928} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10794 | 2024.06.22 01:37:10.267805 [ 3 ] {9aa6e7a6-56e8-448a-b3c1-105950770928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10795 | 2024.06.22 01:37:10.268105 [ 3 ] {9aa6e7a6-56e8-448a-b3c1-105950770928} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10796 | 2024.06.22 01:37:10.268420 [ 3 ] {9aa6e7a6-56e8-448a-b3c1-105950770928} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10797 | 2024.06.22 01:37:10.268568 [ 3 ] {9aa6e7a6-56e8-448a-b3c1-105950770928} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00125 sec., 1600 rows/sec., 111.72 KiB/sec. | ||
10798 | 2024.06.22 01:37:10.268730 [ 3 ] {9aa6e7a6-56e8-448a-b3c1-105950770928} <Debug> DynamicQueryHandler: Done processing query | ||
10799 | 2024.06.22 01:37:10.268756 [ 3 ] {9aa6e7a6-56e8-448a-b3c1-105950770928} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10800 | 2024.06.22 01:37:10.268771 [ 3 ] {} <Debug> HTTP-Session: 5e52ec71-382d-4abc-94a6-e8b956a83a50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10801 | 2024.06.22 01:37:10.268885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10802 | 2024.06.22 01:37:10.268933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10803 | 2024.06.22 01:37:10.268952 [ 3 ] {} <Debug> HTTP-Session: 86a187ec-3eec-4b30-9ac0-67410085d7e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10804 | 2024.06.22 01:37:10.268968 [ 3 ] {} <Debug> HTTP-Session: 86a187ec-3eec-4b30-9ac0-67410085d7e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10805 | 2024.06.22 01:37:10.268981 [ 3 ] {} <Debug> HTTP-Session: 86a187ec-3eec-4b30-9ac0-67410085d7e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10806 | 2024.06.22 01:37:10.269012 [ 3 ] {} <Trace> HTTP-Session: 86a187ec-3eec-4b30-9ac0-67410085d7e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10807 | 2024.06.22 01:37:10.269132 [ 3 ] {19b64646-182b-4b4f-8105-d1dd37630831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10808 | 2024.06.22 01:37:10.269175 [ 3 ] {19b64646-182b-4b4f-8105-d1dd37630831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10809 | 2024.06.22 01:37:10.269304 [ 3 ] {19b64646-182b-4b4f-8105-d1dd37630831} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10810 | 2024.06.22 01:37:10.269665 [ 3 ] {19b64646-182b-4b4f-8105-d1dd37630831} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10811 | 2024.06.22 01:37:10.269701 [ 3 ] {19b64646-182b-4b4f-8105-d1dd37630831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10812 | 2024.06.22 01:37:10.270008 [ 3 ] {19b64646-182b-4b4f-8105-d1dd37630831} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10813 | 2024.06.22 01:37:10.270314 [ 3 ] {19b64646-182b-4b4f-8105-d1dd37630831} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10814 | 2024.06.22 01:37:10.270467 [ 3 ] {19b64646-182b-4b4f-8105-d1dd37630831} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001372 sec., 51020.40816326531 rows/sec., 3.98 MiB/sec. | ||
10815 | 2024.06.22 01:37:10.270642 [ 3 ] {19b64646-182b-4b4f-8105-d1dd37630831} <Debug> DynamicQueryHandler: Done processing query | ||
10816 | 2024.06.22 01:37:10.270666 [ 3 ] {19b64646-182b-4b4f-8105-d1dd37630831} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10817 | 2024.06.22 01:37:10.270682 [ 3 ] {} <Debug> HTTP-Session: 86a187ec-3eec-4b30-9ac0-67410085d7e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10818 | 2024.06.22 01:37:10.270828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10819 | 2024.06.22 01:37:10.270876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10820 | 2024.06.22 01:37:10.270894 [ 3 ] {} <Debug> HTTP-Session: 92e0bcf5-3f5c-48f4-bb32-70efee38f29c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10821 | 2024.06.22 01:37:10.270911 [ 3 ] {} <Debug> HTTP-Session: 92e0bcf5-3f5c-48f4-bb32-70efee38f29c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10822 | 2024.06.22 01:37:10.270924 [ 3 ] {} <Debug> HTTP-Session: 92e0bcf5-3f5c-48f4-bb32-70efee38f29c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10823 | 2024.06.22 01:37:10.270955 [ 3 ] {} <Trace> HTTP-Session: 92e0bcf5-3f5c-48f4-bb32-70efee38f29c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10824 | 2024.06.22 01:37:10.271105 [ 3 ] {2e8732fd-5b76-4415-bb6b-26a14c663483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10825 | 2024.06.22 01:37:10.271153 [ 3 ] {2e8732fd-5b76-4415-bb6b-26a14c663483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10826 | 2024.06.22 01:37:10.271296 [ 3 ] {2e8732fd-5b76-4415-bb6b-26a14c663483} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10827 | 2024.06.22 01:37:10.271692 [ 3 ] {2e8732fd-5b76-4415-bb6b-26a14c663483} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10828 | 2024.06.22 01:37:10.271728 [ 3 ] {2e8732fd-5b76-4415-bb6b-26a14c663483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10829 | 2024.06.22 01:37:10.272123 [ 3 ] {2e8732fd-5b76-4415-bb6b-26a14c663483} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10830 | 2024.06.22 01:37:10.272465 [ 3 ] {2e8732fd-5b76-4415-bb6b-26a14c663483} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10831 | 2024.06.22 01:37:10.272627 [ 3 ] {2e8732fd-5b76-4415-bb6b-26a14c663483} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001591 sec., 101194.21747328724 rows/sec., 7.05 MiB/sec. | ||
10832 | 2024.06.22 01:37:10.272904 [ 3 ] {2e8732fd-5b76-4415-bb6b-26a14c663483} <Debug> DynamicQueryHandler: Done processing query | ||
10833 | 2024.06.22 01:37:10.272962 [ 3 ] {2e8732fd-5b76-4415-bb6b-26a14c663483} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10834 | 2024.06.22 01:37:10.273020 [ 3 ] {} <Debug> HTTP-Session: 92e0bcf5-3f5c-48f4-bb32-70efee38f29c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10835 | 2024.06.22 01:37:10.273183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10836 | 2024.06.22 01:37:10.273234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10837 | 2024.06.22 01:37:10.273252 [ 3 ] {} <Debug> HTTP-Session: 292d1e96-88ca-4d94-83b5-1c5fce076c15 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10838 | 2024.06.22 01:37:10.273269 [ 3 ] {} <Debug> HTTP-Session: 292d1e96-88ca-4d94-83b5-1c5fce076c15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10839 | 2024.06.22 01:37:10.273283 [ 3 ] {} <Debug> HTTP-Session: 292d1e96-88ca-4d94-83b5-1c5fce076c15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10840 | 2024.06.22 01:37:10.273315 [ 3 ] {} <Trace> HTTP-Session: 292d1e96-88ca-4d94-83b5-1c5fce076c15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10841 | 2024.06.22 01:37:10.273449 [ 3 ] {463681f6-2220-4528-99d4-df27726b4067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10842 | 2024.06.22 01:37:10.273498 [ 3 ] {463681f6-2220-4528-99d4-df27726b4067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10843 | 2024.06.22 01:37:10.273676 [ 3 ] {463681f6-2220-4528-99d4-df27726b4067} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10844 | 2024.06.22 01:37:10.274011 [ 3 ] {463681f6-2220-4528-99d4-df27726b4067} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10845 | 2024.06.22 01:37:10.274048 [ 3 ] {463681f6-2220-4528-99d4-df27726b4067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10846 | 2024.06.22 01:37:10.274431 [ 3 ] {463681f6-2220-4528-99d4-df27726b4067} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10847 | 2024.06.22 01:37:10.274769 [ 3 ] {463681f6-2220-4528-99d4-df27726b4067} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10848 | 2024.06.22 01:37:10.274936 [ 3 ] {463681f6-2220-4528-99d4-df27726b4067} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001542 sec., 2594.0337224383916 rows/sec., 3.50 MiB/sec. | ||
10849 | 2024.06.22 01:37:10.275163 [ 3 ] {463681f6-2220-4528-99d4-df27726b4067} <Debug> DynamicQueryHandler: Done processing query | ||
10850 | 2024.06.22 01:37:10.275189 [ 3 ] {463681f6-2220-4528-99d4-df27726b4067} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10851 | 2024.06.22 01:37:10.275205 [ 3 ] {} <Debug> HTTP-Session: 292d1e96-88ca-4d94-83b5-1c5fce076c15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10852 | 2024.06.22 01:37:10.275356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10853 | 2024.06.22 01:37:10.275405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10854 | 2024.06.22 01:37:10.275423 [ 3 ] {} <Debug> HTTP-Session: 48758e90-7339-46e0-9c13-86572dd5a6e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10855 | 2024.06.22 01:37:10.275440 [ 3 ] {} <Debug> HTTP-Session: 48758e90-7339-46e0-9c13-86572dd5a6e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10856 | 2024.06.22 01:37:10.275453 [ 3 ] {} <Debug> HTTP-Session: 48758e90-7339-46e0-9c13-86572dd5a6e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10857 | 2024.06.22 01:37:10.275483 [ 3 ] {} <Trace> HTTP-Session: 48758e90-7339-46e0-9c13-86572dd5a6e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10858 | 2024.06.22 01:37:10.275599 [ 3 ] {ca4b01ed-d6e4-40da-b66a-9b1823124992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10859 | 2024.06.22 01:37:10.275644 [ 3 ] {ca4b01ed-d6e4-40da-b66a-9b1823124992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10860 | 2024.06.22 01:37:10.275768 [ 3 ] {ca4b01ed-d6e4-40da-b66a-9b1823124992} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10861 | 2024.06.22 01:37:10.276052 [ 3 ] {ca4b01ed-d6e4-40da-b66a-9b1823124992} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10862 | 2024.06.22 01:37:10.276088 [ 3 ] {ca4b01ed-d6e4-40da-b66a-9b1823124992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
10863 | 2024.06.22 01:37:10.276450 [ 3 ] {ca4b01ed-d6e4-40da-b66a-9b1823124992} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10864 | 2024.06.22 01:37:10.276784 [ 3 ] {ca4b01ed-d6e4-40da-b66a-9b1823124992} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10865 | 2024.06.22 01:37:10.276949 [ 3 ] {ca4b01ed-d6e4-40da-b66a-9b1823124992} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
10866 | 2024.06.22 01:37:10.277211 [ 3 ] {ca4b01ed-d6e4-40da-b66a-9b1823124992} <Debug> DynamicQueryHandler: Done processing query | ||
10867 | 2024.06.22 01:37:10.277267 [ 3 ] {ca4b01ed-d6e4-40da-b66a-9b1823124992} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10868 | 2024.06.22 01:37:10.277320 [ 3 ] {} <Debug> HTTP-Session: 48758e90-7339-46e0-9c13-86572dd5a6e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10869 | 2024.06.22 01:37:15.260550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10870 | 2024.06.22 01:37:15.260728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10871 | 2024.06.22 01:37:15.260773 [ 3 ] {} <Debug> HTTP-Session: 927318e4-dfd0-4e7a-8810-70d532d2b33b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10872 | 2024.06.22 01:37:15.260814 [ 3 ] {} <Debug> HTTP-Session: 927318e4-dfd0-4e7a-8810-70d532d2b33b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10873 | 2024.06.22 01:37:15.260844 [ 3 ] {} <Debug> HTTP-Session: 927318e4-dfd0-4e7a-8810-70d532d2b33b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10874 | 2024.06.22 01:37:15.260922 [ 3 ] {} <Trace> HTTP-Session: 927318e4-dfd0-4e7a-8810-70d532d2b33b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10875 | 2024.06.22 01:37:15.261217 [ 3 ] {31f29067-5912-433b-9016-46da511d7b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10876 | 2024.06.22 01:37:15.261326 [ 3 ] {31f29067-5912-433b-9016-46da511d7b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10877 | 2024.06.22 01:37:15.261525 [ 3 ] {31f29067-5912-433b-9016-46da511d7b08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10878 | 2024.06.22 01:37:15.262004 [ 3 ] {31f29067-5912-433b-9016-46da511d7b08} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10879 | 2024.06.22 01:37:15.262045 [ 3 ] {31f29067-5912-433b-9016-46da511d7b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10880 | 2024.06.22 01:37:15.262418 [ 3 ] {31f29067-5912-433b-9016-46da511d7b08} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10881 | 2024.06.22 01:37:15.262762 [ 3 ] {31f29067-5912-433b-9016-46da511d7b08} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10882 | 2024.06.22 01:37:15.262903 [ 3 ] {31f29067-5912-433b-9016-46da511d7b08} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001792 sec., 25111.607142857145 rows/sec., 1.99 MiB/sec. | ||
10883 | 2024.06.22 01:37:15.263139 [ 3 ] {31f29067-5912-433b-9016-46da511d7b08} <Debug> DynamicQueryHandler: Done processing query | ||
10884 | 2024.06.22 01:37:15.263168 [ 3 ] {31f29067-5912-433b-9016-46da511d7b08} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10885 | 2024.06.22 01:37:15.263186 [ 3 ] {} <Debug> HTTP-Session: 927318e4-dfd0-4e7a-8810-70d532d2b33b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10886 | 2024.06.22 01:37:15.263463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 33199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10887 | 2024.06.22 01:37:15.263521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10888 | 2024.06.22 01:37:15.263541 [ 3 ] {} <Debug> HTTP-Session: 9474cb74-f513-4c3f-856e-fb26f955db96 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10889 | 2024.06.22 01:37:15.263558 [ 3 ] {} <Debug> HTTP-Session: 9474cb74-f513-4c3f-856e-fb26f955db96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10890 | 2024.06.22 01:37:15.263572 [ 3 ] {} <Debug> HTTP-Session: 9474cb74-f513-4c3f-856e-fb26f955db96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10891 | 2024.06.22 01:37:15.263608 [ 3 ] {} <Trace> HTTP-Session: 9474cb74-f513-4c3f-856e-fb26f955db96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10892 | 2024.06.22 01:37:15.263767 [ 3 ] {9253642f-870a-40ff-a7f8-dc1016b77619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10893 | 2024.06.22 01:37:15.263813 [ 3 ] {9253642f-870a-40ff-a7f8-dc1016b77619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10894 | 2024.06.22 01:37:15.263942 [ 3 ] {9253642f-870a-40ff-a7f8-dc1016b77619} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10895 | 2024.06.22 01:37:15.264508 [ 3 ] {9253642f-870a-40ff-a7f8-dc1016b77619} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10896 | 2024.06.22 01:37:15.264545 [ 3 ] {9253642f-870a-40ff-a7f8-dc1016b77619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10897 | 2024.06.22 01:37:15.264875 [ 3 ] {9253642f-870a-40ff-a7f8-dc1016b77619} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10898 | 2024.06.22 01:37:15.265188 [ 3 ] {9253642f-870a-40ff-a7f8-dc1016b77619} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10899 | 2024.06.22 01:37:15.265315 [ 3 ] {9253642f-870a-40ff-a7f8-dc1016b77619} <Debug> executeQuery: Read 227 rows, 19.42 KiB in 0.001621 sec., 140037.01418877236 rows/sec., 11.70 MiB/sec. | ||
10900 | 2024.06.22 01:37:15.265317 [ 132 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10901 | 2024.06.22 01:37:15.265376 [ 132 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10902 | 2024.06.22 01:37:15.265406 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10903 | 2024.06.22 01:37:15.265510 [ 3 ] {9253642f-870a-40ff-a7f8-dc1016b77619} <Debug> DynamicQueryHandler: Done processing query | ||
10904 | 2024.06.22 01:37:15.265526 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::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 | ||
10905 | 2024.06.22 01:37:15.265535 [ 3 ] {9253642f-870a-40ff-a7f8-dc1016b77619} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10906 | 2024.06.22 01:37:15.265573 [ 3 ] {} <Debug> HTTP-Session: 9474cb74-f513-4c3f-856e-fb26f955db96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10907 | 2024.06.22 01:37:15.265668 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10908 | 2024.06.22 01:37:15.265702 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 225 rows starting from the beginning of the part | ||
10909 | 2024.06.22 01:37:15.265779 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 182 rows starting from the beginning of the part | ||
10910 | 2024.06.22 01:37:15.265831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 22553, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10911 | 2024.06.22 01:37:15.266006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10912 | 2024.06.22 01:37:15.266089 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 68 rows starting from the beginning of the part | ||
10913 | 2024.06.22 01:37:15.266120 [ 3 ] {} <Debug> HTTP-Session: fce7d879-09f4-4484-9387-773e0aca4fe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10914 | 2024.06.22 01:37:15.266208 [ 3 ] {} <Debug> HTTP-Session: fce7d879-09f4-4484-9387-773e0aca4fe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10915 | 2024.06.22 01:37:15.266268 [ 3 ] {} <Debug> HTTP-Session: fce7d879-09f4-4484-9387-773e0aca4fe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10916 | 2024.06.22 01:37:15.266488 [ 3 ] {} <Trace> HTTP-Session: fce7d879-09f4-4484-9387-773e0aca4fe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10917 | 2024.06.22 01:37:15.266508 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 191 rows starting from the beginning of the part | ||
10918 | 2024.06.22 01:37:15.266681 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 69 rows starting from the beginning of the part | ||
10919 | 2024.06.22 01:37:15.266970 [ 3 ] {441907b2-b487-49b0-bda5-feeccb5b43d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10920 | 2024.06.22 01:37:15.267077 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 227 rows starting from the beginning of the part | ||
10921 | 2024.06.22 01:37:15.267152 [ 3 ] {441907b2-b487-49b0-bda5-feeccb5b43d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10922 | 2024.06.22 01:37:15.267744 [ 3 ] {441907b2-b487-49b0-bda5-feeccb5b43d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10923 | 2024.06.22 01:37:15.268352 [ 3 ] {441907b2-b487-49b0-bda5-feeccb5b43d6} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10924 | 2024.06.22 01:37:15.268398 [ 3 ] {441907b2-b487-49b0-bda5-feeccb5b43d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10925 | 2024.06.22 01:37:15.268820 [ 3 ] {441907b2-b487-49b0-bda5-feeccb5b43d6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10926 | 2024.06.22 01:37:15.269051 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 962 rows, containing 4 columns (4 merged, 0 gathered) in 0.003581525 sec., 268600.6659174514 rows/sec., 22.36 MiB/sec. | ||
10927 | 2024.06.22 01:37:15.269196 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10928 | 2024.06.22 01:37:15.269309 [ 3 ] {441907b2-b487-49b0-bda5-feeccb5b43d6} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10929 | 2024.06.22 01:37:15.269542 [ 132 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10930 | 2024.06.22 01:37:15.269548 [ 3 ] {441907b2-b487-49b0-bda5-feeccb5b43d6} <Debug> executeQuery: Read 133 rows, 10.62 KiB in 0.002835 sec., 46913.58024691358 rows/sec., 3.66 MiB/sec. | ||
10931 | 2024.06.22 01:37:15.269579 [ 132 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10932 | 2024.06.22 01:37:15.269645 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10933 | 2024.06.22 01:37:15.269831 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_81_16} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10934 | 2024.06.22 01:37:15.269979 [ 3 ] {441907b2-b487-49b0-bda5-feeccb5b43d6} <Debug> DynamicQueryHandler: Done processing query | ||
10935 | 2024.06.22 01:37:15.270064 [ 3 ] {441907b2-b487-49b0-bda5-feeccb5b43d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10936 | 2024.06.22 01:37:15.270110 [ 3 ] {} <Debug> HTTP-Session: fce7d879-09f4-4484-9387-773e0aca4fe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10937 | 2024.06.22 01:37:15.270128 [ 188 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_81_16} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10938 | 2024.06.22 01:37:15.270104 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
10939 | 2024.06.22 01:37:15.270246 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
10940 | 2024.06.22 01:37:15.270388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 37593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10941 | 2024.06.22 01:37:15.270424 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10942 | 2024.06.22 01:37:15.270490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10943 | 2024.06.22 01:37:15.270494 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 165 rows starting from the beginning of the part | ||
10944 | 2024.06.22 01:37:15.270538 [ 3 ] {} <Debug> HTTP-Session: a59bbaa1-2c6b-4ab3-aa6c-39e59b189c76 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10945 | 2024.06.22 01:37:15.270578 [ 3 ] {} <Debug> HTTP-Session: a59bbaa1-2c6b-4ab3-aa6c-39e59b189c76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10946 | 2024.06.22 01:37:15.270640 [ 3 ] {} <Debug> HTTP-Session: a59bbaa1-2c6b-4ab3-aa6c-39e59b189c76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10947 | 2024.06.22 01:37:15.270743 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 106 rows starting from the beginning of the part | ||
10948 | 2024.06.22 01:37:15.270785 [ 3 ] {} <Trace> HTTP-Session: a59bbaa1-2c6b-4ab3-aa6c-39e59b189c76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10949 | 2024.06.22 01:37:15.270974 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 68 rows starting from the beginning of the part | ||
10950 | 2024.06.22 01:37:15.271372 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::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 | ||
10951 | 2024.06.22 01:37:15.271422 [ 3 ] {7a0cb91b-0f17-4ef7-985a-8a29d4963fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10952 | 2024.06.22 01:37:15.271713 [ 3 ] {7a0cb91b-0f17-4ef7-985a-8a29d4963fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10953 | 2024.06.22 01:37:15.271721 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 70 rows starting from the beginning of the part | ||
10954 | 2024.06.22 01:37:15.272115 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 133 rows starting from the beginning of the part | ||
10955 | 2024.06.22 01:37:15.272875 [ 3 ] {7a0cb91b-0f17-4ef7-985a-8a29d4963fe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10956 | 2024.06.22 01:37:15.273808 [ 3 ] {7a0cb91b-0f17-4ef7-985a-8a29d4963fe6} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10957 | 2024.06.22 01:37:15.273878 [ 3 ] {7a0cb91b-0f17-4ef7-985a-8a29d4963fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10958 | 2024.06.22 01:37:15.274899 [ 3 ] {7a0cb91b-0f17-4ef7-985a-8a29d4963fe6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10959 | 2024.06.22 01:37:15.274991 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 4 columns (4 merged, 0 gathered) in 0.005188326 sec., 127208.6603655977 rows/sec., 9.93 MiB/sec. | ||
10960 | 2024.06.22 01:37:15.275208 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10961 | 2024.06.22 01:37:15.275702 [ 3 ] {7a0cb91b-0f17-4ef7-985a-8a29d4963fe6} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10962 | 2024.06.22 01:37:15.275980 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10963 | 2024.06.22 01:37:15.276025 [ 3 ] {7a0cb91b-0f17-4ef7-985a-8a29d4963fe6} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.004971 sec., 39428.68638100986 rows/sec., 2.75 MiB/sec. | ||
10964 | 2024.06.22 01:37:15.276047 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10965 | 2024.06.22 01:37:15.276129 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10966 | 2024.06.22 01:37:15.276168 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_81_16} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10967 | 2024.06.22 01:37:15.276751 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_81_16} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10968 | 2024.06.22 01:37:15.276794 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::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 | ||
10969 | 2024.06.22 01:37:15.276827 [ 3 ] {7a0cb91b-0f17-4ef7-985a-8a29d4963fe6} <Debug> DynamicQueryHandler: Done processing query | ||
10970 | 2024.06.22 01:37:15.276941 [ 3 ] {7a0cb91b-0f17-4ef7-985a-8a29d4963fe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10971 | 2024.06.22 01:37:15.277064 [ 3 ] {} <Debug> HTTP-Session: a59bbaa1-2c6b-4ab3-aa6c-39e59b189c76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10972 | 2024.06.22 01:37:15.277176 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
10973 | 2024.06.22 01:37:15.277509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10974 | 2024.06.22 01:37:15.277699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10975 | 2024.06.22 01:37:15.277805 [ 3 ] {} <Debug> HTTP-Session: 81bf2a08-1a13-40c2-9c42-a1bdd74d97ba Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
10976 | 2024.06.22 01:37:15.277831 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10977 | 2024.06.22 01:37:15.277890 [ 3 ] {} <Debug> HTTP-Session: 81bf2a08-1a13-40c2-9c42-a1bdd74d97ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10978 | 2024.06.22 01:37:15.277985 [ 3 ] {} <Debug> HTTP-Session: 81bf2a08-1a13-40c2-9c42-a1bdd74d97ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10979 | 2024.06.22 01:37:15.277991 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 12397 rows starting from the beginning of the part | ||
10980 | 2024.06.22 01:37:15.278107 [ 3 ] {} <Trace> HTTP-Session: 81bf2a08-1a13-40c2-9c42-a1bdd74d97ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10981 | 2024.06.22 01:37:15.278606 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
10982 | 2024.06.22 01:37:15.278888 [ 3 ] {0713458c-fcbe-4c0a-9026-f75a39ac7190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10983 | 2024.06.22 01:37:15.278944 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
10984 | 2024.06.22 01:37:15.279146 [ 3 ] {0713458c-fcbe-4c0a-9026-f75a39ac7190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10985 | 2024.06.22 01:37:15.279230 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
10986 | 2024.06.22 01:37:15.279605 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 161 rows starting from the beginning of the part | ||
10987 | 2024.06.22 01:37:15.279986 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 196 rows starting from the beginning of the part | ||
10988 | 2024.06.22 01:37:15.280697 [ 3 ] {0713458c-fcbe-4c0a-9026-f75a39ac7190} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10989 | 2024.06.22 01:37:15.281514 [ 3 ] {0713458c-fcbe-4c0a-9026-f75a39ac7190} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10990 | 2024.06.22 01:37:15.281574 [ 3 ] {0713458c-fcbe-4c0a-9026-f75a39ac7190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10991 | 2024.06.22 01:37:15.282561 [ 3 ] {0713458c-fcbe-4c0a-9026-f75a39ac7190} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10992 | 2024.06.22 01:37:15.283082 [ 3 ] {0713458c-fcbe-4c0a-9026-f75a39ac7190} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10993 | 2024.06.22 01:37:15.283306 [ 3 ] {0713458c-fcbe-4c0a-9026-f75a39ac7190} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.004918 sec., 9150.06100040667 rows/sec., 12.35 MiB/sec. | ||
10994 | 2024.06.22 01:37:15.283743 [ 3 ] {0713458c-fcbe-4c0a-9026-f75a39ac7190} <Debug> DynamicQueryHandler: Done processing query | ||
10995 | 2024.06.22 01:37:15.283774 [ 3 ] {0713458c-fcbe-4c0a-9026-f75a39ac7190} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10996 | 2024.06.22 01:37:15.283805 [ 3 ] {} <Debug> HTTP-Session: 81bf2a08-1a13-40c2-9c42-a1bdd74d97ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10997 | 2024.06.22 01:37:15.284013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10998 | 2024.06.22 01:37:15.284069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10999 | 2024.06.22 01:37:15.284088 [ 3 ] {} <Debug> HTTP-Session: 49aba4f1-827a-42ca-adbb-b6f5c37b6696 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11000 | 2024.06.22 01:37:15.284105 [ 3 ] {} <Debug> HTTP-Session: 49aba4f1-827a-42ca-adbb-b6f5c37b6696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11001 | 2024.06.22 01:37:15.284122 [ 3 ] {} <Debug> HTTP-Session: 49aba4f1-827a-42ca-adbb-b6f5c37b6696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11002 | 2024.06.22 01:37:15.284155 [ 3 ] {} <Trace> HTTP-Session: 49aba4f1-827a-42ca-adbb-b6f5c37b6696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11003 | 2024.06.22 01:37:15.284296 [ 3 ] {8eafaa8b-7871-4e2f-8d19-1595096610bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11004 | 2024.06.22 01:37:15.284368 [ 3 ] {8eafaa8b-7871-4e2f-8d19-1595096610bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11005 | 2024.06.22 01:37:15.284508 [ 3 ] {8eafaa8b-7871-4e2f-8d19-1595096610bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11006 | 2024.06.22 01:37:15.284870 [ 3 ] {8eafaa8b-7871-4e2f-8d19-1595096610bc} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11007 | 2024.06.22 01:37:15.284906 [ 3 ] {8eafaa8b-7871-4e2f-8d19-1595096610bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11008 | 2024.06.22 01:37:15.285507 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13234 rows, containing 5 columns (5 merged, 0 gathered) in 0.009217572 sec., 1435736.0050998244 rows/sec., 100.05 MiB/sec. | ||
11009 | 2024.06.22 01:37:15.285671 [ 3 ] {8eafaa8b-7871-4e2f-8d19-1595096610bc} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
11010 | 2024.06.22 01:37:15.285908 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
11011 | 2024.06.22 01:37:15.286438 [ 3 ] {8eafaa8b-7871-4e2f-8d19-1595096610bc} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11012 | 2024.06.22 01:37:15.286798 [ 132 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
11013 | 2024.06.22 01:37:15.286839 [ 3 ] {8eafaa8b-7871-4e2f-8d19-1595096610bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00259 sec., 23166.023166023166 rows/sec., 1.56 MiB/sec. | ||
11014 | 2024.06.22 01:37:15.286865 [ 132 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11015 | 2024.06.22 01:37:15.286963 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11016 | 2024.06.22 01:37:15.287277 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11017 | 2024.06.22 01:37:15.287462 [ 3 ] {8eafaa8b-7871-4e2f-8d19-1595096610bc} <Debug> DynamicQueryHandler: Done processing query | ||
11018 | 2024.06.22 01:37:15.287580 [ 3 ] {8eafaa8b-7871-4e2f-8d19-1595096610bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11019 | 2024.06.22 01:37:15.287711 [ 3 ] {} <Debug> HTTP-Session: 49aba4f1-827a-42ca-adbb-b6f5c37b6696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11020 | 2024.06.22 01:37:15.287731 [ 202 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
11021 | 2024.06.22 01:37:15.288125 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
11022 | 2024.06.22 01:37:15.288238 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::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 | ||
11023 | 2024.06.22 01:37:15.288527 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11024 | 2024.06.22 01:37:15.288559 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4418 rows starting from the beginning of the part | ||
11025 | 2024.06.22 01:37:15.288640 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
11026 | 2024.06.22 01:37:15.288704 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
11027 | 2024.06.22 01:37:15.288957 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
11028 | 2024.06.22 01:37:15.289090 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
11029 | 2024.06.22 01:37:15.289187 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
11030 | 2024.06.22 01:37:15.290899 [ 196 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4718 rows, containing 4 columns (4 merged, 0 gathered) in 0.003697325 sec., 1276057.6903572178 rows/sec., 86.01 MiB/sec. | ||
11031 | 2024.06.22 01:37:15.291312 [ 195 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
11032 | 2024.06.22 01:37:15.291766 [ 195 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_81_16} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11033 | 2024.06.22 01:37:15.291858 [ 195 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_81_16} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
11034 | 2024.06.22 01:37:15.291957 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
11035 | 2024.06.22 01:37:18.633431 [ 124 ] {} <Debug> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
11036 | 2024.06.22 01:37:18.633542 [ 124 ] {} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11037 | 2024.06.22 01:37:18.633583 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11038 | 2024.06.22 01:37:18.633843 [ 196 ] {5e8448b3-2515-4273-b0e5-9a60edd76b60::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 | ||
11039 | 2024.06.22 01:37:18.634120 [ 196 ] {5e8448b3-2515-4273-b0e5-9a60edd76b60::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11040 | 2024.06.22 01:37:18.634183 [ 196 ] {5e8448b3-2515-4273-b0e5-9a60edd76b60::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
11041 | 2024.06.22 01:37:18.634300 [ 196 ] {5e8448b3-2515-4273-b0e5-9a60edd76b60::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
11042 | 2024.06.22 01:37:18.634572 [ 196 ] {5e8448b3-2515-4273-b0e5-9a60edd76b60::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 | ||
11043 | 2024.06.22 01:37:18.634652 [ 196 ] {5e8448b3-2515-4273-b0e5-9a60edd76b60::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 | ||
11044 | 2024.06.22 01:37:18.634937 [ 196 ] {5e8448b3-2515-4273-b0e5-9a60edd76b60::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 | ||
11045 | 2024.06.22 01:37:18.636008 [ 192 ] {5e8448b3-2515-4273-b0e5-9a60edd76b60::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002339145 sec., 21802.838216527834 rows/sec., 1.55 MiB/sec. | ||
11046 | 2024.06.22 01:37:18.636209 [ 193 ] {5e8448b3-2515-4273-b0e5-9a60edd76b60::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
11047 | 2024.06.22 01:37:18.636691 [ 193 ] {5e8448b3-2515-4273-b0e5-9a60edd76b60::all_1_5_1} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11048 | 2024.06.22 01:37:18.636781 [ 193 ] {5e8448b3-2515-4273-b0e5-9a60edd76b60::all_1_5_1} <Trace> oximeter.measurements_i64 (5e8448b3-2515-4273-b0e5-9a60edd76b60) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
11049 | 2024.06.22 01:37:18.636881 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11050 | 2024.06.22 01:37:18.818891 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11051 | 2024.06.22 01:37:18.818949 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11052 | 2024.06.22 01:37:20.256628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11053 | 2024.06.22 01:37:20.256796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11054 | 2024.06.22 01:37:20.256840 [ 3 ] {} <Debug> HTTP-Session: 36c81cc1-1eb7-499f-bfdd-a151aad4e7ae Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11055 | 2024.06.22 01:37:20.256881 [ 3 ] {} <Debug> HTTP-Session: 36c81cc1-1eb7-499f-bfdd-a151aad4e7ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11056 | 2024.06.22 01:37:20.256908 [ 3 ] {} <Debug> HTTP-Session: 36c81cc1-1eb7-499f-bfdd-a151aad4e7ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11057 | 2024.06.22 01:37:20.256986 [ 3 ] {} <Trace> HTTP-Session: 36c81cc1-1eb7-499f-bfdd-a151aad4e7ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11058 | 2024.06.22 01:37:20.257260 [ 3 ] {0388f984-e042-4f57-871e-ce2e26b2aba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11059 | 2024.06.22 01:37:20.257369 [ 3 ] {0388f984-e042-4f57-871e-ce2e26b2aba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11060 | 2024.06.22 01:37:20.257617 [ 3 ] {0388f984-e042-4f57-871e-ce2e26b2aba9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11061 | 2024.06.22 01:37:20.258042 [ 3 ] {0388f984-e042-4f57-871e-ce2e26b2aba9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11062 | 2024.06.22 01:37:20.258084 [ 3 ] {0388f984-e042-4f57-871e-ce2e26b2aba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11063 | 2024.06.22 01:37:20.258467 [ 3 ] {0388f984-e042-4f57-871e-ce2e26b2aba9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11064 | 2024.06.22 01:37:20.258820 [ 3 ] {0388f984-e042-4f57-871e-ce2e26b2aba9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11065 | 2024.06.22 01:37:20.258995 [ 3 ] {0388f984-e042-4f57-871e-ce2e26b2aba9} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001814 sec., 2205.071664829107 rows/sec., 178.73 KiB/sec. | ||
11066 | 2024.06.22 01:37:20.259304 [ 3 ] {0388f984-e042-4f57-871e-ce2e26b2aba9} <Debug> DynamicQueryHandler: Done processing query | ||
11067 | 2024.06.22 01:37:20.259349 [ 3 ] {0388f984-e042-4f57-871e-ce2e26b2aba9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11068 | 2024.06.22 01:37:20.259375 [ 3 ] {} <Debug> HTTP-Session: 36c81cc1-1eb7-499f-bfdd-a151aad4e7ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11069 | 2024.06.22 01:37:20.259538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11070 | 2024.06.22 01:37:20.259596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11071 | 2024.06.22 01:37:20.259615 [ 3 ] {} <Debug> HTTP-Session: 6eec6dcf-f857-486b-b176-cdae07732ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11072 | 2024.06.22 01:37:20.259633 [ 3 ] {} <Debug> HTTP-Session: 6eec6dcf-f857-486b-b176-cdae07732ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11073 | 2024.06.22 01:37:20.259646 [ 3 ] {} <Debug> HTTP-Session: 6eec6dcf-f857-486b-b176-cdae07732ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11074 | 2024.06.22 01:37:20.259681 [ 3 ] {} <Trace> HTTP-Session: 6eec6dcf-f857-486b-b176-cdae07732ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11075 | 2024.06.22 01:37:20.259807 [ 3 ] {309a5926-d367-4e91-8835-7532d91a0d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11076 | 2024.06.22 01:37:20.259853 [ 3 ] {309a5926-d367-4e91-8835-7532d91a0d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11077 | 2024.06.22 01:37:20.259997 [ 3 ] {309a5926-d367-4e91-8835-7532d91a0d36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11078 | 2024.06.22 01:37:20.260371 [ 3 ] {309a5926-d367-4e91-8835-7532d91a0d36} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11079 | 2024.06.22 01:37:20.260408 [ 3 ] {309a5926-d367-4e91-8835-7532d91a0d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11080 | 2024.06.22 01:37:20.260729 [ 3 ] {309a5926-d367-4e91-8835-7532d91a0d36} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11081 | 2024.06.22 01:37:20.261047 [ 3 ] {309a5926-d367-4e91-8835-7532d91a0d36} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11082 | 2024.06.22 01:37:20.261200 [ 3 ] {309a5926-d367-4e91-8835-7532d91a0d36} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001438 sec., 47287.89986091794 rows/sec., 3.72 MiB/sec. | ||
11083 | 2024.06.22 01:37:20.261379 [ 3 ] {309a5926-d367-4e91-8835-7532d91a0d36} <Debug> DynamicQueryHandler: Done processing query | ||
11084 | 2024.06.22 01:37:20.261404 [ 3 ] {309a5926-d367-4e91-8835-7532d91a0d36} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11085 | 2024.06.22 01:37:20.261420 [ 3 ] {} <Debug> HTTP-Session: 6eec6dcf-f857-486b-b176-cdae07732ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11086 | 2024.06.22 01:37:20.261552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11087 | 2024.06.22 01:37:20.261603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11088 | 2024.06.22 01:37:20.261622 [ 3 ] {} <Debug> HTTP-Session: 0e8eefdf-007c-42ec-9b19-73b53f9982f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11089 | 2024.06.22 01:37:20.261639 [ 3 ] {} <Debug> HTTP-Session: 0e8eefdf-007c-42ec-9b19-73b53f9982f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11090 | 2024.06.22 01:37:20.261652 [ 3 ] {} <Debug> HTTP-Session: 0e8eefdf-007c-42ec-9b19-73b53f9982f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11091 | 2024.06.22 01:37:20.261684 [ 3 ] {} <Trace> HTTP-Session: 0e8eefdf-007c-42ec-9b19-73b53f9982f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11092 | 2024.06.22 01:37:20.261798 [ 3 ] {f4b46d42-c727-42f9-b534-572874b48390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11093 | 2024.06.22 01:37:20.261843 [ 3 ] {f4b46d42-c727-42f9-b534-572874b48390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11094 | 2024.06.22 01:37:20.261972 [ 3 ] {f4b46d42-c727-42f9-b534-572874b48390} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11095 | 2024.06.22 01:37:20.262331 [ 3 ] {f4b46d42-c727-42f9-b534-572874b48390} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11096 | 2024.06.22 01:37:20.262367 [ 3 ] {f4b46d42-c727-42f9-b534-572874b48390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11097 | 2024.06.22 01:37:20.262695 [ 3 ] {f4b46d42-c727-42f9-b534-572874b48390} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11098 | 2024.06.22 01:37:20.263019 [ 3 ] {f4b46d42-c727-42f9-b534-572874b48390} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11099 | 2024.06.22 01:37:20.263167 [ 3 ] {f4b46d42-c727-42f9-b534-572874b48390} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001401 sec., 48536.75945753034 rows/sec., 3.79 MiB/sec. | ||
11100 | 2024.06.22 01:37:20.263426 [ 3 ] {f4b46d42-c727-42f9-b534-572874b48390} <Debug> DynamicQueryHandler: Done processing query | ||
11101 | 2024.06.22 01:37:20.263487 [ 3 ] {f4b46d42-c727-42f9-b534-572874b48390} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11102 | 2024.06.22 01:37:20.263552 [ 3 ] {} <Debug> HTTP-Session: 0e8eefdf-007c-42ec-9b19-73b53f9982f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11103 | 2024.06.22 01:37:20.263780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11104 | 2024.06.22 01:37:20.263833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11105 | 2024.06.22 01:37:20.263852 [ 3 ] {} <Debug> HTTP-Session: dcbf325a-9207-4942-add0-113e56b37dba Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11106 | 2024.06.22 01:37:20.263869 [ 3 ] {} <Debug> HTTP-Session: dcbf325a-9207-4942-add0-113e56b37dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11107 | 2024.06.22 01:37:20.263883 [ 3 ] {} <Debug> HTTP-Session: dcbf325a-9207-4942-add0-113e56b37dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11108 | 2024.06.22 01:37:20.263915 [ 3 ] {} <Trace> HTTP-Session: dcbf325a-9207-4942-add0-113e56b37dba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11109 | 2024.06.22 01:37:20.264068 [ 3 ] {d9410211-a376-4ac9-a2a0-df0de67ba959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11110 | 2024.06.22 01:37:20.264116 [ 3 ] {d9410211-a376-4ac9-a2a0-df0de67ba959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11111 | 2024.06.22 01:37:20.264275 [ 3 ] {d9410211-a376-4ac9-a2a0-df0de67ba959} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11112 | 2024.06.22 01:37:20.264738 [ 3 ] {d9410211-a376-4ac9-a2a0-df0de67ba959} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11113 | 2024.06.22 01:37:20.264775 [ 3 ] {d9410211-a376-4ac9-a2a0-df0de67ba959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11114 | 2024.06.22 01:37:20.265171 [ 3 ] {d9410211-a376-4ac9-a2a0-df0de67ba959} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11115 | 2024.06.22 01:37:20.265525 [ 3 ] {d9410211-a376-4ac9-a2a0-df0de67ba959} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11116 | 2024.06.22 01:37:20.265688 [ 3 ] {d9410211-a376-4ac9-a2a0-df0de67ba959} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec. | ||
11117 | 2024.06.22 01:37:20.265977 [ 3 ] {d9410211-a376-4ac9-a2a0-df0de67ba959} <Debug> DynamicQueryHandler: Done processing query | ||
11118 | 2024.06.22 01:37:20.266038 [ 3 ] {d9410211-a376-4ac9-a2a0-df0de67ba959} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11119 | 2024.06.22 01:37:20.266091 [ 3 ] {} <Debug> HTTP-Session: dcbf325a-9207-4942-add0-113e56b37dba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11120 | 2024.06.22 01:37:20.266302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11121 | 2024.06.22 01:37:20.266356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11122 | 2024.06.22 01:37:20.266375 [ 3 ] {} <Debug> HTTP-Session: 7d1b1b84-e312-48f3-bc03-e41fe8d15141 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11123 | 2024.06.22 01:37:20.266392 [ 3 ] {} <Debug> HTTP-Session: 7d1b1b84-e312-48f3-bc03-e41fe8d15141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11124 | 2024.06.22 01:37:20.266405 [ 3 ] {} <Debug> HTTP-Session: 7d1b1b84-e312-48f3-bc03-e41fe8d15141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11125 | 2024.06.22 01:37:20.266437 [ 3 ] {} <Trace> HTTP-Session: 7d1b1b84-e312-48f3-bc03-e41fe8d15141 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11126 | 2024.06.22 01:37:20.266580 [ 3 ] {e4e0e747-7bc2-448b-b837-60c5608a715c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11127 | 2024.06.22 01:37:20.266629 [ 3 ] {e4e0e747-7bc2-448b-b837-60c5608a715c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11128 | 2024.06.22 01:37:20.266809 [ 3 ] {e4e0e747-7bc2-448b-b837-60c5608a715c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11129 | 2024.06.22 01:37:20.267136 [ 3 ] {e4e0e747-7bc2-448b-b837-60c5608a715c} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11130 | 2024.06.22 01:37:20.267171 [ 3 ] {e4e0e747-7bc2-448b-b837-60c5608a715c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11131 | 2024.06.22 01:37:20.267565 [ 3 ] {e4e0e747-7bc2-448b-b837-60c5608a715c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11132 | 2024.06.22 01:37:20.267909 [ 3 ] {e4e0e747-7bc2-448b-b837-60c5608a715c} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11133 | 2024.06.22 01:37:20.268079 [ 3 ] {e4e0e747-7bc2-448b-b837-60c5608a715c} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001557 sec., 2569.0430314707774 rows/sec., 3.47 MiB/sec. | ||
11134 | 2024.06.22 01:37:20.268287 [ 3 ] {e4e0e747-7bc2-448b-b837-60c5608a715c} <Debug> DynamicQueryHandler: Done processing query | ||
11135 | 2024.06.22 01:37:20.268319 [ 3 ] {e4e0e747-7bc2-448b-b837-60c5608a715c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11136 | 2024.06.22 01:37:20.268336 [ 3 ] {} <Debug> HTTP-Session: 7d1b1b84-e312-48f3-bc03-e41fe8d15141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11137 | 2024.06.22 01:37:20.268457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11138 | 2024.06.22 01:37:20.268506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11139 | 2024.06.22 01:37:20.268525 [ 3 ] {} <Debug> HTTP-Session: b6bfc619-c5ea-440b-aee2-38e76a39b2f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11140 | 2024.06.22 01:37:20.268541 [ 3 ] {} <Debug> HTTP-Session: b6bfc619-c5ea-440b-aee2-38e76a39b2f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11141 | 2024.06.22 01:37:20.268555 [ 3 ] {} <Debug> HTTP-Session: b6bfc619-c5ea-440b-aee2-38e76a39b2f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11142 | 2024.06.22 01:37:20.268587 [ 3 ] {} <Trace> HTTP-Session: b6bfc619-c5ea-440b-aee2-38e76a39b2f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11143 | 2024.06.22 01:37:20.268705 [ 3 ] {5443a38c-6748-44f8-b905-07a0e7cc88e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11144 | 2024.06.22 01:37:20.268749 [ 3 ] {5443a38c-6748-44f8-b905-07a0e7cc88e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11145 | 2024.06.22 01:37:20.268877 [ 3 ] {5443a38c-6748-44f8-b905-07a0e7cc88e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11146 | 2024.06.22 01:37:20.269195 [ 3 ] {5443a38c-6748-44f8-b905-07a0e7cc88e4} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11147 | 2024.06.22 01:37:20.269231 [ 3 ] {5443a38c-6748-44f8-b905-07a0e7cc88e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11148 | 2024.06.22 01:37:20.269606 [ 3 ] {5443a38c-6748-44f8-b905-07a0e7cc88e4} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11149 | 2024.06.22 01:37:20.269936 [ 3 ] {5443a38c-6748-44f8-b905-07a0e7cc88e4} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11150 | 2024.06.22 01:37:20.270086 [ 3 ] {5443a38c-6748-44f8-b905-07a0e7cc88e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
11151 | 2024.06.22 01:37:20.270258 [ 3 ] {5443a38c-6748-44f8-b905-07a0e7cc88e4} <Debug> DynamicQueryHandler: Done processing query | ||
11152 | 2024.06.22 01:37:20.270282 [ 3 ] {5443a38c-6748-44f8-b905-07a0e7cc88e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11153 | 2024.06.22 01:37:20.270297 [ 3 ] {} <Debug> HTTP-Session: b6bfc619-c5ea-440b-aee2-38e76a39b2f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11154 | 2024.06.22 01:37:25.258818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11155 | 2024.06.22 01:37:25.258939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11156 | 2024.06.22 01:37:25.258964 [ 3 ] {} <Debug> HTTP-Session: 09263bb3-67bc-444b-89cd-faea2d3431aa Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11157 | 2024.06.22 01:37:25.258988 [ 3 ] {} <Debug> HTTP-Session: 09263bb3-67bc-444b-89cd-faea2d3431aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11158 | 2024.06.22 01:37:25.259003 [ 3 ] {} <Debug> HTTP-Session: 09263bb3-67bc-444b-89cd-faea2d3431aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11159 | 2024.06.22 01:37:25.259051 [ 3 ] {} <Trace> HTTP-Session: 09263bb3-67bc-444b-89cd-faea2d3431aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11160 | 2024.06.22 01:37:25.259240 [ 3 ] {c15be29d-e36a-4c99-9249-7734c578b07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11161 | 2024.06.22 01:37:25.259305 [ 3 ] {c15be29d-e36a-4c99-9249-7734c578b07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11162 | 2024.06.22 01:37:25.259492 [ 3 ] {c15be29d-e36a-4c99-9249-7734c578b07c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11163 | 2024.06.22 01:37:25.259935 [ 3 ] {c15be29d-e36a-4c99-9249-7734c578b07c} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11164 | 2024.06.22 01:37:25.259977 [ 3 ] {c15be29d-e36a-4c99-9249-7734c578b07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11165 | 2024.06.22 01:37:25.260350 [ 3 ] {c15be29d-e36a-4c99-9249-7734c578b07c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11166 | 2024.06.22 01:37:25.260695 [ 3 ] {c15be29d-e36a-4c99-9249-7734c578b07c} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11167 | 2024.06.22 01:37:25.260850 [ 3 ] {c15be29d-e36a-4c99-9249-7734c578b07c} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001674 sec., 26881.72043010753 rows/sec., 2.13 MiB/sec. | ||
11168 | 2024.06.22 01:37:25.261065 [ 3 ] {c15be29d-e36a-4c99-9249-7734c578b07c} <Debug> DynamicQueryHandler: Done processing query | ||
11169 | 2024.06.22 01:37:25.261092 [ 3 ] {c15be29d-e36a-4c99-9249-7734c578b07c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11170 | 2024.06.22 01:37:25.261108 [ 3 ] {} <Debug> HTTP-Session: 09263bb3-67bc-444b-89cd-faea2d3431aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11171 | 2024.06.22 01:37:25.261427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 28267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11172 | 2024.06.22 01:37:25.261485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11173 | 2024.06.22 01:37:25.261504 [ 3 ] {} <Debug> HTTP-Session: 18bf8fa1-62d2-4cbe-9b0e-ec59368d4018 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11174 | 2024.06.22 01:37:25.261521 [ 3 ] {} <Debug> HTTP-Session: 18bf8fa1-62d2-4cbe-9b0e-ec59368d4018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11175 | 2024.06.22 01:37:25.261535 [ 3 ] {} <Debug> HTTP-Session: 18bf8fa1-62d2-4cbe-9b0e-ec59368d4018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11176 | 2024.06.22 01:37:25.261570 [ 3 ] {} <Trace> HTTP-Session: 18bf8fa1-62d2-4cbe-9b0e-ec59368d4018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11177 | 2024.06.22 01:37:25.261727 [ 3 ] {70eaee2a-b954-45cc-9082-290013c3d0be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11178 | 2024.06.22 01:37:25.261772 [ 3 ] {70eaee2a-b954-45cc-9082-290013c3d0be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11179 | 2024.06.22 01:37:25.261899 [ 3 ] {70eaee2a-b954-45cc-9082-290013c3d0be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11180 | 2024.06.22 01:37:25.262332 [ 3 ] {70eaee2a-b954-45cc-9082-290013c3d0be} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11181 | 2024.06.22 01:37:25.262368 [ 3 ] {70eaee2a-b954-45cc-9082-290013c3d0be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11182 | 2024.06.22 01:37:25.262698 [ 3 ] {70eaee2a-b954-45cc-9082-290013c3d0be} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11183 | 2024.06.22 01:37:25.263020 [ 3 ] {70eaee2a-b954-45cc-9082-290013c3d0be} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11184 | 2024.06.22 01:37:25.263156 [ 3 ] {70eaee2a-b954-45cc-9082-290013c3d0be} <Debug> executeQuery: Read 191 rows, 16.65 KiB in 0.001501 sec., 127248.50099933379 rows/sec., 10.83 MiB/sec. | ||
11185 | 2024.06.22 01:37:25.263366 [ 3 ] {70eaee2a-b954-45cc-9082-290013c3d0be} <Debug> DynamicQueryHandler: Done processing query | ||
11186 | 2024.06.22 01:37:25.263405 [ 3 ] {70eaee2a-b954-45cc-9082-290013c3d0be} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11187 | 2024.06.22 01:37:25.263441 [ 3 ] {} <Debug> HTTP-Session: 18bf8fa1-62d2-4cbe-9b0e-ec59368d4018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11188 | 2024.06.22 01:37:25.263613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 18513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11189 | 2024.06.22 01:37:25.263663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11190 | 2024.06.22 01:37:25.263682 [ 3 ] {} <Debug> HTTP-Session: 4b94ac0d-bd79-44eb-9456-bd55c9b1d457 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11191 | 2024.06.22 01:37:25.263698 [ 3 ] {} <Debug> HTTP-Session: 4b94ac0d-bd79-44eb-9456-bd55c9b1d457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11192 | 2024.06.22 01:37:25.263712 [ 3 ] {} <Debug> HTTP-Session: 4b94ac0d-bd79-44eb-9456-bd55c9b1d457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11193 | 2024.06.22 01:37:25.263743 [ 3 ] {} <Trace> HTTP-Session: 4b94ac0d-bd79-44eb-9456-bd55c9b1d457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11194 | 2024.06.22 01:37:25.263879 [ 3 ] {faccac47-b999-47c6-839f-2442a5dd265c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11195 | 2024.06.22 01:37:25.263921 [ 3 ] {faccac47-b999-47c6-839f-2442a5dd265c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11196 | 2024.06.22 01:37:25.264059 [ 3 ] {faccac47-b999-47c6-839f-2442a5dd265c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11197 | 2024.06.22 01:37:25.264416 [ 3 ] {faccac47-b999-47c6-839f-2442a5dd265c} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11198 | 2024.06.22 01:37:25.264453 [ 3 ] {faccac47-b999-47c6-839f-2442a5dd265c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11199 | 2024.06.22 01:37:25.264769 [ 3 ] {faccac47-b999-47c6-839f-2442a5dd265c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11200 | 2024.06.22 01:37:25.265080 [ 3 ] {faccac47-b999-47c6-839f-2442a5dd265c} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11201 | 2024.06.22 01:37:25.265234 [ 3 ] {faccac47-b999-47c6-839f-2442a5dd265c} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.001407 sec., 77469.79388770433 rows/sec., 6.05 MiB/sec. | ||
11202 | 2024.06.22 01:37:25.265491 [ 3 ] {faccac47-b999-47c6-839f-2442a5dd265c} <Debug> DynamicQueryHandler: Done processing query | ||
11203 | 2024.06.22 01:37:25.265544 [ 3 ] {faccac47-b999-47c6-839f-2442a5dd265c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11204 | 2024.06.22 01:37:25.265604 [ 3 ] {} <Debug> HTTP-Session: 4b94ac0d-bd79-44eb-9456-bd55c9b1d457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11205 | 2024.06.22 01:37:25.265842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11206 | 2024.06.22 01:37:25.265895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11207 | 2024.06.22 01:37:25.265914 [ 3 ] {} <Debug> HTTP-Session: f6ed0081-ca67-484f-90b8-794e8ace1387 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11208 | 2024.06.22 01:37:25.265931 [ 3 ] {} <Debug> HTTP-Session: f6ed0081-ca67-484f-90b8-794e8ace1387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11209 | 2024.06.22 01:37:25.265945 [ 3 ] {} <Debug> HTTP-Session: f6ed0081-ca67-484f-90b8-794e8ace1387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11210 | 2024.06.22 01:37:25.265977 [ 3 ] {} <Trace> HTTP-Session: f6ed0081-ca67-484f-90b8-794e8ace1387 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11211 | 2024.06.22 01:37:25.266132 [ 3 ] {f6266538-ae3f-40ff-ab6d-aae5983b3764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11212 | 2024.06.22 01:37:25.266181 [ 3 ] {f6266538-ae3f-40ff-ab6d-aae5983b3764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11213 | 2024.06.22 01:37:25.266346 [ 3 ] {f6266538-ae3f-40ff-ab6d-aae5983b3764} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11214 | 2024.06.22 01:37:25.266727 [ 3 ] {f6266538-ae3f-40ff-ab6d-aae5983b3764} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11215 | 2024.06.22 01:37:25.266764 [ 3 ] {f6266538-ae3f-40ff-ab6d-aae5983b3764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11216 | 2024.06.22 01:37:25.267153 [ 3 ] {f6266538-ae3f-40ff-ab6d-aae5983b3764} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11217 | 2024.06.22 01:37:25.267501 [ 3 ] {f6266538-ae3f-40ff-ab6d-aae5983b3764} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11218 | 2024.06.22 01:37:25.267654 [ 3 ] {f6266538-ae3f-40ff-ab6d-aae5983b3764} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. | ||
11219 | 2024.06.22 01:37:25.267830 [ 3 ] {f6266538-ae3f-40ff-ab6d-aae5983b3764} <Debug> DynamicQueryHandler: Done processing query | ||
11220 | 2024.06.22 01:37:25.267854 [ 3 ] {f6266538-ae3f-40ff-ab6d-aae5983b3764} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11221 | 2024.06.22 01:37:25.267870 [ 3 ] {} <Debug> HTTP-Session: f6ed0081-ca67-484f-90b8-794e8ace1387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11222 | 2024.06.22 01:37:25.268129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11223 | 2024.06.22 01:37:25.268180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11224 | 2024.06.22 01:37:25.268198 [ 3 ] {} <Debug> HTTP-Session: de158330-5aba-472f-b48a-6187e4124d2c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11225 | 2024.06.22 01:37:25.268214 [ 3 ] {} <Debug> HTTP-Session: de158330-5aba-472f-b48a-6187e4124d2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11226 | 2024.06.22 01:37:25.268228 [ 3 ] {} <Debug> HTTP-Session: de158330-5aba-472f-b48a-6187e4124d2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11227 | 2024.06.22 01:37:25.268259 [ 3 ] {} <Trace> HTTP-Session: de158330-5aba-472f-b48a-6187e4124d2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11228 | 2024.06.22 01:37:25.268587 [ 3 ] {bd5c0c88-a07a-4aba-b483-bd39c35a9dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11229 | 2024.06.22 01:37:25.268635 [ 3 ] {bd5c0c88-a07a-4aba-b483-bd39c35a9dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11230 | 2024.06.22 01:37:25.268793 [ 3 ] {bd5c0c88-a07a-4aba-b483-bd39c35a9dc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11231 | 2024.06.22 01:37:25.269315 [ 3 ] {bd5c0c88-a07a-4aba-b483-bd39c35a9dc1} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11232 | 2024.06.22 01:37:25.269380 [ 3 ] {bd5c0c88-a07a-4aba-b483-bd39c35a9dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11233 | 2024.06.22 01:37:25.269808 [ 3 ] {bd5c0c88-a07a-4aba-b483-bd39c35a9dc1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11234 | 2024.06.22 01:37:25.270162 [ 3 ] {bd5c0c88-a07a-4aba-b483-bd39c35a9dc1} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11235 | 2024.06.22 01:37:25.270325 [ 3 ] {bd5c0c88-a07a-4aba-b483-bd39c35a9dc1} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.001968 sec., 22865.853658536584 rows/sec., 30.86 MiB/sec. | ||
11236 | 2024.06.22 01:37:25.270325 [ 117 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11237 | 2024.06.22 01:37:25.270425 [ 117 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11238 | 2024.06.22 01:37:25.270480 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11239 | 2024.06.22 01:37:25.270577 [ 3 ] {bd5c0c88-a07a-4aba-b483-bd39c35a9dc1} <Debug> DynamicQueryHandler: Done processing query | ||
11240 | 2024.06.22 01:37:25.270614 [ 3 ] {bd5c0c88-a07a-4aba-b483-bd39c35a9dc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11241 | 2024.06.22 01:37:25.270627 [ 196 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
11242 | 2024.06.22 01:37:25.270634 [ 3 ] {} <Debug> HTTP-Session: de158330-5aba-472f-b48a-6187e4124d2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11243 | 2024.06.22 01:37:25.270795 [ 196 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11244 | 2024.06.22 01:37:25.270839 [ 196 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1019 rows starting from the beginning of the part | ||
11245 | 2024.06.22 01:37:25.270847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11246 | 2024.06.22 01:37:25.270917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11247 | 2024.06.22 01:37:25.270974 [ 3 ] {} <Debug> HTTP-Session: af851fcf-ad1e-4be7-bb03-db43fdd58309 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11248 | 2024.06.22 01:37:25.271017 [ 196 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 45 rows starting from the beginning of the part | ||
11249 | 2024.06.22 01:37:25.271020 [ 3 ] {} <Debug> HTTP-Session: af851fcf-ad1e-4be7-bb03-db43fdd58309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11250 | 2024.06.22 01:37:25.271068 [ 3 ] {} <Debug> HTTP-Session: af851fcf-ad1e-4be7-bb03-db43fdd58309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11251 | 2024.06.22 01:37:25.271133 [ 3 ] {} <Trace> HTTP-Session: af851fcf-ad1e-4be7-bb03-db43fdd58309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11252 | 2024.06.22 01:37:25.271201 [ 196 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
11253 | 2024.06.22 01:37:25.271570 [ 3 ] {1f423b91-b710-4e1e-b2ba-47f5cfc3a998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11254 | 2024.06.22 01:37:25.271625 [ 196 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 45 rows starting from the beginning of the part | ||
11255 | 2024.06.22 01:37:25.271672 [ 3 ] {1f423b91-b710-4e1e-b2ba-47f5cfc3a998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11256 | 2024.06.22 01:37:25.271882 [ 196 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part | ||
11257 | 2024.06.22 01:37:25.272281 [ 196 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 45 rows starting from the beginning of the part | ||
11258 | 2024.06.22 01:37:25.272818 [ 3 ] {1f423b91-b710-4e1e-b2ba-47f5cfc3a998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11259 | 2024.06.22 01:37:25.273282 [ 3 ] {1f423b91-b710-4e1e-b2ba-47f5cfc3a998} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11260 | 2024.06.22 01:37:25.273320 [ 3 ] {1f423b91-b710-4e1e-b2ba-47f5cfc3a998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11261 | 2024.06.22 01:37:25.273713 [ 3 ] {1f423b91-b710-4e1e-b2ba-47f5cfc3a998} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11262 | 2024.06.22 01:37:25.274183 [ 3 ] {1f423b91-b710-4e1e-b2ba-47f5cfc3a998} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11263 | 2024.06.22 01:37:25.274465 [ 3 ] {1f423b91-b710-4e1e-b2ba-47f5cfc3a998} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003152 sec., 19035.53299492386 rows/sec., 1.28 MiB/sec. | ||
11264 | 2024.06.22 01:37:25.274765 [ 3 ] {1f423b91-b710-4e1e-b2ba-47f5cfc3a998} <Debug> DynamicQueryHandler: Done processing query | ||
11265 | 2024.06.22 01:37:25.274791 [ 3 ] {1f423b91-b710-4e1e-b2ba-47f5cfc3a998} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11266 | 2024.06.22 01:37:25.274807 [ 3 ] {} <Debug> HTTP-Session: af851fcf-ad1e-4be7-bb03-db43fdd58309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11267 | 2024.06.22 01:37:25.275855 [ 193 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1162 rows, containing 6 columns (6 merged, 0 gathered) in 0.005300656 sec., 219218.14960261522 rows/sec., 295.82 MiB/sec. | ||
11268 | 2024.06.22 01:37:25.276563 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11269 | 2024.06.22 01:37:25.276972 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11270 | 2024.06.22 01:37:25.277051 [ 192 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11271 | 2024.06.22 01:37:25.277128 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.75 MiB. | ||
11272 | 2024.06.22 01:37:30.257016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11273 | 2024.06.22 01:37:30.257137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11274 | 2024.06.22 01:37:30.257161 [ 3 ] {} <Debug> HTTP-Session: e22a3e7b-e855-446a-bf6d-8d9c2db43727 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11275 | 2024.06.22 01:37:30.257186 [ 3 ] {} <Debug> HTTP-Session: e22a3e7b-e855-446a-bf6d-8d9c2db43727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11276 | 2024.06.22 01:37:30.257200 [ 3 ] {} <Debug> HTTP-Session: e22a3e7b-e855-446a-bf6d-8d9c2db43727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11277 | 2024.06.22 01:37:30.257250 [ 3 ] {} <Trace> HTTP-Session: e22a3e7b-e855-446a-bf6d-8d9c2db43727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11278 | 2024.06.22 01:37:30.257429 [ 3 ] {31038cea-9c3e-4472-880a-edfea3225c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11279 | 2024.06.22 01:37:30.257495 [ 3 ] {31038cea-9c3e-4472-880a-edfea3225c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11280 | 2024.06.22 01:37:30.257683 [ 3 ] {31038cea-9c3e-4472-880a-edfea3225c4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11281 | 2024.06.22 01:37:30.258087 [ 3 ] {31038cea-9c3e-4472-880a-edfea3225c4f} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11282 | 2024.06.22 01:37:30.258128 [ 3 ] {31038cea-9c3e-4472-880a-edfea3225c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11283 | 2024.06.22 01:37:30.258516 [ 3 ] {31038cea-9c3e-4472-880a-edfea3225c4f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11284 | 2024.06.22 01:37:30.258867 [ 3 ] {31038cea-9c3e-4472-880a-edfea3225c4f} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11285 | 2024.06.22 01:37:30.259016 [ 3 ] {31038cea-9c3e-4472-880a-edfea3225c4f} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001639 sec., 2440.5125076266013 rows/sec., 197.81 KiB/sec. | ||
11286 | 2024.06.22 01:37:30.259235 [ 3 ] {31038cea-9c3e-4472-880a-edfea3225c4f} <Debug> DynamicQueryHandler: Done processing query | ||
11287 | 2024.06.22 01:37:30.259262 [ 3 ] {31038cea-9c3e-4472-880a-edfea3225c4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11288 | 2024.06.22 01:37:30.259279 [ 3 ] {} <Debug> HTTP-Session: e22a3e7b-e855-446a-bf6d-8d9c2db43727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11289 | 2024.06.22 01:37:30.259415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11290 | 2024.06.22 01:37:30.259494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11291 | 2024.06.22 01:37:30.259520 [ 3 ] {} <Debug> HTTP-Session: ffca2c6d-d744-47b5-88b2-2138f1150dee Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11292 | 2024.06.22 01:37:30.259542 [ 3 ] {} <Debug> HTTP-Session: ffca2c6d-d744-47b5-88b2-2138f1150dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11293 | 2024.06.22 01:37:30.259559 [ 3 ] {} <Debug> HTTP-Session: ffca2c6d-d744-47b5-88b2-2138f1150dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11294 | 2024.06.22 01:37:30.259603 [ 3 ] {} <Trace> HTTP-Session: ffca2c6d-d744-47b5-88b2-2138f1150dee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11295 | 2024.06.22 01:37:30.259738 [ 3 ] {e51e98a1-9cf1-4c63-abcb-8d373113ba6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11296 | 2024.06.22 01:37:30.259794 [ 3 ] {e51e98a1-9cf1-4c63-abcb-8d373113ba6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11297 | 2024.06.22 01:37:30.259933 [ 3 ] {e51e98a1-9cf1-4c63-abcb-8d373113ba6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11298 | 2024.06.22 01:37:30.260230 [ 3 ] {e51e98a1-9cf1-4c63-abcb-8d373113ba6d} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11299 | 2024.06.22 01:37:30.260267 [ 3 ] {e51e98a1-9cf1-4c63-abcb-8d373113ba6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11300 | 2024.06.22 01:37:30.260588 [ 3 ] {e51e98a1-9cf1-4c63-abcb-8d373113ba6d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11301 | 2024.06.22 01:37:30.260911 [ 3 ] {e51e98a1-9cf1-4c63-abcb-8d373113ba6d} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11302 | 2024.06.22 01:37:30.261044 [ 3 ] {e51e98a1-9cf1-4c63-abcb-8d373113ba6d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001344 sec., 2976.190476190476 rows/sec., 242.69 KiB/sec. | ||
11303 | 2024.06.22 01:37:30.261371 [ 3 ] {e51e98a1-9cf1-4c63-abcb-8d373113ba6d} <Debug> DynamicQueryHandler: Done processing query | ||
11304 | 2024.06.22 01:37:30.261405 [ 3 ] {e51e98a1-9cf1-4c63-abcb-8d373113ba6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11305 | 2024.06.22 01:37:30.261422 [ 3 ] {} <Debug> HTTP-Session: ffca2c6d-d744-47b5-88b2-2138f1150dee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11306 | 2024.06.22 01:37:30.261551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11307 | 2024.06.22 01:37:30.261605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11308 | 2024.06.22 01:37:30.261625 [ 3 ] {} <Debug> HTTP-Session: 721de2ec-8733-4bed-86b8-717f51045ff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11309 | 2024.06.22 01:37:30.261641 [ 3 ] {} <Debug> HTTP-Session: 721de2ec-8733-4bed-86b8-717f51045ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11310 | 2024.06.22 01:37:30.261655 [ 3 ] {} <Debug> HTTP-Session: 721de2ec-8733-4bed-86b8-717f51045ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11311 | 2024.06.22 01:37:30.261687 [ 3 ] {} <Trace> HTTP-Session: 721de2ec-8733-4bed-86b8-717f51045ff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11312 | 2024.06.22 01:37:30.261812 [ 3 ] {0c318e71-fd68-4ad8-ba4c-487ee05cc098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11313 | 2024.06.22 01:37:30.261857 [ 3 ] {0c318e71-fd68-4ad8-ba4c-487ee05cc098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11314 | 2024.06.22 01:37:30.262004 [ 3 ] {0c318e71-fd68-4ad8-ba4c-487ee05cc098} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11315 | 2024.06.22 01:37:30.262403 [ 3 ] {0c318e71-fd68-4ad8-ba4c-487ee05cc098} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11316 | 2024.06.22 01:37:30.262439 [ 3 ] {0c318e71-fd68-4ad8-ba4c-487ee05cc098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11317 | 2024.06.22 01:37:30.262753 [ 3 ] {0c318e71-fd68-4ad8-ba4c-487ee05cc098} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11318 | 2024.06.22 01:37:30.263063 [ 3 ] {0c318e71-fd68-4ad8-ba4c-487ee05cc098} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11319 | 2024.06.22 01:37:30.263189 [ 3 ] {0c318e71-fd68-4ad8-ba4c-487ee05cc098} <Debug> executeQuery: Read 70 rows, 5.63 KiB in 0.001422 sec., 49226.44163150492 rows/sec., 3.86 MiB/sec. | ||
11320 | 2024.06.22 01:37:30.263361 [ 3 ] {0c318e71-fd68-4ad8-ba4c-487ee05cc098} <Debug> DynamicQueryHandler: Done processing query | ||
11321 | 2024.06.22 01:37:30.263387 [ 3 ] {0c318e71-fd68-4ad8-ba4c-487ee05cc098} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11322 | 2024.06.22 01:37:30.263404 [ 3 ] {} <Debug> HTTP-Session: 721de2ec-8733-4bed-86b8-717f51045ff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11323 | 2024.06.22 01:37:30.263512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11324 | 2024.06.22 01:37:30.263563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11325 | 2024.06.22 01:37:30.263583 [ 3 ] {} <Debug> HTTP-Session: b5919cdc-71eb-4e41-9d79-cd6bb317ef19 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11326 | 2024.06.22 01:37:30.263599 [ 3 ] {} <Debug> HTTP-Session: b5919cdc-71eb-4e41-9d79-cd6bb317ef19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11327 | 2024.06.22 01:37:30.263613 [ 3 ] {} <Debug> HTTP-Session: b5919cdc-71eb-4e41-9d79-cd6bb317ef19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11328 | 2024.06.22 01:37:30.263644 [ 3 ] {} <Trace> HTTP-Session: b5919cdc-71eb-4e41-9d79-cd6bb317ef19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11329 | 2024.06.22 01:37:30.263740 [ 3 ] {c76ed839-d3a7-470c-9828-2b9cc1558a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11330 | 2024.06.22 01:37:30.263783 [ 3 ] {c76ed839-d3a7-470c-9828-2b9cc1558a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11331 | 2024.06.22 01:37:30.263911 [ 3 ] {c76ed839-d3a7-470c-9828-2b9cc1558a95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11332 | 2024.06.22 01:37:30.264195 [ 3 ] {c76ed839-d3a7-470c-9828-2b9cc1558a95} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11333 | 2024.06.22 01:37:30.264231 [ 3 ] {c76ed839-d3a7-470c-9828-2b9cc1558a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11334 | 2024.06.22 01:37:30.264547 [ 3 ] {c76ed839-d3a7-470c-9828-2b9cc1558a95} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11335 | 2024.06.22 01:37:30.264856 [ 3 ] {c76ed839-d3a7-470c-9828-2b9cc1558a95} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11336 | 2024.06.22 01:37:30.264996 [ 3 ] {c76ed839-d3a7-470c-9828-2b9cc1558a95} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001282 sec., 3120.1248049921996 rows/sec., 217.86 KiB/sec. | ||
11337 | 2024.06.22 01:37:30.265160 [ 3 ] {c76ed839-d3a7-470c-9828-2b9cc1558a95} <Debug> DynamicQueryHandler: Done processing query | ||
11338 | 2024.06.22 01:37:30.265184 [ 3 ] {c76ed839-d3a7-470c-9828-2b9cc1558a95} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11339 | 2024.06.22 01:37:30.265201 [ 3 ] {} <Debug> HTTP-Session: b5919cdc-71eb-4e41-9d79-cd6bb317ef19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11340 | 2024.06.22 01:37:30.265327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 12250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11341 | 2024.06.22 01:37:30.265376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11342 | 2024.06.22 01:37:30.265396 [ 3 ] {} <Debug> HTTP-Session: faf1d669-099c-406d-993a-dccf8e203cfb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11343 | 2024.06.22 01:37:30.265413 [ 3 ] {} <Debug> HTTP-Session: faf1d669-099c-406d-993a-dccf8e203cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11344 | 2024.06.22 01:37:30.265427 [ 3 ] {} <Debug> HTTP-Session: faf1d669-099c-406d-993a-dccf8e203cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11345 | 2024.06.22 01:37:30.265458 [ 3 ] {} <Trace> HTTP-Session: faf1d669-099c-406d-993a-dccf8e203cfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11346 | 2024.06.22 01:37:30.265580 [ 3 ] {f5cc6d69-abb8-4043-bcf5-b12627933ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11347 | 2024.06.22 01:37:30.265622 [ 3 ] {f5cc6d69-abb8-4043-bcf5-b12627933ae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11348 | 2024.06.22 01:37:30.265752 [ 3 ] {f5cc6d69-abb8-4043-bcf5-b12627933ae4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11349 | 2024.06.22 01:37:30.266089 [ 3 ] {f5cc6d69-abb8-4043-bcf5-b12627933ae4} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11350 | 2024.06.22 01:37:30.266126 [ 3 ] {f5cc6d69-abb8-4043-bcf5-b12627933ae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11351 | 2024.06.22 01:37:30.266443 [ 3 ] {f5cc6d69-abb8-4043-bcf5-b12627933ae4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11352 | 2024.06.22 01:37:30.266756 [ 3 ] {f5cc6d69-abb8-4043-bcf5-b12627933ae4} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11353 | 2024.06.22 01:37:30.266884 [ 3 ] {f5cc6d69-abb8-4043-bcf5-b12627933ae4} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00135 sec., 53333.33333333333 rows/sec., 4.17 MiB/sec. | ||
11354 | 2024.06.22 01:37:30.267066 [ 3 ] {f5cc6d69-abb8-4043-bcf5-b12627933ae4} <Debug> DynamicQueryHandler: Done processing query | ||
11355 | 2024.06.22 01:37:30.267103 [ 3 ] {f5cc6d69-abb8-4043-bcf5-b12627933ae4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11356 | 2024.06.22 01:37:30.267134 [ 3 ] {} <Debug> HTTP-Session: faf1d669-099c-406d-993a-dccf8e203cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11357 | 2024.06.22 01:37:30.267302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11358 | 2024.06.22 01:37:30.267351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11359 | 2024.06.22 01:37:30.267370 [ 3 ] {} <Debug> HTTP-Session: 18f77953-6e2e-4a46-a2e9-a37becaa4c4a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11360 | 2024.06.22 01:37:30.267387 [ 3 ] {} <Debug> HTTP-Session: 18f77953-6e2e-4a46-a2e9-a37becaa4c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11361 | 2024.06.22 01:37:30.267402 [ 3 ] {} <Debug> HTTP-Session: 18f77953-6e2e-4a46-a2e9-a37becaa4c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11362 | 2024.06.22 01:37:30.267433 [ 3 ] {} <Trace> HTTP-Session: 18f77953-6e2e-4a46-a2e9-a37becaa4c4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11363 | 2024.06.22 01:37:30.267580 [ 3 ] {c64ab2db-2c83-483b-9a9b-6ca5481f0957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11364 | 2024.06.22 01:37:30.267628 [ 3 ] {c64ab2db-2c83-483b-9a9b-6ca5481f0957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11365 | 2024.06.22 01:37:30.267773 [ 3 ] {c64ab2db-2c83-483b-9a9b-6ca5481f0957} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11366 | 2024.06.22 01:37:30.268170 [ 3 ] {c64ab2db-2c83-483b-9a9b-6ca5481f0957} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11367 | 2024.06.22 01:37:30.268206 [ 3 ] {c64ab2db-2c83-483b-9a9b-6ca5481f0957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11368 | 2024.06.22 01:37:30.268607 [ 3 ] {c64ab2db-2c83-483b-9a9b-6ca5481f0957} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11369 | 2024.06.22 01:37:30.268955 [ 3 ] {c64ab2db-2c83-483b-9a9b-6ca5481f0957} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11370 | 2024.06.22 01:37:30.269085 [ 3 ] {c64ab2db-2c83-483b-9a9b-6ca5481f0957} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001574 sec., 102922.49047013976 rows/sec., 7.17 MiB/sec. | ||
11371 | 2024.06.22 01:37:30.269256 [ 3 ] {c64ab2db-2c83-483b-9a9b-6ca5481f0957} <Debug> DynamicQueryHandler: Done processing query | ||
11372 | 2024.06.22 01:37:30.269281 [ 3 ] {c64ab2db-2c83-483b-9a9b-6ca5481f0957} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11373 | 2024.06.22 01:37:30.269298 [ 3 ] {} <Debug> HTTP-Session: 18f77953-6e2e-4a46-a2e9-a37becaa4c4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11374 | 2024.06.22 01:37:30.269411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11375 | 2024.06.22 01:37:30.269460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11376 | 2024.06.22 01:37:30.269479 [ 3 ] {} <Debug> HTTP-Session: f27159a5-20bd-4ee0-9c0e-0b6d188bfc1b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11377 | 2024.06.22 01:37:30.269495 [ 3 ] {} <Debug> HTTP-Session: f27159a5-20bd-4ee0-9c0e-0b6d188bfc1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11378 | 2024.06.22 01:37:30.269508 [ 3 ] {} <Debug> HTTP-Session: f27159a5-20bd-4ee0-9c0e-0b6d188bfc1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11379 | 2024.06.22 01:37:30.269539 [ 3 ] {} <Trace> HTTP-Session: f27159a5-20bd-4ee0-9c0e-0b6d188bfc1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11380 | 2024.06.22 01:37:30.269671 [ 3 ] {7676ab55-0ca6-4714-b5c8-ce2cb7b5d8d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11381 | 2024.06.22 01:37:30.269719 [ 3 ] {7676ab55-0ca6-4714-b5c8-ce2cb7b5d8d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11382 | 2024.06.22 01:37:30.269878 [ 3 ] {7676ab55-0ca6-4714-b5c8-ce2cb7b5d8d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11383 | 2024.06.22 01:37:30.270268 [ 3 ] {7676ab55-0ca6-4714-b5c8-ce2cb7b5d8d4} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11384 | 2024.06.22 01:37:30.270303 [ 3 ] {7676ab55-0ca6-4714-b5c8-ce2cb7b5d8d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11385 | 2024.06.22 01:37:30.270705 [ 3 ] {7676ab55-0ca6-4714-b5c8-ce2cb7b5d8d4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11386 | 2024.06.22 01:37:30.271051 [ 3 ] {7676ab55-0ca6-4714-b5c8-ce2cb7b5d8d4} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11387 | 2024.06.22 01:37:30.271193 [ 3 ] {7676ab55-0ca6-4714-b5c8-ce2cb7b5d8d4} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001577 sec., 2536.461636017755 rows/sec., 3.42 MiB/sec. | ||
11388 | 2024.06.22 01:37:30.271432 [ 3 ] {7676ab55-0ca6-4714-b5c8-ce2cb7b5d8d4} <Debug> DynamicQueryHandler: Done processing query | ||
11389 | 2024.06.22 01:37:30.271468 [ 3 ] {7676ab55-0ca6-4714-b5c8-ce2cb7b5d8d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11390 | 2024.06.22 01:37:30.271503 [ 3 ] {} <Debug> HTTP-Session: f27159a5-20bd-4ee0-9c0e-0b6d188bfc1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11391 | 2024.06.22 01:37:30.271673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11392 | 2024.06.22 01:37:30.271723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11393 | 2024.06.22 01:37:30.271742 [ 3 ] {} <Debug> HTTP-Session: 35ff2c6d-53d3-479d-b993-8a0895d483ea Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11394 | 2024.06.22 01:37:30.271758 [ 3 ] {} <Debug> HTTP-Session: 35ff2c6d-53d3-479d-b993-8a0895d483ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11395 | 2024.06.22 01:37:30.271772 [ 3 ] {} <Debug> HTTP-Session: 35ff2c6d-53d3-479d-b993-8a0895d483ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11396 | 2024.06.22 01:37:30.271802 [ 3 ] {} <Trace> HTTP-Session: 35ff2c6d-53d3-479d-b993-8a0895d483ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11397 | 2024.06.22 01:37:30.271928 [ 3 ] {19b503ea-5d6c-4e9f-9afd-14469a109b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11398 | 2024.06.22 01:37:30.271972 [ 3 ] {19b503ea-5d6c-4e9f-9afd-14469a109b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11399 | 2024.06.22 01:37:30.272115 [ 3 ] {19b503ea-5d6c-4e9f-9afd-14469a109b3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11400 | 2024.06.22 01:37:30.272413 [ 3 ] {19b503ea-5d6c-4e9f-9afd-14469a109b3c} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11401 | 2024.06.22 01:37:30.272450 [ 3 ] {19b503ea-5d6c-4e9f-9afd-14469a109b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11402 | 2024.06.22 01:37:30.272808 [ 3 ] {19b503ea-5d6c-4e9f-9afd-14469a109b3c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11403 | 2024.06.22 01:37:30.273135 [ 3 ] {19b503ea-5d6c-4e9f-9afd-14469a109b3c} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11404 | 2024.06.22 01:37:30.273290 [ 3 ] {19b503ea-5d6c-4e9f-9afd-14469a109b3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
11405 | 2024.06.22 01:37:30.273461 [ 3 ] {19b503ea-5d6c-4e9f-9afd-14469a109b3c} <Debug> DynamicQueryHandler: Done processing query | ||
11406 | 2024.06.22 01:37:30.273485 [ 3 ] {19b503ea-5d6c-4e9f-9afd-14469a109b3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11407 | 2024.06.22 01:37:30.273502 [ 3 ] {} <Debug> HTTP-Session: 35ff2c6d-53d3-479d-b993-8a0895d483ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11408 | 2024.06.22 01:37:33.818998 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11409 | 2024.06.22 01:37:33.819066 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11410 | 2024.06.22 01:37:35.259319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11411 | 2024.06.22 01:37:35.259467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11412 | 2024.06.22 01:37:35.259508 [ 3 ] {} <Debug> HTTP-Session: 569c7dc2-2473-49f5-b4df-43ea71473cd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11413 | 2024.06.22 01:37:35.259545 [ 3 ] {} <Debug> HTTP-Session: 569c7dc2-2473-49f5-b4df-43ea71473cd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11414 | 2024.06.22 01:37:35.259571 [ 3 ] {} <Debug> HTTP-Session: 569c7dc2-2473-49f5-b4df-43ea71473cd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11415 | 2024.06.22 01:37:35.259644 [ 3 ] {} <Trace> HTTP-Session: 569c7dc2-2473-49f5-b4df-43ea71473cd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11416 | 2024.06.22 01:37:35.259928 [ 3 ] {ad65e77d-a920-403c-8c9a-1776a59e4924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11417 | 2024.06.22 01:37:35.260013 [ 3 ] {ad65e77d-a920-403c-8c9a-1776a59e4924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11418 | 2024.06.22 01:37:35.260202 [ 3 ] {ad65e77d-a920-403c-8c9a-1776a59e4924} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11419 | 2024.06.22 01:37:35.260679 [ 3 ] {ad65e77d-a920-403c-8c9a-1776a59e4924} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11420 | 2024.06.22 01:37:35.260722 [ 3 ] {ad65e77d-a920-403c-8c9a-1776a59e4924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11421 | 2024.06.22 01:37:35.261107 [ 3 ] {ad65e77d-a920-403c-8c9a-1776a59e4924} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11422 | 2024.06.22 01:37:35.261453 [ 3 ] {ad65e77d-a920-403c-8c9a-1776a59e4924} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11423 | 2024.06.22 01:37:35.261627 [ 3 ] {ad65e77d-a920-403c-8c9a-1776a59e4924} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001788 sec., 25167.78523489933 rows/sec., 1.99 MiB/sec. | ||
11424 | 2024.06.22 01:37:35.261634 [ 109 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 6 parts from all_1_48_10 to all_53_53_0 | ||
11425 | 2024.06.22 01:37:35.261731 [ 109 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11426 | 2024.06.22 01:37:35.261787 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11427 | 2024.06.22 01:37:35.261950 [ 3 ] {ad65e77d-a920-403c-8c9a-1776a59e4924} <Debug> DynamicQueryHandler: Done processing query | ||
11428 | 2024.06.22 01:37:35.262035 [ 3 ] {ad65e77d-a920-403c-8c9a-1776a59e4924} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11429 | 2024.06.22 01:37:35.262140 [ 3 ] {} <Debug> HTTP-Session: 569c7dc2-2473-49f5-b4df-43ea71473cd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11430 | 2024.06.22 01:37:35.262250 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_48_10 to all_53_53_0 into Compact with storage Full | ||
11431 | 2024.06.22 01:37:35.262536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11432 | 2024.06.22 01:37:35.262799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11433 | 2024.06.22 01:37:35.262907 [ 3 ] {} <Debug> HTTP-Session: 04d5de49-0a62-49f8-8583-8fb34a8c0755 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11434 | 2024.06.22 01:37:35.262927 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11435 | 2024.06.22 01:37:35.262940 [ 3 ] {} <Debug> HTTP-Session: 04d5de49-0a62-49f8-8583-8fb34a8c0755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11436 | 2024.06.22 01:37:35.262985 [ 3 ] {} <Debug> HTTP-Session: 04d5de49-0a62-49f8-8583-8fb34a8c0755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11437 | 2024.06.22 01:37:35.262989 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 49 rows starting from the beginning of the part | ||
11438 | 2024.06.22 01:37:35.263061 [ 3 ] {} <Trace> HTTP-Session: 04d5de49-0a62-49f8-8583-8fb34a8c0755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11439 | 2024.06.22 01:37:35.263192 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 45 rows starting from the beginning of the part | ||
11440 | 2024.06.22 01:37:35.263473 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part | ||
11441 | 2024.06.22 01:37:35.263495 [ 3 ] {f1845e0c-7914-4927-8919-815920ad8192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11442 | 2024.06.22 01:37:35.263762 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 45 rows starting from the beginning of the part | ||
11443 | 2024.06.22 01:37:35.263802 [ 3 ] {f1845e0c-7914-4927-8919-815920ad8192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11444 | 2024.06.22 01:37:35.264047 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part | ||
11445 | 2024.06.22 01:37:35.264410 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 45 rows starting from the beginning of the part | ||
11446 | 2024.06.22 01:37:35.265025 [ 3 ] {f1845e0c-7914-4927-8919-815920ad8192} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11447 | 2024.06.22 01:37:35.265806 [ 3 ] {f1845e0c-7914-4927-8919-815920ad8192} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11448 | 2024.06.22 01:37:35.265873 [ 3 ] {f1845e0c-7914-4927-8919-815920ad8192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11449 | 2024.06.22 01:37:35.266755 [ 3 ] {f1845e0c-7914-4927-8919-815920ad8192} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11450 | 2024.06.22 01:37:35.267271 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 4 columns (4 merged, 0 gathered) in 0.005372346 sec., 35738.57677818964 rows/sec., 2.83 MiB/sec. | ||
11451 | 2024.06.22 01:37:35.267457 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Trace> MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) | ||
11452 | 2024.06.22 01:37:35.267629 [ 3 ] {f1845e0c-7914-4927-8919-815920ad8192} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11453 | 2024.06.22 01:37:35.268069 [ 3 ] {f1845e0c-7914-4927-8919-815920ad8192} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004788 sec., 417.7109440267335 rows/sec., 34.06 KiB/sec. | ||
11454 | 2024.06.22 01:37:35.268403 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11455 | 2024.06.22 01:37:35.268423 [ 3 ] {f1845e0c-7914-4927-8919-815920ad8192} <Debug> DynamicQueryHandler: Done processing query | ||
11456 | 2024.06.22 01:37:35.268479 [ 3 ] {f1845e0c-7914-4927-8919-815920ad8192} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11457 | 2024.06.22 01:37:35.268530 [ 3 ] {} <Debug> HTTP-Session: 04d5de49-0a62-49f8-8583-8fb34a8c0755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11458 | 2024.06.22 01:37:35.268595 [ 198 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_53_11} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 6 parts: [all_1_48_10, all_53_53_0] -> all_1_53_11 | ||
11459 | 2024.06.22 01:37:35.268718 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11460 | 2024.06.22 01:37:35.268734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 28401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11461 | 2024.06.22 01:37:35.268808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11462 | 2024.06.22 01:37:35.268827 [ 3 ] {} <Debug> HTTP-Session: a486aecb-abc9-4f72-9539-40f195123331 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11463 | 2024.06.22 01:37:35.268844 [ 3 ] {} <Debug> HTTP-Session: a486aecb-abc9-4f72-9539-40f195123331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11464 | 2024.06.22 01:37:35.268858 [ 3 ] {} <Debug> HTTP-Session: a486aecb-abc9-4f72-9539-40f195123331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11465 | 2024.06.22 01:37:35.268890 [ 3 ] {} <Trace> HTTP-Session: a486aecb-abc9-4f72-9539-40f195123331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11466 | 2024.06.22 01:37:35.269055 [ 3 ] {6c4274d1-4c15-4f4a-9068-8e55d67b2d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11467 | 2024.06.22 01:37:35.269100 [ 3 ] {6c4274d1-4c15-4f4a-9068-8e55d67b2d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11468 | 2024.06.22 01:37:35.269251 [ 3 ] {6c4274d1-4c15-4f4a-9068-8e55d67b2d35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11469 | 2024.06.22 01:37:35.269710 [ 3 ] {6c4274d1-4c15-4f4a-9068-8e55d67b2d35} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11470 | 2024.06.22 01:37:35.269748 [ 3 ] {6c4274d1-4c15-4f4a-9068-8e55d67b2d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11471 | 2024.06.22 01:37:35.270079 [ 3 ] {6c4274d1-4c15-4f4a-9068-8e55d67b2d35} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11472 | 2024.06.22 01:37:35.270398 [ 3 ] {6c4274d1-4c15-4f4a-9068-8e55d67b2d35} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11473 | 2024.06.22 01:37:35.270558 [ 3 ] {6c4274d1-4c15-4f4a-9068-8e55d67b2d35} <Debug> executeQuery: Read 192 rows, 16.72 KiB in 0.00157 sec., 122292.99363057326 rows/sec., 10.40 MiB/sec. | ||
11474 | 2024.06.22 01:37:35.270808 [ 3 ] {6c4274d1-4c15-4f4a-9068-8e55d67b2d35} <Debug> DynamicQueryHandler: Done processing query | ||
11475 | 2024.06.22 01:37:35.270872 [ 3 ] {6c4274d1-4c15-4f4a-9068-8e55d67b2d35} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11476 | 2024.06.22 01:37:35.270925 [ 3 ] {} <Debug> HTTP-Session: a486aecb-abc9-4f72-9539-40f195123331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11477 | 2024.06.22 01:37:35.271105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11478 | 2024.06.22 01:37:35.271159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11479 | 2024.06.22 01:37:35.271179 [ 3 ] {} <Debug> HTTP-Session: 72a2bca6-4fec-436e-b536-7793284ccc40 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11480 | 2024.06.22 01:37:35.271196 [ 3 ] {} <Debug> HTTP-Session: 72a2bca6-4fec-436e-b536-7793284ccc40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11481 | 2024.06.22 01:37:35.271210 [ 3 ] {} <Debug> HTTP-Session: 72a2bca6-4fec-436e-b536-7793284ccc40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11482 | 2024.06.22 01:37:35.271243 [ 3 ] {} <Trace> HTTP-Session: 72a2bca6-4fec-436e-b536-7793284ccc40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11483 | 2024.06.22 01:37:35.271342 [ 3 ] {dec49f92-780d-4024-b4ec-1f1a76e8a085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11484 | 2024.06.22 01:37:35.271387 [ 3 ] {dec49f92-780d-4024-b4ec-1f1a76e8a085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11485 | 2024.06.22 01:37:35.271536 [ 3 ] {dec49f92-780d-4024-b4ec-1f1a76e8a085} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11486 | 2024.06.22 01:37:35.271822 [ 3 ] {dec49f92-780d-4024-b4ec-1f1a76e8a085} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11487 | 2024.06.22 01:37:35.271859 [ 3 ] {dec49f92-780d-4024-b4ec-1f1a76e8a085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11488 | 2024.06.22 01:37:35.272167 [ 3 ] {dec49f92-780d-4024-b4ec-1f1a76e8a085} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11489 | 2024.06.22 01:37:35.272504 [ 3 ] {dec49f92-780d-4024-b4ec-1f1a76e8a085} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11490 | 2024.06.22 01:37:35.272655 [ 3 ] {dec49f92-780d-4024-b4ec-1f1a76e8a085} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001339 sec., 1493.6519790888724 rows/sec., 104.29 KiB/sec. | ||
11491 | 2024.06.22 01:37:35.272825 [ 3 ] {dec49f92-780d-4024-b4ec-1f1a76e8a085} <Debug> DynamicQueryHandler: Done processing query | ||
11492 | 2024.06.22 01:37:35.272849 [ 3 ] {dec49f92-780d-4024-b4ec-1f1a76e8a085} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11493 | 2024.06.22 01:37:35.272866 [ 3 ] {} <Debug> HTTP-Session: 72a2bca6-4fec-436e-b536-7793284ccc40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11494 | 2024.06.22 01:37:35.273001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 18856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11495 | 2024.06.22 01:37:35.273050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11496 | 2024.06.22 01:37:35.273069 [ 3 ] {} <Debug> HTTP-Session: 0f1f389e-96d5-49ec-8af8-c91a92890563 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11497 | 2024.06.22 01:37:35.273084 [ 3 ] {} <Debug> HTTP-Session: 0f1f389e-96d5-49ec-8af8-c91a92890563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11498 | 2024.06.22 01:37:35.273098 [ 3 ] {} <Debug> HTTP-Session: 0f1f389e-96d5-49ec-8af8-c91a92890563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11499 | 2024.06.22 01:37:35.273128 [ 3 ] {} <Trace> HTTP-Session: 0f1f389e-96d5-49ec-8af8-c91a92890563 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11500 | 2024.06.22 01:37:35.273262 [ 3 ] {560f817e-7553-433c-aea3-a45024ff68cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11501 | 2024.06.22 01:37:35.273305 [ 3 ] {560f817e-7553-433c-aea3-a45024ff68cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11502 | 2024.06.22 01:37:35.273437 [ 3 ] {560f817e-7553-433c-aea3-a45024ff68cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11503 | 2024.06.22 01:37:35.273794 [ 3 ] {560f817e-7553-433c-aea3-a45024ff68cb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11504 | 2024.06.22 01:37:35.273830 [ 3 ] {560f817e-7553-433c-aea3-a45024ff68cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11505 | 2024.06.22 01:37:35.274161 [ 3 ] {560f817e-7553-433c-aea3-a45024ff68cb} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11506 | 2024.06.22 01:37:35.274471 [ 3 ] {560f817e-7553-433c-aea3-a45024ff68cb} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11507 | 2024.06.22 01:37:35.274639 [ 3 ] {560f817e-7553-433c-aea3-a45024ff68cb} <Debug> executeQuery: Read 111 rows, 8.88 KiB in 0.001425 sec., 77894.73684210527 rows/sec., 6.09 MiB/sec. | ||
11508 | 2024.06.22 01:37:35.274810 [ 3 ] {560f817e-7553-433c-aea3-a45024ff68cb} <Debug> DynamicQueryHandler: Done processing query | ||
11509 | 2024.06.22 01:37:35.274835 [ 3 ] {560f817e-7553-433c-aea3-a45024ff68cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11510 | 2024.06.22 01:37:35.274851 [ 3 ] {} <Debug> HTTP-Session: 0f1f389e-96d5-49ec-8af8-c91a92890563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11511 | 2024.06.22 01:37:35.274998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11512 | 2024.06.22 01:37:35.275047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11513 | 2024.06.22 01:37:35.275066 [ 3 ] {} <Debug> HTTP-Session: 3808038f-8dae-4e20-9736-e36b3a164b52 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11514 | 2024.06.22 01:37:35.275082 [ 3 ] {} <Debug> HTTP-Session: 3808038f-8dae-4e20-9736-e36b3a164b52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11515 | 2024.06.22 01:37:35.275096 [ 3 ] {} <Debug> HTTP-Session: 3808038f-8dae-4e20-9736-e36b3a164b52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11516 | 2024.06.22 01:37:35.275126 [ 3 ] {} <Trace> HTTP-Session: 3808038f-8dae-4e20-9736-e36b3a164b52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11517 | 2024.06.22 01:37:35.275271 [ 3 ] {a7928831-6865-43e0-960a-793d44e30f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11518 | 2024.06.22 01:37:35.275317 [ 3 ] {a7928831-6865-43e0-960a-793d44e30f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11519 | 2024.06.22 01:37:35.275463 [ 3 ] {a7928831-6865-43e0-960a-793d44e30f11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11520 | 2024.06.22 01:37:35.275842 [ 3 ] {a7928831-6865-43e0-960a-793d44e30f11} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11521 | 2024.06.22 01:37:35.275877 [ 3 ] {a7928831-6865-43e0-960a-793d44e30f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11522 | 2024.06.22 01:37:35.276265 [ 3 ] {a7928831-6865-43e0-960a-793d44e30f11} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11523 | 2024.06.22 01:37:35.276605 [ 3 ] {a7928831-6865-43e0-960a-793d44e30f11} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11524 | 2024.06.22 01:37:35.276778 [ 3 ] {a7928831-6865-43e0-960a-793d44e30f11} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001561 sec., 103139.01345291479 rows/sec., 7.18 MiB/sec. | ||
11525 | 2024.06.22 01:37:35.276952 [ 3 ] {a7928831-6865-43e0-960a-793d44e30f11} <Debug> DynamicQueryHandler: Done processing query | ||
11526 | 2024.06.22 01:37:35.276976 [ 3 ] {a7928831-6865-43e0-960a-793d44e30f11} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11527 | 2024.06.22 01:37:35.276993 [ 3 ] {} <Debug> HTTP-Session: 3808038f-8dae-4e20-9736-e36b3a164b52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11528 | 2024.06.22 01:37:35.277167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11529 | 2024.06.22 01:37:35.277216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11530 | 2024.06.22 01:37:35.277236 [ 3 ] {} <Debug> HTTP-Session: 36b17cdd-c42d-4f41-bd2c-7e8a8b428699 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11531 | 2024.06.22 01:37:35.277252 [ 3 ] {} <Debug> HTTP-Session: 36b17cdd-c42d-4f41-bd2c-7e8a8b428699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11532 | 2024.06.22 01:37:35.277265 [ 3 ] {} <Debug> HTTP-Session: 36b17cdd-c42d-4f41-bd2c-7e8a8b428699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11533 | 2024.06.22 01:37:35.277295 [ 3 ] {} <Trace> HTTP-Session: 36b17cdd-c42d-4f41-bd2c-7e8a8b428699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11534 | 2024.06.22 01:37:35.277613 [ 3 ] {341fd7a3-70b8-4bbc-97e5-0d2996a8293d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11535 | 2024.06.22 01:37:35.277663 [ 3 ] {341fd7a3-70b8-4bbc-97e5-0d2996a8293d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11536 | 2024.06.22 01:37:35.277826 [ 3 ] {341fd7a3-70b8-4bbc-97e5-0d2996a8293d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11537 | 2024.06.22 01:37:35.278419 [ 3 ] {341fd7a3-70b8-4bbc-97e5-0d2996a8293d} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11538 | 2024.06.22 01:37:35.278454 [ 3 ] {341fd7a3-70b8-4bbc-97e5-0d2996a8293d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11539 | 2024.06.22 01:37:35.278880 [ 3 ] {341fd7a3-70b8-4bbc-97e5-0d2996a8293d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11540 | 2024.06.22 01:37:35.279247 [ 3 ] {341fd7a3-70b8-4bbc-97e5-0d2996a8293d} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11541 | 2024.06.22 01:37:35.279385 [ 3 ] {341fd7a3-70b8-4bbc-97e5-0d2996a8293d} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.001995 sec., 22556.39097744361 rows/sec., 30.44 MiB/sec. | ||
11542 | 2024.06.22 01:37:35.279562 [ 3 ] {341fd7a3-70b8-4bbc-97e5-0d2996a8293d} <Debug> DynamicQueryHandler: Done processing query | ||
11543 | 2024.06.22 01:37:35.279586 [ 3 ] {341fd7a3-70b8-4bbc-97e5-0d2996a8293d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11544 | 2024.06.22 01:37:35.279602 [ 3 ] {} <Debug> HTTP-Session: 36b17cdd-c42d-4f41-bd2c-7e8a8b428699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11545 | 2024.06.22 01:37:35.279742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11546 | 2024.06.22 01:37:35.279791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11547 | 2024.06.22 01:37:35.279811 [ 3 ] {} <Debug> HTTP-Session: 2bbb5bfb-7f7f-43c0-bee9-2649fbf610b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11548 | 2024.06.22 01:37:35.279827 [ 3 ] {} <Debug> HTTP-Session: 2bbb5bfb-7f7f-43c0-bee9-2649fbf610b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11549 | 2024.06.22 01:37:35.279841 [ 3 ] {} <Debug> HTTP-Session: 2bbb5bfb-7f7f-43c0-bee9-2649fbf610b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11550 | 2024.06.22 01:37:35.279872 [ 3 ] {} <Trace> HTTP-Session: 2bbb5bfb-7f7f-43c0-bee9-2649fbf610b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11551 | 2024.06.22 01:37:35.280000 [ 3 ] {ca1c94a5-77bb-483e-8d9d-37c7f5825e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11552 | 2024.06.22 01:37:35.280044 [ 3 ] {ca1c94a5-77bb-483e-8d9d-37c7f5825e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11553 | 2024.06.22 01:37:35.280172 [ 3 ] {ca1c94a5-77bb-483e-8d9d-37c7f5825e65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11554 | 2024.06.22 01:37:35.280459 [ 3 ] {ca1c94a5-77bb-483e-8d9d-37c7f5825e65} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11555 | 2024.06.22 01:37:35.280495 [ 3 ] {ca1c94a5-77bb-483e-8d9d-37c7f5825e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11556 | 2024.06.22 01:37:35.280856 [ 3 ] {ca1c94a5-77bb-483e-8d9d-37c7f5825e65} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11557 | 2024.06.22 01:37:35.281180 [ 3 ] {ca1c94a5-77bb-483e-8d9d-37c7f5825e65} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11558 | 2024.06.22 01:37:35.281324 [ 3 ] {ca1c94a5-77bb-483e-8d9d-37c7f5825e65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
11559 | 2024.06.22 01:37:35.281497 [ 3 ] {ca1c94a5-77bb-483e-8d9d-37c7f5825e65} <Debug> DynamicQueryHandler: Done processing query | ||
11560 | 2024.06.22 01:37:35.281522 [ 3 ] {ca1c94a5-77bb-483e-8d9d-37c7f5825e65} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11561 | 2024.06.22 01:37:35.281538 [ 3 ] {} <Debug> HTTP-Session: 2bbb5bfb-7f7f-43c0-bee9-2649fbf610b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11562 | 2024.06.22 01:37:40.257556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11563 | 2024.06.22 01:37:40.257739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11564 | 2024.06.22 01:37:40.257783 [ 3 ] {} <Debug> HTTP-Session: cd75beaa-d60e-4cbf-9e74-3b854ef4b0c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11565 | 2024.06.22 01:37:40.257822 [ 3 ] {} <Debug> HTTP-Session: cd75beaa-d60e-4cbf-9e74-3b854ef4b0c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11566 | 2024.06.22 01:37:40.257851 [ 3 ] {} <Debug> HTTP-Session: cd75beaa-d60e-4cbf-9e74-3b854ef4b0c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11567 | 2024.06.22 01:37:40.257929 [ 3 ] {} <Trace> HTTP-Session: cd75beaa-d60e-4cbf-9e74-3b854ef4b0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11568 | 2024.06.22 01:37:40.258174 [ 3 ] {276a6e87-59db-49dd-98a7-054cdab787f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11569 | 2024.06.22 01:37:40.258237 [ 3 ] {276a6e87-59db-49dd-98a7-054cdab787f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11570 | 2024.06.22 01:37:40.258423 [ 3 ] {276a6e87-59db-49dd-98a7-054cdab787f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11571 | 2024.06.22 01:37:40.258901 [ 3 ] {276a6e87-59db-49dd-98a7-054cdab787f9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11572 | 2024.06.22 01:37:40.258940 [ 3 ] {276a6e87-59db-49dd-98a7-054cdab787f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11573 | 2024.06.22 01:37:40.259307 [ 3 ] {276a6e87-59db-49dd-98a7-054cdab787f9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11574 | 2024.06.22 01:37:40.259647 [ 3 ] {276a6e87-59db-49dd-98a7-054cdab787f9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11575 | 2024.06.22 01:37:40.259796 [ 3 ] {276a6e87-59db-49dd-98a7-054cdab787f9} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001675 sec., 2388.0597014925374 rows/sec., 193.56 KiB/sec. | ||
11576 | 2024.06.22 01:37:40.260031 [ 3 ] {276a6e87-59db-49dd-98a7-054cdab787f9} <Debug> DynamicQueryHandler: Done processing query | ||
11577 | 2024.06.22 01:37:40.260058 [ 3 ] {276a6e87-59db-49dd-98a7-054cdab787f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11578 | 2024.06.22 01:37:40.260075 [ 3 ] {} <Debug> HTTP-Session: cd75beaa-d60e-4cbf-9e74-3b854ef4b0c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11579 | 2024.06.22 01:37:40.260252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11580 | 2024.06.22 01:37:40.260307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11581 | 2024.06.22 01:37:40.260327 [ 3 ] {} <Debug> HTTP-Session: e496afa2-d91b-434d-8789-b875ca59a4a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11582 | 2024.06.22 01:37:40.260344 [ 3 ] {} <Debug> HTTP-Session: e496afa2-d91b-434d-8789-b875ca59a4a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11583 | 2024.06.22 01:37:40.260358 [ 3 ] {} <Debug> HTTP-Session: e496afa2-d91b-434d-8789-b875ca59a4a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11584 | 2024.06.22 01:37:40.260390 [ 3 ] {} <Trace> HTTP-Session: e496afa2-d91b-434d-8789-b875ca59a4a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11585 | 2024.06.22 01:37:40.260520 [ 3 ] {1841b48e-4974-422f-be41-edf5264f193d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11586 | 2024.06.22 01:37:40.260566 [ 3 ] {1841b48e-4974-422f-be41-edf5264f193d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11587 | 2024.06.22 01:37:40.260702 [ 3 ] {1841b48e-4974-422f-be41-edf5264f193d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11588 | 2024.06.22 01:37:40.261058 [ 3 ] {1841b48e-4974-422f-be41-edf5264f193d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11589 | 2024.06.22 01:37:40.261095 [ 3 ] {1841b48e-4974-422f-be41-edf5264f193d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11590 | 2024.06.22 01:37:40.261438 [ 3 ] {1841b48e-4974-422f-be41-edf5264f193d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11591 | 2024.06.22 01:37:40.261746 [ 3 ] {1841b48e-4974-422f-be41-edf5264f193d} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11592 | 2024.06.22 01:37:40.261899 [ 3 ] {1841b48e-4974-422f-be41-edf5264f193d} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001426 sec., 47685.83450210379 rows/sec., 3.75 MiB/sec. | ||
11593 | 2024.06.22 01:37:40.261919 [ 95 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11594 | 2024.06.22 01:37:40.262023 [ 95 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11595 | 2024.06.22 01:37:40.262059 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11596 | 2024.06.22 01:37:40.262159 [ 3 ] {1841b48e-4974-422f-be41-edf5264f193d} <Debug> DynamicQueryHandler: Done processing query | ||
11597 | 2024.06.22 01:37:40.262218 [ 3 ] {1841b48e-4974-422f-be41-edf5264f193d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11598 | 2024.06.22 01:37:40.262270 [ 3 ] {} <Debug> HTTP-Session: e496afa2-d91b-434d-8789-b875ca59a4a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11599 | 2024.06.22 01:37:40.262324 [ 193 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
11600 | 2024.06.22 01:37:40.262497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11601 | 2024.06.22 01:37:40.262572 [ 193 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11602 | 2024.06.22 01:37:40.262591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11603 | 2024.06.22 01:37:40.262644 [ 3 ] {} <Debug> HTTP-Session: a74cd225-e81b-45d3-8d5e-552a0af2da8c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11604 | 2024.06.22 01:37:40.262645 [ 193 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 246 rows starting from the beginning of the part | ||
11605 | 2024.06.22 01:37:40.262671 [ 3 ] {} <Debug> HTTP-Session: a74cd225-e81b-45d3-8d5e-552a0af2da8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11606 | 2024.06.22 01:37:40.262712 [ 3 ] {} <Debug> HTTP-Session: a74cd225-e81b-45d3-8d5e-552a0af2da8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11607 | 2024.06.22 01:37:40.262841 [ 3 ] {} <Trace> HTTP-Session: a74cd225-e81b-45d3-8d5e-552a0af2da8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11608 | 2024.06.22 01:37:40.262895 [ 193 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 68 rows starting from the beginning of the part | ||
11609 | 2024.06.22 01:37:40.263212 [ 193 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 191 rows starting from the beginning of the part | ||
11610 | 2024.06.22 01:37:40.263475 [ 3 ] {d4017f75-c128-4729-8078-8cef074de966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11611 | 2024.06.22 01:37:40.263530 [ 193 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 70 rows starting from the beginning of the part | ||
11612 | 2024.06.22 01:37:40.263674 [ 3 ] {d4017f75-c128-4729-8078-8cef074de966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11613 | 2024.06.22 01:37:40.263768 [ 193 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 192 rows starting from the beginning of the part | ||
11614 | 2024.06.22 01:37:40.264124 [ 193 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 68 rows starting from the beginning of the part | ||
11615 | 2024.06.22 01:37:40.264850 [ 3 ] {d4017f75-c128-4729-8078-8cef074de966} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11616 | 2024.06.22 01:37:40.265646 [ 3 ] {d4017f75-c128-4729-8078-8cef074de966} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11617 | 2024.06.22 01:37:40.265709 [ 3 ] {d4017f75-c128-4729-8078-8cef074de966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11618 | 2024.06.22 01:37:40.266507 [ 3 ] {d4017f75-c128-4729-8078-8cef074de966} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11619 | 2024.06.22 01:37:40.267260 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 835 rows, containing 4 columns (4 merged, 0 gathered) in 0.005088265 sec., 164103.08818428285 rows/sec., 13.62 MiB/sec. | ||
11620 | 2024.06.22 01:37:40.267377 [ 3 ] {d4017f75-c128-4729-8078-8cef074de966} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11621 | 2024.06.22 01:37:40.267567 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11622 | 2024.06.22 01:37:40.267641 [ 95 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11623 | 2024.06.22 01:37:40.267664 [ 3 ] {d4017f75-c128-4729-8078-8cef074de966} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004475 sec., 15195.530726256984 rows/sec., 1.19 MiB/sec. | ||
11624 | 2024.06.22 01:37:40.267721 [ 95 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11625 | 2024.06.22 01:37:40.267809 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11626 | 2024.06.22 01:37:40.268217 [ 3 ] {d4017f75-c128-4729-8078-8cef074de966} <Debug> DynamicQueryHandler: Done processing query | ||
11627 | 2024.06.22 01:37:40.268231 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
11628 | 2024.06.22 01:37:40.268302 [ 3 ] {d4017f75-c128-4729-8078-8cef074de966} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11629 | 2024.06.22 01:37:40.268400 [ 3 ] {} <Debug> HTTP-Session: a74cd225-e81b-45d3-8d5e-552a0af2da8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11630 | 2024.06.22 01:37:40.268594 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11631 | 2024.06.22 01:37:40.268667 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 172 rows starting from the beginning of the part | ||
11632 | 2024.06.22 01:37:40.268734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11633 | 2024.06.22 01:37:40.268925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11634 | 2024.06.22 01:37:40.269024 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 68 rows starting from the beginning of the part | ||
11635 | 2024.06.22 01:37:40.269046 [ 3 ] {} <Debug> HTTP-Session: 22dc75f9-775c-4fef-9780-68514ed2542a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11636 | 2024.06.22 01:37:40.269140 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11637 | 2024.06.22 01:37:40.269188 [ 3 ] {} <Debug> HTTP-Session: 22dc75f9-775c-4fef-9780-68514ed2542a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11638 | 2024.06.22 01:37:40.269330 [ 3 ] {} <Debug> HTTP-Session: 22dc75f9-775c-4fef-9780-68514ed2542a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11639 | 2024.06.22 01:37:40.269569 [ 3 ] {} <Trace> HTTP-Session: 22dc75f9-775c-4fef-9780-68514ed2542a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11640 | 2024.06.22 01:37:40.269574 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 109 rows starting from the beginning of the part | ||
11641 | 2024.06.22 01:37:40.269695 [ 187 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_86_17} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11642 | 2024.06.22 01:37:40.269776 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 72 rows starting from the beginning of the part | ||
11643 | 2024.06.22 01:37:40.270218 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
11644 | 2024.06.22 01:37:40.270265 [ 3 ] {68f20726-7a32-49e2-9cff-434e86cb4e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11645 | 2024.06.22 01:37:40.270391 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 111 rows starting from the beginning of the part | ||
11646 | 2024.06.22 01:37:40.270471 [ 3 ] {68f20726-7a32-49e2-9cff-434e86cb4e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11647 | 2024.06.22 01:37:40.270636 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 68 rows starting from the beginning of the part | ||
11648 | 2024.06.22 01:37:40.271488 [ 3 ] {68f20726-7a32-49e2-9cff-434e86cb4e9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11649 | 2024.06.22 01:37:40.272554 [ 3 ] {68f20726-7a32-49e2-9cff-434e86cb4e9a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11650 | 2024.06.22 01:37:40.272635 [ 3 ] {68f20726-7a32-49e2-9cff-434e86cb4e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11651 | 2024.06.22 01:37:40.273632 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 4 columns (4 merged, 0 gathered) in 0.005667518 sec., 105866.44806421436 rows/sec., 8.27 MiB/sec. | ||
11652 | 2024.06.22 01:37:40.273705 [ 3 ] {68f20726-7a32-49e2-9cff-434e86cb4e9a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11653 | 2024.06.22 01:37:40.273804 [ 191 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11654 | 2024.06.22 01:37:40.274593 [ 3 ] {68f20726-7a32-49e2-9cff-434e86cb4e9a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11655 | 2024.06.22 01:37:40.274638 [ 187 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11656 | 2024.06.22 01:37:40.274849 [ 187 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_86_17} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11657 | 2024.06.22 01:37:40.274890 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11658 | 2024.06.22 01:37:40.274988 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11659 | 2024.06.22 01:37:40.274994 [ 3 ] {68f20726-7a32-49e2-9cff-434e86cb4e9a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005067 sec., 31576.86994276692 rows/sec., 2.20 MiB/sec. | ||
11660 | 2024.06.22 01:37:40.275068 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11661 | 2024.06.22 01:37:40.275081 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
11662 | 2024.06.22 01:37:40.275379 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
11663 | 2024.06.22 01:37:40.275493 [ 3 ] {68f20726-7a32-49e2-9cff-434e86cb4e9a} <Debug> DynamicQueryHandler: Done processing query | ||
11664 | 2024.06.22 01:37:40.275545 [ 3 ] {68f20726-7a32-49e2-9cff-434e86cb4e9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11665 | 2024.06.22 01:37:40.275595 [ 3 ] {} <Debug> HTTP-Session: 22dc75f9-775c-4fef-9780-68514ed2542a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11666 | 2024.06.22 01:37:40.275613 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11667 | 2024.06.22 01:37:40.275663 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 13234 rows starting from the beginning of the part | ||
11668 | 2024.06.22 01:37:40.275791 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
11669 | 2024.06.22 01:37:40.275860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11670 | 2024.06.22 01:37:40.275983 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
11671 | 2024.06.22 01:37:40.276036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11672 | 2024.06.22 01:37:40.276148 [ 3 ] {} <Debug> HTTP-Session: 6d9c50f1-a61d-47bf-90b7-ade9c79ee6fa Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11673 | 2024.06.22 01:37:40.276290 [ 3 ] {} <Debug> HTTP-Session: 6d9c50f1-a61d-47bf-90b7-ade9c79ee6fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11674 | 2024.06.22 01:37:40.276383 [ 3 ] {} <Debug> HTTP-Session: 6d9c50f1-a61d-47bf-90b7-ade9c79ee6fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11675 | 2024.06.22 01:37:40.276425 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 162 rows starting from the beginning of the part | ||
11676 | 2024.06.22 01:37:40.276470 [ 3 ] {} <Trace> HTTP-Session: 6d9c50f1-a61d-47bf-90b7-ade9c79ee6fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11677 | 2024.06.22 01:37:40.276645 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 161 rows starting from the beginning of the part | ||
11678 | 2024.06.22 01:37:40.276869 [ 3 ] {de801d58-6369-4265-a5f3-c97653d4c9ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11679 | 2024.06.22 01:37:40.276928 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
11680 | 2024.06.22 01:37:40.277042 [ 3 ] {de801d58-6369-4265-a5f3-c97653d4c9ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11681 | 2024.06.22 01:37:40.277926 [ 3 ] {de801d58-6369-4265-a5f3-c97653d4c9ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11682 | 2024.06.22 01:37:40.278528 [ 3 ] {de801d58-6369-4265-a5f3-c97653d4c9ef} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11683 | 2024.06.22 01:37:40.278568 [ 3 ] {de801d58-6369-4265-a5f3-c97653d4c9ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11684 | 2024.06.22 01:37:40.279303 [ 3 ] {de801d58-6369-4265-a5f3-c97653d4c9ef} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11685 | 2024.06.22 01:37:40.280212 [ 3 ] {de801d58-6369-4265-a5f3-c97653d4c9ef} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11686 | 2024.06.22 01:37:40.280400 [ 3 ] {de801d58-6369-4265-a5f3-c97653d4c9ef} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.003707 sec., 1079.0396547073105 rows/sec., 1.46 MiB/sec. | ||
11687 | 2024.06.22 01:37:40.280837 [ 3 ] {de801d58-6369-4265-a5f3-c97653d4c9ef} <Debug> DynamicQueryHandler: Done processing query | ||
11688 | 2024.06.22 01:37:40.280917 [ 3 ] {de801d58-6369-4265-a5f3-c97653d4c9ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11689 | 2024.06.22 01:37:40.281021 [ 3 ] {} <Debug> HTTP-Session: 6d9c50f1-a61d-47bf-90b7-ade9c79ee6fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11690 | 2024.06.22 01:37:40.281262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11691 | 2024.06.22 01:37:40.281316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11692 | 2024.06.22 01:37:40.281336 [ 3 ] {} <Debug> HTTP-Session: 6e16d873-8e96-47bb-89c9-75cc2b9d7620 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11693 | 2024.06.22 01:37:40.281353 [ 3 ] {} <Debug> HTTP-Session: 6e16d873-8e96-47bb-89c9-75cc2b9d7620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11694 | 2024.06.22 01:37:40.281367 [ 3 ] {} <Debug> HTTP-Session: 6e16d873-8e96-47bb-89c9-75cc2b9d7620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11695 | 2024.06.22 01:37:40.281402 [ 3 ] {} <Trace> HTTP-Session: 6e16d873-8e96-47bb-89c9-75cc2b9d7620 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11696 | 2024.06.22 01:37:40.281549 [ 3 ] {39cdc30d-60a3-429d-a7cf-f831bb31b0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11697 | 2024.06.22 01:37:40.281630 [ 3 ] {39cdc30d-60a3-429d-a7cf-f831bb31b0a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11698 | 2024.06.22 01:37:40.281795 [ 3 ] {39cdc30d-60a3-429d-a7cf-f831bb31b0a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11699 | 2024.06.22 01:37:40.282117 [ 3 ] {39cdc30d-60a3-429d-a7cf-f831bb31b0a3} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11700 | 2024.06.22 01:37:40.282155 [ 3 ] {39cdc30d-60a3-429d-a7cf-f831bb31b0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11701 | 2024.06.22 01:37:40.282883 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14037 rows, containing 5 columns (5 merged, 0 gathered) in 0.007628101 sec., 1840169.6569041233 rows/sec., 128.23 MiB/sec. | ||
11702 | 2024.06.22 01:37:40.282931 [ 3 ] {39cdc30d-60a3-429d-a7cf-f831bb31b0a3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11703 | 2024.06.22 01:37:40.283358 [ 3 ] {39cdc30d-60a3-429d-a7cf-f831bb31b0a3} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11704 | 2024.06.22 01:37:40.283359 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11705 | 2024.06.22 01:37:40.283642 [ 95 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11706 | 2024.06.22 01:37:40.283684 [ 3 ] {39cdc30d-60a3-429d-a7cf-f831bb31b0a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002183 sec., 27485.112230874944 rows/sec., 1.85 MiB/sec. | ||
11707 | 2024.06.22 01:37:40.283719 [ 95 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11708 | 2024.06.22 01:37:40.283789 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11709 | 2024.06.22 01:37:40.284326 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
11710 | 2024.06.22 01:37:40.284457 [ 3 ] {39cdc30d-60a3-429d-a7cf-f831bb31b0a3} <Debug> DynamicQueryHandler: Done processing query | ||
11711 | 2024.06.22 01:37:40.284555 [ 3 ] {39cdc30d-60a3-429d-a7cf-f831bb31b0a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11712 | 2024.06.22 01:37:40.284631 [ 3 ] {} <Debug> HTTP-Session: 6e16d873-8e96-47bb-89c9-75cc2b9d7620 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11713 | 2024.06.22 01:37:40.284805 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11714 | 2024.06.22 01:37:40.284870 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4718 rows starting from the beginning of the part | ||
11715 | 2024.06.22 01:37:40.284887 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11716 | 2024.06.22 01:37:40.285093 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
11717 | 2024.06.22 01:37:40.285227 [ 187 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11718 | 2024.06.22 01:37:40.285443 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
11719 | 2024.06.22 01:37:40.285538 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. | ||
11720 | 2024.06.22 01:37:40.285716 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
11721 | 2024.06.22 01:37:40.285870 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
11722 | 2024.06.22 01:37:40.285997 [ 189 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
11723 | 2024.06.22 01:37:40.288249 [ 200 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5018 rows, containing 4 columns (4 merged, 0 gathered) in 0.004299329 sec., 1167158.875257046 rows/sec., 78.67 MiB/sec. | ||
11724 | 2024.06.22 01:37:40.288875 [ 200 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11725 | 2024.06.22 01:37:40.289406 [ 200 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11726 | 2024.06.22 01:37:40.289485 [ 200 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_86_17} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11727 | 2024.06.22 01:37:40.289571 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
11728 | 2024.06.22 01:37:45.260861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11729 | 2024.06.22 01:37:45.261052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11730 | 2024.06.22 01:37:45.261099 [ 3 ] {} <Debug> HTTP-Session: c8a844f8-1a72-4ed7-a1f5-32295e793d8c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11731 | 2024.06.22 01:37:45.261140 [ 3 ] {} <Debug> HTTP-Session: c8a844f8-1a72-4ed7-a1f5-32295e793d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11732 | 2024.06.22 01:37:45.261169 [ 3 ] {} <Debug> HTTP-Session: c8a844f8-1a72-4ed7-a1f5-32295e793d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11733 | 2024.06.22 01:37:45.261252 [ 3 ] {} <Trace> HTTP-Session: c8a844f8-1a72-4ed7-a1f5-32295e793d8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11734 | 2024.06.22 01:37:45.261465 [ 3 ] {828ef552-80f2-4348-a2ee-c2d5b099e66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11735 | 2024.06.22 01:37:45.261532 [ 3 ] {828ef552-80f2-4348-a2ee-c2d5b099e66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11736 | 2024.06.22 01:37:45.261725 [ 3 ] {828ef552-80f2-4348-a2ee-c2d5b099e66a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11737 | 2024.06.22 01:37:45.262161 [ 3 ] {828ef552-80f2-4348-a2ee-c2d5b099e66a} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11738 | 2024.06.22 01:37:45.262201 [ 3 ] {828ef552-80f2-4348-a2ee-c2d5b099e66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11739 | 2024.06.22 01:37:45.262576 [ 3 ] {828ef552-80f2-4348-a2ee-c2d5b099e66a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11740 | 2024.06.22 01:37:45.262931 [ 3 ] {828ef552-80f2-4348-a2ee-c2d5b099e66a} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11741 | 2024.06.22 01:37:45.263114 [ 3 ] {828ef552-80f2-4348-a2ee-c2d5b099e66a} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001707 sec., 26362.038664323376 rows/sec., 2.09 MiB/sec. | ||
11742 | 2024.06.22 01:37:45.263310 [ 3 ] {828ef552-80f2-4348-a2ee-c2d5b099e66a} <Debug> DynamicQueryHandler: Done processing query | ||
11743 | 2024.06.22 01:37:45.263337 [ 3 ] {828ef552-80f2-4348-a2ee-c2d5b099e66a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11744 | 2024.06.22 01:37:45.263354 [ 3 ] {} <Debug> HTTP-Session: c8a844f8-1a72-4ed7-a1f5-32295e793d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11745 | 2024.06.22 01:37:45.263525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11746 | 2024.06.22 01:37:45.263576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11747 | 2024.06.22 01:37:45.263596 [ 3 ] {} <Debug> HTTP-Session: 294724bf-0446-432d-8c9d-257668ebeddc Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11748 | 2024.06.22 01:37:45.263612 [ 3 ] {} <Debug> HTTP-Session: 294724bf-0446-432d-8c9d-257668ebeddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11749 | 2024.06.22 01:37:45.263625 [ 3 ] {} <Debug> HTTP-Session: 294724bf-0446-432d-8c9d-257668ebeddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11750 | 2024.06.22 01:37:45.263656 [ 3 ] {} <Trace> HTTP-Session: 294724bf-0446-432d-8c9d-257668ebeddc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11751 | 2024.06.22 01:37:45.263753 [ 3 ] {094259a3-be10-431b-8913-a7f6ff423dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11752 | 2024.06.22 01:37:45.263797 [ 3 ] {094259a3-be10-431b-8913-a7f6ff423dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11753 | 2024.06.22 01:37:45.263927 [ 3 ] {094259a3-be10-431b-8913-a7f6ff423dd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11754 | 2024.06.22 01:37:45.264228 [ 3 ] {094259a3-be10-431b-8913-a7f6ff423dd3} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11755 | 2024.06.22 01:37:45.264267 [ 3 ] {094259a3-be10-431b-8913-a7f6ff423dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11756 | 2024.06.22 01:37:45.264571 [ 3 ] {094259a3-be10-431b-8913-a7f6ff423dd3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11757 | 2024.06.22 01:37:45.264890 [ 3 ] {094259a3-be10-431b-8913-a7f6ff423dd3} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11758 | 2024.06.22 01:37:45.265056 [ 3 ] {094259a3-be10-431b-8913-a7f6ff423dd3} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001328 sec., 4518.0722891566265 rows/sec., 368.42 KiB/sec. | ||
11759 | 2024.06.22 01:37:45.265231 [ 3 ] {094259a3-be10-431b-8913-a7f6ff423dd3} <Debug> DynamicQueryHandler: Done processing query | ||
11760 | 2024.06.22 01:37:45.265255 [ 3 ] {094259a3-be10-431b-8913-a7f6ff423dd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11761 | 2024.06.22 01:37:45.265271 [ 3 ] {} <Debug> HTTP-Session: 294724bf-0446-432d-8c9d-257668ebeddc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11762 | 2024.06.22 01:37:45.265497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 33599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11763 | 2024.06.22 01:37:45.265548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11764 | 2024.06.22 01:37:45.265567 [ 3 ] {} <Debug> HTTP-Session: 1cee53b0-32b4-4e50-a948-fdced16cdbff Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11765 | 2024.06.22 01:37:45.265584 [ 3 ] {} <Debug> HTTP-Session: 1cee53b0-32b4-4e50-a948-fdced16cdbff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11766 | 2024.06.22 01:37:45.265598 [ 3 ] {} <Debug> HTTP-Session: 1cee53b0-32b4-4e50-a948-fdced16cdbff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11767 | 2024.06.22 01:37:45.265630 [ 3 ] {} <Trace> HTTP-Session: 1cee53b0-32b4-4e50-a948-fdced16cdbff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11768 | 2024.06.22 01:37:45.265786 [ 3 ] {66693330-7707-4ff1-81e6-add92e8ce9b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11769 | 2024.06.22 01:37:45.265831 [ 3 ] {66693330-7707-4ff1-81e6-add92e8ce9b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11770 | 2024.06.22 01:37:45.265959 [ 3 ] {66693330-7707-4ff1-81e6-add92e8ce9b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11771 | 2024.06.22 01:37:45.266378 [ 3 ] {66693330-7707-4ff1-81e6-add92e8ce9b8} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11772 | 2024.06.22 01:37:45.266414 [ 3 ] {66693330-7707-4ff1-81e6-add92e8ce9b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11773 | 2024.06.22 01:37:45.266750 [ 3 ] {66693330-7707-4ff1-81e6-add92e8ce9b8} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11774 | 2024.06.22 01:37:45.267063 [ 3 ] {66693330-7707-4ff1-81e6-add92e8ce9b8} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11775 | 2024.06.22 01:37:45.267208 [ 3 ] {66693330-7707-4ff1-81e6-add92e8ce9b8} <Debug> executeQuery: Read 230 rows, 19.64 KiB in 0.001493 sec., 154052.24380442064 rows/sec., 12.84 MiB/sec. | ||
11776 | 2024.06.22 01:37:45.267365 [ 3 ] {66693330-7707-4ff1-81e6-add92e8ce9b8} <Debug> DynamicQueryHandler: Done processing query | ||
11777 | 2024.06.22 01:37:45.267389 [ 3 ] {66693330-7707-4ff1-81e6-add92e8ce9b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11778 | 2024.06.22 01:37:45.267405 [ 3 ] {} <Debug> HTTP-Session: 1cee53b0-32b4-4e50-a948-fdced16cdbff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11779 | 2024.06.22 01:37:45.267512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11780 | 2024.06.22 01:37:45.267561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11781 | 2024.06.22 01:37:45.267580 [ 3 ] {} <Debug> HTTP-Session: fc80c1a7-a13e-44cf-9114-b27a5343297d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11782 | 2024.06.22 01:37:45.267597 [ 3 ] {} <Debug> HTTP-Session: fc80c1a7-a13e-44cf-9114-b27a5343297d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11783 | 2024.06.22 01:37:45.267610 [ 3 ] {} <Debug> HTTP-Session: fc80c1a7-a13e-44cf-9114-b27a5343297d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11784 | 2024.06.22 01:37:45.267641 [ 3 ] {} <Trace> HTTP-Session: fc80c1a7-a13e-44cf-9114-b27a5343297d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11785 | 2024.06.22 01:37:45.267735 [ 3 ] {a12759a4-b65a-4b68-8f6f-6cc868c7ef1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11786 | 2024.06.22 01:37:45.267779 [ 3 ] {a12759a4-b65a-4b68-8f6f-6cc868c7ef1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11787 | 2024.06.22 01:37:45.267907 [ 3 ] {a12759a4-b65a-4b68-8f6f-6cc868c7ef1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11788 | 2024.06.22 01:37:45.268179 [ 3 ] {a12759a4-b65a-4b68-8f6f-6cc868c7ef1f} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11789 | 2024.06.22 01:37:45.268215 [ 3 ] {a12759a4-b65a-4b68-8f6f-6cc868c7ef1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11790 | 2024.06.22 01:37:45.268520 [ 3 ] {a12759a4-b65a-4b68-8f6f-6cc868c7ef1f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11791 | 2024.06.22 01:37:45.268836 [ 3 ] {a12759a4-b65a-4b68-8f6f-6cc868c7ef1f} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11792 | 2024.06.22 01:37:45.269000 [ 3 ] {a12759a4-b65a-4b68-8f6f-6cc868c7ef1f} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.00128 sec., 4687.5 rows/sec., 327.30 KiB/sec. | ||
11793 | 2024.06.22 01:37:45.269286 [ 3 ] {a12759a4-b65a-4b68-8f6f-6cc868c7ef1f} <Debug> DynamicQueryHandler: Done processing query | ||
11794 | 2024.06.22 01:37:45.269328 [ 3 ] {a12759a4-b65a-4b68-8f6f-6cc868c7ef1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11795 | 2024.06.22 01:37:45.269348 [ 3 ] {} <Debug> HTTP-Session: fc80c1a7-a13e-44cf-9114-b27a5343297d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11796 | 2024.06.22 01:37:45.269556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 23578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11797 | 2024.06.22 01:37:45.269606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11798 | 2024.06.22 01:37:45.269625 [ 3 ] {} <Debug> HTTP-Session: bc83dfd2-1bd6-4c69-bcd3-1ed91e3e0aa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11799 | 2024.06.22 01:37:45.269642 [ 3 ] {} <Debug> HTTP-Session: bc83dfd2-1bd6-4c69-bcd3-1ed91e3e0aa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11800 | 2024.06.22 01:37:45.269656 [ 3 ] {} <Debug> HTTP-Session: bc83dfd2-1bd6-4c69-bcd3-1ed91e3e0aa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11801 | 2024.06.22 01:37:45.269687 [ 3 ] {} <Trace> HTTP-Session: bc83dfd2-1bd6-4c69-bcd3-1ed91e3e0aa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11802 | 2024.06.22 01:37:45.269832 [ 3 ] {1fc7ef4c-5794-47b0-b82f-8b9e8a67e04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11803 | 2024.06.22 01:37:45.269876 [ 3 ] {1fc7ef4c-5794-47b0-b82f-8b9e8a67e04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11804 | 2024.06.22 01:37:45.270022 [ 3 ] {1fc7ef4c-5794-47b0-b82f-8b9e8a67e04b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11805 | 2024.06.22 01:37:45.270519 [ 3 ] {1fc7ef4c-5794-47b0-b82f-8b9e8a67e04b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11806 | 2024.06.22 01:37:45.270557 [ 3 ] {1fc7ef4c-5794-47b0-b82f-8b9e8a67e04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11807 | 2024.06.22 01:37:45.270878 [ 3 ] {1fc7ef4c-5794-47b0-b82f-8b9e8a67e04b} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11808 | 2024.06.22 01:37:45.271184 [ 3 ] {1fc7ef4c-5794-47b0-b82f-8b9e8a67e04b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11809 | 2024.06.22 01:37:45.271330 [ 3 ] {1fc7ef4c-5794-47b0-b82f-8b9e8a67e04b} <Debug> executeQuery: Read 139 rows, 11.11 KiB in 0.001559 sec., 89159.71776779987 rows/sec., 6.96 MiB/sec. | ||
11810 | 2024.06.22 01:37:45.271500 [ 3 ] {1fc7ef4c-5794-47b0-b82f-8b9e8a67e04b} <Debug> DynamicQueryHandler: Done processing query | ||
11811 | 2024.06.22 01:37:45.271525 [ 3 ] {1fc7ef4c-5794-47b0-b82f-8b9e8a67e04b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11812 | 2024.06.22 01:37:45.271542 [ 3 ] {} <Debug> HTTP-Session: bc83dfd2-1bd6-4c69-bcd3-1ed91e3e0aa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11813 | 2024.06.22 01:37:45.271686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 38166, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11814 | 2024.06.22 01:37:45.271736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11815 | 2024.06.22 01:37:45.271755 [ 3 ] {} <Debug> HTTP-Session: 5fbaa049-836e-4f38-b589-a6aa8bdef3e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11816 | 2024.06.22 01:37:45.271771 [ 3 ] {} <Debug> HTTP-Session: 5fbaa049-836e-4f38-b589-a6aa8bdef3e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11817 | 2024.06.22 01:37:45.271785 [ 3 ] {} <Debug> HTTP-Session: 5fbaa049-836e-4f38-b589-a6aa8bdef3e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11818 | 2024.06.22 01:37:45.271815 [ 3 ] {} <Trace> HTTP-Session: 5fbaa049-836e-4f38-b589-a6aa8bdef3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11819 | 2024.06.22 01:37:45.271982 [ 3 ] {3ebb8649-f95d-41d9-9a31-71777f73875a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11820 | 2024.06.22 01:37:45.272029 [ 3 ] {3ebb8649-f95d-41d9-9a31-71777f73875a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11821 | 2024.06.22 01:37:45.272172 [ 3 ] {3ebb8649-f95d-41d9-9a31-71777f73875a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11822 | 2024.06.22 01:37:45.272593 [ 3 ] {3ebb8649-f95d-41d9-9a31-71777f73875a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11823 | 2024.06.22 01:37:45.272630 [ 3 ] {3ebb8649-f95d-41d9-9a31-71777f73875a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11824 | 2024.06.22 01:37:45.273025 [ 3 ] {3ebb8649-f95d-41d9-9a31-71777f73875a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11825 | 2024.06.22 01:37:45.273367 [ 3 ] {3ebb8649-f95d-41d9-9a31-71777f73875a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11826 | 2024.06.22 01:37:45.273517 [ 3 ] {3ebb8649-f95d-41d9-9a31-71777f73875a} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001611 sec., 123525.76039726878 rows/sec., 8.62 MiB/sec. | ||
11827 | 2024.06.22 01:37:45.273693 [ 3 ] {3ebb8649-f95d-41d9-9a31-71777f73875a} <Debug> DynamicQueryHandler: Done processing query | ||
11828 | 2024.06.22 01:37:45.273717 [ 3 ] {3ebb8649-f95d-41d9-9a31-71777f73875a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11829 | 2024.06.22 01:37:45.273733 [ 3 ] {} <Debug> HTTP-Session: 5fbaa049-836e-4f38-b589-a6aa8bdef3e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11830 | 2024.06.22 01:37:45.273895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11831 | 2024.06.22 01:37:45.273943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11832 | 2024.06.22 01:37:45.273962 [ 3 ] {} <Debug> HTTP-Session: 2ee70d1a-ff43-4719-b23a-ee1e838042c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11833 | 2024.06.22 01:37:45.273979 [ 3 ] {} <Debug> HTTP-Session: 2ee70d1a-ff43-4719-b23a-ee1e838042c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11834 | 2024.06.22 01:37:45.273992 [ 3 ] {} <Debug> HTTP-Session: 2ee70d1a-ff43-4719-b23a-ee1e838042c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11835 | 2024.06.22 01:37:45.274023 [ 3 ] {} <Trace> HTTP-Session: 2ee70d1a-ff43-4719-b23a-ee1e838042c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11836 | 2024.06.22 01:37:45.274334 [ 3 ] {d24150a4-c816-4db2-b8ce-f9d153f43df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11837 | 2024.06.22 01:37:45.274383 [ 3 ] {d24150a4-c816-4db2-b8ce-f9d153f43df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11838 | 2024.06.22 01:37:45.274545 [ 3 ] {d24150a4-c816-4db2-b8ce-f9d153f43df8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11839 | 2024.06.22 01:37:45.275146 [ 3 ] {d24150a4-c816-4db2-b8ce-f9d153f43df8} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11840 | 2024.06.22 01:37:45.275183 [ 3 ] {d24150a4-c816-4db2-b8ce-f9d153f43df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11841 | 2024.06.22 01:37:45.275617 [ 3 ] {d24150a4-c816-4db2-b8ce-f9d153f43df8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11842 | 2024.06.22 01:37:45.275967 [ 3 ] {d24150a4-c816-4db2-b8ce-f9d153f43df8} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11843 | 2024.06.22 01:37:45.276130 [ 3 ] {d24150a4-c816-4db2-b8ce-f9d153f43df8} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.002 sec., 22500 rows/sec., 30.36 MiB/sec. | ||
11844 | 2024.06.22 01:37:45.276330 [ 3 ] {d24150a4-c816-4db2-b8ce-f9d153f43df8} <Debug> DynamicQueryHandler: Done processing query | ||
11845 | 2024.06.22 01:37:45.276365 [ 3 ] {d24150a4-c816-4db2-b8ce-f9d153f43df8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11846 | 2024.06.22 01:37:45.276387 [ 3 ] {} <Debug> HTTP-Session: 2ee70d1a-ff43-4719-b23a-ee1e838042c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11847 | 2024.06.22 01:37:45.276550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11848 | 2024.06.22 01:37:45.276599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11849 | 2024.06.22 01:37:45.276618 [ 3 ] {} <Debug> HTTP-Session: da856187-8e90-48e5-9fb6-2566f7ad75af Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11850 | 2024.06.22 01:37:45.276635 [ 3 ] {} <Debug> HTTP-Session: da856187-8e90-48e5-9fb6-2566f7ad75af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11851 | 2024.06.22 01:37:45.276648 [ 3 ] {} <Debug> HTTP-Session: da856187-8e90-48e5-9fb6-2566f7ad75af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11852 | 2024.06.22 01:37:45.276679 [ 3 ] {} <Trace> HTTP-Session: da856187-8e90-48e5-9fb6-2566f7ad75af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11853 | 2024.06.22 01:37:45.276805 [ 3 ] {4fd2132f-dcb9-458e-a362-12a02cb72a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11854 | 2024.06.22 01:37:45.276850 [ 3 ] {4fd2132f-dcb9-458e-a362-12a02cb72a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11855 | 2024.06.22 01:37:45.276978 [ 3 ] {4fd2132f-dcb9-458e-a362-12a02cb72a2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11856 | 2024.06.22 01:37:45.277268 [ 3 ] {4fd2132f-dcb9-458e-a362-12a02cb72a2b} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11857 | 2024.06.22 01:37:45.277304 [ 3 ] {4fd2132f-dcb9-458e-a362-12a02cb72a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11858 | 2024.06.22 01:37:45.277664 [ 3 ] {4fd2132f-dcb9-458e-a362-12a02cb72a2b} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11859 | 2024.06.22 01:37:45.277990 [ 3 ] {4fd2132f-dcb9-458e-a362-12a02cb72a2b} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11860 | 2024.06.22 01:37:45.278142 [ 3 ] {4fd2132f-dcb9-458e-a362-12a02cb72a2b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
11861 | 2024.06.22 01:37:45.278313 [ 3 ] {4fd2132f-dcb9-458e-a362-12a02cb72a2b} <Debug> DynamicQueryHandler: Done processing query | ||
11862 | 2024.06.22 01:37:45.278338 [ 3 ] {4fd2132f-dcb9-458e-a362-12a02cb72a2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11863 | 2024.06.22 01:37:45.278355 [ 3 ] {} <Debug> HTTP-Session: da856187-8e90-48e5-9fb6-2566f7ad75af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11864 | 2024.06.22 01:37:48.819106 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11865 | 2024.06.22 01:37:48.819180 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11866 | 2024.06.22 01:37:50.257498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11867 | 2024.06.22 01:37:50.257662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11868 | 2024.06.22 01:37:50.257705 [ 3 ] {} <Debug> HTTP-Session: c7f9f37b-e28e-4345-959d-e19c40dde73e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11869 | 2024.06.22 01:37:50.257746 [ 3 ] {} <Debug> HTTP-Session: c7f9f37b-e28e-4345-959d-e19c40dde73e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11870 | 2024.06.22 01:37:50.257773 [ 3 ] {} <Debug> HTTP-Session: c7f9f37b-e28e-4345-959d-e19c40dde73e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11871 | 2024.06.22 01:37:50.257853 [ 3 ] {} <Trace> HTTP-Session: c7f9f37b-e28e-4345-959d-e19c40dde73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11872 | 2024.06.22 01:37:50.258127 [ 3 ] {6303bbe8-9fc9-42fb-be84-9d5791bea5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11873 | 2024.06.22 01:37:50.258235 [ 3 ] {6303bbe8-9fc9-42fb-be84-9d5791bea5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11874 | 2024.06.22 01:37:50.258503 [ 3 ] {6303bbe8-9fc9-42fb-be84-9d5791bea5b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11875 | 2024.06.22 01:37:50.258996 [ 3 ] {6303bbe8-9fc9-42fb-be84-9d5791bea5b8} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11876 | 2024.06.22 01:37:50.259038 [ 3 ] {6303bbe8-9fc9-42fb-be84-9d5791bea5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11877 | 2024.06.22 01:37:50.259415 [ 3 ] {6303bbe8-9fc9-42fb-be84-9d5791bea5b8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11878 | 2024.06.22 01:37:50.259755 [ 3 ] {6303bbe8-9fc9-42fb-be84-9d5791bea5b8} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11879 | 2024.06.22 01:37:50.259932 [ 3 ] {6303bbe8-9fc9-42fb-be84-9d5791bea5b8} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001885 sec., 2122.0159151193634 rows/sec., 172.00 KiB/sec. | ||
11880 | 2024.06.22 01:37:50.260152 [ 3 ] {6303bbe8-9fc9-42fb-be84-9d5791bea5b8} <Debug> DynamicQueryHandler: Done processing query | ||
11881 | 2024.06.22 01:37:50.260180 [ 3 ] {6303bbe8-9fc9-42fb-be84-9d5791bea5b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11882 | 2024.06.22 01:37:50.260196 [ 3 ] {} <Debug> HTTP-Session: c7f9f37b-e28e-4345-959d-e19c40dde73e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11883 | 2024.06.22 01:37:50.260382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11884 | 2024.06.22 01:37:50.260438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11885 | 2024.06.22 01:37:50.260458 [ 3 ] {} <Debug> HTTP-Session: b93a9890-5cf7-4125-b354-2273ec954da3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11886 | 2024.06.22 01:37:50.260475 [ 3 ] {} <Debug> HTTP-Session: b93a9890-5cf7-4125-b354-2273ec954da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11887 | 2024.06.22 01:37:50.260489 [ 3 ] {} <Debug> HTTP-Session: b93a9890-5cf7-4125-b354-2273ec954da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11888 | 2024.06.22 01:37:50.260522 [ 3 ] {} <Trace> HTTP-Session: b93a9890-5cf7-4125-b354-2273ec954da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11889 | 2024.06.22 01:37:50.260652 [ 3 ] {f37332da-a791-4e17-b7a5-e77dcdb1a013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11890 | 2024.06.22 01:37:50.260699 [ 3 ] {f37332da-a791-4e17-b7a5-e77dcdb1a013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11891 | 2024.06.22 01:37:50.260832 [ 3 ] {f37332da-a791-4e17-b7a5-e77dcdb1a013} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11892 | 2024.06.22 01:37:50.261215 [ 3 ] {f37332da-a791-4e17-b7a5-e77dcdb1a013} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11893 | 2024.06.22 01:37:50.261253 [ 3 ] {f37332da-a791-4e17-b7a5-e77dcdb1a013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11894 | 2024.06.22 01:37:50.261585 [ 3 ] {f37332da-a791-4e17-b7a5-e77dcdb1a013} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11895 | 2024.06.22 01:37:50.261894 [ 3 ] {f37332da-a791-4e17-b7a5-e77dcdb1a013} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11896 | 2024.06.22 01:37:50.262047 [ 3 ] {f37332da-a791-4e17-b7a5-e77dcdb1a013} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001432 sec., 47486.03351955308 rows/sec., 3.74 MiB/sec. | ||
11897 | 2024.06.22 01:37:50.262311 [ 3 ] {f37332da-a791-4e17-b7a5-e77dcdb1a013} <Debug> DynamicQueryHandler: Done processing query | ||
11898 | 2024.06.22 01:37:50.262372 [ 3 ] {f37332da-a791-4e17-b7a5-e77dcdb1a013} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11899 | 2024.06.22 01:37:50.262419 [ 3 ] {} <Debug> HTTP-Session: b93a9890-5cf7-4125-b354-2273ec954da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11900 | 2024.06.22 01:37:50.262622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11901 | 2024.06.22 01:37:50.262679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11902 | 2024.06.22 01:37:50.262699 [ 3 ] {} <Debug> HTTP-Session: 502f1c53-dc96-471a-9470-cce3fa23b206 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11903 | 2024.06.22 01:37:50.262716 [ 3 ] {} <Debug> HTTP-Session: 502f1c53-dc96-471a-9470-cce3fa23b206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11904 | 2024.06.22 01:37:50.262730 [ 3 ] {} <Debug> HTTP-Session: 502f1c53-dc96-471a-9470-cce3fa23b206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11905 | 2024.06.22 01:37:50.262763 [ 3 ] {} <Trace> HTTP-Session: 502f1c53-dc96-471a-9470-cce3fa23b206 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11906 | 2024.06.22 01:37:50.262890 [ 3 ] {8a10c1fc-b8a3-426b-a54b-65fc56e1c1c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11907 | 2024.06.22 01:37:50.262936 [ 3 ] {8a10c1fc-b8a3-426b-a54b-65fc56e1c1c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11908 | 2024.06.22 01:37:50.263080 [ 3 ] {8a10c1fc-b8a3-426b-a54b-65fc56e1c1c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11909 | 2024.06.22 01:37:50.263411 [ 3 ] {8a10c1fc-b8a3-426b-a54b-65fc56e1c1c5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11910 | 2024.06.22 01:37:50.263448 [ 3 ] {8a10c1fc-b8a3-426b-a54b-65fc56e1c1c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11911 | 2024.06.22 01:37:50.263762 [ 3 ] {8a10c1fc-b8a3-426b-a54b-65fc56e1c1c5} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11912 | 2024.06.22 01:37:50.264061 [ 3 ] {8a10c1fc-b8a3-426b-a54b-65fc56e1c1c5} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11913 | 2024.06.22 01:37:50.264215 [ 3 ] {8a10c1fc-b8a3-426b-a54b-65fc56e1c1c5} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001366 sec., 49780.38067349927 rows/sec., 3.89 MiB/sec. | ||
11914 | 2024.06.22 01:37:50.264397 [ 3 ] {8a10c1fc-b8a3-426b-a54b-65fc56e1c1c5} <Debug> DynamicQueryHandler: Done processing query | ||
11915 | 2024.06.22 01:37:50.264438 [ 3 ] {8a10c1fc-b8a3-426b-a54b-65fc56e1c1c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11916 | 2024.06.22 01:37:50.264470 [ 3 ] {} <Debug> HTTP-Session: 502f1c53-dc96-471a-9470-cce3fa23b206 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11917 | 2024.06.22 01:37:50.264715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11918 | 2024.06.22 01:37:50.264766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11919 | 2024.06.22 01:37:50.264785 [ 3 ] {} <Debug> HTTP-Session: 90f204e9-8738-4a2f-a831-50a7c6691bb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11920 | 2024.06.22 01:37:50.264801 [ 3 ] {} <Debug> HTTP-Session: 90f204e9-8738-4a2f-a831-50a7c6691bb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11921 | 2024.06.22 01:37:50.264815 [ 3 ] {} <Debug> HTTP-Session: 90f204e9-8738-4a2f-a831-50a7c6691bb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11922 | 2024.06.22 01:37:50.264846 [ 3 ] {} <Trace> HTTP-Session: 90f204e9-8738-4a2f-a831-50a7c6691bb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11923 | 2024.06.22 01:37:50.264991 [ 3 ] {50072877-751d-48f9-8a30-9cd6d50585c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11924 | 2024.06.22 01:37:50.265039 [ 3 ] {50072877-751d-48f9-8a30-9cd6d50585c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11925 | 2024.06.22 01:37:50.265183 [ 3 ] {50072877-751d-48f9-8a30-9cd6d50585c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11926 | 2024.06.22 01:37:50.265571 [ 3 ] {50072877-751d-48f9-8a30-9cd6d50585c5} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11927 | 2024.06.22 01:37:50.265610 [ 3 ] {50072877-751d-48f9-8a30-9cd6d50585c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11928 | 2024.06.22 01:37:50.266001 [ 3 ] {50072877-751d-48f9-8a30-9cd6d50585c5} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11929 | 2024.06.22 01:37:50.266344 [ 3 ] {50072877-751d-48f9-8a30-9cd6d50585c5} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11930 | 2024.06.22 01:37:50.266500 [ 3 ] {50072877-751d-48f9-8a30-9cd6d50585c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. | ||
11931 | 2024.06.22 01:37:50.266678 [ 3 ] {50072877-751d-48f9-8a30-9cd6d50585c5} <Debug> DynamicQueryHandler: Done processing query | ||
11932 | 2024.06.22 01:37:50.266704 [ 3 ] {50072877-751d-48f9-8a30-9cd6d50585c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11933 | 2024.06.22 01:37:50.266719 [ 3 ] {} <Debug> HTTP-Session: 90f204e9-8738-4a2f-a831-50a7c6691bb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11934 | 2024.06.22 01:37:50.266872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11935 | 2024.06.22 01:37:50.266922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11936 | 2024.06.22 01:37:50.266941 [ 3 ] {} <Debug> HTTP-Session: dc96844a-3ab2-407b-bc74-cb4f68d402c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11937 | 2024.06.22 01:37:50.266957 [ 3 ] {} <Debug> HTTP-Session: dc96844a-3ab2-407b-bc74-cb4f68d402c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11938 | 2024.06.22 01:37:50.266971 [ 3 ] {} <Debug> HTTP-Session: dc96844a-3ab2-407b-bc74-cb4f68d402c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11939 | 2024.06.22 01:37:50.267001 [ 3 ] {} <Trace> HTTP-Session: dc96844a-3ab2-407b-bc74-cb4f68d402c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11940 | 2024.06.22 01:37:50.267142 [ 3 ] {28eff682-b9c6-4870-ae50-aacaaa8f2d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11941 | 2024.06.22 01:37:50.267220 [ 3 ] {28eff682-b9c6-4870-ae50-aacaaa8f2d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11942 | 2024.06.22 01:37:50.267381 [ 3 ] {28eff682-b9c6-4870-ae50-aacaaa8f2d9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11943 | 2024.06.22 01:37:50.267730 [ 3 ] {28eff682-b9c6-4870-ae50-aacaaa8f2d9d} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11944 | 2024.06.22 01:37:50.267766 [ 3 ] {28eff682-b9c6-4870-ae50-aacaaa8f2d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11945 | 2024.06.22 01:37:50.268169 [ 3 ] {28eff682-b9c6-4870-ae50-aacaaa8f2d9d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11946 | 2024.06.22 01:37:50.268514 [ 3 ] {28eff682-b9c6-4870-ae50-aacaaa8f2d9d} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11947 | 2024.06.22 01:37:50.268687 [ 3 ] {28eff682-b9c6-4870-ae50-aacaaa8f2d9d} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001602 sec., 2496.8789013732835 rows/sec., 3.37 MiB/sec. | ||
11948 | 2024.06.22 01:37:50.268702 [ 91 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11949 | 2024.06.22 01:37:50.268837 [ 91 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11950 | 2024.06.22 01:37:50.268926 [ 3 ] {28eff682-b9c6-4870-ae50-aacaaa8f2d9d} <Debug> DynamicQueryHandler: Done processing query | ||
11951 | 2024.06.22 01:37:50.268944 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11952 | 2024.06.22 01:37:50.268971 [ 3 ] {28eff682-b9c6-4870-ae50-aacaaa8f2d9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11953 | 2024.06.22 01:37:50.269014 [ 3 ] {} <Debug> HTTP-Session: dc96844a-3ab2-407b-bc74-cb4f68d402c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11954 | 2024.06.22 01:37:50.269171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11955 | 2024.06.22 01:37:50.269181 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
11956 | 2024.06.22 01:37:50.269238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11957 | 2024.06.22 01:37:50.269280 [ 3 ] {} <Debug> HTTP-Session: 7425c08c-2171-46be-b428-24c405fc9024 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11958 | 2024.06.22 01:37:50.269300 [ 3 ] {} <Debug> HTTP-Session: 7425c08c-2171-46be-b428-24c405fc9024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11959 | 2024.06.22 01:37:50.269333 [ 3 ] {} <Debug> HTTP-Session: 7425c08c-2171-46be-b428-24c405fc9024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11960 | 2024.06.22 01:37:50.269413 [ 3 ] {} <Trace> HTTP-Session: 7425c08c-2171-46be-b428-24c405fc9024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11961 | 2024.06.22 01:37:50.269590 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11962 | 2024.06.22 01:37:50.269675 [ 3 ] {237ceccc-e927-470f-a6f8-499ec217affd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11963 | 2024.06.22 01:37:50.269681 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1162 rows starting from the beginning of the part | ||
11964 | 2024.06.22 01:37:50.269772 [ 3 ] {237ceccc-e927-470f-a6f8-499ec217affd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11965 | 2024.06.22 01:37:50.270027 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part | ||
11966 | 2024.06.22 01:37:50.270468 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 45 rows starting from the beginning of the part | ||
11967 | 2024.06.22 01:37:50.270835 [ 3 ] {237ceccc-e927-470f-a6f8-499ec217affd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11968 | 2024.06.22 01:37:50.270871 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
11969 | 2024.06.22 01:37:50.271173 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 45 rows starting from the beginning of the part | ||
11970 | 2024.06.22 01:37:50.271460 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part | ||
11971 | 2024.06.22 01:37:50.271991 [ 3 ] {237ceccc-e927-470f-a6f8-499ec217affd} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11972 | 2024.06.22 01:37:50.272055 [ 3 ] {237ceccc-e927-470f-a6f8-499ec217affd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11973 | 2024.06.22 01:37:50.272831 [ 3 ] {237ceccc-e927-470f-a6f8-499ec217affd} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11974 | 2024.06.22 01:37:50.273242 [ 3 ] {237ceccc-e927-470f-a6f8-499ec217affd} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11975 | 2024.06.22 01:37:50.273412 [ 3 ] {237ceccc-e927-470f-a6f8-499ec217affd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00383 sec., 15665.796344647519 rows/sec., 1.06 MiB/sec. | ||
11976 | 2024.06.22 01:37:50.273605 [ 3 ] {237ceccc-e927-470f-a6f8-499ec217affd} <Debug> DynamicQueryHandler: Done processing query | ||
11977 | 2024.06.22 01:37:50.273630 [ 3 ] {237ceccc-e927-470f-a6f8-499ec217affd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11978 | 2024.06.22 01:37:50.273647 [ 3 ] {} <Debug> HTTP-Session: 7425c08c-2171-46be-b428-24c405fc9024 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11979 | 2024.06.22 01:37:50.275748 [ 200 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1264 rows, containing 6 columns (6 merged, 0 gathered) in 0.006656735 sec., 189882.8780175266 rows/sec., 256.24 MiB/sec. | ||
11980 | 2024.06.22 01:37:50.277015 [ 190 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11981 | 2024.06.22 01:37:50.277517 [ 190 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11982 | 2024.06.22 01:37:50.277611 [ 190 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11983 | 2024.06.22 01:37:50.277728 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.65 MiB. | ||
11984 | 2024.06.22 01:37:51.000169 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.77 MiB, peak 211.93 MiB, free memory in arenas 0.00 B, will set to 201.88 MiB (RSS), difference: 1.11 MiB | ||
11985 | 2024.06.22 01:37:55.258996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11986 | 2024.06.22 01:37:55.259185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11987 | 2024.06.22 01:37:55.259231 [ 3 ] {} <Debug> HTTP-Session: ca54da8d-d67b-43fc-be61-c59378572e51 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
11988 | 2024.06.22 01:37:55.259271 [ 3 ] {} <Debug> HTTP-Session: ca54da8d-d67b-43fc-be61-c59378572e51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11989 | 2024.06.22 01:37:55.259299 [ 3 ] {} <Debug> HTTP-Session: ca54da8d-d67b-43fc-be61-c59378572e51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11990 | 2024.06.22 01:37:55.259378 [ 3 ] {} <Trace> HTTP-Session: ca54da8d-d67b-43fc-be61-c59378572e51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11991 | 2024.06.22 01:37:55.259645 [ 3 ] {21607f78-b7b8-4c41-b692-343bed596694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11992 | 2024.06.22 01:37:55.259710 [ 3 ] {21607f78-b7b8-4c41-b692-343bed596694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11993 | 2024.06.22 01:37:55.259894 [ 3 ] {21607f78-b7b8-4c41-b692-343bed596694} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11994 | 2024.06.22 01:37:55.260330 [ 3 ] {21607f78-b7b8-4c41-b692-343bed596694} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11995 | 2024.06.22 01:37:55.260373 [ 3 ] {21607f78-b7b8-4c41-b692-343bed596694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
11996 | 2024.06.22 01:37:55.260760 [ 3 ] {21607f78-b7b8-4c41-b692-343bed596694} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11997 | 2024.06.22 01:37:55.261111 [ 3 ] {21607f78-b7b8-4c41-b692-343bed596694} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11998 | 2024.06.22 01:37:55.261273 [ 3 ] {21607f78-b7b8-4c41-b692-343bed596694} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001693 sec., 26580.035440047253 rows/sec., 2.10 MiB/sec. | ||
11999 | 2024.06.22 01:37:55.261523 [ 3 ] {21607f78-b7b8-4c41-b692-343bed596694} <Debug> DynamicQueryHandler: Done processing query | ||
12000 | 2024.06.22 01:37:55.261562 [ 3 ] {21607f78-b7b8-4c41-b692-343bed596694} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12001 | 2024.06.22 01:37:55.261591 [ 3 ] {} <Debug> HTTP-Session: ca54da8d-d67b-43fc-be61-c59378572e51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12002 | 2024.06.22 01:37:55.261793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 28267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12003 | 2024.06.22 01:37:55.261849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12004 | 2024.06.22 01:37:55.261869 [ 3 ] {} <Debug> HTTP-Session: b5eff8d7-c81d-4779-8f3b-54984a62b6d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12005 | 2024.06.22 01:37:55.261886 [ 3 ] {} <Debug> HTTP-Session: b5eff8d7-c81d-4779-8f3b-54984a62b6d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12006 | 2024.06.22 01:37:55.261900 [ 3 ] {} <Debug> HTTP-Session: b5eff8d7-c81d-4779-8f3b-54984a62b6d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12007 | 2024.06.22 01:37:55.261934 [ 3 ] {} <Trace> HTTP-Session: b5eff8d7-c81d-4779-8f3b-54984a62b6d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12008 | 2024.06.22 01:37:55.262085 [ 3 ] {51b7c36e-d67a-468c-b4f5-b71d4ab660ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12009 | 2024.06.22 01:37:55.262131 [ 3 ] {51b7c36e-d67a-468c-b4f5-b71d4ab660ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12010 | 2024.06.22 01:37:55.262264 [ 3 ] {51b7c36e-d67a-468c-b4f5-b71d4ab660ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12011 | 2024.06.22 01:37:55.262691 [ 3 ] {51b7c36e-d67a-468c-b4f5-b71d4ab660ef} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12012 | 2024.06.22 01:37:55.262730 [ 3 ] {51b7c36e-d67a-468c-b4f5-b71d4ab660ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
12013 | 2024.06.22 01:37:55.263060 [ 3 ] {51b7c36e-d67a-468c-b4f5-b71d4ab660ef} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12014 | 2024.06.22 01:37:55.263371 [ 3 ] {51b7c36e-d67a-468c-b4f5-b71d4ab660ef} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12015 | 2024.06.22 01:37:55.263529 [ 3 ] {51b7c36e-d67a-468c-b4f5-b71d4ab660ef} <Debug> executeQuery: Read 191 rows, 16.65 KiB in 0.001504 sec., 126994.68085106384 rows/sec., 10.81 MiB/sec. | ||
12016 | 2024.06.22 01:37:55.263710 [ 3 ] {51b7c36e-d67a-468c-b4f5-b71d4ab660ef} <Debug> DynamicQueryHandler: Done processing query | ||
12017 | 2024.06.22 01:37:55.263735 [ 3 ] {51b7c36e-d67a-468c-b4f5-b71d4ab660ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12018 | 2024.06.22 01:37:55.263750 [ 3 ] {} <Debug> HTTP-Session: b5eff8d7-c81d-4779-8f3b-54984a62b6d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12019 | 2024.06.22 01:37:55.263976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 18513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12020 | 2024.06.22 01:37:55.264026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12021 | 2024.06.22 01:37:55.264045 [ 3 ] {} <Debug> HTTP-Session: 93b1a8a1-7937-43e3-ab8e-745824527684 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12022 | 2024.06.22 01:37:55.264061 [ 3 ] {} <Debug> HTTP-Session: 93b1a8a1-7937-43e3-ab8e-745824527684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12023 | 2024.06.22 01:37:55.264075 [ 3 ] {} <Debug> HTTP-Session: 93b1a8a1-7937-43e3-ab8e-745824527684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12024 | 2024.06.22 01:37:55.264106 [ 3 ] {} <Trace> HTTP-Session: 93b1a8a1-7937-43e3-ab8e-745824527684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12025 | 2024.06.22 01:37:55.264243 [ 3 ] {3cd1dade-4f46-477c-9353-87494f4ce173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12026 | 2024.06.22 01:37:55.264286 [ 3 ] {3cd1dade-4f46-477c-9353-87494f4ce173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12027 | 2024.06.22 01:37:55.264418 [ 3 ] {3cd1dade-4f46-477c-9353-87494f4ce173} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12028 | 2024.06.22 01:37:55.264776 [ 3 ] {3cd1dade-4f46-477c-9353-87494f4ce173} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12029 | 2024.06.22 01:37:55.264814 [ 3 ] {3cd1dade-4f46-477c-9353-87494f4ce173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
12030 | 2024.06.22 01:37:55.265128 [ 3 ] {3cd1dade-4f46-477c-9353-87494f4ce173} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12031 | 2024.06.22 01:37:55.265440 [ 3 ] {3cd1dade-4f46-477c-9353-87494f4ce173} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12032 | 2024.06.22 01:37:55.265590 [ 3 ] {3cd1dade-4f46-477c-9353-87494f4ce173} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.001406 sec., 77524.893314367 rows/sec., 6.06 MiB/sec. | ||
12033 | 2024.06.22 01:37:55.265843 [ 3 ] {3cd1dade-4f46-477c-9353-87494f4ce173} <Debug> DynamicQueryHandler: Done processing query | ||
12034 | 2024.06.22 01:37:55.265900 [ 3 ] {3cd1dade-4f46-477c-9353-87494f4ce173} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12035 | 2024.06.22 01:37:55.265954 [ 3 ] {} <Debug> HTTP-Session: 93b1a8a1-7937-43e3-ab8e-745824527684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12036 | 2024.06.22 01:37:55.266227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12037 | 2024.06.22 01:37:55.266281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12038 | 2024.06.22 01:37:55.266300 [ 3 ] {} <Debug> HTTP-Session: 27f29a07-52ec-4ef4-be29-b5c50ac6a104 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12039 | 2024.06.22 01:37:55.266317 [ 3 ] {} <Debug> HTTP-Session: 27f29a07-52ec-4ef4-be29-b5c50ac6a104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12040 | 2024.06.22 01:37:55.266330 [ 3 ] {} <Debug> HTTP-Session: 27f29a07-52ec-4ef4-be29-b5c50ac6a104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12041 | 2024.06.22 01:37:55.266362 [ 3 ] {} <Trace> HTTP-Session: 27f29a07-52ec-4ef4-be29-b5c50ac6a104 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12042 | 2024.06.22 01:37:55.266514 [ 3 ] {73c5e44a-e077-414e-ab16-d9f46d78f6ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12043 | 2024.06.22 01:37:55.266565 [ 3 ] {73c5e44a-e077-414e-ab16-d9f46d78f6ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12044 | 2024.06.22 01:37:55.266730 [ 3 ] {73c5e44a-e077-414e-ab16-d9f46d78f6ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12045 | 2024.06.22 01:37:55.267097 [ 3 ] {73c5e44a-e077-414e-ab16-d9f46d78f6ee} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12046 | 2024.06.22 01:37:55.267133 [ 3 ] {73c5e44a-e077-414e-ab16-d9f46d78f6ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
12047 | 2024.06.22 01:37:55.267531 [ 3 ] {73c5e44a-e077-414e-ab16-d9f46d78f6ee} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12048 | 2024.06.22 01:37:55.267886 [ 3 ] {73c5e44a-e077-414e-ab16-d9f46d78f6ee} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12049 | 2024.06.22 01:37:55.268040 [ 3 ] {73c5e44a-e077-414e-ab16-d9f46d78f6ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001591 sec., 100565.6819610308 rows/sec., 7.00 MiB/sec. | ||
12050 | 2024.06.22 01:37:55.268234 [ 3 ] {73c5e44a-e077-414e-ab16-d9f46d78f6ee} <Debug> DynamicQueryHandler: Done processing query | ||
12051 | 2024.06.22 01:37:55.268272 [ 3 ] {73c5e44a-e077-414e-ab16-d9f46d78f6ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12052 | 2024.06.22 01:37:55.268304 [ 3 ] {} <Debug> HTTP-Session: 27f29a07-52ec-4ef4-be29-b5c50ac6a104 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12053 | 2024.06.22 01:37:55.268475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12054 | 2024.06.22 01:37:55.268526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12055 | 2024.06.22 01:37:55.268545 [ 3 ] {} <Debug> HTTP-Session: b30ec63b-c618-4237-aae1-134cfd5c8b7c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12056 | 2024.06.22 01:37:55.268562 [ 3 ] {} <Debug> HTTP-Session: b30ec63b-c618-4237-aae1-134cfd5c8b7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12057 | 2024.06.22 01:37:55.268575 [ 3 ] {} <Debug> HTTP-Session: b30ec63b-c618-4237-aae1-134cfd5c8b7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12058 | 2024.06.22 01:37:55.268606 [ 3 ] {} <Trace> HTTP-Session: b30ec63b-c618-4237-aae1-134cfd5c8b7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12059 | 2024.06.22 01:37:55.268918 [ 3 ] {6366a5ee-d192-4b8f-8acc-9bedef4cbdef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12060 | 2024.06.22 01:37:55.268968 [ 3 ] {6366a5ee-d192-4b8f-8acc-9bedef4cbdef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12061 | 2024.06.22 01:37:55.269130 [ 3 ] {6366a5ee-d192-4b8f-8acc-9bedef4cbdef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12062 | 2024.06.22 01:37:55.269702 [ 3 ] {6366a5ee-d192-4b8f-8acc-9bedef4cbdef} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12063 | 2024.06.22 01:37:55.269738 [ 3 ] {6366a5ee-d192-4b8f-8acc-9bedef4cbdef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
12064 | 2024.06.22 01:37:55.270175 [ 3 ] {6366a5ee-d192-4b8f-8acc-9bedef4cbdef} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12065 | 2024.06.22 01:37:55.270529 [ 3 ] {6366a5ee-d192-4b8f-8acc-9bedef4cbdef} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12066 | 2024.06.22 01:37:55.270696 [ 3 ] {6366a5ee-d192-4b8f-8acc-9bedef4cbdef} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.002 sec., 22500 rows/sec., 30.36 MiB/sec. | ||
12067 | 2024.06.22 01:37:55.270998 [ 3 ] {6366a5ee-d192-4b8f-8acc-9bedef4cbdef} <Debug> DynamicQueryHandler: Done processing query | ||
12068 | 2024.06.22 01:37:55.271073 [ 3 ] {6366a5ee-d192-4b8f-8acc-9bedef4cbdef} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12069 | 2024.06.22 01:37:55.271139 [ 3 ] {} <Debug> HTTP-Session: b30ec63b-c618-4237-aae1-134cfd5c8b7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12070 | 2024.06.22 01:37:55.271396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12071 | 2024.06.22 01:37:55.271451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12072 | 2024.06.22 01:37:55.271472 [ 3 ] {} <Debug> HTTP-Session: 26a09fc7-eda3-49b2-a1f7-3f2c2e84712d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12073 | 2024.06.22 01:37:55.271489 [ 3 ] {} <Debug> HTTP-Session: 26a09fc7-eda3-49b2-a1f7-3f2c2e84712d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12074 | 2024.06.22 01:37:55.271502 [ 3 ] {} <Debug> HTTP-Session: 26a09fc7-eda3-49b2-a1f7-3f2c2e84712d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12075 | 2024.06.22 01:37:55.271535 [ 3 ] {} <Trace> HTTP-Session: 26a09fc7-eda3-49b2-a1f7-3f2c2e84712d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12076 | 2024.06.22 01:37:55.271672 [ 3 ] {db334f80-5e4e-48b3-8c93-f97ae4a8d58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12077 | 2024.06.22 01:37:55.271718 [ 3 ] {db334f80-5e4e-48b3-8c93-f97ae4a8d58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12078 | 2024.06.22 01:37:55.271861 [ 3 ] {db334f80-5e4e-48b3-8c93-f97ae4a8d58a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12079 | 2024.06.22 01:37:55.272139 [ 3 ] {db334f80-5e4e-48b3-8c93-f97ae4a8d58a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12080 | 2024.06.22 01:37:55.272175 [ 3 ] {db334f80-5e4e-48b3-8c93-f97ae4a8d58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
12081 | 2024.06.22 01:37:55.272539 [ 3 ] {db334f80-5e4e-48b3-8c93-f97ae4a8d58a} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12082 | 2024.06.22 01:37:55.272868 [ 3 ] {db334f80-5e4e-48b3-8c93-f97ae4a8d58a} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12083 | 2024.06.22 01:37:55.273011 [ 3 ] {db334f80-5e4e-48b3-8c93-f97ae4a8d58a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
12084 | 2024.06.22 01:37:55.273181 [ 3 ] {db334f80-5e4e-48b3-8c93-f97ae4a8d58a} <Debug> DynamicQueryHandler: Done processing query | ||
12085 | 2024.06.22 01:37:55.273205 [ 3 ] {db334f80-5e4e-48b3-8c93-f97ae4a8d58a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12086 | 2024.06.22 01:37:55.273221 [ 3 ] {} <Debug> HTTP-Session: 26a09fc7-eda3-49b2-a1f7-3f2c2e84712d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12087 | 2024.06.22 01:37:56.314271 [ 87 ] {} <Debug> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
12088 | 2024.06.22 01:37:56.314366 [ 87 ] {} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12089 | 2024.06.22 01:37:56.314410 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
12090 | 2024.06.22 01:37:56.314691 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
12091 | 2024.06.22 01:37:56.315003 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12092 | 2024.06.22 01:37:56.315064 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 14 rows starting from the beginning of the part | ||
12093 | 2024.06.22 01:37:56.315212 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
12094 | 2024.06.22 01:37:56.315465 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
12095 | 2024.06.22 01:37:56.315721 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
12096 | 2024.06.22 01:37:56.315899 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
12097 | 2024.06.22 01:37:56.316999 [ 200 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002487857 sec., 11254.666164494181 rows/sec., 785.85 KiB/sec. | ||
12098 | 2024.06.22 01:37:56.317207 [ 200 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
12099 | 2024.06.22 01:37:56.317695 [ 200 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_26_6} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12100 | 2024.06.22 01:37:56.317783 [ 200 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_26_6} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
12101 | 2024.06.22 01:37:56.317882 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12102 | 2024.06.22 01:37:57.482485 [ 86 ] {} <Debug> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
12103 | 2024.06.22 01:37:57.482584 [ 86 ] {} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12104 | 2024.06.22 01:37:57.482627 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
12105 | 2024.06.22 01:37:57.482852 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
12106 | 2024.06.22 01:37:57.483154 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12107 | 2024.06.22 01:37:57.483213 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 14 rows starting from the beginning of the part | ||
12108 | 2024.06.22 01:37:57.483332 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
12109 | 2024.06.22 01:37:57.483559 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
12110 | 2024.06.22 01:37:57.483773 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
12111 | 2024.06.22 01:37:57.483893 [ 202 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
12112 | 2024.06.22 01:37:57.484932 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002209415 sec., 12673.037885594149 rows/sec., 1.01 MiB/sec. | ||
12113 | 2024.06.22 01:37:57.485180 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
12114 | 2024.06.22 01:37:57.485794 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_26_6} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12115 | 2024.06.22 01:37:57.485890 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_26_6} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
12116 | 2024.06.22 01:37:57.485990 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12117 | 2024.06.22 01:38:00.257633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12118 | 2024.06.22 01:38:00.257835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12119 | 2024.06.22 01:38:00.257880 [ 3 ] {} <Debug> HTTP-Session: c076d106-1208-48c4-99e9-b85a0da53074 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12120 | 2024.06.22 01:38:00.257921 [ 3 ] {} <Debug> HTTP-Session: c076d106-1208-48c4-99e9-b85a0da53074 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12121 | 2024.06.22 01:38:00.257950 [ 3 ] {} <Debug> HTTP-Session: c076d106-1208-48c4-99e9-b85a0da53074 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12122 | 2024.06.22 01:38:00.258032 [ 3 ] {} <Trace> HTTP-Session: c076d106-1208-48c4-99e9-b85a0da53074 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12123 | 2024.06.22 01:38:00.258313 [ 3 ] {098bc56d-c2be-4ff9-8891-b8a3e3d41263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12124 | 2024.06.22 01:38:00.258421 [ 3 ] {098bc56d-c2be-4ff9-8891-b8a3e3d41263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12125 | 2024.06.22 01:38:00.258744 [ 3 ] {098bc56d-c2be-4ff9-8891-b8a3e3d41263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12126 | 2024.06.22 01:38:00.259166 [ 3 ] {098bc56d-c2be-4ff9-8891-b8a3e3d41263} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12127 | 2024.06.22 01:38:00.259208 [ 3 ] {098bc56d-c2be-4ff9-8891-b8a3e3d41263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12128 | 2024.06.22 01:38:00.259585 [ 3 ] {098bc56d-c2be-4ff9-8891-b8a3e3d41263} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12129 | 2024.06.22 01:38:00.259927 [ 3 ] {098bc56d-c2be-4ff9-8891-b8a3e3d41263} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12130 | 2024.06.22 01:38:00.260070 [ 84 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 6 parts from all_1_53_11 to all_58_58_0 | ||
12131 | 2024.06.22 01:38:00.260077 [ 3 ] {098bc56d-c2be-4ff9-8891-b8a3e3d41263} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001852 sec., 2159.8272138228945 rows/sec., 175.06 KiB/sec. | ||
12132 | 2024.06.22 01:38:00.260112 [ 84 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12133 | 2024.06.22 01:38:00.260145 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12134 | 2024.06.22 01:38:00.260341 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_53_11 to all_58_58_0 into Compact with storage Full | ||
12135 | 2024.06.22 01:38:00.260395 [ 3 ] {098bc56d-c2be-4ff9-8891-b8a3e3d41263} <Debug> DynamicQueryHandler: Done processing query | ||
12136 | 2024.06.22 01:38:00.260483 [ 3 ] {098bc56d-c2be-4ff9-8891-b8a3e3d41263} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12137 | 2024.06.22 01:38:00.260565 [ 3 ] {} <Debug> HTTP-Session: c076d106-1208-48c4-99e9-b85a0da53074 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12138 | 2024.06.22 01:38:00.260845 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12139 | 2024.06.22 01:38:00.260919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12140 | 2024.06.22 01:38:00.260947 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_11, total 49 rows starting from the beginning of the part | ||
12141 | 2024.06.22 01:38:00.261100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12142 | 2024.06.22 01:38:00.261268 [ 3 ] {} <Debug> HTTP-Session: 10ed8ce6-f259-462a-9f71-c7a377bcd990 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12143 | 2024.06.22 01:38:00.261393 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
12144 | 2024.06.22 01:38:00.261396 [ 3 ] {} <Debug> HTTP-Session: 10ed8ce6-f259-462a-9f71-c7a377bcd990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12145 | 2024.06.22 01:38:00.261509 [ 3 ] {} <Debug> HTTP-Session: 10ed8ce6-f259-462a-9f71-c7a377bcd990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12146 | 2024.06.22 01:38:00.261707 [ 3 ] {} <Trace> HTTP-Session: 10ed8ce6-f259-462a-9f71-c7a377bcd990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12147 | 2024.06.22 01:38:00.261859 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 45 rows starting from the beginning of the part | ||
12148 | 2024.06.22 01:38:00.262229 [ 3 ] {86a704d3-b09d-45fe-a0cc-d8d59427c1d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12149 | 2024.06.22 01:38:00.262296 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part | ||
12150 | 2024.06.22 01:38:00.262440 [ 3 ] {86a704d3-b09d-45fe-a0cc-d8d59427c1d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12151 | 2024.06.22 01:38:00.262697 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 45 rows starting from the beginning of the part | ||
12152 | 2024.06.22 01:38:00.263002 [ 188 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part | ||
12153 | 2024.06.22 01:38:00.263600 [ 3 ] {86a704d3-b09d-45fe-a0cc-d8d59427c1d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12154 | 2024.06.22 01:38:00.264355 [ 3 ] {86a704d3-b09d-45fe-a0cc-d8d59427c1d9} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12155 | 2024.06.22 01:38:00.264419 [ 3 ] {86a704d3-b09d-45fe-a0cc-d8d59427c1d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12156 | 2024.06.22 01:38:00.265235 [ 3 ] {86a704d3-b09d-45fe-a0cc-d8d59427c1d9} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12157 | 2024.06.22 01:38:00.265846 [ 186 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 4 columns (4 merged, 0 gathered) in 0.005622638 sec., 26855.721460282522 rows/sec., 2.13 MiB/sec. | ||
12158 | 2024.06.22 01:38:00.266088 [ 3 ] {86a704d3-b09d-45fe-a0cc-d8d59427c1d9} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12159 | 2024.06.22 01:38:00.266118 [ 186 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Trace> MergedBlockOutputStream: filled checksums all_1_58_12 (state Temporary) | ||
12160 | 2024.06.22 01:38:00.266345 [ 3 ] {86a704d3-b09d-45fe-a0cc-d8d59427c1d9} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.004361 sec., 15592.753955514789 rows/sec., 1.23 MiB/sec. | ||
12161 | 2024.06.22 01:38:00.266768 [ 3 ] {86a704d3-b09d-45fe-a0cc-d8d59427c1d9} <Debug> DynamicQueryHandler: Done processing query | ||
12162 | 2024.06.22 01:38:00.266804 [ 3 ] {86a704d3-b09d-45fe-a0cc-d8d59427c1d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12163 | 2024.06.22 01:38:00.266848 [ 3 ] {} <Debug> HTTP-Session: 10ed8ce6-f259-462a-9f71-c7a377bcd990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12164 | 2024.06.22 01:38:00.267013 [ 192 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_58_12 to all_1_58_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12165 | 2024.06.22 01:38:00.267030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12166 | 2024.06.22 01:38:00.267100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12167 | 2024.06.22 01:38:00.267121 [ 192 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_58_12} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 6 parts: [all_1_53_11, all_58_58_0] -> all_1_58_12 | ||
12168 | 2024.06.22 01:38:00.267125 [ 3 ] {} <Debug> HTTP-Session: 1699e2f4-2550-48a4-8f6e-317e96309916 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12169 | 2024.06.22 01:38:00.267151 [ 3 ] {} <Debug> HTTP-Session: 1699e2f4-2550-48a4-8f6e-317e96309916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12170 | 2024.06.22 01:38:00.267175 [ 3 ] {} <Debug> HTTP-Session: 1699e2f4-2550-48a4-8f6e-317e96309916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12171 | 2024.06.22 01:38:00.267223 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12172 | 2024.06.22 01:38:00.267230 [ 3 ] {} <Trace> HTTP-Session: 1699e2f4-2550-48a4-8f6e-317e96309916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12173 | 2024.06.22 01:38:00.267369 [ 3 ] {d13ce492-0b93-4941-a228-88619bc124e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12174 | 2024.06.22 01:38:00.267414 [ 3 ] {d13ce492-0b93-4941-a228-88619bc124e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12175 | 2024.06.22 01:38:00.267560 [ 3 ] {d13ce492-0b93-4941-a228-88619bc124e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12176 | 2024.06.22 01:38:00.267913 [ 3 ] {d13ce492-0b93-4941-a228-88619bc124e8} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12177 | 2024.06.22 01:38:00.267950 [ 3 ] {d13ce492-0b93-4941-a228-88619bc124e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12178 | 2024.06.22 01:38:00.268272 [ 3 ] {d13ce492-0b93-4941-a228-88619bc124e8} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12179 | 2024.06.22 01:38:00.268600 [ 3 ] {d13ce492-0b93-4941-a228-88619bc124e8} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12180 | 2024.06.22 01:38:00.268734 [ 3 ] {d13ce492-0b93-4941-a228-88619bc124e8} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001413 sec., 48124.557678697805 rows/sec., 3.76 MiB/sec. | ||
12181 | 2024.06.22 01:38:00.268911 [ 3 ] {d13ce492-0b93-4941-a228-88619bc124e8} <Debug> DynamicQueryHandler: Done processing query | ||
12182 | 2024.06.22 01:38:00.268936 [ 3 ] {d13ce492-0b93-4941-a228-88619bc124e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12183 | 2024.06.22 01:38:00.268953 [ 3 ] {} <Debug> HTTP-Session: 1699e2f4-2550-48a4-8f6e-317e96309916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12184 | 2024.06.22 01:38:00.269184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12185 | 2024.06.22 01:38:00.269234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12186 | 2024.06.22 01:38:00.269253 [ 3 ] {} <Debug> HTTP-Session: a8a0dc23-95c8-465a-9315-36bc6f3c93e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12187 | 2024.06.22 01:38:00.269270 [ 3 ] {} <Debug> HTTP-Session: a8a0dc23-95c8-465a-9315-36bc6f3c93e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12188 | 2024.06.22 01:38:00.269284 [ 3 ] {} <Debug> HTTP-Session: a8a0dc23-95c8-465a-9315-36bc6f3c93e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12189 | 2024.06.22 01:38:00.269315 [ 3 ] {} <Trace> HTTP-Session: a8a0dc23-95c8-465a-9315-36bc6f3c93e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12190 | 2024.06.22 01:38:00.269464 [ 3 ] {36c8587f-0950-4f9d-93bb-36eed8ba38a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12191 | 2024.06.22 01:38:00.269511 [ 3 ] {36c8587f-0950-4f9d-93bb-36eed8ba38a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12192 | 2024.06.22 01:38:00.269656 [ 3 ] {36c8587f-0950-4f9d-93bb-36eed8ba38a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12193 | 2024.06.22 01:38:00.270044 [ 3 ] {36c8587f-0950-4f9d-93bb-36eed8ba38a8} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12194 | 2024.06.22 01:38:00.270080 [ 3 ] {36c8587f-0950-4f9d-93bb-36eed8ba38a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12195 | 2024.06.22 01:38:00.270471 [ 3 ] {36c8587f-0950-4f9d-93bb-36eed8ba38a8} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12196 | 2024.06.22 01:38:00.270812 [ 3 ] {36c8587f-0950-4f9d-93bb-36eed8ba38a8} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12197 | 2024.06.22 01:38:00.270969 [ 3 ] {36c8587f-0950-4f9d-93bb-36eed8ba38a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
12198 | 2024.06.22 01:38:00.271152 [ 3 ] {36c8587f-0950-4f9d-93bb-36eed8ba38a8} <Debug> DynamicQueryHandler: Done processing query | ||
12199 | 2024.06.22 01:38:00.271177 [ 3 ] {36c8587f-0950-4f9d-93bb-36eed8ba38a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12200 | 2024.06.22 01:38:00.271194 [ 3 ] {} <Debug> HTTP-Session: a8a0dc23-95c8-465a-9315-36bc6f3c93e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12201 | 2024.06.22 01:38:00.271328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12202 | 2024.06.22 01:38:00.271378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12203 | 2024.06.22 01:38:00.271397 [ 3 ] {} <Debug> HTTP-Session: 1db67dc9-fa86-4097-bcc4-19778bc6d7e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12204 | 2024.06.22 01:38:00.271414 [ 3 ] {} <Debug> HTTP-Session: 1db67dc9-fa86-4097-bcc4-19778bc6d7e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12205 | 2024.06.22 01:38:00.271427 [ 3 ] {} <Debug> HTTP-Session: 1db67dc9-fa86-4097-bcc4-19778bc6d7e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12206 | 2024.06.22 01:38:00.271458 [ 3 ] {} <Trace> HTTP-Session: 1db67dc9-fa86-4097-bcc4-19778bc6d7e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12207 | 2024.06.22 01:38:00.271587 [ 3 ] {030741c3-99f3-42f3-9cfd-93bf38ef0bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12208 | 2024.06.22 01:38:00.271636 [ 3 ] {030741c3-99f3-42f3-9cfd-93bf38ef0bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12209 | 2024.06.22 01:38:00.271796 [ 3 ] {030741c3-99f3-42f3-9cfd-93bf38ef0bfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12210 | 2024.06.22 01:38:00.272126 [ 3 ] {030741c3-99f3-42f3-9cfd-93bf38ef0bfd} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12211 | 2024.06.22 01:38:00.272163 [ 3 ] {030741c3-99f3-42f3-9cfd-93bf38ef0bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12212 | 2024.06.22 01:38:00.272545 [ 3 ] {030741c3-99f3-42f3-9cfd-93bf38ef0bfd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12213 | 2024.06.22 01:38:00.272894 [ 3 ] {030741c3-99f3-42f3-9cfd-93bf38ef0bfd} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12214 | 2024.06.22 01:38:00.273059 [ 3 ] {030741c3-99f3-42f3-9cfd-93bf38ef0bfd} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001524 sec., 2624.6719160104985 rows/sec., 3.54 MiB/sec. | ||
12215 | 2024.06.22 01:38:00.273248 [ 3 ] {030741c3-99f3-42f3-9cfd-93bf38ef0bfd} <Debug> DynamicQueryHandler: Done processing query | ||
12216 | 2024.06.22 01:38:00.273273 [ 3 ] {030741c3-99f3-42f3-9cfd-93bf38ef0bfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12217 | 2024.06.22 01:38:00.273289 [ 3 ] {} <Debug> HTTP-Session: 1db67dc9-fa86-4097-bcc4-19778bc6d7e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12218 | 2024.06.22 01:38:00.273452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12219 | 2024.06.22 01:38:00.273502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12220 | 2024.06.22 01:38:00.273520 [ 3 ] {} <Debug> HTTP-Session: 4c3f4fef-c3b5-457a-ab1a-f61f2b5758df Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12221 | 2024.06.22 01:38:00.273537 [ 3 ] {} <Debug> HTTP-Session: 4c3f4fef-c3b5-457a-ab1a-f61f2b5758df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12222 | 2024.06.22 01:38:00.273551 [ 3 ] {} <Debug> HTTP-Session: 4c3f4fef-c3b5-457a-ab1a-f61f2b5758df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12223 | 2024.06.22 01:38:00.273581 [ 3 ] {} <Trace> HTTP-Session: 4c3f4fef-c3b5-457a-ab1a-f61f2b5758df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12224 | 2024.06.22 01:38:00.273703 [ 3 ] {bc468ee0-5878-4fab-bf6b-c119cabdfa6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12225 | 2024.06.22 01:38:00.273747 [ 3 ] {bc468ee0-5878-4fab-bf6b-c119cabdfa6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12226 | 2024.06.22 01:38:00.273875 [ 3 ] {bc468ee0-5878-4fab-bf6b-c119cabdfa6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12227 | 2024.06.22 01:38:00.274162 [ 3 ] {bc468ee0-5878-4fab-bf6b-c119cabdfa6c} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12228 | 2024.06.22 01:38:00.274197 [ 3 ] {bc468ee0-5878-4fab-bf6b-c119cabdfa6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12229 | 2024.06.22 01:38:00.274558 [ 3 ] {bc468ee0-5878-4fab-bf6b-c119cabdfa6c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12230 | 2024.06.22 01:38:00.274898 [ 3 ] {bc468ee0-5878-4fab-bf6b-c119cabdfa6c} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12231 | 2024.06.22 01:38:00.275060 [ 3 ] {bc468ee0-5878-4fab-bf6b-c119cabdfa6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
12232 | 2024.06.22 01:38:00.275231 [ 3 ] {bc468ee0-5878-4fab-bf6b-c119cabdfa6c} <Debug> DynamicQueryHandler: Done processing query | ||
12233 | 2024.06.22 01:38:00.275256 [ 3 ] {bc468ee0-5878-4fab-bf6b-c119cabdfa6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12234 | 2024.06.22 01:38:00.275272 [ 3 ] {} <Debug> HTTP-Session: 4c3f4fef-c3b5-457a-ab1a-f61f2b5758df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12235 | 2024.06.22 01:38:03.819223 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12236 | 2024.06.22 01:38:03.819292 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12237 | 2024.06.22 01:38:05.259048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12238 | 2024.06.22 01:38:05.259222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12239 | 2024.06.22 01:38:05.259267 [ 3 ] {} <Debug> HTTP-Session: b2618497-33a6-4d3f-99a4-71977bb4a7f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12240 | 2024.06.22 01:38:05.259308 [ 3 ] {} <Debug> HTTP-Session: b2618497-33a6-4d3f-99a4-71977bb4a7f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12241 | 2024.06.22 01:38:05.259336 [ 3 ] {} <Debug> HTTP-Session: b2618497-33a6-4d3f-99a4-71977bb4a7f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12242 | 2024.06.22 01:38:05.259415 [ 3 ] {} <Trace> HTTP-Session: b2618497-33a6-4d3f-99a4-71977bb4a7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12243 | 2024.06.22 01:38:05.259722 [ 3 ] {368eef86-a4ce-4bdf-b860-5b03dfae5ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12244 | 2024.06.22 01:38:05.259842 [ 3 ] {368eef86-a4ce-4bdf-b860-5b03dfae5ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12245 | 2024.06.22 01:38:05.260057 [ 3 ] {368eef86-a4ce-4bdf-b860-5b03dfae5ea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12246 | 2024.06.22 01:38:05.260507 [ 3 ] {368eef86-a4ce-4bdf-b860-5b03dfae5ea9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12247 | 2024.06.22 01:38:05.260550 [ 3 ] {368eef86-a4ce-4bdf-b860-5b03dfae5ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12248 | 2024.06.22 01:38:05.260939 [ 3 ] {368eef86-a4ce-4bdf-b860-5b03dfae5ea9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12249 | 2024.06.22 01:38:05.261277 [ 3 ] {368eef86-a4ce-4bdf-b860-5b03dfae5ea9} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12250 | 2024.06.22 01:38:05.261445 [ 3 ] {368eef86-a4ce-4bdf-b860-5b03dfae5ea9} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001825 sec., 24657.534246575342 rows/sec., 1.95 MiB/sec. | ||
12251 | 2024.06.22 01:38:05.261801 [ 3 ] {368eef86-a4ce-4bdf-b860-5b03dfae5ea9} <Debug> DynamicQueryHandler: Done processing query | ||
12252 | 2024.06.22 01:38:05.261872 [ 3 ] {368eef86-a4ce-4bdf-b860-5b03dfae5ea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12253 | 2024.06.22 01:38:05.261936 [ 3 ] {} <Debug> HTTP-Session: b2618497-33a6-4d3f-99a4-71977bb4a7f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12254 | 2024.06.22 01:38:05.262141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 28267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12255 | 2024.06.22 01:38:05.262201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12256 | 2024.06.22 01:38:05.262221 [ 3 ] {} <Debug> HTTP-Session: 390acf9a-e80a-4ce5-95c7-768b15c3dd76 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12257 | 2024.06.22 01:38:05.262239 [ 3 ] {} <Debug> HTTP-Session: 390acf9a-e80a-4ce5-95c7-768b15c3dd76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12258 | 2024.06.22 01:38:05.262252 [ 3 ] {} <Debug> HTTP-Session: 390acf9a-e80a-4ce5-95c7-768b15c3dd76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12259 | 2024.06.22 01:38:05.262288 [ 3 ] {} <Trace> HTTP-Session: 390acf9a-e80a-4ce5-95c7-768b15c3dd76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12260 | 2024.06.22 01:38:05.262452 [ 3 ] {67c56e2a-6d2b-4e31-82ff-a59c9e08c116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12261 | 2024.06.22 01:38:05.262498 [ 3 ] {67c56e2a-6d2b-4e31-82ff-a59c9e08c116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12262 | 2024.06.22 01:38:05.262651 [ 3 ] {67c56e2a-6d2b-4e31-82ff-a59c9e08c116} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12263 | 2024.06.22 01:38:05.263112 [ 3 ] {67c56e2a-6d2b-4e31-82ff-a59c9e08c116} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12264 | 2024.06.22 01:38:05.263151 [ 3 ] {67c56e2a-6d2b-4e31-82ff-a59c9e08c116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12265 | 2024.06.22 01:38:05.263486 [ 3 ] {67c56e2a-6d2b-4e31-82ff-a59c9e08c116} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
12266 | 2024.06.22 01:38:05.263802 [ 3 ] {67c56e2a-6d2b-4e31-82ff-a59c9e08c116} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12267 | 2024.06.22 01:38:05.263956 [ 3 ] {67c56e2a-6d2b-4e31-82ff-a59c9e08c116} <Debug> executeQuery: Read 191 rows, 16.65 KiB in 0.001581 sec., 120809.61416824795 rows/sec., 10.28 MiB/sec. | ||
12268 | 2024.06.22 01:38:05.263974 [ 79 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
12269 | 2024.06.22 01:38:05.264092 [ 79 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12270 | 2024.06.22 01:38:05.264134 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12271 | 2024.06.22 01:38:05.264220 [ 3 ] {67c56e2a-6d2b-4e31-82ff-a59c9e08c116} <Debug> DynamicQueryHandler: Done processing query | ||
12272 | 2024.06.22 01:38:05.264300 [ 3 ] {67c56e2a-6d2b-4e31-82ff-a59c9e08c116} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12273 | 2024.06.22 01:38:05.264413 [ 3 ] {} <Debug> HTTP-Session: 390acf9a-e80a-4ce5-95c7-768b15c3dd76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12274 | 2024.06.22 01:38:05.264474 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
12275 | 2024.06.22 01:38:05.264742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 18513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12276 | 2024.06.22 01:38:05.265136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12277 | 2024.06.22 01:38:05.265164 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12278 | 2024.06.22 01:38:05.265281 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 246 rows starting from the beginning of the part | ||
12279 | 2024.06.22 01:38:05.265273 [ 3 ] {} <Debug> HTTP-Session: 8e732e35-646d-4eb0-9656-529356d47d4e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12280 | 2024.06.22 01:38:05.265402 [ 3 ] {} <Debug> HTTP-Session: 8e732e35-646d-4eb0-9656-529356d47d4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12281 | 2024.06.22 01:38:05.265558 [ 3 ] {} <Debug> HTTP-Session: 8e732e35-646d-4eb0-9656-529356d47d4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12282 | 2024.06.22 01:38:05.265745 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 230 rows starting from the beginning of the part | ||
12283 | 2024.06.22 01:38:05.265928 [ 3 ] {} <Trace> HTTP-Session: 8e732e35-646d-4eb0-9656-529356d47d4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12284 | 2024.06.22 01:38:05.266086 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 68 rows starting from the beginning of the part | ||
12285 | 2024.06.22 01:38:05.266439 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 191 rows starting from the beginning of the part | ||
12286 | 2024.06.22 01:38:05.266583 [ 3 ] {3feeed76-d5fa-4a86-b0c1-a0582a00388f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12287 | 2024.06.22 01:38:05.266707 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 68 rows starting from the beginning of the part | ||
12288 | 2024.06.22 01:38:05.266800 [ 3 ] {3feeed76-d5fa-4a86-b0c1-a0582a00388f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12289 | 2024.06.22 01:38:05.266933 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 191 rows starting from the beginning of the part | ||
12290 | 2024.06.22 01:38:05.267664 [ 3 ] {3feeed76-d5fa-4a86-b0c1-a0582a00388f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12291 | 2024.06.22 01:38:05.268523 [ 3 ] {3feeed76-d5fa-4a86-b0c1-a0582a00388f} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12292 | 2024.06.22 01:38:05.268592 [ 3 ] {3feeed76-d5fa-4a86-b0c1-a0582a00388f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12293 | 2024.06.22 01:38:05.269342 [ 3 ] {3feeed76-d5fa-4a86-b0c1-a0582a00388f} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
12294 | 2024.06.22 01:38:05.269981 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 994 rows, containing 4 columns (4 merged, 0 gathered) in 0.005746528 sec., 172974.011437863 rows/sec., 14.43 MiB/sec. | ||
12295 | 2024.06.22 01:38:05.270197 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
12296 | 2024.06.22 01:38:05.270263 [ 3 ] {3feeed76-d5fa-4a86-b0c1-a0582a00388f} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12297 | 2024.06.22 01:38:05.270654 [ 3 ] {3feeed76-d5fa-4a86-b0c1-a0582a00388f} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.004437 sec., 24566.14829839982 rows/sec., 1.92 MiB/sec. | ||
12298 | 2024.06.22 01:38:05.270754 [ 79 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
12299 | 2024.06.22 01:38:05.270986 [ 79 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12300 | 2024.06.22 01:38:05.271145 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12301 | 2024.06.22 01:38:05.271353 [ 3 ] {3feeed76-d5fa-4a86-b0c1-a0582a00388f} <Debug> DynamicQueryHandler: Done processing query | ||
12302 | 2024.06.22 01:38:05.271429 [ 3 ] {3feeed76-d5fa-4a86-b0c1-a0582a00388f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12303 | 2024.06.22 01:38:05.271487 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
12304 | 2024.06.22 01:38:05.271497 [ 3 ] {} <Debug> HTTP-Session: 8e732e35-646d-4eb0-9656-529356d47d4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12305 | 2024.06.22 01:38:05.271572 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12306 | 2024.06.22 01:38:05.271815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12307 | 2024.06.22 01:38:05.271878 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_91_18} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
12308 | 2024.06.22 01:38:05.271969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12309 | 2024.06.22 01:38:05.271988 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12310 | 2024.06.22 01:38:05.272071 [ 3 ] {} <Debug> HTTP-Session: a34fda39-ef6c-4468-a7c4-d808c854cd00 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12311 | 2024.06.22 01:38:05.272131 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 172 rows starting from the beginning of the part | ||
12312 | 2024.06.22 01:38:05.272146 [ 3 ] {} <Debug> HTTP-Session: a34fda39-ef6c-4468-a7c4-d808c854cd00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12313 | 2024.06.22 01:38:05.272158 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
12314 | 2024.06.22 01:38:05.272198 [ 3 ] {} <Debug> HTTP-Session: a34fda39-ef6c-4468-a7c4-d808c854cd00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12315 | 2024.06.22 01:38:05.272365 [ 3 ] {} <Trace> HTTP-Session: a34fda39-ef6c-4468-a7c4-d808c854cd00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12316 | 2024.06.22 01:38:05.272417 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 139 rows starting from the beginning of the part | ||
12317 | 2024.06.22 01:38:05.272689 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 68 rows starting from the beginning of the part | ||
12318 | 2024.06.22 01:38:05.272927 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 109 rows starting from the beginning of the part | ||
12319 | 2024.06.22 01:38:05.272942 [ 3 ] {e15b4706-1b13-45e9-814e-0b634667bd9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12320 | 2024.06.22 01:38:05.273160 [ 3 ] {e15b4706-1b13-45e9-814e-0b634667bd9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12321 | 2024.06.22 01:38:05.273173 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 68 rows starting from the beginning of the part | ||
12322 | 2024.06.22 01:38:05.273471 [ 199 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 109 rows starting from the beginning of the part | ||
12323 | 2024.06.22 01:38:05.274216 [ 3 ] {e15b4706-1b13-45e9-814e-0b634667bd9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12324 | 2024.06.22 01:38:05.275122 [ 3 ] {e15b4706-1b13-45e9-814e-0b634667bd9a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12325 | 2024.06.22 01:38:05.275201 [ 3 ] {e15b4706-1b13-45e9-814e-0b634667bd9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12326 | 2024.06.22 01:38:05.276236 [ 3 ] {e15b4706-1b13-45e9-814e-0b634667bd9a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
12327 | 2024.06.22 01:38:05.276258 [ 197 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 665 rows, containing 4 columns (4 merged, 0 gathered) in 0.004972404 sec., 133738.12747314983 rows/sec., 10.44 MiB/sec. | ||
12328 | 2024.06.22 01:38:05.276522 [ 197 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
12329 | 2024.06.22 01:38:05.276972 [ 3 ] {e15b4706-1b13-45e9-814e-0b634667bd9a} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12330 | 2024.06.22 01:38:05.277334 [ 3 ] {e15b4706-1b13-45e9-814e-0b634667bd9a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004693 sec., 34093.330492222456 rows/sec., 2.37 MiB/sec. | ||
12331 | 2024.06.22 01:38:05.277351 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
12332 | 2024.06.22 01:38:05.277489 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12333 | 2024.06.22 01:38:05.277577 [ 192 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12334 | 2024.06.22 01:38:05.277600 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12335 | 2024.06.22 01:38:05.277876 [ 3 ] {e15b4706-1b13-45e9-814e-0b634667bd9a} <Debug> DynamicQueryHandler: Done processing query | ||
12336 | 2024.06.22 01:38:05.277927 [ 192 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_91_18} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
12337 | 2024.06.22 01:38:05.277972 [ 3 ] {e15b4706-1b13-45e9-814e-0b634667bd9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12338 | 2024.06.22 01:38:05.278032 [ 3 ] {} <Debug> HTTP-Session: a34fda39-ef6c-4468-a7c4-d808c854cd00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12339 | 2024.06.22 01:38:05.278086 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
12340 | 2024.06.22 01:38:05.278172 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
12341 | 2024.06.22 01:38:05.278347 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12342 | 2024.06.22 01:38:05.278356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12343 | 2024.06.22 01:38:05.278409 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 14037 rows starting from the beginning of the part | ||
12344 | 2024.06.22 01:38:05.278467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12345 | 2024.06.22 01:38:05.278546 [ 3 ] {} <Debug> HTTP-Session: c9eb283f-22fa-4a1b-9f56-d1dfbf2cb293 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12346 | 2024.06.22 01:38:05.278637 [ 3 ] {} <Debug> HTTP-Session: c9eb283f-22fa-4a1b-9f56-d1dfbf2cb293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12347 | 2024.06.22 01:38:05.278666 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 199 rows starting from the beginning of the part | ||
12348 | 2024.06.22 01:38:05.278690 [ 3 ] {} <Debug> HTTP-Session: c9eb283f-22fa-4a1b-9f56-d1dfbf2cb293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12349 | 2024.06.22 01:38:05.278893 [ 3 ] {} <Trace> HTTP-Session: c9eb283f-22fa-4a1b-9f56-d1dfbf2cb293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12350 | 2024.06.22 01:38:05.279065 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
12351 | 2024.06.22 01:38:05.279303 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
12352 | 2024.06.22 01:38:05.279451 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
12353 | 2024.06.22 01:38:05.279631 [ 3 ] {7f1d4091-ae97-4302-816c-7f8083f60a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12354 | 2024.06.22 01:38:05.279743 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
12355 | 2024.06.22 01:38:05.279792 [ 3 ] {7f1d4091-ae97-4302-816c-7f8083f60a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12356 | 2024.06.22 01:38:05.280639 [ 3 ] {7f1d4091-ae97-4302-816c-7f8083f60a02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12357 | 2024.06.22 01:38:05.281695 [ 3 ] {7f1d4091-ae97-4302-816c-7f8083f60a02} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12358 | 2024.06.22 01:38:05.281735 [ 3 ] {7f1d4091-ae97-4302-816c-7f8083f60a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12359 | 2024.06.22 01:38:05.282911 [ 3 ] {7f1d4091-ae97-4302-816c-7f8083f60a02} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12360 | 2024.06.22 01:38:05.283499 [ 3 ] {7f1d4091-ae97-4302-816c-7f8083f60a02} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12361 | 2024.06.22 01:38:05.283678 [ 3 ] {7f1d4091-ae97-4302-816c-7f8083f60a02} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.004472 sec., 10062.611806797853 rows/sec., 13.58 MiB/sec. | ||
12362 | 2024.06.22 01:38:05.284063 [ 3 ] {7f1d4091-ae97-4302-816c-7f8083f60a02} <Debug> DynamicQueryHandler: Done processing query | ||
12363 | 2024.06.22 01:38:05.284095 [ 3 ] {7f1d4091-ae97-4302-816c-7f8083f60a02} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12364 | 2024.06.22 01:38:05.284117 [ 3 ] {} <Debug> HTTP-Session: c9eb283f-22fa-4a1b-9f56-d1dfbf2cb293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12365 | 2024.06.22 01:38:05.284310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12366 | 2024.06.22 01:38:05.284365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12367 | 2024.06.22 01:38:05.284384 [ 3 ] {} <Debug> HTTP-Session: 9155570b-72a9-40aa-abca-6e094d19a59a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12368 | 2024.06.22 01:38:05.284400 [ 3 ] {} <Debug> HTTP-Session: 9155570b-72a9-40aa-abca-6e094d19a59a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12369 | 2024.06.22 01:38:05.284414 [ 3 ] {} <Debug> HTTP-Session: 9155570b-72a9-40aa-abca-6e094d19a59a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12370 | 2024.06.22 01:38:05.284450 [ 3 ] {} <Trace> HTTP-Session: 9155570b-72a9-40aa-abca-6e094d19a59a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12371 | 2024.06.22 01:38:05.284607 [ 3 ] {f42c2f27-f1f3-4b41-8cc3-3dbeb8f8ab70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12372 | 2024.06.22 01:38:05.284656 [ 3 ] {f42c2f27-f1f3-4b41-8cc3-3dbeb8f8ab70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12373 | 2024.06.22 01:38:05.284837 [ 3 ] {f42c2f27-f1f3-4b41-8cc3-3dbeb8f8ab70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12374 | 2024.06.22 01:38:05.285205 [ 3 ] {f42c2f27-f1f3-4b41-8cc3-3dbeb8f8ab70} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12375 | 2024.06.22 01:38:05.285242 [ 3 ] {f42c2f27-f1f3-4b41-8cc3-3dbeb8f8ab70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12376 | 2024.06.22 01:38:05.285871 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14876 rows, containing 5 columns (5 merged, 0 gathered) in 0.008066555 sec., 1844157.760035108 rows/sec., 128.51 MiB/sec. | ||
12377 | 2024.06.22 01:38:05.286060 [ 3 ] {f42c2f27-f1f3-4b41-8cc3-3dbeb8f8ab70} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
12378 | 2024.06.22 01:38:05.286371 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
12379 | 2024.06.22 01:38:05.286608 [ 3 ] {f42c2f27-f1f3-4b41-8cc3-3dbeb8f8ab70} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12380 | 2024.06.22 01:38:05.286952 [ 79 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
12381 | 2024.06.22 01:38:05.287059 [ 3 ] {f42c2f27-f1f3-4b41-8cc3-3dbeb8f8ab70} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002475 sec., 24242.42424242424 rows/sec., 1.63 MiB/sec. | ||
12382 | 2024.06.22 01:38:05.287071 [ 79 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12383 | 2024.06.22 01:38:05.287192 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12384 | 2024.06.22 01:38:05.287620 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12385 | 2024.06.22 01:38:05.287717 [ 3 ] {f42c2f27-f1f3-4b41-8cc3-3dbeb8f8ab70} <Debug> DynamicQueryHandler: Done processing query | ||
12386 | 2024.06.22 01:38:05.287810 [ 3 ] {f42c2f27-f1f3-4b41-8cc3-3dbeb8f8ab70} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12387 | 2024.06.22 01:38:05.287814 [ 191 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
12388 | 2024.06.22 01:38:05.287900 [ 3 ] {} <Debug> HTTP-Session: 9155570b-72a9-40aa-abca-6e094d19a59a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12389 | 2024.06.22 01:38:05.287947 [ 197 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
12390 | 2024.06.22 01:38:05.288252 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.04 MiB. | ||
12391 | 2024.06.22 01:38:05.288632 [ 191 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12392 | 2024.06.22 01:38:05.288732 [ 191 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5018 rows starting from the beginning of the part | ||
12393 | 2024.06.22 01:38:05.289209 [ 191 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
12394 | 2024.06.22 01:38:05.289332 [ 191 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
12395 | 2024.06.22 01:38:05.289536 [ 191 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
12396 | 2024.06.22 01:38:05.289709 [ 191 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
12397 | 2024.06.22 01:38:05.289883 [ 191 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
12398 | 2024.06.22 01:38:05.292043 [ 193 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5318 rows, containing 4 columns (4 merged, 0 gathered) in 0.004666381 sec., 1139641.1908928996 rows/sec., 76.81 MiB/sec. | ||
12399 | 2024.06.22 01:38:05.292537 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
12400 | 2024.06.22 01:38:05.292997 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12401 | 2024.06.22 01:38:05.293087 [ 190 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_91_18} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
12402 | 2024.06.22 01:38:05.293182 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
12403 | 2024.06.22 01:38:10.257388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12404 | 2024.06.22 01:38:10.257525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12405 | 2024.06.22 01:38:10.257555 [ 3 ] {} <Debug> HTTP-Session: 5d15528f-3985-496d-b802-83efe63346a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12406 | 2024.06.22 01:38:10.257582 [ 3 ] {} <Debug> HTTP-Session: 5d15528f-3985-496d-b802-83efe63346a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12407 | 2024.06.22 01:38:10.257600 [ 3 ] {} <Debug> HTTP-Session: 5d15528f-3985-496d-b802-83efe63346a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12408 | 2024.06.22 01:38:10.257656 [ 3 ] {} <Trace> HTTP-Session: 5d15528f-3985-496d-b802-83efe63346a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12409 | 2024.06.22 01:38:10.257847 [ 3 ] {eb061a2b-db84-4719-b5de-173f78b60712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12410 | 2024.06.22 01:38:10.257922 [ 3 ] {eb061a2b-db84-4719-b5de-173f78b60712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12411 | 2024.06.22 01:38:10.258114 [ 3 ] {eb061a2b-db84-4719-b5de-173f78b60712} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12412 | 2024.06.22 01:38:10.258527 [ 3 ] {eb061a2b-db84-4719-b5de-173f78b60712} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12413 | 2024.06.22 01:38:10.258566 [ 3 ] {eb061a2b-db84-4719-b5de-173f78b60712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12414 | 2024.06.22 01:38:10.258930 [ 3 ] {eb061a2b-db84-4719-b5de-173f78b60712} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12415 | 2024.06.22 01:38:10.259271 [ 3 ] {eb061a2b-db84-4719-b5de-173f78b60712} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12416 | 2024.06.22 01:38:10.259446 [ 3 ] {eb061a2b-db84-4719-b5de-173f78b60712} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001655 sec., 2416.918429003021 rows/sec., 195.90 KiB/sec. | ||
12417 | 2024.06.22 01:38:10.259660 [ 3 ] {eb061a2b-db84-4719-b5de-173f78b60712} <Debug> DynamicQueryHandler: Done processing query | ||
12418 | 2024.06.22 01:38:10.259686 [ 3 ] {eb061a2b-db84-4719-b5de-173f78b60712} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12419 | 2024.06.22 01:38:10.259703 [ 3 ] {} <Debug> HTTP-Session: 5d15528f-3985-496d-b802-83efe63346a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12420 | 2024.06.22 01:38:10.259899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12421 | 2024.06.22 01:38:10.259947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12422 | 2024.06.22 01:38:10.259966 [ 3 ] {} <Debug> HTTP-Session: 49cabbeb-46db-4818-b10a-5919d2f35a0a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12423 | 2024.06.22 01:38:10.259982 [ 3 ] {} <Debug> HTTP-Session: 49cabbeb-46db-4818-b10a-5919d2f35a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12424 | 2024.06.22 01:38:10.259996 [ 3 ] {} <Debug> HTTP-Session: 49cabbeb-46db-4818-b10a-5919d2f35a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12425 | 2024.06.22 01:38:10.260028 [ 3 ] {} <Trace> HTTP-Session: 49cabbeb-46db-4818-b10a-5919d2f35a0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12426 | 2024.06.22 01:38:10.260122 [ 3 ] {8f034df5-61ff-4034-81bd-7127a8ee2c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12427 | 2024.06.22 01:38:10.260165 [ 3 ] {8f034df5-61ff-4034-81bd-7127a8ee2c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12428 | 2024.06.22 01:38:10.260296 [ 3 ] {8f034df5-61ff-4034-81bd-7127a8ee2c18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12429 | 2024.06.22 01:38:10.260571 [ 3 ] {8f034df5-61ff-4034-81bd-7127a8ee2c18} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12430 | 2024.06.22 01:38:10.260608 [ 3 ] {8f034df5-61ff-4034-81bd-7127a8ee2c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12431 | 2024.06.22 01:38:10.260908 [ 3 ] {8f034df5-61ff-4034-81bd-7127a8ee2c18} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
12432 | 2024.06.22 01:38:10.261229 [ 3 ] {8f034df5-61ff-4034-81bd-7127a8ee2c18} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12433 | 2024.06.22 01:38:10.261385 [ 3 ] {8f034df5-61ff-4034-81bd-7127a8ee2c18} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001278 sec., 1564.9452269170579 rows/sec., 127.61 KiB/sec. | ||
12434 | 2024.06.22 01:38:10.261546 [ 3 ] {8f034df5-61ff-4034-81bd-7127a8ee2c18} <Debug> DynamicQueryHandler: Done processing query | ||
12435 | 2024.06.22 01:38:10.261570 [ 3 ] {8f034df5-61ff-4034-81bd-7127a8ee2c18} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12436 | 2024.06.22 01:38:10.261587 [ 3 ] {} <Debug> HTTP-Session: 49cabbeb-46db-4818-b10a-5919d2f35a0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12437 | 2024.06.22 01:38:10.261744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12438 | 2024.06.22 01:38:10.261792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12439 | 2024.06.22 01:38:10.261811 [ 3 ] {} <Debug> HTTP-Session: 7531b7b5-6935-4316-b9c2-bf5a02d7b5e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12440 | 2024.06.22 01:38:10.261827 [ 3 ] {} <Debug> HTTP-Session: 7531b7b5-6935-4316-b9c2-bf5a02d7b5e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12441 | 2024.06.22 01:38:10.261841 [ 3 ] {} <Debug> HTTP-Session: 7531b7b5-6935-4316-b9c2-bf5a02d7b5e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12442 | 2024.06.22 01:38:10.261871 [ 3 ] {} <Trace> HTTP-Session: 7531b7b5-6935-4316-b9c2-bf5a02d7b5e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12443 | 2024.06.22 01:38:10.261985 [ 3 ] {24e19cb1-b668-40e4-afad-15bd9450cdc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12444 | 2024.06.22 01:38:10.262028 [ 3 ] {24e19cb1-b668-40e4-afad-15bd9450cdc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12445 | 2024.06.22 01:38:10.262156 [ 3 ] {24e19cb1-b668-40e4-afad-15bd9450cdc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12446 | 2024.06.22 01:38:10.262466 [ 3 ] {24e19cb1-b668-40e4-afad-15bd9450cdc2} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12447 | 2024.06.22 01:38:10.262502 [ 3 ] {24e19cb1-b668-40e4-afad-15bd9450cdc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12448 | 2024.06.22 01:38:10.262818 [ 3 ] {24e19cb1-b668-40e4-afad-15bd9450cdc2} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12449 | 2024.06.22 01:38:10.263125 [ 3 ] {24e19cb1-b668-40e4-afad-15bd9450cdc2} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12450 | 2024.06.22 01:38:10.263277 [ 3 ] {24e19cb1-b668-40e4-afad-15bd9450cdc2} <Debug> executeQuery: Read 69 rows, 5.55 KiB in 0.001326 sec., 52036.199095022625 rows/sec., 4.09 MiB/sec. | ||
12451 | 2024.06.22 01:38:10.263443 [ 3 ] {24e19cb1-b668-40e4-afad-15bd9450cdc2} <Debug> DynamicQueryHandler: Done processing query | ||
12452 | 2024.06.22 01:38:10.263467 [ 3 ] {24e19cb1-b668-40e4-afad-15bd9450cdc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12453 | 2024.06.22 01:38:10.263484 [ 3 ] {} <Debug> HTTP-Session: 7531b7b5-6935-4316-b9c2-bf5a02d7b5e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12454 | 2024.06.22 01:38:10.263605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12455 | 2024.06.22 01:38:10.263654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12456 | 2024.06.22 01:38:10.263672 [ 3 ] {} <Debug> HTTP-Session: 0f2adc1d-c530-4700-9cd3-b123155969cb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12457 | 2024.06.22 01:38:10.263689 [ 3 ] {} <Debug> HTTP-Session: 0f2adc1d-c530-4700-9cd3-b123155969cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12458 | 2024.06.22 01:38:10.263703 [ 3 ] {} <Debug> HTTP-Session: 0f2adc1d-c530-4700-9cd3-b123155969cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12459 | 2024.06.22 01:38:10.263733 [ 3 ] {} <Trace> HTTP-Session: 0f2adc1d-c530-4700-9cd3-b123155969cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12460 | 2024.06.22 01:38:10.263827 [ 3 ] {9865c154-e797-47c6-b053-2020d7b4b42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12461 | 2024.06.22 01:38:10.263870 [ 3 ] {9865c154-e797-47c6-b053-2020d7b4b42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12462 | 2024.06.22 01:38:10.263996 [ 3 ] {9865c154-e797-47c6-b053-2020d7b4b42f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12463 | 2024.06.22 01:38:10.264254 [ 3 ] {9865c154-e797-47c6-b053-2020d7b4b42f} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12464 | 2024.06.22 01:38:10.264291 [ 3 ] {9865c154-e797-47c6-b053-2020d7b4b42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12465 | 2024.06.22 01:38:10.264589 [ 3 ] {9865c154-e797-47c6-b053-2020d7b4b42f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
12466 | 2024.06.22 01:38:10.264896 [ 3 ] {9865c154-e797-47c6-b053-2020d7b4b42f} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12467 | 2024.06.22 01:38:10.265051 [ 3 ] {9865c154-e797-47c6-b053-2020d7b4b42f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001236 sec., 1618.1229773462785 rows/sec., 112.98 KiB/sec. | ||
12468 | 2024.06.22 01:38:10.265214 [ 3 ] {9865c154-e797-47c6-b053-2020d7b4b42f} <Debug> DynamicQueryHandler: Done processing query | ||
12469 | 2024.06.22 01:38:10.265238 [ 3 ] {9865c154-e797-47c6-b053-2020d7b4b42f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12470 | 2024.06.22 01:38:10.265254 [ 3 ] {} <Debug> HTTP-Session: 0f2adc1d-c530-4700-9cd3-b123155969cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12471 | 2024.06.22 01:38:10.265421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12472 | 2024.06.22 01:38:10.265470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12473 | 2024.06.22 01:38:10.265489 [ 3 ] {} <Debug> HTTP-Session: add02477-c0fd-465b-a48f-9e64d58b1991 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12474 | 2024.06.22 01:38:10.265505 [ 3 ] {} <Debug> HTTP-Session: add02477-c0fd-465b-a48f-9e64d58b1991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12475 | 2024.06.22 01:38:10.265519 [ 3 ] {} <Debug> HTTP-Session: add02477-c0fd-465b-a48f-9e64d58b1991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12476 | 2024.06.22 01:38:10.265550 [ 3 ] {} <Trace> HTTP-Session: add02477-c0fd-465b-a48f-9e64d58b1991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12477 | 2024.06.22 01:38:10.265667 [ 3 ] {505a7a2b-1a93-4516-adf4-ea8ba6368676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12478 | 2024.06.22 01:38:10.265710 [ 3 ] {505a7a2b-1a93-4516-adf4-ea8ba6368676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12479 | 2024.06.22 01:38:10.265842 [ 3 ] {505a7a2b-1a93-4516-adf4-ea8ba6368676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12480 | 2024.06.22 01:38:10.266242 [ 3 ] {505a7a2b-1a93-4516-adf4-ea8ba6368676} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12481 | 2024.06.22 01:38:10.266279 [ 3 ] {505a7a2b-1a93-4516-adf4-ea8ba6368676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12482 | 2024.06.22 01:38:10.266588 [ 3 ] {505a7a2b-1a93-4516-adf4-ea8ba6368676} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12483 | 2024.06.22 01:38:10.266899 [ 3 ] {505a7a2b-1a93-4516-adf4-ea8ba6368676} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12484 | 2024.06.22 01:38:10.267050 [ 3 ] {505a7a2b-1a93-4516-adf4-ea8ba6368676} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001414 sec., 49504.95049504951 rows/sec., 3.87 MiB/sec. | ||
12485 | 2024.06.22 01:38:10.267216 [ 3 ] {505a7a2b-1a93-4516-adf4-ea8ba6368676} <Debug> DynamicQueryHandler: Done processing query | ||
12486 | 2024.06.22 01:38:10.267241 [ 3 ] {505a7a2b-1a93-4516-adf4-ea8ba6368676} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12487 | 2024.06.22 01:38:10.267257 [ 3 ] {} <Debug> HTTP-Session: add02477-c0fd-465b-a48f-9e64d58b1991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12488 | 2024.06.22 01:38:10.267419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12489 | 2024.06.22 01:38:10.267468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12490 | 2024.06.22 01:38:10.267488 [ 3 ] {} <Debug> HTTP-Session: 50b3049b-e5fd-41d9-b31c-321c6a0fc7da Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12491 | 2024.06.22 01:38:10.267504 [ 3 ] {} <Debug> HTTP-Session: 50b3049b-e5fd-41d9-b31c-321c6a0fc7da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12492 | 2024.06.22 01:38:10.267518 [ 3 ] {} <Debug> HTTP-Session: 50b3049b-e5fd-41d9-b31c-321c6a0fc7da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12493 | 2024.06.22 01:38:10.267548 [ 3 ] {} <Trace> HTTP-Session: 50b3049b-e5fd-41d9-b31c-321c6a0fc7da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12494 | 2024.06.22 01:38:10.267692 [ 3 ] {b75ad8c8-42b2-4ea7-92c7-417d6e0ddd74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12495 | 2024.06.22 01:38:10.267740 [ 3 ] {b75ad8c8-42b2-4ea7-92c7-417d6e0ddd74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12496 | 2024.06.22 01:38:10.267885 [ 3 ] {b75ad8c8-42b2-4ea7-92c7-417d6e0ddd74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12497 | 2024.06.22 01:38:10.268260 [ 3 ] {b75ad8c8-42b2-4ea7-92c7-417d6e0ddd74} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12498 | 2024.06.22 01:38:10.268295 [ 3 ] {b75ad8c8-42b2-4ea7-92c7-417d6e0ddd74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12499 | 2024.06.22 01:38:10.268680 [ 3 ] {b75ad8c8-42b2-4ea7-92c7-417d6e0ddd74} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12500 | 2024.06.22 01:38:10.269016 [ 3 ] {b75ad8c8-42b2-4ea7-92c7-417d6e0ddd74} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12501 | 2024.06.22 01:38:10.269187 [ 3 ] {b75ad8c8-42b2-4ea7-92c7-417d6e0ddd74} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001556 sec., 103470.43701799485 rows/sec., 7.21 MiB/sec. | ||
12502 | 2024.06.22 01:38:10.269347 [ 3 ] {b75ad8c8-42b2-4ea7-92c7-417d6e0ddd74} <Debug> DynamicQueryHandler: Done processing query | ||
12503 | 2024.06.22 01:38:10.269372 [ 3 ] {b75ad8c8-42b2-4ea7-92c7-417d6e0ddd74} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12504 | 2024.06.22 01:38:10.269387 [ 3 ] {} <Debug> HTTP-Session: 50b3049b-e5fd-41d9-b31c-321c6a0fc7da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12505 | 2024.06.22 01:38:10.269548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12506 | 2024.06.22 01:38:10.269595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12507 | 2024.06.22 01:38:10.269614 [ 3 ] {} <Debug> HTTP-Session: 3b7eeb32-268d-455b-b5eb-95185e151728 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12508 | 2024.06.22 01:38:10.269630 [ 3 ] {} <Debug> HTTP-Session: 3b7eeb32-268d-455b-b5eb-95185e151728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12509 | 2024.06.22 01:38:10.269644 [ 3 ] {} <Debug> HTTP-Session: 3b7eeb32-268d-455b-b5eb-95185e151728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12510 | 2024.06.22 01:38:10.269675 [ 3 ] {} <Trace> HTTP-Session: 3b7eeb32-268d-455b-b5eb-95185e151728 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12511 | 2024.06.22 01:38:10.269803 [ 3 ] {f6040bc7-6864-41c4-b329-889886e12698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12512 | 2024.06.22 01:38:10.269853 [ 3 ] {f6040bc7-6864-41c4-b329-889886e12698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12513 | 2024.06.22 01:38:10.270011 [ 3 ] {f6040bc7-6864-41c4-b329-889886e12698} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12514 | 2024.06.22 01:38:10.270327 [ 3 ] {f6040bc7-6864-41c4-b329-889886e12698} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12515 | 2024.06.22 01:38:10.270362 [ 3 ] {f6040bc7-6864-41c4-b329-889886e12698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12516 | 2024.06.22 01:38:10.270745 [ 3 ] {f6040bc7-6864-41c4-b329-889886e12698} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12517 | 2024.06.22 01:38:10.271087 [ 3 ] {f6040bc7-6864-41c4-b329-889886e12698} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12518 | 2024.06.22 01:38:10.271255 [ 3 ] {f6040bc7-6864-41c4-b329-889886e12698} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001502 sec., 2663.1158455392806 rows/sec., 3.59 MiB/sec. | ||
12519 | 2024.06.22 01:38:10.271442 [ 3 ] {f6040bc7-6864-41c4-b329-889886e12698} <Debug> DynamicQueryHandler: Done processing query | ||
12520 | 2024.06.22 01:38:10.271466 [ 3 ] {f6040bc7-6864-41c4-b329-889886e12698} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12521 | 2024.06.22 01:38:10.271483 [ 3 ] {} <Debug> HTTP-Session: 3b7eeb32-268d-455b-b5eb-95185e151728 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12522 | 2024.06.22 01:38:10.271607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12523 | 2024.06.22 01:38:10.271656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12524 | 2024.06.22 01:38:10.271676 [ 3 ] {} <Debug> HTTP-Session: 131a35ac-7b24-451a-9f01-1878f4d009b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12525 | 2024.06.22 01:38:10.271692 [ 3 ] {} <Debug> HTTP-Session: 131a35ac-7b24-451a-9f01-1878f4d009b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12526 | 2024.06.22 01:38:10.271705 [ 3 ] {} <Debug> HTTP-Session: 131a35ac-7b24-451a-9f01-1878f4d009b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12527 | 2024.06.22 01:38:10.271735 [ 3 ] {} <Trace> HTTP-Session: 131a35ac-7b24-451a-9f01-1878f4d009b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12528 | 2024.06.22 01:38:10.271846 [ 3 ] {ad173f4a-a26a-42db-a981-ac46386f66d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12529 | 2024.06.22 01:38:10.271890 [ 3 ] {ad173f4a-a26a-42db-a981-ac46386f66d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12530 | 2024.06.22 01:38:10.272018 [ 3 ] {ad173f4a-a26a-42db-a981-ac46386f66d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12531 | 2024.06.22 01:38:10.272292 [ 3 ] {ad173f4a-a26a-42db-a981-ac46386f66d0} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12532 | 2024.06.22 01:38:10.272328 [ 3 ] {ad173f4a-a26a-42db-a981-ac46386f66d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12533 | 2024.06.22 01:38:10.272687 [ 3 ] {ad173f4a-a26a-42db-a981-ac46386f66d0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12534 | 2024.06.22 01:38:10.273018 [ 3 ] {ad173f4a-a26a-42db-a981-ac46386f66d0} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12535 | 2024.06.22 01:38:10.273174 [ 3 ] {ad173f4a-a26a-42db-a981-ac46386f66d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
12536 | 2024.06.22 01:38:10.273341 [ 3 ] {ad173f4a-a26a-42db-a981-ac46386f66d0} <Debug> DynamicQueryHandler: Done processing query | ||
12537 | 2024.06.22 01:38:10.273366 [ 3 ] {ad173f4a-a26a-42db-a981-ac46386f66d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12538 | 2024.06.22 01:38:10.273382 [ 3 ] {} <Debug> HTTP-Session: 131a35ac-7b24-451a-9f01-1878f4d009b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12539 | 2024.06.22 01:38:15.260980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12540 | 2024.06.22 01:38:15.261141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12541 | 2024.06.22 01:38:15.261188 [ 3 ] {} <Debug> HTTP-Session: 044d198c-ab23-46f8-96a5-60600d573b7e Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12542 | 2024.06.22 01:38:15.261230 [ 3 ] {} <Debug> HTTP-Session: 044d198c-ab23-46f8-96a5-60600d573b7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12543 | 2024.06.22 01:38:15.261259 [ 3 ] {} <Debug> HTTP-Session: 044d198c-ab23-46f8-96a5-60600d573b7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12544 | 2024.06.22 01:38:15.261339 [ 3 ] {} <Trace> HTTP-Session: 044d198c-ab23-46f8-96a5-60600d573b7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12545 | 2024.06.22 01:38:15.261643 [ 3 ] {267ad854-c0d1-4f07-acf2-2029cbb6051b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12546 | 2024.06.22 01:38:15.261752 [ 3 ] {267ad854-c0d1-4f07-acf2-2029cbb6051b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12547 | 2024.06.22 01:38:15.262081 [ 3 ] {267ad854-c0d1-4f07-acf2-2029cbb6051b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12548 | 2024.06.22 01:38:15.262597 [ 3 ] {267ad854-c0d1-4f07-acf2-2029cbb6051b} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12549 | 2024.06.22 01:38:15.262641 [ 3 ] {267ad854-c0d1-4f07-acf2-2029cbb6051b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12550 | 2024.06.22 01:38:15.263015 [ 3 ] {267ad854-c0d1-4f07-acf2-2029cbb6051b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12551 | 2024.06.22 01:38:15.263349 [ 3 ] {267ad854-c0d1-4f07-acf2-2029cbb6051b} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12552 | 2024.06.22 01:38:15.263525 [ 3 ] {267ad854-c0d1-4f07-acf2-2029cbb6051b} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001985 sec., 22670.02518891688 rows/sec., 1.79 MiB/sec. | ||
12553 | 2024.06.22 01:38:15.263746 [ 3 ] {267ad854-c0d1-4f07-acf2-2029cbb6051b} <Debug> DynamicQueryHandler: Done processing query | ||
12554 | 2024.06.22 01:38:15.263773 [ 3 ] {267ad854-c0d1-4f07-acf2-2029cbb6051b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12555 | 2024.06.22 01:38:15.263790 [ 3 ] {} <Debug> HTTP-Session: 044d198c-ab23-46f8-96a5-60600d573b7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12556 | 2024.06.22 01:38:15.264035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 33199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12557 | 2024.06.22 01:38:15.264089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12558 | 2024.06.22 01:38:15.264109 [ 3 ] {} <Debug> HTTP-Session: c0513cb8-29c9-40c3-9d45-c08b8e16cfb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12559 | 2024.06.22 01:38:15.264127 [ 3 ] {} <Debug> HTTP-Session: c0513cb8-29c9-40c3-9d45-c08b8e16cfb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12560 | 2024.06.22 01:38:15.264142 [ 3 ] {} <Debug> HTTP-Session: c0513cb8-29c9-40c3-9d45-c08b8e16cfb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12561 | 2024.06.22 01:38:15.264178 [ 3 ] {} <Trace> HTTP-Session: c0513cb8-29c9-40c3-9d45-c08b8e16cfb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12562 | 2024.06.22 01:38:15.264347 [ 3 ] {6f562d75-b37f-4108-bab4-234779e008e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12563 | 2024.06.22 01:38:15.264394 [ 3 ] {6f562d75-b37f-4108-bab4-234779e008e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12564 | 2024.06.22 01:38:15.264523 [ 3 ] {6f562d75-b37f-4108-bab4-234779e008e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12565 | 2024.06.22 01:38:15.264974 [ 3 ] {6f562d75-b37f-4108-bab4-234779e008e0} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12566 | 2024.06.22 01:38:15.265012 [ 3 ] {6f562d75-b37f-4108-bab4-234779e008e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12567 | 2024.06.22 01:38:15.265346 [ 3 ] {6f562d75-b37f-4108-bab4-234779e008e0} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12568 | 2024.06.22 01:38:15.265659 [ 3 ] {6f562d75-b37f-4108-bab4-234779e008e0} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12569 | 2024.06.22 01:38:15.265818 [ 3 ] {6f562d75-b37f-4108-bab4-234779e008e0} <Debug> executeQuery: Read 227 rows, 19.42 KiB in 0.00155 sec., 146451.61290322582 rows/sec., 12.23 MiB/sec. | ||
12570 | 2024.06.22 01:38:15.265981 [ 3 ] {6f562d75-b37f-4108-bab4-234779e008e0} <Debug> DynamicQueryHandler: Done processing query | ||
12571 | 2024.06.22 01:38:15.266006 [ 3 ] {6f562d75-b37f-4108-bab4-234779e008e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12572 | 2024.06.22 01:38:15.266022 [ 3 ] {} <Debug> HTTP-Session: c0513cb8-29c9-40c3-9d45-c08b8e16cfb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12573 | 2024.06.22 01:38:15.266231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 22553, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12574 | 2024.06.22 01:38:15.266280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12575 | 2024.06.22 01:38:15.266300 [ 3 ] {} <Debug> HTTP-Session: 2b820a5a-37c1-43c4-9304-c57b076ffd1a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12576 | 2024.06.22 01:38:15.266317 [ 3 ] {} <Debug> HTTP-Session: 2b820a5a-37c1-43c4-9304-c57b076ffd1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12577 | 2024.06.22 01:38:15.266331 [ 3 ] {} <Debug> HTTP-Session: 2b820a5a-37c1-43c4-9304-c57b076ffd1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12578 | 2024.06.22 01:38:15.266363 [ 3 ] {} <Trace> HTTP-Session: 2b820a5a-37c1-43c4-9304-c57b076ffd1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12579 | 2024.06.22 01:38:15.266509 [ 3 ] {a59cb7c1-08eb-424a-8dfe-646a52b9c5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12580 | 2024.06.22 01:38:15.266553 [ 3 ] {a59cb7c1-08eb-424a-8dfe-646a52b9c5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12581 | 2024.06.22 01:38:15.266681 [ 3 ] {a59cb7c1-08eb-424a-8dfe-646a52b9c5fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12582 | 2024.06.22 01:38:15.267035 [ 3 ] {a59cb7c1-08eb-424a-8dfe-646a52b9c5fc} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12583 | 2024.06.22 01:38:15.267073 [ 3 ] {a59cb7c1-08eb-424a-8dfe-646a52b9c5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12584 | 2024.06.22 01:38:15.267408 [ 3 ] {a59cb7c1-08eb-424a-8dfe-646a52b9c5fc} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12585 | 2024.06.22 01:38:15.267720 [ 3 ] {a59cb7c1-08eb-424a-8dfe-646a52b9c5fc} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12586 | 2024.06.22 01:38:15.267873 [ 3 ] {a59cb7c1-08eb-424a-8dfe-646a52b9c5fc} <Debug> executeQuery: Read 133 rows, 10.62 KiB in 0.001432 sec., 92877.09497206705 rows/sec., 7.24 MiB/sec. | ||
12587 | 2024.06.22 01:38:15.268055 [ 3 ] {a59cb7c1-08eb-424a-8dfe-646a52b9c5fc} <Debug> DynamicQueryHandler: Done processing query | ||
12588 | 2024.06.22 01:38:15.268081 [ 3 ] {a59cb7c1-08eb-424a-8dfe-646a52b9c5fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12589 | 2024.06.22 01:38:15.268097 [ 3 ] {} <Debug> HTTP-Session: 2b820a5a-37c1-43c4-9304-c57b076ffd1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12590 | 2024.06.22 01:38:15.268255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 37593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12591 | 2024.06.22 01:38:15.268304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12592 | 2024.06.22 01:38:15.268323 [ 3 ] {} <Debug> HTTP-Session: ed91beac-ddaf-4fad-9b69-af44d1d36902 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12593 | 2024.06.22 01:38:15.268340 [ 3 ] {} <Debug> HTTP-Session: ed91beac-ddaf-4fad-9b69-af44d1d36902 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12594 | 2024.06.22 01:38:15.268354 [ 3 ] {} <Debug> HTTP-Session: ed91beac-ddaf-4fad-9b69-af44d1d36902 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12595 | 2024.06.22 01:38:15.268385 [ 3 ] {} <Trace> HTTP-Session: ed91beac-ddaf-4fad-9b69-af44d1d36902 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12596 | 2024.06.22 01:38:15.268552 [ 3 ] {fc962a3b-6f0f-4106-acc5-5aab6a50ea8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12597 | 2024.06.22 01:38:15.268600 [ 3 ] {fc962a3b-6f0f-4106-acc5-5aab6a50ea8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12598 | 2024.06.22 01:38:15.268747 [ 3 ] {fc962a3b-6f0f-4106-acc5-5aab6a50ea8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12599 | 2024.06.22 01:38:15.269118 [ 3 ] {fc962a3b-6f0f-4106-acc5-5aab6a50ea8c} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12600 | 2024.06.22 01:38:15.269155 [ 3 ] {fc962a3b-6f0f-4106-acc5-5aab6a50ea8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12601 | 2024.06.22 01:38:15.269551 [ 3 ] {fc962a3b-6f0f-4106-acc5-5aab6a50ea8c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12602 | 2024.06.22 01:38:15.269885 [ 3 ] {fc962a3b-6f0f-4106-acc5-5aab6a50ea8c} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12603 | 2024.06.22 01:38:15.270039 [ 3 ] {fc962a3b-6f0f-4106-acc5-5aab6a50ea8c} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001564 sec., 125319.69309462915 rows/sec., 8.75 MiB/sec. | ||
12604 | 2024.06.22 01:38:15.270266 [ 3 ] {fc962a3b-6f0f-4106-acc5-5aab6a50ea8c} <Debug> DynamicQueryHandler: Done processing query | ||
12605 | 2024.06.22 01:38:15.270316 [ 3 ] {fc962a3b-6f0f-4106-acc5-5aab6a50ea8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12606 | 2024.06.22 01:38:15.270371 [ 3 ] {} <Debug> HTTP-Session: ed91beac-ddaf-4fad-9b69-af44d1d36902 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12607 | 2024.06.22 01:38:15.270572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12608 | 2024.06.22 01:38:15.270623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12609 | 2024.06.22 01:38:15.270642 [ 3 ] {} <Debug> HTTP-Session: 930842d7-e5a7-421c-a522-9aa2364de003 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12610 | 2024.06.22 01:38:15.270659 [ 3 ] {} <Debug> HTTP-Session: 930842d7-e5a7-421c-a522-9aa2364de003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12611 | 2024.06.22 01:38:15.270673 [ 3 ] {} <Debug> HTTP-Session: 930842d7-e5a7-421c-a522-9aa2364de003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12612 | 2024.06.22 01:38:15.270705 [ 3 ] {} <Trace> HTTP-Session: 930842d7-e5a7-421c-a522-9aa2364de003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12613 | 2024.06.22 01:38:15.271019 [ 3 ] {d8b07533-b3bf-4efa-b9e9-5a7a0df2b5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12614 | 2024.06.22 01:38:15.271069 [ 3 ] {d8b07533-b3bf-4efa-b9e9-5a7a0df2b5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12615 | 2024.06.22 01:38:15.271241 [ 3 ] {d8b07533-b3bf-4efa-b9e9-5a7a0df2b5fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12616 | 2024.06.22 01:38:15.271805 [ 3 ] {d8b07533-b3bf-4efa-b9e9-5a7a0df2b5fb} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12617 | 2024.06.22 01:38:15.271841 [ 3 ] {d8b07533-b3bf-4efa-b9e9-5a7a0df2b5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12618 | 2024.06.22 01:38:15.272269 [ 3 ] {d8b07533-b3bf-4efa-b9e9-5a7a0df2b5fb} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12619 | 2024.06.22 01:38:15.272605 [ 3 ] {d8b07533-b3bf-4efa-b9e9-5a7a0df2b5fb} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12620 | 2024.06.22 01:38:15.272760 [ 3 ] {d8b07533-b3bf-4efa-b9e9-5a7a0df2b5fb} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.001966 sec., 22889.11495422177 rows/sec., 30.89 MiB/sec. | ||
12621 | 2024.06.22 01:38:15.272775 [ 69 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12622 | 2024.06.22 01:38:15.272875 [ 69 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12623 | 2024.06.22 01:38:15.272929 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12624 | 2024.06.22 01:38:15.273066 [ 3 ] {d8b07533-b3bf-4efa-b9e9-5a7a0df2b5fb} <Debug> DynamicQueryHandler: Done processing query | ||
12625 | 2024.06.22 01:38:15.273160 [ 3 ] {d8b07533-b3bf-4efa-b9e9-5a7a0df2b5fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12626 | 2024.06.22 01:38:15.273194 [ 3 ] {} <Debug> HTTP-Session: 930842d7-e5a7-421c-a522-9aa2364de003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12627 | 2024.06.22 01:38:15.273225 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
12628 | 2024.06.22 01:38:15.273413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12629 | 2024.06.22 01:38:15.273593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12630 | 2024.06.22 01:38:15.273683 [ 3 ] {} <Debug> HTTP-Session: 5443a4c3-3675-4c84-a13e-418d8931f637 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12631 | 2024.06.22 01:38:15.273761 [ 3 ] {} <Debug> HTTP-Session: 5443a4c3-3675-4c84-a13e-418d8931f637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12632 | 2024.06.22 01:38:15.273829 [ 3 ] {} <Debug> HTTP-Session: 5443a4c3-3675-4c84-a13e-418d8931f637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12633 | 2024.06.22 01:38:15.273955 [ 3 ] {} <Trace> HTTP-Session: 5443a4c3-3675-4c84-a13e-418d8931f637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12634 | 2024.06.22 01:38:15.274286 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12635 | 2024.06.22 01:38:15.274326 [ 3 ] {211722df-98a7-439e-89e1-920ee52a4d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12636 | 2024.06.22 01:38:15.274373 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1264 rows starting from the beginning of the part | ||
12637 | 2024.06.22 01:38:15.274415 [ 3 ] {211722df-98a7-439e-89e1-920ee52a4d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12638 | 2024.06.22 01:38:15.274743 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 45 rows starting from the beginning of the part | ||
12639 | 2024.06.22 01:38:15.275146 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part | ||
12640 | 2024.06.22 01:38:15.275481 [ 3 ] {211722df-98a7-439e-89e1-920ee52a4d0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12641 | 2024.06.22 01:38:15.275514 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 45 rows starting from the beginning of the part | ||
12642 | 2024.06.22 01:38:15.275874 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part | ||
12643 | 2024.06.22 01:38:15.276068 [ 189 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 45 rows starting from the beginning of the part | ||
12644 | 2024.06.22 01:38:15.276770 [ 3 ] {211722df-98a7-439e-89e1-920ee52a4d0f} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12645 | 2024.06.22 01:38:15.276819 [ 3 ] {211722df-98a7-439e-89e1-920ee52a4d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12646 | 2024.06.22 01:38:15.277614 [ 3 ] {211722df-98a7-439e-89e1-920ee52a4d0f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12647 | 2024.06.22 01:38:15.277981 [ 3 ] {211722df-98a7-439e-89e1-920ee52a4d0f} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12648 | 2024.06.22 01:38:15.278146 [ 3 ] {211722df-98a7-439e-89e1-920ee52a4d0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003963 sec., 15140.045420136259 rows/sec., 1.02 MiB/sec. | ||
12649 | 2024.06.22 01:38:15.278320 [ 3 ] {211722df-98a7-439e-89e1-920ee52a4d0f} <Debug> DynamicQueryHandler: Done processing query | ||
12650 | 2024.06.22 01:38:15.278344 [ 3 ] {211722df-98a7-439e-89e1-920ee52a4d0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12651 | 2024.06.22 01:38:15.278361 [ 3 ] {} <Debug> HTTP-Session: 5443a4c3-3675-4c84-a13e-418d8931f637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12652 | 2024.06.22 01:38:15.280310 [ 190 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1407 rows, containing 6 columns (6 merged, 0 gathered) in 0.007296519 sec., 192831.67768082288 rows/sec., 260.22 MiB/sec. | ||
12653 | 2024.06.22 01:38:15.281169 [ 193 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12654 | 2024.06.22 01:38:15.281626 [ 193 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12655 | 2024.06.22 01:38:15.281709 [ 193 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12656 | 2024.06.22 01:38:15.281802 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.75 MiB. | ||
12657 | 2024.06.22 01:38:18.819345 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12658 | 2024.06.22 01:38:18.819444 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12659 | 2024.06.22 01:38:20.002235 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001720212 sec. | ||
12660 | 2024.06.22 01:38:20.257544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12661 | 2024.06.22 01:38:20.257702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12662 | 2024.06.22 01:38:20.257746 [ 3 ] {} <Debug> HTTP-Session: e143662a-8706-43c8-9640-791c89ac38f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12663 | 2024.06.22 01:38:20.257786 [ 3 ] {} <Debug> HTTP-Session: e143662a-8706-43c8-9640-791c89ac38f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12664 | 2024.06.22 01:38:20.257850 [ 3 ] {} <Debug> HTTP-Session: e143662a-8706-43c8-9640-791c89ac38f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12665 | 2024.06.22 01:38:20.257932 [ 3 ] {} <Trace> HTTP-Session: e143662a-8706-43c8-9640-791c89ac38f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12666 | 2024.06.22 01:38:20.258197 [ 3 ] {cf931593-d69f-4f63-bad3-19c1314c6543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12667 | 2024.06.22 01:38:20.258285 [ 3 ] {cf931593-d69f-4f63-bad3-19c1314c6543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12668 | 2024.06.22 01:38:20.258462 [ 3 ] {cf931593-d69f-4f63-bad3-19c1314c6543} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12669 | 2024.06.22 01:38:20.258886 [ 3 ] {cf931593-d69f-4f63-bad3-19c1314c6543} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12670 | 2024.06.22 01:38:20.258924 [ 3 ] {cf931593-d69f-4f63-bad3-19c1314c6543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12671 | 2024.06.22 01:38:20.259288 [ 3 ] {cf931593-d69f-4f63-bad3-19c1314c6543} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12672 | 2024.06.22 01:38:20.259626 [ 3 ] {cf931593-d69f-4f63-bad3-19c1314c6543} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12673 | 2024.06.22 01:38:20.259775 [ 3 ] {cf931593-d69f-4f63-bad3-19c1314c6543} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.00166 sec., 2409.6385542168673 rows/sec., 195.31 KiB/sec. | ||
12674 | 2024.06.22 01:38:20.259999 [ 3 ] {cf931593-d69f-4f63-bad3-19c1314c6543} <Debug> DynamicQueryHandler: Done processing query | ||
12675 | 2024.06.22 01:38:20.260025 [ 3 ] {cf931593-d69f-4f63-bad3-19c1314c6543} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12676 | 2024.06.22 01:38:20.260042 [ 3 ] {} <Debug> HTTP-Session: e143662a-8706-43c8-9640-791c89ac38f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12677 | 2024.06.22 01:38:20.260279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12678 | 2024.06.22 01:38:20.260326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12679 | 2024.06.22 01:38:20.260345 [ 3 ] {} <Debug> HTTP-Session: 462f29fc-c21b-43d2-b81c-6942e9c5c932 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12680 | 2024.06.22 01:38:20.260361 [ 3 ] {} <Debug> HTTP-Session: 462f29fc-c21b-43d2-b81c-6942e9c5c932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12681 | 2024.06.22 01:38:20.260374 [ 3 ] {} <Debug> HTTP-Session: 462f29fc-c21b-43d2-b81c-6942e9c5c932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12682 | 2024.06.22 01:38:20.260405 [ 3 ] {} <Trace> HTTP-Session: 462f29fc-c21b-43d2-b81c-6942e9c5c932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12683 | 2024.06.22 01:38:20.260518 [ 3 ] {0ea253a6-cc00-4cb4-aa0e-7590afcb6fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12684 | 2024.06.22 01:38:20.260561 [ 3 ] {0ea253a6-cc00-4cb4-aa0e-7590afcb6fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12685 | 2024.06.22 01:38:20.260691 [ 3 ] {0ea253a6-cc00-4cb4-aa0e-7590afcb6fad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12686 | 2024.06.22 01:38:20.261021 [ 3 ] {0ea253a6-cc00-4cb4-aa0e-7590afcb6fad} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12687 | 2024.06.22 01:38:20.261056 [ 3 ] {0ea253a6-cc00-4cb4-aa0e-7590afcb6fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12688 | 2024.06.22 01:38:20.261362 [ 3 ] {0ea253a6-cc00-4cb4-aa0e-7590afcb6fad} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12689 | 2024.06.22 01:38:20.261676 [ 3 ] {0ea253a6-cc00-4cb4-aa0e-7590afcb6fad} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12690 | 2024.06.22 01:38:20.261825 [ 3 ] {0ea253a6-cc00-4cb4-aa0e-7590afcb6fad} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001349 sec., 50407.709414381025 rows/sec., 3.97 MiB/sec. | ||
12691 | 2024.06.22 01:38:20.261983 [ 3 ] {0ea253a6-cc00-4cb4-aa0e-7590afcb6fad} <Debug> DynamicQueryHandler: Done processing query | ||
12692 | 2024.06.22 01:38:20.262006 [ 3 ] {0ea253a6-cc00-4cb4-aa0e-7590afcb6fad} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12693 | 2024.06.22 01:38:20.262020 [ 3 ] {} <Debug> HTTP-Session: 462f29fc-c21b-43d2-b81c-6942e9c5c932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12694 | 2024.06.22 01:38:20.262140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12695 | 2024.06.22 01:38:20.262183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12696 | 2024.06.22 01:38:20.262201 [ 3 ] {} <Debug> HTTP-Session: 1598c82b-64b9-4b58-8483-ca20d0bfd53d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12697 | 2024.06.22 01:38:20.262216 [ 3 ] {} <Debug> HTTP-Session: 1598c82b-64b9-4b58-8483-ca20d0bfd53d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12698 | 2024.06.22 01:38:20.262228 [ 3 ] {} <Debug> HTTP-Session: 1598c82b-64b9-4b58-8483-ca20d0bfd53d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12699 | 2024.06.22 01:38:20.262256 [ 3 ] {} <Trace> HTTP-Session: 1598c82b-64b9-4b58-8483-ca20d0bfd53d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12700 | 2024.06.22 01:38:20.262361 [ 3 ] {b3e43673-ffac-4975-b508-5d297bffa506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12701 | 2024.06.22 01:38:20.262401 [ 3 ] {b3e43673-ffac-4975-b508-5d297bffa506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12702 | 2024.06.22 01:38:20.262518 [ 3 ] {b3e43673-ffac-4975-b508-5d297bffa506} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12703 | 2024.06.22 01:38:20.262808 [ 3 ] {b3e43673-ffac-4975-b508-5d297bffa506} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12704 | 2024.06.22 01:38:20.262841 [ 3 ] {b3e43673-ffac-4975-b508-5d297bffa506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12705 | 2024.06.22 01:38:20.263210 [ 3 ] {b3e43673-ffac-4975-b508-5d297bffa506} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12706 | 2024.06.22 01:38:20.263508 [ 3 ] {b3e43673-ffac-4975-b508-5d297bffa506} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12707 | 2024.06.22 01:38:20.263653 [ 3 ] {b3e43673-ffac-4975-b508-5d297bffa506} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001296 sec., 52469.135802469136 rows/sec., 4.10 MiB/sec. | ||
12708 | 2024.06.22 01:38:20.263823 [ 3 ] {b3e43673-ffac-4975-b508-5d297bffa506} <Debug> DynamicQueryHandler: Done processing query | ||
12709 | 2024.06.22 01:38:20.263848 [ 3 ] {b3e43673-ffac-4975-b508-5d297bffa506} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12710 | 2024.06.22 01:38:20.263863 [ 3 ] {} <Debug> HTTP-Session: 1598c82b-64b9-4b58-8483-ca20d0bfd53d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12711 | 2024.06.22 01:38:20.264011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12712 | 2024.06.22 01:38:20.264059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12713 | 2024.06.22 01:38:20.264078 [ 3 ] {} <Debug> HTTP-Session: 0e8af5e2-df22-4d01-afeb-659f41ee2195 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12714 | 2024.06.22 01:38:20.264094 [ 3 ] {} <Debug> HTTP-Session: 0e8af5e2-df22-4d01-afeb-659f41ee2195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12715 | 2024.06.22 01:38:20.264107 [ 3 ] {} <Debug> HTTP-Session: 0e8af5e2-df22-4d01-afeb-659f41ee2195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12716 | 2024.06.22 01:38:20.264137 [ 3 ] {} <Trace> HTTP-Session: 0e8af5e2-df22-4d01-afeb-659f41ee2195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12717 | 2024.06.22 01:38:20.264283 [ 3 ] {9ea16fed-f486-4421-bd44-bc109233c21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12718 | 2024.06.22 01:38:20.264329 [ 3 ] {9ea16fed-f486-4421-bd44-bc109233c21b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12719 | 2024.06.22 01:38:20.264472 [ 3 ] {9ea16fed-f486-4421-bd44-bc109233c21b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12720 | 2024.06.22 01:38:20.264836 [ 3 ] {9ea16fed-f486-4421-bd44-bc109233c21b} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12721 | 2024.06.22 01:38:20.264870 [ 3 ] {9ea16fed-f486-4421-bd44-bc109233c21b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12722 | 2024.06.22 01:38:20.265256 [ 3 ] {9ea16fed-f486-4421-bd44-bc109233c21b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12723 | 2024.06.22 01:38:20.265580 [ 3 ] {9ea16fed-f486-4421-bd44-bc109233c21b} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12724 | 2024.06.22 01:38:20.265730 [ 3 ] {9ea16fed-f486-4421-bd44-bc109233c21b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001511 sec., 105890.13898080742 rows/sec., 7.38 MiB/sec. | ||
12725 | 2024.06.22 01:38:20.265886 [ 3 ] {9ea16fed-f486-4421-bd44-bc109233c21b} <Debug> DynamicQueryHandler: Done processing query | ||
12726 | 2024.06.22 01:38:20.265910 [ 3 ] {9ea16fed-f486-4421-bd44-bc109233c21b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12727 | 2024.06.22 01:38:20.265925 [ 3 ] {} <Debug> HTTP-Session: 0e8af5e2-df22-4d01-afeb-659f41ee2195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12728 | 2024.06.22 01:38:20.266047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12729 | 2024.06.22 01:38:20.266093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12730 | 2024.06.22 01:38:20.266112 [ 3 ] {} <Debug> HTTP-Session: 22e6df51-ff73-4111-a99c-10d9e21f48f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12731 | 2024.06.22 01:38:20.266127 [ 3 ] {} <Debug> HTTP-Session: 22e6df51-ff73-4111-a99c-10d9e21f48f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12732 | 2024.06.22 01:38:20.266140 [ 3 ] {} <Debug> HTTP-Session: 22e6df51-ff73-4111-a99c-10d9e21f48f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12733 | 2024.06.22 01:38:20.266169 [ 3 ] {} <Trace> HTTP-Session: 22e6df51-ff73-4111-a99c-10d9e21f48f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12734 | 2024.06.22 01:38:20.266284 [ 3 ] {23eba25d-1f03-47e4-8d82-7f3149b95324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12735 | 2024.06.22 01:38:20.266330 [ 3 ] {23eba25d-1f03-47e4-8d82-7f3149b95324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12736 | 2024.06.22 01:38:20.266484 [ 3 ] {23eba25d-1f03-47e4-8d82-7f3149b95324} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12737 | 2024.06.22 01:38:20.266782 [ 3 ] {23eba25d-1f03-47e4-8d82-7f3149b95324} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12738 | 2024.06.22 01:38:20.266817 [ 3 ] {23eba25d-1f03-47e4-8d82-7f3149b95324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12739 | 2024.06.22 01:38:20.267195 [ 3 ] {23eba25d-1f03-47e4-8d82-7f3149b95324} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12740 | 2024.06.22 01:38:20.267542 [ 3 ] {23eba25d-1f03-47e4-8d82-7f3149b95324} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12741 | 2024.06.22 01:38:20.267703 [ 3 ] {23eba25d-1f03-47e4-8d82-7f3149b95324} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001451 sec., 2756.7195037904894 rows/sec., 3.72 MiB/sec. | ||
12742 | 2024.06.22 01:38:20.267966 [ 3 ] {23eba25d-1f03-47e4-8d82-7f3149b95324} <Debug> DynamicQueryHandler: Done processing query | ||
12743 | 2024.06.22 01:38:20.268018 [ 3 ] {23eba25d-1f03-47e4-8d82-7f3149b95324} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12744 | 2024.06.22 01:38:20.268067 [ 3 ] {} <Debug> HTTP-Session: 22e6df51-ff73-4111-a99c-10d9e21f48f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12745 | 2024.06.22 01:38:20.268233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12746 | 2024.06.22 01:38:20.268284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12747 | 2024.06.22 01:38:20.268302 [ 3 ] {} <Debug> HTTP-Session: b5881440-9621-47b3-a988-3c2992eb59e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12748 | 2024.06.22 01:38:20.268320 [ 3 ] {} <Debug> HTTP-Session: b5881440-9621-47b3-a988-3c2992eb59e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12749 | 2024.06.22 01:38:20.268333 [ 3 ] {} <Debug> HTTP-Session: b5881440-9621-47b3-a988-3c2992eb59e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12750 | 2024.06.22 01:38:20.268363 [ 3 ] {} <Trace> HTTP-Session: b5881440-9621-47b3-a988-3c2992eb59e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12751 | 2024.06.22 01:38:20.268478 [ 3 ] {bf869e63-1c94-486c-9e69-62a889169da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12752 | 2024.06.22 01:38:20.268523 [ 3 ] {bf869e63-1c94-486c-9e69-62a889169da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12753 | 2024.06.22 01:38:20.268666 [ 3 ] {bf869e63-1c94-486c-9e69-62a889169da5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12754 | 2024.06.22 01:38:20.268943 [ 3 ] {bf869e63-1c94-486c-9e69-62a889169da5} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12755 | 2024.06.22 01:38:20.268979 [ 3 ] {bf869e63-1c94-486c-9e69-62a889169da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12756 | 2024.06.22 01:38:20.269330 [ 3 ] {bf869e63-1c94-486c-9e69-62a889169da5} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12757 | 2024.06.22 01:38:20.269647 [ 3 ] {bf869e63-1c94-486c-9e69-62a889169da5} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12758 | 2024.06.22 01:38:20.269798 [ 3 ] {bf869e63-1c94-486c-9e69-62a889169da5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
12759 | 2024.06.22 01:38:20.269957 [ 3 ] {bf869e63-1c94-486c-9e69-62a889169da5} <Debug> DynamicQueryHandler: Done processing query | ||
12760 | 2024.06.22 01:38:20.269981 [ 3 ] {bf869e63-1c94-486c-9e69-62a889169da5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12761 | 2024.06.22 01:38:20.269997 [ 3 ] {} <Debug> HTTP-Session: b5881440-9621-47b3-a988-3c2992eb59e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12762 | 2024.06.22 01:38:25.260083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12763 | 2024.06.22 01:38:25.260266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12764 | 2024.06.22 01:38:25.260312 [ 3 ] {} <Debug> HTTP-Session: c9b1e611-d5a3-4d32-be08-2de48e4eed43 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12765 | 2024.06.22 01:38:25.260352 [ 3 ] {} <Debug> HTTP-Session: c9b1e611-d5a3-4d32-be08-2de48e4eed43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12766 | 2024.06.22 01:38:25.260381 [ 3 ] {} <Debug> HTTP-Session: c9b1e611-d5a3-4d32-be08-2de48e4eed43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12767 | 2024.06.22 01:38:25.260438 [ 3 ] {} <Trace> HTTP-Session: c9b1e611-d5a3-4d32-be08-2de48e4eed43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12768 | 2024.06.22 01:38:25.260627 [ 3 ] {51f1488f-f8de-4884-b8bd-b0ef7e097a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12769 | 2024.06.22 01:38:25.260693 [ 3 ] {51f1488f-f8de-4884-b8bd-b0ef7e097a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12770 | 2024.06.22 01:38:25.260877 [ 3 ] {51f1488f-f8de-4884-b8bd-b0ef7e097a95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12771 | 2024.06.22 01:38:25.261324 [ 3 ] {51f1488f-f8de-4884-b8bd-b0ef7e097a95} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12772 | 2024.06.22 01:38:25.261367 [ 3 ] {51f1488f-f8de-4884-b8bd-b0ef7e097a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12773 | 2024.06.22 01:38:25.261738 [ 3 ] {51f1488f-f8de-4884-b8bd-b0ef7e097a95} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12774 | 2024.06.22 01:38:25.262072 [ 3 ] {51f1488f-f8de-4884-b8bd-b0ef7e097a95} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12775 | 2024.06.22 01:38:25.262337 [ 57 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 6 parts from all_1_58_12 to all_63_63_0 | ||
12776 | 2024.06.22 01:38:25.262445 [ 3 ] {51f1488f-f8de-4884-b8bd-b0ef7e097a95} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001859 sec., 24206.56266810113 rows/sec., 1.92 MiB/sec. | ||
12777 | 2024.06.22 01:38:25.262477 [ 57 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12778 | 2024.06.22 01:38:25.262618 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12779 | 2024.06.22 01:38:25.263320 [ 3 ] {51f1488f-f8de-4884-b8bd-b0ef7e097a95} <Debug> DynamicQueryHandler: Done processing query | ||
12780 | 2024.06.22 01:38:25.263440 [ 3 ] {51f1488f-f8de-4884-b8bd-b0ef7e097a95} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12781 | 2024.06.22 01:38:25.263549 [ 3 ] {} <Debug> HTTP-Session: c9b1e611-d5a3-4d32-be08-2de48e4eed43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12782 | 2024.06.22 01:38:25.263605 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_58_12 to all_63_63_0 into Compact with storage Full | ||
12783 | 2024.06.22 01:38:25.263979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 28267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12784 | 2024.06.22 01:38:25.264169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12785 | 2024.06.22 01:38:25.264283 [ 3 ] {} <Debug> HTTP-Session: 65ddbd9f-4794-4fea-b7f1-6f5c5f17d73b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12786 | 2024.06.22 01:38:25.264323 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12787 | 2024.06.22 01:38:25.264370 [ 3 ] {} <Debug> HTTP-Session: 65ddbd9f-4794-4fea-b7f1-6f5c5f17d73b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12788 | 2024.06.22 01:38:25.264440 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_58_12, total 49 rows starting from the beginning of the part | ||
12789 | 2024.06.22 01:38:25.264440 [ 3 ] {} <Debug> HTTP-Session: 65ddbd9f-4794-4fea-b7f1-6f5c5f17d73b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12790 | 2024.06.22 01:38:25.264653 [ 3 ] {} <Trace> HTTP-Session: 65ddbd9f-4794-4fea-b7f1-6f5c5f17d73b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12791 | 2024.06.22 01:38:25.264768 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 45 rows starting from the beginning of the part | ||
12792 | 2024.06.22 01:38:25.265151 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part | ||
12793 | 2024.06.22 01:38:25.265530 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 45 rows starting from the beginning of the part | ||
12794 | 2024.06.22 01:38:25.265841 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part | ||
12795 | 2024.06.22 01:38:25.266033 [ 3 ] {bc07bb46-7e06-4e13-ad81-7021b3d98f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12796 | 2024.06.22 01:38:25.266127 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 45 rows starting from the beginning of the part | ||
12797 | 2024.06.22 01:38:25.266210 [ 3 ] {bc07bb46-7e06-4e13-ad81-7021b3d98f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12798 | 2024.06.22 01:38:25.266899 [ 3 ] {bc07bb46-7e06-4e13-ad81-7021b3d98f5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12799 | 2024.06.22 01:38:25.267943 [ 3 ] {bc07bb46-7e06-4e13-ad81-7021b3d98f5a} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12800 | 2024.06.22 01:38:25.268016 [ 3 ] {bc07bb46-7e06-4e13-ad81-7021b3d98f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12801 | 2024.06.22 01:38:25.268764 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 4 columns (4 merged, 0 gathered) in 0.0058982 sec., 32552.304092774066 rows/sec., 2.58 MiB/sec. | ||
12802 | 2024.06.22 01:38:25.268875 [ 3 ] {bc07bb46-7e06-4e13-ad81-7021b3d98f5a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12803 | 2024.06.22 01:38:25.268922 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Trace> MergedBlockOutputStream: filled checksums all_1_63_13 (state Temporary) | ||
12804 | 2024.06.22 01:38:25.269688 [ 3 ] {bc07bb46-7e06-4e13-ad81-7021b3d98f5a} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12805 | 2024.06.22 01:38:25.269814 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_63_13 to all_1_63_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12806 | 2024.06.22 01:38:25.270061 [ 3 ] {bc07bb46-7e06-4e13-ad81-7021b3d98f5a} <Debug> executeQuery: Read 191 rows, 16.65 KiB in 0.004939 sec., 38671.79591010326 rows/sec., 3.29 MiB/sec. | ||
12807 | 2024.06.22 01:38:25.270076 [ 190 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_63_13} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 6 parts: [all_1_58_12, all_63_63_0] -> all_1_63_13 | ||
12808 | 2024.06.22 01:38:25.270396 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12809 | 2024.06.22 01:38:25.270619 [ 3 ] {bc07bb46-7e06-4e13-ad81-7021b3d98f5a} <Debug> DynamicQueryHandler: Done processing query | ||
12810 | 2024.06.22 01:38:25.270685 [ 3 ] {bc07bb46-7e06-4e13-ad81-7021b3d98f5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12811 | 2024.06.22 01:38:25.270733 [ 3 ] {} <Debug> HTTP-Session: 65ddbd9f-4794-4fea-b7f1-6f5c5f17d73b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12812 | 2024.06.22 01:38:25.270925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 18513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12813 | 2024.06.22 01:38:25.270978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12814 | 2024.06.22 01:38:25.270999 [ 3 ] {} <Debug> HTTP-Session: dcbc700f-292a-4dc4-8cc4-3b22e0b073ec Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12815 | 2024.06.22 01:38:25.271016 [ 3 ] {} <Debug> HTTP-Session: dcbc700f-292a-4dc4-8cc4-3b22e0b073ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12816 | 2024.06.22 01:38:25.271030 [ 3 ] {} <Debug> HTTP-Session: dcbc700f-292a-4dc4-8cc4-3b22e0b073ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12817 | 2024.06.22 01:38:25.271063 [ 3 ] {} <Trace> HTTP-Session: dcbc700f-292a-4dc4-8cc4-3b22e0b073ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12818 | 2024.06.22 01:38:25.271217 [ 3 ] {daa579d5-c75a-41c3-a8c9-a47ffb68e736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12819 | 2024.06.22 01:38:25.271262 [ 3 ] {daa579d5-c75a-41c3-a8c9-a47ffb68e736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12820 | 2024.06.22 01:38:25.271416 [ 3 ] {daa579d5-c75a-41c3-a8c9-a47ffb68e736} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12821 | 2024.06.22 01:38:25.271768 [ 3 ] {daa579d5-c75a-41c3-a8c9-a47ffb68e736} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12822 | 2024.06.22 01:38:25.271806 [ 3 ] {daa579d5-c75a-41c3-a8c9-a47ffb68e736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12823 | 2024.06.22 01:38:25.272135 [ 3 ] {daa579d5-c75a-41c3-a8c9-a47ffb68e736} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12824 | 2024.06.22 01:38:25.272441 [ 3 ] {daa579d5-c75a-41c3-a8c9-a47ffb68e736} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12825 | 2024.06.22 01:38:25.272596 [ 3 ] {daa579d5-c75a-41c3-a8c9-a47ffb68e736} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.001443 sec., 75537.07553707554 rows/sec., 5.90 MiB/sec. | ||
12826 | 2024.06.22 01:38:25.272851 [ 3 ] {daa579d5-c75a-41c3-a8c9-a47ffb68e736} <Debug> DynamicQueryHandler: Done processing query | ||
12827 | 2024.06.22 01:38:25.272876 [ 3 ] {daa579d5-c75a-41c3-a8c9-a47ffb68e736} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12828 | 2024.06.22 01:38:25.272893 [ 3 ] {} <Debug> HTTP-Session: dcbc700f-292a-4dc4-8cc4-3b22e0b073ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12829 | 2024.06.22 01:38:25.273215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12830 | 2024.06.22 01:38:25.273297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12831 | 2024.06.22 01:38:25.273319 [ 3 ] {} <Debug> HTTP-Session: 5a97b7b6-c78f-4c35-b15b-5a94045dd716 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12832 | 2024.06.22 01:38:25.273335 [ 3 ] {} <Debug> HTTP-Session: 5a97b7b6-c78f-4c35-b15b-5a94045dd716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12833 | 2024.06.22 01:38:25.273348 [ 3 ] {} <Debug> HTTP-Session: 5a97b7b6-c78f-4c35-b15b-5a94045dd716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12834 | 2024.06.22 01:38:25.273380 [ 3 ] {} <Trace> HTTP-Session: 5a97b7b6-c78f-4c35-b15b-5a94045dd716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12835 | 2024.06.22 01:38:25.273530 [ 3 ] {bf4b5077-a9a1-4ecc-b0f2-125dd83f552d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12836 | 2024.06.22 01:38:25.273577 [ 3 ] {bf4b5077-a9a1-4ecc-b0f2-125dd83f552d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12837 | 2024.06.22 01:38:25.273740 [ 3 ] {bf4b5077-a9a1-4ecc-b0f2-125dd83f552d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12838 | 2024.06.22 01:38:25.274112 [ 3 ] {bf4b5077-a9a1-4ecc-b0f2-125dd83f552d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12839 | 2024.06.22 01:38:25.274149 [ 3 ] {bf4b5077-a9a1-4ecc-b0f2-125dd83f552d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12840 | 2024.06.22 01:38:25.274532 [ 3 ] {bf4b5077-a9a1-4ecc-b0f2-125dd83f552d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12841 | 2024.06.22 01:38:25.274870 [ 3 ] {bf4b5077-a9a1-4ecc-b0f2-125dd83f552d} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12842 | 2024.06.22 01:38:25.275026 [ 3 ] {bf4b5077-a9a1-4ecc-b0f2-125dd83f552d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
12843 | 2024.06.22 01:38:25.275288 [ 3 ] {bf4b5077-a9a1-4ecc-b0f2-125dd83f552d} <Debug> DynamicQueryHandler: Done processing query | ||
12844 | 2024.06.22 01:38:25.275344 [ 3 ] {bf4b5077-a9a1-4ecc-b0f2-125dd83f552d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12845 | 2024.06.22 01:38:25.275401 [ 3 ] {} <Debug> HTTP-Session: 5a97b7b6-c78f-4c35-b15b-5a94045dd716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12846 | 2024.06.22 01:38:25.275635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12847 | 2024.06.22 01:38:25.275686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12848 | 2024.06.22 01:38:25.275706 [ 3 ] {} <Debug> HTTP-Session: f5aa6d15-af60-4bbd-bbe0-26e8f6ff5d70 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12849 | 2024.06.22 01:38:25.275722 [ 3 ] {} <Debug> HTTP-Session: f5aa6d15-af60-4bbd-bbe0-26e8f6ff5d70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12850 | 2024.06.22 01:38:25.275736 [ 3 ] {} <Debug> HTTP-Session: f5aa6d15-af60-4bbd-bbe0-26e8f6ff5d70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12851 | 2024.06.22 01:38:25.275767 [ 3 ] {} <Trace> HTTP-Session: f5aa6d15-af60-4bbd-bbe0-26e8f6ff5d70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12852 | 2024.06.22 01:38:25.276085 [ 3 ] {10b23a2c-13fc-4752-a15f-cb4860a70b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12853 | 2024.06.22 01:38:25.276136 [ 3 ] {10b23a2c-13fc-4752-a15f-cb4860a70b22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12854 | 2024.06.22 01:38:25.276319 [ 3 ] {10b23a2c-13fc-4752-a15f-cb4860a70b22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12855 | 2024.06.22 01:38:25.276920 [ 3 ] {10b23a2c-13fc-4752-a15f-cb4860a70b22} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12856 | 2024.06.22 01:38:25.276957 [ 3 ] {10b23a2c-13fc-4752-a15f-cb4860a70b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12857 | 2024.06.22 01:38:25.277394 [ 3 ] {10b23a2c-13fc-4752-a15f-cb4860a70b22} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12858 | 2024.06.22 01:38:25.277736 [ 3 ] {10b23a2c-13fc-4752-a15f-cb4860a70b22} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12859 | 2024.06.22 01:38:25.277895 [ 3 ] {10b23a2c-13fc-4752-a15f-cb4860a70b22} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.002033 sec., 22134.776192818495 rows/sec., 29.87 MiB/sec. | ||
12860 | 2024.06.22 01:38:25.278077 [ 3 ] {10b23a2c-13fc-4752-a15f-cb4860a70b22} <Debug> DynamicQueryHandler: Done processing query | ||
12861 | 2024.06.22 01:38:25.278102 [ 3 ] {10b23a2c-13fc-4752-a15f-cb4860a70b22} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12862 | 2024.06.22 01:38:25.278119 [ 3 ] {} <Debug> HTTP-Session: f5aa6d15-af60-4bbd-bbe0-26e8f6ff5d70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12863 | 2024.06.22 01:38:25.278264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12864 | 2024.06.22 01:38:25.278314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12865 | 2024.06.22 01:38:25.278333 [ 3 ] {} <Debug> HTTP-Session: 6eaaa40f-5f33-4094-9dc2-558d42ef2bba Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12866 | 2024.06.22 01:38:25.278349 [ 3 ] {} <Debug> HTTP-Session: 6eaaa40f-5f33-4094-9dc2-558d42ef2bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12867 | 2024.06.22 01:38:25.278363 [ 3 ] {} <Debug> HTTP-Session: 6eaaa40f-5f33-4094-9dc2-558d42ef2bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12868 | 2024.06.22 01:38:25.278393 [ 3 ] {} <Trace> HTTP-Session: 6eaaa40f-5f33-4094-9dc2-558d42ef2bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12869 | 2024.06.22 01:38:25.278511 [ 3 ] {10ad022a-6fe2-4e65-a9f4-6d0c9dd571de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12870 | 2024.06.22 01:38:25.278556 [ 3 ] {10ad022a-6fe2-4e65-a9f4-6d0c9dd571de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12871 | 2024.06.22 01:38:25.278684 [ 3 ] {10ad022a-6fe2-4e65-a9f4-6d0c9dd571de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12872 | 2024.06.22 01:38:25.279065 [ 3 ] {10ad022a-6fe2-4e65-a9f4-6d0c9dd571de} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12873 | 2024.06.22 01:38:25.279101 [ 3 ] {10ad022a-6fe2-4e65-a9f4-6d0c9dd571de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12874 | 2024.06.22 01:38:25.279457 [ 3 ] {10ad022a-6fe2-4e65-a9f4-6d0c9dd571de} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12875 | 2024.06.22 01:38:25.279780 [ 3 ] {10ad022a-6fe2-4e65-a9f4-6d0c9dd571de} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12876 | 2024.06.22 01:38:25.279928 [ 3 ] {10ad022a-6fe2-4e65-a9f4-6d0c9dd571de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec. | ||
12877 | 2024.06.22 01:38:25.280109 [ 3 ] {10ad022a-6fe2-4e65-a9f4-6d0c9dd571de} <Debug> DynamicQueryHandler: Done processing query | ||
12878 | 2024.06.22 01:38:25.280134 [ 3 ] {10ad022a-6fe2-4e65-a9f4-6d0c9dd571de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12879 | 2024.06.22 01:38:25.280150 [ 3 ] {} <Debug> HTTP-Session: 6eaaa40f-5f33-4094-9dc2-558d42ef2bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12880 | 2024.06.22 01:38:30.257638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12881 | 2024.06.22 01:38:30.257760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12882 | 2024.06.22 01:38:30.257784 [ 3 ] {} <Debug> HTTP-Session: ab42a40a-e4cb-47fc-8818-cc7a37e2581d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12883 | 2024.06.22 01:38:30.257809 [ 3 ] {} <Debug> HTTP-Session: ab42a40a-e4cb-47fc-8818-cc7a37e2581d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12884 | 2024.06.22 01:38:30.257823 [ 3 ] {} <Debug> HTTP-Session: ab42a40a-e4cb-47fc-8818-cc7a37e2581d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12885 | 2024.06.22 01:38:30.257872 [ 3 ] {} <Trace> HTTP-Session: ab42a40a-e4cb-47fc-8818-cc7a37e2581d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12886 | 2024.06.22 01:38:30.258044 [ 3 ] {b8cebc0f-4a0c-468b-b512-f18e45b6dd88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12887 | 2024.06.22 01:38:30.258109 [ 3 ] {b8cebc0f-4a0c-468b-b512-f18e45b6dd88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12888 | 2024.06.22 01:38:30.258297 [ 3 ] {b8cebc0f-4a0c-468b-b512-f18e45b6dd88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12889 | 2024.06.22 01:38:30.258728 [ 3 ] {b8cebc0f-4a0c-468b-b512-f18e45b6dd88} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12890 | 2024.06.22 01:38:30.258769 [ 3 ] {b8cebc0f-4a0c-468b-b512-f18e45b6dd88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12891 | 2024.06.22 01:38:30.259137 [ 3 ] {b8cebc0f-4a0c-468b-b512-f18e45b6dd88} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12892 | 2024.06.22 01:38:30.259486 [ 3 ] {b8cebc0f-4a0c-468b-b512-f18e45b6dd88} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12893 | 2024.06.22 01:38:30.259638 [ 3 ] {b8cebc0f-4a0c-468b-b512-f18e45b6dd88} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001646 sec., 2430.1336573511544 rows/sec., 196.97 KiB/sec. | ||
12894 | 2024.06.22 01:38:30.259894 [ 3 ] {b8cebc0f-4a0c-468b-b512-f18e45b6dd88} <Debug> DynamicQueryHandler: Done processing query | ||
12895 | 2024.06.22 01:38:30.259929 [ 3 ] {b8cebc0f-4a0c-468b-b512-f18e45b6dd88} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12896 | 2024.06.22 01:38:30.259950 [ 3 ] {} <Debug> HTTP-Session: ab42a40a-e4cb-47fc-8818-cc7a37e2581d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12897 | 2024.06.22 01:38:30.260106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12898 | 2024.06.22 01:38:30.260171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12899 | 2024.06.22 01:38:30.260196 [ 3 ] {} <Debug> HTTP-Session: a665dd9c-9e34-4584-93dd-06fb479368f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12900 | 2024.06.22 01:38:30.260218 [ 3 ] {} <Debug> HTTP-Session: a665dd9c-9e34-4584-93dd-06fb479368f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12901 | 2024.06.22 01:38:30.260235 [ 3 ] {} <Debug> HTTP-Session: a665dd9c-9e34-4584-93dd-06fb479368f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12902 | 2024.06.22 01:38:30.260276 [ 3 ] {} <Trace> HTTP-Session: a665dd9c-9e34-4584-93dd-06fb479368f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12903 | 2024.06.22 01:38:30.260405 [ 3 ] {ee60a604-7f00-40af-8741-f6d062db5483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12904 | 2024.06.22 01:38:30.260460 [ 3 ] {ee60a604-7f00-40af-8741-f6d062db5483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12905 | 2024.06.22 01:38:30.260605 [ 3 ] {ee60a604-7f00-40af-8741-f6d062db5483} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12906 | 2024.06.22 01:38:30.260927 [ 3 ] {ee60a604-7f00-40af-8741-f6d062db5483} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12907 | 2024.06.22 01:38:30.260965 [ 3 ] {ee60a604-7f00-40af-8741-f6d062db5483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12908 | 2024.06.22 01:38:30.261269 [ 3 ] {ee60a604-7f00-40af-8741-f6d062db5483} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12909 | 2024.06.22 01:38:30.261579 [ 3 ] {ee60a604-7f00-40af-8741-f6d062db5483} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12910 | 2024.06.22 01:38:30.261709 [ 3 ] {ee60a604-7f00-40af-8741-f6d062db5483} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00134 sec., 2985.0746268656717 rows/sec., 243.41 KiB/sec. | ||
12911 | 2024.06.22 01:38:30.261958 [ 3 ] {ee60a604-7f00-40af-8741-f6d062db5483} <Debug> DynamicQueryHandler: Done processing query | ||
12912 | 2024.06.22 01:38:30.262000 [ 3 ] {ee60a604-7f00-40af-8741-f6d062db5483} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12913 | 2024.06.22 01:38:30.262017 [ 3 ] {} <Debug> HTTP-Session: a665dd9c-9e34-4584-93dd-06fb479368f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12914 | 2024.06.22 01:38:30.262179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12915 | 2024.06.22 01:38:30.262230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12916 | 2024.06.22 01:38:30.262250 [ 3 ] {} <Debug> HTTP-Session: a1edec77-8c7d-4c4c-bf65-18b619a22a6d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12917 | 2024.06.22 01:38:30.262268 [ 3 ] {} <Debug> HTTP-Session: a1edec77-8c7d-4c4c-bf65-18b619a22a6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12918 | 2024.06.22 01:38:30.262282 [ 3 ] {} <Debug> HTTP-Session: a1edec77-8c7d-4c4c-bf65-18b619a22a6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12919 | 2024.06.22 01:38:30.262313 [ 3 ] {} <Trace> HTTP-Session: a1edec77-8c7d-4c4c-bf65-18b619a22a6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12920 | 2024.06.22 01:38:30.262434 [ 3 ] {67d11580-5131-4e50-8891-29e14962f10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12921 | 2024.06.22 01:38:30.262478 [ 3 ] {67d11580-5131-4e50-8891-29e14962f10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12922 | 2024.06.22 01:38:30.262619 [ 3 ] {67d11580-5131-4e50-8891-29e14962f10c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12923 | 2024.06.22 01:38:30.262998 [ 3 ] {67d11580-5131-4e50-8891-29e14962f10c} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12924 | 2024.06.22 01:38:30.263034 [ 3 ] {67d11580-5131-4e50-8891-29e14962f10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12925 | 2024.06.22 01:38:30.263346 [ 3 ] {67d11580-5131-4e50-8891-29e14962f10c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12926 | 2024.06.22 01:38:30.263686 [ 3 ] {67d11580-5131-4e50-8891-29e14962f10c} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12927 | 2024.06.22 01:38:30.263860 [ 3 ] {67d11580-5131-4e50-8891-29e14962f10c} <Debug> executeQuery: Read 70 rows, 5.63 KiB in 0.001458 sec., 48010.973936899856 rows/sec., 3.77 MiB/sec. | ||
12928 | 2024.06.22 01:38:30.263873 [ 28 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12929 | 2024.06.22 01:38:30.264000 [ 28 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12930 | 2024.06.22 01:38:30.264107 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12931 | 2024.06.22 01:38:30.264540 [ 3 ] {67d11580-5131-4e50-8891-29e14962f10c} <Debug> DynamicQueryHandler: Done processing query | ||
12932 | 2024.06.22 01:38:30.264693 [ 3 ] {67d11580-5131-4e50-8891-29e14962f10c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12933 | 2024.06.22 01:38:30.264747 [ 202 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
12934 | 2024.06.22 01:38:30.264775 [ 3 ] {} <Debug> HTTP-Session: a1edec77-8c7d-4c4c-bf65-18b619a22a6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12935 | 2024.06.22 01:38:30.265231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12936 | 2024.06.22 01:38:30.265554 [ 202 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12937 | 2024.06.22 01:38:30.265555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12938 | 2024.06.22 01:38:30.265661 [ 202 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 246 rows starting from the beginning of the part | ||
12939 | 2024.06.22 01:38:30.265703 [ 3 ] {} <Debug> HTTP-Session: 0f44f502-76fc-44f4-8937-8e697d6a3a23 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12940 | 2024.06.22 01:38:30.265962 [ 202 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 69 rows starting from the beginning of the part | ||
12941 | 2024.06.22 01:38:30.266548 [ 202 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 227 rows starting from the beginning of the part | ||
12942 | 2024.06.22 01:38:30.266910 [ 3 ] {} <Debug> HTTP-Session: 0f44f502-76fc-44f4-8937-8e697d6a3a23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12943 | 2024.06.22 01:38:30.266952 [ 202 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 68 rows starting from the beginning of the part | ||
12944 | 2024.06.22 01:38:30.267024 [ 3 ] {} <Debug> HTTP-Session: 0f44f502-76fc-44f4-8937-8e697d6a3a23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12945 | 2024.06.22 01:38:30.267290 [ 3 ] {} <Trace> HTTP-Session: 0f44f502-76fc-44f4-8937-8e697d6a3a23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12946 | 2024.06.22 01:38:30.267370 [ 202 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 191 rows starting from the beginning of the part | ||
12947 | 2024.06.22 01:38:30.267783 [ 202 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 70 rows starting from the beginning of the part | ||
12948 | 2024.06.22 01:38:30.267849 [ 3 ] {c78126d1-a102-4c76-ac6c-009fea96e321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12949 | 2024.06.22 01:38:30.268058 [ 3 ] {c78126d1-a102-4c76-ac6c-009fea96e321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12950 | 2024.06.22 01:38:30.269472 [ 3 ] {c78126d1-a102-4c76-ac6c-009fea96e321} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12951 | 2024.06.22 01:38:30.270292 [ 3 ] {c78126d1-a102-4c76-ac6c-009fea96e321} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12952 | 2024.06.22 01:38:30.270374 [ 3 ] {c78126d1-a102-4c76-ac6c-009fea96e321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12953 | 2024.06.22 01:38:30.271047 [ 3 ] {c78126d1-a102-4c76-ac6c-009fea96e321} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12954 | 2024.06.22 01:38:30.271298 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 871 rows, containing 4 columns (4 merged, 0 gathered) in 0.006982517 sec., 124740.11878524607 rows/sec., 10.32 MiB/sec. | ||
12955 | 2024.06.22 01:38:30.271583 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12956 | 2024.06.22 01:38:30.271752 [ 3 ] {c78126d1-a102-4c76-ac6c-009fea96e321} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12957 | 2024.06.22 01:38:30.272159 [ 3 ] {c78126d1-a102-4c76-ac6c-009fea96e321} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004436 sec., 901.7132551848513 rows/sec., 62.96 KiB/sec. | ||
12958 | 2024.06.22 01:38:30.272594 [ 3 ] {c78126d1-a102-4c76-ac6c-009fea96e321} <Debug> DynamicQueryHandler: Done processing query | ||
12959 | 2024.06.22 01:38:30.272639 [ 3 ] {c78126d1-a102-4c76-ac6c-009fea96e321} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12960 | 2024.06.22 01:38:30.272648 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12961 | 2024.06.22 01:38:30.272670 [ 3 ] {} <Debug> HTTP-Session: 0f44f502-76fc-44f4-8937-8e697d6a3a23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12962 | 2024.06.22 01:38:30.272792 [ 186 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_96_19} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12963 | 2024.06.22 01:38:30.272876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 12250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12964 | 2024.06.22 01:38:30.272936 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
12965 | 2024.06.22 01:38:30.272986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12966 | 2024.06.22 01:38:30.273015 [ 3 ] {} <Debug> HTTP-Session: 41d4e233-d512-45d3-8d7e-e4c379cecffb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12967 | 2024.06.22 01:38:30.273033 [ 3 ] {} <Debug> HTTP-Session: 41d4e233-d512-45d3-8d7e-e4c379cecffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12968 | 2024.06.22 01:38:30.273048 [ 3 ] {} <Debug> HTTP-Session: 41d4e233-d512-45d3-8d7e-e4c379cecffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12969 | 2024.06.22 01:38:30.273081 [ 3 ] {} <Trace> HTTP-Session: 41d4e233-d512-45d3-8d7e-e4c379cecffb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12970 | 2024.06.22 01:38:30.273218 [ 3 ] {980975ce-31f8-462a-a5fd-8ad51f69254f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12971 | 2024.06.22 01:38:30.273261 [ 3 ] {980975ce-31f8-462a-a5fd-8ad51f69254f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12972 | 2024.06.22 01:38:30.273408 [ 3 ] {980975ce-31f8-462a-a5fd-8ad51f69254f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12973 | 2024.06.22 01:38:30.273753 [ 3 ] {980975ce-31f8-462a-a5fd-8ad51f69254f} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12974 | 2024.06.22 01:38:30.273789 [ 3 ] {980975ce-31f8-462a-a5fd-8ad51f69254f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12975 | 2024.06.22 01:38:30.274115 [ 3 ] {980975ce-31f8-462a-a5fd-8ad51f69254f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12976 | 2024.06.22 01:38:30.274434 [ 3 ] {980975ce-31f8-462a-a5fd-8ad51f69254f} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12977 | 2024.06.22 01:38:30.274559 [ 28 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12978 | 2024.06.22 01:38:30.274562 [ 3 ] {980975ce-31f8-462a-a5fd-8ad51f69254f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001397 sec., 51539.01216893343 rows/sec., 4.03 MiB/sec. | ||
12979 | 2024.06.22 01:38:30.274598 [ 28 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12980 | 2024.06.22 01:38:30.274638 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12981 | 2024.06.22 01:38:30.274858 [ 3 ] {980975ce-31f8-462a-a5fd-8ad51f69254f} <Debug> DynamicQueryHandler: Done processing query | ||
12982 | 2024.06.22 01:38:30.274881 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
12983 | 2024.06.22 01:38:30.274906 [ 3 ] {980975ce-31f8-462a-a5fd-8ad51f69254f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12984 | 2024.06.22 01:38:30.274961 [ 3 ] {} <Debug> HTTP-Session: 41d4e233-d512-45d3-8d7e-e4c379cecffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12985 | 2024.06.22 01:38:30.275313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 31008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12986 | 2024.06.22 01:38:30.275415 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12987 | 2024.06.22 01:38:30.275520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12988 | 2024.06.22 01:38:30.275547 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 172 rows starting from the beginning of the part | ||
12989 | 2024.06.22 01:38:30.275653 [ 3 ] {} <Debug> HTTP-Session: 5998f06d-abe4-48fb-8e14-7047d4182bb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
12990 | 2024.06.22 01:38:30.275792 [ 3 ] {} <Debug> HTTP-Session: 5998f06d-abe4-48fb-8e14-7047d4182bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12991 | 2024.06.22 01:38:30.275935 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 70 rows starting from the beginning of the part | ||
12992 | 2024.06.22 01:38:30.275954 [ 3 ] {} <Debug> HTTP-Session: 5998f06d-abe4-48fb-8e14-7047d4182bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12993 | 2024.06.22 01:38:30.276255 [ 3 ] {} <Trace> HTTP-Session: 5998f06d-abe4-48fb-8e14-7047d4182bb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12994 | 2024.06.22 01:38:30.276586 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 133 rows starting from the beginning of the part | ||
12995 | 2024.06.22 01:38:30.277165 [ 3 ] {9658c7c0-647c-4685-ab00-7138df18767e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12996 | 2024.06.22 01:38:30.277165 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 68 rows starting from the beginning of the part | ||
12997 | 2024.06.22 01:38:30.277460 [ 3 ] {9658c7c0-647c-4685-ab00-7138df18767e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12998 | 2024.06.22 01:38:30.277703 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 109 rows starting from the beginning of the part | ||
12999 | 2024.06.22 01:38:30.278108 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 72 rows starting from the beginning of the part | ||
13000 | 2024.06.22 01:38:30.278793 [ 3 ] {9658c7c0-647c-4685-ab00-7138df18767e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13001 | 2024.06.22 01:38:30.279734 [ 3 ] {9658c7c0-647c-4685-ab00-7138df18767e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13002 | 2024.06.22 01:38:30.279806 [ 3 ] {9658c7c0-647c-4685-ab00-7138df18767e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
13003 | 2024.06.22 01:38:30.280818 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 624 rows, containing 4 columns (4 merged, 0 gathered) in 0.006080731 sec., 102619.24100901684 rows/sec., 8.01 MiB/sec. | ||
13004 | 2024.06.22 01:38:30.280870 [ 3 ] {9658c7c0-647c-4685-ab00-7138df18767e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
13005 | 2024.06.22 01:38:30.280996 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
13006 | 2024.06.22 01:38:30.281796 [ 3 ] {9658c7c0-647c-4685-ab00-7138df18767e} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13007 | 2024.06.22 01:38:30.281909 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13008 | 2024.06.22 01:38:30.282097 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
13009 | 2024.06.22 01:38:30.282151 [ 186 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_96_19} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
13010 | 2024.06.22 01:38:30.282164 [ 3 ] {9658c7c0-647c-4685-ab00-7138df18767e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005359 sec., 30229.52043291659 rows/sec., 2.11 MiB/sec. | ||
13011 | 2024.06.22 01:38:30.282180 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13012 | 2024.06.22 01:38:30.282242 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
13013 | 2024.06.22 01:38:30.282551 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
13014 | 2024.06.22 01:38:30.282618 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
13015 | 2024.06.22 01:38:30.282676 [ 3 ] {9658c7c0-647c-4685-ab00-7138df18767e} <Debug> DynamicQueryHandler: Done processing query | ||
13016 | 2024.06.22 01:38:30.282719 [ 3 ] {9658c7c0-647c-4685-ab00-7138df18767e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13017 | 2024.06.22 01:38:30.282772 [ 3 ] {} <Debug> HTTP-Session: 5998f06d-abe4-48fb-8e14-7047d4182bb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13018 | 2024.06.22 01:38:30.282860 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13019 | 2024.06.22 01:38:30.282894 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_91_18, total 14876 rows starting from the beginning of the part | ||
13020 | 2024.06.22 01:38:30.283052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13021 | 2024.06.22 01:38:30.283107 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 161 rows starting from the beginning of the part | ||
13022 | 2024.06.22 01:38:30.283273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13023 | 2024.06.22 01:38:30.283390 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 196 rows starting from the beginning of the part | ||
13024 | 2024.06.22 01:38:30.283390 [ 3 ] {} <Debug> HTTP-Session: 6924a678-6348-4998-9ace-bb07a4a876a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13025 | 2024.06.22 01:38:30.283451 [ 3 ] {} <Debug> HTTP-Session: 6924a678-6348-4998-9ace-bb07a4a876a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13026 | 2024.06.22 01:38:30.283548 [ 3 ] {} <Debug> HTTP-Session: 6924a678-6348-4998-9ace-bb07a4a876a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13027 | 2024.06.22 01:38:30.283639 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
13028 | 2024.06.22 01:38:30.283714 [ 3 ] {} <Trace> HTTP-Session: 6924a678-6348-4998-9ace-bb07a4a876a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13029 | 2024.06.22 01:38:30.283879 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
13030 | 2024.06.22 01:38:30.284078 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 162 rows starting from the beginning of the part | ||
13031 | 2024.06.22 01:38:30.284183 [ 3 ] {062b2bbb-a534-4fd9-908b-d7144f2b5240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13032 | 2024.06.22 01:38:30.284429 [ 3 ] {062b2bbb-a534-4fd9-908b-d7144f2b5240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13033 | 2024.06.22 01:38:30.285088 [ 3 ] {062b2bbb-a534-4fd9-908b-d7144f2b5240} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13034 | 2024.06.22 01:38:30.285617 [ 3 ] {062b2bbb-a534-4fd9-908b-d7144f2b5240} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13035 | 2024.06.22 01:38:30.285656 [ 3 ] {062b2bbb-a534-4fd9-908b-d7144f2b5240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
13036 | 2024.06.22 01:38:30.286316 [ 3 ] {062b2bbb-a534-4fd9-908b-d7144f2b5240} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13037 | 2024.06.22 01:38:30.287372 [ 3 ] {062b2bbb-a534-4fd9-908b-d7144f2b5240} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13038 | 2024.06.22 01:38:30.287539 [ 3 ] {062b2bbb-a534-4fd9-908b-d7144f2b5240} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.003572 sec., 1119.8208286674133 rows/sec., 1.51 MiB/sec. | ||
13039 | 2024.06.22 01:38:30.287786 [ 3 ] {062b2bbb-a534-4fd9-908b-d7144f2b5240} <Debug> DynamicQueryHandler: Done processing query | ||
13040 | 2024.06.22 01:38:30.287812 [ 3 ] {062b2bbb-a534-4fd9-908b-d7144f2b5240} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13041 | 2024.06.22 01:38:30.287829 [ 3 ] {} <Debug> HTTP-Session: 6924a678-6348-4998-9ace-bb07a4a876a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13042 | 2024.06.22 01:38:30.287968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13043 | 2024.06.22 01:38:30.288019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13044 | 2024.06.22 01:38:30.288040 [ 3 ] {} <Debug> HTTP-Session: 9cf3e58e-7c51-467b-9848-b9b5273c5518 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13045 | 2024.06.22 01:38:30.288058 [ 3 ] {} <Debug> HTTP-Session: 9cf3e58e-7c51-467b-9848-b9b5273c5518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13046 | 2024.06.22 01:38:30.288073 [ 3 ] {} <Debug> HTTP-Session: 9cf3e58e-7c51-467b-9848-b9b5273c5518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13047 | 2024.06.22 01:38:30.288105 [ 3 ] {} <Trace> HTTP-Session: 9cf3e58e-7c51-467b-9848-b9b5273c5518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13048 | 2024.06.22 01:38:30.288461 [ 3 ] {742bd3e0-6a66-4037-8d80-d33b5578e903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13049 | 2024.06.22 01:38:30.288512 [ 3 ] {742bd3e0-6a66-4037-8d80-d33b5578e903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13050 | 2024.06.22 01:38:30.288664 [ 3 ] {742bd3e0-6a66-4037-8d80-d33b5578e903} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13051 | 2024.06.22 01:38:30.288989 [ 3 ] {742bd3e0-6a66-4037-8d80-d33b5578e903} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13052 | 2024.06.22 01:38:30.289036 [ 3 ] {742bd3e0-6a66-4037-8d80-d33b5578e903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
13053 | 2024.06.22 01:38:30.289461 [ 3 ] {742bd3e0-6a66-4037-8d80-d33b5578e903} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
13054 | 2024.06.22 01:38:30.289878 [ 3 ] {742bd3e0-6a66-4037-8d80-d33b5578e903} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13055 | 2024.06.22 01:38:30.290117 [ 28 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
13056 | 2024.06.22 01:38:30.290122 [ 3 ] {742bd3e0-6a66-4037-8d80-d33b5578e903} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00179 sec., 33519.5530726257 rows/sec., 2.26 MiB/sec. | ||
13057 | 2024.06.22 01:38:30.290150 [ 28 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13058 | 2024.06.22 01:38:30.290189 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
13059 | 2024.06.22 01:38:30.290583 [ 3 ] {742bd3e0-6a66-4037-8d80-d33b5578e903} <Debug> DynamicQueryHandler: Done processing query | ||
13060 | 2024.06.22 01:38:30.290703 [ 3 ] {742bd3e0-6a66-4037-8d80-d33b5578e903} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13061 | 2024.06.22 01:38:30.290809 [ 3 ] {} <Debug> HTTP-Session: 9cf3e58e-7c51-467b-9848-b9b5273c5518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13062 | 2024.06.22 01:38:30.290812 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
13063 | 2024.06.22 01:38:30.290983 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15715 rows, containing 5 columns (5 merged, 0 gathered) in 0.008549498 sec., 1838119.6182512701 rows/sec., 128.09 MiB/sec. | ||
13064 | 2024.06.22 01:38:30.291067 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13065 | 2024.06.22 01:38:30.291112 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5318 rows starting from the beginning of the part | ||
13066 | 2024.06.22 01:38:30.291227 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
13067 | 2024.06.22 01:38:30.291447 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
13068 | 2024.06.22 01:38:30.291577 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
13069 | 2024.06.22 01:38:30.291871 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
13070 | 2024.06.22 01:38:30.292052 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
13071 | 2024.06.22 01:38:30.292537 [ 188 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
13072 | 2024.06.22 01:38:30.293102 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13073 | 2024.06.22 01:38:30.293248 [ 194 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
13074 | 2024.06.22 01:38:30.293412 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.08 MiB. | ||
13075 | 2024.06.22 01:38:30.294803 [ 191 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5618 rows, containing 4 columns (4 merged, 0 gathered) in 0.00445054 sec., 1262318.7298619943 rows/sec., 85.08 MiB/sec. | ||
13076 | 2024.06.22 01:38:30.295227 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
13077 | 2024.06.22 01:38:30.295692 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13078 | 2024.06.22 01:38:30.295788 [ 197 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_96_19} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
13079 | 2024.06.22 01:38:30.295892 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
13080 | 2024.06.22 01:38:33.819499 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13081 | 2024.06.22 01:38:33.819573 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13082 | 2024.06.22 01:38:35.260233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13083 | 2024.06.22 01:38:35.260391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13084 | 2024.06.22 01:38:35.260434 [ 3 ] {} <Debug> HTTP-Session: a1460b36-f1af-4182-ab15-7e6c08dae5e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13085 | 2024.06.22 01:38:35.260476 [ 3 ] {} <Debug> HTTP-Session: a1460b36-f1af-4182-ab15-7e6c08dae5e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13086 | 2024.06.22 01:38:35.260504 [ 3 ] {} <Debug> HTTP-Session: a1460b36-f1af-4182-ab15-7e6c08dae5e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13087 | 2024.06.22 01:38:35.260582 [ 3 ] {} <Trace> HTTP-Session: a1460b36-f1af-4182-ab15-7e6c08dae5e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13088 | 2024.06.22 01:38:35.260819 [ 3 ] {7d5c4659-7fb7-400a-bf8a-160d4edd5284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13089 | 2024.06.22 01:38:35.260881 [ 3 ] {7d5c4659-7fb7-400a-bf8a-160d4edd5284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13090 | 2024.06.22 01:38:35.261065 [ 3 ] {7d5c4659-7fb7-400a-bf8a-160d4edd5284} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13091 | 2024.06.22 01:38:35.261526 [ 3 ] {7d5c4659-7fb7-400a-bf8a-160d4edd5284} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13092 | 2024.06.22 01:38:35.261565 [ 3 ] {7d5c4659-7fb7-400a-bf8a-160d4edd5284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13093 | 2024.06.22 01:38:35.261957 [ 3 ] {7d5c4659-7fb7-400a-bf8a-160d4edd5284} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13094 | 2024.06.22 01:38:35.262307 [ 3 ] {7d5c4659-7fb7-400a-bf8a-160d4edd5284} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13095 | 2024.06.22 01:38:35.262472 [ 3 ] {7d5c4659-7fb7-400a-bf8a-160d4edd5284} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001712 sec., 26285.046728971964 rows/sec., 2.08 MiB/sec. | ||
13096 | 2024.06.22 01:38:35.262670 [ 3 ] {7d5c4659-7fb7-400a-bf8a-160d4edd5284} <Debug> DynamicQueryHandler: Done processing query | ||
13097 | 2024.06.22 01:38:35.262695 [ 3 ] {7d5c4659-7fb7-400a-bf8a-160d4edd5284} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13098 | 2024.06.22 01:38:35.262712 [ 3 ] {} <Debug> HTTP-Session: a1460b36-f1af-4182-ab15-7e6c08dae5e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13099 | 2024.06.22 01:38:35.262850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13100 | 2024.06.22 01:38:35.262900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13101 | 2024.06.22 01:38:35.262920 [ 3 ] {} <Debug> HTTP-Session: 0f7b00be-56b8-40d5-adc8-f1bf7fdddfde Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13102 | 2024.06.22 01:38:35.262936 [ 3 ] {} <Debug> HTTP-Session: 0f7b00be-56b8-40d5-adc8-f1bf7fdddfde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13103 | 2024.06.22 01:38:35.262949 [ 3 ] {} <Debug> HTTP-Session: 0f7b00be-56b8-40d5-adc8-f1bf7fdddfde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13104 | 2024.06.22 01:38:35.262980 [ 3 ] {} <Trace> HTTP-Session: 0f7b00be-56b8-40d5-adc8-f1bf7fdddfde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13105 | 2024.06.22 01:38:35.263075 [ 3 ] {6c918929-d38a-4751-b8fb-ffa86ef04109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13106 | 2024.06.22 01:38:35.263118 [ 3 ] {6c918929-d38a-4751-b8fb-ffa86ef04109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13107 | 2024.06.22 01:38:35.263246 [ 3 ] {6c918929-d38a-4751-b8fb-ffa86ef04109} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13108 | 2024.06.22 01:38:35.263547 [ 3 ] {6c918929-d38a-4751-b8fb-ffa86ef04109} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13109 | 2024.06.22 01:38:35.263583 [ 3 ] {6c918929-d38a-4751-b8fb-ffa86ef04109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13110 | 2024.06.22 01:38:35.263885 [ 3 ] {6c918929-d38a-4751-b8fb-ffa86ef04109} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
13111 | 2024.06.22 01:38:35.264199 [ 3 ] {6c918929-d38a-4751-b8fb-ffa86ef04109} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13112 | 2024.06.22 01:38:35.264359 [ 3 ] {6c918929-d38a-4751-b8fb-ffa86ef04109} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001298 sec., 1540.8320493066258 rows/sec., 125.64 KiB/sec. | ||
13113 | 2024.06.22 01:38:35.264647 [ 3 ] {6c918929-d38a-4751-b8fb-ffa86ef04109} <Debug> DynamicQueryHandler: Done processing query | ||
13114 | 2024.06.22 01:38:35.264691 [ 3 ] {6c918929-d38a-4751-b8fb-ffa86ef04109} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13115 | 2024.06.22 01:38:35.264710 [ 3 ] {} <Debug> HTTP-Session: 0f7b00be-56b8-40d5-adc8-f1bf7fdddfde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13116 | 2024.06.22 01:38:35.264924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 28401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13117 | 2024.06.22 01:38:35.264974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13118 | 2024.06.22 01:38:35.264993 [ 3 ] {} <Debug> HTTP-Session: c00add1d-52aa-48b4-aa36-418a34dc6ab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13119 | 2024.06.22 01:38:35.265010 [ 3 ] {} <Debug> HTTP-Session: c00add1d-52aa-48b4-aa36-418a34dc6ab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13120 | 2024.06.22 01:38:35.265023 [ 3 ] {} <Debug> HTTP-Session: c00add1d-52aa-48b4-aa36-418a34dc6ab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13121 | 2024.06.22 01:38:35.265053 [ 3 ] {} <Trace> HTTP-Session: c00add1d-52aa-48b4-aa36-418a34dc6ab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13122 | 2024.06.22 01:38:35.265202 [ 3 ] {48dbcc0d-0531-4ba9-9140-7f00b51a7403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13123 | 2024.06.22 01:38:35.265243 [ 3 ] {48dbcc0d-0531-4ba9-9140-7f00b51a7403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13124 | 2024.06.22 01:38:35.265385 [ 3 ] {48dbcc0d-0531-4ba9-9140-7f00b51a7403} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13125 | 2024.06.22 01:38:35.265851 [ 3 ] {48dbcc0d-0531-4ba9-9140-7f00b51a7403} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13126 | 2024.06.22 01:38:35.265887 [ 3 ] {48dbcc0d-0531-4ba9-9140-7f00b51a7403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13127 | 2024.06.22 01:38:35.266212 [ 3 ] {48dbcc0d-0531-4ba9-9140-7f00b51a7403} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
13128 | 2024.06.22 01:38:35.266518 [ 3 ] {48dbcc0d-0531-4ba9-9140-7f00b51a7403} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13129 | 2024.06.22 01:38:35.266670 [ 3 ] {48dbcc0d-0531-4ba9-9140-7f00b51a7403} <Debug> executeQuery: Read 192 rows, 16.72 KiB in 0.001535 sec., 125081.4332247557 rows/sec., 10.64 MiB/sec. | ||
13130 | 2024.06.22 01:38:35.266873 [ 3 ] {48dbcc0d-0531-4ba9-9140-7f00b51a7403} <Debug> DynamicQueryHandler: Done processing query | ||
13131 | 2024.06.22 01:38:35.266910 [ 3 ] {48dbcc0d-0531-4ba9-9140-7f00b51a7403} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13132 | 2024.06.22 01:38:35.266944 [ 3 ] {} <Debug> HTTP-Session: c00add1d-52aa-48b4-aa36-418a34dc6ab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13133 | 2024.06.22 01:38:35.267096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13134 | 2024.06.22 01:38:35.267147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13135 | 2024.06.22 01:38:35.267166 [ 3 ] {} <Debug> HTTP-Session: 06fa3495-53a7-45c2-af9f-c71706a9230f Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13136 | 2024.06.22 01:38:35.267183 [ 3 ] {} <Debug> HTTP-Session: 06fa3495-53a7-45c2-af9f-c71706a9230f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13137 | 2024.06.22 01:38:35.267197 [ 3 ] {} <Debug> HTTP-Session: 06fa3495-53a7-45c2-af9f-c71706a9230f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13138 | 2024.06.22 01:38:35.267227 [ 3 ] {} <Trace> HTTP-Session: 06fa3495-53a7-45c2-af9f-c71706a9230f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13139 | 2024.06.22 01:38:35.267319 [ 3 ] {288e8063-68de-4c7d-b2cc-146065a9cc79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13140 | 2024.06.22 01:38:35.267360 [ 3 ] {288e8063-68de-4c7d-b2cc-146065a9cc79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13141 | 2024.06.22 01:38:35.267489 [ 3 ] {288e8063-68de-4c7d-b2cc-146065a9cc79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13142 | 2024.06.22 01:38:35.267765 [ 3 ] {288e8063-68de-4c7d-b2cc-146065a9cc79} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13143 | 2024.06.22 01:38:35.267801 [ 3 ] {288e8063-68de-4c7d-b2cc-146065a9cc79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13144 | 2024.06.22 01:38:35.268097 [ 3 ] {288e8063-68de-4c7d-b2cc-146065a9cc79} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
13145 | 2024.06.22 01:38:35.268410 [ 3 ] {288e8063-68de-4c7d-b2cc-146065a9cc79} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13146 | 2024.06.22 01:38:35.268562 [ 3 ] {288e8063-68de-4c7d-b2cc-146065a9cc79} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001266 sec., 1579.778830963665 rows/sec., 110.31 KiB/sec. | ||
13147 | 2024.06.22 01:38:35.268728 [ 3 ] {288e8063-68de-4c7d-b2cc-146065a9cc79} <Debug> DynamicQueryHandler: Done processing query | ||
13148 | 2024.06.22 01:38:35.268753 [ 3 ] {288e8063-68de-4c7d-b2cc-146065a9cc79} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13149 | 2024.06.22 01:38:35.268769 [ 3 ] {} <Debug> HTTP-Session: 06fa3495-53a7-45c2-af9f-c71706a9230f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13150 | 2024.06.22 01:38:35.268912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 18856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13151 | 2024.06.22 01:38:35.268960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13152 | 2024.06.22 01:38:35.268979 [ 3 ] {} <Debug> HTTP-Session: b43f13ab-b7e5-4bc3-aa99-b4ddb072b6f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13153 | 2024.06.22 01:38:35.268996 [ 3 ] {} <Debug> HTTP-Session: b43f13ab-b7e5-4bc3-aa99-b4ddb072b6f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13154 | 2024.06.22 01:38:35.269009 [ 3 ] {} <Debug> HTTP-Session: b43f13ab-b7e5-4bc3-aa99-b4ddb072b6f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13155 | 2024.06.22 01:38:35.269039 [ 3 ] {} <Trace> HTTP-Session: b43f13ab-b7e5-4bc3-aa99-b4ddb072b6f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13156 | 2024.06.22 01:38:35.269165 [ 3 ] {b99c6faa-b44b-4023-abd3-b5d13983804b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13157 | 2024.06.22 01:38:35.269207 [ 3 ] {b99c6faa-b44b-4023-abd3-b5d13983804b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13158 | 2024.06.22 01:38:35.269334 [ 3 ] {b99c6faa-b44b-4023-abd3-b5d13983804b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13159 | 2024.06.22 01:38:35.269692 [ 3 ] {b99c6faa-b44b-4023-abd3-b5d13983804b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13160 | 2024.06.22 01:38:35.269728 [ 3 ] {b99c6faa-b44b-4023-abd3-b5d13983804b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13161 | 2024.06.22 01:38:35.270042 [ 3 ] {b99c6faa-b44b-4023-abd3-b5d13983804b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
13162 | 2024.06.22 01:38:35.270348 [ 3 ] {b99c6faa-b44b-4023-abd3-b5d13983804b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13163 | 2024.06.22 01:38:35.270490 [ 3 ] {b99c6faa-b44b-4023-abd3-b5d13983804b} <Debug> executeQuery: Read 111 rows, 8.88 KiB in 0.001369 sec., 81081.08108108108 rows/sec., 6.34 MiB/sec. | ||
13164 | 2024.06.22 01:38:35.270654 [ 3 ] {b99c6faa-b44b-4023-abd3-b5d13983804b} <Debug> DynamicQueryHandler: Done processing query | ||
13165 | 2024.06.22 01:38:35.270678 [ 3 ] {b99c6faa-b44b-4023-abd3-b5d13983804b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13166 | 2024.06.22 01:38:35.270694 [ 3 ] {} <Debug> HTTP-Session: b43f13ab-b7e5-4bc3-aa99-b4ddb072b6f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13167 | 2024.06.22 01:38:35.270871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13168 | 2024.06.22 01:38:35.270919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13169 | 2024.06.22 01:38:35.270938 [ 3 ] {} <Debug> HTTP-Session: b6ecbb8a-ddf0-4938-ab00-2431281fe38c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13170 | 2024.06.22 01:38:35.270955 [ 3 ] {} <Debug> HTTP-Session: b6ecbb8a-ddf0-4938-ab00-2431281fe38c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13171 | 2024.06.22 01:38:35.270968 [ 3 ] {} <Debug> HTTP-Session: b6ecbb8a-ddf0-4938-ab00-2431281fe38c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13172 | 2024.06.22 01:38:35.270999 [ 3 ] {} <Trace> HTTP-Session: b6ecbb8a-ddf0-4938-ab00-2431281fe38c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13173 | 2024.06.22 01:38:35.271148 [ 3 ] {7e6f9d83-c679-40f2-9f8d-b8dce9435b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13174 | 2024.06.22 01:38:35.271193 [ 3 ] {7e6f9d83-c679-40f2-9f8d-b8dce9435b22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13175 | 2024.06.22 01:38:35.271339 [ 3 ] {7e6f9d83-c679-40f2-9f8d-b8dce9435b22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13176 | 2024.06.22 01:38:35.271713 [ 3 ] {7e6f9d83-c679-40f2-9f8d-b8dce9435b22} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13177 | 2024.06.22 01:38:35.271749 [ 3 ] {7e6f9d83-c679-40f2-9f8d-b8dce9435b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13178 | 2024.06.22 01:38:35.272142 [ 3 ] {7e6f9d83-c679-40f2-9f8d-b8dce9435b22} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
13179 | 2024.06.22 01:38:35.272481 [ 3 ] {7e6f9d83-c679-40f2-9f8d-b8dce9435b22} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13180 | 2024.06.22 01:38:35.272637 [ 3 ] {7e6f9d83-c679-40f2-9f8d-b8dce9435b22} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001553 sec., 103670.31551835158 rows/sec., 7.22 MiB/sec. | ||
13181 | 2024.06.22 01:38:35.272810 [ 3 ] {7e6f9d83-c679-40f2-9f8d-b8dce9435b22} <Debug> DynamicQueryHandler: Done processing query | ||
13182 | 2024.06.22 01:38:35.272834 [ 3 ] {7e6f9d83-c679-40f2-9f8d-b8dce9435b22} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13183 | 2024.06.22 01:38:35.272850 [ 3 ] {} <Debug> HTTP-Session: b6ecbb8a-ddf0-4938-ab00-2431281fe38c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13184 | 2024.06.22 01:38:35.273021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13185 | 2024.06.22 01:38:35.273069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13186 | 2024.06.22 01:38:35.273088 [ 3 ] {} <Debug> HTTP-Session: 78cf5fee-8a4c-4400-9d66-f370b9d66681 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13187 | 2024.06.22 01:38:35.273106 [ 3 ] {} <Debug> HTTP-Session: 78cf5fee-8a4c-4400-9d66-f370b9d66681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13188 | 2024.06.22 01:38:35.273121 [ 3 ] {} <Debug> HTTP-Session: 78cf5fee-8a4c-4400-9d66-f370b9d66681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13189 | 2024.06.22 01:38:35.273151 [ 3 ] {} <Trace> HTTP-Session: 78cf5fee-8a4c-4400-9d66-f370b9d66681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13190 | 2024.06.22 01:38:35.273470 [ 3 ] {8459e27e-3132-40e7-a32c-09fcdbc6d979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13191 | 2024.06.22 01:38:35.273518 [ 3 ] {8459e27e-3132-40e7-a32c-09fcdbc6d979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13192 | 2024.06.22 01:38:35.273675 [ 3 ] {8459e27e-3132-40e7-a32c-09fcdbc6d979} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13193 | 2024.06.22 01:38:35.274194 [ 3 ] {8459e27e-3132-40e7-a32c-09fcdbc6d979} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13194 | 2024.06.22 01:38:35.274229 [ 3 ] {8459e27e-3132-40e7-a32c-09fcdbc6d979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13195 | 2024.06.22 01:38:35.274680 [ 3 ] {8459e27e-3132-40e7-a32c-09fcdbc6d979} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13196 | 2024.06.22 01:38:35.275030 [ 3 ] {8459e27e-3132-40e7-a32c-09fcdbc6d979} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13197 | 2024.06.22 01:38:35.275206 [ 3 ] {8459e27e-3132-40e7-a32c-09fcdbc6d979} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.001958 sec., 22982.635342185902 rows/sec., 31.01 MiB/sec. | ||
13198 | 2024.06.22 01:38:35.275498 [ 3 ] {8459e27e-3132-40e7-a32c-09fcdbc6d979} <Debug> DynamicQueryHandler: Done processing query | ||
13199 | 2024.06.22 01:38:35.275558 [ 3 ] {8459e27e-3132-40e7-a32c-09fcdbc6d979} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13200 | 2024.06.22 01:38:35.275623 [ 3 ] {} <Debug> HTTP-Session: 78cf5fee-8a4c-4400-9d66-f370b9d66681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13201 | 2024.06.22 01:38:35.275795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13202 | 2024.06.22 01:38:35.275848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13203 | 2024.06.22 01:38:35.275869 [ 3 ] {} <Debug> HTTP-Session: 151a3a89-e11f-48c5-bb57-04600b14f925 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13204 | 2024.06.22 01:38:35.275886 [ 3 ] {} <Debug> HTTP-Session: 151a3a89-e11f-48c5-bb57-04600b14f925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13205 | 2024.06.22 01:38:35.275900 [ 3 ] {} <Debug> HTTP-Session: 151a3a89-e11f-48c5-bb57-04600b14f925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13206 | 2024.06.22 01:38:35.275932 [ 3 ] {} <Trace> HTTP-Session: 151a3a89-e11f-48c5-bb57-04600b14f925 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13207 | 2024.06.22 01:38:35.276067 [ 3 ] {86fc6dd7-f398-44ff-a524-78b93a3d4394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13208 | 2024.06.22 01:38:35.276118 [ 3 ] {86fc6dd7-f398-44ff-a524-78b93a3d4394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13209 | 2024.06.22 01:38:35.276266 [ 3 ] {86fc6dd7-f398-44ff-a524-78b93a3d4394} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13210 | 2024.06.22 01:38:35.276578 [ 3 ] {86fc6dd7-f398-44ff-a524-78b93a3d4394} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13211 | 2024.06.22 01:38:35.276613 [ 3 ] {86fc6dd7-f398-44ff-a524-78b93a3d4394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13212 | 2024.06.22 01:38:35.276971 [ 3 ] {86fc6dd7-f398-44ff-a524-78b93a3d4394} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
13213 | 2024.06.22 01:38:35.277298 [ 3 ] {86fc6dd7-f398-44ff-a524-78b93a3d4394} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13214 | 2024.06.22 01:38:35.277449 [ 3 ] {86fc6dd7-f398-44ff-a524-78b93a3d4394} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec. | ||
13215 | 2024.06.22 01:38:35.277626 [ 3 ] {86fc6dd7-f398-44ff-a524-78b93a3d4394} <Debug> DynamicQueryHandler: Done processing query | ||
13216 | 2024.06.22 01:38:35.277651 [ 3 ] {86fc6dd7-f398-44ff-a524-78b93a3d4394} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13217 | 2024.06.22 01:38:35.277666 [ 3 ] {} <Debug> HTTP-Session: 151a3a89-e11f-48c5-bb57-04600b14f925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13218 | 2024.06.22 01:38:40.257337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13219 | 2024.06.22 01:38:40.257466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13220 | 2024.06.22 01:38:40.257492 [ 3 ] {} <Debug> HTTP-Session: 15af19df-66b5-4eb4-95f2-367e70fcd2cd Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13221 | 2024.06.22 01:38:40.257517 [ 3 ] {} <Debug> HTTP-Session: 15af19df-66b5-4eb4-95f2-367e70fcd2cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13222 | 2024.06.22 01:38:40.257532 [ 3 ] {} <Debug> HTTP-Session: 15af19df-66b5-4eb4-95f2-367e70fcd2cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13223 | 2024.06.22 01:38:40.257582 [ 3 ] {} <Trace> HTTP-Session: 15af19df-66b5-4eb4-95f2-367e70fcd2cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13224 | 2024.06.22 01:38:40.257761 [ 3 ] {aa2f9dd2-f703-48f3-9115-72a3870577f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13225 | 2024.06.22 01:38:40.257829 [ 3 ] {aa2f9dd2-f703-48f3-9115-72a3870577f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13226 | 2024.06.22 01:38:40.258018 [ 3 ] {aa2f9dd2-f703-48f3-9115-72a3870577f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13227 | 2024.06.22 01:38:40.258440 [ 3 ] {aa2f9dd2-f703-48f3-9115-72a3870577f6} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13228 | 2024.06.22 01:38:40.258485 [ 3 ] {aa2f9dd2-f703-48f3-9115-72a3870577f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13229 | 2024.06.22 01:38:40.258857 [ 3 ] {aa2f9dd2-f703-48f3-9115-72a3870577f6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13230 | 2024.06.22 01:38:40.259194 [ 3 ] {aa2f9dd2-f703-48f3-9115-72a3870577f6} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13231 | 2024.06.22 01:38:40.259376 [ 3 ] {aa2f9dd2-f703-48f3-9115-72a3870577f6} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001662 sec., 2406.7388688327314 rows/sec., 195.08 KiB/sec. | ||
13232 | 2024.06.22 01:38:40.259595 [ 3 ] {aa2f9dd2-f703-48f3-9115-72a3870577f6} <Debug> DynamicQueryHandler: Done processing query | ||
13233 | 2024.06.22 01:38:40.259621 [ 3 ] {aa2f9dd2-f703-48f3-9115-72a3870577f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13234 | 2024.06.22 01:38:40.259637 [ 3 ] {} <Debug> HTTP-Session: 15af19df-66b5-4eb4-95f2-367e70fcd2cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13235 | 2024.06.22 01:38:40.259771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13236 | 2024.06.22 01:38:40.259828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13237 | 2024.06.22 01:38:40.259849 [ 3 ] {} <Debug> HTTP-Session: 2028ba48-ac0c-48e9-a175-eae123273e8c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13238 | 2024.06.22 01:38:40.259867 [ 3 ] {} <Debug> HTTP-Session: 2028ba48-ac0c-48e9-a175-eae123273e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13239 | 2024.06.22 01:38:40.259881 [ 3 ] {} <Debug> HTTP-Session: 2028ba48-ac0c-48e9-a175-eae123273e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13240 | 2024.06.22 01:38:40.259915 [ 3 ] {} <Trace> HTTP-Session: 2028ba48-ac0c-48e9-a175-eae123273e8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13241 | 2024.06.22 01:38:40.260039 [ 3 ] {51ed95b2-e055-4a5d-a5a4-862c23264c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13242 | 2024.06.22 01:38:40.260086 [ 3 ] {51ed95b2-e055-4a5d-a5a4-862c23264c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13243 | 2024.06.22 01:38:40.260218 [ 3 ] {51ed95b2-e055-4a5d-a5a4-862c23264c53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13244 | 2024.06.22 01:38:40.260595 [ 3 ] {51ed95b2-e055-4a5d-a5a4-862c23264c53} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13245 | 2024.06.22 01:38:40.260632 [ 3 ] {51ed95b2-e055-4a5d-a5a4-862c23264c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13246 | 2024.06.22 01:38:40.260965 [ 3 ] {51ed95b2-e055-4a5d-a5a4-862c23264c53} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
13247 | 2024.06.22 01:38:40.261278 [ 3 ] {51ed95b2-e055-4a5d-a5a4-862c23264c53} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13248 | 2024.06.22 01:38:40.261445 [ 3 ] {51ed95b2-e055-4a5d-a5a4-862c23264c53} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001444 sec., 47091.41274238227 rows/sec., 3.71 MiB/sec. | ||
13249 | 2024.06.22 01:38:40.261708 [ 3 ] {51ed95b2-e055-4a5d-a5a4-862c23264c53} <Debug> DynamicQueryHandler: Done processing query | ||
13250 | 2024.06.22 01:38:40.261767 [ 3 ] {51ed95b2-e055-4a5d-a5a4-862c23264c53} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13251 | 2024.06.22 01:38:40.261815 [ 3 ] {} <Debug> HTTP-Session: 2028ba48-ac0c-48e9-a175-eae123273e8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13252 | 2024.06.22 01:38:40.262024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13253 | 2024.06.22 01:38:40.262103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13254 | 2024.06.22 01:38:40.262122 [ 3 ] {} <Debug> HTTP-Session: 42e857c1-c37f-484b-be6b-a85967a4e40c Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13255 | 2024.06.22 01:38:40.262140 [ 3 ] {} <Debug> HTTP-Session: 42e857c1-c37f-484b-be6b-a85967a4e40c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13256 | 2024.06.22 01:38:40.262154 [ 3 ] {} <Debug> HTTP-Session: 42e857c1-c37f-484b-be6b-a85967a4e40c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13257 | 2024.06.22 01:38:40.262187 [ 3 ] {} <Trace> HTTP-Session: 42e857c1-c37f-484b-be6b-a85967a4e40c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13258 | 2024.06.22 01:38:40.262311 [ 3 ] {739eb738-946c-4bbc-9bbf-2a3d4fa999d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13259 | 2024.06.22 01:38:40.262357 [ 3 ] {739eb738-946c-4bbc-9bbf-2a3d4fa999d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13260 | 2024.06.22 01:38:40.262499 [ 3 ] {739eb738-946c-4bbc-9bbf-2a3d4fa999d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13261 | 2024.06.22 01:38:40.263002 [ 3 ] {739eb738-946c-4bbc-9bbf-2a3d4fa999d3} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13262 | 2024.06.22 01:38:40.263040 [ 3 ] {739eb738-946c-4bbc-9bbf-2a3d4fa999d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13263 | 2024.06.22 01:38:40.263363 [ 3 ] {739eb738-946c-4bbc-9bbf-2a3d4fa999d3} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
13264 | 2024.06.22 01:38:40.263677 [ 3 ] {739eb738-946c-4bbc-9bbf-2a3d4fa999d3} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13265 | 2024.06.22 01:38:40.263848 [ 3 ] {739eb738-946c-4bbc-9bbf-2a3d4fa999d3} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00158 sec., 43037.9746835443 rows/sec., 3.36 MiB/sec. | ||
13266 | 2024.06.22 01:38:40.264023 [ 3 ] {739eb738-946c-4bbc-9bbf-2a3d4fa999d3} <Debug> DynamicQueryHandler: Done processing query | ||
13267 | 2024.06.22 01:38:40.264048 [ 3 ] {739eb738-946c-4bbc-9bbf-2a3d4fa999d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13268 | 2024.06.22 01:38:40.264063 [ 3 ] {} <Debug> HTTP-Session: 42e857c1-c37f-484b-be6b-a85967a4e40c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13269 | 2024.06.22 01:38:40.264212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13270 | 2024.06.22 01:38:40.264261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13271 | 2024.06.22 01:38:40.264280 [ 3 ] {} <Debug> HTTP-Session: abdb263f-6e1d-46be-a95d-03e0d6719931 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13272 | 2024.06.22 01:38:40.264297 [ 3 ] {} <Debug> HTTP-Session: abdb263f-6e1d-46be-a95d-03e0d6719931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13273 | 2024.06.22 01:38:40.264311 [ 3 ] {} <Debug> HTTP-Session: abdb263f-6e1d-46be-a95d-03e0d6719931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13274 | 2024.06.22 01:38:40.264341 [ 3 ] {} <Trace> HTTP-Session: abdb263f-6e1d-46be-a95d-03e0d6719931 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13275 | 2024.06.22 01:38:40.264488 [ 3 ] {1c37a1e4-1baf-4385-bf12-b003a3d1c247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13276 | 2024.06.22 01:38:40.264535 [ 3 ] {1c37a1e4-1baf-4385-bf12-b003a3d1c247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13277 | 2024.06.22 01:38:40.264680 [ 3 ] {1c37a1e4-1baf-4385-bf12-b003a3d1c247} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13278 | 2024.06.22 01:38:40.265076 [ 3 ] {1c37a1e4-1baf-4385-bf12-b003a3d1c247} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13279 | 2024.06.22 01:38:40.265112 [ 3 ] {1c37a1e4-1baf-4385-bf12-b003a3d1c247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13280 | 2024.06.22 01:38:40.265521 [ 3 ] {1c37a1e4-1baf-4385-bf12-b003a3d1c247} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
13281 | 2024.06.22 01:38:40.265884 [ 3 ] {1c37a1e4-1baf-4385-bf12-b003a3d1c247} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13282 | 2024.06.22 01:38:40.266051 [ 3 ] {1c37a1e4-1baf-4385-bf12-b003a3d1c247} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec. | ||
13283 | 2024.06.22 01:38:40.266310 [ 3 ] {1c37a1e4-1baf-4385-bf12-b003a3d1c247} <Debug> DynamicQueryHandler: Done processing query | ||
13284 | 2024.06.22 01:38:40.266365 [ 3 ] {1c37a1e4-1baf-4385-bf12-b003a3d1c247} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13285 | 2024.06.22 01:38:40.266414 [ 3 ] {} <Debug> HTTP-Session: abdb263f-6e1d-46be-a95d-03e0d6719931 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13286 | 2024.06.22 01:38:40.266590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13287 | 2024.06.22 01:38:40.266642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13288 | 2024.06.22 01:38:40.266662 [ 3 ] {} <Debug> HTTP-Session: ee617b5b-1f70-4bc6-ae75-ce0d8a465fc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13289 | 2024.06.22 01:38:40.266680 [ 3 ] {} <Debug> HTTP-Session: ee617b5b-1f70-4bc6-ae75-ce0d8a465fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13290 | 2024.06.22 01:38:40.266693 [ 3 ] {} <Debug> HTTP-Session: ee617b5b-1f70-4bc6-ae75-ce0d8a465fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13291 | 2024.06.22 01:38:40.266725 [ 3 ] {} <Trace> HTTP-Session: ee617b5b-1f70-4bc6-ae75-ce0d8a465fc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13292 | 2024.06.22 01:38:40.266860 [ 3 ] {12f6af92-7c19-4f82-8040-55852419ae55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13293 | 2024.06.22 01:38:40.266911 [ 3 ] {12f6af92-7c19-4f82-8040-55852419ae55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13294 | 2024.06.22 01:38:40.267088 [ 3 ] {12f6af92-7c19-4f82-8040-55852419ae55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13295 | 2024.06.22 01:38:40.267441 [ 3 ] {12f6af92-7c19-4f82-8040-55852419ae55} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13296 | 2024.06.22 01:38:40.267475 [ 3 ] {12f6af92-7c19-4f82-8040-55852419ae55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13297 | 2024.06.22 01:38:40.267874 [ 3 ] {12f6af92-7c19-4f82-8040-55852419ae55} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13298 | 2024.06.22 01:38:40.268218 [ 3 ] {12f6af92-7c19-4f82-8040-55852419ae55} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13299 | 2024.06.22 01:38:40.268370 [ 3 ] {12f6af92-7c19-4f82-8040-55852419ae55} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001577 sec., 2536.461636017755 rows/sec., 3.42 MiB/sec. | ||
13300 | 2024.06.22 01:38:40.268379 [ 50 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13301 | 2024.06.22 01:38:40.268461 [ 50 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13302 | 2024.06.22 01:38:40.268510 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13303 | 2024.06.22 01:38:40.268614 [ 3 ] {12f6af92-7c19-4f82-8040-55852419ae55} <Debug> DynamicQueryHandler: Done processing query | ||
13304 | 2024.06.22 01:38:40.268646 [ 3 ] {12f6af92-7c19-4f82-8040-55852419ae55} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13305 | 2024.06.22 01:38:40.268657 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
13306 | 2024.06.22 01:38:40.268664 [ 3 ] {} <Debug> HTTP-Session: ee617b5b-1f70-4bc6-ae75-ce0d8a465fc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13307 | 2024.06.22 01:38:40.268810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13308 | 2024.06.22 01:38:40.268826 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13309 | 2024.06.22 01:38:40.268874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13310 | 2024.06.22 01:38:40.268878 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1407 rows starting from the beginning of the part | ||
13311 | 2024.06.22 01:38:40.268898 [ 3 ] {} <Debug> HTTP-Session: 0b71e8ec-a749-4c54-8686-8331bc672a67 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13312 | 2024.06.22 01:38:40.268921 [ 3 ] {} <Debug> HTTP-Session: 0b71e8ec-a749-4c54-8686-8331bc672a67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13313 | 2024.06.22 01:38:40.268938 [ 3 ] {} <Debug> HTTP-Session: 0b71e8ec-a749-4c54-8686-8331bc672a67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13314 | 2024.06.22 01:38:40.268994 [ 3 ] {} <Trace> HTTP-Session: 0b71e8ec-a749-4c54-8686-8331bc672a67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13315 | 2024.06.22 01:38:40.269083 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part | ||
13316 | 2024.06.22 01:38:40.269426 [ 3 ] {296c00ce-d8cc-46ad-a60c-451b627ba0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13317 | 2024.06.22 01:38:40.269483 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 45 rows starting from the beginning of the part | ||
13318 | 2024.06.22 01:38:40.269515 [ 3 ] {296c00ce-d8cc-46ad-a60c-451b627ba0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13319 | 2024.06.22 01:38:40.269815 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part | ||
13320 | 2024.06.22 01:38:40.270170 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 45 rows starting from the beginning of the part | ||
13321 | 2024.06.22 01:38:40.270404 [ 3 ] {296c00ce-d8cc-46ad-a60c-451b627ba0f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13322 | 2024.06.22 01:38:40.270437 [ 188 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
13323 | 2024.06.22 01:38:40.271226 [ 3 ] {296c00ce-d8cc-46ad-a60c-451b627ba0f9} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13324 | 2024.06.22 01:38:40.271268 [ 3 ] {296c00ce-d8cc-46ad-a60c-451b627ba0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13325 | 2024.06.22 01:38:40.271737 [ 3 ] {296c00ce-d8cc-46ad-a60c-451b627ba0f9} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
13326 | 2024.06.22 01:38:40.272066 [ 3 ] {296c00ce-d8cc-46ad-a60c-451b627ba0f9} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13327 | 2024.06.22 01:38:40.272239 [ 3 ] {296c00ce-d8cc-46ad-a60c-451b627ba0f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002993 sec., 20046.775810223855 rows/sec., 1.35 MiB/sec. | ||
13328 | 2024.06.22 01:38:40.272431 [ 3 ] {296c00ce-d8cc-46ad-a60c-451b627ba0f9} <Debug> DynamicQueryHandler: Done processing query | ||
13329 | 2024.06.22 01:38:40.272461 [ 3 ] {296c00ce-d8cc-46ad-a60c-451b627ba0f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13330 | 2024.06.22 01:38:40.272490 [ 3 ] {} <Debug> HTTP-Session: 0b71e8ec-a749-4c54-8686-8331bc672a67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13331 | 2024.06.22 01:38:40.274172 [ 191 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1509 rows, containing 6 columns (6 merged, 0 gathered) in 0.005548837 sec., 271948.8786569149 rows/sec., 366.98 MiB/sec. | ||
13332 | 2024.06.22 01:38:40.275244 [ 191 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13333 | 2024.06.22 01:38:40.275718 [ 191 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13334 | 2024.06.22 01:38:40.275809 [ 191 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13335 | 2024.06.22 01:38:40.275917 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. | ||
13336 | 2024.06.22 01:38:45.261809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13337 | 2024.06.22 01:38:45.261991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13338 | 2024.06.22 01:38:45.262037 [ 3 ] {} <Debug> HTTP-Session: 25b0b63d-ff9e-4a21-ab62-11c0e7a325be Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13339 | 2024.06.22 01:38:45.262078 [ 3 ] {} <Debug> HTTP-Session: 25b0b63d-ff9e-4a21-ab62-11c0e7a325be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13340 | 2024.06.22 01:38:45.262107 [ 3 ] {} <Debug> HTTP-Session: 25b0b63d-ff9e-4a21-ab62-11c0e7a325be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13341 | 2024.06.22 01:38:45.262206 [ 3 ] {} <Trace> HTTP-Session: 25b0b63d-ff9e-4a21-ab62-11c0e7a325be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13342 | 2024.06.22 01:38:45.262655 [ 3 ] {071c04fc-8374-410f-a104-07ea44c2104c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13343 | 2024.06.22 01:38:45.262879 [ 3 ] {071c04fc-8374-410f-a104-07ea44c2104c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13344 | 2024.06.22 01:38:45.263734 [ 3 ] {071c04fc-8374-410f-a104-07ea44c2104c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13345 | 2024.06.22 01:38:45.264184 [ 3 ] {071c04fc-8374-410f-a104-07ea44c2104c} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13346 | 2024.06.22 01:38:45.264226 [ 3 ] {071c04fc-8374-410f-a104-07ea44c2104c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13347 | 2024.06.22 01:38:45.264598 [ 3 ] {071c04fc-8374-410f-a104-07ea44c2104c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13348 | 2024.06.22 01:38:45.264943 [ 3 ] {071c04fc-8374-410f-a104-07ea44c2104c} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13349 | 2024.06.22 01:38:45.265118 [ 3 ] {071c04fc-8374-410f-a104-07ea44c2104c} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.002666 sec., 16879.219804951237 rows/sec., 1.34 MiB/sec. | ||
13350 | 2024.06.22 01:38:45.265319 [ 3 ] {071c04fc-8374-410f-a104-07ea44c2104c} <Debug> DynamicQueryHandler: Done processing query | ||
13351 | 2024.06.22 01:38:45.265345 [ 3 ] {071c04fc-8374-410f-a104-07ea44c2104c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13352 | 2024.06.22 01:38:45.265361 [ 3 ] {} <Debug> HTTP-Session: 25b0b63d-ff9e-4a21-ab62-11c0e7a325be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13353 | 2024.06.22 01:38:45.265491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13354 | 2024.06.22 01:38:45.265540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13355 | 2024.06.22 01:38:45.265559 [ 3 ] {} <Debug> HTTP-Session: b4e81af0-72bf-4e22-932b-6a3591fb829b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13356 | 2024.06.22 01:38:45.265576 [ 3 ] {} <Debug> HTTP-Session: b4e81af0-72bf-4e22-932b-6a3591fb829b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13357 | 2024.06.22 01:38:45.265590 [ 3 ] {} <Debug> HTTP-Session: b4e81af0-72bf-4e22-932b-6a3591fb829b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13358 | 2024.06.22 01:38:45.265620 [ 3 ] {} <Trace> HTTP-Session: b4e81af0-72bf-4e22-932b-6a3591fb829b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13359 | 2024.06.22 01:38:45.265715 [ 3 ] {c12331bb-a1be-45e5-8e46-175845f32710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13360 | 2024.06.22 01:38:45.265756 [ 3 ] {c12331bb-a1be-45e5-8e46-175845f32710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13361 | 2024.06.22 01:38:45.265881 [ 3 ] {c12331bb-a1be-45e5-8e46-175845f32710} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13362 | 2024.06.22 01:38:45.266185 [ 3 ] {c12331bb-a1be-45e5-8e46-175845f32710} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13363 | 2024.06.22 01:38:45.266221 [ 3 ] {c12331bb-a1be-45e5-8e46-175845f32710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13364 | 2024.06.22 01:38:45.266519 [ 3 ] {c12331bb-a1be-45e5-8e46-175845f32710} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
13365 | 2024.06.22 01:38:45.266823 [ 3 ] {c12331bb-a1be-45e5-8e46-175845f32710} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13366 | 2024.06.22 01:38:45.266965 [ 3 ] {c12331bb-a1be-45e5-8e46-175845f32710} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001267 sec., 4735.59589581689 rows/sec., 386.15 KiB/sec. | ||
13367 | 2024.06.22 01:38:45.267245 [ 3 ] {c12331bb-a1be-45e5-8e46-175845f32710} <Debug> DynamicQueryHandler: Done processing query | ||
13368 | 2024.06.22 01:38:45.267288 [ 3 ] {c12331bb-a1be-45e5-8e46-175845f32710} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13369 | 2024.06.22 01:38:45.267306 [ 3 ] {} <Debug> HTTP-Session: b4e81af0-72bf-4e22-932b-6a3591fb829b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13370 | 2024.06.22 01:38:45.267478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 33599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13371 | 2024.06.22 01:38:45.267555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13372 | 2024.06.22 01:38:45.267574 [ 3 ] {} <Debug> HTTP-Session: 462ad4df-db02-43df-a6f8-8f3b28b341c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13373 | 2024.06.22 01:38:45.267591 [ 3 ] {} <Debug> HTTP-Session: 462ad4df-db02-43df-a6f8-8f3b28b341c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13374 | 2024.06.22 01:38:45.267605 [ 3 ] {} <Debug> HTTP-Session: 462ad4df-db02-43df-a6f8-8f3b28b341c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13375 | 2024.06.22 01:38:45.267636 [ 3 ] {} <Trace> HTTP-Session: 462ad4df-db02-43df-a6f8-8f3b28b341c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13376 | 2024.06.22 01:38:45.267788 [ 3 ] {3f6de4e6-f96b-48a4-aa6e-edf8b1b0e27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13377 | 2024.06.22 01:38:45.267830 [ 3 ] {3f6de4e6-f96b-48a4-aa6e-edf8b1b0e27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13378 | 2024.06.22 01:38:45.267969 [ 3 ] {3f6de4e6-f96b-48a4-aa6e-edf8b1b0e27b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13379 | 2024.06.22 01:38:45.268442 [ 3 ] {3f6de4e6-f96b-48a4-aa6e-edf8b1b0e27b} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13380 | 2024.06.22 01:38:45.268479 [ 3 ] {3f6de4e6-f96b-48a4-aa6e-edf8b1b0e27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13381 | 2024.06.22 01:38:45.268832 [ 3 ] {3f6de4e6-f96b-48a4-aa6e-edf8b1b0e27b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
13382 | 2024.06.22 01:38:45.269139 [ 3 ] {3f6de4e6-f96b-48a4-aa6e-edf8b1b0e27b} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13383 | 2024.06.22 01:38:45.269291 [ 3 ] {3f6de4e6-f96b-48a4-aa6e-edf8b1b0e27b} <Debug> executeQuery: Read 230 rows, 19.64 KiB in 0.001568 sec., 146683.67346938775 rows/sec., 12.23 MiB/sec. | ||
13384 | 2024.06.22 01:38:45.269541 [ 3 ] {3f6de4e6-f96b-48a4-aa6e-edf8b1b0e27b} <Debug> DynamicQueryHandler: Done processing query | ||
13385 | 2024.06.22 01:38:45.269594 [ 3 ] {3f6de4e6-f96b-48a4-aa6e-edf8b1b0e27b} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
13386 | 2024.06.22 01:38:45.269646 [ 3 ] {} <Debug> HTTP-Session: 462ad4df-db02-43df-a6f8-8f3b28b341c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13387 | 2024.06.22 01:38:45.269864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13388 | 2024.06.22 01:38:45.269975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13389 | 2024.06.22 01:38:45.270004 [ 3 ] {} <Debug> HTTP-Session: aeb7aea4-332f-4d0b-9b4c-92cb05679e9a Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13390 | 2024.06.22 01:38:45.270023 [ 3 ] {} <Debug> HTTP-Session: aeb7aea4-332f-4d0b-9b4c-92cb05679e9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13391 | 2024.06.22 01:38:45.270037 [ 3 ] {} <Debug> HTTP-Session: aeb7aea4-332f-4d0b-9b4c-92cb05679e9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13392 | 2024.06.22 01:38:45.270067 [ 3 ] {} <Trace> HTTP-Session: aeb7aea4-332f-4d0b-9b4c-92cb05679e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13393 | 2024.06.22 01:38:45.270167 [ 3 ] {84b355e6-c269-4f8d-bc0e-6f72b9e06d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13394 | 2024.06.22 01:38:45.270209 [ 3 ] {84b355e6-c269-4f8d-bc0e-6f72b9e06d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13395 | 2024.06.22 01:38:45.270351 [ 3 ] {84b355e6-c269-4f8d-bc0e-6f72b9e06d27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13396 | 2024.06.22 01:38:45.270651 [ 3 ] {84b355e6-c269-4f8d-bc0e-6f72b9e06d27} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13397 | 2024.06.22 01:38:45.270687 [ 3 ] {84b355e6-c269-4f8d-bc0e-6f72b9e06d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13398 | 2024.06.22 01:38:45.270982 [ 3 ] {84b355e6-c269-4f8d-bc0e-6f72b9e06d27} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
13399 | 2024.06.22 01:38:45.271298 [ 3 ] {84b355e6-c269-4f8d-bc0e-6f72b9e06d27} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13400 | 2024.06.22 01:38:45.271449 [ 3 ] {84b355e6-c269-4f8d-bc0e-6f72b9e06d27} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001301 sec., 4611.837048424289 rows/sec., 322.02 KiB/sec. | ||
13401 | 2024.06.22 01:38:45.271617 [ 3 ] {84b355e6-c269-4f8d-bc0e-6f72b9e06d27} <Debug> DynamicQueryHandler: Done processing query | ||
13402 | 2024.06.22 01:38:45.271641 [ 3 ] {84b355e6-c269-4f8d-bc0e-6f72b9e06d27} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13403 | 2024.06.22 01:38:45.271657 [ 3 ] {} <Debug> HTTP-Session: aeb7aea4-332f-4d0b-9b4c-92cb05679e9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13404 | 2024.06.22 01:38:45.271780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 23578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13405 | 2024.06.22 01:38:45.271828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13406 | 2024.06.22 01:38:45.271847 [ 3 ] {} <Debug> HTTP-Session: 24a60724-a8d0-4c60-a547-94a62ccf0c98 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13407 | 2024.06.22 01:38:45.271864 [ 3 ] {} <Debug> HTTP-Session: 24a60724-a8d0-4c60-a547-94a62ccf0c98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13408 | 2024.06.22 01:38:45.271878 [ 3 ] {} <Debug> HTTP-Session: 24a60724-a8d0-4c60-a547-94a62ccf0c98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13409 | 2024.06.22 01:38:45.271908 [ 3 ] {} <Trace> HTTP-Session: 24a60724-a8d0-4c60-a547-94a62ccf0c98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13410 | 2024.06.22 01:38:45.272054 [ 3 ] {dcf3eebe-133d-4ab3-8d74-10d3a7132a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13411 | 2024.06.22 01:38:45.272095 [ 3 ] {dcf3eebe-133d-4ab3-8d74-10d3a7132a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13412 | 2024.06.22 01:38:45.272219 [ 3 ] {dcf3eebe-133d-4ab3-8d74-10d3a7132a83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13413 | 2024.06.22 01:38:45.272603 [ 3 ] {dcf3eebe-133d-4ab3-8d74-10d3a7132a83} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13414 | 2024.06.22 01:38:45.272639 [ 3 ] {dcf3eebe-133d-4ab3-8d74-10d3a7132a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13415 | 2024.06.22 01:38:45.272956 [ 3 ] {dcf3eebe-133d-4ab3-8d74-10d3a7132a83} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
13416 | 2024.06.22 01:38:45.273258 [ 3 ] {dcf3eebe-133d-4ab3-8d74-10d3a7132a83} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13417 | 2024.06.22 01:38:45.273403 [ 3 ] {dcf3eebe-133d-4ab3-8d74-10d3a7132a83} <Debug> executeQuery: Read 139 rows, 11.11 KiB in 0.001414 sec., 98302.68741159831 rows/sec., 7.67 MiB/sec. | ||
13418 | 2024.06.22 01:38:45.273559 [ 3 ] {dcf3eebe-133d-4ab3-8d74-10d3a7132a83} <Debug> DynamicQueryHandler: Done processing query | ||
13419 | 2024.06.22 01:38:45.273583 [ 3 ] {dcf3eebe-133d-4ab3-8d74-10d3a7132a83} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13420 | 2024.06.22 01:38:45.273599 [ 3 ] {} <Debug> HTTP-Session: 24a60724-a8d0-4c60-a547-94a62ccf0c98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13421 | 2024.06.22 01:38:45.273741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 38166, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13422 | 2024.06.22 01:38:45.273789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13423 | 2024.06.22 01:38:45.273807 [ 3 ] {} <Debug> HTTP-Session: 415f175d-4f9c-4c44-a3d0-2eac63af83a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13424 | 2024.06.22 01:38:45.273824 [ 3 ] {} <Debug> HTTP-Session: 415f175d-4f9c-4c44-a3d0-2eac63af83a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13425 | 2024.06.22 01:38:45.273838 [ 3 ] {} <Debug> HTTP-Session: 415f175d-4f9c-4c44-a3d0-2eac63af83a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13426 | 2024.06.22 01:38:45.273868 [ 3 ] {} <Trace> HTTP-Session: 415f175d-4f9c-4c44-a3d0-2eac63af83a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13427 | 2024.06.22 01:38:45.274036 [ 3 ] {8e68454c-ca98-4ca6-a405-a1417febc0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13428 | 2024.06.22 01:38:45.274082 [ 3 ] {8e68454c-ca98-4ca6-a405-a1417febc0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13429 | 2024.06.22 01:38:45.274223 [ 3 ] {8e68454c-ca98-4ca6-a405-a1417febc0ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13430 | 2024.06.22 01:38:45.274636 [ 3 ] {8e68454c-ca98-4ca6-a405-a1417febc0ca} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13431 | 2024.06.22 01:38:45.274672 [ 3 ] {8e68454c-ca98-4ca6-a405-a1417febc0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13432 | 2024.06.22 01:38:45.275066 [ 3 ] {8e68454c-ca98-4ca6-a405-a1417febc0ca} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
13433 | 2024.06.22 01:38:45.275407 [ 3 ] {8e68454c-ca98-4ca6-a405-a1417febc0ca} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13434 | 2024.06.22 01:38:45.275561 [ 3 ] {8e68454c-ca98-4ca6-a405-a1417febc0ca} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001617 sec., 123067.4087816945 rows/sec., 8.59 MiB/sec. | ||
13435 | 2024.06.22 01:38:45.275737 [ 3 ] {8e68454c-ca98-4ca6-a405-a1417febc0ca} <Debug> DynamicQueryHandler: Done processing query | ||
13436 | 2024.06.22 01:38:45.275761 [ 3 ] {8e68454c-ca98-4ca6-a405-a1417febc0ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13437 | 2024.06.22 01:38:45.275777 [ 3 ] {} <Debug> HTTP-Session: 415f175d-4f9c-4c44-a3d0-2eac63af83a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13438 | 2024.06.22 01:38:45.275916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13439 | 2024.06.22 01:38:45.275965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13440 | 2024.06.22 01:38:45.275984 [ 3 ] {} <Debug> HTTP-Session: 50707b64-574e-4e6a-98a8-70854110c1c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13441 | 2024.06.22 01:38:45.276001 [ 3 ] {} <Debug> HTTP-Session: 50707b64-574e-4e6a-98a8-70854110c1c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13442 | 2024.06.22 01:38:45.276014 [ 3 ] {} <Debug> HTTP-Session: 50707b64-574e-4e6a-98a8-70854110c1c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13443 | 2024.06.22 01:38:45.276044 [ 3 ] {} <Trace> HTTP-Session: 50707b64-574e-4e6a-98a8-70854110c1c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13444 | 2024.06.22 01:38:45.276346 [ 3 ] {17f3f95a-1520-4c79-9fc9-fed67a30079b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13445 | 2024.06.22 01:38:45.276391 [ 3 ] {17f3f95a-1520-4c79-9fc9-fed67a30079b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13446 | 2024.06.22 01:38:45.276553 [ 3 ] {17f3f95a-1520-4c79-9fc9-fed67a30079b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13447 | 2024.06.22 01:38:45.277092 [ 3 ] {17f3f95a-1520-4c79-9fc9-fed67a30079b} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13448 | 2024.06.22 01:38:45.277126 [ 3 ] {17f3f95a-1520-4c79-9fc9-fed67a30079b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13449 | 2024.06.22 01:38:45.277533 [ 3 ] {17f3f95a-1520-4c79-9fc9-fed67a30079b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13450 | 2024.06.22 01:38:45.277875 [ 3 ] {17f3f95a-1520-4c79-9fc9-fed67a30079b} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13451 | 2024.06.22 01:38:45.278031 [ 3 ] {17f3f95a-1520-4c79-9fc9-fed67a30079b} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.001905 sec., 23622.047244094487 rows/sec., 31.88 MiB/sec. | ||
13452 | 2024.06.22 01:38:45.278193 [ 3 ] {17f3f95a-1520-4c79-9fc9-fed67a30079b} <Debug> DynamicQueryHandler: Done processing query | ||
13453 | 2024.06.22 01:38:45.278219 [ 3 ] {17f3f95a-1520-4c79-9fc9-fed67a30079b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13454 | 2024.06.22 01:38:45.278235 [ 3 ] {} <Debug> HTTP-Session: 50707b64-574e-4e6a-98a8-70854110c1c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13455 | 2024.06.22 01:38:45.278360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13456 | 2024.06.22 01:38:45.278405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13457 | 2024.06.22 01:38:45.278425 [ 3 ] {} <Debug> HTTP-Session: d3891ebb-3910-4448-9266-bf740ce82b29 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13458 | 2024.06.22 01:38:45.278441 [ 3 ] {} <Debug> HTTP-Session: d3891ebb-3910-4448-9266-bf740ce82b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13459 | 2024.06.22 01:38:45.278455 [ 3 ] {} <Debug> HTTP-Session: d3891ebb-3910-4448-9266-bf740ce82b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13460 | 2024.06.22 01:38:45.278486 [ 3 ] {} <Trace> HTTP-Session: d3891ebb-3910-4448-9266-bf740ce82b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13461 | 2024.06.22 01:38:45.278614 [ 3 ] {9fe22336-feb9-43d7-8d51-81ef39b07bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13462 | 2024.06.22 01:38:45.278656 [ 3 ] {9fe22336-feb9-43d7-8d51-81ef39b07bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13463 | 2024.06.22 01:38:45.278781 [ 3 ] {9fe22336-feb9-43d7-8d51-81ef39b07bfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13464 | 2024.06.22 01:38:45.279055 [ 3 ] {9fe22336-feb9-43d7-8d51-81ef39b07bfc} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13465 | 2024.06.22 01:38:45.279090 [ 3 ] {9fe22336-feb9-43d7-8d51-81ef39b07bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13466 | 2024.06.22 01:38:45.279453 [ 3 ] {9fe22336-feb9-43d7-8d51-81ef39b07bfc} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
13467 | 2024.06.22 01:38:45.279773 [ 3 ] {9fe22336-feb9-43d7-8d51-81ef39b07bfc} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13468 | 2024.06.22 01:38:45.279921 [ 3 ] {9fe22336-feb9-43d7-8d51-81ef39b07bfc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
13469 | 2024.06.22 01:38:45.280096 [ 3 ] {9fe22336-feb9-43d7-8d51-81ef39b07bfc} <Debug> DynamicQueryHandler: Done processing query | ||
13470 | 2024.06.22 01:38:45.280119 [ 3 ] {9fe22336-feb9-43d7-8d51-81ef39b07bfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13471 | 2024.06.22 01:38:45.280135 [ 3 ] {} <Debug> HTTP-Session: d3891ebb-3910-4448-9266-bf740ce82b29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13472 | 2024.06.22 01:38:48.819613 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13473 | 2024.06.22 01:38:48.819689 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13474 | 2024.06.22 01:38:50.258288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13475 | 2024.06.22 01:38:50.258452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13476 | 2024.06.22 01:38:50.258496 [ 3 ] {} <Debug> HTTP-Session: ad357dca-ea72-44f7-90e5-5b9b82cf3fea Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13477 | 2024.06.22 01:38:50.258538 [ 3 ] {} <Debug> HTTP-Session: ad357dca-ea72-44f7-90e5-5b9b82cf3fea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13478 | 2024.06.22 01:38:50.258567 [ 3 ] {} <Debug> HTTP-Session: ad357dca-ea72-44f7-90e5-5b9b82cf3fea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13479 | 2024.06.22 01:38:50.258647 [ 3 ] {} <Trace> HTTP-Session: ad357dca-ea72-44f7-90e5-5b9b82cf3fea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13480 | 2024.06.22 01:38:50.258925 [ 3 ] {71f53b2a-2511-4308-9c63-f2a637ab56c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13481 | 2024.06.22 01:38:50.259031 [ 3 ] {71f53b2a-2511-4308-9c63-f2a637ab56c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13482 | 2024.06.22 01:38:50.259251 [ 3 ] {71f53b2a-2511-4308-9c63-f2a637ab56c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13483 | 2024.06.22 01:38:50.259648 [ 3 ] {71f53b2a-2511-4308-9c63-f2a637ab56c0} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13484 | 2024.06.22 01:38:50.259691 [ 3 ] {71f53b2a-2511-4308-9c63-f2a637ab56c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13485 | 2024.06.22 01:38:50.260074 [ 3 ] {71f53b2a-2511-4308-9c63-f2a637ab56c0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13486 | 2024.06.22 01:38:50.260409 [ 3 ] {71f53b2a-2511-4308-9c63-f2a637ab56c0} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13487 | 2024.06.22 01:38:50.260580 [ 3 ] {71f53b2a-2511-4308-9c63-f2a637ab56c0} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001735 sec., 2305.4755043227665 rows/sec., 186.87 KiB/sec. | ||
13488 | 2024.06.22 01:38:50.260606 [ 41 ] {} <Debug> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Selected 6 parts from all_1_63_13 to all_68_68_0 | ||
13489 | 2024.06.22 01:38:50.260724 [ 41 ] {} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13490 | 2024.06.22 01:38:50.260765 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13491 | 2024.06.22 01:38:50.260854 [ 3 ] {71f53b2a-2511-4308-9c63-f2a637ab56c0} <Debug> DynamicQueryHandler: Done processing query | ||
13492 | 2024.06.22 01:38:50.260895 [ 3 ] {71f53b2a-2511-4308-9c63-f2a637ab56c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13493 | 2024.06.22 01:38:50.260912 [ 3 ] {} <Debug> HTTP-Session: ad357dca-ea72-44f7-90e5-5b9b82cf3fea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13494 | 2024.06.22 01:38:50.260929 [ 192 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_13 to all_68_68_0 into Compact with storage Full | ||
13495 | 2024.06.22 01:38:50.261071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13496 | 2024.06.22 01:38:50.261088 [ 192 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13497 | 2024.06.22 01:38:50.261129 [ 192 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_13, total 49 rows starting from the beginning of the part | ||
13498 | 2024.06.22 01:38:50.261136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13499 | 2024.06.22 01:38:50.261169 [ 3 ] {} <Debug> HTTP-Session: 1085362a-e411-4e43-9ba8-9dfb43a021e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13500 | 2024.06.22 01:38:50.261195 [ 3 ] {} <Debug> HTTP-Session: 1085362a-e411-4e43-9ba8-9dfb43a021e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13501 | 2024.06.22 01:38:50.261221 [ 3 ] {} <Debug> HTTP-Session: 1085362a-e411-4e43-9ba8-9dfb43a021e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13502 | 2024.06.22 01:38:50.261235 [ 192 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part | ||
13503 | 2024.06.22 01:38:50.261289 [ 3 ] {} <Trace> HTTP-Session: 1085362a-e411-4e43-9ba8-9dfb43a021e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13504 | 2024.06.22 01:38:50.261646 [ 192 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 45 rows starting from the beginning of the part | ||
13505 | 2024.06.22 01:38:50.261741 [ 3 ] {2a6c6b04-799f-42c2-9a11-70145b9aab5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13506 | 2024.06.22 01:38:50.261973 [ 3 ] {2a6c6b04-799f-42c2-9a11-70145b9aab5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13507 | 2024.06.22 01:38:50.262212 [ 192 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
13508 | 2024.06.22 01:38:50.262565 [ 192 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 45 rows starting from the beginning of the part | ||
13509 | 2024.06.22 01:38:50.262910 [ 192 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
13510 | 2024.06.22 01:38:50.263341 [ 3 ] {2a6c6b04-799f-42c2-9a11-70145b9aab5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13511 | 2024.06.22 01:38:50.263968 [ 3 ] {2a6c6b04-799f-42c2-9a11-70145b9aab5a} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13512 | 2024.06.22 01:38:50.264014 [ 3 ] {2a6c6b04-799f-42c2-9a11-70145b9aab5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13513 | 2024.06.22 01:38:50.264533 [ 3 ] {2a6c6b04-799f-42c2-9a11-70145b9aab5a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13514 | 2024.06.22 01:38:50.264782 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 4 columns (4 merged, 0 gathered) in 0.003912767 sec., 38591.615600928955 rows/sec., 3.05 MiB/sec. | ||
13515 | 2024.06.22 01:38:50.265116 [ 3 ] {2a6c6b04-799f-42c2-9a11-70145b9aab5a} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13516 | 2024.06.22 01:38:50.265147 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Trace> MergedBlockOutputStream: filled checksums all_1_68_14 (state Temporary) | ||
13517 | 2024.06.22 01:38:50.265405 [ 3 ] {2a6c6b04-799f-42c2-9a11-70145b9aab5a} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.003834 sec., 17736.04590505999 rows/sec., 1.40 MiB/sec. | ||
13518 | 2024.06.22 01:38:50.265852 [ 3 ] {2a6c6b04-799f-42c2-9a11-70145b9aab5a} <Debug> DynamicQueryHandler: Done processing query | ||
13519 | 2024.06.22 01:38:50.265899 [ 3 ] {2a6c6b04-799f-42c2-9a11-70145b9aab5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13520 | 2024.06.22 01:38:50.265920 [ 3 ] {} <Debug> HTTP-Session: 1085362a-e411-4e43-9ba8-9dfb43a021e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13521 | 2024.06.22 01:38:50.266048 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_merge_all_1_68_14 to all_1_68_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13522 | 2024.06.22 01:38:50.266080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13523 | 2024.06.22 01:38:50.266181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13524 | 2024.06.22 01:38:50.266218 [ 3 ] {} <Debug> HTTP-Session: 05a6eaba-b412-4549-a53c-4cbbbc063a01 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13525 | 2024.06.22 01:38:50.266218 [ 191 ] {1aad3496-1b61-475a-a785-6cc249b2b94f::all_1_68_14} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f) (MergerMutator): Merged 6 parts: [all_1_63_13, all_68_68_0] -> all_1_68_14 | ||
13526 | 2024.06.22 01:38:50.266247 [ 3 ] {} <Debug> HTTP-Session: 05a6eaba-b412-4549-a53c-4cbbbc063a01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13527 | 2024.06.22 01:38:50.266278 [ 3 ] {} <Debug> HTTP-Session: 05a6eaba-b412-4549-a53c-4cbbbc063a01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13528 | 2024.06.22 01:38:50.266352 [ 3 ] {} <Trace> HTTP-Session: 05a6eaba-b412-4549-a53c-4cbbbc063a01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13529 | 2024.06.22 01:38:50.266396 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13530 | 2024.06.22 01:38:50.266521 [ 3 ] {06abfaab-8588-4462-8dcd-330e369eb4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13531 | 2024.06.22 01:38:50.266569 [ 3 ] {06abfaab-8588-4462-8dcd-330e369eb4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13532 | 2024.06.22 01:38:50.266713 [ 3 ] {06abfaab-8588-4462-8dcd-330e369eb4e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13533 | 2024.06.22 01:38:50.267041 [ 3 ] {06abfaab-8588-4462-8dcd-330e369eb4e9} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13534 | 2024.06.22 01:38:50.267077 [ 3 ] {06abfaab-8588-4462-8dcd-330e369eb4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13535 | 2024.06.22 01:38:50.267398 [ 3 ] {06abfaab-8588-4462-8dcd-330e369eb4e9} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13536 | 2024.06.22 01:38:50.267709 [ 3 ] {06abfaab-8588-4462-8dcd-330e369eb4e9} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13537 | 2024.06.22 01:38:50.267860 [ 3 ] {06abfaab-8588-4462-8dcd-330e369eb4e9} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001379 sec., 49311.09499637418 rows/sec., 3.85 MiB/sec. | ||
13538 | 2024.06.22 01:38:50.268017 [ 3 ] {06abfaab-8588-4462-8dcd-330e369eb4e9} <Debug> DynamicQueryHandler: Done processing query | ||
13539 | 2024.06.22 01:38:50.268042 [ 3 ] {06abfaab-8588-4462-8dcd-330e369eb4e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13540 | 2024.06.22 01:38:50.268058 [ 3 ] {} <Debug> HTTP-Session: 05a6eaba-b412-4549-a53c-4cbbbc063a01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13541 | 2024.06.22 01:38:50.268221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13542 | 2024.06.22 01:38:50.268269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13543 | 2024.06.22 01:38:50.268289 [ 3 ] {} <Debug> HTTP-Session: 2763919d-806d-4a9c-b954-b5275f0fe2fe Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13544 | 2024.06.22 01:38:50.268305 [ 3 ] {} <Debug> HTTP-Session: 2763919d-806d-4a9c-b954-b5275f0fe2fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13545 | 2024.06.22 01:38:50.268318 [ 3 ] {} <Debug> HTTP-Session: 2763919d-806d-4a9c-b954-b5275f0fe2fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13546 | 2024.06.22 01:38:50.268349 [ 3 ] {} <Trace> HTTP-Session: 2763919d-806d-4a9c-b954-b5275f0fe2fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13547 | 2024.06.22 01:38:50.268493 [ 3 ] {1c8f41bc-9891-43cd-b8db-ba7d955db093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13548 | 2024.06.22 01:38:50.268539 [ 3 ] {1c8f41bc-9891-43cd-b8db-ba7d955db093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13549 | 2024.06.22 01:38:50.268680 [ 3 ] {1c8f41bc-9891-43cd-b8db-ba7d955db093} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13550 | 2024.06.22 01:38:50.269050 [ 3 ] {1c8f41bc-9891-43cd-b8db-ba7d955db093} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13551 | 2024.06.22 01:38:50.269085 [ 3 ] {1c8f41bc-9891-43cd-b8db-ba7d955db093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13552 | 2024.06.22 01:38:50.269479 [ 3 ] {1c8f41bc-9891-43cd-b8db-ba7d955db093} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13553 | 2024.06.22 01:38:50.269817 [ 3 ] {1c8f41bc-9891-43cd-b8db-ba7d955db093} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13554 | 2024.06.22 01:38:50.269961 [ 3 ] {1c8f41bc-9891-43cd-b8db-ba7d955db093} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001531 sec., 104506.85826257349 rows/sec., 7.28 MiB/sec. | ||
13555 | 2024.06.22 01:38:50.270153 [ 3 ] {1c8f41bc-9891-43cd-b8db-ba7d955db093} <Debug> DynamicQueryHandler: Done processing query | ||
13556 | 2024.06.22 01:38:50.270189 [ 3 ] {1c8f41bc-9891-43cd-b8db-ba7d955db093} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13557 | 2024.06.22 01:38:50.270221 [ 3 ] {} <Debug> HTTP-Session: 2763919d-806d-4a9c-b954-b5275f0fe2fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13558 | 2024.06.22 01:38:50.270371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13559 | 2024.06.22 01:38:50.270427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13560 | 2024.06.22 01:38:50.270445 [ 3 ] {} <Debug> HTTP-Session: 8797cf2c-f15c-4b85-b49e-4ff1b2abcd78 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13561 | 2024.06.22 01:38:50.270462 [ 3 ] {} <Debug> HTTP-Session: 8797cf2c-f15c-4b85-b49e-4ff1b2abcd78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13562 | 2024.06.22 01:38:50.270476 [ 3 ] {} <Debug> HTTP-Session: 8797cf2c-f15c-4b85-b49e-4ff1b2abcd78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13563 | 2024.06.22 01:38:50.270506 [ 3 ] {} <Trace> HTTP-Session: 8797cf2c-f15c-4b85-b49e-4ff1b2abcd78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13564 | 2024.06.22 01:38:50.270635 [ 3 ] {04434a35-3150-4604-b4ba-b0dcf398e73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13565 | 2024.06.22 01:38:50.270681 [ 3 ] {04434a35-3150-4604-b4ba-b0dcf398e73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13566 | 2024.06.22 01:38:50.270841 [ 3 ] {04434a35-3150-4604-b4ba-b0dcf398e73d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13567 | 2024.06.22 01:38:50.271210 [ 3 ] {04434a35-3150-4604-b4ba-b0dcf398e73d} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13568 | 2024.06.22 01:38:50.271245 [ 3 ] {04434a35-3150-4604-b4ba-b0dcf398e73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13569 | 2024.06.22 01:38:50.271620 [ 3 ] {04434a35-3150-4604-b4ba-b0dcf398e73d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13570 | 2024.06.22 01:38:50.271941 [ 3 ] {04434a35-3150-4604-b4ba-b0dcf398e73d} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13571 | 2024.06.22 01:38:50.272099 [ 3 ] {04434a35-3150-4604-b4ba-b0dcf398e73d} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001566 sec., 2554.278416347382 rows/sec., 3.45 MiB/sec. | ||
13572 | 2024.06.22 01:38:50.272418 [ 3 ] {04434a35-3150-4604-b4ba-b0dcf398e73d} <Debug> DynamicQueryHandler: Done processing query | ||
13573 | 2024.06.22 01:38:50.272475 [ 3 ] {04434a35-3150-4604-b4ba-b0dcf398e73d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13574 | 2024.06.22 01:38:50.272534 [ 3 ] {} <Debug> HTTP-Session: 8797cf2c-f15c-4b85-b49e-4ff1b2abcd78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13575 | 2024.06.22 01:38:50.272700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13576 | 2024.06.22 01:38:50.272752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13577 | 2024.06.22 01:38:50.272771 [ 3 ] {} <Debug> HTTP-Session: 3a0ffa92-4c3d-4425-958e-9400f1ea1086 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13578 | 2024.06.22 01:38:50.272788 [ 3 ] {} <Debug> HTTP-Session: 3a0ffa92-4c3d-4425-958e-9400f1ea1086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13579 | 2024.06.22 01:38:50.272802 [ 3 ] {} <Debug> HTTP-Session: 3a0ffa92-4c3d-4425-958e-9400f1ea1086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13580 | 2024.06.22 01:38:50.272833 [ 3 ] {} <Trace> HTTP-Session: 3a0ffa92-4c3d-4425-958e-9400f1ea1086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13581 | 2024.06.22 01:38:50.272955 [ 3 ] {597216ef-f99d-4091-b446-05f9bc1b9972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13582 | 2024.06.22 01:38:50.272998 [ 3 ] {597216ef-f99d-4091-b446-05f9bc1b9972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13583 | 2024.06.22 01:38:50.273139 [ 3 ] {597216ef-f99d-4091-b446-05f9bc1b9972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13584 | 2024.06.22 01:38:50.273442 [ 3 ] {597216ef-f99d-4091-b446-05f9bc1b9972} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13585 | 2024.06.22 01:38:50.273478 [ 3 ] {597216ef-f99d-4091-b446-05f9bc1b9972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13586 | 2024.06.22 01:38:50.273838 [ 3 ] {597216ef-f99d-4091-b446-05f9bc1b9972} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13587 | 2024.06.22 01:38:50.274163 [ 3 ] {597216ef-f99d-4091-b446-05f9bc1b9972} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13588 | 2024.06.22 01:38:50.274310 [ 3 ] {597216ef-f99d-4091-b446-05f9bc1b9972} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
13589 | 2024.06.22 01:38:50.274483 [ 3 ] {597216ef-f99d-4091-b446-05f9bc1b9972} <Debug> DynamicQueryHandler: Done processing query | ||
13590 | 2024.06.22 01:38:50.274506 [ 3 ] {597216ef-f99d-4091-b446-05f9bc1b9972} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13591 | 2024.06.22 01:38:50.274522 [ 3 ] {} <Debug> HTTP-Session: 3a0ffa92-4c3d-4425-958e-9400f1ea1086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13592 | 2024.06.22 01:38:55.260285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13593 | 2024.06.22 01:38:55.260416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13594 | 2024.06.22 01:38:55.260442 [ 3 ] {} <Debug> HTTP-Session: 2b6bf77e-2477-4be8-bfa8-a670e7bea492 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13595 | 2024.06.22 01:38:55.260465 [ 3 ] {} <Debug> HTTP-Session: 2b6bf77e-2477-4be8-bfa8-a670e7bea492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13596 | 2024.06.22 01:38:55.260481 [ 3 ] {} <Debug> HTTP-Session: 2b6bf77e-2477-4be8-bfa8-a670e7bea492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13597 | 2024.06.22 01:38:55.260529 [ 3 ] {} <Trace> HTTP-Session: 2b6bf77e-2477-4be8-bfa8-a670e7bea492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13598 | 2024.06.22 01:38:55.260720 [ 3 ] {f292e952-11aa-4661-aba5-083eedc7d3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13599 | 2024.06.22 01:38:55.260785 [ 3 ] {f292e952-11aa-4661-aba5-083eedc7d3c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13600 | 2024.06.22 01:38:55.260975 [ 3 ] {f292e952-11aa-4661-aba5-083eedc7d3c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13601 | 2024.06.22 01:38:55.261430 [ 3 ] {f292e952-11aa-4661-aba5-083eedc7d3c8} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13602 | 2024.06.22 01:38:55.261470 [ 3 ] {f292e952-11aa-4661-aba5-083eedc7d3c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13603 | 2024.06.22 01:38:55.261843 [ 3 ] {f292e952-11aa-4661-aba5-083eedc7d3c8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13604 | 2024.06.22 01:38:55.262198 [ 3 ] {f292e952-11aa-4661-aba5-083eedc7d3c8} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13605 | 2024.06.22 01:38:55.262346 [ 3 ] {f292e952-11aa-4661-aba5-083eedc7d3c8} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001689 sec., 26642.984014209593 rows/sec., 2.11 MiB/sec. | ||
13606 | 2024.06.22 01:38:55.262562 [ 3 ] {f292e952-11aa-4661-aba5-083eedc7d3c8} <Debug> DynamicQueryHandler: Done processing query | ||
13607 | 2024.06.22 01:38:55.262588 [ 3 ] {f292e952-11aa-4661-aba5-083eedc7d3c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13608 | 2024.06.22 01:38:55.262604 [ 3 ] {} <Debug> HTTP-Session: 2b6bf77e-2477-4be8-bfa8-a670e7bea492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13609 | 2024.06.22 01:38:55.262854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 28267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13610 | 2024.06.22 01:38:55.262911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13611 | 2024.06.22 01:38:55.262931 [ 3 ] {} <Debug> HTTP-Session: b753ecf2-11b2-4b9e-b858-2df8a4c566a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13612 | 2024.06.22 01:38:55.262949 [ 3 ] {} <Debug> HTTP-Session: b753ecf2-11b2-4b9e-b858-2df8a4c566a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13613 | 2024.06.22 01:38:55.262963 [ 3 ] {} <Debug> HTTP-Session: b753ecf2-11b2-4b9e-b858-2df8a4c566a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13614 | 2024.06.22 01:38:55.262997 [ 3 ] {} <Trace> HTTP-Session: b753ecf2-11b2-4b9e-b858-2df8a4c566a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13615 | 2024.06.22 01:38:55.263149 [ 3 ] {fb9d9af0-6b7b-4fec-9d8b-8b5bfe8fca81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13616 | 2024.06.22 01:38:55.263195 [ 3 ] {fb9d9af0-6b7b-4fec-9d8b-8b5bfe8fca81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13617 | 2024.06.22 01:38:55.263323 [ 3 ] {fb9d9af0-6b7b-4fec-9d8b-8b5bfe8fca81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13618 | 2024.06.22 01:38:55.263755 [ 3 ] {fb9d9af0-6b7b-4fec-9d8b-8b5bfe8fca81} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13619 | 2024.06.22 01:38:55.263792 [ 3 ] {fb9d9af0-6b7b-4fec-9d8b-8b5bfe8fca81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13620 | 2024.06.22 01:38:55.264124 [ 3 ] {fb9d9af0-6b7b-4fec-9d8b-8b5bfe8fca81} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13621 | 2024.06.22 01:38:55.264433 [ 3 ] {fb9d9af0-6b7b-4fec-9d8b-8b5bfe8fca81} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13622 | 2024.06.22 01:38:55.264563 [ 3 ] {fb9d9af0-6b7b-4fec-9d8b-8b5bfe8fca81} <Debug> executeQuery: Read 191 rows, 16.65 KiB in 0.001486 sec., 128532.97442799462 rows/sec., 10.94 MiB/sec. | ||
13623 | 2024.06.22 01:38:55.264573 [ 36 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13624 | 2024.06.22 01:38:55.264632 [ 36 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13625 | 2024.06.22 01:38:55.264672 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13626 | 2024.06.22 01:38:55.264794 [ 3 ] {fb9d9af0-6b7b-4fec-9d8b-8b5bfe8fca81} <Debug> DynamicQueryHandler: Done processing query | ||
13627 | 2024.06.22 01:38:55.264840 [ 3 ] {fb9d9af0-6b7b-4fec-9d8b-8b5bfe8fca81} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13628 | 2024.06.22 01:38:55.264869 [ 3 ] {} <Debug> HTTP-Session: b753ecf2-11b2-4b9e-b858-2df8a4c566a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13629 | 2024.06.22 01:38:55.264893 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
13630 | 2024.06.22 01:38:55.265123 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13631 | 2024.06.22 01:38:55.265182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 18513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13632 | 2024.06.22 01:38:55.265266 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 246 rows starting from the beginning of the part | ||
13633 | 2024.06.22 01:38:55.265380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13634 | 2024.06.22 01:38:55.265509 [ 3 ] {} <Debug> HTTP-Session: 355db659-e73f-4474-96c0-cded402ef755 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13635 | 2024.06.22 01:38:55.265629 [ 3 ] {} <Debug> HTTP-Session: 355db659-e73f-4474-96c0-cded402ef755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13636 | 2024.06.22 01:38:55.265721 [ 3 ] {} <Debug> HTTP-Session: 355db659-e73f-4474-96c0-cded402ef755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13637 | 2024.06.22 01:38:55.265733 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 192 rows starting from the beginning of the part | ||
13638 | 2024.06.22 01:38:55.265901 [ 3 ] {} <Trace> HTTP-Session: 355db659-e73f-4474-96c0-cded402ef755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13639 | 2024.06.22 01:38:55.266205 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 68 rows starting from the beginning of the part | ||
13640 | 2024.06.22 01:38:55.266401 [ 3 ] {4ba3a989-6615-428e-9b3e-02261f4dcf6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13641 | 2024.06.22 01:38:55.266636 [ 3 ] {4ba3a989-6615-428e-9b3e-02261f4dcf6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13642 | 2024.06.22 01:38:55.266781 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 230 rows starting from the beginning of the part | ||
13643 | 2024.06.22 01:38:55.267439 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 68 rows starting from the beginning of the part | ||
13644 | 2024.06.22 01:38:55.267876 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 191 rows starting from the beginning of the part | ||
13645 | 2024.06.22 01:38:55.268373 [ 3 ] {4ba3a989-6615-428e-9b3e-02261f4dcf6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13646 | 2024.06.22 01:38:55.269288 [ 3 ] {4ba3a989-6615-428e-9b3e-02261f4dcf6b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13647 | 2024.06.22 01:38:55.269331 [ 3 ] {4ba3a989-6615-428e-9b3e-02261f4dcf6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13648 | 2024.06.22 01:38:55.269794 [ 3 ] {4ba3a989-6615-428e-9b3e-02261f4dcf6b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13649 | 2024.06.22 01:38:55.270198 [ 3 ] {4ba3a989-6615-428e-9b3e-02261f4dcf6b} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13650 | 2024.06.22 01:38:55.270209 [ 192 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 995 rows, containing 4 columns (4 merged, 0 gathered) in 0.005475947 sec., 181703.7308797912 rows/sec., 15.16 MiB/sec. | ||
13651 | 2024.06.22 01:38:55.270419 [ 36 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13652 | 2024.06.22 01:38:55.270443 [ 3 ] {4ba3a989-6615-428e-9b3e-02261f4dcf6b} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.004253 sec., 25628.96778744416 rows/sec., 2.00 MiB/sec. | ||
13653 | 2024.06.22 01:38:55.270464 [ 36 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13654 | 2024.06.22 01:38:55.270522 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13655 | 2024.06.22 01:38:55.270621 [ 198 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13656 | 2024.06.22 01:38:55.270990 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
13657 | 2024.06.22 01:38:55.271014 [ 3 ] {4ba3a989-6615-428e-9b3e-02261f4dcf6b} <Debug> DynamicQueryHandler: Done processing query | ||
13658 | 2024.06.22 01:38:55.271160 [ 3 ] {4ba3a989-6615-428e-9b3e-02261f4dcf6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13659 | 2024.06.22 01:38:55.271366 [ 3 ] {} <Debug> HTTP-Session: 355db659-e73f-4474-96c0-cded402ef755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13660 | 2024.06.22 01:38:55.271606 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13661 | 2024.06.22 01:38:55.271696 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 172 rows starting from the beginning of the part | ||
13662 | 2024.06.22 01:38:55.271736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13663 | 2024.06.22 01:38:55.271975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13664 | 2024.06.22 01:38:55.272045 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 111 rows starting from the beginning of the part | ||
13665 | 2024.06.22 01:38:55.272099 [ 3 ] {} <Debug> HTTP-Session: a13adab0-2bac-4c87-995b-28fe8de9eef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13666 | 2024.06.22 01:38:55.272213 [ 3 ] {} <Debug> HTTP-Session: a13adab0-2bac-4c87-995b-28fe8de9eef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13667 | 2024.06.22 01:38:55.272302 [ 3 ] {} <Debug> HTTP-Session: a13adab0-2bac-4c87-995b-28fe8de9eef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13668 | 2024.06.22 01:38:55.272303 [ 189 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13669 | 2024.06.22 01:38:55.272360 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 68 rows starting from the beginning of the part | ||
13670 | 2024.06.22 01:38:55.272437 [ 3 ] {} <Trace> HTTP-Session: a13adab0-2bac-4c87-995b-28fe8de9eef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13671 | 2024.06.22 01:38:55.272921 [ 189 ] {6f9938da-9a69-427b-ac2c-6ddac9b8dc50::all_1_101_20} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13672 | 2024.06.22 01:38:55.272929 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 139 rows starting from the beginning of the part | ||
13673 | 2024.06.22 01:38:55.273173 [ 3 ] {6535079c-67f4-4b91-a7f1-bcf251417316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13674 | 2024.06.22 01:38:55.273428 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
13675 | 2024.06.22 01:38:55.273456 [ 3 ] {6535079c-67f4-4b91-a7f1-bcf251417316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13676 | 2024.06.22 01:38:55.273557 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 68 rows starting from the beginning of the part | ||
13677 | 2024.06.22 01:38:55.273972 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 109 rows starting from the beginning of the part | ||
13678 | 2024.06.22 01:38:55.274738 [ 3 ] {6535079c-67f4-4b91-a7f1-bcf251417316} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13679 | 2024.06.22 01:38:55.275647 [ 3 ] {6535079c-67f4-4b91-a7f1-bcf251417316} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13680 | 2024.06.22 01:38:55.275712 [ 3 ] {6535079c-67f4-4b91-a7f1-bcf251417316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13681 | 2024.06.22 01:38:55.276693 [ 3 ] {6535079c-67f4-4b91-a7f1-bcf251417316} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13682 | 2024.06.22 01:38:55.276772 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 667 rows, containing 4 columns (4 merged, 0 gathered) in 0.006097511 sec., 109388.89655139613 rows/sec., 8.54 MiB/sec. | ||
13683 | 2024.06.22 01:38:55.276977 [ 193 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13684 | 2024.06.22 01:38:55.277544 [ 3 ] {6535079c-67f4-4b91-a7f1-bcf251417316} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13685 | 2024.06.22 01:38:55.277834 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13686 | 2024.06.22 01:38:55.277882 [ 3 ] {6535079c-67f4-4b91-a7f1-bcf251417316} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00502 sec., 31872.50996015936 rows/sec., 2.22 MiB/sec. | ||
13687 | 2024.06.22 01:38:55.277903 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13688 | 2024.06.22 01:38:55.277966 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13689 | 2024.06.22 01:38:55.277953 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13690 | 2024.06.22 01:38:55.278459 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
13691 | 2024.06.22 01:38:55.278482 [ 198 ] {e009da34-d50c-4c14-be2d-0e977d0ea93d::all_1_101_20} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13692 | 2024.06.22 01:38:55.278625 [ 3 ] {6535079c-67f4-4b91-a7f1-bcf251417316} <Debug> DynamicQueryHandler: Done processing query | ||
13693 | 2024.06.22 01:38:55.278745 [ 3 ] {6535079c-67f4-4b91-a7f1-bcf251417316} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13694 | 2024.06.22 01:38:55.278832 [ 3 ] {} <Debug> HTTP-Session: a13adab0-2bac-4c87-995b-28fe8de9eef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13695 | 2024.06.22 01:38:55.278866 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
13696 | 2024.06.22 01:38:55.278967 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13697 | 2024.06.22 01:38:55.279010 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_96_19, total 15715 rows starting from the beginning of the part | ||
13698 | 2024.06.22 01:38:55.279115 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 161 rows starting from the beginning of the part | ||
13699 | 2024.06.22 01:38:55.279213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13700 | 2024.06.22 01:38:55.279425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13701 | 2024.06.22 01:38:55.279540 [ 3 ] {} <Debug> HTTP-Session: a0c567b8-e70e-4006-9965-88835e3e0cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13702 | 2024.06.22 01:38:55.279545 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
13703 | 2024.06.22 01:38:55.279636 [ 3 ] {} <Debug> HTTP-Session: a0c567b8-e70e-4006-9965-88835e3e0cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13704 | 2024.06.22 01:38:55.279718 [ 3 ] {} <Debug> HTTP-Session: a0c567b8-e70e-4006-9965-88835e3e0cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13705 | 2024.06.22 01:38:55.279912 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 199 rows starting from the beginning of the part | ||
13706 | 2024.06.22 01:38:55.279928 [ 3 ] {} <Trace> HTTP-Session: a0c567b8-e70e-4006-9965-88835e3e0cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13707 | 2024.06.22 01:38:55.280251 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
13708 | 2024.06.22 01:38:55.280497 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part | ||
13709 | 2024.06.22 01:38:55.280532 [ 3 ] {072e04c1-b6ee-4580-9ee1-721cfbb01fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13710 | 2024.06.22 01:38:55.280732 [ 3 ] {072e04c1-b6ee-4580-9ee1-721cfbb01fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13711 | 2024.06.22 01:38:55.281471 [ 3 ] {072e04c1-b6ee-4580-9ee1-721cfbb01fdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13712 | 2024.06.22 01:38:55.282236 [ 3 ] {072e04c1-b6ee-4580-9ee1-721cfbb01fdc} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13713 | 2024.06.22 01:38:55.282284 [ 3 ] {072e04c1-b6ee-4580-9ee1-721cfbb01fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13714 | 2024.06.22 01:38:55.283044 [ 3 ] {072e04c1-b6ee-4580-9ee1-721cfbb01fdc} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13715 | 2024.06.22 01:38:55.283869 [ 3 ] {072e04c1-b6ee-4580-9ee1-721cfbb01fdc} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13716 | 2024.06.22 01:38:55.284032 [ 3 ] {072e04c1-b6ee-4580-9ee1-721cfbb01fdc} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.003859 sec., 11661.05208603265 rows/sec., 15.74 MiB/sec. | ||
13717 | 2024.06.22 01:38:55.284302 [ 3 ] {072e04c1-b6ee-4580-9ee1-721cfbb01fdc} <Debug> DynamicQueryHandler: Done processing query | ||
13718 | 2024.06.22 01:38:55.284328 [ 3 ] {072e04c1-b6ee-4580-9ee1-721cfbb01fdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13719 | 2024.06.22 01:38:55.284345 [ 3 ] {} <Debug> HTTP-Session: a0c567b8-e70e-4006-9965-88835e3e0cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13720 | 2024.06.22 01:38:55.284565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13721 | 2024.06.22 01:38:55.284669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13722 | 2024.06.22 01:38:55.284711 [ 3 ] {} <Debug> HTTP-Session: 36d8f7a4-38e7-4b83-a3a4-b9f90eef4223 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13723 | 2024.06.22 01:38:55.284727 [ 3 ] {} <Debug> HTTP-Session: 36d8f7a4-38e7-4b83-a3a4-b9f90eef4223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13724 | 2024.06.22 01:38:55.284744 [ 3 ] {} <Debug> HTTP-Session: 36d8f7a4-38e7-4b83-a3a4-b9f90eef4223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13725 | 2024.06.22 01:38:55.284787 [ 3 ] {} <Trace> HTTP-Session: 36d8f7a4-38e7-4b83-a3a4-b9f90eef4223 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13726 | 2024.06.22 01:38:55.284934 [ 3 ] {d4d0b2c2-0710-47cf-a44b-6ad93aaa9de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13727 | 2024.06.22 01:38:55.284978 [ 3 ] {d4d0b2c2-0710-47cf-a44b-6ad93aaa9de6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13728 | 2024.06.22 01:38:55.285174 [ 3 ] {d4d0b2c2-0710-47cf-a44b-6ad93aaa9de6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13729 | 2024.06.22 01:38:55.285502 [ 3 ] {d4d0b2c2-0710-47cf-a44b-6ad93aaa9de6} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13730 | 2024.06.22 01:38:55.285537 [ 3 ] {d4d0b2c2-0710-47cf-a44b-6ad93aaa9de6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13731 | 2024.06.22 01:38:55.285981 [ 3 ] {d4d0b2c2-0710-47cf-a44b-6ad93aaa9de6} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13732 | 2024.06.22 01:38:55.286540 [ 3 ] {d4d0b2c2-0710-47cf-a44b-6ad93aaa9de6} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13733 | 2024.06.22 01:38:55.286687 [ 36 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13734 | 2024.06.22 01:38:55.286708 [ 3 ] {d4d0b2c2-0710-47cf-a44b-6ad93aaa9de6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001839 sec., 32626.42740619902 rows/sec., 2.20 MiB/sec. | ||
13735 | 2024.06.22 01:38:55.286724 [ 36 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13736 | 2024.06.22 01:38:55.286771 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13737 | 2024.06.22 01:38:55.287020 [ 198 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
13738 | 2024.06.22 01:38:55.287051 [ 3 ] {d4d0b2c2-0710-47cf-a44b-6ad93aaa9de6} <Debug> DynamicQueryHandler: Done processing query | ||
13739 | 2024.06.22 01:38:55.287217 [ 3 ] {d4d0b2c2-0710-47cf-a44b-6ad93aaa9de6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13740 | 2024.06.22 01:38:55.287361 [ 3 ] {} <Debug> HTTP-Session: 36d8f7a4-38e7-4b83-a3a4-b9f90eef4223 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13741 | 2024.06.22 01:38:55.287648 [ 198 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13742 | 2024.06.22 01:38:55.287727 [ 198 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5618 rows starting from the beginning of the part | ||
13743 | 2024.06.22 01:38:55.287741 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16555 rows, containing 5 columns (5 merged, 0 gathered) in 0.009631645 sec., 1718813.3491215676 rows/sec., 119.77 MiB/sec. | ||
13744 | 2024.06.22 01:38:55.287932 [ 198 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
13745 | 2024.06.22 01:38:55.288033 [ 198 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
13746 | 2024.06.22 01:38:55.288108 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13747 | 2024.06.22 01:38:55.288422 [ 198 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
13748 | 2024.06.22 01:38:55.288745 [ 198 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
13749 | 2024.06.22 01:38:55.288947 [ 198 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
13750 | 2024.06.22 01:38:55.289964 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13751 | 2024.06.22 01:38:55.290178 [ 189 ] {2151c0d9-9a18-4224-9690-2a864fc9ae89::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13752 | 2024.06.22 01:38:55.290293 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.61 MiB. | ||
13753 | 2024.06.22 01:38:55.291872 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5918 rows, containing 4 columns (4 merged, 0 gathered) in 0.004985063 sec., 1187146.48139853 rows/sec., 80.02 MiB/sec. | ||
13754 | 2024.06.22 01:38:55.292361 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13755 | 2024.06.22 01:38:55.292802 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13756 | 2024.06.22 01:38:55.292896 [ 187 ] {ac1727e3-6578-40f1-9d36-ad9ae58a6e1a::all_1_101_20} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13757 | 2024.06.22 01:38:55.292998 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
13758 | 2024.06.22 01:38:56.488329 [ 38 ] {} <Debug> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
13759 | 2024.06.22 01:38:56.488448 [ 38 ] {} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13760 | 2024.06.22 01:38:56.488498 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13761 | 2024.06.22 01:38:56.488772 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
13762 | 2024.06.22 01:38:56.489107 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13763 | 2024.06.22 01:38:56.489168 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 14 rows starting from the beginning of the part | ||
13764 | 2024.06.22 01:38:56.489289 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
13765 | 2024.06.22 01:38:56.489484 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
13766 | 2024.06.22 01:38:56.489666 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
13767 | 2024.06.22 01:38:56.489876 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13768 | 2024.06.22 01:38:56.490709 [ 195 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002081724 sec., 13450.39015738878 rows/sec., 939.16 KiB/sec. | ||
13769 | 2024.06.22 01:38:56.490848 [ 187 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
13770 | 2024.06.22 01:38:56.491267 [ 187 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_30_7} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13771 | 2024.06.22 01:38:56.491347 [ 187 ] {a01e03c9-a364-4785-81ac-a9d0923288f2::all_1_30_7} <Trace> oximeter.fields_u16 (a01e03c9-a364-4785-81ac-a9d0923288f2) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
13772 | 2024.06.22 01:38:56.491420 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
13773 | 2024.06.22 01:38:57.258722 [ 35 ] {} <Debug> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
13774 | 2024.06.22 01:38:57.258777 [ 35 ] {} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13775 | 2024.06.22 01:38:57.258799 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13776 | 2024.06.22 01:38:57.259007 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
13777 | 2024.06.22 01:38:57.259273 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13778 | 2024.06.22 01:38:57.259307 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 14 rows starting from the beginning of the part | ||
13779 | 2024.06.22 01:38:57.259382 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
13780 | 2024.06.22 01:38:57.259595 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
13781 | 2024.06.22 01:38:57.259747 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
13782 | 2024.06.22 01:38:57.259894 [ 186 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13783 | 2024.06.22 01:38:57.260873 [ 187 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.001999334 sec., 14004.663552963135 rows/sec., 1.12 MiB/sec. | ||
13784 | 2024.06.22 01:38:57.261039 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
13785 | 2024.06.22 01:38:57.261459 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_30_7} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13786 | 2024.06.22 01:38:57.261545 [ 195 ] {49c92fea-c3ca-4425-be0f-a6af5afd5f43::all_1_30_7} <Trace> oximeter.fields_ipaddr (49c92fea-c3ca-4425-be0f-a6af5afd5f43) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
13787 | 2024.06.22 01:38:57.261637 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
13788 | 2024.06.22 01:39:00.111628 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13789 | 2024.06.22 01:39:00.111697 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13790 | 2024.06.22 01:39:00.119123 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13791 | 2024.06.22 01:39:00.258024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13792 | 2024.06.22 01:39:00.258143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13793 | 2024.06.22 01:39:00.258172 [ 3 ] {} <Debug> HTTP-Session: a54f04ec-eee4-4893-889d-8521c1bef3d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13794 | 2024.06.22 01:39:00.258201 [ 3 ] {} <Debug> HTTP-Session: a54f04ec-eee4-4893-889d-8521c1bef3d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13795 | 2024.06.22 01:39:00.258219 [ 3 ] {} <Debug> HTTP-Session: a54f04ec-eee4-4893-889d-8521c1bef3d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13796 | 2024.06.22 01:39:00.258275 [ 3 ] {} <Trace> HTTP-Session: a54f04ec-eee4-4893-889d-8521c1bef3d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13797 | 2024.06.22 01:39:00.258455 [ 3 ] {aea9aab5-59d0-4f29-8fc3-3c77343440fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13798 | 2024.06.22 01:39:00.258518 [ 3 ] {aea9aab5-59d0-4f29-8fc3-3c77343440fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13799 | 2024.06.22 01:39:00.258710 [ 3 ] {aea9aab5-59d0-4f29-8fc3-3c77343440fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13800 | 2024.06.22 01:39:00.259193 [ 3 ] {aea9aab5-59d0-4f29-8fc3-3c77343440fa} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13801 | 2024.06.22 01:39:00.259235 [ 3 ] {aea9aab5-59d0-4f29-8fc3-3c77343440fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13802 | 2024.06.22 01:39:00.259619 [ 3 ] {aea9aab5-59d0-4f29-8fc3-3c77343440fa} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13803 | 2024.06.22 01:39:00.259971 [ 3 ] {aea9aab5-59d0-4f29-8fc3-3c77343440fa} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13804 | 2024.06.22 01:39:00.260134 [ 3 ] {aea9aab5-59d0-4f29-8fc3-3c77343440fa} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001728 sec., 2314.814814814815 rows/sec., 187.63 KiB/sec. | ||
13805 | 2024.06.22 01:39:00.260370 [ 3 ] {aea9aab5-59d0-4f29-8fc3-3c77343440fa} <Debug> DynamicQueryHandler: Done processing query | ||
13806 | 2024.06.22 01:39:00.260398 [ 3 ] {aea9aab5-59d0-4f29-8fc3-3c77343440fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13807 | 2024.06.22 01:39:00.260414 [ 3 ] {} <Debug> HTTP-Session: a54f04ec-eee4-4893-889d-8521c1bef3d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13808 | 2024.06.22 01:39:00.260546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13809 | 2024.06.22 01:39:00.260600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13810 | 2024.06.22 01:39:00.260620 [ 3 ] {} <Debug> HTTP-Session: bf63154b-7e6a-4bd2-af02-706b518dbb35 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13811 | 2024.06.22 01:39:00.260638 [ 3 ] {} <Debug> HTTP-Session: bf63154b-7e6a-4bd2-af02-706b518dbb35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13812 | 2024.06.22 01:39:00.260652 [ 3 ] {} <Debug> HTTP-Session: bf63154b-7e6a-4bd2-af02-706b518dbb35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13813 | 2024.06.22 01:39:00.260685 [ 3 ] {} <Trace> HTTP-Session: bf63154b-7e6a-4bd2-af02-706b518dbb35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13814 | 2024.06.22 01:39:00.260809 [ 3 ] {9683c8c8-c13c-400c-9d2f-517e70233f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13815 | 2024.06.22 01:39:00.260854 [ 3 ] {9683c8c8-c13c-400c-9d2f-517e70233f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13816 | 2024.06.22 01:39:00.260987 [ 3 ] {9683c8c8-c13c-400c-9d2f-517e70233f01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13817 | 2024.06.22 01:39:00.261335 [ 3 ] {9683c8c8-c13c-400c-9d2f-517e70233f01} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13818 | 2024.06.22 01:39:00.261371 [ 3 ] {9683c8c8-c13c-400c-9d2f-517e70233f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13819 | 2024.06.22 01:39:00.261698 [ 3 ] {9683c8c8-c13c-400c-9d2f-517e70233f01} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13820 | 2024.06.22 01:39:00.262014 [ 3 ] {9683c8c8-c13c-400c-9d2f-517e70233f01} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13821 | 2024.06.22 01:39:00.262163 [ 3 ] {9683c8c8-c13c-400c-9d2f-517e70233f01} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001393 sec., 48815.50610193826 rows/sec., 3.84 MiB/sec. | ||
13822 | 2024.06.22 01:39:00.262270 [ 224 ] {} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13823 | 2024.06.22 01:39:00.262308 [ 224 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13824 | 2024.06.22 01:39:00.262351 [ 3 ] {9683c8c8-c13c-400c-9d2f-517e70233f01} <Debug> DynamicQueryHandler: Done processing query | ||
13825 | 2024.06.22 01:39:00.262377 [ 3 ] {9683c8c8-c13c-400c-9d2f-517e70233f01} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13826 | 2024.06.22 01:39:00.262400 [ 3 ] {} <Debug> HTTP-Session: bf63154b-7e6a-4bd2-af02-706b518dbb35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13827 | 2024.06.22 01:39:00.262581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 11566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13828 | 2024.06.22 01:39:00.262640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13829 | 2024.06.22 01:39:00.262664 [ 3 ] {} <Debug> HTTP-Session: 3f035cc1-5b6c-4f4f-b700-2da0a6478667 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13830 | 2024.06.22 01:39:00.262684 [ 3 ] {} <Debug> HTTP-Session: 3f035cc1-5b6c-4f4f-b700-2da0a6478667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13831 | 2024.06.22 01:39:00.262701 [ 3 ] {} <Debug> HTTP-Session: 3f035cc1-5b6c-4f4f-b700-2da0a6478667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13832 | 2024.06.22 01:39:00.262735 [ 3 ] {} <Trace> HTTP-Session: 3f035cc1-5b6c-4f4f-b700-2da0a6478667 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13833 | 2024.06.22 01:39:00.262894 [ 3 ] {baf160c8-6feb-4ad0-9bfe-201775c5d362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13834 | 2024.06.22 01:39:00.262942 [ 3 ] {baf160c8-6feb-4ad0-9bfe-201775c5d362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13835 | 2024.06.22 01:39:00.263086 [ 3 ] {baf160c8-6feb-4ad0-9bfe-201775c5d362} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13836 | 2024.06.22 01:39:00.263546 [ 3 ] {baf160c8-6feb-4ad0-9bfe-201775c5d362} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13837 | 2024.06.22 01:39:00.263586 [ 3 ] {baf160c8-6feb-4ad0-9bfe-201775c5d362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13838 | 2024.06.22 01:39:00.264012 [ 3 ] {baf160c8-6feb-4ad0-9bfe-201775c5d362} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13839 | 2024.06.22 01:39:00.264468 [ 3 ] {baf160c8-6feb-4ad0-9bfe-201775c5d362} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13840 | 2024.06.22 01:39:00.264646 [ 3 ] {baf160c8-6feb-4ad0-9bfe-201775c5d362} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00181 sec., 37569.06077348066 rows/sec., 2.93 MiB/sec. | ||
13841 | 2024.06.22 01:39:00.264827 [ 3 ] {baf160c8-6feb-4ad0-9bfe-201775c5d362} <Debug> DynamicQueryHandler: Done processing query | ||
13842 | 2024.06.22 01:39:00.264855 [ 3 ] {baf160c8-6feb-4ad0-9bfe-201775c5d362} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13843 | 2024.06.22 01:39:00.264876 [ 3 ] {} <Debug> HTTP-Session: 3f035cc1-5b6c-4f4f-b700-2da0a6478667 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13844 | 2024.06.22 01:39:00.264908 [ 224 ] {} <Debug> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13845 | 2024.06.22 01:39:00.265039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13846 | 2024.06.22 01:39:00.265090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13847 | 2024.06.22 01:39:00.265110 [ 3 ] {} <Debug> HTTP-Session: 915a3a02-f336-4a4a-a1f4-c1eb3f087c7d Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13848 | 2024.06.22 01:39:00.265127 [ 3 ] {} <Debug> HTTP-Session: 915a3a02-f336-4a4a-a1f4-c1eb3f087c7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13849 | 2024.06.22 01:39:00.265142 [ 3 ] {} <Debug> HTTP-Session: 915a3a02-f336-4a4a-a1f4-c1eb3f087c7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13850 | 2024.06.22 01:39:00.265198 [ 3 ] {} <Trace> HTTP-Session: 915a3a02-f336-4a4a-a1f4-c1eb3f087c7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13851 | 2024.06.22 01:39:00.265389 [ 3 ] {c9f03bc0-b0c5-494e-85e1-bd4e3b54044f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13852 | 2024.06.22 01:39:00.265450 [ 3 ] {c9f03bc0-b0c5-494e-85e1-bd4e3b54044f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13853 | 2024.06.22 01:39:00.265594 [ 3 ] {c9f03bc0-b0c5-494e-85e1-bd4e3b54044f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13854 | 2024.06.22 01:39:00.265991 [ 3 ] {c9f03bc0-b0c5-494e-85e1-bd4e3b54044f} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13855 | 2024.06.22 01:39:00.266029 [ 3 ] {c9f03bc0-b0c5-494e-85e1-bd4e3b54044f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13856 | 2024.06.22 01:39:00.266436 [ 3 ] {c9f03bc0-b0c5-494e-85e1-bd4e3b54044f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13857 | 2024.06.22 01:39:00.266781 [ 3 ] {c9f03bc0-b0c5-494e-85e1-bd4e3b54044f} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13858 | 2024.06.22 01:39:00.266935 [ 3 ] {c9f03bc0-b0c5-494e-85e1-bd4e3b54044f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
13859 | 2024.06.22 01:39:00.267108 [ 3 ] {c9f03bc0-b0c5-494e-85e1-bd4e3b54044f} <Debug> DynamicQueryHandler: Done processing query | ||
13860 | 2024.06.22 01:39:00.267133 [ 3 ] {c9f03bc0-b0c5-494e-85e1-bd4e3b54044f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13861 | 2024.06.22 01:39:00.267149 [ 3 ] {} <Debug> HTTP-Session: 915a3a02-f336-4a4a-a1f4-c1eb3f087c7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13862 | 2024.06.22 01:39:00.267264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13863 | 2024.06.22 01:39:00.267312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13864 | 2024.06.22 01:39:00.267331 [ 3 ] {} <Debug> HTTP-Session: e4835c77-eb5e-459c-a026-509467dfd155 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13865 | 2024.06.22 01:39:00.267348 [ 3 ] {} <Debug> HTTP-Session: e4835c77-eb5e-459c-a026-509467dfd155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13866 | 2024.06.22 01:39:00.267363 [ 3 ] {} <Debug> HTTP-Session: e4835c77-eb5e-459c-a026-509467dfd155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13867 | 2024.06.22 01:39:00.267395 [ 3 ] {} <Trace> HTTP-Session: e4835c77-eb5e-459c-a026-509467dfd155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13868 | 2024.06.22 01:39:00.267531 [ 3 ] {8c4ab0f5-b354-4167-939c-4b4c0b6f45e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13869 | 2024.06.22 01:39:00.267577 [ 3 ] {8c4ab0f5-b354-4167-939c-4b4c0b6f45e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13870 | 2024.06.22 01:39:00.267735 [ 3 ] {8c4ab0f5-b354-4167-939c-4b4c0b6f45e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13871 | 2024.06.22 01:39:00.268106 [ 3 ] {8c4ab0f5-b354-4167-939c-4b4c0b6f45e9} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13872 | 2024.06.22 01:39:00.268141 [ 3 ] {8c4ab0f5-b354-4167-939c-4b4c0b6f45e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13873 | 2024.06.22 01:39:00.268534 [ 3 ] {8c4ab0f5-b354-4167-939c-4b4c0b6f45e9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13874 | 2024.06.22 01:39:00.268873 [ 3 ] {8c4ab0f5-b354-4167-939c-4b4c0b6f45e9} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13875 | 2024.06.22 01:39:00.269030 [ 3 ] {8c4ab0f5-b354-4167-939c-4b4c0b6f45e9} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001551 sec., 2578.9813023855577 rows/sec., 3.48 MiB/sec. | ||
13876 | 2024.06.22 01:39:00.269334 [ 3 ] {8c4ab0f5-b354-4167-939c-4b4c0b6f45e9} <Debug> DynamicQueryHandler: Done processing query | ||
13877 | 2024.06.22 01:39:00.269415 [ 3 ] {8c4ab0f5-b354-4167-939c-4b4c0b6f45e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13878 | 2024.06.22 01:39:00.269473 [ 3 ] {} <Debug> HTTP-Session: e4835c77-eb5e-459c-a026-509467dfd155 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13879 | 2024.06.22 01:39:00.269652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13880 | 2024.06.22 01:39:00.269721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13881 | 2024.06.22 01:39:00.269746 [ 3 ] {} <Debug> HTTP-Session: dfc0f5da-1dbf-4df8-af20-4b3482aa3da6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13882 | 2024.06.22 01:39:00.269767 [ 3 ] {} <Debug> HTTP-Session: dfc0f5da-1dbf-4df8-af20-4b3482aa3da6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13883 | 2024.06.22 01:39:00.269785 [ 3 ] {} <Debug> HTTP-Session: dfc0f5da-1dbf-4df8-af20-4b3482aa3da6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13884 | 2024.06.22 01:39:00.269826 [ 3 ] {} <Trace> HTTP-Session: dfc0f5da-1dbf-4df8-af20-4b3482aa3da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13885 | 2024.06.22 01:39:00.269981 [ 3 ] {5983f7ac-4b17-43cb-ad0d-f5f84e77075e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13886 | 2024.06.22 01:39:00.270038 [ 3 ] {5983f7ac-4b17-43cb-ad0d-f5f84e77075e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13887 | 2024.06.22 01:39:00.270216 [ 3 ] {5983f7ac-4b17-43cb-ad0d-f5f84e77075e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13888 | 2024.06.22 01:39:00.270560 [ 3 ] {5983f7ac-4b17-43cb-ad0d-f5f84e77075e} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13889 | 2024.06.22 01:39:00.270598 [ 3 ] {5983f7ac-4b17-43cb-ad0d-f5f84e77075e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13890 | 2024.06.22 01:39:00.270972 [ 3 ] {5983f7ac-4b17-43cb-ad0d-f5f84e77075e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13891 | 2024.06.22 01:39:00.271307 [ 3 ] {5983f7ac-4b17-43cb-ad0d-f5f84e77075e} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13892 | 2024.06.22 01:39:00.271458 [ 3 ] {5983f7ac-4b17-43cb-ad0d-f5f84e77075e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
13893 | 2024.06.22 01:39:00.271624 [ 3 ] {5983f7ac-4b17-43cb-ad0d-f5f84e77075e} <Debug> DynamicQueryHandler: Done processing query | ||
13894 | 2024.06.22 01:39:00.271649 [ 3 ] {5983f7ac-4b17-43cb-ad0d-f5f84e77075e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13895 | 2024.06.22 01:39:00.271665 [ 3 ] {} <Debug> HTTP-Session: dfc0f5da-1dbf-4df8-af20-4b3482aa3da6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13896 | 2024.06.22 01:39:01.045664 [ 218 ] {} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13897 | 2024.06.22 01:39:01.045726 [ 218 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13898 | 2024.06.22 01:39:01.047744 [ 218 ] {} <Debug> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13899 | 2024.06.22 01:39:01.355901 [ 223 ] {} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13900 | 2024.06.22 01:39:01.355987 [ 223 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13901 | 2024.06.22 01:39:01.358269 [ 223 ] {} <Debug> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13902 | 2024.06.22 01:39:03.819737 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13903 | 2024.06.22 01:39:03.819835 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13904 | 2024.06.22 01:39:05.260416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 6506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13905 | 2024.06.22 01:39:05.260533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13906 | 2024.06.22 01:39:05.260561 [ 3 ] {} <Debug> HTTP-Session: 432247e5-dac9-473d-9f2a-973ce6d6b896 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13907 | 2024.06.22 01:39:05.260590 [ 3 ] {} <Debug> HTTP-Session: 432247e5-dac9-473d-9f2a-973ce6d6b896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13908 | 2024.06.22 01:39:05.260607 [ 3 ] {} <Debug> HTTP-Session: 432247e5-dac9-473d-9f2a-973ce6d6b896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13909 | 2024.06.22 01:39:05.260662 [ 3 ] {} <Trace> HTTP-Session: 432247e5-dac9-473d-9f2a-973ce6d6b896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13910 | 2024.06.22 01:39:05.260873 [ 3 ] {bb052b9b-8e13-4c98-a6dd-20fd35c1ddb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13911 | 2024.06.22 01:39:05.260947 [ 3 ] {bb052b9b-8e13-4c98-a6dd-20fd35c1ddb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13912 | 2024.06.22 01:39:05.261162 [ 3 ] {bb052b9b-8e13-4c98-a6dd-20fd35c1ddb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13913 | 2024.06.22 01:39:05.261646 [ 3 ] {bb052b9b-8e13-4c98-a6dd-20fd35c1ddb3} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13914 | 2024.06.22 01:39:05.261685 [ 3 ] {bb052b9b-8e13-4c98-a6dd-20fd35c1ddb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13915 | 2024.06.22 01:39:05.262053 [ 3 ] {bb052b9b-8e13-4c98-a6dd-20fd35c1ddb3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13916 | 2024.06.22 01:39:05.262391 [ 3 ] {bb052b9b-8e13-4c98-a6dd-20fd35c1ddb3} <Trace> oximeter.fields_i64 (1aad3496-1b61-475a-a785-6cc249b2b94f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13917 | 2024.06.22 01:39:05.262561 [ 3 ] {bb052b9b-8e13-4c98-a6dd-20fd35c1ddb3} <Debug> executeQuery: Read 45 rows, 3.65 KiB in 0.001757 sec., 25611.838360842343 rows/sec., 2.03 MiB/sec. | ||
13918 | 2024.06.22 01:39:05.262765 [ 3 ] {bb052b9b-8e13-4c98-a6dd-20fd35c1ddb3} <Debug> DynamicQueryHandler: Done processing query | ||
13919 | 2024.06.22 01:39:05.262792 [ 3 ] {bb052b9b-8e13-4c98-a6dd-20fd35c1ddb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13920 | 2024.06.22 01:39:05.262809 [ 3 ] {} <Debug> HTTP-Session: 432247e5-dac9-473d-9f2a-973ce6d6b896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13921 | 2024.06.22 01:39:05.263019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 28267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13922 | 2024.06.22 01:39:05.263069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13923 | 2024.06.22 01:39:05.263088 [ 3 ] {} <Debug> HTTP-Session: 975be7ad-449e-494d-8499-cd3669e91844 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13924 | 2024.06.22 01:39:05.263105 [ 3 ] {} <Debug> HTTP-Session: 975be7ad-449e-494d-8499-cd3669e91844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13925 | 2024.06.22 01:39:05.263118 [ 3 ] {} <Debug> HTTP-Session: 975be7ad-449e-494d-8499-cd3669e91844 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13926 | 2024.06.22 01:39:05.263149 [ 3 ] {} <Trace> HTTP-Session: 975be7ad-449e-494d-8499-cd3669e91844 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13927 | 2024.06.22 01:39:05.263307 [ 3 ] {db0f8aa6-4469-4693-86ee-2810ce7d873c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13928 | 2024.06.22 01:39:05.263351 [ 3 ] {db0f8aa6-4469-4693-86ee-2810ce7d873c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13929 | 2024.06.22 01:39:05.263475 [ 3 ] {db0f8aa6-4469-4693-86ee-2810ce7d873c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13930 | 2024.06.22 01:39:05.263935 [ 3 ] {db0f8aa6-4469-4693-86ee-2810ce7d873c} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13931 | 2024.06.22 01:39:05.263972 [ 3 ] {db0f8aa6-4469-4693-86ee-2810ce7d873c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13932 | 2024.06.22 01:39:05.264299 [ 3 ] {db0f8aa6-4469-4693-86ee-2810ce7d873c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13933 | 2024.06.22 01:39:05.264623 [ 3 ] {db0f8aa6-4469-4693-86ee-2810ce7d873c} <Trace> oximeter.fields_string (6f9938da-9a69-427b-ac2c-6ddac9b8dc50): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13934 | 2024.06.22 01:39:05.264775 [ 3 ] {db0f8aa6-4469-4693-86ee-2810ce7d873c} <Debug> executeQuery: Read 191 rows, 16.65 KiB in 0.001534 sec., 124511.08213820079 rows/sec., 10.60 MiB/sec. | ||
13935 | 2024.06.22 01:39:05.264956 [ 3 ] {db0f8aa6-4469-4693-86ee-2810ce7d873c} <Debug> DynamicQueryHandler: Done processing query | ||
13936 | 2024.06.22 01:39:05.264981 [ 3 ] {db0f8aa6-4469-4693-86ee-2810ce7d873c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13937 | 2024.06.22 01:39:05.264997 [ 3 ] {} <Debug> HTTP-Session: 975be7ad-449e-494d-8499-cd3669e91844 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13938 | 2024.06.22 01:39:05.265265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 18513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13939 | 2024.06.22 01:39:05.265313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13940 | 2024.06.22 01:39:05.265331 [ 3 ] {} <Debug> HTTP-Session: 6e40dffe-2461-4138-b068-184f71f303ed Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13941 | 2024.06.22 01:39:05.265348 [ 3 ] {} <Debug> HTTP-Session: 6e40dffe-2461-4138-b068-184f71f303ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13942 | 2024.06.22 01:39:05.265361 [ 3 ] {} <Debug> HTTP-Session: 6e40dffe-2461-4138-b068-184f71f303ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13943 | 2024.06.22 01:39:05.265391 [ 3 ] {} <Trace> HTTP-Session: 6e40dffe-2461-4138-b068-184f71f303ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13944 | 2024.06.22 01:39:05.265515 [ 3 ] {a1694a3e-c1ec-4464-ada6-869ff84e84ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13945 | 2024.06.22 01:39:05.265558 [ 3 ] {a1694a3e-c1ec-4464-ada6-869ff84e84ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13946 | 2024.06.22 01:39:05.265685 [ 3 ] {a1694a3e-c1ec-4464-ada6-869ff84e84ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13947 | 2024.06.22 01:39:05.266053 [ 3 ] {a1694a3e-c1ec-4464-ada6-869ff84e84ee} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13948 | 2024.06.22 01:39:05.266089 [ 3 ] {a1694a3e-c1ec-4464-ada6-869ff84e84ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13949 | 2024.06.22 01:39:05.266404 [ 3 ] {a1694a3e-c1ec-4464-ada6-869ff84e84ee} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13950 | 2024.06.22 01:39:05.266728 [ 3 ] {a1694a3e-c1ec-4464-ada6-869ff84e84ee} <Trace> oximeter.fields_uuid (e009da34-d50c-4c14-be2d-0e977d0ea93d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13951 | 2024.06.22 01:39:05.266850 [ 3 ] {a1694a3e-c1ec-4464-ada6-869ff84e84ee} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.001383 sec., 78814.17208966016 rows/sec., 6.16 MiB/sec. | ||
13952 | 2024.06.22 01:39:05.267019 [ 3 ] {a1694a3e-c1ec-4464-ada6-869ff84e84ee} <Debug> DynamicQueryHandler: Done processing query | ||
13953 | 2024.06.22 01:39:05.267045 [ 3 ] {a1694a3e-c1ec-4464-ada6-869ff84e84ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13954 | 2024.06.22 01:39:05.267060 [ 3 ] {} <Debug> HTTP-Session: 6e40dffe-2461-4138-b068-184f71f303ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13955 | 2024.06.22 01:39:05.267235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13956 | 2024.06.22 01:39:05.267286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13957 | 2024.06.22 01:39:05.267304 [ 3 ] {} <Debug> HTTP-Session: 0478b69b-7770-4a02-9168-c81845407e4b Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13958 | 2024.06.22 01:39:05.267320 [ 3 ] {} <Debug> HTTP-Session: 0478b69b-7770-4a02-9168-c81845407e4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13959 | 2024.06.22 01:39:05.267334 [ 3 ] {} <Debug> HTTP-Session: 0478b69b-7770-4a02-9168-c81845407e4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13960 | 2024.06.22 01:39:05.267364 [ 3 ] {} <Trace> HTTP-Session: 0478b69b-7770-4a02-9168-c81845407e4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13961 | 2024.06.22 01:39:05.267504 [ 3 ] {de153d3f-5327-47bd-b208-f18a28b48fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13962 | 2024.06.22 01:39:05.267550 [ 3 ] {de153d3f-5327-47bd-b208-f18a28b48fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13963 | 2024.06.22 01:39:05.267692 [ 3 ] {de153d3f-5327-47bd-b208-f18a28b48fc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13964 | 2024.06.22 01:39:05.268081 [ 3 ] {de153d3f-5327-47bd-b208-f18a28b48fc5} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13965 | 2024.06.22 01:39:05.268117 [ 3 ] {de153d3f-5327-47bd-b208-f18a28b48fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13966 | 2024.06.22 01:39:05.268512 [ 3 ] {de153d3f-5327-47bd-b208-f18a28b48fc5} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13967 | 2024.06.22 01:39:05.268859 [ 3 ] {de153d3f-5327-47bd-b208-f18a28b48fc5} <Trace> oximeter.measurements_cumulativeu64 (2151c0d9-9a18-4224-9690-2a864fc9ae89): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13968 | 2024.06.22 01:39:05.268986 [ 3 ] {de153d3f-5327-47bd-b208-f18a28b48fc5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec. | ||
13969 | 2024.06.22 01:39:05.269157 [ 3 ] {de153d3f-5327-47bd-b208-f18a28b48fc5} <Debug> DynamicQueryHandler: Done processing query | ||
13970 | 2024.06.22 01:39:05.269181 [ 3 ] {de153d3f-5327-47bd-b208-f18a28b48fc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13971 | 2024.06.22 01:39:05.269197 [ 3 ] {} <Debug> HTTP-Session: 0478b69b-7770-4a02-9168-c81845407e4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13972 | 2024.06.22 01:39:05.269405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 48154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13973 | 2024.06.22 01:39:05.269455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13974 | 2024.06.22 01:39:05.269474 [ 3 ] {} <Debug> HTTP-Session: c9518c85-f479-475c-811e-18ba411eddbb Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13975 | 2024.06.22 01:39:05.269490 [ 3 ] {} <Debug> HTTP-Session: c9518c85-f479-475c-811e-18ba411eddbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13976 | 2024.06.22 01:39:05.269504 [ 3 ] {} <Debug> HTTP-Session: c9518c85-f479-475c-811e-18ba411eddbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13977 | 2024.06.22 01:39:05.269534 [ 3 ] {} <Trace> HTTP-Session: c9518c85-f479-475c-811e-18ba411eddbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13978 | 2024.06.22 01:39:05.269839 [ 3 ] {4b2ce68e-bc53-4800-a176-8b0cff583b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13979 | 2024.06.22 01:39:05.269886 [ 3 ] {4b2ce68e-bc53-4800-a176-8b0cff583b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13980 | 2024.06.22 01:39:05.270041 [ 3 ] {4b2ce68e-bc53-4800-a176-8b0cff583b15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13981 | 2024.06.22 01:39:05.270621 [ 3 ] {4b2ce68e-bc53-4800-a176-8b0cff583b15} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13982 | 2024.06.22 01:39:05.270656 [ 3 ] {4b2ce68e-bc53-4800-a176-8b0cff583b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13983 | 2024.06.22 01:39:05.271088 [ 3 ] {4b2ce68e-bc53-4800-a176-8b0cff583b15} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13984 | 2024.06.22 01:39:05.271440 [ 3 ] {4b2ce68e-bc53-4800-a176-8b0cff583b15} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13985 | 2024.06.22 01:39:05.271572 [ 3 ] {4b2ce68e-bc53-4800-a176-8b0cff583b15} <Debug> executeQuery: Read 45 rows, 62.18 KiB in 0.001949 sec., 23088.763468445355 rows/sec., 31.16 MiB/sec. | ||
13986 | 2024.06.22 01:39:05.271574 [ 32 ] {} <Debug> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13987 | 2024.06.22 01:39:05.271642 [ 32 ] {} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13988 | 2024.06.22 01:39:05.271678 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13989 | 2024.06.22 01:39:05.271803 [ 3 ] {4b2ce68e-bc53-4800-a176-8b0cff583b15} <Debug> DynamicQueryHandler: Done processing query | ||
13990 | 2024.06.22 01:39:05.271864 [ 3 ] {4b2ce68e-bc53-4800-a176-8b0cff583b15} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13991 | 2024.06.22 01:39:05.271932 [ 3 ] {} <Debug> HTTP-Session: c9518c85-f479-475c-811e-18ba411eddbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13992 | 2024.06.22 01:39:05.272035 [ 186 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::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 | ||
13993 | 2024.06.22 01:39:05.272168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63726, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13994 | 2024.06.22 01:39:05.272278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13995 | 2024.06.22 01:39:05.272333 [ 3 ] {} <Debug> HTTP-Session: 4e4d9e0e-d07d-4422-9571-9171938fd342 Authenticating user 'default' from [fd00:1122:3344:101::d]:63726 | ||
13996 | 2024.06.22 01:39:05.272392 [ 3 ] {} <Debug> HTTP-Session: 4e4d9e0e-d07d-4422-9571-9171938fd342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13997 | 2024.06.22 01:39:05.272443 [ 3 ] {} <Debug> HTTP-Session: 4e4d9e0e-d07d-4422-9571-9171938fd342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13998 | 2024.06.22 01:39:05.272532 [ 3 ] {} <Trace> HTTP-Session: 4e4d9e0e-d07d-4422-9571-9171938fd342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13999 | 2024.06.22 01:39:05.272627 [ 186 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14000 | 2024.06.22 01:39:05.272720 [ 186 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1509 rows starting from the beginning of the part | ||
14001 | 2024.06.22 01:39:05.272839 [ 3 ] {f016b2be-31e3-4af7-b5b9-a502d5ee8d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14002 | 2024.06.22 01:39:05.272990 [ 186 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 45 rows starting from the beginning of the part | ||
14003 | 2024.06.22 01:39:05.273026 [ 3 ] {f016b2be-31e3-4af7-b5b9-a502d5ee8d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14004 | 2024.06.22 01:39:05.273470 [ 186 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
14005 | 2024.06.22 01:39:05.273873 [ 186 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 45 rows starting from the beginning of the part | ||
14006 | 2024.06.22 01:39:05.274318 [ 3 ] {f016b2be-31e3-4af7-b5b9-a502d5ee8d35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14007 | 2024.06.22 01:39:05.274326 [ 186 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 4 rows starting from the beginning of the part | ||
14008 | 2024.06.22 01:39:05.274701 [ 186 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 45 rows starting from the beginning of the part | ||
14009 | 2024.06.22 01:39:05.275431 [ 3 ] {f016b2be-31e3-4af7-b5b9-a502d5ee8d35} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14010 | 2024.06.22 01:39:05.275491 [ 3 ] {f016b2be-31e3-4af7-b5b9-a502d5ee8d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14011 | 2024.06.22 01:39:05.276296 [ 3 ] {f016b2be-31e3-4af7-b5b9-a502d5ee8d35} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
14012 | 2024.06.22 01:39:05.276705 [ 3 ] {f016b2be-31e3-4af7-b5b9-a502d5ee8d35} <Trace> oximeter.measurements_u64 (ac1727e3-6578-40f1-9d36-ad9ae58a6e1a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14013 | 2024.06.22 01:39:05.276843 [ 3 ] {f016b2be-31e3-4af7-b5b9-a502d5ee8d35} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004141 sec., 14489.253803429125 rows/sec., 999.91 KiB/sec. | ||
14014 | 2024.06.22 01:39:05.277037 [ 3 ] {f016b2be-31e3-4af7-b5b9-a502d5ee8d35} <Debug> DynamicQueryHandler: Done processing query | ||
14015 | 2024.06.22 01:39:05.277109 [ 3 ] {f016b2be-31e3-4af7-b5b9-a502d5ee8d35} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14016 | 2024.06.22 01:39:05.277185 [ 3 ] {} <Debug> HTTP-Session: 4e4d9e0e-d07d-4422-9571-9171938fd342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14017 | 2024.06.22 01:39:05.281683 [ 202 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1652 rows, containing 6 columns (6 merged, 0 gathered) in 0.009888467 sec., 167063.3071840155 rows/sec., 225.44 MiB/sec. | ||
14018 | 2024.06.22 01:39:05.282843 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14019 | 2024.06.22 01:39:05.283345 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14020 | 2024.06.22 01:39:05.283443 [ 187 ] {c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (c1e74cd0-823b-4ea4-ad09-ec00ea22ebf5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14021 | 2024.06.22 01:39:05.283558 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.02 MiB. | ||
14022 | 2024.06.22 01:39:06.000211 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.09 MiB, peak 218.07 MiB, free memory in arenas 0.00 B, will set to 208.44 MiB (RSS), difference: 2.34 MiB |